*** empty log message ***
[emacs.git] / lisp / ChangeLog
blobdb6be0a6e99c43be0380801948091c0f915a64c7
1 2006-03-11  Ryan Yeske  <rcyeske@gmail.com>
3         * mail/rmailsum.el (rmail-summary-next-msg): Skip deleted
4         messages, where "D" is the 6th character.
6 2006-03-11  Eli Zaretskii  <eliz@gnu.org>
8         * simple.el (yank): Fix last change.
10 2006-03-11  David Ponce  <david@dponce.com>
12         * ispell.el (ispell-find-aspell-dictionaries): Add aliases before
13         merging elements from the standard ispell-dictionary-alist.
14         (ispell-aspell-add-aliases): Add aliases to the passed dictionary
15         alist, and return the new alist.
17 2006-03-11  Richard Stallman  <rms@gnu.org>
19         * mail/rmail.el (rmail-ignored-headers): Discard DomainKey-Signature.
21         * eshell/eshell.el (eshell-prefer-to-shell): Variable deleted;
22         the way it is implemented is too unclean.
24         * simple.el (kill-region, yank): Doc fix.
26         * battery.el (battery-echo-area-format): Doc fix.
27         (battery-mode-line-format): Likewise.
28         (battery-linux-proc-apm, battery-linux-proc-acpi): Likewise.
29         (battery-linux-proc-acpi): Ignore batteries that say "charged".
31 2006-03-11  Kurt Hornik  <Kurt.Hornik@wu-wien.ac.at>
33         * progmodes/octave-mod.el (octave-indent-for-comment): Behave
34         according to do string.
36 2006-03-11  Agustin Martin  <agustin.martin@hispalinux.es>
38         * textmodes/ispell.el (ispell-menu-map-needed) [ispell-message]:
39         Be visible only if major mode is Mail Mode.
41         * textmodes/flyspell.el (flyspell-external-point-words)
42         (flyspell-process-localwords): Fix last changes.
44 2006-03-11  Eli Zaretskii  <eliz@gnu.org>
46         * calendar/holidays.el (list-holidays): Doc fix.
48         * international/mule.el (auto-coding-alist): Add .odt
49         (OpenOffice's open document) files.
51         * files.el (auto-mode-alist): Add .odt (OpenOffice's open
52         document) files.  Mention in the doc string the need to sync with
53         auto-coding-alist.
55 2006-03-10  Chong Yidong  <cyd@stupidchicken.com>
57         * files.el (hack-local-variables-confirm): Don't prompt for ! if
58         enable-local-variables is set to always query, or there is no
59         savable variable.
61 2006-03-10  Bill Wohler  <wohler@newt.com>
63         * image.el (image-load-path-for-library): Merge at least three
64         functions from Gnus and MH-E into this one function that can now
65         be shared.
67 2006-03-11  Nick Roberts  <nickrob@snap.net.nz>
69         * progmodes/gdb-ui.el (gdb-remove-text-properties): Rename from
70         gdb-remove-mouse-face and remove help-echo too.
71         (gdb-enqueue-input): Correct conditional clause.
72         
73 2006-03-10  Glenn Morris  <rgm@gnu.org>
75         * calendar/calendar.el (calendar-holidays): Doc fix.
76         * calendar/holidays.el (list-holidays): Doc fix.
78 2006-03-10  Nick Roberts  <nickrob@snap.net.nz>
80         * progmodes/gdb-ui.el (gdba): Don't call gdb-init-1 explicitly as
81         it gets called in gdb-prompt anyway.
82         (gdb-use-separate-io-buffer): Only restore window arrangement for
83         gdb-many-windows.
84         (gdb-enqueue-input): Make it harder to send GDB input when program
85         is running.
86         (gdb-buffer-list): New variable.
87         (gdb-remove-mouse-face): New function.
88         (gdb-starting): Use it when GDB input won't get sent.
90 2006-03-08  Juanma Barranquero  <lekktu@gmail.com>
92         * help.el (view-lossage): Remove trailing whitespace before
93         inserting "\n".
95 2006-03-07  Chong Yidong  <cyd@stupidchicken.com>
97         * files.el (hack-local-variables-confirm): Set
98         coding-system-for-read to nil before writing to .emacs.
100         * arc-mode.el (archive-extract): Check if an existing buffer name
101         comes from a different archive.
103         * help.el (describe-key-briefly): If KEY is a down event, read and
104         discard the up event.
106 2006-03-07  Nick Roberts  <nickrob@snap.net.nz>
108         * progmodes/gud.el (gud-speedbar-buttons): Allow pointers to
109         be edited and use font-lock-warning-face for any changes.
111         * progmodes/gdb-ui.el (gdb-edit-value-handler): New function.
112         (gdb-edit-value): Use it to report any errors.
114 2006-03-07  Juanma Barranquero  <lekktu@gmail.com>
116         * help.el (describe-key): Remove leftover test code.
118 2006-03-07  Carsten Dominik  <dominik@science.uva.nl>
120         * textmodes/org.el: Move defvars out of eval-when-compile.  Use
121         buffer-file-name variable.
122         (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused
123         arg `file'.
124         (org-level-faces): Remove startup dependency.
125         (org-cycle, org-map-tree, org-scan-tags)
126         (org-remember-handler): Don't call `outline-level' directly.
127         (org-mhe-search-all-folders): New option.
128         (org-mhe-get-message-folder-from-index)
129         (org-mhe-get-message-folder): Fix indexing search.
130         (org-format-agenda-item): Handle nil TAGS argument.
131         (org-cleaned-string-for-export, org-activate-target-links)
132         (org-make-target-link-regexp): Deal with empty radio target list.
133         (org-tag): New face.
134         (org-get-level-face): New function.
135         (org-set-font-lock-defaults): Simplify setup for headlines.
136         (org-complete): Pass common substring to
137         `display-completion-list'.
139 2006-03-06  David Ponce  <david@dponce.com>
141         * tree-widget.el: Update Commentary header.
142         (tree-widget-theme-name): Ignore parent themes.
143         (tree-widget-set-parent-theme): New function.
144         (tree-widget-set-theme): Use it.
145         (tree-widget-set-image-properties): Move definition.  Does nothing
146         if image properties have already been set.
147         (tree-widget-image-properties): Move definition.  Receive an image
148         name.  Set the :pointer property.
149         (tree-widget-lookup-image): Doc fix.  Search in parent themes.
150         Don't set the :pointer image property.
151         (tree-widget-convert-widget): New function.  Handle :dynargs
152         compatibility here.
153         (tree-widget): Use it to :convert-widget.  Add the :expander-p
154         predicate to control when the :expander function is entered.
155         Thanks to Ken Manheimer <ken.manheimer@gmail.com> for the idea.
156         (tree-widget-value-create): Handle :expander-p.  widget-apply
157         :expander.
158         (tree-widget-expander-p): New function.  Default value of the
159         :expander-p property.
161 2006-03-06  Chong Yidong  <cyd@stupidchicken.com>
163         * help.el (describe-key): Properly handle the return value of
164         read-key-sequence when grabbing an up-event.  Cleanup mouse-1
165         remaps.  Handle string and vector `follow-link' values.
167 2006-03-06  Stefan Monnier  <monnier@iro.umontreal.ca>
169         * complete.el (PC-expand-many-files): Try be more careful when parsing
170         the shell's output.
172 2006-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
174         * outline.el (hide-sublevels): Provide better interactive default.
176 2006-03-06  Kenichi Handa  <handa@m17n.org>
178         * international/fontset.el (create-fontset-from-fontset-spec):
179         Fix regexp for paring FONTSET-SPEC (allow spaces after `:').
181 2006-03-05  Luc Teirlinck  <teirllm@auburn.edu>
183         * progmodes/gud.el (gud-jdb-marker-filter): Quote `[' with two
184         backslashes instead of one in regexp.
185         (gud-tooltip-dereference): Add missing optional argument.
187 2006-03-04  John Paul Wallington  <jpw@pobox.com>
189         * wdired.el (toplevel): Require `cl' at compile-time.
191 2006-03-04  Andreas Schwab  <schwab@suse.de>
193         * server.el (server-process-filter): Handle errors during
194         evaluation of the argument.
196 2006-03-03  John Paul Wallington  <jpw@pobox.com>
198         * t-mouse.el (t-mouse-drag-start, t-mouse-swap-alt-keys): Doc fix;
199         escape parentheses at beginning of line.
200         (t-mouse-tty, t-mouse-make-event): Doc fix; use imperative.
201         (t-mouse-mode): Remove period from end of error message.
203 2006-03-03  Agustin Martin  <agustin.martin@hispalinux.es>
205         * textmodes/flyspell.el (flyspell-process-localwords):
206         Be case-sensitive.
208 2006-03-03  Martin Rudalics  <rudalics@gmx.at>
210         * cus-edit.el (custom-quote): Remove function, since it has been
211         moved to custom.el.
213         * font-lock.el (lisp-font-lock-keywords-2)
214         * emacs-lisp/rx.el (rx-check-any, rx-check-not)
215         * generic-x.el (reg-generic-mode): Quote "]"s in regexps when
216         they have no special meaning.
218         * midnight.el (clean-buffer-list): Handle case where base-buffer of
219         indirect buffer gets killed before indirect buffer.  Use dolist.
221 2006-03-03  Ken Manheimer  <ken.manheimer@gmail.com>
223         * emacs-lisp/edebug.el (edebug-display): Use `edebug-sit-for-seconds'
224         value instead of a literal constant (1) on more pauses.
226 2006-03-03  Slawomir Nowaczyk  <slawomir.nowaczyk.847@student.lu.se>  (tiny change)
228         * textmodes/flyspell.el (flyspell-external-point-words):
229         Be case-sensitive.
231 2006-03-03  Ryan Yeske  <rcyeske@gmail.com>
233         * net/rcirc.el (rcirc-url-regexp): Match entire url when it starts
234         with "www".
236 2006-03-03  Ken Manheimer  <ken.manheimer@gmail.com>
238         * allout.el: Restablish intermediate missing comment header to
239         preserve outline structure.
240         (allout-beginning-of-current-entry): Skip invisible text.
241         (allout-open-topic): Fix opening a topic at end-of-buffer.
242         (allout-minor-mode): Move nearer to allout-mode function.
244 2006-03-02  Carsten Dominik  <dominik@science.uva.nl>
246         * textmodes/org.el (org-paste-subtree): Remove (debug) form.
248 2006-03-02  Nick Roberts  <nickrob@snap.net.nz>
250         * dframe.el (dframe-frame-mode): Don't burp when menu-bar-lines
251         is nil.
253         * progmodes/gud.el (gud-speedbar-menu-items):
254         Use buffer-local-value and add missing :visible keyword.
256         * progmodes/gdb-ui.el (gdb-speedbar-refresh): Quieten speedbar-refresh.
258 2006-03-01  Carsten Dominik  <dominik@science.uva.nl>
260         * textmodes/reftex-index.el (reftex-index-map): `follow-mouse'
261         must be `follow-link'.
263         * textmodes/reftex-toc.el (reftex-toc-map): Likewise.
265         * textmodes/org.el (org-export-as-html): Fix bugs in HTML
266         formatting: No nested anchors.
267         (org-all-targets): Fix bug with XEmacs compatibility.
268         (org-read-date): Add (require 'parse-time).
269         (org-set-tags): Fix bug with extra inserted space.
270         (org-export-html-style): Define a style class for targets.
271         (org-agenda-keymap, org-mouse-map): Add a binding for `follow-link'.
272         (org-hide-leading-stars): New option.
273         (org-hide): New face.
274         (org-set-font-lock-defaults): Allow to hide leading stars.
275         (org-get-legal-level, org-tr-level): New functions.
276         (org-odd-levels-only): New option.
277         (org-level-faces, org-paste-subtree, org-convert-to-odd-levels)
278         (org-demote, org-promote): Deal with double-star levels.
279         (org-convert-to-odd-levels): New command.
281 2006-03-01  Nick Roberts  <nickrob@snap.net.nz>
283         * speedbar.el (speedbar-update-localized-contents): Try to
284         preserve window-start.
285         (speedbar-update-directory-contents): Try to preserve window-start
286         and window-point.
287         (speedbar-update-special-contents): Don't move back to start of window.
289         * progmodes/gdb-ui.el (gdb-speedbar-refresh): Rename from
290         gdb-speedbar-timer-fn.  Use speedbar-refresh instead of
291         speedbar-timer-fn.
292         (gdb-var-update-handler, gdb-var-update-handler-1): Use it.
293         (gdb-speedbar-expand-node): Use speedbar-delete-subblock
294         instead of gdb-speedbar-timer-fn.
296 2006-02-28  Jay Belanger  <belanger@truman.edu>
298         * calc/calccomp.el (math-compose-tex-matrix): Add a latex option.
299         (math-compose-expr): Use latex option when calling
300         `math-compose-tex-matrix' for latex mode.
302 2006-02-28  Nick Roberts  <nickrob@snap.net.nz>
304         * speedbar.el: Re-instate comments about developing for speedbar
305         [this is what info and gdb-ui use even if better methods exist now].
307         * t-mouse.el: New file.
308         (t-mouse-tty): Use with-temp-buffer.  Add more terminal types.
309         (t-mouse-lispy-buffer-posn-from-coords): Remove.  Use the C
310         primitive...
311         (t-mouse-make-event-element): ...posn-at-x-y instead.
312         (t-mouse-make-event): Deal with Fedora Core 3.
313         (t-mouse-make-event): Don't sink the `stupid text mode menubar'.
314         (t-mouse-mouse-position-function): New function.  Use it instead
315         of advising mouse-position.
316         (t-mouse-mode): New minor mode.
317         (t-mouse-stop, t-mouse-run): Remove.  Use t-mouse-mode instead.
319 2006-02-27  Glenn Morris  <rgm@gnu.org>
321         * calendar/calendar.el (calendar-holidays): Doc fix.
323 2006-02-27  Nick Roberts  <nickrob@snap.net.nz>
325         * progmodes/gdb-ui.el (gdb-source-window): New variable.
326         Re-introduce the concept of a source window.
327         (gdb-get-buffer-create): Rename from gdb-get-create-buffer for
328         consistency with get-buffer-create.
329         (def-gdb-auto-update-handler, gdb-info-locals-handler)
330         (gdb-data-list-register-values-handler)
331         (gdb-stack-list-locals-handler): Try to preserve window-start as
332         well as window-point.
333         (gdb-display-source-buffer): New function (old concept).
334         (gdb-goto-breakpoint): Use it.
336         * progmodes/gud.el (gud-display-line): Use gdb-display-source-buffer
337         for gdb-ui/gdb-mi (old concept).
339 2006-02-27  Carsten Dominik  <dominik@science.uva.nl>
341         * textmodes/reftex-index.el (reftex-index-map): Add `follow-mouse'
342         binding.
344         * textmodes/reftex-toc.el (reftex-toc-map): Add `follow-mouse'
345         binding.
347         * textmodes/reftex-sel.el (reftex-select-label-map)
348         (reftex-select-bib-map): Add `follow-mouse' binding.
350 2006-02-26  Luc Teirlinck  <teirllm@auburn.edu>
352         * jka-cmpr-hook.el (jka-compr-compression-info-list)
353         (jka-compr-mode-alist-additions, jka-compr-load-suffixes):
354         Give :set functions to provide automatic updating.
355         Update docstring.  Give compiler defvars early in the file
356         and move the defcustoms to a later spot where all called functions
357         are defined.
358         (jka-compr-file-name-handler-entry): Doc fix.
359         (jka-compr-compression-info-list--internal)
360         (jka-compr-mode-alist-additions--internal)
361         (jka-compr-load-suffixes--internal): New variables.
362         (jka-compr-install): Set the three above variables.
363         Update `load-file-rep-suffixes' instead of `load-suffixes'.
364         (jka-compr-update, jka-compr-set): New functions.
365         (auto-compression-mode): Doc fix.
367         * jka-compr.el (jka-compr-uninstall): Replace `mapcar' with `mapc'.
368         Update `load-file-rep-suffixes' instead of `load-suffixes'.
369         Use jka-compr-compression-info-list--internal,
370         jka-compr-mode-alist-additions--internal and
371         jka-compr-load-suffixes--internal.
373         * files.el (load-library):
374         * loadhist.el (file-loadhist-lookup):
375         * startup.el (command-line):
376         * subr.el (locate-library):
377         * emacs-lisp/autoload.el (update-directory-autoloads):
378         * emacs-lisp/find-func.el (find-library-suffixes):
379         Use `get-load-suffixes' instead of `load-suffixes'.
381         * subr.el (locate-library):
382         * emacs-lisp/find-func.el (find-library-name):
383         Use `load-file-rep-suffixes' instead of '("").
385 2006-02-26  Kim F. Storm  <storm@cua.dk>
387         * ido.el (ido-save-history, ido-load-history): Simplify.
388         Don't use find-file-noselect to avoid interference from other modes.
390 2006-02-25  Thien-Thi Nguyen  <ttn@gnu.org>
392         * progmodes/sh-script.el (sh-mode): Fix bug: Arrange
393         to use the default shell if filename is not available.
394         Reported by Giorgos Keramidas.
396 2006-02-25  John Williams  <jrw@pobox.com>  (tiny change)
398         * progmodes/etags.el (tags-completion-table): Do completion from
399         all the tables in the current list, as documented in the manual.
401 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
403         * CC Mode Update to 5.31.3.
405 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
407         * progmodes/cc-mode.el (c-postprocess-file-styles):
408         Bind inhibit-read-only to t, around the call to
409         c-remove-any-local-eval-or-mode-variables, so that it works on a
410         RO file.
412 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
414         * progmodes/cc-awk.el: Correct a typo.
416 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
418         * progmodes/cc-cmds.el, cc-mode.el: Rename c-hungry-backspace to
419         c-hungry-delete-backwards, at the request of RMS.  Leave the old
420         name as an alias.
422 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
424         * progmodes/cc-mode.el: Correct a typo.
426 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
428         * progmodes/cc-defs.el: Update the version number to 5.31.3.
430 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
432         * progmodes/cc-cmds.el (c-electric-brace): Fix clean-up
433         brace-else-brace (error due to mbeg, mend being undefined).
435 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
437         * progmodes/cc-mode.el: File Local variables: Solve the problem
438         where both `mode' and c-file-offsets are specified: `mode' will
439         overwrite c-f-o's settings:
440         (c-remove-any-local-eval-or-mode-variables): New function.
441         (c-postprocess-file-styles): Call the above new function, within
442         c-tentative-buffer-change, to splat `mode' and `eval' before the
443         second hack-local-variables.
445 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
447         * progmodes/cc-mode.el:
448         [Supersedes patch to cc-engine.el 2005-12-16T20:07:49Z!monnier@iro.umontreal.ca]
449         (c-after-change): Protect the match data with save-match-data.
450         It was getting corrupted by c-after-change-check-<>-operators.
452         * cc-defs.el: [Supersedes patch V1.38]:
453         (top level): Check for a buggy font-lock-compile-keywords ONLY in
454         XEmacs.  GNU Emacs 22 now has a check which would throw an error here.
456         * progmodes/cc-awk.el (c-awk-after-change): Protect the match data
457         with save-match-data.  It was being corrupted when Font Lock was
458         not enabled.
460 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
462         * progmodes/cc-langs.el (c-mode-menu): Add menu items for Electric
463         Mode and Subword Mode.
465         * progmodes/cc-engine.el (c-beginning-of-statment-1): Distinguish
466         real labels ("case 1:" or "foo:") from non-labels ("public:").
467         (c-forward-objc-directive): Replace c-forward-token-2 with crude
468         coding; c-f-t-2 doesn't move over a token at EOB.
470         * progmodes/cc-defs.el (c-version): Update version number to 5.31.2.
472         * progmodes/cc-cmds.el, cc-mode.el, cc-engine.el
473         (c-update-modeline): Concatenate the minor mode indicators
474         directly onto mode-name, removing c-submode-indicators.
475         Sometimes, c-s-i got separated from the mode name on the mode line.
477         * progmodes/cc-cmds.el (c-electric-brace, c-electric-semi&comma)
478         (c-electric-colon): Correct doc-strings: "/ln" -> "/la".
480 2006-02-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
482         * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Improve the
483         error message when there's an evaluation error to show whether
484         it's loaded from source or not.
485         (c-filter-ops): Make it available at runtime too to work when
486         `c-make-init-lang-vars-fun' needs to evaluate from source.
488 2006-02-24  Juanma Barranquero  <lekktu@gmail.com>
490         * help.el (help): Revert last part of 2006-02-23 change (deletion
491         of the `provide' call).
493 2006-02-23  Juri Linkov  <juri@jurta.org>
495         * compare-w.el (compare-windows-highlight): Add new value
496         `persistent' and change :type from `boolean' to `choice'.
497         (compare-windows-overlays1, compare-windows-overlays2):
498         New internal variables.
499         (compare-windows-highlight): If compare-windows-highlight is
500         `persistent', add current overlays to compare-windows-overlays[12]
501         instead of adding compare-windows-dehighlight to pre-command-hook.
502         (compare-windows-dehighlight): Delete all overlays from
503         compare-windows-overlays[12].
505         * info.el (Info-search): Don't bind search-spaces-regexp to
506         Info-search-whitespace-regexp in non-regexp isearch mode.
508 2006-02-23  Stefan Monnier  <monnier@iro.umontreal.ca>
510         * help.el (describe-mode): Pass `mode-name' to format-mode-line.
512 2006-02-23  Juanma Barranquero  <lekktu@gmail.com>
514         * textmodes/org.el (org-xemacs-p)
515         (org-export-html-show-new-buffer, org-table-may-need-update)
516         (org-insert-item, org-mhe-get-message-real-folder)
517         (org-mhe-get-message-folder-from-index)
518         (org-mhe-get-message-folder, org-mhe-get-message-num)
519         (org-mhe-get-header, org-make-org-heading-search-string)
520         (org-make-org-heading-camel, org-table-sort-lines)
521         (org-format-org-table-html, org-format-table-table-html):
522         Fix typos in docstrings.
524 12006-02-23  Carsten Dominik  <dominik@science.uva.nl>
526         * textmodes/org.el (org-cleaned-string-for-export)
527         (org-solidify-link-text): New function.
528         (org-add-hook): Use `add-local-hook' instead of `make-local-hook' for
529         XEmacs, just to silence the compiler.
530         (org-export-as-ascii, org-export-as-html-and-open):
531         Use `org-cleaned-string-for-export' and create internal links.
532         (org-follow-mhe-link): Require mh-e, use folder.
534 2006-02-23  Nick Roberts  <nickrob@snap.net.nz>
536         * progmodes/gud.el (gud-speedbar-buttons): Use shadow face properly.
538         * progmodes/gdb-ui.el (gdb-debug-ring-max): Rename from
539         gdb-debug-log-length.
540         (gdb-debug-ring): Rename from gdb-debug-log-ring.  Don't make
541         it a real ring but...
542         (gud-gdba-marker-filter): ...make it work like mark-ring.
543         (gdb-enable-debug): Rename from gdb-enable-debug-log.
544         (gdb-mouse-jump): New function.  Add bindings.
546 2006-02-23  Nick Roberts  <nickrob@snap.net.nz>
548         * progmodes/gdb-ui.el (gdb-signalled): New variable and function.
549         (gdb-debug-log-ring): Rename from gdb-debug-log and make a ring.
550         (gdb-send, gdb-send-item, gud-gdba-marker-filter): Use it.
551         (gdb-debug-log-length): Customize it's length.
552         (gud-watch, gdb-var-create-handler): Display function::var format
553         but don't use to create variable object.
554         (gdb-var-create-handler): Use message-box in place of message.
555         (gdb-stopped): Call gdb-exited if signalled.
557 2006-02-22  Carsten Dominik  <dominik@science.uva.nl>
559         * textmodes/reftex.el (reftex-locate-file): Remove duplicate function.
561         * textmodes/reftex-vars.el (reftex-try-all-extensions): New option.
563         * textmodes/reftex.el (reftex-locate-file): Search all extensions
564         if `reftex-try-all-extensions' is set.
566         * textmodes/reftex-dcr.el (reftex-view-crossref): New argument to
567         fail silently when there is no valid argument at point.
568         (reftex-view-crossref-when-idle): Call `reftex-view-crossref' with
569         `fail-silently' argument.  From a patch by David Reiter.
571         * textmodes/org.el (org-mark-ring-push, org-mark-ring-goto):
572         New commands.
573         (org-mark-ring): New variable.
574         (org-mark-ring-length): New option.
575         (org-open-at-point, org-goto, org-open-file): Push old position
576         onto the mark ring.
577         (org-add-hook): New function.
578         (org-export-table-remove-special-lines): New option.
579         (org-skip-comments, org-format-org-table-html): Respect new
580         option `org-export-table-remove-special-lines'.
581         (org-open-file): Allow special command configuration for
582         directory link.
583         (org-file-apps): Fix bugs in customize type, added setting
584         for directories.
585         (org-activate-tags, org-format-agenda-item, org-complete)
586         (org-get-tags-at, org-scan-tags, org-make-tags-matcher)
587         (org-get-tags, org-get-buffer-tags, org-open-at-point)
588         (org-link-search, org-make-org-heading-search-string)
589         (org-make-org-heading-camel): Allow @ and 0-9 as tags characters.
590         (org-radio-targets, org-file-link-context-use-camel-case)
591         (org-activate-camels): New options.
592         (org-update-radio-target-regexp, org-all-targets)
593         (org-make-target-link-regexp, org-activate-target-links):
594         New functions.
595         (org-make-org-heading-search-string): New function.
596         (org-store-link, org-insert-link): Use new option
597         `org-file-link-context-use-camel-case'.
598         (org-activate-camels): Use new option `org-activate-camels'.
599         (org-link-regexp): Add mhe prefix.
600         (org-open-at-point, org-store-link): Support for mhe links.
601         (org-mhe-get-message-real-folder, org-mhe-get-message-folder)
602         (org-mhe-get-message-folder-from-index, org-mhe-get-message-num)
603         (org-mhe-get-header, org-follow-mhe-link): New functions.
604         (org-remove-angle-brackets, org-add-angle-brackets):
605         New functions.
606         (org-bracket-link-regexp): New constant.
607         (org-read-date): Fix bug that was rejecting all typed dates.
608         (org-link-search): Make hierarchy above visible after a match.
609         (org-follow-bbdb-link): Inhibit electric mode for BBDB.
610         (org-store-link): Fix bug with link creation when cursor is in
611         an empty line.
612         (org-open-at-point): Fix bug with matching a link.
613         Fixed buggy argument sequence in call to `org-view-tags'.
614         (org-compile-prefix-format): Set `org-prefix-has-tag'.
615         (org-prefix-has-tag): New variable.
616         (org-format-agenda-item): Remove tags from headline
617         if appropriate.
618         (org-agenda-remove-tags-when-in-prefix): New option.
620 2006-02-21  Michael Kifer  <kifer@cs.stonybrook.edu>
622         * ediff-diff.el (ediff-setup-diff-regions, ediff-setup-diff-regions3):
623         Fix the regular expressions.
625 2006-02-21  Richard M. Stallman  <rms@gnu.org>
627         * progmodes/sh-script.el (sh-mode): Set shell type based on file name
628         if there's no other specific basis.
630         * emacs-lisp/unsafep.el (unsafep): Don't treat &rest or &optional
631         as variables at all.
632         (unsafep-variable): Rename arg; doc fix.
634         * abbrevlist.el (list-one-abbrev-table): Add autoload.
636         * calendar/appt.el (diary-selective-display): Add defvar.
638         * sort.el (sort-columns): Use Posix arg syntax for `sort'.
640         * isearch.el (search-whitespace-regexp): Fix custom type.
642         * help.el (describe-key-briefly): Compute interactive args
643         in same was as before previous change.
645         * files.el (enable-local-variables): Doc fix.
647 2006-02-21  Kim F. Storm  <storm@cua.dk>
649         * fringe.el: Cleanup as file is now pre-loaded.
650         (fringe-bitmaps): Initialize unconditionally.
651         (fringe-mode, set-fringe-style): Remove autoload cookies.
653 2006-02-21  Giorgos Keramidas  <keramida@ceid.upatras.gr>  (tiny change)
655         * fringe.el (fringe-bitmaps): Rename `horisontal-bar' to
656         `horizontal-bar'.
657         (fringe-cursor-alist): Use `horizontal-bar'.
659 2006-02-20  Kim F. Storm  <storm@cua.dk>
661         * fringe.el (fringe-bitmaps): Update to new bitmap names.
662         (fringe-indicator-alist, fringe-cursor-alist): Initialize.
664         * loadup.el: Load "fringe" on window systems.
666 2006-02-20  Nick Roberts  <nickrob@snap.net.nz>
668         * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for all
669         out of scope components.
671         * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): Don't enable by
672         default.
674 2006-02-20  Chong Yidong  <cyd@stupidchicken.com>
676         * custom.el (customize-mark-to-save, customize-mark-as-set):
677         Load the symbol first.
679 2006-02-20  Juanma Barranquero  <lekktu@gmail.com>
681         * buff-menu.el (list-buffers-noselect): Turn also "\n" into a
682         strech spec so it doesn't display as "^J" on the header line
683         when `Buffer-menu-use-header-line' is t.
685 2006-02-20  Nick Roberts  <nickrob@snap.net.nz>
687         * speedbar.el (speedbar-make-button): Keep text properties
688         of string arguments if desired.
690         * progmodes/gud.el (gud-speedbar-buttons): Fontify watch
691         expessions.
693         * progmodes/gdb-ui.el (gdb-speedbar-expand-node): Force update
694         of speedbar.
696 2006-02-19  Ryan Yeske  <rcyeske@gmail.com>
698         * ffap.el (ffap-read-file-or-url): Bind `completion-ignore-case'
699         to value of `read-file-name-completion-ignore-case'.
701 2006-02-19  Chong Yidong  <cyd@stupidchicken.com>
703         * custom.el (customize-mark-as-set): Push to `user' theme.
705         * cus-edit.el (custom-save-variables): Allow unthemed values.
706         (customize-set-variable): Push setting to `user' theme.
708 2006-02-19  Nick Roberts  <nickrob@snap.net.nz>
710         * progmodes/gud.el: Don't require font-lock as it's now
711         automatically loaded.
712         (gud-speedbar-buttons): Replace gdb-var-changed with
713         gdb-force-update.
715         * progmodes/gdb-ui.el (gdb-force-update): Rename from
716         gdb-var-changed.
717         (gdb-post-prompt): Use it.
718         (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
719         (gdb-var-update-handler, gdb-var-delete)
720         (gdb-speedbar-expand-node, gdb-var-list-children-handler-1)
721         (gdb-var-update-handler-1): Don't set gdb-var-changed, just set
722         gdb-force-update in gdb-post-prompt.
723         (gdb-reset): Clear watch expressions from speedbar when quitting.
725 2006-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
727         * viper-cmd.el (viper-insert-state-post-command-sentinel)
728         (viper-change-state-to-vi, viper-change-state-to-emacs):
729         Make aware of cursor coloring in the Emacs state.
730         (viper-special-read-and-insert-char): Use read-char-exclusive.
731         (viper-minibuffer-trim-tail): Workaround for fields in minibuffer.
733         * viper-init.el (viper-emacs-state-cursor-color): New variable.
735         * viper-util.el (viper-save-cursor-color)
736         (viper-get-saved-cursor-color-in-replace-mode)
737         (viper-get-saved-cursor-color-in-insert-mode)
738         (viper-restore-cursor-color): Make aware of the cursor color in Emacs
739         state.
740         (viper-get-saved-cursor-color-in-emacs-mode): New function.
742         * ediff-diff.el (ediff-ignore-case, ediff-ignore-case-option)
743         (ediff-ignore-case-option3, ediff-actual-diff-options)
744         (ediff-actual-diff3-options): New variables to control case sensitivity.
745         (ediff-make-diff2-buffer, ediff-setup-fine-diff-regions)
746         (ediff-setup-diff-regions3): Make aware of case-sensitivity.
747         (ediff-toggle-ignore-case): New function.
748         (ediff-extract-diffs, ediff-extract-diffs3): Preserve point in buffers.
750         * ediff-help.el (ediff-long-help-message-narrow2)
751         (ediff-long-help-message-compare2, ediff-long-help-message-compare3)
752         (ediff-long-help-message-word-mode): Add ignore-case command.
753         (ediff-help-for-quick-help): Add ignore-case command.
755         * ediff-merg.el: Move provide to the end.
757         * ediff-ptch.el: Move provide to the end.
759         * ediff-wind.el: Move provide to the end.
761         * ediff-mult.el: Move provide to the end.
762         (ediff-set-meta-overlay): Enable follow-link.
764         * ediff.el: Move provide to the end.
765         Break recursive load cycle in eval-when-compile.
766         (ediff-patch-buffer): Better heuristics.
768         * ediff-util.el: Move provide to the end.
769         Break recursive load cycle in eval-when-compile.
770         (ediff-setup-keymap): Add binding for #c.  Replace some defsubsts with
771         defuns.
772         (ediff-submit-report): Pass the values of ediff-diff3-program,
773         ediff-diff3-options.
775 2006-02-19  Juanma Barranquero  <lekktu@gmail.com>
777         * help-fns.el (help-do-arg-highlight): Recognize also ARG- followed by
778         the opening bracket of the following bracketing pairs: {}, [], (), <>,
779         `' (for example, in the docstring of `windmove-default-keybindings').
781 2006-02-19  Nick Roberts  <nickrob@snap.net.nz>
783         * progmodes/gud.el (gud-speedbar-buttons): Update properly for
784         shadow face.  Don't provide binding to edit variable when it is
785         out of scope.
787         * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
788         (gdb-var-update-handler): Detect out of scope variables with pre
789         GDB 6.4 too.
790         (gdb-post-prompt): Revert change from 2006-02-17 (force update).
791         Reset status of variable objects to nil in update handlers.
792         (gdb-var-update-handler-1): Detect when a variable object comes
793         in scope.  setcar on var changes gdb-var-list directly.
795 2006-02-17  Juri Linkov  <juri@jurta.org>
797         * ffap.el (ffap) <defface>: Add explicit face declaration.
798         (ffap-highlight): Use face `ffap' directly instead of checking
799         for its existence.
801         * icomplete.el (icomplete-get-keys): Use `t' for the second arg
802         `visible-ok' of `other-buffer' to find the right original buffer.
804         * info.el (Info-search): Skip `Local Variables' node.
806 2006-02-17  Juri Linkov  <juri@jurta.org>
808         * info.el (Info-find-file): Check for symbols `apropos', `history',
809         `toc' in the input filename, and return these symbols as is.
810         (Info-find-node-2): Set Info-current-file to symbols `apropos',
811         `history', `toc' instead of strings.
812         (Info-set-mode-line): For non-string Info-current-file use the
813         symbol's name inside **.
814         (Info-isearch-push-state): Add quote before Info-current-file and
815         Info-current-node.
816         (Info-isearch-pop-state): Use `equal' instead of `string='.
817         (Info-extract-pointer, Info-following-node-name): Use
818         `match-string-no-properties' instead of `match-string'.
819         (Info-up): Check `old-file' for `stringp'.
820         (Info-history): Use `equal' instead of `string-equal'.
821         Check `file' for `stringp'.
822         (Info-history): Use symbol `history' instead of string as first arg
823         of `Info-find-node'.
824         (Info-toc): Check `Info-current-file' for `stringp'.  Use symbol
825         `toc' instead of string.
826         (Info-extract-menu-node-name): Use `buffer-substring-no-properties'
827         instead of `buffer-substring', and `match-string-no-properties'
828         instead of `match-string'.
829         (Info-index-nodes): Check for symbols `apropos', `history', `toc'
830         instead of strings.
831         (info-apropos): Use `Info-find-node' instead of `Info-goto-node'.
832         Use symbol `apropos' instead of string.
833         (Info-copy-current-node-name): Check `Info-current-file' for
834         `stringp' and construct a command with `Info-find-node' from it.
835         (Info-fontify-node): Use `match-string-no-properties' instead of
836         `match-string' and check file names for `stringp'.
837         (Info-desktop-buffer-misc-data): Check for symbols `apropos',
838         `history', `toc' instead of strings.
840 2006-02-17  Chong Yidong  <cyd@stupidchicken.com>
842         * files.el: Rearrange functions and variables in the file local
843         variables section.
845 2006-02-17  Reiner Steib  <Reiner.Steib@gmx.de>
847         * files.el: Add truncate-lines, ispell-check-comments and
848         ispell-local-dictionary as safe local variables.
850 2006-02-18  Nick Roberts  <nickrob@snap.net.nz>
852         * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for
853         out of scope variables.
854         (gud-speedbar-buttons): Use unless.
856         * progmodes/gdb-ui.el (gdb-var-list): Update doc string.
857         (gdb-init-1, gdb-var-changed): Set gdb-var-changed to t initially.
858         (gdb-show-changed-values): Also use for out of scope variables.
859         (gdb-var-update-handler-1): Note if variable goes out of scope.
861 2006-02-17  Ryan Yeske  <rcyeske@gmail.com>
863         * net/rcirc.el (rcirc-connect): Make all arguments optional, and
864         default to global variable values for unsupplied args.
865         (rcirc-get-buffer-create): Fix bug with setting the target.
866         (rcirc-any-buffer): Rename from rcirc-get-any-buffer, and include
867         test for rcirc-always-use-server-buffer-flag here.
868         (rcirc-response-formats): Add %N, which is a facified nick.  %n
869         uses the default face.  Change the ACTION format string.  If the
870         "nick" is the server, don't print anything for that field.
871         Comment fixes.
872         (rcirc-target-buffer): Don't test
873         rcirc-always-use-server-buffer-flag here.
874         (rcirc-print): Squeeze extra spaces out of the text before message.
875         (rcirc-put-nick-channel): Strip potential "@" char from nick
876         before adding them to nick table.
877         (rcirc-url-regexp): Improve to match address like "foo.com".
879 2006-02-17  Eli Zaretskii  <eliz@gnu.org>
881         * allout.el (allout-hidden-p): Move this defsubst before
882         allout-overlay-interior-modification-handler, where it is first
883         used.
885 2006-02-17  Ken Manheimer  <ken.manheimer@gmail.com>
887         * allout.el: Use allout invisible-text overlays instead of
888         selective display for concealed text.  Also, lots of general
889         cleanup, and improved compatibility code.
891         (allout-version) Incremented, corrected, revised, and refined
892         module commentary.
894         (provide 'allout): Moved to the bottom, added a require of overlay.
896         (allout-encrypt-unencrypted-on-saves): Defaults to t instead of
897         `except-current'.
898         (allout-write-file-hook-handler): Minimize delay.
899         (count-trailing-whitespace-region): New function so
900         auto-encryption of current topic can resituate cursor exactly.
901         PGP/GPG encryption trims trailing whitespace from lines, which
902         must be accounted for across encryption then decryption.
904         (allout-command-prefix): Now defaults to "\C-c<space>" rather than
905         just plain "\C-c", to avoid intruding on user's keybinding space.
907         (allout-toggle-current-subtree-encryption): Pass along fetch-pass
908         parameter, so user request to provide a new password is done.
910         (allout-outside-normal-auto-fill-function, allout-auto-fill):
911         Refined mechanism for auto-filling behavior while in allout mode.
913         (allout-mode): Explicitly specify the mode map in the docstring.
914         Clarify provision for various write-file hook var names.
915         Adjusted for invisible-text overlays instead of selective-display.
917         (allout-depth): Really return 0 if not within any topic.  This
918         rectifies `allout-beginning-of-level' and sequence numbering
919         errors that occur when cutting and pasting numbered topics.
920         Changed from a in-line subst to a regular function, as well.
922         (allout-pre-next-prefix): Renamed from allout-pre-next-preface.
924         (allout-end-of-subtree, allout-end-of-subtree)
925         (allout-end-of-entry, allout-end-of-current-heading)
926         (allout-next-visible-heading, allout-open-topic, allout-show-entry)
927         (allout-show-children, allout-show-to-offshoot)
928         (allout-hide-current-entry, allout-show-current-entry): Rectified
929         handling of trailing blank lines between items.
931         (allout-line-boundary-regexp, set-allout-regexp, allout-depth)
932         (allout-current-depth, allout-unprotected, allout-hidden-p)
933         (allout-on-current-heading-p, allout-listify-exposed)
934         (allout-chart-subtree, allout-goto-prefix)
935         (allout-back-to-current-heading, allout-get-body-text)
936         (allout-snug-back, allout-flag-current-subtree, allout-show-all)
937         (allout-hide-region-body, allout-toggle-subtree-encryption)
938         (allout-encrypt-string, allout-encrypted-key-info)
939         (allout-next-topic-pending-encryption, allout-encrypt-decrypted)
940         (allout-file-vars-section-data): Adjusted for use with
941         invisible-text overlays instead of selective-display.
943         (allout-kill-line, allout-kill-topic, allout-yank-processing):
944         Reworked for use with invisible text overlays.
946         (allout-current-topic-collapsed-p): New function.
948         (allout-hide-current-subtree): Use allout-current-topic-collapsed-p
949         to know when to close the containing topic.
951         (allout-pre-command-business, allout-post-command-business):
952         Simplify undo-batching and dynamic isearch exposure.
954         (allout-set-overlay-category): New for invisible-text overlays.
955         Sets properties of allout-overlay-category, used by
956         allout-flag-region to set invisible-text overlay properties.
957         (allout-get-invisibility-overlay): Get the first qualifying
958         invisibility overlay, so we can find the extent of it.
959         (allout-back-to-visible-text): Get to just before the beginnining
960         of the current invisibility overlay, if any.
962         (allout-overlay-insert-in-front-handler)
963         (allout-overlay-interior-modification-handler)
964         (allout-before-change-handler, allout-isearch-end-handler): New
965         functions to handle extraordinary actions affecting concealed
966         text.
968         (allout-flag-region): Use overlays instead of selective-display
969         for invisible text - by inheritence from the properties of
970         allout-overlay-category in mainline Emacs, and applied
971         property-by-property in XEmacs, some recent versions of which
972         don't inherit the properties from the category.  Provisions to
973         respond to concealed-text edits simplified drastically.
975         (allout-isearch-rectification, allout-isearch-was-font-lock)
976         (allout-isearch-expose, allout-enwrap-isearch)
977         (allout-isearch-abort, allout-pre-was-isearching)
978         (allout-isearch-prior-pos, allout-isearch-did-quit)
979         (allout-isearch-dynamic-expose)
980         (allout-hide-current-entry-completely): Functions deleted.
982         (allout-undo-aggregation): Explicit undo aggregation no longer
983         necessary due to transition away from selective-display.
985         (set-allout-regexp, allout-up-current-level)
986         (allout-next-visible-heading, allout-forward-current-level)
987         (allout-open-topic, allout-reindent-body, allout-rebullet-topic)
988         (allout-kill-line, allout-yank-processing, allout-show-children)
989         (allout-expose-topic, allout-old-expose-topic)
990         (allout-listify-exposed, allout-insert-latex-header)
991         (allout-toggle-subtree-encryption, allout-encrypt-string)
992         (remove-from-invisibility-spec, allout-hide-current-subtree):
993         Ditched unused variables.
995 2006-02-17  Agustin Martin  <agustin.martin@hispalinux.es>
997         * textmodes/ispell.el (ispell-change-dictionary): Call
998         ispell-buffer-local-dict instead of
999         ispell-accept-buffer-local-defs.
1000         (ispell-local-dictionary-alist): Accept as valid any coding-system
1001         supported by Emacs.
1002         (ispell-dictionary-alist-3): Esperanto dictionary's coding system
1003         changed to iso-8859-3.
1005 2006-02-17  Nick Roberts  <nickrob@snap.net.nz>
1007         * speedbar.el (speedbar-frame-width): Make an inline function
1008         instead of a macro.  Use frame-width.
1009         (speedbar-try-completion, speedbar-update-contents)
1010         (speedbar-timer-fn): Use consp.
1011         (speedbar-update-localized-contents): Try to preserve point.
1013         * progmodes/gdb-ui.el (gdba, gdb-var-list): Improve doc strings.
1014         (menu): Re-order menu items.
1015         (gdb-var-update-regexp, gdb-var-update-regexp-1): Match "in_scope"
1016         field.
1017         (gdb-var-update-handler-1): Use it for GDB 6.4+.
1018         (gdb-post-prompt): Speed things by not forcing update.
1020 2006-02-16  Chong Yidong  <cyd@stupidchicken.com>
1022         * wid-edit.el (widget-button-click): For mouse-1, cancel button
1023         press and perform default action if we get a mouse movement event.
1025 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
1027         * calendar/icalendar.el (icalendar--get-event-property)
1028         (icalendar--get-event-property-attributes): Fix typos in
1029         docstrings.
1031         * progmodes/flymake.el (flymake-fix-file-name): Fix typo in
1032         docstring.
1034 2006-02-15  Juanma Barranquero  <lekktu@gmail.com>
1036         * bs.el (bs-mode): Use `buffer-disable-undo'.
1037         (bs--get-file-name): Simplify.
1038         (bs-show-in-buffer): Mark the buffer as not modified.
1040 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
1042         * wid-edit.el (widget-keymap): Bind down-mouse-1 to
1043         widget-button-click.
1045         * cus-edit.el (custom-mode-map): Remove mouse-1 binding.
1046         (custom-mode): Update docstring.
1048         * cus-theme.el (custom-new-theme-mode-map): Remove mouse-1
1049         binding.
1051         * files.el (hack-local-variables-confirm): Allow scrolling if the
1052         file variable list is too long.  Kill temp buffer after use.
1054 2006-02-15  Nick Roberts  <nickrob@snap.net.nz>
1056         * progmodes/gud.el (gdb): Improve doc string.
1057         (gdb-script-font-lock-keywords): Expand allowed character set.
1059         * progmodes/gdb-ui.el (gdb-use-separate-io-buffer)
1060         (gdb-display-separate-io-buffer, gdb-frame-separate-io-buffer)
1061         (gdb-separate-io-interrupt, gdb-separate-io-quit)
1062         (gdb-separate-io-stop, gdb-separate-io-eof):
1063         Rename from gdb-inferior-* to gdb-separate-*.
1064         (gdb-set-gud-minor-mode-existing-buffers-1): Improve doc string.
1066 2006-02-14  Jay Belanger  <belanger@truman.edu>
1068         * calc/calc-arith.el (math-check-known-scalarp): Make sure
1069         expression is a symbol before checking that it is bound.
1071         * calc/calcalg2.el (math-integrate-by-parts): Do a more careful
1072         test to see if equation can be solved.
1074 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
1076         * wid-edit.el (widget-button-click): Use :pressed-face property
1077         for overlay face, if it exists.
1079         * cus-edit.el (custom-manual, custom-add-see-also)
1080         (custom-add-parent-links, custom-group-link): Add :pressed-face
1081         property to links.
1083         * files.el (hack-local-variables): Remove ignored variables before
1084         checking if any variables need setting.
1086 2006-02-14  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
1088         * cus-start.el (all): Add x-gtk-whole-detached-tool-bar.
1090 2006-02-14  Juanma Barranquero  <lekktu@gmail.com>
1092         * help.el (where-is): Fix message for remapped commands.
1094         * mwheel.el (mouse-wheel-click-event, mouse-wheel-mode):
1095         Fix typos in docstrings.
1097 2006-02-13  Chong Yidong  <cyd@stupidchicken.com>
1099         * files.el (safe-local-variable-values): New option.
1100         (hack-local-variables-prop-line): Return a list of variable-value
1101         pairs if MODE-ONLY is non-nil.
1102         (hack-local-variables): Construct list of variable-value pairs,
1103         and apply or reject them in one go.  Ask for confirmation if
1104         variables are not known safe.
1105         (hack-local-variables-confirm): Complete rewrite.  Support
1106         `safe-local-variable-values'.
1107         (enable-local-variables): Update docstring to reflect new
1108         behavior.
1109         (ignored-local-variables): Ignore ignored-local-variables and
1110         safe-local-variable-values.
1111         (safe-local-variable-p): New function.
1112         (risky-local-variable-p): `safe-local-variable' property check
1113         moved to safe-local-variable-p.
1114         (hack-one-local-variable): Checks moved to hack-local-variables.
1116         (byte-compile-dynamic, c-basic-offset, c-file-style)
1117         (c-indent-level, comment-column, fill-column, fill-prefix)
1118         (indent-tabs-mode, kept-new-versions, no-byte-compile)
1119         (no-update-autoloads, outline-regexp, page-delimiter)
1120         (paragraph-start, paragraph-separate, sentence-end)
1121         (sentence-end-double-space tab-width, version-control):
1122         Add `safe-local-variable' property.
1124         * find-lisp.el: Delete nonexistent `autocompile' file variable.
1126         * icomplete.el, play/landmark.el: Change nonexistent
1127         `outline-layout' file variable to `allout-layout'.
1129 2006-02-14  Nick Roberts  <nickrob@snap.net.nz>
1131         * progmodes/gdb-ui.el (gud-watch, gdb-invalidate-registers-1)
1132         (gdb-get-changed-registers): Test value of gud-minor-mode relative
1133         to gud-comint-buffer.
1134         (gdb-speedbar-expand-node, gdb-locals-mode): Use functions in
1135         gdb-ui.el for gdb-mi.el.
1136         (gdb-post-prompt, gdb-get-changed-registers): Move test for
1137         registers buffer to gdb-get-changed-registers.
1138         (gdb-breakpoint-regexp): New regexp.  Allow toggling and
1139         deletion of catchpoints (throw and catch).
1140         (gdb-toggle-breakpoint, gdb-delete-breakpoint)
1141         (gdb-goto-breakpoint): Use it for both gdb-ui and gdb-mi.
1142         (gdb-find-file-hook, gdb-set-gud-minor-mode-existing-buffers-1)
1143         (gdb-var-list-children-1, gdb-info-breakpoints-custom)
1144         (gdb-var-update-1, gdb-invalidate-locals-1): Use also for gdb-mi.
1146 2006-02-13  Jay Belanger  <belanger@truman.edu>
1148         * calc/calc-arith.el (math-check-known-matrixp): Make sure
1149         expression is a symbol before checking that it is bound.
1151 2006-02-13  Richard M. Stallman  <rms@gnu.org>
1153         * mouse.el (mouse-drag-mode-line-1): Use mouse-drag-move-window-bottom
1154         for the minibuffer too, but not if resize-mini-windows will interfere.
1156         * help.el (describe-key-briefly, describe-key): Do all arg-reading
1157         inside `interactive' spec.
1158         (describe-key-briefly-internal, describe-key-internal):
1159         Functions merged back into their callers.
1161 2006-02-13  Martin Rudalics  <rudalics@gmx.at>  (tiny change)
1163         * info.el (info-xref-visited): Inherit from info-xref too.
1164         (Info-set-mode-line): Replace occurrences of `%' by `%%'
1165         when propertizing Info-current-file and Info-current-node.
1167 2006-02-13  Juri Linkov  <juri@jurta.org>
1169         * tumme.el (tumme-thumbnail-storage): Fix docstring.
1170         (tumme-thumb-name): Fix per-directory format.
1172 2006-02-13  Juanma Barranquero  <lekktu@gmail.com>
1174         * subr.el (substitute-key-definition): Doc fix (hide internal arg).
1176 2006-02-12  Miles Bader  <miles@gnu.org>
1178         * net/rcirc.el (rcirc-format-response-string): Fix small bugs.
1180 2006-02-13  Mathias Dahl  <mathias.dahl@gmail.com>
1182         * tumme.el: Remove history section.  If someone needs the it, it
1183         can always be found in CVS.
1185 2006-02-12  Mathias Dahl  <mathias.dahl@gmail.com>
1187         * tumme.el (tumme-thumbnail-storage): Update docstring.  Add info
1188         about the Thumbnail Managing Standard option.
1190 2006-02-12  Richard M. Stallman  <rms@gnu.org>
1192         * subr.el (substitute-key-definition): Doc fix.
1194         * simple.el (blink-matching-paren-dont-ignore-comments): Doc fix.
1196         * files.el (magic-mode-alist): Don't use `\\s ' in regexps.
1198         * info.el (Info-mode): Doc fix.
1200         * progmodes/ebrowse.el (ebrowse-global-prefix-key): Change to C-c C-m.
1202 2006-02-12  Michael Albinus  <michael.albinus@gmx.de>
1204         * net/tramp.el (tramp-remote-path): Add "/usr/xpg4/bin" on top,
1205         because on Solaris a POSIX compatible "id" is needed.  Reported by
1206         Magnus Henoch <mange@freemail.hu>.
1208 2006-02-12  Juri Linkov  <juri@jurta.org>
1210         * tumme.el: Remove todo item about Thumbnail Managing Standard.
1211         (tumme) <defgroup>: Change :group to `multimedia'.
1212         (tumme-thumbnail-storage): Add choice `standard' for Thumbnail
1213         Managing Standard.
1214         (tumme-cmd-create-thumbnail-options): Use %w and %h instead of %s.
1215         Fix dostring.
1216         (tumme-cmd-create-temp-image-options): Use %w and %h instead of %x
1217         and %y.  Fix docstring.
1218         (tumme-cmd-pngnq-program, tumme-cmd-pngcrush-program)
1219         (tumme-cmd-create-standard-thumbnail-command): New user options.
1220         (tumme-thumb-size): Set default to 128 if tumme-thumbnail-storage
1221         is `standard'.  Fix docstring.
1222         (tumme-thumb-width, tumme-thumb-height): New user options.
1223         (tumme-external-viewer): Try to find various viewers.
1224         (tumme-get-thumbnail-image): Use `create-image' instead of
1225         constructing the `image' structure.
1226         (tumme-insert-thumbnail): Use `png' if tumme-thumbnail-storage is
1227         `standard'.
1228         (tumme-thumb-name): Add file name generation for standard storage.
1229         Simplify code for other storages.
1230         (tumme-thumb-name): Use width %w and height %h instead of size %s.
1231         Add modification time %m and thumbnail-nq8 %q.
1232         Use `tumme-cmd-create-standard-thumbnail-command' if
1233         tumme-thumbnail-storage is `standard'.
1234         (tumme-dired-insert-marked-thumbs): New autoload command.
1235         (tumme-dired-after-readin-hook): New function.
1236         (tumme-line-up-dynamic): Use `tumme-thumb-width' instead of
1237         `tumme-thumb-size'.
1238         (tumme-display-image): Replace size-x %x and size-y %y with
1239         width %w and height %h.
1241         * dired.el (dired-mode-map): Bind `\C-t\C-t' to
1242         `tumme-dired-insert-marked-thumbs'.
1244 2006-02-12  Mathias Dahl  <mathias.dahl@gmail.com>
1246         * tumme.el (tumme-write-tag): Fix small bug (file name did not
1247         include path).
1248         (tumme-mark-tagged-files): Fix bug in regexp used to find rows
1249         matching tag.
1251 2006-02-12  Miles Bader  <miles@gnu.org>
1253         * net/rcirc.el (rcirc-nick-abbrevs, rcirc-response-formats):
1254         New variables.
1255         (rcirc-abbrev-nick): New function.
1256         (rcirc-format-response-string): Rewrite to use the formats in
1257         `rcirc-response-formats' and expand escape sequences therein.
1258         A text-property `rcirc-text' is added over the actual response
1259         text to make easy to find inside the returned string.
1260         (rcirc-print): When filling, just look for the `rcirc-text'
1261         text-property to find the appropriate fill prefix, instead of
1262         using hardwired patterns.
1264 2006-02-11  Mathias Dahl  <brakjoller@hotmail.com>
1266         * tumme.el: Enhance some docstrings.  Add todo item about Thumbnail
1267         Managing Standard.
1269 2006-02-11  Kim F. Storm  <storm@cua.dk>
1271         * ido.el (ido-buffer-internal): Set mark for ido-insert-buffer.
1272         Don't use insert-buffer; do insert-buffer-substring directly.
1273         (ido-file-internal): Set mark for ido-insert-file.  Use insert-file-1.
1275 2006-02-11  Martin Rudalics  <rudalics@gmx.at>
1277         * files.el (revert-buffer, recover-file): Replace buffer-read-only
1278         with inhibit-read-only.  Suggested by Stefan Monnier.
1279         (revert-buffer): Let insert-file-contents discard
1280         buffer-undo-list.  Simplify code.
1281         (find-file, find-file-existing, revert-buffer): Doc-string fixes.
1283 2006-02-11  Eli Zaretskii  <eliz@gnu.org>
1285         * menu-bar.el (menu-bar-select-yank): Add a doc string.
1287         * help.el (describe-key-briefly): Now a wrapper for
1288         describe-key-briefly-internal.  Bind enable-disabled-menus-and-buttons
1289         to t.  Populate yank-menu if empty.
1290         (describe-key-briefly-internal): Renamed from describe-key-briefly.
1291         (describe-key): Now a wrapper for describe-key-internal.  Bind
1292         enable-disabled-menus-and-buttons to t.  Populate yank-menu if empty.
1293         (describe-key-internal): Renamed from describe-key.
1295 2006-02-11  Milan Zamazal  <pdm@zamazal.org>
1297         * progmodes/glasses.el (glasses-separator): Doc fix.
1298         (glasses-original-separator): New defcustom.
1299         (glasses-make-readable, glasses-convert-to-unreadable): Use it.
1301 2006-02-11  Martin Rudalics  <rudalics@gmx.at>
1303         * mwheel.el (mouse-wheel-up-event): Doc fix.
1305 2006-02-11  Mathias Dahl  <brakjoller@hotmail.com>
1307         * tumme.el (tumme-dir): Change default value to "~/.emacs.d/tumme/".
1308         (tumme-dir): New function.  Copied from thumbs.el.
1310 2006-02-10  Juanma Barranquero  <lekktu@gmail.com>
1312         * desktop.el (desktop-outvar): Fix typo.
1313         (desktop-save-buffer-p): Doc fix.
1315         * subr.el (substitute-key-definition): Fix typo.
1317 2006-02-10  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1319         * frame.el (select-frame-set-input-focus): Call x-focus-frame also
1320         when window-system is mac.
1322         * term/mac-win.el (fontset-standard): Rename from "fontset-mac".
1324 2006-02-10  Kim F. Storm  <storm@cua.dk>
1326         * subr.el (substitute-key-definition-key): Pass t for NOERROR to
1327         indirect-function instead of using condition-case.
1329 2006-02-10  Mathias Dahl  <mathias.dahl@gmail.com>
1331         * tumme.el (tumme-copy-with-exif-file-name): Try to make docstring
1332         less `colloquial'...
1334 2006-02-09  Mathias Dahl  <mathias.dahl@gmail.com>
1336         * tumme.el: Add a couple of todo items.
1338 2006-02-09  Lars Hansen  <larsh@soem.dk>
1340         * hilit-chg.el: Add highlight-changes-mode to desktop-locals-to-save.
1341         (highlight-changes-mode): Don't change desktop-locals-to-save.
1343 2006-02-09  Chong Yidong  <cyd@stupidchicken.com>
1345         * image-mode.el (image-toggle-display): Clear image cache if using
1346         filename.
1348 2006-02-09  Masatake YAMATO  <jet@gyve.org>
1350         * dired-x.el (dired-guess-shell-alist-default): Add .man as
1351         a `dired-man' target.
1353         * progmodes/autoconf.el (autoconf-font-lock-keywords): Check start
1354         boundary of symbols.
1356 2006-02-08  Peter Doornbosch  <peter.doornbosch@luminis.nl>  (tiny change)
1358         * vc-svn.el (vc-svn-print-log): Show recent commits as well.
1360 2006-02-09  Juanma Barranquero  <lekktu@gmail.com>
1362         * hilit-chg.el (hilit-chg-update-all-buffers): Use `mapc' instead of
1363         `mapcar'; return nil.
1365 2006-02-08  Chong Yidong  <cyd@stupidchicken.com>
1367         * mouse.el (mouse-drag-track): Don't change window if we rebind to
1368         some other event.
1370 2006-02-08  Ryan Yeske  <rcyeske@gmail.com>
1372         * net/rcirc.el (rcirc-startup-channels-alist):
1373         Add irc.freenode.net and #emacs as defaults.
1374         (rcirc-ignore-all-activity-flag): Remove variable.
1375         (rcirc-authinfo): New variable.
1376         (rcirc-authinfo-filename): Remove variable.
1377         (rcirc-always-use-server-buffer-flag): New flag.
1378         (rcirc): M-x rcirc will automatically connect without prompting.
1379         C-u M-x rcirc will prompt.  Use rcirc-connect to create a
1380         connection in lisp.
1381         (rcirc-process-server-response-1): Remove everything but the nick
1382         portion of the sender so it doesn't need to be done everywhere
1383         else.  Update related code.
1384         (global-map): Remove global keybindings.
1385         (rcirc-get-buffer-create): Make sure rcirc-topic is set.
1386         (rcirc-send-input): Split into several functions.
1387         (rcirc-process-input-line, rcirc-process-message)
1388         (rcirc-process-command): New functions.
1389         (rcirc-target-buffer): New function to determine where to route
1390         messages.
1391         (rcirc-user-nick): Save match data.
1392         (rcirc-toggle-ignore-buffer-activity)
1393         (rcirc-update-activity-string): Remove global ignore functionality,
1394         which can be done now by toggling rcirc-track-minor-mode.
1395         (rcirc-track-minor-mode-map): New keymap.
1396         (rcirc-track-minor-mode): New minor-mode.
1397         (ignore): Make the ignore output nicer.  Always print it when
1398         adding or removing nicks.
1399         (rcirc-url-regexp): Improve.
1400         (rcirc-mangle-text): Remove properties before using text in the
1401         modeline.
1402         (rcirc-authenticate): Authentication data comes from
1403         rcirc-authinfo, not the file pointed to by rcirc-authinfo-file.
1404         (rcirc-server-prefix): Inherit from rcirc-server.
1406 2006-02-08  Mathias Megyei  <Mathias.Megyei@micronas.com>  (tiny change)
1408         * Makefile.in (compile): Append "|| true" to the end of the `find'
1409         command, like compile-always does.
1411 2006-02-08  Sam Steingold  <sds@gnu.org>
1413         * net/tramp.el (tramp-maybe-open-connection): Do not wait for
1414         output from a dead connection.
1416 2006-02-07  Mathias Dahl  <brakjoller@hotmail.com>
1418         * dired.el (dired-mode-map): Add more bindings for tumme.
1420 2006-02-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1422         * wdired.el (wdired-mode-map): Use remap.
1423         (wdired-get-filename): Massage.
1424         (wdired-perm-mode-map): Don't copy bindings from wdired-mode-map.
1425         (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit): Use the
1426         `keymap' property rather than `local-map'.
1428 2006-02-07  Mathias Dahl  <brakjoller@hotmail.com>
1430         * tumme.el (tumme-get-thumbnail-image): New utility function.
1431         Suggested by from Chong Yidong.
1432         (tumme-dired-with-window-configuration): Rename from
1433         `tumme-dired'.  Add code to save window configuration.
1434         (tumme-restore-window-configuration): New command to restore the
1435         window configuration that `tumme-dired-with-window-configuration'
1436         saves before it changes the window configuration.
1437         (tumme-show-all-from-dir): New command to display thumbnails for
1438         all files in a directory entered by the user, like M-x thumbs.
1439         (tumme-display-thumbs): Call `pop-to-buffer' after all thumbnails
1440         have been created.
1441         (tumme-display-thumbnail-original-image): Call `display-buffer'.
1442         (obsolete-tumme-display-thumbnail-original-image-and-buffer):
1443         Remove obsolete test function.
1445 2006-02-07  Juanma Barranquero  <lekktu@gmail.com>
1447         * vc.el (small-temporary-file-directory): Remove defvar; there's
1448         a defcustom for it in files.el.
1450         * tumme.el (tumme-get-thumbnail-image): Add missing arg to `error'.
1451         Fix typo in message.
1452         (tumme-gallery-generate): Fix typo in `error' message.
1453         (tumme-display-window-height-correction)
1454         (tumme-display-window-width-correction, tumme-line-up-dynamic)
1455         (tumme-line-up-interactive): Dox fixes.
1456         (tumme-cmd-rotate-original-options, tumme-display-properties-format)
1457         (tumme-restore-window-configuration, tumme-format-properties-string)
1458         (tumme-create-thumbs, tumme-display-previous-thumbnail-original):
1459         Fix typos in docstrings.
1461 2006-02-07  Chris Moore  <christopher.ian.moore@gmail.com>  (tiny change)
1463         * wdired.el (wdired-get-filename): Fix bug: Don't re-normalize OLD.
1465 2006-02-07  Nick Roberts  <nickrob@snap.net.nz>
1467         * progmodes/gud.el (gud-tooltip-mode): Remove autoload cookie.
1468         User should use hook if desired.
1470         * progmodes/gdb-ui.el (gdb-post-prompt): Regenerate breakpoints
1471         buffer if necessary.
1472         (gdb-delete-frame-or-window): New function.
1473         (gdb-breakpoints-mode-map): Bind "q" to it.
1475 2006-02-06  Stefan Monnier  <monnier@iro.umontreal.ca>
1477         * textmodes/nroff-mode.el: Clean up name space.
1478         (nroff-mode-syntax-table): Remove spurious `1' in the syntax of \n.
1479         (nroff-mode): Obey the global setting of nroff-electric-mode.
1480         (nroff-electric-mode): Use define-minor-mode and derived-mode-p.
1482         * calendar/calendar.el (calendar-increment-month): Typo in last change.
1484 2006-02-06  Thien-Thi Nguyen  <ttn@gnu.org>
1486         * vc-svn.el (vc-svn-previous-version, vc-svn-next-version): New funcs.
1488 2006-02-06  Lars Hansen  <larsh@soem.dk>
1490         * generic-x.el (etc-fstab-generic-mode): Add file system types
1491         cifs and usbdevfs.  Allow special chars in file names.
1493 2006-02-05  Jay Belanger  <belanger@truman.edu>
1495         Update copyright notices of the files in lisp/calc.
1497 2006-02-05  Romain Francoise  <romain@orebokech.com>
1499         Update copyright notices of all files in the lisp/play directory.
1501 2006-02-04  Luc Teirlinck  <teirllm@auburn.edu>
1503         * ldefs-boot.el: Regenerate.
1505         * emacs-lisp/find-func.el (find-definition-noselect): Minor doc fix.
1507 2006-02-05  Kim F. Storm  <storm@cua.dk>
1509         * files.el (magic-mode-regexp-match-limit): New defvar.
1510         (set-auto-mode): Use it to limit magic-mode-alist matching.
1512 2006-02-04  Kevin Rodgers  <ihs_4664@yahoo.com>
1514         * simple.el (display-message-or-buffer): Compare the number of
1515         characters to the frame width when determining whether a 1-line
1516         message string will fit in the echo area.  Count screen lines
1517         instead of buffer lines when determining whether a multi-line
1518         message will fit in the echo area/minibuffer window.
1520 2006-02-04  Eli Zaretskii  <eliz@gnu.org>
1522         * info.el (Info-index, Info-mode): Improve the description of the
1523         `i' command.
1525         * ldefs-boot.el: Regenerate.
1527 2006-02-03  Werner Lemberg  <wl@gnu.org>
1529         * textmodes/nroff-mode.el (nroff-font-lock-keywords): Don't be
1530         greedy to find the closing bracket in \*[...] and similar
1531         expressions.  This is a first rough fix -- many additional
1532         refinements are necessary to make nroff mode really usable with groff.
1534 2006-02-03  Jens Petersen  <petersen@redhat.com>  (tiny change)
1536         * international/mule-cmds.el (set-locale-environment):
1537         Add "/usr/share/X11/locale/locale.alias" to search list for xorg-x11
1538         libX11.
1540 2006-02-03  Joe Wells  <jbw@macs.hw.ac.uk>  (tiny change)
1542         * arc-mode.el (archive-maybe-copy): Fix the way directories in the
1543         archive are created in archive-tmpdir.
1545 2006-02-02  John Paul Wallington  <jpw@pobox.com>
1547         * ibuffer.el (ibuffer-compressed-file-name-regexp): New defcustom.
1548         (ibuffer-fontification-alist): Use it.
1549         (ibuffer-mode-map): Bind `ibuffer-mark-compressed-file-buffers'
1550         to "* z" and the Ibuffer Mark menu.
1552         * ibuf-ext.el (ibuffer-mark-compressed-file-buffers): New command.
1554 2006-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1556         * textmodes/table.el (*table--cell-describe-mode)
1557         (*table--cell-describe-bindings): Undo last change since
1558         print-help-return-message is not obsoleted by anything at all.
1560 2006-02-02  Luc Teirlinck  <teirllm@auburn.edu>
1562         * emulation/cua-base.el (cua-mode): Doc fix.
1564 2006-02-02  Juanma Barranquero  <lekktu@gmail.com>
1566         * dframe.el (dframe-handle-make-frame-visible)
1567         (dframe-handle-iconify-frame, dframe-get-focus)
1568         (dframe-select-attached-frame, dframe-power-click)
1569         (dframe-frame-mode): Fix typos in docstrings.
1571         * ezimage.el (ezimage-mail, ezimage-object-out-of-date)
1572         (ezimage-insert-image-button-maybe, ezimage-insert-over-text):
1573         Fix typos in docstrings.
1575         * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer)
1576         (hi-lock-face-buffer, hi-lock-font-lock-hook)
1577         (hi-lock-archaic-interface-message-used)
1578         (hi-lock-file-patterns-range): Fix typos in docstrings.
1580         * savehist.el (savehist-loaded, savehist-load, savehist-install)
1581         (savehist-autosave, savehist-trim-history): Fix typos in docstrings.
1583         * mail/mailclient.el (mailclient-place-body-on-clipboard-flag):
1584         Fix typo in docstring.
1586         * net/newsticker.el (newsticker--decode-iso8601-date)
1587         (newsticker--set-customvar, newsticker--buffer-insert-item)
1588         (newsticker--do-run-auto-mark-filter)
1589         (newsticker--parse-generic-feed): Doc fixes.
1590         (newsticker--retrieval-timer-list, newsticker-url-list)
1591         (newsticker-hide-immortal-items-in-echo-area)
1592         (newsticker-hide-obsolete-items-in-echo-area)
1593         (newsticker-new-item-face, newsticker--enclosure)
1594         (newsticker-buffer-update, newsticker-w3m-show-inline-images)
1595         (newsticker--parse-atom-0.3, newsticker--parse-rss-1.0)
1596         (newsticker--parse-generic-feed, newsticker--cache-contains)
1597         (newsticker--stat-num-items, newsticker-download-enclosures):
1598         Fix typos in docstrings.
1600         * net/rcirc.el (rcirc-debug): Doc fix.
1601         (rcirc-fill-column, rcirc-receive-message-hooks)
1602         (rcirc-browse-url-map, rcirc-read-only-flag, rcirc-prompt)
1603         (rcirc-mode, rcirc-generate-new-buffer-name)
1604         (rcirc-startup-channels, rcirc-ignore-update-automatic)
1605         (rcirc-cmd-ignore, rcirc-browse-url, rcirc-url-regexp):
1606         Fix typos in docstrings.
1607         (rcirc-print): "?\ " -> "?\s".
1608         (rcirc-cmd-join): Improve argument/docstring consistency.
1610 2006-02-01  Mark A. Hershberger  <mah@everybody.org>
1612         * xml.el (xml-parse-region): Move save-excursion and set-buffer up
1613         before narrow-to-region.
1615 2006-02-01  Richard M. Stallman  <rms@gnu.org>
1617         * simple.el (move-beginning-of-line): Scan properly for invis change.
1619         * replace.el (multi-occur-in-matching-buffers): Fix prev change.
1621 2006-02-01  Michael Albinus  <michael.albinus@gmx.de>
1623         * net/tramp.el (tramp-convert-file-attributes): Set file's gid
1624         change bit only when id-format is 'integer.  Reported by Matt
1625         Hodges <M.P.Hodges@rl.ac.uk>.
1627 2006-02-01  Juanma Barranquero  <lekktu@gmail.com>
1629         * hilit-chg.el (highlight-changes-initial-state)
1630         (highlight-changes-global-initial-state): Doc fixes.
1631         (highlight-changes-global-modes, global-highlight-changes):
1632         Fix typos in docstrings.
1634 2006-02-01  Kim F. Storm  <storm@cua.dk>
1636         * emulation/cua-base.el (cua-mode): Mention that CUA enables
1637         transient-mark-mode in doc string.
1639 2006-01-31  Richard M. Stallman  <rms@gnu.org>
1641         * replace.el (multi-occur): Doc fix.
1642         (multi-occur-in-matching-buffers): Rename from
1643         multi-occur-by-filename-regexp.  Prefix arg says match
1644         buffer names instead of file names.
1646 2006-01-31  Juanma Barranquero  <lekktu@gmail.com>
1648         * bs.el: Allow non-default values of `bs-header-lines-length'.
1649         (bs--running-in-xemacs): Remove (not needed anymore).
1650         (bs--set-window-height): Simplify by using `fit-window-to-buffer'
1651         instead of `shrink-window', thus avoiding having to compute the
1652         height of the window.
1653         (bs--up): Wrap around even when there's no header.
1654         (bs--down): Use `forward-line' instead of `next-line'.
1656 2006-01-30  Chong Yidong  <cyd@stupidchicken.com>
1658         * image-mode.el (image-toggle-display): Use file name if possible,
1659         instead of unnecessarily allocating a (possibly huge) lisp string.
1661 2006-01-30  John Paul Wallington  <jpw@pobox.com>
1663         * subr.el (toplevel): Define `cl-assertion-failed' condition here
1664         because the `assert' macro signals it at runtime.
1666         * emacs-lisp/cl.el (toplevel): Remove definition of
1667         `cl-assertion-failed' condition.
1669 2006-01-30  Nick Roberts  <nickrob@snap.net.nz>
1671         * thumbs.el (thumbs-marked-list): Make buffer-local and
1672         permanent-local.
1673         (thumbs-insert-thumb): Make help-echo non-sticky.
1674         (thumbs-file-alist): Use eolp as check for (non)-image.
1676 2006-01-30  Juanma Barranquero  <lekktu@gmail.com>
1678         * ediff-mult.el (ediff-meta-buffer-keymap-setup-hook)
1679         (ediff-before-session-group-setup-hooks)
1680         (ediff-default-filtering-regexp, ediff-meta-mark-equal-files):
1681         Fix typos in docstrings.
1683         * window.el (bw-dir, bw-eqdir, balance-windows)
1684         (split-window-keep-point): Fix typos in docstrings.
1686         * textmodes/org.el (org-allow-space-in-links, org-closed-string)
1687         (org-quote-string, org-calendar-to-agenda-key)
1688         (org-agenda-sorting-strategy, org-agenda-use-time-grid)
1689         (org-show-following-heading, org-tags-column)
1690         (org-use-tag-inheritance, org, org-allow-space-in-links)
1691         (org-usenet-links-prefer-google, org-file-apps-defaults-gnu)
1692         (org-enable-table-editor, org-calc-default-modes)
1693         (org-table-allow-automatic-line-recalculation)
1694         (org-export-html-style, org-export-with-fixed-width)
1695         (org-export-with-sub-superscripts, org-special-keyword)
1696         (org-formula, org-time-grid, org-table-may-need-update)
1697         (org-mode, org-goto-ret, org-goto-left, org-goto-right)
1698         (org-goto-quit, org-get-indentation, org-end-of-item)
1699         (org-move-item-down, org-move-item-up)
1700         (org-renumber-ordered-list, org-todo, org-log-done, org-occur)
1701         (org-remove-occur-highlights, org-read-date, org-goto-calendar)
1702         (org-agenda, org-agenda-day-view, org-agenda-previous-date-line)
1703         (org-agenda-log-mode, org-agenda-toggle-diary)
1704         (org-agenda-toggle-time-grid, org-agenda-cleanup-fancy-diary)
1705         (org-agenda-file-to-end, org-agenda-no-heading-message)
1706         (org-agenda-get-closed, org-format-agenda-item)
1707         (org-cmp-priority, org-cmp-category, org-cmp-time)
1708         (org-agenda-change-all-lines, org-agenda-diary-entry)
1709         (org-scan-tags, org-after-todo-state-change-hook, org-tags-view)
1710         (org-link-search, org-camel-to-words, org-open-file)
1711         (org-remember-handler, org-table-convert-region)
1712         (org-table-move-row-down, org-table-move-row-up)
1713         (org-table-copy-region, org-table-wrap-region)
1714         (org-table-toggle-vline-visibility)
1715         (org-table-get-vertical-vector, org-table-modify-formulas)
1716         (org-table-get-specials, org-recalc-commands)
1717         (org-table-rotate-recalc-marks, org-table-eval-formula)
1718         (orgtbl-make-binding, org-in-invisibility-spec-p, org-cycle)
1719         (org-level-color-stars-only, org-insert-heading):
1720         Fix typos in docstrings.
1721         (last-arg): Add defvar.
1723         * makefile.w32-in (WINS): Add erc.
1724         (MH_E_SRC): Update (copied from lisp/Makefile.in).
1726 2006-01-29  Bill Wohler  <wohler@newt.com>
1728         * Makefile.in (MH_E_SRC): Add mh-compat.el, mh-folder.el,
1729         mh-letter.el, mh-limit.el, mh-scan.el, mh-show.el, mh-thread.el,
1730         mh-tool-bar.el, mh-xface.el.  Remove mh-customize.el, mh-init.el.
1731         (mh-autoloads): Don't use comments on otherwise empty lines.
1733 2006-01-29  Edward O'Connor  <ted@oconnor.cx>
1735         * emulation/viper.el (viper-major-mode-modifier-list): Add
1736         insert-state and vi-state entries for erc-mode.
1737         (viper-go-away, viper-set-hooks): Add and remove
1738         viper-comint-mode-hook from erc-mode-hook as appropriate.
1740         * emulation/viper.el (viper-insert-state-mode-list): Add erc-mode.
1742 2006-01-29  Juanma Barranquero  <lekktu@gmail.com>
1744         * bs.el (bs--format-aux): Implement `middle' alignment as
1745         described in the docstring for `bs-attributes-list'.
1746         (bs--get-name): Simplify.  Don't pad the buffer name.
1748 2006-01-27  Agustin Martin  <agustin.martin@hispalinux.es>
1750         * textmodes/ispell.el (ispell-find-aspell-dictionaries): If no
1751         English aspell dictionary is installed, use the first entry of
1752         ispell-dictionary-alist-1.
1754 2006-01-27  Kevin Rodgers  <ihs_4664@yahoo.com>
1756         * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
1757         Doc fix.
1759 2006-01-27  Michael Albinus  <michael.albinus@gmx.de>
1761         * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
1762         for `process-file', in order to let it work for older Emacsen too.
1764 2006-01-27  Eli Zaretskii  <eliz@gnu.org>
1766         * international/latexenc.el: Add a suitable `coding:' tag.
1767         (latexenc-find-file-coding-system): Undo last change.
1769 2006-01-27  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
1771         * international/latexenc.el (latexenc-find-file-coding-system):
1772         Make sure latexenc-main-file is a regular file and is readable.
1774 2006-01-27  Andre Spiegel  <spiegel@gnu.org>
1776         * vc-rcs.el (vc-rcs-fetch-master-state, vc-rcs-consult-headers):
1777         Pass FILE to vc-user-login-name.
1779         * vc-sccs.el (vc-sccs-state): Pass FILE to vc-user-login-name.
1781 2006-01-27  Nick Roberts  <nickrob@snap.net.nz>
1783         * thumbs.el (thumbs-do-thumbs-insertion): Suppress message when
1784         there are no more images to display.
1785         (thumbs-mark, thumbs-unmark): Revert change so that they move to
1786         the next image.
1788 2006-01-26  Richard M. Stallman  <rms@gnu.org>
1790         * cus-edit.el (custom-mode): Doc: Use advertised-widget-backward.
1792         * wid-edit.el (advertised-widget-backward): New alias.
1793         (widget-keymap): Use advertised-widget-backward for S-TAB.
1795         * tumme.el: Correct the keywords.
1796         (tumme-dir-max-size): Use defvar.
1797         (tumme-setup-dired-keybindings, tumme-dired): Add autoload cookie.
1799         * simple.el (move-beginning-of-line): Take account of fields.
1800         (clone-indirect-buffer-other-window): Take args like
1801         clone-indirect-buffer, and work like it.
1803         * help-fns.el (describe-function): Don't pass `nil' as default.
1805         * files.el (risky-local-variable-p): Follow var aliases.
1807         * subr.el (lazy-completion-table): Doc fix.
1809         * mail/rmailsum.el (rmail-make-summary-line-1): Don't set
1810         global binding of `line'.
1812 2006-01-25  Andre Spiegel  <spiegel@gnu.org>
1814         * vc-hooks.el (vc-user-login-name): Rewritten to handle access via
1815         Tramp.
1817         * vc.el (vc-default-dired-state-info): Pass FILE to
1818         vc-user-login-name.
1819         (vc-default-update-changelog): Don't use vc-user-login-name, we
1820         don't need it here.
1822         * tramp-vc.el (vc-user-login-name): Comment out defadvice, it is
1823         no longer necessary.
1825 2006-01-25  Kenichi Handa  <handa@m17n.org>
1827         * international/mule.el (decode-char): Avoid the overhead of
1828         calling utf-lookup-subst-table-for-decode if
1829         utf-translate-cjk-mode is nil.
1830         (encode-char): Avoid the overhead of calling
1831         utf-lookup-subst-table-for-encode if utf-translate-cjk-mode is
1832         nil.
1834 2006-01-22  Kenichi Handa  <handa@m17n.org>
1836         * international/mule.el (make-subsidiary-coding-system): Reset
1837         `coding-system-define-form' property of subsidiaries to nil.
1838         Avoid duplicated entry in coding-system-alist.
1839         (make-coding-system): Avoid duplicated entry in
1840         coding-system-alist.
1841         (define-coding-system-alias): Likewise.
1843 2006-01-24  Luc Teirlinck  <teirllm@auburn.edu>
1845         * completion.el: Minor fixes in introductory comment.
1846         (completion-def-wrapper): Fix alist.
1848 2006-01-25  Nick Roberts  <nickrob@snap.net.nz>
1850         * thumbs.el (thumbs-new-image-size): New function.
1851         (thumbs-increment-image-size-element)
1852         (thumbs-decrement-image-size-element, thumbs-increment-image-size)
1853         (thumbs-decrement-image-size): Delete.
1854         (thumbs-resize-image-1): Rename from thumbs-resize-image.  Keep old
1855         temp files and use to resize.
1856         (thumbs-resize-image): Rename from thumbs-resize-image-interactive.
1857         Use increment argument to enlarge/shrink.  Preserve point.
1858         (thumbs-shrink-image): Rename from thumbs-resize-image-size-down.
1859         (thumbs-enlarge-image): Rename from thumbs-resize-image-size-up
1860         (thumbs-show-thumbs-list): Set thumbs-buffer to current-buffer.
1861         (thumbs-mark, thumbs-unmark): Preserve point.
1862         (thumbs-modify-image): Keep old temp files and use to modify.
1863         Cleanup old temp files at load time.  Preserve point.
1864         (thumbs-view-image-mode-map): Use new command names.
1866 2006-01-24  Stefan Monnier  <monnier@iro.umontreal.ca>
1868         * log-view.el (log-view-minor-wrap): First rev is the one at point.
1870         * calendar/cal-menu.el: Avoid macros from calendar.el so as to break
1871         the nastiest part of the cyclic dependency.
1872         (cal-menu-update): Use dotimes and calendar-increment-month.
1874         * calendar/calendar.el: Remove unnecessary leading stars in docstrings.
1875         (calendar-week-start-day): Add an :initializer.
1876         (calendar-mode-map): Use suppress-keymap, and command remapping.
1877         (describe-calendar-mode): Setup xref-stack info for the back button.
1878         (calendar-star-date): Insert before delete.
1879         (calendar-set-mode-line): Add file-modified info if applicable.
1880         (calendar-increment-month): New function.
1882 2006-01-24  Tobias C. Rittweiler  <tcr@freebits.de>  (tiny change)
1884         * font-lock.el (lisp-font-lock-keywords-2):
1885         Recognize "& keywords" only at word boundaries.
1887 2006-01-24  Nick Roberts  <nickrob@snap.net.nz>
1889         * thumbs.el (thumbs-extra-images): New variable.  Make it buffer-local
1890         and permanent-local.
1891         (thumbs-max-image-number): New variable.
1892         (thumbs-do-thumbs-insertion): Use them.
1893         (thumbs-per-line): Change default to 4.
1894         (thumbs-marked-list): Rename from thumbs-markedL.
1895         (thumbs-cleanup-thumbsdir, thumbs-delete-images)
1896         (thumbs-rename-images): Use -list instead of L for internal variables.
1897         (thumbs-call-convert): Use call-process instead of shell-command.
1898         (thumbs-insert-thumb): Add filename as help-echo to each image.
1899         (thumbs-show-from-dir): Rename from thumbs-show-all-from-dir.
1900         Give dir to thumbs-show-thumbs-list.
1901         (thumbs-show-thumbs-list): Set default-directory to that of images.
1902         (thumbs-dired-show): Rename from thumbs-dired-show-all.
1903         (thumbs-display-thumbs-buffer, thumbs-show-more-images): New functions.
1904         (thumbs-mode-map): Bind "+" to thumbs-show-more-images.
1905         (thumbs-view-image-mode-map): Bind "^" to thumbs-display-thumbs-buffer.
1907 2006-01-23  Stefan Monnier  <monnier@iro.umontreal.ca>
1909         * ses.el (ses-read-cell): Provide a default value.
1911 2006-01-23  Juanma Barranquero  <lekktu@gmail.com>
1913         * term/w32-win.el (image-library-alist): Add additional names for
1914         GIF library.
1916 2006-01-23  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
1918         * international/latexenc.el (latexenc-find-file-coding-system):
1919         Add file-regular-p check.
1921 2006-01-22  Stefan Monnier  <monnier@iro.umontreal.ca>
1923         * simple.el (clone-buffer): Don't show the new buffer in the same
1924         window.
1926 2006-01-23  Juri Linkov  <juri@jurta.org>
1928         * faces.el (link, link-visited): New faces based on default values
1929         of `info-xref' and `info-xref-visited'.
1931         * info.el (info-xref): Inherit from `link'.
1932         (info-xref-visited): Inherit from `link-visited'.
1934         * cus-edit.el (custom-buffer-create-internal): Use widget type
1935         `custom-manual' instead of `info-link' and don't set properties
1936         `button-face' and `mouse-face' explicitly.
1937         (custom-browse-group-tag, custom-browse-variable-tag)
1938         (custom-browse-face-tag): Inherit from widget class
1939         `custom-group-link' instead of `push-button'.
1940         (custom-button-unraised): Inherit from `underline' face.
1941         (custom-link): Inherit from `link' face.  Fix doc and group.
1942         (custom-add-parent-links, custom-group-value-create): Don't set
1943         properties `button-face' and `mouse-face' explicitly for
1944         `custom-group-link' widget.
1945         (custom-group-link): Add properties `button-face' and `mouse-face'
1946         to widget definition.
1947         (custom-field-keymap): New variable.  Put `custom-field-keymap' to
1948         editable-field's :keymap property.
1949         (custom-mode): Fix docstring: substitute keybindings for
1950         `widget-forward' and `widget-backward' from `widget-keymap',
1951         `widget-complete' from `custom-field-keymap', replace old
1952         `Custom-move-and-invoke' with `widget-move-and-invoke'.  Untabify.
1954         * desktop.el (desktop-load-file): Check for `fboundp' before
1955         calling `symbol-function'.
1957         * simple.el (clone-buffer, clone-indirect-buffer)
1958         (clone-indirect-buffer-other-window): Use `read-buffer' instead of
1959         `read-string'.  Fix prompts.
1961         * play/doctor.el (doctor-mode-map): Rename from `doc-mode-map'.
1963 2006-01-23  Nick Roberts  <nickrob@snap.net.nz>
1965         * thumbs.el (thumbs-file-alist): Avoid creating duplicate entries.
1967 2006-01-22  Luc Teirlinck  <teirllm@auburn.edu>
1969         * startup.el (inhibit-splash-screen, initial-scratch-message):
1970         Doc fixes.
1972 2006-01-22  Michael Albinus  <michael.albinus@gmx.de>
1974         Sync with Tramp 2.0.52.
1976         * net/tramp.el, net/tramp-ftp.el, net/tramp-util.el,
1977         net/tramp-vc.el: Add code for unloading Tramp.  See comment before
1978         `tramp-unload-tramp' for checklist.
1980         * net/tramp.el: Require `timer-funcs' instead of `timer' if in
1981         XEmacs.  Contributed by Steve Youngs <steve@sxemacs.org>.
1982         (tramp-unload-file-name-handler-alist)
1983         (tramp-unload-tramp): New defuns.
1984         (tramp-advice-PC-expand-many-files): New defadvice.
1985         (tramp-save-PC-expand-many-files, tramp-setup-complete) Defuns
1986         removed.
1987         (tramp-handle-expand-file-name): Remove double slash.
1988         (tramp-handle-file-attributes-with-ls): Return t as 9th attribute.
1989         It doesn't matter, because it will be converted later on.
1990         (tramp-handle-file-ownership-preserved-p): Rewritten.  The old
1991         implementation was just heuristic.
1992         (tramp-post-connection): Set uid and gid properties.
1993         (tramp-convert-file-attributes): Set file's gid change bit.
1994         (tramp-get-remote-uid, tramp-get-remote-gid): New defuns.
1995         (tramp-handle-expand-file-name): Use "~root" for tilde expansion
1996         in case of su(do)? methods.  The home directory of the local user
1997         will be taken else.
1998         (tramp-open-connection-telnet)
1999         (tramp-open-connection-rsh, tramp-open-connection-su)
2000         (tramp-open-connection-multi): Set PS1 to "$ ".  Otherwise, a
2001         local shell prompt could hurt.  Reported by Romain Francoise
2002         <romain@orebokech.com>.
2003         (tramp-let-maybe): Add `edebug-form-spec' property.
2004         (tramp-handle-expand-file-name): Bind `default-directory' locally
2005         to "/" in order to avoid problems with UNC shares or Cygwin
2006         mounts.
2007         (tramp-md5-function): Fix typo in error message.
2009         * net/tramp-ftp.el (tramp-ftp-enable-ange-ftp): New defun.
2011         * net/tramp-util.el (top): Apply `ignore' instead of `identity'
2012         for byte-compiler pacification.
2014 2006-01-22  Andre Spiegel  <spiegel@gnu.org>
2016         * vc-rcs.el (vc-rcs-state-heuristic): Use file-attributes with
2017         ID-FORMAT `string'.  This allows us to get rid of
2018         `vc-user-login-name UID'.
2020         * vc-sccs.el (vc-sccs-state-heuristic): Likewise.
2022 2006-01-22  John Paul Wallington  <jpw@pobox.com>
2024         * hl-line.el (hl-line-highlight, hl-line-move): Doc fixes.
2026 2006-01-21  Martin Rudalics  <rudalics@gmx.at>
2028         * emacs-lisp/find-func.el (find-definition-noselect)
2029         (find-variable-noselect): Search variables in C source code too.
2030         (find-function-C-source, find-function-noselect, find-function)
2031         (find-function-other-frame, find-variable-noselect, find-variable)
2032         (find-variable-other-frame, find-variable-at-point):
2033         Fix docstrings.
2035 2006-01-21  Francesco Potorti`  <pot@gnu.org>
2037         * mail/rmailout.el (rmail-output): Don't use content-type if it is nil.
2039 2006-01-21  Agustin Martin  <agustin.martin@hispalinux.es>
2041         * textmodes/flyspell.el (flyspell-emacs-popup, flypell-xemacs-popup):
2042         Default to disabling the "Save affix" question.
2044 2006-01-21  Marien Zwart  <marienz@gentoo.org>  (tiny change)
2046         * progmodes/python.el (python-mode) <eldoc-mode-hook>: Pass nil as
2047         the first arg to run-python.
2049 2006-01-21  Eli Zaretskii  <eliz@gnu.org>
2051         * startup.el (command-line-1): Handle --no-desktop if desktop.el
2052         is not loaded.
2054 2006-01-20  Jay Belanger  <belanger@truman.edu>
2056         * calc/calcalg2.el (calc-sum-rec): Fix the sum when the lower
2057         limit is 0.
2059         * calc/calc-arith.el (math-add-symb-fancy): Check the length of
2060         the correct variable.
2062 2006-01-20  Carsten Dominik  <dominik@science.uva.nl>
2064         * textmodes/org.el (org-open-at-point): Fixed bug with matching a
2065         link.  Fixed buggy argument sequence in call to `org-view-tags'.
2066         (org-compile-prefix-format): Set `org-prefix-has-tag'.
2067         (org-prefix-has-tag): New variable.
2068         (org-format-agenda-item): Remove tags from headline if
2069         appropriate.
2070         (org-agenda-remove-tags-when-in-prefix): New option.
2071         (org-get-tags-at): New function.
2073 2006-01-20  Nick Roberts  <nickrob@snap.net.nz>
2075         * thumbs.el (thumbs-buffer): New variable.  Make it buffer local.
2076         (thumbs-find-image): Move image name and number from buffer name
2077         to mode name.  Set thumbs-buffer.  Preserve point so that large
2078         images remain visible.
2079         (thumbs-file-alist): Construct list in thumbs-buffer and reverse
2080         order.
2081         (thumbs-show-image-num): Get image from thumbs-file-alist.  Set
2082         mode name.
2083         (thumbs-next-image, thumbs-previous-image): Make them work.
2085 2006-01-19  Luc Teirlinck  <teirllm@auburn.edu>
2087         * cus-edit.el (custom-buffer-create-internal): State in the text above
2088         the whole buffer buttons that they do not operate on hidden items.
2089         (custom-face-menu): Use `custom-face-save' instead of
2090         `custom-face-save-command'.
2091         (custom-face-save-command): Make it an alias for `custom-face-save'
2092         and declare it obsolete.
2093         (custom-face-save): Doc fix.
2095         * dired.el (dired-no-confirm): Add quote.
2096         (dired-subdir-alist-pre-R): Add quote in
2097         `make-variable-buffer-local' form and remove unbalanced parenthesis.
2099 2006-01-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2101         * textmodes/table.el (table-mode-indicator): Typo in last change.
2103 2006-01-19  Richard M. Stallman  <rms@gnu.org>
2105         * outline.el (hide-leaves): Don't call outline-end-of-heading.
2106         Fixes bug reported in Nov 2005.
2108         * isearch.el (isearch-forward): Doc fix.
2110         * dired.el (dired-move-to-filename-regexp): Define as alias.
2111         (dired-no-confirm): Use defcustom.
2112         (dired-subdir-alist-pre-R): Put defvar at top level.
2114         * battery.el (battery-linux-proc-acpi): Handle "last full capacity".
2116         * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
2117         Mark as risky.
2119         * simple.el (set-mark-command): Doc fix.
2120         (clone-indirect-buffer-other-window):
2121         Read arg like clone-indirect-buffer.
2122         (move-beginning-of-line): Skip invisible newlines.
2124 2006-01-19  Masatake YAMATO  <jet@gyve.org>
2126         * progmodes/cpp.el (cpp-edit-load): Make the order of
2127         listed conditions in a base C code buffer and its associate
2128         CPP Edit buffer the same.
2130 2006-01-19  Kenichi Handa  <handa@m17n.org>
2132         * mail/rmail.el (rmail-enable-mime): Docstring fixed.
2133         (rmail-mime-feature): Likewise.
2134         (rmail-require-mime-maybe): Use display-warning to show a warning
2135         message.
2137         * international/mule.el (auto-coding-regexp-alist-lookup): New fun.
2138         (find-auto-coding): Use auto-coding-regexp-alist-lookup.
2140 2006-01-18  Stefan Monnier  <monnier@iro.umontreal.ca>
2142         * array.el: Move defvars out of eval-when-compile.
2143         (array-make-template): Replace undeclared global var with a local one.
2144         (array-mode): Inline initialization functions.
2145         (array-init-local-variables, array-init-max-row)
2146         (array-init-max-column, array-init-columns-per-line)
2147         (array-init-field-width, array-init-rows-numbered)
2148         (array-init-line-length, array-init-lines-per-row): Remove.
2150         * play/doctor.el: Move defvars out of eval-when-compile.  Use dolist.
2151         (doc-mode-map): Define explicitly.
2152         (doctor-txtype): Use mapc.
2154         * textmodes/table.el: Move defvars out of eval-when-compile.
2155         Remove harmful code meant to avoid byte-compiler warnings.
2156         (table-fixed-mode-indicator): Remove.  Use a more complex mode-line
2157         specification that checks table-fixed-width-mode directly.
2158         (table-recognize-region, table-recognize-cell):
2159         Use restore-buffer-modified-p.
2160         (table-fixed-width-mode): Remove code that refreshes
2161         table-fixed-mode-indicator.
2162         (*table--cell-describe-bindings, *table--cell-describe-mode):
2163         Avoid obsolete name print-help-return-message.
2164         (table--test-cell-list): Don't use replace-regexp from elisp.
2165         (table--point-entered-cell-function, table--point-left-cell-function):
2166         Don't set table-fixed-mode-indicator, use force-mode-line-update.
2168         * textmodes/org.el: Move defvars out of eval-when-compile.  Move code
2169         that was after the end of file.  Use buffer-file-name variable.
2170         (org-timestamp-change): Use with-current-buffer.
2171         (org-todo-list): Don't unnecessarily define a new buffer-local var.
2172         (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused arg
2173         `file'.
2175         * progmodes/fortran.el: Move defvars out of eval-when-compile.
2176         (fortran-break-line): Remove unused var `opoint'.
2177         (fortran-abbrev-start): Obey help-event-list.
2179 2006-01-18  Jesper Harder  <harder@phys.au.dk>
2181         * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-substring.
2183 2006-01-18  Masatake YAMATO  <jet@gyve.org>
2185         * progmodes/make-mode.el (makefile-imake-mode): New mode
2186         derived from makefile-mode.
2187         (makefile-imake-mode-syntax-table): New syntax table
2188         derived from makefile-mode-syntax-table.
2189         (makefile-mode): Write about makefile-imake-mode in doc string.
2190         (makefile-mode-map): Bind "\C-c\C-m\C-i" to makefile-imake-mode.
2191         (makefile-imake-font-lock-keywords): New font lock keywords.
2193         * files.el (auto-mode-alist): Add Imakefile.
2195 2006-01-17  Agustin Martin  <agustin.martin@hispalinux.es>
2197         * textmodes/flyspell.el (ispell-kill-ispell-hook): Add to the hook when
2198         loading the file rather than when turning on flyspell-mode.
2200 2006-01-16  Luc Teirlinck  <teirllm@auburn.edu>
2202         * cus-edit.el (customize-rogue): Minor doc fix.
2204 2006-01-17  Juri Linkov  <juri@jurta.org>
2206         * dired-aux.el (dired-diff): Use dired-dwim-target-directory
2207         instead of the file at the mark as default if the file at the mark
2208         is the same as the file at point or if dired-dwim-target-directory
2209         is not the same as the current directory and the mark is not active.
2211         * log-view.el (log-view-minor-wrap): Use the same logic to get
2212         revisions as `log-view-diff'.
2214         * info.el (Info-revert-find-node): Check for Info-current-file
2215         before preserving new-history.
2217         * man.el (Man-heading-regexp): Add `/'.
2219         * textmodes/sgml-mode.el: Add `coding: iso-2022-7bit' cookie.
2220         (html-mode): Set `sentence-end-base' instead of `sentence-end'.
2222 2006-01-16  Juri Linkov  <juri@jurta.org>
2224         * faces.el (mode-line-faces): New defgroup.
2225         (mode-line-highlight): Move definition after new defgroup.
2226         (mode-line, mode-line-inactive, mode-line-highlight):
2227         Replace :group `modeline' with `mode-line-faces'.
2228         (mode-line-buffer-id): New face.
2229         (modeline-buffer-id): New face alias.
2230         (vertical-border): Remove :group `modeline'.
2232         * bindings.el (propertized-buffer-identification): Use face
2233         `mode-line-buffer-id' instead of `Buffer-menu-buffer'.
2234         (mode-line-next-buffer, mode-line-previous-buffer): New functions.
2235         (mode-line-buffer-identification-keymap): For mouse-1 replace
2236         `mode-line-unbury-buffer' with `mode-line-previous-buffer'.
2237         Replace `mode-line-bury-buffer' with `mode-line-next-buffer' for
2238         mouse-3.
2240         * buff-menu.el (buffer-menu-buffer) <defface>: Renamed from
2241         Buffer-menu-buffer.  Doc fix.
2242         (Buffer-menu-buffer): Face alias to buffer-menu-buffer.
2243         (list-buffers-noselect): Use `buffer-menu-buffer' face instead of
2244         `Buffer-menu-buffer'.
2246         * info.el (Info-mode-line-node-keymap): New defvar.
2247         (Info-set-mode-line): Use `stringp' to check Info-current-file.
2248         Propertize Info-current-node with `mode-line-buffer-id' and
2249         `mode-line-highlight' faces and `Info-mode-line-node-keymap'.
2251         * time.el (display-time-mail-face): Replace :group `faces' with
2252         `mode-line-faces'.
2254 2006-01-16  Kenichi Handa  <handa@m17n.org>
2256         * international/code-pages.el: Add autoload cookies for cp125[0345678].
2258         * language/european.el (cp1252): New alias for windows-1252.
2260         * international/mule.el (autoload-coding-system): Prepare for EOL
2261         variants.
2263 2006-01-15  Dan Nicolaescu  <dann@ics.uci.edu>
2265         * term.el (term-raw-map): Add mapping for insert.
2266         (term-send-insert): New.
2267         (term-mode): Make variables local here instead of doing it in
2268         `term-emulate-terminal'.
2269         (term-emulate-terminal): Delete incorrect optimization for cr+lf.
2270         Scroll reverse needs to take into account the scroll region.
2271         Saving and restoring the cursor should save the color attributes too.
2272         (term-reset-terminal): Reset the scroll region.
2273         (term-handle-ansi-escape): Cursor up and down should take into
2274         account the scroll region.
2275         (term-set-scroll-region): Rename from `term-scroll-region'.
2276         Move to 0,0 after setting the region.
2277         (term-handle-scroll): Handle scroll up.
2278         (term-down): Fix off by one error.
2279         (term-delete-lines): Do not delete outside the scroll region.
2280         (term-insert-lines): Take into account the scroll region.
2282 2006-01-15  Stefan Monnier  <monnier@iro.umontreal.ca>
2284         * textmodes/ispell.el (ispell-internal-change-dictionary)
2285         (ispell-change-dictionary): Undo most of last change of 2006-01-13.
2286         (start, end): Move declaration outside of eval-when-compile.
2288         * textmodes/flyspell.el (flyspell-kill-ispell-hook): New fun.
2289         (flyspell-mode-on): Use it.
2291         * textmodes/ispell.el (ispell-kill-ispell): Run new hook
2292         ispell-kill-ispell-hook.
2294 2006-01-14  Luc Teirlinck  <teirllm@auburn.edu>
2296         * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
2297         (Custom-reset-saved): Do not ask for confirmation in single option
2298         buffers.
2300 2006-01-13  Richard M. Stallman  <rms@gnu.org>
2302         * font-lock.el (lisp-font-lock-keywords-1): Minor rearrangement.
2304 2006-01-13  Romain Francoise  <romain@orebokech.com>
2306         * add-log.el (add-change-log-entry, change-log-merge):
2307         Conditionally use `hard-newline'.
2309 2006-01-13  Martin Rudalics  <rudalics@gmx.at>  (tiny change)
2311         * wid-edit.el (widget-field-end): If the overlay is no longer
2312         associated with a buffer, behave as if the overlay didn't exist.
2314         * cus-edit.el (custom-add-see-also, custom-add-parent-links):
2315         Make sure the links use the `custom-link' face.
2317 2006-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
2319         * progmodes/ld-script.el (auto-mode-alist): Use \' rather than $.
2320         (ld-script-mode): Don't set indent-line-function since we don't
2321         have one.
2323 2006-01-13  Carsten Dominik  <dominik@science.uva.nl>
2325         * textmodes/org.el (org-open-file): Use mailcap for selecting an
2326         application.
2327         (org-file-apps-defaults-gnu): Use mailcap as the default for
2328         selecting an application on a UNIX system.
2329         (org-agenda-show-tags): New command.
2330         (org-table-insert-hline): Keep cursor in current table line.
2331         (org-table-convert): Offset effect of modifying
2332         `org-table-insert-hline'.
2333         (org-format-agenda-item): New optional argument TAG.
2334         (org-compile-prefix-format): Handle %T format for the tag.
2335         (org-expand-wide-chars): New function.
2336         (org-table-insert-row, org-table-insert-hline):
2337         Use `org-expand-wide-chars'.
2338         (org-open-file): Fix bug in program launch.
2339         (org-get-time-of-day): Fix bug with times before 1am.
2340         (org-agenda-menu): Add tags commands.
2342 2006-01-13  Agustin Martin  <agustin.martin@hispalinux.es>
2344         * textmodes/ispell.el (ispell-init-process): Include the used
2345         dictionary in ispell process start message.
2346         (ispell-internal-change-dictionary): When flyspell-mode is active
2347         and dictionary is changed, make sure ispell process is restarted
2348         and flyspell word cache cleared out for the current buffer.
2349         (ispell-change-dictionary): Make sure flyspell word cache is
2350         cleared out in all buffers with active flyspell mode when
2351         dictionary is globally changed.
2352         Call ispell-internal-change-dictionary after dictionary change.
2354 2006-01-13  Eli Zaretskii  <eliz@gnu.org>
2356         * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
2358         * makefile.w32-in (MH_E_SRC): Synchronize with Makefile.in.
2359         (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): Update Copyright
2360         years.  Fix small differences wrt Makefile.in.
2361         (recompile): Use --eval '(batch-byte-recompile-directory 0)', like
2362         Makefile.in does.
2364 2006-01-12  Bill Wohler  <wohler@newt.com>
2366         * Makefile.in (MH_E_SRC): Replace mh-index.el and mh-pick.el with
2367         mh-search.el.
2369 2006-01-12  Masatake YAMATO  <jet@gyve.org>
2371         * progmodes/ld-script.el: Update copyright year.
2373 2006-01-12  Chong Yidong  <cyd@stupidchicken.com>
2375         * cus-theme.el (custom-theme-add-variable, custom-theme-add-face):
2376         Don't add widget if setting undefined.
2378 2006-01-12  John Paul Wallington  <jpw@pobox.com>
2380         * help-fns.el (describe-variable): Remove newlines from void
2381         variable output.
2383 2006-01-13  Nick Roberts  <nickrob@snap.net.nz>
2385         * wdired.el (wdired-mode-map): Add help echo for
2386         wdired-abort-changes.
2388         * man.el (Man-file-name-regexp): Adjust for a list of files.
2390 2006-01-12  Masatake YAMATO  <jet@gyve.org>
2392         * progmodes/ld-script.el (auto-mode-alist): Support
2393         suffix conventions used in netbsd and eCos.
2395 2006-01-11  Luc Teirlinck  <teirllm@auburn.edu>
2397         * cus-edit.el (custom-reset-menu, custom-buffer-create-internal)
2398         (custom-variable-menu, custom-face-menu, custom-group-menu)
2399         (Custom-mode-menu): Change names of menu items.  (As discussed on
2400         emacs-devel.)
2401         (custom-face-menu): Add "Undo Edits" item.
2403         * startup.el (init-file-user): defcustom -> defvar.
2405         * tooltip.el (tooltip-mode): Doc fix.
2407 2006-01-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2409         * reveal.el (reveal-post-command): window-buffer signals an error on
2410         dead windows rather than returning nil.
2411         (reveal-open-new-overlays): An overlay might die while we open others.
2413 2006-01-11  Bill Wohler  <wohler@newt.com>
2415         * cus-dep.el (generated-custom-dependencies-file): Fix typo and
2416         phrasing in docstring.
2418         * Makefile.in (MH_E_SRC): Rename from MH-E-SRC since the dashes
2419         can give some systems gas.  Add new file mh-buffers.el.
2421 2006-01-06  Masatake YAMATO  <jet@gyve.org>
2423         * font-lock.el (cpp-font-lock-keywords): Font lock keywords for
2424         C preprocessor forward ported from GNU Emacs 21.2.
2426         * progmodes/asm-mode.el (asm-font-lock-keywords):
2427         Use `cpp-font-lock-keywords'.
2429         * progmodes/ld-script.el (ld-script-font-lock-keywords): Ditto.
2431         * progmodes/ld-script.el (auto-mode-alist): Use \\> instead
2432         of $ for "\\.ld[s]?".
2434 2006-01-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2436         * progmodes/tcl.el (tcl-indent-command): Use indent-for-tab-command.
2437         (tcl-indent-line): Return `noindent' if inside a string.
2439         * progmodes/flymake.el (flymake-split-string): Remove more than one
2440         empty string at beg/end of the result.
2441         (flymake-find-buildfile, flymake-find-possible-master-files):
2442         Use expand-file-name.
2443         (flymake-fix-file-name): Don't replace \ with / and don't remove ./
2444         since expand-file-name does it for us.  Use directory-file-name.
2445         (flymake-ler-get-full-file, flymake-ler-get-file, flymake-ler-get-line)
2446         (flymake-ler-get-type, flymake-ler-get-text)
2447         (flymake-ler-make-ler): Remove.  Replace by defstruct.  Update callers.
2448         (flymake-current-line-no): Remove spurious interactive spec.
2449         (flymake-delete-temp-directory): Remove unused var `slash-pos'.
2450         (flymake-check-include): Remove arg inc-path merged into inc-name.
2451         (flymake-check-patch-master-file-buffer): Fit in 80 columns.
2452         Arg regexp-list replaced by a simple regexp.
2453         (flymake-master-make-header-init, flymake-master-tex-init):
2454         Correspondingly replace regexp-list with a regexp.  Fix regexp.
2456 2006-01-10  Simon Josefsson  <jas@extundo.com>
2458         * mail/smtpmail.el (smtpmail-try-auth-methods): Add comment
2459         describing AUTH PLAIN fix.
2461 2006-01-10  Thien-Thi Nguyen  <ttn@gnu.org>
2463         * mail/emacsbug.el (report-emacs-bug-text-prompt): Delete var.
2464         (report-emacs-bug): Don't record initial prompt text.
2465         Instead, add text properties to prompting text.
2466         (report-emacs-bug-hook): Delete prompting text.
2468 2006-01-09  Stefan Monnier  <monnier@iro.umontreal.ca>
2470         * progmodes/flymake.el (flymake-find-buildfile): Remove invariant arg
2471         `dirs'.  Adjust callers.
2473 2006-01-09  John Paul Wallington  <jpw@gnu.org>
2475         * cus-edit.el (custom-comment) <defface>: Add TTY definitions.
2477 2006-01-09  Stefan Monnier  <monnier@iro.umontreal.ca>
2479         * reveal.el (reveal-open-new-overlays): New extracted fun.
2480         (reveal-close-old-overlays): Idem.  Check overlays's liveness before
2481         using them.  Simplify the code.
2482         (reveal-post-command): Use them.  Fix up obsolete windows in
2483         reveal-open-spots.
2485         * progmodes/flymake.el: Use `require' rather than autoload for
2486         XEmacs's overlays.
2487         (flymake-get-common-file-prefix, flymake-build-relative-filename):
2488         Delete.  Use file-relative-name instead.
2489         (flymake-get-syntax-check-program-args, flymake-perl-init):
2490         Simplify the resulting code.
2492         * log-view.el (log-view-file-re, log-view-message-re): Add support
2493         for DaRCS output.
2495 2006-01-09  Alex Schroeder  <alex@gnu.org>
2497         * mail/rmail.el (rmail-reply-regexp): Also ignore mailing list
2498         identifiers sometimes added in square brackets at the beginning of
2499         subject lines.
2501 2006-01-07  Richard M. Stallman  <rms@gnu.org>
2503         * cus-edit.el (Custom-set, Custom-save): Doc fix.
2504         (Custom-reset-current, Custom-reset-saved): Change question text.
2505         (Custom-reset-standard): Likewise.
2506         (custom-variable-reset-saved): Doc fix.
2508 2006-01-07  Eli Zaretskii  <eliz@gnu.org>
2510         * startup.el (init-file-user): Doc fix.
2512 2006-01-07  Alex Schroeder  <alex@gnu.org>
2514         * mail/rmail.el (rmail-current-subject): New function.
2515         (rmail-current-subject-regexp): New function.
2516         (rmail-next-same-subject): Use it.
2518         * mail/rmailsum.el (rmail-summary-by-topic):
2519         Use rmail-current-subject and rmail-current-subject-regexp.
2520         (rmail-summary-next-same-subject): Ditto.
2522         * net/rcirc.el (rcirc-send-input): No longer check whether the
2523         process is open, since not all commands need an open process.
2524         (rcirc-send-string): Check whether the process is open before
2525         sending anything.
2526         (rcirc-ignore-list): New option.
2527         (rcirc-ignore-list-automatic): New variable.
2528         (rcirc-print): Take rcirc-ignore-list into account.
2529         (rcirc-cmd-ignore): New command.
2530         (rcirc-ignore-update-automatic): New function.
2531         (rcirc-handler-PART, rcirc-handler-QUIT): Use it to maintain the
2532         list if ignored nicks.
2533         (rcirc-handler-NICK): Ditto, and also ignore the new nick.
2535 2006-01-06  David Reitter  <david.reitter@gmail.com>
2537         * mail/emacsbug.el (report-emacs-bug): Let explanations correctly
2538         reflect the address to which the report will be sent.
2540 2006-01-06  Eli Zaretskii  <eliz@gnu.org>
2542         * progmodes/ld-script.el (auto-mode-alist): Recognize linker
2543         scripts whose file-name extensions are "\.x[bdsru]?[cn]?$".
2545 2006-01-01  Michael Ernst  <mernst@alum.mit.edu>  (tiny changes)
2547         * textmodes/tildify.el: Fix typos (misspellings) in the commentary.
2549         * emacs-lisp/find-func.el (find-definition-noselect): Fix typo in
2550         the doc string: "functoin" => "function".
2551         * ldefs-boot.el: Likewise.
2553         * textmodes/bibtex.el (bibtex-validate-globally): Fix typo in a
2554         message text: "Duplicat" => "Duplicate".
2556 2006-01-06  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
2558         * files.el (basic-save-buffer-2): If backing-up failed, reset
2559         buffer-backed-up to nil.
2561 2006-01-06  Nick Roberts  <nickrob@snap.net.nz>
2563         * progmodes/gud.el (gdb-script-skip-to-head)
2564         (gdb-script-calculate-indentation): Indent for breakpoint command
2565         lists also.
2567 2006-01-05  Bill Wohler  <wohler@newt.com>
2569         * Makefile.in (compile-always): Add mh-autoloads dependency.
2570         (bootstrap): Remove mh-autoloads dependency, as compile dependency
2571         provides it.
2572         (updates): Remove mh-autoloads dependency, since it probably has
2573         already run recently (via recompile).
2575 2006-01-05  Stefan Monnier  <monnier@iro.umontreal.ca>
2577         * textmodes/flyspell.el (flyspell-accept-buffer-local-defs): Add an
2578         argument `force' to disable the flyspell-last-buffer optimization.
2579         (flyspell-mode-on): Use it.
2581         * progmodes/flymake.el (flymake-get-cleanup-function): Default to
2582         flymake-simple-cleanup.
2583         (flymake-allowed-file-name-masks): Use this new default.
2584         All the functions are now called in the right buffer rather than
2585         passing the buffer as argument.
2586         (flymake-process-sentinel): Switch to buffer before calling cleanup.
2587         (flymake-parse-err-lines): Remove redundant buffer arg.
2588         (flymake-get-program-dir): Comment out unused function.
2589         (flymake-start-syntax-check, flymake-start-syntax-check-process):
2590         Remove redundant buffer argument.
2591         (flymake-get-real-file-name, flymake-simple-java-cleanup)
2592         (flymake-simple-cleanup, flymake-master-cleanup): Remove buffer arg.
2594 2006-01-05  Richard M. Stallman  <rms@gnu.org>
2596         * info.el (Info-find-node): Don't record previous node if have none.
2597         (info): Go to directory only if history is empty.
2599         * simple.el (mark): Doc fix.
2601 2006-01-05  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2603         * term/mac-win.el (mac-ae-parameter): Don't coerce data if it is
2604         already of desired type.
2605         (mac-ae-list): Coerce parameter to "list" type.
2606         (mac-dispatch-apple-event): Replace cadr part of event with a
2607         dummy position so that event-start returns it.
2609 2006-01-05  Carsten Dominik  <dominik@science.uva.nl>
2611         * textmodes/org.el (org-end-of-subtree): New function.
2612         (org-cycle, org-subtree-end-visible-p, org-scan-tags):
2613         Use `org-end-of-subtree'.
2614         (org-agenda, org-agenda-convert-date): Protect calls to
2615         `fit-window-to-buffer'.
2616         (org-tags-view): Force matching of sublevels when doing a
2617         todo-only search.  Define the correct redo command, including the
2618         arguments.
2619         (org-agenda-redo): Display message.
2620         (org-check-for-org-mode): New function.
2621         (org-agenda-type): New variable.
2622         (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
2623         Set `org-agenda-type'.
2624         (org-agenda-check-type): New function.
2625         (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
2626         (org-agenda-week-view, org-agenda-day-view)
2627         (org-agenda-next-date-line, org-agenda-previous-date-line)
2628         (org-agenda-log-mode, org-agenda-toggle-diary)
2629         (org-agenda-toggle-time-grid, org-agenda-date-later)
2630         (org-agenda-date-prompt, org-agenda-diary-entry)
2631         (org-agenda-execute-calendar-command, org-agenda-goto-calendar)
2632         (org-agenda-convert-date, org-agenda-menu):
2633         Use `org-agenda-check-type'.
2634         (org-make-overlay, org-delete-overlay)
2635         (org-detatch-overlay, org-move-overlay, org-overlay-put):
2636         New compatibility functions.
2637         (org-calendar-select-mouse): New command.
2639 2006-01-04  Chong Yidong  <cyd@stupidchicken.com>
2641         * cus-edit.el (Custom-reset-current, Custom-reset-saved)
2642         (Custom-reset-standard): Fix y-or-n-p messages.
2643         (custom-link): New face for links.
2644         (custom-buffer-create-internal, custom-manual): Use it.
2645         (custom-face-save): Push to theme-face before setting face spec.
2647         * wid-edit.el (widget-default-mouse-face-get): New function.
2648         (widget-specify-button): Handle mouse-face like button-face.
2650         * custom.el (load-theme): Clear old theme settings if reloading.
2652 2006-01-03  Luc Teirlinck  <teirllm@auburn.edu>
2654         * cus-edit.el (custom-buffer-create-internal): Move whole buffer
2655         "Erase Customization" button back to same position it occupies in
2656         the individual State menus.
2658 2006-01-04  Kim F. Storm  <storm@cua.dk>
2660         * wid-edit.el (key-sequence): Rework widget to read key binding
2661         using `kbd' syntax.  Use C-q to insert literal key, event, or code.
2662         (widget-key-sequence-default-value): Default value for empty sequence.
2663         (widget-key-sequence-map): New map for reading key binding.  Bind C-q.
2664         (widget-key-sequence-read-event): New command for C-q.
2665         (widget-key-sequence-validate, widget-key-sequence-value-to-internal)
2666         (widget-key-sequence-value-to-external): New functions.
2668 2006-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2670         * progmodes/flymake.el (flymake-create-temp-with-folder-structure):
2671         Use expand-file-name.
2672         (flymake-delete-temp-directory): Use expand-file-name,
2673         file-name-directory, and directory-file-name.
2674         (flymake-strrchr): Delete.
2675         (flymake-start-syntax-check): Don't pass the redundant buffer argument
2676         to the init-f function.
2677         (flymake-save-buffer-in-file, flymake-init-create-temp-buffer-copy)
2678         (flymake-init-find-buildfile-dir)
2679         (flymake-init-create-temp-source-and-master-buffer-copy)
2680         (flymake-simple-make-init-impl, flymake-simple-make-init)
2681         (flymake-master-make-init, flymake-master-make-header-init)
2682         (flymake-simple-make-java-init, flymake-simple-ant-java-init)
2683         (flymake-perl-init, flymake-simple-tex-init, flymake-master-tex-init)
2684         (flymake-xml-init): Remove corresponding redundant buffer argument.
2685         (flymake-allowed-file-name-masks): Remove last elems that are equal to
2686         the default anyway.  Clean up regexps.
2688         * progmodes/flymake.el (flymake-temp-source-file-name)
2689         (flymake-master-file-name, flymake-temp-master-file-name)
2690         (flymake-base-dir): New buffer-local vars.
2691         (flymake-buffer-data, flymake-get-buffer-value)
2692         (flymake-set-buffer-value): Replace those hash-tables by the new
2693         buffer-local vars.  Update callers.
2695         * progmodes/flymake.el (flymake-check-start-time)
2696         (flymake-check-was-interrupted, flymake-err-info, flymake-is-running)
2697         (flymake-last-change-time, flymake-new-err-info, flymake-timer):
2698         Move definition, so we can remove redundant earlier declaration.
2699         (flymake-replace-regexp-in-string, flymake-split-string)
2700         (flymake-get-temp-dir): Use defalias.
2701         (flymake-popup-menu): Remove `pos' argument.  Use posn-at-point.
2702         (flymake-xemacs-window-edges): Remove unused function.
2703         (flymake-get-point-pixel-pos): Move.
2704         (flymake-pid-to-names, flymake-reg-names)
2705         (flymake-get-source-buffer-name, flymake-unreg-names): Remove.
2706         Replace by a simple list flymake-processes and by process-buffer.
2707         Update callers.  Other than simplify the code, it uses buffers rather
2708         than buffer-names so it doesn't get confused by uniquify.
2709         (flymake-buffer-data): The global value should just be nil.
2711         * emacs-lisp/bytecomp.el (byte-compile-file-form-defalias):
2712         Optimize the body of a defalias like any other code.
2714         * font-lock.el (font-lock-fontify-buffer, font-lock-fontify-region):
2715         Make sure we've setup font-lock's vars.  It may influence which
2716         function we then call.
2717         (font-lock-default-fontify-buffer): Don't bother calling set-defaults
2718         here since it's too late anyway.
2720 2006-01-03  Romain Francoise  <romain@orebokech.com>
2722         * startup.el (fancy-splash-tail, normal-splash-screen):
2723         Update copyright year.
2725 2006-01-02  J.D. Smith  <jdsmith@as.arizona.edu>
2727         * mouse.el (mouse-drag-track): Rename, from
2728         `mouse-drag-region-1'.  Includes optional argument required to
2729         enable post-drag event processing (e.g. delete region keys).
2730         Can be used without this argument to track a mouse region and operate
2731         on it as soon as the drag completes.
2732         (mouse-drag-region): Use `mouse-drag-track'.
2734 2006-01-02  Chong Yidong  <cyd@stupidchicken.com>
2736         * cus-edit.el (custom-guess-name-alist, custom-guess-doc-alist):
2737         Move to `custom-buffer' group.
2739         * cus-theme.el: Rewrite the Custom New Theme Mode interface.
2740         (custom-new-theme-mode-map, custom-theme-insert-variable-marker)
2741         (custom-theme-insert-face-marker, custom-theme-variable-menu)
2742         (custom-theme-face-menu): New variables.
2743         (custom-theme-add-variable, custom-theme-variable-action)
2744         (custom-variable-reset-theme, custom-theme-delete-variable)
2745         (custom-face-reset-theme, custom-theme-face-action)
2746         (custom-theme-delete-face, custom-theme-merge-theme)
2747         (custom-theme-add-face, custom-theme-visit-theme): New functions.
2749 2006-01-01  Chong Yidong  <cyd@stupidchicken.com>
2751         * custom.el: Move Custom Themes commentary to start of theme code.
2752         (custom-known-themes): Rename `standard' theme to `changed'.
2753         (custom-push-theme): Caller no longer specifies what theme to use
2754         when doing `reset'---the setting is simply removed from the theme.
2755         Delete MODE from `theme-value' and `theme-settings' properties.
2756         (custom-declare-theme): Ignore &rest args since we don't use them.
2758         (custom-loaded-themes): Delete variable.
2759         (custom-theme-load-themes, custom-theme-loaded-p)
2760         (custom-theme-value): Delete functions.
2762         (custom-declare-theme): Signal error on invalid theme names.
2763         (provide-theme): custom-loaded-themes was deleted.
2764         (load-theme): Load the file unconditionally.
2765         (enable-theme): Call `load-theme' if theme is undefined.
2766         (custom-enabled-themes): Only update value for successful loads.
2767         (disable-theme): Complete from enabled themes when interactive.
2768         (custom-variable-theme-value): Calculate theme value directly.
2770         (custom-theme-reset-variables, custom-reset-variables): Mark as
2771         XEmacs compatibility functions.  We don't actually use these.
2773         * cus-edit.el (custom-variable-state-set):
2774         Use custom-variable-theme-value instead of custom-theme-value.
2775         (custom-face-state-set): Rename `standard' theme to `changed'.
2776         (custom-save-variables, custom-save-faces): Delete unneeded
2777         references to custom-reset-variables.
2778         (custom-save-resets): Delete function.
2779         (custom-save-variables, custom-save-faces): MODE argument deleted.
2780         (custom-save-variables, custom-save-faces): Ignore theme values.
2782         * cus-face.el (custom-theme-reset-faces): Mark as XEmacs
2783         compatibility function.
2785 2006-01-01  Richard M. Stallman  <rms@gnu.org>
2787         * cus-edit.el (Custom-set, Custom-save): Ask for confirmation.
2788         (Custom-reset-current, Custom-reset-saved): Likewise.
2789         (Custom-reset-standard): Show message if aborted.
2790         (custom-mode): Doc fix, describing those commands.
2792         * mouse.el (mouse-drag-region-1): When following link via mouse-2,
2793         put on event-kind property.
2795 2005-12-31  Chong Yidong  <cyd@stupidchicken.com>
2797         * custom.el (provide-theme): Ban `user' theme name.
2798         (custom-enabling-themes): New variable.
2799         (enable-theme): Don't enable user if custom-enabling-themes is t.
2800         (custom-enabled-themes): Make it a defcustom.
2801         (custom-theme-recalc-face): No-op if face is undefined.
2803         * cus-edit.el (custom-button-mouse): New variable.
2804         (custom-button-mouse): New face.
2805         (custom-raised-buttons, custom-mode): Use it.
2807         * cus-theme.el (custom-new-theme-mode): Use custom-button-mouse.
2809 2005-12-31  Eli Zaretskii  <eliz@gnu.org>
2811         * progmodes/gud.el (gud-display-line): Support hl-line in the
2812         source buffer.
2814 2005-12-31  Lennart Borgman  <lennart.borgman.073@student.lu.se>  (tiny change)
2816         * mouse.el (mouse-drag-window-above): Verify that the found window
2817         overlaps with the given window in the horizontal dimension.
2819 2005-12-31  Eli Zaretskii  <eliz@gnu.org>
2821         * Makefile.in (cvs-update): New target.
2823         * makefile.w32-in (cvs-update): Ditto.
2825 2005-12-30  Chong Yidong  <cyd@stupidchicken.com>
2827         * cus-theme.el (custom-new-theme-mode): Use cus-edit faces.
2828         (custom-new-theme-mode-map): New variable.
2830 2005-12-30  Richard M. Stallman  <rms@gnu.org>
2832         * custom.el (custom-load-themes): Function deleted.
2834         * cus-edit.el (custom-save-loaded-themes): Function deleted.
2835         (custom-save-variables): Don't delete or add custom-load-themes call.
2837 2005-12-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2839         * cus-start.el: Add `visible-cursor'.
2841         * progmodes/flymake.el (flymake-copy-buffer-to-temp-buffer): Simplify.
2842         (flymake-parse-output-and-residual): Remove `source-buffer' argument.
2843         (flymake-process-filter): Switch to buffer before calling it instead.
2844         (flymake-post-syntax-check, flymake-highlight-err-lines)
2845         (flymake-delete-own-overlays, flymake-parse-err-lines)
2846         (flymake-start-syntax-check, flymake-start-syntax-check-process)
2847         (flymake-count-lines, flymake-parse-residual):
2848         Remove constant buffer argument.
2849         (flymake-start-syntax-check-for-current-buffer): Remove.
2850         Update callers to use flymake-start-syntax-check instead.
2851         (flymake-display-err-menu-for-current-line):
2852         Remove unused var `mouse-pos'.
2853         (flymake-restore-formatting): Comment out unused function.
2854         (flymake-report-status, flymake-report-fatal-status): Remove buffer
2855         argument, use current-buffer instead.  Update callers.
2857 2005-12-30  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
2859         * textmodes/bibtex.el (bibtex-mode): Make completion-ignore-case
2860         buffer-local because choose-completion-delete-max-match requires
2861         that we set completion-ignore-case (i.e., binding via let is not
2862         sufficient).
2863         (bibtex-complete): Always set completion-ignore-case and
2864         choose-completion-string-functions.  The latter is needed because
2865         choose-completion-string-functions keeps its value if we quit the
2866         *Completions* buffer without requesting a completion.
2868 2005-12-30  Andreas Schwab  <schwab@suse.de>
2870         * progmodes/cc-defs.el: Ignore errors from font-lock-compile-keywords.
2872 2005-12-30  Eli Zaretskii  <eliz@gnu.org>
2874         * jit-lock.el (jit-lock-chunk-size): Doc fix.
2876 2005-12-30  Juri Linkov  <juri@jurta.org>
2878         * locate.el (locate-fcodes-file, locate-header-face)
2879         * progmodes/delphi.el (delphi-other-face)
2880         * progmodes/glasses.el (glasses-face): Add tag "None" to const nil.
2882         * paren.el (show-paren-match, show-paren-mismatch): Use existing
2883         group `paren-showing-faces'.
2885         * net/goto-addr.el (goto-address-highlight-keymap): Fix docstring.
2886         (goto-address): Fix docstring.
2888         * net/webjump.el (webjump-sample-sites): Update URLs.
2890         * textmodes/fill.el (fill-single-word-nobreak-p): Use `sentence-end'.
2892         * subr.el (cancel-change-group): Add listp around pending-undo-list.
2894 2005-12-29  Stefan Monnier  <monnier@iro.umontreal.ca>
2896         * font-lock.el (font-lock-compile-keywords): Signal an error when
2897         font-lock-set-defaults hasn't been called.
2899 2005-12-29  Luc Teirlinck  <teirllm@auburn.edu>
2901         * subr.el (noreturn, 1value): Doc fixes.
2903 2005-12-29  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
2905         * textmodes/bibtex.el (bibtex-text-in-field-bounds): Handle case
2906         that assoc-string returns nil.
2908 2005-12-29  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
2910         * textmodes/bibtex.el (bibtex-entry-type-whitespace)
2911         (bibtex-entry-type-str, bibtex-empty-field-re)
2912         (bibtex-search-backward-string, bibtex-preamble-prefix)
2913         (bibtex-search-entry, bibtex-enclosing-entry-maybe-empty-head): Remove.
2914         (bibtex-any-valid-entry-type): New variable.
2915         (bibtex-parse-field-name): Simplify.
2916         (bibtex-parse-string, bibtex-search-forward-string): New arg empty-key.
2917         (bibtex-preamble-prefix): Include left delimiter.
2918         (bibtex-search-forward-field, bibtex-search-backward-field):
2919         Allow unbounded search past entry boundaries (required by bibtex-pop).
2920         (bibtex-text-in-field-bounds): Use push.
2921         (bibtex-text-in-field): Do not use bibtex-narrow-to-entry.
2922         (bibtex-parse-preamble, bibtex-valid-entry)
2923         (bibtex-beginning-first-field): New functions.
2924         (bibtex-skip-to-valid-entry): Use bibtex-valid-entry.  Fix regexp.
2925         (bibtex-map-entries): Fix docstring.
2926         (bibtex-flash-head): New arg prompt.  Simplify.
2927         (bibtex-enclosing-field): Include code of bibtex-inside-field.
2928         (bibtex-insert-kill): Simplify.  Always insert text past the
2929         current field or entry.
2930         (bibtex-format-entry): Use bibtex-parse-field.
2931         (bibtex-pop): Use bibtex-beginning-of-entry and
2932         bibtex-end-of-entry to initiate the search.  Insert empty field if
2933         we found ourselves.
2934         (bibtex-print-help-message): New args field and comma.
2935         Handle entry keys.
2936         (bibtex-make-field): Use bibtex-beginning-of-entry.
2937         (bibtex-end-of-entry): Use bibtex-valid-entry.  Recognize any
2938         invalid entry.
2939         (bibtex-validate): Use bibtex-valid-entry and bibtex-parse-string.
2940         Handle preambles.  Simplify code for thorough test.
2941         (bibtex-next-field, bibtex-find-text, bibtex-find-text-internal):
2942         New arg comma.  Handle entry heads.
2943         (bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
2944         (bibtex-kill-field, bibtex-copy-field-as-kil, bibtex-empty-field):
2945         New arg comma.
2946         (bibtex-kill-entry): Use bibtex-any-entry-maybe-empty-head.
2947         (bibtex-fill-field): Simplify.
2948         (bibtex-fill-entry): Use bibtex-beginning-first-field and
2949         bibtex-parse-field.
2950         (bibtex-convert-alien): Do not wait before calling bibtex-validate.
2951         (bibtex-complete): Use bibtex-parse-preamble.
2953 2005-12-29  Nick Roberts  <nickrob@snap.net.nz>
2955         * progmodes/gdb-ui.el (gdb-tooltip-print, gdb-tooltip-print-1):
2956         Display name of expression instead of convenience variable.
2957         (gdb-post-prompt): Only call gdb-get-changed-registers if needed.
2959         * progmodes/gud.el (gud-tooltip-dereference): Rename from
2960         toggle-gud-tooltip-dereference.
2961         (gud-tooltip-print-command): Move concatenation of "*" to expr to...
2962         (gud-tooltip-tips): ...here when dereferencing.
2964 2005-12-28  Bill Wohler  <wohler@newt.com>
2966         * simple.el (mh-e-user-agent): Move to mh-e/mh-comp.el and autoload.
2968 2005-12-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2970         * vc.el (vc-annotate-display): Replace optional arg `color-map' with
2971         compulsory arg `ratio'.  Inline body of vc-annotate-time-span.
2972         (vc-annotate-display-autoscale): Adjust call.
2973         (vc-annotate-display-default): Adjust call.  Make arg compulsory.
2974         Fix interactive spec.
2975         (vc-annotate-time-span): Remove.
2976         (vc-annotate-oldest-in-map): Rename from vc-annotate-car-last-cons.
2977         (vc-annotate-mode-menu, vc-annotate-display-autoscale)
2978         (vc-annotate-display-select): Use new name.
2980         * vc.el (vc-annotate-mode-map): Remove obsolete binding.
2981         (vc-annotate-mode-menu): Remove left-over redundant declaration.
2982         Correct the construction of span entries.  Simplify.
2983         (vc-annotate-display-select): Fix the nil case.
2984         (vc-annotate): Remove obsolete (and now broken) code.
2985         (vc-annotate-extract-revision-at-line): Remove obsolete code.
2986         (vc-annotate-time-span): Remove unused arg `quantize'.  Simplify.
2988 2005-12-28  Luc Teirlinck  <teirllm@auburn.edu>
2990         * subr.el (lazy-completion-table): Correct typo in docstring.
2992         * startup.el (command-line): Use `custom-reevaluate-setting' for
2993         `send-mail-function'.
2995         * mail/sendmail.el (send-mail-function): Autoload the standard-value.
2997 2005-12-05  Ralf Angeli  <angeli@iwi.uni-sb.de>
2999         * mail/smtpmail.el (smtpmail-try-auth-methods):
3000         Send credentials together with "AUTH PLAIN" command.
3002 2005-12-27  Richard M. Stallman  <rms@gnu.org>
3004         * mouse.el (mouse-drag-region-1): When remapping mouse-1 to
3005         mouse-2, go back to previously selected window, so it's selected
3006         when mouse-2 command runs.
3008 2005-12-27  Juri Linkov  <juri@jurta.org>
3010         * descr-text.el (describe-text-sexp): Use square brackets for
3011         button [Show] to distinguish it from the property value `show'.
3012         (describe-property-list): Use `insert-text-button' with
3013         `help-face' type instead of putting face in quotes, because button
3014         is not created automatically for a list of faces.
3015         (describe-text-properties-1): Put button-type value in quotes to
3016         distinguish from plain text "button".
3017         (describe-char): Display code point values in hex.  Don't use
3018         `symbol-name' for `current-input-method' because it is a string.
3019         Use `insert-text-button' with `help-face' type instead of putting
3020         hardcoded face in quotes, because button is not created automatically.
3022 2005-12-27  Richard M. Stallman  <rms@gnu.org>
3024         * progmodes/glasses.el (glasses-face): More specific custom type.
3026         * files.el (set-visited-file-name): Doc fix.
3028         * textmodes/flyspell.el (flyspell-external-point-words):
3029         Use local var buffer-scan-pos to advance scan for next misspelling.
3030         Advance it only after we find the misspelling.
3032 2005-12-27  Agustin Martin  <agustin.martin@hispalinux.es>
3034         * textmodes/flyspell.el (flyspell-external-point-words):
3035         New criteria for finding the misspelling in the buffer.
3037 2005-12-27  Nick Roberts  <nickrob@snap.net.nz>
3039         * help-mode.el (help-insert-string): Set help-xref-stack-item
3040         rather than call help-setup-xref.
3042         * descr-text.el (describe-char): Revert previous changes for
3043         optional buffer argument.
3045 2005-12-27  Juri Linkov  <juri@jurta.org>
3047         * help-mode.el (help-insert-string): New function.  Save buffer
3048         contents in cases where it is impossible to recompute the old contents.
3050         * descr-text.el (describe-char): Set help-xref-stack-item
3051         explicitly after buffer has been generated.
3053 2005-12-27  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
3055         * cus-start.el (all): Add x-gtk-show-hidden-files.
3057 2005-12-26  Richard M. Stallman  <rms@gnu.org>
3059         * replace.el (perform-replace): Calculate match-again
3060         before skipping read-only matches.
3062         * paren.el (paren-showing-faces): New group.
3063         (show-paren-match, show-paren-mismatch): Move to that group.
3065         * button.el (button): Put into group `basic-faces'.
3067         * progmodes/make-mode.el: Remove faces from group `faces'.
3069         * apropos.el (apropos, apropos-value): Doc fix.
3070         (apropos-documentation): Doc fix.
3072 2005-12-26  Stefan Monnier  <monnier@iro.umontreal.ca>
3074         * subr.el (lazy-completion-table): Remove argument `args'.
3076         * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
3077         Don't use the `args' argument of lazy-completion-table.
3079 2005-12-26  Nick Roberts  <nickrob@snap.net.nz>
3081         * descr-text.el (describe-char): Add optional argument for buffer.
3082         Set buffer appropriately.  Call help-setup-xref.
3083         Suggested by Stefan Monnier.
3085 2005-12-26  Juri Linkov  <juri@jurta.org>
3087         * descr-text.el: Require `help-fns' at runtime.  Don't require
3088         `button' for byte compilation.
3089         (describe-text-widget): Add `help-echo' for first button.
3090         Use `help-info' for second.
3091         (describe-property-list): Use `help-argument-name' instead of `italic'.
3092         (describe-text-category): Add prompt to interactive spec.
3093         Call `help-setup-xref'.
3094         (describe-char): Use `help-character-set'.  Add `help-echo' for
3095         code point.  Use `help-input-method'.  Remove superfluous insert.
3097 2005-12-25  Richard M. Stallman  <rms@gnu.org>
3099         * progmodes/cc-defs.el (c-emacs-features): Do parse-partial-sexp
3100         at point, in case of narrowing.
3102         * progmodes/delphi.el (delphi-other-face): Allow nil in type.
3104         * locate.el (locate-header-face): Allow nil in type.
3106         * progmodes/cpp.el (cpp-face-none-list): Use cpp-face instead of face.
3108 2005-12-25  Romain Francoise  <romain@orebokech.com>
3110         * battery.el (battery-linux-proc-acpi): Also try
3111         `/proc/acpi/thermal_zone/THM0/temperature'.
3113 2005-12-24  Chong Yidong  <cyd@stupidchicken.com>
3115         * custom.el (custom-push-theme): Fix docstring.
3117         * cus-edit.el (custom-variable-set, custom-variable-save)
3118         (custom-variable-save): Custom-quote widget values.
3119         (customize-save-variable): Fix custom-push-theme call.
3121 2005-12-24  Eli Zaretskii  <eliz@gnu.org>
3123         * w32-fns.el (w32-batch-update-autoloads): New function.
3125         * makefile.w32-in (autoloads, $(lisp)/mh-e/mh-loaddefs.el):
3126         Use w32-batch-update-autoloads, and don't setq generated-autoload-file
3127         from the command line.
3129 2005-12-23  Chong Yidong  <cyd@stupidchicken.com>
3131         * custom.el (custom-push-theme): Clarify docstring.  VALUE nil for
3132         reset means to remove setting from theme entirely.  Don't keep
3133         expanding theme-settings list; delete old entries if necessary.
3135         * cus-edit.el (custom-buffer-create-internal): Move "Erase
3136         customization" button one line up.
3137         (custom-themed): New face.
3138         (custom-magic-alist): New value, THEMED, for theme settings.
3139         (custom-variable-state-set, custom-face-state-set):
3140         Check theme-value instead of saved-value.
3141         (custom-variable-reset-standard, custom-face-reset-standard):
3142         Remove theme setting entirely.  Recalculate new values.
3143         (custom-variable-set, custom-variable-set)
3144         (custom-variable-reset-saved, custom-variable-reset-backup)
3145         (custom-face-set, custom-face-reset-saved): Update `user' theme.
3146         (custom-variable-save): Fix typos.
3148 2005-12-23  Juri Linkov  <juri@jurta.org>
3150         * emacs-lisp/edebug.el (edebug-all-defs, edebug-all-forms):
3151         Add autoload cookies.
3152         (edebug-outside-d-c-i-n-s-w): New variable.
3153         (edebug-display, edebug-outside-excursion): Use it to save the
3154         original value of default-cursor-in-non-selected-windows.
3155         Set default-cursor-in-non-selected-windows to t while Edebug
3156         is active.
3157         (edebug-mode, edebug-eval-mode): Doc fix.
3159         * mouse.el (mouse-choose-completion): Replace `buffer-substring'
3160         with `buffer-substring-no-properties' to remove common substring
3161         highlighting.
3163         * info.el (info-other-window, info): Rename function argument
3164         `file' to `file-or-node'.
3165         (Info-complete-menu-item): Use local variable `complete-nodes' to
3166         keep the global value of `Info-complete-nodes' unchanged for
3167         subsequent completions.
3168         (info-tool-bar-map): Put `Info-index' icon just before `Info-search'.
3170         * simple.el (get-next-valid-buffer, last-buffer)
3171         (next-error-buffer-p, next-error-find-buffer)
3172         (minibuffer-history-sexp-flag): Doc fix.
3174         * savehist.el (savehist-mode-hook): Add `:group'.
3176         * log-view.el: Call autoload for vc-find-version.
3177         (log-view-current-file): Adjust subgroup numbers.
3178         (log-view-current-tag): Add `length'.
3180 2005-12-23  Richard M. Stallman  <rms@gnu.org>
3182         * vc.el (vc-annotate-car-last-cons): Defn moved up.
3184 2005-12-23  Juri Linkov  <juri@jurta.org>
3186         * hi-lock.el (hi-lock-archaic-interface-message-used)
3187         (hi-lock-archaic-interface-deduce, hi-lock-mode): Doc fix.
3188         (hi-lock-mode): Display "Hi" in the mode line only when
3189         hi-lock-interactive-patterns or hi-lock-file-patterns is non-nil.
3190         (hi-lock-write-interactive-patterns):
3191         Use hi-lock-file-patterns-prefix instead of hard-coded "Hi-lock".
3192         (hi-lock-set-pattern, hi-lock-set-file-patterns)
3193         (hi-lock-font-lock-hook): Set 3rd arg `how' of
3194         font-lock-add-keywords to t.
3196 2005-12-23  David Koppelman  <koppel@ece.lsu.edu>
3198         * hi-lock.el (hi-lock-highlight-range): New variable.
3199         (hi-lock-mode, hi-lock-unface-buffer): Call font-lock-fontify-buffer
3200         only if font-lock-fontified is non-nil.  Remove overlays.
3201         (hi-lock-set-pattern): Call font-lock-fontify-buffer if
3202         font-lock-fontified is non-nil, otherwise use overlays (instead of
3203         text properties).
3204         (hi-lock-string-serialize-hash, hi-lock-string-serialize-serial):
3205         New variables.
3206         (hi-lock-string-serialize) New function.
3208 2005-12-23  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
3210         * menu-bar.el (menu-find-file-existing): New function.
3211         (menu-bar-file-menu): Use menu-find-file-existing for Open.
3213         * tool-bar.el (tool-bar-setup): Open changed to menu-find-file-existing.
3215 2005-12-22  Stefan Monnier  <monnier@iro.umontreal.ca>
3217         * vc.el: Remove unnecessary leading * in docstrings.
3218         (vc-annotate-mode-map): Move initialization into declaration.
3219         (vc-static-header-alist): Nitpick on the regexp.
3220         (vc-default-init-version): New fun.
3221         (vc-register): Use it.
3222         (vc-insert-headers): Use dolist.
3223         (vc-annotate-get-backend): Remove unused function.
3224         (vc-annotate-add-menu): Remove.  Build the menu directly at toplevel.
3225         (vc-annotate-mode): Remove corresponding call.
3226         (vc-annotate-car-last-cons): Simplify.
3227         (vc-annotate-buffers): Remove var.
3228         (vc-annotate-backend): Make it buffer-local.
3229         (vc-annotate): Move the interaction to the interactive spec.
3230         Add a `buf' argument.
3231         (vc-annotate-warp-version): Use this new `buf' argument to avoid
3232         killing&creating a vc-annotate buffer, which is very disruptive when
3233         the buffers are shown in dedicated frames.
3235 2005-12-23  Nick Roberts  <nickrob@snap.net.nz>
3237         * descr-text.el: Add FSF as maintainer.
3238         (describe-text-mode, describe-text-mode-map)
3239         (describe-text-mode-hook, describe-text-done): Delete.  Use normal
3240         help-mode.
3241         (describe-text-widget, describe-text-sexp)
3242         (describe-property-list, describe-text-category)
3243         (describe-text-properties, describe-text-properties-1)
3244         (describe-char): Use help buttons instead of widgets.
3245         (describe-char-unicodedata-file): Make URL link in doc string.
3247 2005-12-22  Richard M. Stallman  <rms@gnu.org>
3249         * cus-edit.el (custom-variable-prompt): Say "variable" in prompt.
3250         (custom-buffer-create-internal): Reword the top-of-buffer help intro.
3251         Don't include buttons that write a file when there's no file.
3252         (custom-variable-menu, custom-face-menu, custom-group-menu):
3253         Don't include commands that write a file when there's no file.
3254         (customize-browse): Reword the top-of-buffer help intro.
3255         (custom-buffer-create-internal): Fix previous change.
3256         (customize-changed-options-previous-release): Prev release is 21.1.
3257         (customize-changed-options): Doc fix.
3258         (customize-changed): New alias.
3259         (custom-reset-menu, custom-magic-alist, Custom-mode-menu):
3260         Say "standard values".
3261         (Custom-reset-standard): Doc fix.
3262         (custom-face-reset-standard): Doc fix.
3264 2005-12-22  Stefan Monnier  <monnier@iro.umontreal.ca>
3266         * font-lock.el (font-lock-default-fontify-buffer): Try and set-defaults
3267         even if font-lock-mode is non-nil since it may be t without having
3268         turned on font-lock-mode-internal.
3269         (font-lock-choose-keywords): Minor optimization.
3270         (font-lock-add-keywords, font-lock-remove-keywords)
3271         (font-lock-set-defaults): Don't call make-local-variable on a variable
3272         that we know to already be local.
3274 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3276         * emacs-lisp/lisp.el (lisp-complete-symbol): Don't print progress
3277         messages if in the minibuffer.
3279 2005-12-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3281         * textmodes/flyspell.el (flyspell-check-word-p): Don't quote - in a RE.
3282         (tex-mode-flyspell-verify, flyspell-get-word)
3283         (flyspell-external-point-words): Don't use point-min/max uselessly.
3285         * emacs-lisp/lisp.el (lisp-complete-symbol): Mostly undo the change
3286         by Kevin Rodgers.  Instead, just hide the completions buffer if we
3287         don't need to show it.
3289 2005-12-21  Luc Teirlinck  <teirllm@auburn.edu>
3291         * wid-edit.el (file, directory): Doc fixes for the `define-widget's.
3293 2005-12-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3295         * emacs-lisp/lisp.el (lisp-complete-symbol): Don't call
3296         delete-windows-on with an inexistent buffer.
3298 2005-12-22  Nick Roberts  <nickrob@snap.net.nz>
3300         * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
3301         Delete defcustom variable :tag names.
3303 2005-12-20  Stefan Monnier  <monnier@iro.umontreal.ca>
3305         * log-view.el (log-view-file-re, log-view-message-re): Use shy groups.
3306         (log-view-font-lock-keywords): Ajust subgroup numbers.
3307         (log-view-current-tag): Don't hard code the number of subgroups.
3309 2005-12-20  Juri Linkov  <juri@jurta.org>
3311         * tooltip.el (tooltip): Move defgroup before define-minor-mode.
3312         (tooltip-x-offset, tooltip-y-offset): Doc fix.
3314         * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
3315         (menu-bar-non-minibuffer-window-p): Instead of checking
3316         display-multi-frame-p, use selected-frame when menu-updating-frame
3317         is nil.
3319 2005-12-20  Davis Herring  <herring@lanl.gov>  (tiny change)
3321         * align.el (align-rules-list): Use [ \t] instead of \s-
3322         for column separators in text mode.
3324 2005-12-20  Nick Roberts  <nickrob@snap.net.nz>
3326         * help-mode.el (help-customize-variable, help-customize-face):
3327         Don't pop help-xref-stack as help-follow no longer pushes
3328         anything on to it.
3330 2005-12-20  Carsten Dominik  <dominik@science.uva.nl>
3332         * textmodes/org.el (org-agenda-custom-commands): New option.
3333         (org-agenda): Offer custom commands on splash screen.
3334         (org-make-tags-matcher): Parser for Boolean logic added.
3335         (org-agenda-set-tags): New command.
3336         (org-agenda-menu, org-agenda-mode-map): Add `org-agenda-set-tags'.
3337         (org-set-tags): Efficiency improvements.
3338         (org-auto-align-tags): New option.
3339         (org-todo, org-demote, org-promote): Realign tags.
3340         (org-tags-completion-function): Use also "&" and "|" as separators.
3341         (org-org-menu): Agenda commands simplified.
3343 2005-12-19  Luc Teirlinck  <teirllm@auburn.edu>
3345         * cus-edit.el (customize-apropos, customize-apropos-options):
3346         Docstring changes.
3348         * font-lock.el (font-lock): Add tags to the links in the defgroup.
3350 2005-12-19  Chong Yidong  <cyd@stupidchicken.com>
3352         * longlines.el (longlines-mode): Wrap while widened.
3353         (longlines-decode-region, longlines-encode-region): Compute max
3354         just once.
3356 2005-12-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3358         * cus-edit.el (mac): New group.
3360         * cus-start.el (all): Add user options in macterm.c.  Add test for
3361         Mac-related built-ins.  Fix test for GTK-related built-ins.
3363         * term/mac-win.el (mac-handle-language-change)
3364         (mac-ae-open-documents, mac-ae-get-url, mac-services-open-file)
3365         (mac-services-open-selection, mac-services-mail-selection)
3366         (mac-services-mail-to, mac-services-insert-text)
3367         (mac-dispatch-apple-event): Add docstrings.
3368         (x-get-selection, mac-select-convert-to-string): Select coding
3369         system from `utf-16be' and `utf-16le' using `byteorder'.
3371 2005-12-18  Stefan Monnier  <monnier@iro.umontreal.ca>
3373         * subr.el (lazy-completion-table): Don't be fooled if the var holds
3374         a "list" (lambda ...) rather than a real completion list.
3376         * emacs-lisp/cl-extra.el (cl-macroexpand-all): Fix code-walk for
3377         lexical-let when encountering ((lambda (...) ...) ...).
3379 2005-12-17  Chong Yidong  <cyd@stupidchicken.com>
3381         * progmodes/sh-script.el (sh-mode):
3382         * language/ethio-util.el (ethio-fidel-to-sera-mail-or-marker):
3383         * textmodes/picture.el (picture-mode): Update docstrings.
3385 2005-12-17  Eli Zaretskii  <eliz@gnu.org>
3387         * makefile.w32-in (autoloads, custom-deps): Warn that parts of
3388         commands enclosed in $(ARGQUOTE)s should not be split between two
3389         lines, as that will break with GNU Make >3.80, when sh.exe is used
3390         and arg quoting is with '..'.
3391         (autoloads): Don't break the quoted --eval expression between
3392         several lines.
3394 2005-12-17  Chong Yidong  <cyd@stupidchicken.com>
3396         * emacs-lisp/edebug.el (edebug-safe-prin1-to-string):
3397         Capture error from printing circular structures.
3399 2005-12-17  Martin Rudalics  <rudalics@gmx.at>  (tiny change)
3401         * wid-edit.el (widget-checkbox-action): Clear undo info.
3403 2005-12-16  Bill Wohler  <wohler@newt.com>
3405         * menu-bar.el (kill-this-buffer): Set a good example by using menu
3406         bar, not menubar in comment.
3408 2005-12-16  Stefan Monnier  <monnier@iro.umontreal.ca>
3410         * progmodes/cc-engine.el (c-after-change-check-<>-operators):
3411         After-change-functions should not clobber the match data.
3413 2005-12-16  Juri Linkov  <juri@jurta.org>
3415         * simple.el (choose-completion): Use `buffer-substring-no-properties'
3416         instead of `buffer-substring'.
3417         (completion-common-substring): Doc fix.
3418         (completion-setup-function): Use minibuffer-completion-contents
3419         instead of minibuffer-contents.  Don't set common-string-length
3420         initially.  Remove special handling of partial-completion-mode.
3421         Move computation of completion-base-size into one cond.
3422         Call completion-base-size-function in mainbuf.  In computation of
3423         completion-base-size for file name completion don't move point to
3424         the end of the minibuffer.  Move computation of common-string-length
3425         into one cond.  Start putting faces only when common-string-length>=0.
3426         Add condition to put completions-common-part when
3427         common-string-length>0.
3429         * complete.el (PC-do-completion): Remove `(equal (point) beg)' to
3430         place point at the first different character in the minibuffer
3431         even if this position is at the beginning of the minibuffer.
3433         * info.el (Info-read-node-name-1): In completion-base-size-function's
3434         lambda return 1 if common-substring or minibuffer-completion-contents
3435         starts with (, and 0 otherwise.
3437         * emacs-lisp/crm.el (crm-minibuffer-completion-help):
3438         Use `crm-current-element' for second arg of `display-completion-list'.
3440 2005-12-16  Klaus Zeitler  <kzeitler@lucent.com>
3442         * files.el (set-auto-mode): Look for an interpreter specified on
3443         the first line also if search for mode specification succeeded,
3444         but the mode is not known.
3446 2005-12-16  Carsten Dominik  <dominik@science.uva.nl>
3448         * textmodes/org.el (org-tags-match-list-sublevels): New option.
3449         (org-open-at-point): Implement tag searches as links.
3450         (org-fit-agenda-window, org-get-buffer-tags, org-get-tags)
3451         (org-make-tags-matcher, org-scan-tags, org-activate-tags): New funs.
3452         (org-tags-sparse-tree, org-tags-view, org-set-tags)
3453         (org-agenda-dispatch): New commands.
3454         (org-use-tag-inheritance, org-tags-column): New options.
3455         (org-tab-follows-link, org-return-follows-link): New options.
3456         (org-tags): New customize group.
3457         (org-start-icalendar-file): Get local time zone.
3458         (org-tags-completion-function): New function.
3459         (org-set-font-lock-defaults): Make sure links will also be
3460         highlighted inside headlines.
3462 2005-12-16  Mark Plaksin  <happy@usg.edu>  (tiny change)
3464         * term.el (term-emulate-terminal):
3465         Let term-handle-ansi-terminal-messages override what Bash says about
3466         its current directory.
3468 2005-12-16  L\e$,1 q\e(Brentey K\e,Aa\e(Broly  <lorentey@elte.hu>
3470         * bindings.el (last-buffer): Move to simple.el.
3471         * simple.el (last-buffer): Move here.
3472         (get-next-valid-buffer): New function.
3473         (next-buffer): Use frame-local buffer list, maintain buried buffer list.
3474         (prev-buffer): Ditto.  Rename to `previous-buffer'.
3476         * menu-bar.el (menu-bar-update-buffers): Update uses of `prev-buffer'.
3477         * bindings.el (global-map): Ditto.
3479 2005-12-15  Luc Teirlinck  <teirllm@auburn.edu>
3481         * cus-edit.el: Introductory comment change.
3482         (custom-magic-alist): Change message string for the `rogue' state.
3484 2005-12-15  Richard M. Stallman  <rms@gnu.org>
3486         * tooltip.el: Delete defcustom variable :tag names.
3488         * complete.el (partial-completion-mode): Doc fix.
3490         * textmodes/flyspell.el (flyspell-external-point-words):
3491         Use save-excursion to ensure we don't move backward in the
3492         search loop, not even one character.
3493         (flyspell-delete-all-overlays): Use remove-overlays directly.
3495         * textmodes/ispell.el (ispell-current-personal-dictionary): New var.
3496         (ispell-start-process): Set that variable.
3497         Clear ispell-buffer-local-name.
3498         (ispell-internal-change-dictionary):
3499         Set ispell-current-dictionary after killing process.
3500         (ispell-buffer-local-dict):
3501         Don't set spell-personal-dictionary after killing process.
3502         (ispell-buffer-local-words): Don't clear out ispell-buffer-local-name.
3503         (ispell-tex-skip-alists, ispell-html-skip-alists)
3504         (ispell-skip-region-alist): Mark as risky.
3506         * net/newsticker.el (newsticker--retrieval-timer-list)
3507         (newsticker--display-timer, newsticker-running-p)
3508         (newsticker-ticker-running-p): Definitions moved up.
3510 2005-12-16  Nick Roberts  <nickrob@snap.net.nz>
3512         * progmodes/gdb-ui.el (gdb-many-windows): Echo new state in minibuffer.
3514 2005-12-15  David Ponce  <david@dponce.com>
3516         * recentf.el (recentf-dialog-goto-first): Fix missing error condition.
3517         (recentf-edit-list, recentf-open-files): Signal an error when
3518         there is no recent file.
3520 2005-12-14  Lennart Borgman  <lennart.borgman.073@student.lu.se>
3522         * textmodes/texinfmt.el (texinfo-format-region): Set buffer to
3523         read-only except for texinfo-format-region evaluation.
3525 2005-12-14  Richard M. Stallman  <rms@gnu.org>
3527         * vc.el (vc-default-previous-version, vc-default-next-version)
3528         (vc-do-command): Doc fixes.
3530 2005-12-14  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
3532         * textmodes/bibtex.el (bibtex-expand-strings)
3533         (bibtex-autokey-expand-string, bibtex-name-part)
3534         (bibtex-entry-type-whitespace, bibtex-entry-type-str)
3535         (bibtex-any-entry-maybe-empty-head, bibtex-string-type)
3536         (bibtex-preamble-prefix, bibtex-string-empty-key): New variables.
3537         (bibtex-entry-type, bibtex-entry-head): Match only valid entries.
3538         (bibtex-entry-postfix, bibtex-known-entry-type-re)
3539         (bibtex-valid-entry-re, bibtex-any-valid-entry-re)
3540         (bibtex-valid-entry-whitespace-re, bibtex-empty-field-re)
3541         (bibtex-field-name-for-parsing, bibtex-remove-delimiters-string)
3542         (bibtex-beginning-of-last-entry): Remove.
3543         (bibtex-parse-field-name): Use bibtex-field-name.  Issue error
3544         message if comma is missing but buffer is read-only.
3545         (bibtex-parse-field-text): Handle whitespaces at the end of field
3546         text.  Return 3-element list with beginning and end of field text
3547         and end of field.
3548         (bibtex-end-of-text-in-field, bibtex-end-of-field): Change accordingly.
3549         (bibtex-parse-field): Remove arg name.  Use bibtex-field-name.
3550         (bibtex-search-forward-field, bibtex-search-backward-field):
3551         Search always delimited by limits of entry.  Use more efficient
3552         search algorithms.
3553         (bibtex-name-in-field): Use bibtex-start-of-name-in-field and
3554         bibtex-end-of-name-in-field.
3555         (bibtex-text-in-field-bounds): Handle BibTeX strings when
3556         extracting the content of a field.
3557         (bibtex-text-in-field): Use search limits.
3558         (bibtex-parse-string-prefix): Handle empty string keys based on
3559         bibtex-string-empty-key.
3560         (bibtex-parse-string): Fix docstring.
3561         (bibtex-text-in-string): Use bibtex-text-in-field-bounds.
3562         (bibtex-preamble-prefix, bibtex-strings): New functions.
3563         (bibtex-skip-to-valid-entry): Include preceding whitespace in
3564         BibTeX entries (consistent with other BibTeX functions).
3565         (bibtex-map-entries): Use bibtex-skip-to-valid-entry.
3566         (bibtex-search-entry): Fix docstring.  Simplify.
3567         (bibtex-flash-head, bibtex-complete-string-cleanup)
3568         (bibtex-count-entries, bibtex-sort-buffer): Simplify.
3569         (bibtex-beginning-of-first-entry): Use bibtex-skip-to-valid-entry.
3570         (bibtex-parse-entry): New optional arg content.
3571         (bibtex-format-entry, bibtex-autofill-entry, bibtex-url): Use it.
3572         Use bibtex-text-in-field-bounds.
3573         (bibtex-print-help-message): Handle BibTeX strings and preambles.
3574         (bibtex-end-of-entry): Use bibtex-preamble-prefix and
3575         bibtex-parse-string-postfix.
3576         (bibtex-find-text-internal): New function.
3577         (bibtex-remove-delimiters): Use it.
3578         (bibtex-find-text): Use it.  New optional arg help.
3579         (bibtex-complete): Handle BibTeX string and preamble entries.
3580         (bibtex-Preamble): Fix order of closing delimiters.
3582 2005-12-14  Stefan Monnier  <monnier@iro.umontreal.ca>
3584         * vc.el (vc-default-revert): New fun.
3586         * vc-mcvs.el (vc-mcvs-revert): Fix call to vc-default-revert.
3588 2005-12-14  Romain Francoise  <romain@orebokech.com>
3590         * font-lock.el (font-lock-keywords-alist): Rename `append' to `how'.
3591         (font-lock-add-keywords, font-lock-update-removed-keyword-alist):
3592         (font-lock-remove-keywords): Likewise.
3594 2005-12-14  Juri Linkov  <juri@jurta.org>
3596         * log-view.el (log-view-diff): Doc fix.
3598         * isearch.el (isearch-query-replace): Use (mark) instead of
3599         isearch-opoint if mark is active in transient-mark-mode.
3601 2005-12-14  Aaron S. Hawley  <Aaron.Hawley@uvm.edu>
3603         * isearch.el (isearch-query-replace): Check for isearch-other-end.
3605 2005-12-14  Per Abrahamsen  <abraham@dina.kvl.dk>
3607         * progmodes/cpp.el (cpp-face): New widget.
3608         (cpp-known-face, cpp-unknown-face, cpp-edit-list): Use it.
3610 2005-12-14  Juri Linkov  <juri@jurta.org>
3612         * help-macro.el (make-help-screen): Bind `inhibit-read-only' to t
3613         around `erase-buffer' and `insert'.
3615         * descr-text.el (describe-text-properties): Replace buffer name
3616         "*Help-2*" with "*Help*<2>".
3617         (describe-char): Add functions print-help-return-message,
3618         toggle-read-only.  Use help-setup-xref with nil to not store
3619         describe-char in help-xref-stack.  Use help-make-xrefs to
3620         make [back] button.
3622         * desktop.el (desktop-minor-mode-table): Add vc-dired-mode with nil.
3624         * wdired.el (wdired-old-point): New internal variable.
3625         (wdired-change-to-wdired-mode): Set it buffer-locally.
3626         (wdired-abort-changes): Restore point after aborting changes.
3628 2005-12-13  Stefan Monnier  <monnier@iro.umontreal.ca>
3630         * vc.el (vc-do-command): Add a new value t for okstatus.
3632         * vc-svn.el (vc-svn-registered): Use it to avoid popping up a spurious
3633         frame in case of errors.
3635 2005-12-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
3637         * menu-bar.el (menu-bar-showhide-fringe-menu): Move "On the Right"
3638         so it comes after "On the Left" in the menu.
3640 2005-12-12  Luc Teirlinck  <teirllm@auburn.edu>
3642         * cus-edit.el (customize-apropos, customize-apropos-options)
3643         (customize-apropos-faces, customize-apropos-groups): Doc fixes.
3645 2005-12-12  Bill Wohler  <wohler@newt.com>
3647         * vc-svn.el (vc-svn-registered): Fix problem of visiting
3648         non-writable Subversion-controlled files by saving window
3649         configuration before calling vc-do-command.  vc-do-command calls
3650         pop-to-buffer on error which is unexpected during registration.
3652 2005-12-12  Jay Belanger  <belanger@truman.edu>
3654         * calc/README: Update the summary of changes.
3656 2005-12-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3658         * descr-text.el (describe-char): Rework last fix to solve the problem
3659         is the same way it's solved for everything else in that function
3660         (i.e. by extracting the info before setting up the *Help* buffer).
3662 2005-12-12  Kim F. Storm  <storm@cua.dk>
3664         * subr.el (version-regexp-alist): Allow space as separator before
3665         non-numeric part, e.g. "1.0 alpha".
3666         (version-to-list): Interpret .X.Y version as 0.X.Y version.
3668 2005-12-12  Carsten Dominik  <dominik@science.uva.nl>
3670         * textmodes/org.el (org-agenda, org-timeline, org-todo):
3671         Implement Logging and the keep-modes setting.
3672         (org-get-category): Make sure a string is returned.
3673         (org-log-done): New function.
3674         (org-log-done, org-closed-string): New options.
3676 2005-12-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
3678         * tooltip.el (tooltip-y-offset): Change default to 20.
3680 2005-12-12  Richard M. Stallman  <rms@gnu.org>
3682         * mouse.el (mouse-drag-vertical-line): Use adjust-window-trailing-edge.
3684         * frame.el (display-hourglass): Doc fix.
3686         * help.el (help-for-help-internal): Simplify entry for `a'.
3688         * info.el (Info-on-current-buffer): Doc fix.
3689         (info-insert-file-contents): Don't test (featurep 'jka-compr).
3691         * startup.el (inhibit-splash-screen): Make this the real name.
3692         (inhibit-startup-message): Make this the alias.
3693         (command-line): Find only simple.el, and use its directory
3694         to fill in other preloaded files' names.
3695         (command-line): Deactivate the mark if deactivate-mark is set.
3697         * international/mule.el (load-with-code-conversion):
3698         Bind deactivate-mark.
3700         * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
3702 2005-12-11  Luc Teirlinck  <teirllm@auburn.edu>
3704         * cus-edit.el (customize-apropos): Avoid listing an option more
3705         than once under different aliases.  No longer list user options
3706         that are not defined with defcustom (unless a prefix arg is given).
3707         Doc fix.
3708         (customize-apropos-options): Doc fix.
3710 2005-12-11  Juri Linkov  <juri@jurta.org>
3712         * frame.el (set-background-color, set-foreground-color)
3713         (set-cursor-color, set-mouse-color, set-border-color):
3714         Add explicit prompts to read colors by `facemenu-read-color'.
3715         (show-trailing-whitespace, blink-cursor-delay)
3716         (blink-cursor-interval, display-hourglass, hourglass-delay):
3717         Remove tags.
3718         (display-hourglass, hourglass-delay): Doc fix.
3719         (cursor-in-non-selected-windows): Capitalize words in tag.
3721         * faces.el (frame-background-mode): Replace `choice-item' keywords
3722         with `const' to not make [default] button.  Change default value tag
3723         from `default' to `automatic'.  Doc fix.
3724         (trailing-whitespace) <defface>: Change group `whitespace' to
3725         `whitespace-faces'.
3727 2005-12-11  Richard M. Stallman  <rms@gnu.org>
3729         * buff-menu.el (Buffer-menu-sort-column): Not a user variable.
3731 2005-12-11  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3733         * term/mac-win.el: Create keymap for mac-apple-event-map.
3735 2005-12-11  Nick Roberts  <nickrob@snap.net.nz>
3737         * tooltip.el (tooltip-mode): Move to start of file so that it
3738         appears at top of customize buffer.
3740         * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
3741         Add the gud groupname.
3742         (gud-tooltip-mode): Add the tooltip groupname.
3743         (gud-tooltip-echo-area): Add the gud groupname.  Remove tag to
3744         avoid conflict with tooltip-use-echo-area.
3746 2005-12-10  Romain Francoise  <romain@orebokech.com>
3748         * help.el (help-for-help-internal): Add `r' in doc string.
3750 2005-12-10  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
3752         * align.el (align-regexp, align-highlight-rule):
3753         Use region-beginning and region-end instead of point and mark, so that
3754         repetition (with `repeat-complex-command') recomputes the region
3755         bounds.
3757 2005-12-10  Lennart Borgman  <lennart.borgman.073@student.lu.se>
3759         * window.el (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
3760         (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
3761         (bw-refresh-edges, bw-adjust-window, bw-balance-sub): New functions.
3762         (balance-windows): Rewrite using the above new functions.
3764 2005-12-10  David Koppelman  <koppel@ece.lsu.edu>
3766         * hi-lock.el (hi-lock-mode): Rename from hi-lock-buffer-mode;
3767         react if global-hi-lock-mode seems intended.
3768         (global-hi-lock-mode) Renamed from hi-lock-mode.
3769         (hi-lock-archaic-interface-message-used)
3770         (hi-lock-archaic-interface-deduce): New variables.
3771         (turn-on-hi-lock-if-enabled, hi-lock-line-face-buffer)
3772         (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
3773         (hi-lock-find-patterns, hi-lock-font-lock-hook):
3774         Replace hi-lock-buffer-mode with hi-lock-mode.
3776 2005-12-10  Kevin Rodgers  <ihs_4664@yahoo.com>
3778         * emacs-lisp/lisp.el (lisp-complete-symbol): Regenerate the
3779         completion list, even after a partial completion has been
3780         inserted in the current buffer.  If there are more than 1
3781         completion, redisplay the *Completions* buffer; if the
3782         completion is unique, delete the *Completions* window.
3784 2005-12-10  Eli Zaretskii  <eliz@gnu.org>
3786         * mail/rmail.el (rmail-next-same-subject): Handle multiple "Re: "
3787         strings and long subject lines that were broken into multiple
3788         lines at arbitrary places.  Handle subjects that have "Re: " in
3789         the middle.
3791 2005-12-10  John W. Eaton  <jwe@octave.org>
3793         * emacs/octave-mod.el (octave-electric-space): Don't indent
3794         comments or strings if octave-auto-indent is nil.
3796 2005-12-10  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3798         * term/mac-win.el: Require url when compiling.
3799         Call mac-process-deferred-apple-events after loading init files.
3800         (mac-apple-event-map): New defvar.  Define event handlers in it.
3801         (core-event, internet-event): New Apple event class symbols.
3802         (open-application, reopen-application, open-documents)
3803         (print-documents, open-contents, quit-application)
3804         (application-died, show-preferences, autosave-now, get-url):
3805         New Apple event ID symbols.
3806         (about): New HICommand ID symbol.
3807         (mac-event-spec, mac-event-ae): New macros.
3808         (mac-ae-parameter, mac-ae-list, mac-bytes-to-integer)
3809         (mac-ae-selection-range, mac-ae-text-for-search)
3810         (mac-ae-open-documents, mac-ae-text, mac-ae-get-url): New functions.
3811         (mac-application-menu-map): Remove keymap.  Handlers for HICommand
3812         and Services menu events are now defined in mac-apple-event-map.
3813         (mac-drag-n-drop): Remove selection range handling.
3815 2005-12-10  Kenichi Handa  <handa@m17n.org>
3817         * simple.el (zap-to-char):
3818         * isearch.el (isearch-process-search-char): Translate CHAR by
3819         translation-table-for-input.
3821 2005-12-09  Chong Yidong  <cyd@stupidchicken.com>
3823         * foldout.el (foldout-exit-fold): Properly hide subtree.
3825 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
3827         * files.el (save-buffer):
3828         * international/ucs-tables.el (ucs-set-table-for-input):
3829         * mail/mail-extr.el (mail-extract-address-components):
3830         * mail/sendmail.el (mail-mode): Reformat doc string.
3832 2005-12-09  Juri Linkov  <juri@jurta.org>
3834         * isearch.el (isearch-highlight): Change main overlay priority
3835         from 1 to 1001.  Simplify.
3836         (isearch-lazy-highlight-update): Change lazy overlay priority
3837         from 0 to 1000.
3839         * replace.el (replace-highlight): Change overlay priority from
3840         1 to 1001.
3842         * textmodes/ispell.el (ispell-highlight-spelling-error-overlay):
3843         Change overlay priority from 1 to 1001.  Reuse existing overlay.
3845         * compare-w.el (compare-windows-highlight): Change overlay
3846         priority from 1 to 1000.
3848         * menu-bar.el (menu-bar-edit-menu): Add listp around
3849         pending-undo-list to disable menu item "undo" when pending
3850         undo list is empty.
3852         * locate.el (locate): Disable undo in *Locate* buffer.
3854 2005-12-09  Kim F. Storm  <storm@cua.dk>
3856         * mail/smtpmail.el (smtpmail-via-smtp): Disable undo in SMTP buffer.
3858 2005-12-09  David Ponce  <david@dponce.com>
3860         * recentf.el: Improvement of the menu code.
3861         (recentf-enabled-p): Move before first use.  Use `kill-emacs-hook'
3862         instead of menu hook.
3863         (recentf-show-menu, recentf-hide-menu): New functions.
3864         (recentf-menu-customization-changed, recentf-mode): Use them.
3865         (recentf-menu-action, recentf-max-menu-items)
3866         (recentf-menu-open-all-flag, recentf-menu-append-commands-flag)
3867         (recentf-arrange-by-rule-others)
3868         (recentf-arrange-by-rules-min-items)
3869         (recentf-arrange-by-rule-subfilter) : Don't use
3870         `recentf-menu-customization-changed'.
3871         (recentf-arrange-rules): Likewise.  Accept functions to compute
3872         sub-menu titles.
3873         (recentf-menu-filter): Likewise.  Doc fix.
3874         (recentf-menu-value-shortcut): Doc fix.
3875         (recentf-dump-variable): Quote atom value.
3876         (recentf-make-menu-items): Update to use it as a menu filter.
3877         (recentf-match-rule): New function.
3878         (recentf-arrange-by-rule): Use it.
3879         (recentf-indirect-mode-rule): New function.
3880         (recentf-build-mode-rules): Use it.
3881         (recentf-dir-rule): New function.
3882         (recentf-arrange-by-dir): Use it.
3883         (recentf-filter-changer-current): Rename from
3884         `recentf-filter-changer-state'.  All references updated.
3885         (recentf-filter-changer-alist): Update filter names.
3886         (recentf-filter-changer-select): New function.
3887         (recentf-filter-changer): Use it.  Make a sub-menu from filters
3888         available in `recentf-filter-changer-alist'.
3889         (recentf-data-cache, recentf-clear-data)
3890         (recentf-update-menu): Remove.  All references updated.
3891         (recentf-match-rule-p, recentf-build-dir-rules)
3892         (recentf-filter-changer-goto-next)
3893         (recentf-filter-changer-get-current)
3894         (recentf-filter-changer-get-next): Remove.
3896 2005-12-08  Luc Teirlinck  <teirllm@auburn.edu>
3898         * cus-edit.el (custom-buffer-create-internal): Relabel the whole
3899         buffer "Reset" button to "Reset to Current" for consistency with
3900         the State buttons.
3902 2005-12-08  John Paul Wallington  <jpw@pobox.com>
3904         * ibuf-ext.el (define-ibuffer-filter filename):
3905         If `dired-directory' is a list then really use its car.
3907 2005-12-08  Kim F. Storm  <storm@cua.dk>
3909         * emulation/cua-rect.el (cua--rectangle-aux-replace):
3910         Fix indention of text on right side of replaced rectangle.
3912 2005-12-09  Nick Roberts  <nickrob@snap.net.nz>
3914         * progmodes/gud.el (gud-speedbar-buttons, gud-tooltip-tips):
3915         No need to check gud-comint-buffer is bound.
3916         (gdb): Prevent multiple debugging when first session uses gdba.
3918 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
3920         CC Mode update to 5.31.
3922         * progmodes/cc-subword.el: Add a dummy `c-subword-mode' for
3923         Emacsen which lack `define-minor-mode'.  (Currently Emacs <21.  We
3924         might do this function properly in the future).
3926         * progmodes/cc-cmds.el, cc-defs.el, cc-styles.el, cc-vars.el: New
3927         macros c-sentence-end and c-default-value-sentence end, to cope
3928         with Emacs 22's new function `sentence-end'.
3930 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
3932         * progmodes/cc-cmds.el (c-show-syntactic-information): Solved the
3933         compat issue using `c-put-overlay' and `c-delete-overlay'.
3935         * progmodes/cc-defs.el (c-put-overlay, c-delete-overlay): New
3936         compat macros to handle overlays/extents.
3938 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
3940         * progmodes/cc-fix.el: Add definitions of the macros push and pop
3941         (for GNU Emacs 20.4)
3943         * progmodes/cc-defs.el:
3944         (i) Load cc-fix.elc for `push' and `pop' (for GNU Emacs 20.4)
3946         * progmodes/cc-cmds.el (c-show-syntactic-information): Change the
3947         highlighting mechanism so it will work in XEmacs too.
3949         * progmodes/cc-defs.el: Insert c-int-to-char.
3951         * progmodes/cc-langs.el (c-nonsymbol-token-char-list): Insert a
3952         call to the new macro c-int-to-char.  This solves XEmacs's
3953         regarding characters as different from integers.
3955 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
3957         * progmodes/cc-fonts.el (c-make-syntactic-matcher): New internal
3958         helper.
3960         (c-cpp-matchers, c-basic-matchers-before): Use the `eval'
3961         construct to make the indirect face lookup work in XEmacs.
3963         (c-cpp-matchers): Append the negation char face to the existing
3964         fontification, so that the cpp face doesn't disappear.  Use
3965         `c-make-syntactic-matcher' to avoid negation chars in comments and
3966         strings.
3968         * progmodes/cc-fonts.el (c-negation-char-face-name): New variable
3969         to map to `font-lock-negation-char-face' in emacsen where it
3970         exists.
3972 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
3974         * progmodes/cc-mode.el: Bind c-subword-mode to C-c C-w.
3976         * progmodes/cc-subword.el, cc-cmds.el, cc-mode.el:
3977         Rename "c-subword-move-mode" as "c-subword-mode".
3979         * progmodes/cc-mode.el: Added tty suitable bindings for C-c
3980         <delete> and C-c C-<delete>.  (To the c-hungry- delete functions).
3982 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
3984         * progmodes/cc-mode.el: Added autoload directive for
3985         `c-subword-move-mode' for use in older emacsen.
3987 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
3989         * progmodes/cc-mode.el:
3990         (i) Insert a binding for C-c C-backspace into
3991         c-bind-special-erase-keys which works in TTYs.
3992         (ii) Make sure that when file styles are used, any explicitly
3993         given style variables take priority over those in the style.  Do
3994         this by calling `hack-local-variables' a second time.
3996         * progmodes/cc-vars.el: Add language specific customization
3997         widgets for AWK to c-doc-comment-style, c-require-final-newline
3998         and c-default-style.  Add a defcustom for awk-mode-hook.  Give
3999         c-syntactic-element and c-syntactic-context doc-strings by
4000         directly setting their `variable-documentation' propery.  This
4001         allows Emacs 22.1 to read these with C-h v.
4003         * progmodes/cc-awk.el: Apply a tidy-up patch (from Stefan
4004         Monnier).
4006 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
4008         * progmodes/cc-fonts.el, cc-vars.el
4009         (gtkdoc-font-lock-doc-comments, gtkdoc-font-lock-doc-protection)
4010         (gtkdoc-font-lock-keywords): GtkDoc patterns contributed by
4011         Masatake YAMATO.
4013         (c-doc-comment-style): Made GtkDoc default in C mode.
4015         * progmodes/cc-mode.el: Fixed key bindings for C-c C-<backspace>
4016         and C-c C-<delete>.
4018         (c-bind-special-erase-keys): New function for use on
4019         `normal-erase-is-backspace-hook' to bind C-c C-<delete> correctly.
4021         * progmodes/cc-cmds.el (c-hungry-delete): New function to fix
4022         <delete> key behavior in XEmacs according to `delete-forward-p'.
4023         C.f. `c-electric-delete'.
4025 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
4027         * progmodes/cc-mode.el: Give c-hungry-backspace and
4028         c-hungry-delete-forward permanent key bindings.
4030         * progmodes/cc-cmds.el (c-electric-semi&comma): Bind
4031         c-syntactic-context for calls to "criteria functions", for
4032         consistency with other calls to user functions.
4034         * progmodes/cc-cmds.el (c-indent-command): Expunge use of
4035         `current-prefix-arg', since this might be the prefix arg to a
4036         command which calls c-indent-command as a function.  Change the
4037         interactive spec from "p" to "P".
4039         * progmodes/cc-styles.el: Amend the doc-string of c-set-style, in
4040         reponse to a report from Joseph Kiniry <kiniry@acm.org> that it
4041         was difficult to understand.
4043 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
4045         * progmodes/cc-engine.el (c-on-identifier): Fixed bug when at the
4046         first char of an identifier.
4048         * progmodes/cc-engine.el (c-on-identifier): Handle the "operator
4049         +" syntax in C++.
4051 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
4053         * progmodes/cc-cmds.el (c-mask-paragraph): Correct, so that
4054         auto-fill doesn't split a c-comment's last word from a hanging
4055         "*/" when a space is typed between them after fill-column.
4057         * progmodes/cc-defs.el: New macro c-delete-and-extract-region.
4059         * progmodes/cc-styles.el (c-set-style)
4060         (c-setup-paragraph-variables): Abort the command if we're not in a
4061         CC Mode buffer.
4063         * progmodes/cc-align.el (c-lineup-C-comments): Correct indentation
4064         with blank comment-prefix, and a blank line as the comment's
4065         second line.
4067 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
4069         * progmodes/cc-fonts.el (c-cpp-matchers, c-basic-matchers-before):
4070         Incorporated the patterns added in the Emacs development branch
4071         for the new Emacs 22 face `font-lock-negation-char-face'.
4073         * progmodes/cc-fonts.el (c-invalid-face-name): Use "red1" instead
4074         of "red" since it stands out better in xterms and DOS terminals.
4076         * progmodes/cc-engine.el (c-literal-faces): Added
4077         `font-lock-comment-delimiter-face' which is new in Emacs 22.
4079 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
4081         * progmodes/cc-cmds.el: Make C-c C-a (`c-toggle-auto-newline')
4082         forcibly enable c-electric-flag.
4084         * progmodes/cc-vars.el, cc-cmds.el: New clean-up
4085         `comment-close-slash' on c-electric-slash: if enabled, typing `/'
4086         just after the comment-prefix of a C-style comment will close that
4087         comment.
4089 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
4091         * progmodes/cc-fonts.el (c-basic-matchers-before)
4092         (c-complex-decl-matchers): Fixed the "not-arrow-prefix" regexp used
4093         in Pike.
4095         * progmodes/cc-langs.el (c-other-op-syntax-tokens): Only C++ has
4096         digraphs.
4098         * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el
4099         (c-cpp-message-directives, c-cpp-include-directives)
4100         (c-opt-cpp-macro-define, c-opt-cpp-macro-define-start)
4101         (c-cpp-expr-directives): Introduced new language constants to
4102         control cpp syntax in a cleaner way.
4104         (c-cpp-expr-functions): Renamed from c-cpp-defined-fns.
4106         (c-cpp-matchers, c-forward-to-cpp-define-body): Use them.
4108         * progmodes/cc-langs.el, cc-fonts.el (c-string-escaped-newlines)
4109         (c-multiline-string-start-char): New language constants and
4110         variables to specify how newlines in string literals work.
4112         (c-font-lock-invalid-string): Use them.
4114         * progmodes/cc-cmds.el (c-try-one-liner): Robustness fix if an
4115         unbalanced close brace is entered.  Optimization by avoiding going
4116         back over arbitrarily large blocks.  Removed hints that this
4117         function only would be relevant/useful in AWK.
4119         (c-electric-brace): Indent syntactically after the cleanups since
4120         lineup functions might do it differently then.
4122         * progmodes/cc-engine.el, cc-langs.el
4123         (c-opt-op-identifier-prefix): New language constant and variable.
4125         (c-just-after-func-arglist-p, c-after-special-operator-id)
4126         (c-search-decl-header-end, c-inside-bracelist-p): Use it.
4128         * progmodes/cc-align.el, cc-engine.el
4129         (c-after-special-operator-id): New helper to handle C++ operator
4130         identifiers.
4132         (c-lineup-topmost-intro-cont, c-just-after-func-arglist-p)
4133         (c-guess-basic-syntax): Handle C++ operator identifiers in
4134         declarations.
4136         * progmodes/cc-langs.el (c-assignment-operators): Added the
4137         trigraph version of ^= too.
4139         * progmodes/cc-langs.el (c-assignment-operators): Added the
4140         trigraph version of |= in C++.
4142         * progmodes/cc-fonts.el (c-font-lock-declarators): Handle
4143         `c-decl-hangon-kwds' after the identifier name.
4145         * progmodes/cc-engine.el (c-guess-basic-syntax): When deciding
4146         whether an arglist is "nonempty", ignore a comment after the open
4147         paren if it isn't followed by a non-comment token on the same
4148         line.
4150         * progmodes/cc-engine.el (c-guess-basic-syntax): Case 4: Enable
4151         heuristics below the point to cope with classes inside special
4152         brace lists in Pike.
4154 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
4156         * progmodes/cc-cmds.el: Amend c-point-syntax to handle macros.
4158 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
4160         * progmodes/cc-guess.el (cc-guess-install): New function to
4161         install an already guessed style in another buffer.
4163         * progmodes/cc-defs.el (c-tentative-buffer-changes): No longer
4164         sets `inhibit-read-only' - `c-save-buffer-state' should be used
4165         anyway if the change always is undone.
4167 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
4169         Implement togglable electricity:
4171         * progmodes/cc-defs.el: Enhance c-save-buffer-state's doc-string,
4172         saying when it should be used.
4174         * progmodes/cc-engine.el: Add the new buffer-local variable,
4175         c-electric-flag.
4177         * progmodes/cc-langs.el: Change the name of c-toggle-auto-state to
4178         c-toggle-auto-newline.
4180         * progmodes/cc-mode.el: Rename c-toggle-auto-state to
4181         c-toggle-auto-newline.  Remove the binding for
4182         c-toggle-auto-hungry-state.  Add the binding C-c C-l for the new
4183         c-toggle-electric-state.
4185         * progmodes/cc-vars.el: Make c-syntactic-indentation buffer local.
4187         * progmodes/cc-cmds.el: Add `c-bytecomp-defun's for
4188         c-\(forward\|backward\)-subword.
4189         (c-update-modeline): Add the new modeline flag `l' for
4190         `c-electric-flag'.  Make the auto-newline flag `a' dependent on
4191         `l'.
4192         (c-toggle-auto-state): Rename it to `c-toggle-auto-newline'.  Make
4193         the old name an alias of the new name.
4194         (c-toggle-electric-state): New function.
4195         c-electric-\(pound\|brace\|slash\|star\|semi&comma\|colon\|lt-gt\|paren\|continued-statement\):
4196         Adapt these functions to do electric things only when
4197         c-electric-flag is non-nil.
4198         (c-point-syntax, c-brace-newlines, c-try-oneliner): Extract these
4199         new functions from c-electric-brace.
4200         (c-point-syntax): Add a check for "virtual semicolons" in AWK
4201         mode, so that the tentative extra newline doesn't change the
4202         syntax of the following brace.
4203         (c-electric-brace): Restructure by extracting the above functions.
4204         Tidy up the coding somewhat.
4205         (c-electric-semi&comma, c-electric-colon, c-electric-paren):
4206         restructure a bit.
4208 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
4210         * progmodes/cc-cmds.el (c-show-syntactic-information): Show the
4211         anchor position(s) using faces.  Thanks to Masatake YAMATO for the
4212         idea.
4214         * progmodes/cc-mode.el, cc-cmds.el, cc-defs.el, cc-engine.el
4215         (c-submode-indicators): Changed name from `c-auto-hungry-string'
4216         since it's now used to track another submode.
4218         (c-update-modeline): Converted to function and extended to check
4219         `c-subword-move-mode'.
4221         (c-forward-into-nomenclature, c-backward-into-nomenclature):
4222         Converted to compat aliases for `c-forward-subword' and
4223         `c-backward-subword'.
4225         * progmodes/cc-subword.el: New functions and minor mode to handle
4226         SillyCapsedStyleIndentifiers, contributed by Masatake YAMATO:
4228         (c-forward-subword, c-backward-subword, c-mark-subword)
4229         (c-kill-subword, c-backward-kill-subword, c-transpose-subwords)
4230         (c-capitalize-subword, c-downcase-subword, c-upcase-subword):
4231         Functions corresponding to the standard word handling functions.
4233         (c-subword-move-mode): Minor mode that replaces all the standard
4234         word handling functions with their subword equivalences.
4236 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
4238         * progmodes/cc-vars.el (c-cleanup-list): Insert a customization
4239         entry for one-liner-defun.
4241         * progmodes/cc-defs.el: Give c-tentative-buffer-changes its own
4242         name in its def-edebug-spec.
4244         * progmodes/cc-cmds.el (c-electric-brace): Make the
4245         one-liner-defun clean-up work with empty-defun-braces.  o-l-d now
4246         compacts space before a comment, if this will make things fit on
4247         one line.
4249         Introduce an "awk" style, mainly for auto-newline and clean-ups.
4251         * progmodes/cc-align.el: New function c-snug-1line-defun-close
4253         * progmodes/cc-cmds.el: In c-electric-brace, add code for new
4254         clean-up one-liner-defun.
4256         * progmodes/cc-styles.el: Add the new "awk" style.
4258         * progmodes/cc-vars.el: Add description of one-liner-defun to
4259         c-cleanup-list's doc-string.  New user options,
4260         c-max-one-liner-length.  In c-default-style, set the default style
4261         for AWK to "awk".
4263 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
4265         * progmodes/cc-engine.el (c-forward-label): Fixed fontification of
4266         macros inside labels.
4268         * progmodes/cc-engine.el (c-looking-at-bos): Obsoleted in favor of
4269         `c-at-statement-start-p' and `c-at-expression-start-p'.
4271         * progmodes/cc-defs.el (c-tnt-chng-record-state): Don't signal an
4272         error if the mark isn't set.
4274         * progmodes/cc-engine.el (c-guess-continued-construct)
4275         (c-guess-basic-syntax): Use `c-forward-decl-or-cast-1' to more
4276         accurately detect functions inside functions.
4278         * progmodes/cc-engine.el (c-at-expression-start-p): New function
4279         like `c-at-statement-start-p' that additionally recognizes commas
4280         and expression parentheses as delimiters.
4282         * progmodes/cc-engine.el (c-looking-at-inexpr-block): Added flag
4283         to avoid heuristics that doesn't work for unclosed blocks.
4285         (c-at-statement-start-p): New function.
4287         * progmodes/cc-engine.el, cc-fonts.el: Fixes in handling of
4288         Objective-C directives, e.g. directives spanning lines should work
4289         reasonably well now.
4291         (c-put-c-type-property, c-clear-c-type-property): New helpers.
4293         (c-forward-objc-directive): New function to move over any ObjC
4294         directive.
4296         (c-just-after-func-arglist-p, c-guess-basic-syntax)
4297         (c-basic-matchers-before): Use it.
4299         (c-font-lock-objc-iip-decl): Removed.
4301         * progmodes/cc-engine.el (c-guess-basic-syntax): Some improvement
4302         in the template arglist recognition.
4304         * progmodes/cc-styles.el (c-style-alist): Fixed several
4305         inconsistencies in the Whitesmith style.
4307         * progmodes/cc-align.el (c-lineup-after-whitesmith-blocks):
4308         New lineup function to get lines after Whitesmith style blocks
4309         correctly indented.
4311         (c-lineup-whitesmith-in-block): Backed out the compensation for
4312         opening parens since it's done using `add' lists in the style
4313         definition instead.  Don't use the anchor position since it varies
4314         too much between the syntactic symbols. :P
4316         * progmodes/cc-vars.el (c-valid-offset): Updated.
4318         * progmodes/cc-engine.el (c-evaluate-offset): Extended to handle
4319         lists where the offsets are combined according to several
4320         different methods: `first', `min', `max', and `add'.  Report
4321         offset evaluation errors with `c-benign-error' so that some kind
4322         of reindentation still is done.
4324         * progmodes/cc-engine.el (c-guess-basic-syntax): Anchor
4325         `arglist-intro' the same way as `arglist-cont-nonempty' and
4326         `arglist-close'.
4328         * progmodes/cc-engine.el (c-guess-basic-syntax): Fixed similar
4329         situations for `arglist-cont-nonempty' and `arglist-close'.
4331         * progmodes/cc-langs.el (c-opt-identifier-concat-key-depth): New
4332         constant.
4334         * progmodes/cc-defs.el: Use `cc-bytecomp-fboundp' and
4335         cc-bytecomp-boundp' in a number of places.
4337         * progmodes/cc-engine.el (c-beginning-of-statement-1): Fixed a
4338         macro related issue.
4340 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
4342         * progmodes/cc-awk.el: Change the terminology of regexps: A char
4343         list is now [asdf], a char class [:alpha:].  Include code for char
4344         classes.  Set c-awk-NL-prop on lines ending in open strings.  (Bug
4345         fix.)  Add character classes (e.g. "[:alpha:]") into AWK Mode's
4346         regexps.
4348         Remove (nearly all of) the cruft associated with AWK Mode's former
4349         concept of "virtual semicolons":
4351         Adapt c-beginning-of-statement, c-end-of-statement (together with
4352         subfunctions) to use the new notion of "virtual semicolon" in
4353         place of the old awkward special handling for AWK.  There remains
4354         much cruft in cc-awk.el, cc-cmds.el and cc-engine.el to clear out.
4355         * progmodes/cc-cmds.el:
4356         (c-ascertain-adjacent-literal): In the backwards direction, now
4357         recognises AWK regexp delimiters as string delimiters.
4358         (c-after-statement-terminator-p): Adapt for virtual semicolons;
4359         check more rigorously for "end of macro".
4360         (c-back-over-illiterals, c-forward-over-illiterals): Adapt for
4361         virtual semicolons;
4362         (c-beginning-of-statement): Adapt for virtual semicolons; Separate
4363         out the code for forward movement into ...
4364         (c-end-of-statement): Now contains the code for forward movement,
4365         adapted for virtual semicolons.
4367         * progmodes/cc-engine.el:
4368         (c-ws*-string-limit-regexp): New regexp.
4369         (c-forward-single-comment, c-backward-single-comment): Comment out
4370         the (now redundant) "special" AWK stuff.
4372         * progmodes/cc-styles.el, cc-vars.el: Change the settings of
4373         c-string-par-start, c-string-par-separate to be more like Text
4374         Mode than Fundamental Mode.
4376 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
4378         * progmodes/cc-fonts.el (c-font-lock-declarations): Always narrow
4379         to the fontified region so that fontification doesn't occur
4380         outside it (could happen e.g. when fontifying a line with an
4381         unfinished declaration).
4383 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
4385         * progmodes/cc-awk.el: Regexps for analysing AWK code have been
4386         moved to near the start of the file.  ^L now separate sections of
4387         the file.  New defconsts: c-awk-non-eol-esc-pair-re,
4388         c-awk-blank-or-comment-line-re,
4389         c-awk-one-line-possibly-open-string-re,
4390         c-awk-regexp-one-line-possibly-open-char-class-re,
4391         c-awk-one-line-possibly-open-regexp-re,
4392         c-awk-one-line-non-syn-ws*-re.  New functions: c-awk-at-vsemi-p,
4393         c-awk-vsemi-status-unknown-p.
4395         Amend the concept of "virtual semicolons" (in the indentation
4396         engine) for languages like AWK, such that they are now
4397         conceptually attached to end of the last token of a statement, not
4398         the end of the line.  (In AWK Mode, however, the pertinent text
4399         property is still physically set on the EOL.)  Remove the specific
4400         tests for awk-mode, thus facilitating the introduction of other
4401         language modes where EOLs can end statements.  (Note: The
4402         funtionality in cc-cmds.el, specifically
4403         c-beginning/end-of-statement has yet to be amended.)
4405         * progmodes/cc-defs.el: New macros c-at-vsemi-p,
4406         c-vsemi-status-unknown-p.
4408         * progmodes/cc-langs.el: Added `#' into AWK Mode's value of
4409         c-stmt-delim-chars.  New c-lang-defvars: c-at-vsemi-p-fn,
4410         c-vsemi-status-unknown-p-fn (in a new page).
4412         * progmodes/cc-engine.el: In c-beginning-of-statement-1,
4413         c-crosses-statement-barrier-p, c-guess-basic-syntax, replace
4414         numerous awkward forms like
4415         (if (c-major-mode-is 'awk-mode) (c-awk-prev-line-incomplete-p))
4416         with
4417         (c-at-vsemi-p).  Fix a few typos.  In c-guess-basic-syntax, new
4418         variable before-ws-ip, the place just after char-before-ip
4419         appears.
4421         * progmodes/cc-mode.el: Fix what's almost a semantic ambiguity in
4422         a comment.
4424 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
4426         * progmodes/cc-cmds.el (c-electric-brace): Cleaned up using
4427         `c-tentative-buffer-changes'.
4429         * progmodes/cc-defs.el (c-region-is-active-p): Simplified and
4430         converted to macro to choose between Emacs and XEmacs at compile
4431         time.
4433         (c-set-region-active): New set counterpart to
4434         `c-region-is-active-p'.
4436         (c-tentative-buffer-changes): New macro to handle temporary buffer
4437         changes in a convenient way.
4439         (c-tnt-chng-record-state, c-tnt-chng-cleanup): Internal helpers
4440         for `c-tentative-buffer-changes'.
4442         * progmodes/cc-engine.el (c-looking-at-inexpr-block): Tightened up
4443         the checks for paren sexps between the point and the keyword, to
4444         avoid some false alarms.
4446         * progmodes/cc-engine.el, cc-langs.el (c-looking-at-inexpr-block):
4447         Fixed a situation where an error could be thrown for unbalanced
4448         parens.  Changed to make use of c-keyword-member' to avoid some
4449         repeated regexp matches.
4451         (c-opt-lambda-key, c-opt-inexpr-block-key,
4452         c-opt-inexpr-class-key): These language variable are no longer
4453         necessary.
4455         (c-block-stmt-kwds): New language constant used by
4456         c-looking-at-inexpr-block'.
4458         (c-guess-basic-syntax): Removed an optional check that looked at
4459         the existence of the now removed language variables.
4461         * progmodes/cc-engine.el (c-fdoc-shift-type-backward,
4462         c-forward-decl-or-cast-1): Fixed invalid recognition of C++ style
4463         object instantiation expressions as declarations in some contexts.
4464         This bug only affected languages where the declarator can't be
4465         enclosed in parentheses.
4467         * progmodes/cc-styles.el (c-style-alist): Fixed the GNU style to
4468         insert newlines before and after substatement braces.
4470         * progmodes/cc-engine.el: Improved the heuristics for recognizing
4471         function declaration headers and the handling of C++ style member
4472         init lists.
4474         (c-just-after-func-arglist-p): Rewritten to use
4475         `c-forward-decl-or-cast-1'.  Now behaves a bit differently too.
4477         (c-beginning-of-member-init-list): Removed since it isn't used
4478         anymore.
4480         (c-guess-basic-syntax): Case 5B adapted for the new
4481         `c-just-after-func-arglist-p'.  Cases 5B.1 and 5B.3 merged.  Cases
4482         5D.1 and 5D.2 removed since they aren't trigged anymore (case 5B.1
4483         covers all cases now).
4485         * progmodes/cc-defs.el (c-point): Added `bosws' and `eosws'.
4487 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
4489         * progmodes/cc-cmds.el, cc-styles.el, cc-vars.el: New variables
4490         c-string-par-start/separate c-sentence-end-with-esc-eol,
4491         initialised in c-setup-paragraph-variables, used in string
4492         scanning subroutines of c-beginning-of-statement.
4494         * progmodes/cc-cmds.el (c-electric-brace): Don't delete a comment
4495         which precedes the newly inserted `{'.
4497 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
4499         * progmodes/cc-engine.el, cc-langs.el: Rewrote the recognition
4500         function for declaration level blocks.  It should now cope with
4501         templates better and also be a lot more comprehensible.
4503         (c-looking-at-decl-block): The new function.
4505         (c-search-uplist-for-classkey): The old one.  It's now a wrapper
4506         for compatibility.
4508         (c-add-class-syntax, c-guess-continued-construct,
4509         c-guess-basic-syntax): Adapted for `c-looking-at-decl-block'.
4511         (c-decl-block-key): Changed to tell apart ambiguous and
4512         unambiguous keywords.  Pike specials are now handled directly in
4513         the code instead.
4515         (c-block-prefix-disallowed-chars, c-block-prefix-charset): New
4516         language constants and variables to make the backward skip in
4517         `c-looking-at-decl-block' as tight as possible.
4519         (c-nonsymbol-token-char-list): New language constant.
4521         * progmodes/cc-engine.el (c-backward-<>-arglist): New function to
4522         find balanced template arglists backwards.
4524         * progmodes/cc-defs.el (c-make-bare-char-alt): New helper for
4525         making char classes for `c-syntactic-skip-backward'.
4527         * progmodes/cc-engine.el (c-guess-basic-syntax): Simplified case
4528         16D - can't be a class-close at that point.
4530         * progmodes/cc-engine.el (c-guess-basic-syntax)
4531         (c-add-class-syntax): Don't narrow out the enclosing declaration
4532         level.  This makes everything a lot easier, and it was actually
4533         only four small places that needed it to work.  Some places that
4534         previously did `widen' are removed now, which has the effect that
4535         `c-guess-basic-syntax' never will look at things outside the
4536         current narrowment now.  The anchor position for `topmost-intro'
4537         is affected by this, but it was so bogus it was basically useless
4538         before, and now it's equally bogus but in a slightly different
4539         way.
4541         (c-narrow-out-enclosing-class): Gone.
4543         (c-most-enclosing-brace, c-least-enclosing-brace): Don't filter to
4544         the narrowed region.
4546         (c-least-enclosing-brace): Removed silly optional argument.
4548         * progmodes/cc-engine.el (c-beginning-of-decl-1): Fixed bug where
4549         the point could be left directly after an open paren when finding
4550         the beginning of the first decl in the block.
4552         * progmodes/cc-engine.el, cc-fonts.el (c-forward-keyword-clause):
4553         Specify which submatch to use.
4555         * progmodes/cc-langs.el (c-symbol-start): Include `@' in ObjC.
4557         (c-decl-start-re): No longer any need for special treatment of
4558         ObjC due to the above.
4560         (c-other-block-decl-kwds): Handle "extern" in ObjC too since it
4561         presumably follows C in that regard.
4563         * progmodes/cc-langs.el (c-identifier-ops, c-after-id-concat-ops):
4564         New language constants to specify operator tokens inside
4565         identifiers in a more high level way.
4567         (c-opt-identifier-prefix-key): New internal language constant.
4569         (c-opt-identifier-concat-key, c-opt-after-id-concat-key)
4570         (c-identifier-start, c-identifier-key): Now completely calculated
4571         from other constants.
4573         (c-identifier-last-sym-match): Decommissioned since it's no longer
4574         used.
4576         (c-operators): Use `c-identifier-ops'.  Documented
4577         `postfix-if-paren'.
4579         * progmodes/cc-engine.el (c-forward-name): Removed the
4580         optimization when c-identifier-key is equal to c-symbol-key since
4581         it doesn't work in byte compiled files.  Don't record empty
4582         regions as identifiers.
4584         * progmodes/cc-langs.el (c-filter-ops): New helper function to
4585         simplify access to `c-operators' and its likes.
4587         (c-operator-list, c-all-op-syntax-tokens)
4588         (c-nonsymbol-token-regexp, c-<>-multichar-token-regexp)
4589         (c-<-op-cont-regexp, c->-op-cont-regexp, c-expr-kwds)
4590         (c-primary-expr-regexp, c-cast-parens): Use it.
4592         * progmodes/cc-defs.el (c-lang-const): Fixes to allow use without
4593         an explicit language in functions.
4595         * progmodes/cc-defs.el (c-make-keywords-re): Added an appendable
4596         variant of adornment.
4598         * progmodes/cc-langs.el (c-any-class-key): Removed unused language
4599         variable.
4601         (c-type-decl-prefix-key): Removed some now unnecessary cruft from
4602         the Pike value.
4604         * progmodes/cc-engine.el (c-on-identifier)
4605         (c-simple-skip-symbol-backward): Small fix for handling "-"
4606         correctly in `skip-chars-backward'.  Affected the operator lfun
4607         syntax in Pike.
4609         * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Disabled the
4610         diagnostic message about precompiled language vars not being used.
4612         * progmodes/cc-langs.el (c-paren-nontype-kwds): The GCC keyword
4613         "__attribute__" is followed by a parenthesis.
4615         (c-type-start-kwds, c-prefix-spec-kwds, c-prefix-spec-kwds-re)
4616         (c-specifier-key, c-not-decl-init-keywords): Some cleanup using new
4617         language constants `c-type-start-kwds' and `c-prefix-spec-kwds'.
4619         * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el: Internal
4620         cleanups to properly detect the declared identifiers in various
4621         declarations.
4623         (c-decl-start-kwds): New language constant to recognize
4624         declarations that can start anywhere.  Used for class declarations
4625         in Pike.
4627         (c-specifier-key, c-not-decl-init-keywords)
4628         (c-decl-prefix-or-start-re, c-find-decl-prefix-search)
4629         (c-find-decl-spots): Implement `c-decl-start-kwds'.
4631         (c-other-decl-kwds, c-postfix-decl-spec-kwds, c-decl-hangon-kwds)
4632         (c-decl-hangon-key, c-forward-decl-or-cast-1): Separated the
4633         handling of the compiler specific extension keywords into a new
4634         language constant `c-decl-hangon-kwds' that defines keyword
4635         clauses to be ignored in declarations.
4637         (c-forward-id-comma-list, c-forward-keyword-clause): Don't skip
4638         past unrecognized tokens when handling `c-colon-type-list-kwds'.
4639         Necessary to stop at the declared identifier in e.g. IDL valuetype
4640         declarations.
4642         (c-typedef-decl-kwds, c-typeless-decl-kwds, c-type-list-kwds)
4643         (c-prefix-spec-kwds-re, c-postfix-spec-kwds)
4644         (c-after-suffixed-type-decl-key, c-opt-postfix-decl-spec-key)
4645         (c-forward-decl-or-cast-1): Recognize the declared identifier in
4646         class and enum declarations as such and not as part of the type.
4648         (c-forward-decl-or-cast-1, c-forward-label): Relaxed the
4649         interpretation of PRECEDING-TOKEN-END when there's no preceding
4650         token.
4652         (c-forward-decl-or-cast-1): Don't disregard sure signs of
4653         declarations when there's some syntax error later on.
4655         (c-complex-decl-matchers): Did away with a reference to
4656         `c-specifier-key'.
4658         * progmodes/cc-engine.el (c-maybe-labelp): Provide no default
4659         value - this variable is always dynamically bound.
4661         * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el, cc-menus.el
4662         * cc-mode.el, cc-styles.el, cc-vars.el, cc-align.el, cc-awk.el
4663         * cc-cmds.el, cc-defs.el: Changed the policy for marking up
4664         functions that might do hidden buffer changes: All such internal
4665         functions are now marked instead of those that don't.
4667         (c-beginning-of-macro, c-end-of-macro, c-(forward|backward)-comments)
4668         (c-(forward|backward)-single-comment, c-parse-state, c-on-identifier)
4669         (c-(fast-|slow-|)in-literal, c-literal-limits, c-collect-line-comments)
4670         (c-literal-type): Allow these functions to make hidden buffer changes,
4671         so that they are free to use text property caching later on.
4673         (c-electric-backspace, c-electric-delete-forward, c-electric-pound)
4674         (c-electric-brace, c-electric-slash, c-electric-star)
4675         (c-electric-semi&comma, c-electric-colon, c-electric-lt-gt)
4676         (c-electric-paren, c-electric-continued-statement, c-indent-command)
4677         (c-indent-region, c-mask-paragraph, c-indent-new-comment-line)
4678         (c-context-line-break): Added `c-save-buffer-state' calls to comply
4679         with the changed semantics of the functions above.
4681         * progmodes/cc-engine.el (c-beginning-of-statement-1): Fixed a bug
4682         when macros occur in obscure places.  Optimized the sexp movement
4683         a bit.
4685 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
4687         Enhancements for c-beginning-of-statement to work in AWK Mode:
4689         * progmodes/cc-awk.el: Supersede c-awk-NL-prop value `;'
4690         (completed statement) with `}' (statement completed by closing
4691         brace or semicolon) and `$' (statement completed by EOL).
4693         (c-awk-virtual-semicolon-ends-prev-line-p)
4694         (c-awk-virtual-semicolon-ends-line-p)
4695         (c-awk-skip-semantic-ws-forward, c-awk-skip-semantic-ws-backward)
4696         (c-awk-at-statement-end-p): New functions.
4698         * progmodes/cc-cmds.el: Simplify the structure of functions
4699         c-forward-over-illiterals, c-back-over-illiterals.  Enhance these
4700         two functions and c-beginning-of-statement to handle AWK Mode.
4702         * progmodes/cc-engine.el: Enhance c-forward-single-comment,
4703         c-backward-single-comment for AWK mode.  Attempt to clarify their
4704         doc-strings.
4706         * progmodes/cc-mode.el: Put M-a and M-e into awk-mode-map.
4708 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
4710         * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el: Cleaned up the
4711         label handling.  Labels are now recognized in a uniform and more
4712         robust way, regardless of context.  Text properties are put on all
4713         labels to recognize the following declarations better.  Multiword
4714         labels are handled both in indentation and fontification for the
4715         benefit of language extensions like Qt.  For consistency, keywords
4716         in labels are now fontified with the label face instead.  That
4717         also applies to "case" and "default".
4719         (c-beginning-of-statement-1): Fixed some bugs in the label
4720         handling.  Disregard `c-nonlabel-token-key' in labels that begin
4721         with `c-label-kwds'.
4723         (c-find-decl-spots): Support that the callback adds more
4724         `c-decl-end' spots to find.
4726         (c-forward-decl-or-cast-1): Don't treat a list of plain
4727         identifiers followed by a colon as a declaration.
4729         (c-forward-label): New function to recognize labels.
4731         (c-guess-basic-syntax): Replaced uses of `c-label-key' with
4732         `c-forward-label'.  Moved the label recognition cases (14 and 15)
4733         earlier since they aren't so context sensitive now.  Handle labels
4734         on the top level gracefully.  Moved access label recognition to
4735         the generic label case (CASE 15) - removed CASE 5E.
4737         (c-font-lock-declarations): Added recognition of labels in the
4738         same round since we need to handle labels in parallell with other
4739         declarations to recognize both accurately.  It should also improve
4740         speed.
4742         (c-simple-decl-matchers, c-basic-matchers-after): Moved
4743         `c-font-lock-labels' so that it only is used on decoration level 2
4744         since `c-font-lock-declarations' handles it otherwise.
4746         (c-complex-decl-matchers): Removed the simplistic recognition of
4747         access labels.
4749         (c-decl-prefix-re): Removed the kludges that was necessary to cope
4750         with labels earlier.
4752         (c-decl-start-re): New language variable to make
4753         `c-font-lock-declarations' stop for the special protection labels
4754         in Objective-C that start with `@'.
4756         (c-label-key): Removed since it's no longer used.
4758         (c-recognize-colon-labels, c-label-prefix-re): New language
4759         constants to support recognition of generic colon-terminated
4760         labels.
4762         (c-type-decl-end-used): `c-decl-end' is now used whenever there
4763         are colon terminated labels.
4765         * progmodes/cc-align.el (c-lineup-arglist): Fixed bug when the
4766         first argument starts with a special brace list.
4768         * progmodes/cc-engine.el, cc-fonts.el (c-forward-decl-or-cast-1)
4769         (c-font-lock-declarations): Broke out the declaration and cast
4770         recognition from `c-font-lock-declarations' to a new function, so
4771         that it can be used in the indentation engine.
4773         * progmodes/cc-engine.el (c-find-decl-spots): Fixed bug in backing
4774         up to the start of the literal.  Fixed bug with the point on the
4775         wrong side of the search limit that could happen when the start
4776         position is inside a literal.
4778         * progmodes/cc-engine.el (c-parse-state)
4779         (c-invalidate-state-cache): Modified the use of `c-state-cache-end'
4780         so that it's kept a little bit back to increase the hit rate.
4782         (c-parse-state): Changed the macro handling and fixed some
4783         glitches.  Macro context is checked more often than necessary now,
4784         but otoh less garbage conses are generated.
4786         * progmodes/cc-engine.el (c-parse-state)
4787         (c-invalidate-state-cache): Cache the last position where
4788         `c-state-cache' applies.  This can speed up refontification quite
4789         a bit in blocks where there are many non-brace parens before the
4790         point.
4792         (c-state-cache-end): New variable for this.
4794         (c-guess-basic-syntax, c-debug-parse-state): Adapted for the new
4795         cache variable.
4797         * progmodes/cc-engine.el (c-find-decl-spots): Take more care to
4798         get close initial continue positions when the start position is
4799         inside a literal or macro.  Do not call the callback for spots
4800         before the start position (which can happen e.g. for `c-decl-end'
4801         spots inside comments).  Optimize better in special cases when the
4802         region is a single line inside a literal or macro (typically when
4803         the current line is refontified).
4805         * progmodes/cc-engine.el (c-guess-basic-syntax): Simplified calls
4806         to `c-add-stmt-syntax' - there's no need to explicitly whack off
4807         entries from the paren state.
4809         * progmodes/cc-engine.el (c-add-stmt-syntax): Narrowed down the
4810         special case for "else if" clauses.
4812         * progmodes/cc-engine.el (c-looking-at-inexpr-block)
4813         (c-add-stmt-syntax): Use `c-recognize-paren-inexpr-blocks'.
4815         * progmodes/cc-langs.el (c-recognize-paren-inexpr-blocks): New
4816         language variable to recognize the gcc extension with statement
4817         blocks inside expressions.
4819         * progmodes/cc-engine.el (c-add-stmt-syntax): Restructured to make
4820         it somewhat more comprehensible.  The argument AT-BLOCK-START is
4821         no longer used and hence removed.
4823         (c-guess-continued-construct, c-guess-basic-syntax): Updated calls
4824         to `c-add-stmt-syntax'.
4826         * progmodes/cc-engine.el (c-backward-to-decl-anchor): Use
4827         `c-beginning-of-statement-1' instead of duplicating parts of it.
4828         This fixes bogus label recognition.
4830         * progmodes/cc-engine.el (c-add-type, c-check-type)
4831         (c-forward-name, c-forward-type): Improved storage of template
4832         types in `c-found-types' so that they can be recognized better.
4834         (c-syntactic-content): Added option to skip past nested parens.
4836         * progmodes/cc-engine.el (c-forward-name): Set
4837         `c-last-identifier-range' all the time.  It's less work that way.
4838         Handle that there might not be an identifier to store in
4839         `c-last-identifier-range'.
4841         (c-forward-type): Handle that `c-last-identifier-range' might be
4842         nil from `c-forward-name'.
4844         * progmodes/cc-defs.el (c-safe-scan-lists)
4845         (c-(go-)?(up|down)-list-(forward|backward)): Added limit arguments.
4847         * progmodes/cc-defs.el (c-save-buffer-state): Use `unwind-protect'
4848         to work even if the form fails.
4850         * progmodes/cc-engine.el (c-parse-state): Speedup when moving far
4851         down in a large file in one go.
4853         (c-get-fallback-start-pos): New helper function for
4854         `c-parse-state'.
4856         * progmodes/cc-align.el (c-lineup-assignments): New lineup
4857         function which is like `c-lineup-math' but returns nil instead of
4858         `c-basic-offset' when it doesn't match.
4860         (c-lineup-math): Changed to use `c-lineup-assignments'.
4862 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
4864         * progmodes/cc-cmds.el: Fix some bugs in subfunctions of
4865         c-beginning-of-statement.  New subfunctions
4866         c-in-comment-line-prefix-p, c-narrow-to-comment-innards.
4868 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
4870         * progmodes/cc-fonts.el, cc-langs.el: Use `c-simple-ws' instead of
4871         hardcoded char classes whereever possible.  Changed a couple of
4872         places to use skip by syntax instead of skip by char class.
4874         * progmodes/cc-langs.el (c-unterminated-block-comment-regexp):
4875         Fixed a bug in the regexp that caused extreme backtracking.
4877         * progmodes/cc-langs.el (c-block-comment-starter)
4878         (c-block-comment-ender): New language constants to specify in a
4879         single place how block comments look.
4881         (c-comment-start-regexp, c-block-comment-start-regexp)
4882         (comment-start, comment-end, comment-start-skip)
4883         (c-syntactic-ws-start, c-syntactic-ws-end, c-nonwhite-syntactic-ws)
4884         (c-syntactic-ws, c-nonempty-syntactic-ws)
4885         (c-single-line-syntactic-ws, c-syntactic-eol): Now built from
4886         `c-line-comment-starter', `c-block-comment-starter' and
4887         `c-block-comment-ender'.
4889         (c-block-comment-regexp, c-unterminated-block-comment-regexp):
4890         New language constants to break up things a bit.
4892         (c-simple-ws): New language constant for simple whitespace.
4894         * progmodes/cc-defs.el (c-concat-separated): New convenience
4895         function.
4897         * progmodes/cc-defs.el (c-make-keywords-re): Added kludge for bug
4898         in `regexp-opt' in Emacs 20 and XEmacs when strings contain
4899         newlines.  Allow and ignore nil elements in the list.
4901 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
4903         * progmodes/cc-cmds.el: Comment out a (n almost certainly
4904         superfluous) check, (eq here (point-max)) in
4905         c-beginning-of-statement.
4907         * progmodes/cc-cmds.el: Tidy up the comments in
4908         c-beginning-of-statement and subfunctions.
4910         * progmodes/cc-awk.el: Replace calls to put-text-property to the
4911         more flexible c-put-char-property and c-clear-char-properties.
4912         Add the author's email address.
4914         * progmodes/cc-langs.el: New variable,
4915         c-block-comment-start-regexp.
4917         * progmodes/cc-cmds.el: Fix bug with M-e, when point is inside the
4918         closing "*/" of a block comment.
4920         * progmodes/cc-cmds.el: Tidy c-beginning-of-sentence (and
4921         subfunctions) so that it works at BOB and EOB.
4923         * progmodes/cc-cmds.el, cc-vars.el: More updating of
4924         c-beginning-of-statement, including new variable
4925         c-block-comment-start-regexp.
4927 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
4929         * progmodes/cc-langs.el (c-known-type-key): Optimize simple
4930         symbols from `*-font-lock-extra-types' so that there's no need to
4931         use `regexp-opt' on those lists.
4933         * progmodes/cc-langs.el (c-type-decl-suffix-key): Fix when
4934         `c-type-modifier-kwds' is empty.
4936         * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix when
4937         there are several strings on the same line.
4939         * progmodes/cc-engine.el (c-literal-limits): Removed the
4940         compatibility function for older emacsen.  `c-literal-limits-fast'
4941         has now taken the place of this function.
4943         * progmodes/cc-vars.el (c-emacs-features): Removed compatibility
4944         with older emacsen: We now require `pps-extended-state'.
4946 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
4948         * progmodes/cc-cmds.el: New function c-beginning-of-sentence,
4949         which obviates the need to hack sentence-end.  This now handles
4950         escaped newlines in strings correctly.  Correct minor bugs in
4951         c-move-over-sentence and in c-beginning-of-statement.
4953         * progmodes/cc-cmds.el (c-beginning-of-statement (and
4954         subfunctions)): Adapt c-\(back\|forward\)-over-illiterals such
4955         that movement over macros and code are rigorously separated from
4956         eachother.  Correct a few incidental bugs.
4958         * progmodes/cc-cmds.el: Restructure c-beginning-of-statement:
4959         Improve its doc-string.  Improve the handling of certain specific
4960         cases.
4962 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
4964         * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el
4965         (c-guess-basic-syntax): Changed the way class-level labels are
4966         recognized; they can now contain essentially any symbols.
4968         (c-opt-extra-label-key): New language variable to cope with the
4969         special protection label syntax in Objective-C.
4971         (c-opt-access-key): Removed; this is now handled better by
4972         `c-nonlabel-token-key' and `c-opt-extra-label-key'.
4974         (c-complex-decl-matchers): Update to handle that
4975         `c-opt-access-key' no longer exists.
4977         * progmodes/cc-engine.el (c-guess-basic-syntax): Make use of the
4978         improved label recognition in `c-beginning-of-statement-1'.
4980         * progmodes/cc-engine.el (c-beginning-of-member-init-list):
4981         Recognize bitfields better.
4983         * progmodes/cc-engine.el (c-beginning-of-inheritance-list):
4984         Removed some cruft and fixed a bug that could cause it to go to a
4985         position further down.
4987         * progmodes/cc-langs.el, cc-engine.el
4988         (c-beginning-of-statement-1): Improved detection of labels in
4989         declaration contexts.
4991         (c-beginning-of-decl-1): Use it.
4993         (c-nonlabel-token-key): New language constant and variable needed
4994         by `c-beginning-of-statement-1'.
4996         * progmodes/cc-engine.el (c-guess-basic-syntax): Fixed bug that
4997         manifested itself due to the correction in `c-forward-sexp'.
4999         * progmodes/cc-defs.el (c-forward-sexp, c-backward-sexp): Made
5000         these behave as documented when used at the buffer limits.
5002         * progmodes/cc-mode.el, cc-engine.el, cc-langs.el
5003         (c-type-decl-end-used): Made this a language variable.
5005         * progmodes/cc-mode.el (c-after-change): Widen the buffer to work
5006         correctly when `combine-after-change-calls' is used together with
5007         temporary narrowings.
5009         * progmodes/cc-engine.el (c-beginning-of-statement-1): Report
5010         labels correctly when the start point is immediately after the
5011         colon.
5013         * progmodes/cc-defs.el (c-parse-sexp-lookup-properties): Removed
5014         since it isn't used anymore.
5016         * progmodes/cc-cmds.el (c-electric-lt-gt): Detect and mark angle
5017         bracket arglists such as template parens in C++.
5019         * progmodes/cc-engine.el (c-syntactic-skip-backward): Fixed a bug
5020         in the last check-in.  Some optimization.
5022         * progmodes/cc-engine.el (c-syntactic-skip-backward): Fixed bug
5023         where it could stop at the same level in a preceding sexp when
5024         PAREN-LEVEL is set.
5026         * progmodes/cc-mode.el (c-basic-common-init): Turn on syntax-table
5027         text property lookup only when it's needed.
5029         * progmodes/cc-langs.el, cc-engine.el, cc-fonts.el, cc-mode.el:
5030         Changed the policy for paren marked angle brackets to be more
5031         persistent; once marked they remain marked even when they're found
5032         to be unbalanced in the searched region.  This should keep the
5033         paren syntax around even when individual lines are refontified in
5034         multiline template arglists.
5036         (c-parse-and-markup-<>-arglists): New dynamically bound variable
5037         to control markup so that incorrect angle bracket arglists aren't
5038         marked in contexts where the correct value for
5039         `c-disallow-comma-in-<>-arglists' isn't known.
5041         (c-forward-<>-arglist, c-forward-<>-arglist-recur): The reparse
5042         argument has become `c-parse-and-markup-<>-arglists'.
5044         (c-remove-<>-arglist-properties): Removed - no longer used.
5046         (c-after-change-check-<>-operators): New function used on
5047         `after-change-functions' to avoid that "<" and ">" characters that
5048         are part of longer operators have paren syntax.
5050         (c-<>-multichar-token-regexp): New language variable used by
5051         `c-after-change-check-<>-operators'.
5053         (c-after-change): Call `c-after-change-check-<>-operators'.
5055         (c-font-lock-<>-arglists): Use the context properties set by
5056         `c-font-lock-declarations' to set
5057         `c-disallow-comma-in-<>-arglists' correctly to avoid doing invalid
5058         markup.
5060         (c-font-lock-declarations): Removed code that undoes the invalid
5061         markup done by `c-font-lock-<>-arglists'.
5063         (c-complex-decl-matchers): `c-font-lock-<>-arglists' now runs
5064         after `c-font-lock-declarations'.
5066         * progmodes/cc-engine.el (c-syntactic-skip-backward): Added
5067         paren-level feature.
5069         (c-guess-basic-syntax): Improved the anchor position for
5070         `template-args-cont' in nested template arglists.  There's still
5071         much to be desired in this area, though.
5073 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
5075         * progmodes/cc-cmds.el, cc-engine.el, cc-langs.el, cc-vars.el:
5076         Make the "Text Filling and Line Breaking" commands work for AWK
5077         buffers.
5079 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
5081         * progmodes/cc-defs.el, cc-engine.el (c-mode-is-new-awk-p):
5082         Removed; (c-major-mode-is 'awk-mode) can be used instead now.
5084         * progmodes/cc-mode.el: Always set up AWK mode since emacsen where
5085         it doesn't work no longer are supported.
5087         * progmodes/cc-mode.el, cc-styles.el, cc-vars.el, cc-defs.el
5088         * cc-engine.el, cc-fonts.el, cc-langs.el, cc-cmds.el: CC Mode now
5089         requires support for the syntax-table' text property, which rules
5090         out Emacs 19 and XEmacs < 21.4.  Removed various compatibility
5091         cruft associated with those versions.
5093         * progmodes/cc-defs.el, cc-fix.el: CC Mode now requires support
5094         for the `syntax-table' text property, which rules out Emacs 19 and
5095         XEmacs < 21.4.  Removed various compatibility cruft associated
5096         with those versions.
5098         * progmodes/cc-vars.el (c-emacs-features): CC Mode now requires
5099         support for the `syntax-table' text property.
5101         * progmodes/cc-fonts.el (c-nonbreakable-space-face): Remove the
5102         variable and use an extra quoted face name instead.  All the
5103         emacsen flavors handle that correctly.
5105         * progmodes/cc-fonts.el (c-font-lock-complex-decl-prepare)
5106         (c-font-lock-declarators, c-font-lock-declarations)
5107         (c-complex-decl-matchers, c-basic-matchers-after): Use a text
5108         property to mark the items in in declarator lists to handle
5109         refontification inside multiline declarations better.
5111         * progmodes/cc-fonts.el (c-font-lock-declarations): Recognize a
5112         construct like "a * b = c;" as a declaration.
5114 2005-12-08  Kim F. Storm  <storm@cua.dk>
5116         * emulation/cua-base.el (cua-use-hyper-key): Replaced by ...
5117         (cua-rectangle-modifier-key): ... this.  New defcustom.  Can now
5118         select either meta, hyper, or super modifier for rectangle commands.
5119         (cua--rectangle-modifier-key): New defvar.
5120         (cua--M/H-key): Use it.  Remove special case for `space'.
5121         (cua--init-keymaps): Initialize it from cua-rectangle-modifier-key
5122         on X, to meta otherwise.  Always bind C-return to toggle
5123         rectangle.  Pass ?\s instead of `space' to cua--M/H-key.
5125         * emulation/cua-rect.el (cua-help-for-rectangle): Use
5126         cua--rectangle-modifier-key.  Handle super modifier too.
5127         (cua--init-rectangles): Always bind C-return to toggle rectangle.
5128         Pass ?\s instead of `space' to cua--M/H-key and cua--rect-M/H-key.
5130         * ido.el: Move Acknowledgements and History after Commentary.
5131         Minor changes to Commentary.
5133         * emulation/cua-base.el (cua--select-keymaps): Enable repeat
5134         keymap if cua--prefix-override-timer is `shift'.
5135         (cua--shift-control-prefix): New function; emulate "type prefix
5136         key twice" functionality to handle shifted prefix key override.
5137         (cua--shift-control-c-prefix, cua--shift-control-x-prefix): New
5138         commands.
5139         (cua--init-keymaps): Bind them to S-C-c and S-C-x.
5141 2005-12-08  Carsten Dominik  <dominik@science.uva.nl>
5143         * textmodes/org.el (org-insert-heading): Try to do items before
5144         headings.
5145         (org-agenda-mode): Quote `org-agenda-mode-hook'.
5146         (org-insert-item): New function.
5147         (org-renumber-ordered-list): Don't skip to higher level lists.
5149 2005-12-08  Juri Linkov  <juri@jurta.org>
5151         * info.el (Info-mode-map): Bind M-TAB to `Info-prev-reference'.
5153         * button.el (button-buffer-map): Bind M-TAB to `backward-button'.
5155         * wid-edit.el (widget-keymap): Bind M-TAB to `widget-backward'.
5157         * pcvs.el (defun-cvs-mode): Put `definition-name' property on
5158         the constructed function name fun-1.
5160         * cus-edit.el (custom-add-parent-links): Filter out custom-group-link,
5161         because such links don't lead to parent documentation.
5163 2005-12-08  Kenichi Handa  <handa@m17n.org>
5165         * descr-text.el (describe-char): Use *Help-2* buffer if the
5166         current buffer is *Help*.  Call describe-text-properties while
5167         setting the original buffer.
5169 2005-12-07  Bill Wohler  <wohler@newt.com>
5171         * files.el (auto-mode-alist): Remove mh-letter-mode.  Unnecessary,
5172         and causes problems with non-MH users (such as Gnus users).
5174 2005-12-08  Nick Roberts  <nickrob@snap.net.nz>
5176         * progmodes/gdb-ui.el (gdb-find-file-unhook): Delete variable.
5177         (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode): Delete functions.
5178         (gdb-set-gud-minor-mode-existing-buffers, gdb-init-2): Use GDB
5179         command "info sources".  Move calls to GDB command "list".
5180         (gdb-find-file-hook): Just use gdb-source-file-list.
5181         (gdb-source-file-regexp): Use regexp for pre-GDB 6.4.
5182         (gdb-source-file-regexp-1): New regexp for GDB 6.4+ only.
5183         (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
5184         (gdb-data-list-register-values-handler): Use correct trigger name.
5186 2005-12-07  Kim F. Storm  <storm@cua.dk>
5188         * ido.el (ido-completion-map): Rename from ido-mode-map.
5189         (ido-common-completion-map, ido-file-completion-map)
5190         (ido-file-dir-completion-map, ido-buffer-completion-map):
5191         Rename from ido-mode-....-map.
5192         (ido-init-completion-maps): Rename from ido-init-mode-maps.
5193         (ido-setup-completion-map): Rename from ido-define-mode-map.
5194         (ido-read-internal): Bind minibuffer-local-filename-completion-map
5195         to ido-completion-map.
5197 2005-12-07  Kenichi Handa  <handa@m17n.org>
5199         * international/mule-cmds.el
5200         (set-display-table-and-terminal-coding-system): If the coding
5201         system specified in `unibyte-display' property is different from
5202         the arg coding-system, don't setup standard-display-table.
5204 2005-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
5206         * emacs-lisp/edebug.el (edebug-skip-whitespace): read1:lread.c says
5207         that comments end at \n, regardless of selective-display.
5209 2005-12-07  Nick Roberts  <nickrob@snap.net.nz>
5211         * progmodes/gdb-ui.el (gdb-error-regexp, gdb-first-post-prompt)
5212         (gdb-version): New variables.
5213         (gdb-source-file-list, gdb-register-names)
5214         (gdb-changed-registers): New variables for use with GDB 6.4+.
5215         (gdb-ann3): Replace with...
5216         (gdb-init-1, gdb-init-2): ...two new functions.
5217         (gdba, gdb-prompt): Call gdb-init-1.
5218         (gdb-get-version): New function.  Call gdb-init-2 from here.
5219         (gud-watch): Make it work with mouse events too.
5220         (gdb-post-prompt): Don't add to queue until GDB version is known.
5221         (gdb-speedbar-expand-node, gdb-post-prompt, gdb-registers-mode)
5222         (gdb-locals-mode): Use gdb-version.
5223         (gdb-memory-format-map, gdb-memory-unit-map)
5224         (gdb-locals-watch-map): Rename from gdb-*-*-keymap.
5225         (gdb-locals-font-lock-keywords-1)
5226         (gdb-locals-font-lock-keywords-2): New variables.
5227         (gdb-find-file-hook): Make it work with GDB 6.4+ too.
5228         (gdb-set-gud-minor-mode-existing-buffers-1)
5229         (gdb-var-list-children-1, gdb-var-list-children-handler-1)
5230         (gdb-var-update-1, gdb-var-update-handler-1)
5231         (gdb-data-list-register-values-handler)
5232         (gdb-data-list-register-values-custom)
5233         (gdb-get-changed-registers, gdb-get-changed-registers-handler)
5234         (gdb-stack-list-locals-handler, gdb-get-register-names):
5235         New functions for use with GDB 6.4+.
5236         (gdb-locals-watch-map-1): New variable for use with GDB 6.4+.
5237         (gdb-source-file-regexp, gdb-var-list-children-regexp-1)
5238         (gdb-var-update-regexp-1, gdb-data-list-register-values-regexp)
5239         (gdb-stack-list-locals-regexp)
5240         (gdb-data-list-register-names-regexp): New regexps for use with
5241         GDB 6.4+.
5243 2005-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
5245         * progmodes/cc-defs.el (c-emacs-features): Don't assume point-min==1.
5247 2005-12-06  Nozomu Ando  <nand@mac.com>  (tiny patch)
5249         * mail/smtpmail.el (smtpmail-try-auth-methods): Make password
5250         prompts work for AUTH PLAIN.  Also reported by Steve Allan
5251         <seallan@verizon.net>.
5253 2005-12-06  L\e$,1 q\e(Brentey K\e,Aa\e(Broly  <lorentey@elte.hu>
5255         * frame.el (set-frame-parameter): Add doc string.
5257 2005-12-06  Carsten Dominik  <dominik@science.uva.nl>
5259         * textmodes/org.el (org-occur-highlights): New variable.
5260         (org-highlight-new-match, org-remove-occur-highlights): New functions.
5261         (org-highlight-sparse-tree-matches): New option.
5262         (org-do-occur): New function.
5263         (org-get-heading): Make it work also at beginning of line.
5264         (org-category-table): New variable.
5265         (org-get-category-table, org-get-category)
5266         (org-camel-to-words, org-link-search): New functions.
5267         (org-select-this-todo-keyword): New variable.
5268         (org-todo-list): New command.
5269         (org-shiftright, org-shiftleft): New commands.
5270         (org-agenda-todo): Add prefix argument.
5271         (org-show-hierarchy-above): New option.
5272         (org-show-todo-tree): Numerical prefix creates tree for specific
5273         TODO keyword.
5274         (org-outline-level): New function, to assign a level to plain
5275         lists items.
5276         (org-cycle-include-plain-lists): New option.
5277         (org-mode): Use `org-outline-level' as value of `outline-level'.
5278         (org-cycle): Temporarily switch `outline-regexp' if
5279         `org-cycle-include-plain-lists' is non-nil.
5280         (org-start-icalendar-file): Fix format bug.
5281         (org-agenda-get-day-entries): Create category table.
5282         (org-agenda-get-todos, org-agenda-get-timestamps)
5283         (org-agenda-get-deadlines, org-agenda-get-scheduled)
5284         (org-agenda-get-blocks): Use `org-get-category'.
5285         (org-context-in-file-links): Rename from
5286         `org-line-numbers-in-file-links'.
5288 2005-12-06  Romain Francoise  <romain@orebokech.com>
5290         * window.el (balance-windows): Delete extraneous third arg in call
5291         to `enlarge-window'.
5293 2005-12-06  Kenichi Handa  <handa@m17n.org>
5295         * international/kinsoku.el (kinsoku-longer): Check eolp, not eobp.
5297 2005-12-06  Nick Roberts  <nickrob@snap.net.nz>
5299         * progmodes/gdb-ui.el (gdb-var-create-handler)
5300         (gdb-var-evaluate-expression-handler, gdb-frame-handler)
5301         (gdb-var-list-children-handler, gdb-var-update-handler):
5302         Current buffer is already gdb-partial-output-buffer, don't
5303         make it current again.
5305 2005-12-05  Luc Teirlinck  <teirllm@auburn.edu>
5307         * buff-menu.el (Buffer-menu-use-frame-buffer-list): New user option.
5308         (list-buffers-noselect): Use it.
5310 2005-12-05  Stefan Monnier  <monnier@iro.umontreal.ca>
5312         * mail/sendmail.el: Remove unnecessary leading-star in docstrings.
5313         (mail-yank-ignored-headers): Use regexp-opt.
5314         (mail-mode-map): Move initialization into declaration.
5315         (mail-sent-via): Remove unused shadowed var `to-line'.
5316         (mail-mailer-swallows-blank-line): Use with-temp-buffer.
5317         (mail-bury, sendmail-send-it, mail-do-fcc): Use with-current-buffer.
5318         (mail-do-fcc): Use dolist and push.
5319         (mail-mode-fill-paragraph): Pass the arg to fill-region-as-paragraph.
5320         (mail-yank-ignored-headers): Don't autoload.
5322 2005-12-05  Kenichi Handa  <handa@m17n.org>
5324         * international/mule-cmds.el (set-language-info-internal): New fun.
5325         (set-language-info): Call set-language-info-internal to update
5326         language-info-alist.  If LANG-ENV is the current one, call
5327         set-language-environment to make INFO effective now.
5328         (set-language-info-alist): Likewise.
5329         (locale-language-names): With locale "en", use English
5330         lang. env. but set the default codings to iso-8859-1.
5332 2005-12-04  Nick Roberts  <nickrob@snap.net.nz>
5334         * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer)
5335         (gdb-speedbar-auto-raise): Echo new state in minibuffer.
5336         (gdb-var-create-handler, gdb-assembler-custom): Use search-forward
5337         for plain strings.
5338         (gdb-frames-mode): Remove redundant call to font-lock-mode.
5339         (gdb-all-registers): Rename from toggle-gdb-all-registers.
5340         Create registers buffer if necessary.  Echo new state in minibuffer.
5341         (gdb-registers-mode-map, gdb-registers-mode): Use gdb-all-registers.
5343 2005-12-03  Chong Yidong  <cyd@stupidchicken.com>
5345         * info.el (Info-fontify-node): Match external links using
5346         non-directory part of filename.
5348 2005-12-04  Juri Linkov  <juri@jurta.org>
5350         * font-core.el (global-font-lock-mode): Use define-global-minor-mode
5351         instead of easy-mmode-define-global-mode.  Add `:group font-lock'.
5352         (font-lock-mode): Replace `:group font-lock' with `nil nil nil'
5353         because there is no customization option for it.
5355         * font-lock.el (lisp-font-lock-keywords-1):
5356         Add define-global-minor-mode.
5358         * emacs-lisp/autoload.el (make-autoload): Add define-global-minor-mode.
5360         * emacs-lisp/derived.el (define-derived-mode): Put `definition-name'
5361         properties on the constructed variable names.
5363         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
5364         Put `definition-name' properties on the constructed function names
5365         next-sym and prev-sym.
5367         * emacs-lisp/find-func.el (find-function-regexp):
5368         Add define-global-minor-mode.  Replace `easy-mmode-define-global-mode'
5369         with `easy-mmode-define-[a-z-]+'.  Add easy-menu-define.
5370         (find-variable-regexp): Add easy-mmode-defmap, easy-mmode-defsyntax
5371         and easy-menu-define.
5373         * emacs-lisp/lisp-mode.el: Put `doc-string-elt' property on
5374         easy-mmode-define-global-mode and define-global-minor-mode.
5375         (lisp-imenu-generic-expression): Add define-global-minor-mode.
5377         * progmodes/cwarn.el (global-cwarn-mode): Use define-global-minor-mode
5378         instead of easy-mmode-define-global-mode.
5380         * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
5381         Use define-minor-mode instead of easy-mmode-define-minor-mode.
5383         * cus-edit.el (customize-group, customize-group-other-window):
5384         Filter out autoloaded options from the group completion list by
5385         using heuristics that autoloaded groups don't have `custom-autoload'
5386         property on their symbols (they have only `custom-loads').
5388         * simple.el (completion-setup-function): Put completions-common-part
5389         face on complete completion string too (i.e. completion string
5390         without completions-first-difference face).
5392         * man.el (Man-section-regexp): Add 0-9 to support "3X11" sections.
5394 2005-12-03  Eli Zaretskii  <eliz@gnu.org>
5396         * view.el (view-mode): Doc fix.
5398         * disp-table.el (standard-display-european): Add to the warning
5399         message a reference to the doc string.
5401         * play/yow.el (apropos-zippy): Call print-help-return-message,
5402         similar to other Help and Apropos commands.
5404         * help.el (print-help-return-message): If pop-up-frames is
5405         non-nil, set up help-return-method to delete the help window and,
5406         possibly, its frame as well, and don't display message about
5407         scrolling the help window.  Doc fix.
5408         (help-return-method): Doc fix.
5410 2005-12-03  Martin Rudalics  <rudalics@gmx.at>  (tiny change)
5412         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Fix bug
5413         whereby names of length one or names starting with a
5414         symbol-constituent character would not be returned.
5416 2005-12-03  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
5418         * subr.el (atomic-change-group): Add edebug and indentation spec.
5420 2005-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
5422         * completion.el (save-completions-file-name): Fix typo in last change.
5424 2005-12-02  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
5426         * info.el: Move back/forward history to the beginning of the tool bar.
5428 2005-12-02  Ken Manheimer  <ken.manheimer@gmail.com>
5430         * allout.el (eval-when-compile): Remove unnecessary load of cl.
5431         Add fset of allout-real-isearch-abort during compile to fix
5432         byte-compilation warnings.
5433         (allout-mode-p): Move definition of this macro above all uses, or
5434         byte compilation in barren emacs (eg, during emacs build) will
5435         lack the definition.
5436         (allout-mode): Move this variable above any uses, or byte
5437         compilation will fail.
5438         (allout-resolve-xref): Remove use of personal file-reference function.
5439         (allout-toggle-current-subtree-encryption): Do the current (ie,
5440         visible containing) topic, rather than nearest around point.  Doc fix.
5441         (allout-toggle-subtree-encryption): New function, workhorse that
5442         works on nearest topic containing point.
5443         (allout-encrypt-string): Signal requirement for newer version of pgg.
5444         (allout-resumptions): Doc fix.
5446 2005-12-02  Eli Zaretskii  <eliz@gnu.org>
5448         * international/latexenc.el (latex-inputenc-coding-alist): Doc fix.
5450 2005-12-02  Agustin Martin  <agustin.martin@hispalinux.es>
5452         * textmodes/flyspell.el (flyspell-external-point-words):
5453         Consider a misspelling as found in the string search if: (a) misspelling
5454         and found string lengths match, or (b) misspelling is found as
5455         element in a boundary-chars separated longer string, or (c)
5456         ispell-program-name is really ispell and misspelling is found as
5457         part of a TeX string.  After successful match move beginning of
5458         search region to end of match.  Warn about not found misspellings
5459         once the process is done.
5460         (flyspell-large-region): Do not set ispell-parser to tex if in TeX mode.
5462 2005-12-02  Nick Roberts  <nickrob@snap.net.nz>
5464         * progmodes/gud.el (gud-menu-map): Put gud-finish back on the
5465         tool bar (removed inadvertently).
5467 2005-12-02  Juri Linkov  <juri@jurta.org>
5469         * log-view.el (log-view-diff): Clarify doc string.
5471 2005-12-01  Bill Wohler  <wohler@newt.com>
5473         * Makefile.in (mh-loaddefs.el): Reinsert Change Log as its absence
5474         triggers lm-verify errors.
5476 2005-12-01  Luc Teirlinck  <teirllm@auburn.edu>
5478         * simple.el (transient-mark-mode, line-number-mode)
5479         (column-number-mode, size-indication-mode): Remove `:require nil'.
5481 2005-12-01  Nick Roberts  <nickrob@snap.net.nz>
5483         * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-2 to gdb-mouse-until
5484         in the margin also.
5485         (gdb-breakpoints-mode-map): Use D instead of d for
5486         gdb-delete-breakpoint.
5487         (gdb-get-frame-number): Require a number to match on.
5488         (gdb-threads-mode-map): Add follow-link binding.
5490 2005-11-30  Jason Rumney  <jasonr@gnu.org>
5492         * isearch.el (isearch-mode-map): Avoid exiting search on
5493         language-change event.
5495 2005-11-30  Romain Francoise  <romain@orebokech.com>
5497         * speedbar.el (speedbar-default-position): New defcustom.
5498         (speedbar-frame-reposition-smartly): Use it.
5500         * dframe.el (dframe-reposition-frame-emacs): Fix position
5501         computation for `left' location.
5502         Update copyright year.
5504 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5506         * help.el (help-map): Move initialization into declaration.
5508         * emacs-lisp/autoload.el (make-autoload): Handle defgroup specially.
5510         * help-fns.el (help-argument-name): Don't autoload.
5511         It's useless and triggers a bug in cus-dep.el causing ldefs-boot
5512         to be re-loaded when customizing the `help' group.
5514 2005-11-30  John Paul Wallington  <jpw@gnu.org>
5516         * help-fns.el (describe-function-1): Fill arglist output.
5518 2005-11-30  Kim F. Storm  <storm@cua.dk>
5520         * emulation/cua-rect.el (cua--rectangle-overlays): Make permanent-local.
5521         (cua--rectangle-post-command): Cleanup overlays and deactivate mark
5522         after revert-buffer (or anything else which kills all local variables).
5524         * apropos.el (apropos-parse-pattern): Doc fix.
5525         Set apropos-regexp directly, rather than expecting callers to do so.
5526         (apropos-command, apropos, apropos-value, apropos-documentation):
5527         Simplify calls to apropos-parse-pattern.
5529 2005-11-29  Chong Yidong  <cyd@stupidchicken.com>
5531         * hi-lock.el (hi-lock-line-face-buffer, hi-lock-face-buffer)
5532         (hi-lock-face-phrase-buffer): Use hi-yellow face.
5533         (hi-lock-write-interactive-patterns): Use comment-region.
5535         * longlines.el (longlines-mode): Add mail-setup-hook.
5537         * mail/mailheader.el, mail/sendmail.el: Revert 2005-11-17 changes.
5539         * simple.el (sendmail-user-agent-compose, next-line):
5540         Conditionally use hard-newline.
5542 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
5544         * international/latexenc.el (latex-inputenc-coding-alist):
5545         Reword doc string.
5547 2005-11-29  Chong Yidong  <cyd@stupidchicken.com>
5549         * help.el (describe-key-briefly, describe-key): Recognize default
5550         bindings.
5552 2005-11-29  Romain Francoise  <romain@orebokech.com>
5554         * view.el (view-inhibit-help-message): New defcustom.
5555         (view-mode-enter): Use it.
5557 2005-11-29  Michael Kifer  <kifer@cs.stonybrook.edu>
5559         * ediff-wind.el (ediff-setup-control-frame, ediff-make-wide-display):
5560         Preserve user position.
5562 2005-11-28  Luc Teirlinck  <teirllm@auburn.edu>
5564         * font-lock.el: Throw error if facemenu is not loaded to prevent
5565         accidental change of loading order in loadup.el.  (Suggested by RMS.)
5567         * loadup.el: Add comment explaining why facemenu must be loaded
5568         before font-lock.
5570 2005-11-28  Jay Belanger  <belanger@truman.edu>
5572         * calc/calc.el: Change global keybinding for calc-dispatch to "\C-x*".
5573         (calc-dispatch-map): Add more keys for `calc-same-interface'.
5575         * calc/calc-misc.el (calc-dispatch-help): Update docstring.
5577         * calc/calc-embed.el (calc-do-embedded): Update help message.
5579         * calc/calc-prog.el (calc-user-define-invokation): Update help message.
5581 2005-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5583         * log-edit.el (log-edit-insert-cvs-rcstemplate): Ignore stderr.
5585         * emacs-lisp/elp.el (elp-not-profilable): Replace interactive-p with
5586         called-interactively-p.
5587         (elp-profilable-p): Rename from elp-not-profilable-p.
5588         Invert result and take into account macros and autoloaded functions.
5589         (elp-instrument-function): Update call.
5590         (elp-instrument-package): Update call.  Add completion.
5591         (elp-pack-number): Use match-string.
5592         (elp-results-jump-to-definition-by-mouse): Merge into
5593         elp-results-jump-to-definition and then remove.
5594         (elp-output-insert-symname): Make help echo text single-line.
5596         * replace.el (query-replace-map): Move initialization into declaration.
5597         (occur-engine): Use with-current-buffer.
5598         (occur-mode-goto-occurrence): Make it work for mouse-clicks as well.
5599         (occur-mode-mouse-goto): Replace with an alias.
5601 2005-11-28  Juri Linkov  <juri@jurta.org>
5603         * simple.el (quoted-insert): Let-bind input-method-function to nil.
5605         * term/w32-win.el: Bind [S-tab] to [backtab].
5607         * info.el (Info-fontify-node): Set 2nd arg `noerror' of
5608         `Info-find-file' to t.
5610         * replace.el (occur-mode-mouse-goto): Pop, don't switch.
5611         (occur-mode-goto-occurrence): Let-bind same-window-buffer-names
5612         and same-window-regexps.
5613         (occur-next-error): Don't move point for arg 0.
5615 2005-11-28  Chong Yidong  <cyd@stupidchicken.com>
5617         * replace.el (occur-mode-goto-occurrence): Pop, don't switch.
5619 2005-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5621         * log-edit.el (log-edit-changelog-use-first): New var.
5622         (log-edit-changelog-ours-p): Use it.
5623         (log-edit-insert-changelog): Set it with new arg `use-first'.
5624         (log-edit-insert-cvs-rcstemplate, log-edit-insert-filenames): New funs.
5625         (log-edit-hook): Add them to the list of suggested options.
5627         * textmodes/flyspell.el (flyspell-last-buffer): New var.
5628         (flyspell-accept-buffer-local-defs): Use it to avoid doing silly
5629         redundant work.
5630         (flyspell-mode-on): Use add-hook for after-change-functions.
5631         (flyspell-mode-off): Use remove-hook for after-change-functions.
5632         (flyspell-changes): Make it buffer-local.
5633         (flyspell-after-change-function): Make it non-interactive.  Use push.
5634         (flyspell-post-command-hook): Check input-pending-p while processing
5635         the potentially long list of buffer changes.
5637 2005-11-28  L\e$,1 q\e(Brentey K\e,Aa\e(Broly  <lorentey@elte.hu>
5639         * buff-menu.el (list-buffers-noselect): Display the selected
5640         frame's buffer list, not the global one.
5642 2005-11-28  Nick Roberts  <nickrob@snap.net.nz>
5644         * xt-mouse.el (xterm-mouse-event): Set last-input-event so
5645         that (list last-input-event) works as in interactive spec.
5647 2005-11-27  Luc Teirlinck  <teirllm@auburn.edu>
5649         * loadup.el ("facemenu"): Load facemenu before font-lock, because
5650         `facemenu-keymap' needs to be defined when font-lock is loaded.
5651         Otherwise, `M-o M-o' is not bound to `font-lock-fontify-block'.
5653 2005-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
5655         * completion.el: Remove useless leading * in defcustom docstrings.
5656         (save-completions-file-name): Use ~/.emacs.d if available.
5657         (completion-standard-syntax-table): Rename from
5658         cmpl-standard-syntax-table and fold initialization into declaration,
5659         thus removing cmpl-make-standard-completion-syntax-table.
5660         (completion-lisp-syntax-table, completion-c-syntax-table)
5661         (completion-fortran-syntax-table, completion-c-def-syntax-table): Idem.
5662         (cmpl-saved-syntax, cmpl-saved-point): Remove.
5663         (symbol-under-point, symbol-before-point)
5664         (symbol-under-or-before-point, symbol-before-point-for-complete)
5665         (add-completions-from-c-buffer): Use with-syntax-table.
5666         (make-completion): Don't return a list of completion entries.
5667         Update callers.
5668         (cmpl-prefix-entry-head, cmpl-prefix-entry-tail): Use defalias.
5669         (completion-initialize): Rename from initialize-completions.
5670         (completion-find-file-hook): Rename from cmpl-find-file-hook.
5671         (kill-emacs-save-completions): Collect stats here.
5672         (save-completions-to-file, load-completions-from-file):
5673         Use with-current-buffer.
5674         (completion-def-wrapper): Rename from def-completion-wrapper.  Make it
5675         into a function.  Move all calls to toplevel.
5676         (completion-lisp-mode-hook): New fun.
5677         (completion-c-mode-hook, completion-setup-fortran-mode):
5678         Set the syntax-table here.  Use local-set-key.
5679         (completion-saved-bindings): New var.
5680         (dynamic-completion-mode): Make it into a proper minor mode.
5681         (load-completions-from-file): Remove unused var `num-uses'.
5683         * emacs-lisp/cl-macs.el (defstruct): Don't define the default
5684         constructor if it is explicitly overridden.
5686         * complete.el (PC-completion-as-file-name-predicate):
5687         Use minibuffer-completing-file-name.
5688         (partial-completion-mode): Use find-file-not-found-functions.
5689         (PC-lisp-complete-symbol): Use with-syntax-table.
5690         (PC-look-for-include-file): Remove dead setq.
5691         (PC-look-for-include-file, PC-expand-many-files, PC-do-completion)
5692         (PC-complete): Use with-current-buffer.
5694         * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): \ doesn't
5695         escape single quotes.
5697 2005-11-27  Luc Teirlinck  <teirllm@auburn.edu>
5699         * dabbrev.el (dabbrev-completion): Simplify code, by getting rid
5700         of `if' whose condition always returned nil.  Doc fix.
5702         * buff-menu.el (Buffer-menu-revert-function): Make the selected
5703         window's buffer the current buffer around the call to
5704         `list-buffers-noselect'.  This is necessary to mark that buffer
5705         with a `.' in the Buffer Menu when called from Lisp, for instance
5706         by Auto Revert Mode.
5708 2005-11-28  Nick Roberts  <nickrob@snap.net.nz>
5710         * progmodes/gdb-ui.el (gdb-stopped): Detect child process when
5711         attaching to it.
5712         (gdb-pre-prompt): Make sure gdb-error is reset.
5714         * progmodes/gud.el (gud-gdb-marker-filter): When GDB is invoked
5715         with a child process, detect it.
5716         (gud-speedbar-buttons): Match regexp more carefully.
5718 2005-11-27  Richard M. Stallman  <rms@gnu.org>
5720         * mouse.el (mouse-drag-move-window-bottom):
5721         Use adjust-window-trailing-edge.
5723 2005-11-27  Luc Teirlinck  <teirllm@auburn.edu>
5725         * simple.el (blink-matching-open): Ignore
5726         `blink-matching-paren-on-screen' if `show-paren-mode' is enabled.
5727         (blink-matching-paren-on-screen): Update docstring.
5729         * paren.el (show-paren-mode): No longer change
5730         `blink-matching-paren-on-screen'.
5732 2005-11-27  John Paul Wallington  <jpw@pobox.com>
5734         * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
5735         (gdb-threads-select, gdb-edit-register-value):
5736         Use `posn-set-point' instead of `mouse-set-point' because the
5737         latter is not fbound when configured without X.
5739 2005-11-27  Kim F. Storm  <storm@cua.dk>
5741         * emulation/cua-rect.el (cua--highlight-rectangle): Preserve
5742         existing face when partially highlighting a TAB in a rectangle.
5744 2005-11-26  Kim F. Storm  <storm@cua.dk>
5746         * ido.el (ido-mode-map): Doc fix.
5747         (ido-mode-common-map, ido-mode-file-map)
5748         (ido-mode-file-dir-map, ido-mode-buffer-map): New keymaps.
5749         (ido-define-mode-map): Rewrite.  Select one of the new maps as
5750         parent for ido-mode-map instead of building from scratch.
5751         (ido-init-mode-maps): New defun to initialize new maps.
5752         (ido-mode): Call it.
5753         (ido-switch-buffer): Doc fix -- use \<ido-mode-buffer-map>.
5754         (ido-find-file): Doc fix -- use \<ido-mode-file-map>.
5756 2005-11-26  John Paul Wallington  <jpw@pobox.com>
5758         * arc-mode.el (archive-extract): Use `posn-set-point' instead of
5759         `mouse-set-point' because the latter is not fbound when configured
5760         without X.
5762 2005-11-26  Thien-Thi Nguyen  <ttn@gnu.org>
5764         * files.el (file-relative-name): Doc fix.
5766 2005-11-26  Kurt Hornik  <Kurt.Hornik@wu-wien.ac.at>
5768         * progmodes/octave-inf.el (inferior-octave-startup): Force a
5769         non-empty string for secondary prompt PS2.
5771 2005-11-25  Chong Yidong  <cyd@stupidchicken.com>
5773         * progmodes/compile.el (compilation-setup): Fix last change.
5775 2005-11-26  Nick Roberts  <nickrob@snap.net.nz>
5777         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
5778         (gdb-mouse-toggle-breakpoint-margin)
5779         (gdb-mouse-toggle-breakpoint-fringe, gdb-threads-select):
5780         Add gdb-server-prefix to keep out of command history.
5781         (gdb-edit-register-value): New function.
5782         (gdb-registers-mode-map): Bind mouse-2 and RET to it.
5783         (gdb-info-registers-custom): Use above map.
5785 2005-11-25  Chong Yidong  <cyd@stupidchicken.com>
5787         * custom.el (enable-theme): Signal error if argument is not a
5788         theme.  Don't recalculate a face if it's not loaded yet.
5790         * cus-face.el (custom-theme-set-faces): Don't change saved-face if
5791         the `user' theme is in effect.
5793         * info.el (Info-on-current-buffer): Record actual filename in
5794         Info-current-file, instead of t, or a fake filename if a non-file
5795         buffer.  Make autoload.
5796         (Info-find-node, Info-revert-find-node): No need to check for
5797         Info-current-file nil.
5798         (Info-set-mode-line, Info-up, Info-copy-current-node-name):
5799         Info-current-file is now never `t'.
5800         (Info-fontify-node): Many simplifications due to Info-current-file
5801         always being valid.  Use Info-find-file to find node filename.
5803 2005-11-25  David Kastrup  <dak@gnu.org>
5805         * longlines.el (longlines-wrap-line): Reorder wrapping to "insert
5806         new character, then delete" in order to preserve markers.
5808 2005-11-25  David Ponce  <david@dponce.com>
5810         * recentf.el (recentf-arrange-by-rule): Handle a special
5811         `auto-mode-alist'-like "strip suffix" rule.
5812         (recentf-build-mode-rules): Handle second level auto-mode entries.
5814 2005-11-25  Michael Kifer  <kifer@cs.stonybrook.edu>
5816         * viper-keym.el (viper-ESC-key): Use different values in terminal and
5817         window modes.
5819         * viper.el (viper-emacs-state-mode-list): Delete mail-mode, add
5820         jde-javadoc-checker-report-mode.
5822         * ediff-wind (ediff-make-wide-display): Slight simplification.
5824         * ediff.el (ediff-date): Change the date of last update.
5826 2005-11-24  Chong Yidong  <cyd@stupidchicken.com>
5828         * hi-lock.el (hi-lock-buffer-mode): Renamed from `hi-lock-mode'.
5829         Use define-minor-mode, and make it a local mode.  Turn on font-lock.
5830         (hi-lock-mode): New global minor mode.
5831         (turn-on-hi-lock-if-enabled): New function.
5832         (hi-lock-line-face-buffer, hi-lock-face-buffer, hi-lock-set-pattern):
5833         Change arguments to regexp and face instead of a font-lock pattern.
5834         Directly set face property, instead of refontifying.
5835         (hi-lock-font-lock-hook): Check if font-lock is being turned on.
5836         (hi-lock-find-patterns): Use line-number-at-pos.
5838         (hi-lock-face-phrase-buffer): Call hi-lock-buffer-mode.  Use new
5839         arguments for hi-lock-set-pattern.
5840         (hi-lock-unface-buffer, hi-lock-set-file-patterns):
5841         Call font-lock-fontify-buffer.
5842         (hi-lock-find-file-hook, hi-lock-current-line)
5843         (hi-lock-refontify, hi-lock-set-patterns): Delete unused functions.
5845         (hi-lock-font-lock-hook): Turn off hi-lock when font lock is
5846         turned off.
5848         * progmodes/compile.el (compilation-setup): Don't fiddle with
5849         font-lock-defaults.
5851 2005-11-25  Nick Roberts  <nickrob@snap.net.nz>
5853         * progmodes/gdb-ui.el (gdb-var-create-handler)
5854         (gdb-var-list-children-handler): Find values for all variable
5855         objects.  gud-speedbar-buttons decides whether to display them.
5857 2005-11-24  Romain Francoise  <romain@orebokech.com>
5859         * info.el (Info-speedbar-fetch-file-nodes): Prefix temporary
5860         buffer name with a space.
5862 2005-11-24  Carsten Dominik  <dominik@science.uva.nl>
5864         * textmodes/org.el (org-export-plain-list-max-depth): Renamed from
5865         `org-export-local-list-max-depth'.  Change default value to 3.
5866         (org-auto-renumber-ordered-lists)
5867         (org-plain-list-ordered-item-terminator): New options.
5868         (org-at-item-p, org-beginning-of-item, org-end-of-item)
5869         (org-get-indentation, org-get-string-indentation)
5870         (org-maybe-renumber-ordered-list, org-renumber-ordered-list):
5871         New functions.
5872         (org-move-item-down, org-move-item-up): New commands.
5873         (org-export-as-html): New classes for CSS support.  Bug fix in
5874         regular expression detecting fixed-width regions.  Respect
5875         `org-local-list-ordered-item-terminator'.
5876         (org-set-autofill-regexps, org-adaptive-fill-function): "1)" is
5877         also a list item.
5878         (org-metaup, org-metadown, org-shiftmetaup, org-shiftmetadown):
5879         New item moving functions.
5881 2005-11-24  Juri Linkov  <juri@jurta.org>
5883         * isearch.el (isearch-repeat): With empty search ring set
5884         `isearch-error' to the error string instead of signaling error
5885         with the function `error'.
5887 2005-11-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
5889         * term/mac-win.el: Make modifier `ctrl' an alias for `control'.
5891 2005-11-24  Nick Roberts  <nickrob@snap.net.nz>
5893         * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): New function
5894         and variable.
5895         (gdb-var-create-handler, gdb-var-list-children-handler):
5896         Don't match on "char **...".
5897         (gdb-var-update-handler): Find values for all variable objects.
5898         (gdb-info-frames-custom): Identify frames by leading "#".
5900         * progmodes/gud.el (gud-speedbar-menu-items): Add
5901         gdb-speedbar-auto-raise as radio button.
5902         (gud-speedbar-buttons): Raise speedbar if requested.
5903         Don't match on "char **...".
5904         (gud-speedbar-buttons): Add (pointer) value for non-leaves.
5905         Make it editable.
5907 2005-11-23  Chong Yidong  <cyd@stupidchicken.com>
5909         * info.el (Info-fontify-node): Handle the case where
5910         Info-current-file is t.
5912 2005-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5914         * simple.el (blink-matching-open): Fix off-by-one in last change.
5916 2005-11-23  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
5918         * term/mac-win.el: Don't change default directory.
5920 2005-11-22  Luc Teirlinck  <teirllm@auburn.edu>
5922         * cus-edit.el (Custom-reset-standard): Make it handle Custom group
5923         buffers correctly.  (It used to throw an error in such buffers.)
5924         Make it ask for confirmation in group buffers and other Custom
5925         buffers containing more than one customization item.
5927 2005-11-22  John Paul Wallington  <jpw@gnu.org>
5929         * net/goto-addr.el (goto-address-fontify): Put `follow-link'
5930         property on mail and url overlays.
5931         (goto-address-at-point): Use `posn-set-point' instead of
5932         `mouse-set-point' because the latter is not fbound when configured
5933         without X.
5935 2005-11-22  Lars Hansen  <larsh@soem.dk>
5937         * ls-lisp.el (ls-lisp-parse-symlink): Delete.
5938         (ls-lisp-classify, ls-lisp-format): Delete call to
5939         ls-lisp-parse-symlink.
5940         (ls-lisp-handle-switches): Handle symlinks to directories as
5941         directories when ls-lisp-dirs-first in non-nil.
5943 2005-11-21  Luc Teirlinck  <teirllm@auburn.edu>
5945         * startup.el (command-line): Make sure that loaddefs.el is handled
5946         correctly in load-history.
5948 2005-11-22  Nick Roberts  <nickrob@snap.net.nz>
5950         * progmodes/gdb-ui.el (gdb-locals-watch-keymap): New local map.
5951         (gdb-struct-string, gdb-array-string): New constants.
5952         (gdb-info-locals-handler): Use them.
5953         (gdb-reset): Reset gdb-var-list to nil.
5955 2005-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5957         * progmodes/sh-script.el (sh-font-lock-paren): Handle continued lines
5958         in patterns.
5960 2005-11-21  Juri Linkov  <juri@jurta.org>
5962         * custom.el (defcustom): Update link types in docstring.
5964 2005-11-20  Martin Rudalics  <rudalics@gmx.at>  (tiny change)
5966         * custom.el (defgroup): Add doc-string-elt info.
5968         * widget.el (define-widget): Don't use declare for the doc-string-elt.
5970 2005-11-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5972         * newcomment.el (comment-enter-backward): Fix last fix.
5974         * simple.el (blink-matching-open):
5975         * paren.el (show-paren-function): Allow new paren-class info.
5977 2005-11-20  Chong Yidong  <cyd@stupidchicken.com>
5979         * faces.el: Revert 2005-11-17 change.  :ignore-defface is now
5980         handled automagically.
5982 2005-11-20  Andreas Schwab  <schwab@suse.de>
5984         * descr-text.el (describe-char): When copying overlays put them
5985         over the full char description instead of just the first character
5986         of it.
5988 2005-11-20  Juri Linkov  <juri@jurta.org>
5990         * simple.el (what-cursor-position):
5991         * descr-text.el (describe-char): Use Lisp-readable syntax
5992         for octal and hex.  Reorder decimal, octal and hex values.
5993         Remove excess whitespace in the output.  Use `=' in `column='
5994         like in `point=' and `Hscroll='.
5996         * international/mule-cmds.el (encoded-string-description):
5997         Use Lisp-readable syntax for hex.
5999 2005-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
6001         * newcomment.el (comment-enter-backward): Handle the case where the
6002         comment is closed by EOB.
6004 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
6006         * longlines.el (longlines-before-revert-hook)
6007         (longlines-after-revert-hook): New functions.
6008         (longlines-mode): Turn off longlines temporarily when reverting.
6009         Add a message-setup-hook.
6010         (longlines-decode-buffer): New function.
6011         (longlines-wrap-line): Preserve marker positions.
6013 2005-11-19  Andreas Schwab  <schwab@suse.de>
6015         * emacs-lisp/shadow.el: Handle compressed files.
6017 2005-11-19  Romain Francoise  <romain@orebokech.com>
6019         * net/browse-url.el (browse-url-default-browser): Signal an error
6020         if no usable browser can be found, rather than try to load w3.
6022 2005-11-16  Ryan Yeske  <rcyeske@gmail.com>
6024         * net/rcirc.el (rcirc-mangle-text): Add bold face property without
6025         replacing existing properties.
6026         (rcirc-my-nick, rcirc-other-nick, rcirc-server)
6027         (rcirc-nick-in-message, rcirc-prompt): Use min-colors and remove
6028         tty specs.
6029         (rcirc-server-prefix, rcirc-server): New faces.
6030         (rcirc-url-regexp): Generate with rx macro.
6031         (rcirc-last-server-message-time): New variable.
6032         (rcirc-filter): Record time of last message.
6033         (rcirc-keepalive): Kill processes that did not send a message
6034         since the last ping.
6035         (rcirc-mode): Give rcirc-topic a local binding here.
6037 2005-11-19  Michael Cadilhac  <michael.cadilhac@lrde.org>  (tiny change)
6039         * subr.el (read-passwd): Fontify the prompt as we do with other
6040         prompts.
6042 2005-11-19  Ryan Yeske  <rcyeske@gmail.com>
6044         * ffap.el (ffap-menu-rescan): Use inhibit-read-only instead of
6045         binding buffer-read-only to nil.
6047 2005-11-19  Eli Zaretskii  <eliz@gnu.org>
6049         * complete.el (partial-completion-mode):
6050         Mention completion-auto-help in the doc string.
6052         * man.el (Man-highlight-references): Doc fix.  Reformat code in a
6053         more Lisp-ish way.
6055 2005-11-19  Slawomir Nowaczyk  <slawomir.nowaczyk.847@student.lu.se>  (tiny change)
6057         * ls-lisp.el (ls-lisp-format-file-size): Format file size with 9
6058         digits, not 8, to avoid misalignment for files larger than 100MB.
6060 2005-11-19  Eli Zaretskii  <eliz@gnu.org>
6062         * menu-bar.el (menu-bar-describe-menu) <list-keybindings>:
6063         Mention "keyboard shortcuts" in the help text.
6065 2005-11-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
6067         * startup.el (fancy-splash-default-action): Discard only
6068         mouse-down and succeeding mouse-up events in the splash screen
6069         window so that drag-n-drop event can be processed.
6071 2005-11-18  Chong Yidong  <cyd@stupidchicken.com>
6073         * longlines.el (longlines-mode): Add hacks for mail-mode and
6074         message-mode.
6076 2005-11-18  Carsten Dominik  <dominik@science.uva.nl>
6078         * textmodes/org.el (org-table-sort-lines): New command.
6079         (org-tbl-menu): Add entry for `org-table-sort-lines'.
6080         (org-add-file): Command removed, use `org-agenda-file-to-front'
6081         instead.
6082         (org-export-icalendar): Use `org-icalendar-combined-name'.
6083         (org-cycle-agenda-files, org-agenda-file-to-end)
6084         (org-agenda-file-to-front): New commands.
6085         (org-table-tab-jumps-over-hlines, org-export-html-style):
6086         New options.
6087         (org-table-next-field): Use `org-table-tab-jumps-over-hlines'.
6088         (org-at-table.el-p, org-set-autofill-regexps, org-html-protect):
6089         New functions.
6090         (org-fill-paragraph): Call `org-table-align' in tables.
6091         (org-mode): Call `org-set-autofill-regexps'.
6092         (org-export-as-html): Support for local handformatted lists.
6093         Modified to produce valid HTML 4.0.  Use `org-export-html-style'.
6094         (org-export-local-list-max-depth): New option.
6095         (org-html-expand): Use `org-html-protect'.
6097 2005-11-18  Nick Roberts  <nickrob@snap.net.nz>
6099         * progmodes/gud.el (gud-install-speedbar-variables): Bind gud-pp
6100         to "p".
6101         (gdb): Move definition of gud-pp to...
6103         * progmodes/gdb-ui.el (gdb-ann3): ...here.  Make it work in the
6104         speedbar.
6105         (gdb-find-watch-expression): New function.
6107 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
6109         * faces.el (face-attribute, set-face-attribute): Mention existence
6110         of `:ignore-defface' setting in docstring.
6112 2005-11-17  Stefan Monnier  <monnier@iro.umontreal.ca>
6114         * simple.el (completion-setup-function): Fix last change.
6116 2005-11-17  John Paul Wallington  <jpw@pobox.com>
6118         * ibuf-ext.el (ibuffer-interactive-filter-by-mode):
6119         Use `posn-set-point' instead of `mouse-set-point' because the
6120         latter is not fbound when configured without X.
6122         * comint.el (comint-insert-input): Likewise.
6124 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
6126         * simple.el (hard-newline): New variable.
6127         (sendmail-user-agent-compose, next-line): Use it.
6129         * mail/sendmail.el (mail-setup, mail-send, mail-insert-from-field)
6130         (sendmail-send-it, mail-do-fcc, mail-cc, mail-bcc, mail-fcc)
6131         (mail-mail-reply-to, mail-mail-followup-to)
6132         (mail-position-on-field, mail-signature, mail-yank-original)
6133         (mail-attach-file): Likewise.
6135         * mail/mailheader.el (mail-header-format)
6136         (mail-header-format-function): Likewise.
6138         * add-log.el (add-change-log-entry, change-log-merge): Likewise.
6140 2005-11-17  Juri Linkov  <juri@jurta.org>
6142         * font-lock.el (font-lock-faces): Rename this defgroup from
6143         `font-lock-highlighting-faces'.
6144         (font-lock-comment-face, font-lock-comment-delimiter-face)
6145         (font-lock-string-face, font-lock-doc-face)
6146         (font-lock-keyword-face, font-lock-builtin-face)
6147         (font-lock-function-name-face, font-lock-variable-name-face)
6148         (font-lock-type-face, font-lock-constant-face)
6149         (font-lock-warning-face, font-lock-negation-char-face)
6150         (font-lock-preprocessor-face)
6151         (font-lock-regexp-grouping-backslash)
6152         (font-lock-regexp-grouping-construct): Rename :group from
6153         `font-lock-highlighting-faces' to `font-lock-faces'.
6155         * cus-edit.el (lisp, c, tex):
6156         * progmodes/ada-mode.el (ada):
6157         * progmodes/asm-mode.el (asm):
6158         * progmodes/cperl-mode.el (cperl-faces):
6159         * progmodes/cpp.el (cpp):
6160         * progmodes/dcl-mode.el (dcl):
6161         * progmodes/f90.el (f90):
6162         * progmodes/fortran.el (fortran):
6163         * progmodes/icon.el (icon):
6164         * progmodes/idlwave.el (idlwave-misc):
6165         * progmodes/m4-mode.el (m4):
6166         * progmodes/make-mode.el (makefile):
6167         * progmodes/meta-mode.el (meta-font):
6168         * progmodes/modula2.el (modula2):
6169         * progmodes/octave-mod.el (octave):
6170         * progmodes/pascal.el (pascal):
6171         * progmodes/perl-mode.el (perl):
6172         * progmodes/prolog.el (prolog):
6173         * progmodes/ps-mode.el (PostScript-edit):
6174         * progmodes/scheme.el (scheme):
6175         * progmodes/sh-script.el (sh-script):
6176         * progmodes/simula.el (simula):
6177         * progmodes/tcl.el (tcl):
6178         * textmodes/nroff-mode.el (nroff):
6179         * textmodes/reftex-vars.el (reftex-fontification-configurations):
6180         * textmodes/sgml-mode.el (sgml):
6181         * textmodes/texinfo.el (texinfo):
6182         Add :link (custom-group-link font-lock-faces) to defgroup.
6184         * hi-lock.el (hi-lock): Rename this defgroup from
6185         `hi-lock-interactive-text-highlighting'.  Change parent group from
6186         `faces' to `font-lock'.  Add link to the manual.
6187         (hi-lock-mode, hi-lock-file-patterns-range)
6188         (hi-lock-exclude-modes, hi-lock-faces): Rename :group from
6189         `hi-lock-interactive-text-highlighting' to `hi-lock'.
6190         (hi-lock-faces): Add :group `faces'.
6192         * cus-edit.el (custom-variable-prompt): Clarify the code.
6194         * faces.el (face-read-string): Set the default value arg of
6195         completing-read.
6197 2005-11-16  Luc Teirlinck  <teirllm@auburn.edu>
6199         * rfn-eshadow.el (file-name-shadow-properties)
6200         (file-name-shadow-tty-properties, file-name-shadow-mode):
6201         Remove autoloads, because the file is now preloaded.
6203 2005-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
6205         * printing.el (easy-menu-intern): Don't define.
6206         (pr-get-symbol): Use easy-menu-intern only if defined.
6208         * simple.el (blink-matching-open): Simplify a bit.
6209         (completion-setup-function): Fix the case of partial-completion-mode
6210         when the minibuffer's contents start with "-".
6211         Obey completion-base-size-function even when
6212         minibuffer-completing-file-name is non-nil.
6214 2005-11-16  Richard M. Stallman  <rms@gnu.org>
6216         * net/eudcb-ph.el (eudc-ph-open-session):
6217         Use set-process-query-on-exit-flag.
6219         * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-contents.
6221         * international/ucs-tables.el (ucs-set-table-for-input):
6222         Use make-local-variable, not make-variable-buffer-local.
6224         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
6225         Improve warning message text.
6227         * savehist.el (savehist-save-hook): Add :group.
6229         * menu-bar.el (menu-bar-help-menu):
6230         Rename Find Extra Packages to External Packages.
6232         * cus-edit.el (Custom-reset-standard): Verify that
6233         :custom-standard-value prop exists before calling it.
6235         * apropos.el (apropos-calc-scores): Use apropos-pattern.
6237 2005-11-16  Martin Rudalics  <rudalics@gmx.at>  (tiny change)
6239         * wid-edit.el (color): Enclose %t in %{...%}.
6241         * cus-edit.el (face): Enclose %t in %{...%}.
6243 2005-11-16  Hrvoje Niksic  <hniksic@xemacs.org>
6245         * savehist.el (savehist-mode-hook): Re-add the var.
6246         (savehist-mode): Use it.
6248 2005-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
6250         * textmodes/flyspell.el: Fix commenting convention.
6251         Remove unnecessary leading * in custom docstrings.
6252         (flyspell-emacs): Remove unused var.
6253         (flyspell-delete-region-overlays): Use remove-overlays.
6254         (flyspell-accept-buffer-local-defs): Use save-current-buffer.
6255         (flyspell-debug-signal-no-check, flyspell-debug-signal-changed-checked)
6256         (flyspell-debug-signal-pre-word-checked, flyspell-post-command-hook)
6257         (flyspell-debug-signal-word-checked): Use with-current-buffer.
6258         (make-flyspell-overlay): Don't locally reuse a global name.
6259         (flyspell-highlight-incorrect-region)
6260         (flyspell-highlight-duplicate-region): Use flyspell-unhighlight-at.
6261         (flyspell-check-previous-highlighted-word): Use flyspell-overlay-p.
6262         (flyspell-notify-misspell): Remove unused args `start' and `end'.
6263         (flyspell-word): Adjust call accordingly.  Use ispell-send-string.
6264         Wrap calls to accept-process-output inside with-local-quit since it's
6265         often called from a post-command-hook.
6266         (flyspell-correct-word, flyspell-auto-correct-word):
6267         Use ispell-send-string.
6268         (flyspell-xemacs-popup): Remove unused arg `event'.  Update call.
6270         * calendar/diary-lib.el (diary-list-entries): Also hide the
6271         terminating newline.
6273 2005-11-16  Carsten Dominik  <dominik@science.uva.nl>
6275         * textmodes/reftex.el (reftex-use-fonts): Remove the check for
6276         window-system, to allow fonts on tty.
6278 2005-11-17  Nick Roberts  <nickrob@snap.net.nz>
6280         * progmodes/gud.el (gud-speedbar-item-info): New function.
6281         (gud-install-speedbar-variables): Use it to display data type
6282         of watch expression as a tooltip in speedbar.
6284 2005-11-15  Luc Teirlinck  <teirllm@auburn.edu>
6286         * font-core.el (global-font-lock-mode): Add :version keyword,
6287         because default was changed.
6289         * jka-cmpr-hook.el (auto-compression-mode): Ditto.
6291         * startup.el (command-line): Use `custom-reevaluate-setting' for
6292         `file-name-shadow-mode'.
6294         * loadup.el: Preload rfn-eshadow.
6296         * rfn-eshadow.el (file-name-shadow-mode): Set :init-value to t.
6297         Add :version keyword.
6298         (file-name-shadow-properties, file-name-shadow-tty-properties)
6299         (file-name-shadow): Add :version keyword.
6301         * cus-edit.el (custom-add-parent-links): Fix bug whereby, for
6302         instance, `(fringe custom-face)' shadowed `(fringe custom-group)'
6303         in the custom-group property of the symbol frames and the fringe
6304         group got no link to its parent group frames.
6305         Doc fix.
6307 2005-11-16  Nick Roberts  <nickrob@snap.net.nz>
6309         * progmodes/gud.el (gud-stop-subjob): New function.
6310         (gud-menu-map, gud-tool-bar-map): Use it.
6312 2005-11-16  Kim F. Storm  <storm@cua.dk>
6314         * progmodes/gud.el (gud-menu-map): Let [stop] stop program rather
6315         than kill it.
6316         (gud-tool-bar-map): Likewise.  Move cont/until/finish buttons
6317         to a more useful/logical place.
6319 2005-11-16  Nick Roberts  <nickrob@snap.net.nz>
6321         * progmodes/gud.el (gud-menu-map): Make visibility of stop and
6322         go buttons complementary.
6324 2005-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
6326         * rfn-eshadow.el (rfn-eshadow-regexp): Remove.
6327         (rfn-eshadow-sifn-equal): New function.
6328         (rfn-eshadow-update-overlay): Rewrite to use substitute-in-file-name.
6330 2005-11-15  Michael Kifer  <kifer@cs.stonybrook.edu>
6332         * viper-utils.el (viper-non-word-characters-reformed-vi):
6333         Quote `-' in string.
6335         * viper.el (viper-emacs-state-mode-list): Ensure that
6336         rcirc-mode buffers come up in Emacs state.
6338         * ediff-util.el (ediff-make-temp-file): Use proper file-name-handler
6339         operation.
6341 2005-11-15  Dan Nicolaescu  <dann@ics.uci.edu>
6343         * term.el (term-termcap-format): Fix typos.
6344         (term-down): Fix the negative argument case.
6346 2005-11-16  Nick Roberts  <nickrob@snap.net.nz>
6348         * progmodes/gdb-ui.el: Remove face-alias left over from change on
6349         2005-08-15.
6350         (gdb-ann3): New command gud-go.
6351         (menu): Accomodate gdb-mi.el.
6352         (gdb-assembler-custom): Make buffer of selected window current
6353         so that set-window-point works.
6355         * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Re-define
6356         buttons and include new ones.
6358 2005-11-16  Kim F. Storm  <storm@cua.dk>
6360         * progmodes/gud.el (gud-tool-bar-item-visible-no-fringe): New function.
6361         (gud-menu-map): Use it.
6363 2005-11-14  Luc Teirlinck  <teirllm@auburn.edu>
6365         * jka-cmpr-hook.el (auto-compression-mode): Enable it in a way
6366         that works correctly for Custom and that does not override a user
6367         who disables it.
6369         * help-mode.el (help-make-xrefs, help-xref-on-pp)
6370         (help-xref-interned, help-follow): Make hyperlinks for variables
6371         that are unbound, but have a non-nil variable-documentation property.
6373         * emacs-lisp/derived.el (define-derived-mode): Remove defvar for
6374         mode hook.  (It conflicted with defcustoms for some mode hooks.)
6375         Use the `variable-documentation' property to give the mode hook a
6376         docstring and expand that docstring.
6378 2005-11-14  Hrvoje Niksic  <hniksic@xemacs.org>
6380         * savehist.el (savehist-mode): Don't bother with
6381         `custom-set-minor-mode'.
6382         (savehist-coding-system): Check XEmacs version.
6383         (history-length): Declare also at run time.
6384         (savehist-mode): Don't emit a message.  Don't run the minor mode hook.
6385         Don't set the customize state.
6386         (savehist-minibuffer-hook): Special case for when
6387         minibuffer-history-variable is equal to t.
6389 2005-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
6391         * files.el (write-file): Refresh VC status.
6393         * calendar/diary-lib.el (diary-list-entries, diary-show-all-entries)
6394         (mark-diary-entries, make-diary-entry): Check default-major-mode rather
6395         than fundamental-mode to see if the mode was set.
6397 2005-11-14  Romain Francoise  <romain@orebokech.com>
6399         * dired-x.el: If `vm-visit-folder' doesn't exist, define it as a
6400         dummy function in `eval-when-compile' to avoid compiler warning.
6401         Require `man' at compile time.
6403 2005-11-14  Jay Belanger  <belanger@truman.edu>
6405         * calc-alg.el (calcFunc-write-out-power): Rename it to
6406         calcFunc-powerexpand.
6407         (math-write-out-power): Rename it to math-powerexpand; have it
6408         handle negative exponents.
6409         (calc-writeoutpower): Rename it to calc-powerexpand.
6411         * calc-ext.el: Change calcFunc-writeoutpower and
6412         calc-writeoutpower to calcFunc-powerexpand and calc-powerexpand in
6413         autoloads.
6414         Add calcFunc-ldiv to autoloads.
6416         * calc-arith.el (calcFunc-ldiv): New function.
6418         * calc.el (calc-left-divide): New function.
6420 2005-11-14  Juri Linkov  <juri@jurta.org>
6422         * cus-edit.el (custom-variable-prompt): Set the default value arg
6423         of completing-read.
6425         * cus-dep.el (custom-make-dependencies): Reverse the list of
6426         found dependencies.
6428 2005-11-14  Dan Nicolaescu  <dann@ics.uci.edu>
6430         * menu-bar.el (menu-bar-options-menu): Delete "Syntax
6431         Highlighting" entry, it is on by default now.
6432         (menu-bar-options-save): Do not save global-font-lock-mode.
6434 2005-11-13  Richard M. Stallman  <rms@gnu.org>
6436         * textmodes/flyspell.el (flyspell-large-region):
6437         Call flyspell-accept-buffer-local-defs.
6439 2005-11-13  Agustin Martin  <agustin.martin@hispalinux.es>
6441         * textmodes/flyspell.el (flyspell-notify-misspell):
6442         Fix misspelling of "Misspelling".
6443         (flyspell-process-localwords): New function.
6444         (flyspell-large-region): Call flyspell-process-localwords and
6445         flyspell-delete-region-overlays.
6446         (flyspell-delete-region-overlays): New function.
6447         (flyspell-delete-all-overlays): Call that.
6449 2005-11-13  Richard M. Stallman  <rms@gnu.org>
6451         * help.el (help-for-help-internal): Improve doc of C-h a.
6452         (describe-key): Improve prompt; doc fix.
6454 2005-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
6456         * vc-svn.el (vc-svn-registered): Catch all errors.
6458         * cus-dep.el (custom-make-dependencies): Typo.
6460 2005-11-13  Michael Albinus  <michael.albinus@gmx.de>
6462         * net/tramp-util.el (top): Fix compilation warning.
6464 2005-11-13  Kim F. Storm  <storm@cua.dk>
6466         * help.el (help-for-help-internal): Fix `a' entry.  Add `d' entry.
6468 2005-11-13  Nick Roberts  <nickrob@snap.net.nz>
6470         * progmodes/gud.el (gud-menu-map): Move parentheses (again).
6471         (gud-speedbar-buttons): Match on "const char *" too.
6473         * progmodes/gdb-ui.el (gdb-var-create-handler)
6474         (gdb-var-list-children-handler): Match on "const char *" too.
6475         (gdb-var-evaluate-expression-handler): Match on empty string.
6476         (gdb-var-update-handler): Only call
6477         gdb-var-evaluate-expression-handler when required.
6479 2005-11-13  Nick Roberts  <nickrob@snap.net.nz>
6481         * progmodes/gud.el (gud-menu-map): Revert to window-fringes for
6482         selected window.  This still doesn't work for speedbar.
6483         (gud-speedbar-buttons): Handle string expressions properly.
6485         * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
6486         (gdb-var-create-handler): Handle string expressions properly.
6487         (gdb-var-list-children-regexp, gdb-var-list-children-handler):
6488         Handle string expressions properly.  Move "type" field into regexp.
6490 2005-11-12  Karl Fogel  <kfogel@red-bean.com>
6492         * bookmark.el (bookmark-maybe-message): New function to reduce
6493         code duplication: invokes `message' iff baud-rate is high enough.
6494         (bookmark-write-file): Use above instead of an inline conditional.
6495         (bookmark-load): Same.
6497 2005-11-12  Karl Fogel  <kfogel@red-bean.com>
6499         * bookmark.el (bookmark-write-file): Don't visit the destination
6500         file, just write the data to it using write-region.  This is
6501         similar to saveplace.el at 2005-05-29T08:36:26Z!rms@gnu.org, but with an additional
6502         change to avoid visiting the file in the first place.
6504 2005-11-12  Chong Yidong  <cyd@stupidchicken.com>
6506         * hi-lock.el (hi-lock-mode): Set the default value of
6507         font-lock-defaults.
6509 2005-11-11  Luc Teirlinck  <teirllm@auburn.edu>
6511         * find-lisp.el (find-lisp-find-dired-insert-file): Pass `string'
6512         arg to `file-attributes'.
6513         (find-lisp-format): The UID and GID can now be strings.
6515 2005-11-12  Kim F. Storm  <storm@cua.dk>
6517         * help.el (help-map): Bind C-h d to apropos-documentation.
6519         * simple.el (what-cursor-position): Print (EOB) instead of (100%)
6520         when point is at end-of-buffer.
6522         * apropos.el (apropos-match-face): Doc fix.
6523         (apropos-sort-by-scores): Add new choice `verbose'.
6524         (apropos-documentation-sort-by-scores): New defcustom.
6525         (apropos-pattern): Now contains the pattern entered by the user.
6526         (apropos-pattern-quoted): New defvar.
6527         (apropos-regexp): New defvar, containing the regexp corresponding
6528         to apropos-pattern.
6529         (apropos-all-words-regexp): Rename from apropos-all-regexp.
6530         (apropos-read-pattern): New defun.  Use it to read pattern arg in
6531         interactive calls; returns list of words for a word list, and
6532         string for a regexp.
6533         (apropos-parse-pattern): Rename from apropos-rewrite-regexp.  Now
6534         parses a list of words or regexp as returned by apropos-read-pattern.
6535         (apropos-calc-scores): Return nil if apropos-regexp doesn't match.
6536         (apropos-score-doc): Return a very high score if the string
6537         entered by the user matches literally.
6538         (apropos-variable): Doc fix.  Use apropos-read-pattern.
6539         (apropos-command): Doc fix.  Use apropos-read-pattern and
6540         apropos-parse-pattern.  Call apropos-print with nosubst=t.
6541         (apropos, apropos-value): Doc fix.  Use apropos-read-pattern and
6542         apropos-parse-pattern.
6543         (apropos-documentation): Doc fix.  Use apropos-read-pattern and
6544         apropos-parse-pattern.  Locally bind apropos-sort-by-scores to
6545         apropos-documentation-sort-by-scores.  Call apropos-print with
6546         nosubst=t.
6547         (apropos-documentation-internal): Pass doc string through
6548         substitute-key-definition before adding text properties.
6549         Highlight substring matching literal user input if possible.
6550         (apropos-documentation-check-doc-file): Remove locals beg and end.
6551         Fix calculation of score (as added twice).  Pass doc string through
6552         substitute-key-definition before adding text properties.
6553         (apropos-documentation-check-elc-file): Pass doc string through
6554         substitute-key-definition before adding text properties.
6555         Highlight substring matching literal user input if possible.
6556         (apropos-print): Add new arg NOSUBST; if set, command and variable
6557         doc strings have already been passed through substitute-key-definition.
6558         Add code to handle apropos-accumulator items without score element
6559         for backwards compatibility (e.g. with woman package).
6560         Only show scores if apropos-sort-by-scores is `verbose'.
6562 2005-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6564         * jka-cmpr-hook.el (jka-compr-install): Use push and dolist.
6565         Add jka-compr-load-suffixes to load-suffixes.
6567         * jka-compr.el: Require jka-cmpr-hook.
6568         (jka-compr-info-compress-message, jka-compr-info-compress-program)
6569         (jka-compr-info-compress-args, jka-compr-info-uncompress-message)
6570         (jka-compr-info-uncompress-program, jka-compr-info-uncompress-args)
6571         (jka-compr-info-can-append, jka-compr-info-strip-extension)
6572         (jka-compr-info-file-magic-bytes, jka-compr-get-compression-info)
6573         (jka-compr-info-regexp): Remove.  Provided by jka-cmpr-hook.
6574         (jka-compr-uninstall): Remove entries from
6575         jka-compr-added-to-file-coding-system-alist after they are used.
6576         (jka-compr-error): Remove unused var `curbuf'.
6577         (jka-compr-file-local-copy): Remove unused var `notfound'.
6579 2005-11-10  Romain Francoise  <romain@orebokech.com>
6581         * apropos.el (apropos-calc-scores): Use `apropos-pattern'.
6583 2005-11-11  Nick Roberts  <nickrob@snap.net.nz>
6585         * progmodes/gud.el (gud-menu-map): Move parentheses.
6586         (gdb): New command gud-pv.
6588 2005-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6590         * tar-mode.el: Remove spurious or unnecessary leading stars
6591         in docstrings.
6592         (tar-header-block-tokenize): Also obey default-file-name-coding-system.
6593         (tar-parse-octal-integer-safe): Use mapc.
6594         (tar-header-block-summarize): Remove unused var `ck'.
6595         (tar-summarize-buffer): Don't clear the modified-p bit if it wasn't
6596         cleared before.  Obey default-enable-multibyte-characters.
6597         Use mapconcat.  Simplify setting of tar-header-offset.
6598         (tar-mode-map): Move initialization inside delcaration.
6599         (tar-flag-deleted): Use `abs'.
6600         (tar-expunge-internal): Remove unused var `line'.
6601         (tar-expunge-internal): Don't hardcode point-min==1.
6602         (tar-expunge): Widen while doing set-buffer-multibyte.
6603         (tar-rename-entry): Use file-name-coding-system.
6604         (tar-alter-one-field): Don't hardcode point-min==1.
6605         (tar-subfile-save-buffer): string-as-unibyte works on unibyte strings.
6606         (tar-pad-to-blocksize): Don't hardcode point-min==1.  Clarify the code.
6608 2005-11-10  Masatake YAMATO  <jet@gyve.org>
6610         * add-log.el (add-log-current-defun): Handle class::method
6611         notation of c++.  Fix incorrect comment.
6613 2005-11-10  Alan Mackenzie  <acm@muc.de>
6615         * help-fns.el (describe-variable): Make C-h v work when a variable
6616         has variable documentation yet is unbound.
6618 2005-11-10  Masatake YAMATO  <jet@gyve.org>
6620         * man.el (Man-highlight-references): Set an empty
6621         string to `Man-arguments' if it is nil.
6622         Suggested by Reiner Steib <Reiner.Steib@gmx.de>.
6624 2005-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
6626         * Makefile.in (mh-loaddefs.el, loaddefs.el): Better follow the
6627         commenting conventions.
6629         * cus-dep.el (custom-make-dependencies): Simplify.
6630         Better follow the commenting conventions.
6632 2005-11-09  Richard M. Stallman  <rms@gnu.org>
6634         * apropos.el (apropos-pattern): Rename from apropos-regexp.
6635         (apropos-orig-pattern): Rename from apropos-orig-regexp.
6636         All uses changed.
6637         (apropos-rewrite-regexp): Doc fix.
6638         (apropos-variable, apropos-command, apropos, apropos-value):
6639         Change prompt; carry through the argument renaming.
6641 2005-11-09  Luc Teirlinck  <teirllm@auburn.edu>
6643         * find-lisp.el: Require dired.
6644         (find-lisp-find-dired-internal): Do not call
6645         `abbreviate-file-name' on DIR.
6647 2005-11-10  Nick Roberts  <nickrob@snap.net.nz>
6649         * progmodes/gud.el (gdb): Make gud-pp use user-defined command pp1.
6651 2005-11-09  Nick Roberts  <nickrob@snap.net.nz>
6653         * progmodes/gud.el (gud-menu-map): Ensure tool-bar is constant
6654         when using the speedbar.
6655         (gdb): New command gud-pp.
6656         (gud-menu-map, gud-tool-bar-map): Put it on the tool bar.
6658 2005-11-09  Juri Linkov  <juri@jurta.org>
6660         * replace.el (occur-excluded-properties): New defcustom.
6661         (occur-1, occur-engine, occur-accumulate-lines): Use it.
6663 2005-11-08  Jay Belanger  <belanger@truman.edu>
6665         * calc/calc-units.el (math-convert-units): Replace any composite
6666         unit by its definition.
6668 2005-11-08  Lars Hansen  <larsh@soem.dk>
6670         * emacs-lisp/autoload.el (update-directory-autoloads):
6671         Add obsolete function alias.
6673 2005-11-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6675         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
6676         comment-indent-function.
6677         (lisp-comment-indent): Replace by an alias for comment-indent-default.
6679         * reveal.el (reveal-post-command): Rework the handling of
6680         reveal-open-spots, so as to be more reliable.  There were several
6681         tricky corner cases where an open spot might be lost, or where
6682         a closed spot might end up on the list of open spots.
6683         Only reveal text that's ellipsised.
6685 2005-11-07  Carsten Dominik  <dominik@science.uva.nl>
6687         * textmodes/org.el (org-export-as-html): Remove bogus (debug) form.
6689 2005-11-07  John Paul Wallington  <jpw@gnu.org>
6691         * ibuffer.el (ibuffer): Search iconified frames too when
6692         getting Ibuffer buffer's window.
6694 2005-11-06  Richard M. Stallman  <rms@gnu.org>
6696         * progmodes/compile.el (compilation-internal-error-properties):
6697         save-excursion around the computation of MARKER.
6699 2005-11-06  Piet van Oostrum  <piet@cs.uu.nl>
6701         * textmodes/flyspell.el (flyspell-external-point-words):
6702         flyspell-get-word returns a list, not just a string.
6704 2005-11-06  John Paul Wallington  <jpw@pobox.com>
6706         * ibuffer.el (ibuffer): Search all visible frames when getting
6707         Ibuffer buffer's window.
6709 2005-11-07  Masatake YAMATO  <jet@gyve.org>
6711         * man.el (Man-reference-regexp): Accept spaces between
6712         `Man-name-regexp' and `Man-section-regexp'.
6713         (Man-apropos-regexp): New variable.
6714         (Man-abstract-xref-man-page): Use value for `Man-target-string'
6715         if available.
6716         (Man-highlight-references, Man-highlight-references0):
6717         Handle the case when `Man-arguments' includes "-k".
6718         (Man-highlight-references0): Rename the argument `TARGET-POS' to
6719         `TARGET'. `TARGET' can be a number, function or nil.
6721 2005-11-06  Nick Roberts  <nickrob@snap.net.nz>
6723         * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-var-delete)
6724         (gdb-edit-value, gdb-speedbar-expand-node, gdb-get-create-buffer)
6725         (gdb-breakpoints-mode, gdb-toggle-breakpoint, gdb-delete-breakpoint)
6726         (gdb-goto-breakpoint, gdb-frames-mode, gdb-registers-mode)
6727         (gdb-locals-mode, gdb-find-file-hook): Use buffer-local-value.
6728         (gdb-send-item): Use buffer-local-value and simplify.
6730 2005-11-05  Luc Teirlinck  <teirllm@auburn.edu>
6732         * startup.el (command-line): Use `custom-reevaluate-setting' for
6733         `global-font-lock-mode'.
6735         * font-core.el (global-font-lock-mode): Enable `global-font-lock-mode'
6736         by default, except in batch mode or when the -D option is given.
6738         * emacs-lisp/easy-mmode.el (define-global-minor-mode): Pass all
6739         specified keyword args on to `define-minor-mode'.  Update docstring.
6741 2005-11-05  Romain Francoise  <romain@orebokech.com>
6743         * replace.el (occur-engine): Add marker at end of line, too.
6745 2005-11-04  Ken Manheimer  <ken.manheimer@gmail.com>
6747         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
6748         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
6749         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
6750         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
6751         argument to all these routines, so the passphrase can be managed
6752         externally and passed in to the system.
6753         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
6754         pgg-add-passphrase-to-cache function.
6756         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
6757         (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
6758         (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
6759         (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
6760         argument to all these routines, so the passphrase can be managed
6761         externally and passed in to the system.
6762         (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
6763         function.
6765 2005-11-04  Dan Nicolaescu  <dann@ics.uci.edu>
6767         * font-lock.el: Don't deal with font-lock-face-attributes here,
6768         move the code ...
6770         * startup.el (command-line): ... here.  Use face-spec-set instead
6771         of custom-declare-face.
6773         * faces.el (face-spec-set): Reset the face if spec is not nil.
6775 2005-11-04  Stefan Monnier  <monnier@iro.umontreal.ca>
6777         * newcomment.el (comment-region-internal): Box more tightly in the
6778         common case where there's no TAB in the boxed text.
6780 2005-11-04  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
6782         * info.el (info-tool-bar-map): Use images prev-node, next-node and
6783         up-node.
6785 2005-11-04  Ulf Jasper  <ulf.jasper@web.de>
6787         * newsticker.el: Commentary updated.  Code formatting changed.
6788         (newsticker-version): Change to "1.9".
6789         (newsticker, newsticker-feed): Doc fix.
6790         (newsticker-url-list): Doc fix.  Add option "Weekly".
6791         (newsticker-retrieval-interval): Add option "Weekly".
6792         (newsticker-headline-processing): Doc fix.
6793         (newsticker-auto-mark-filter): Remove.
6794         (newsticker-auto-mark-filter-list): New.
6795         (newsticker-layout, newsticker-sort-method): Doc fix.
6796         (newsticker-hide-old-items-in-newsticker-buffer)
6797         (newsticker-heading-format, newsticker-item-format)
6798         (newsticker-desc-format): Doc fix.
6799         (newsticker-show-all-rss-elements): Remove.
6800         (newsticker-show-all-news-elements): New.
6801         (newsticker-faces, newsticker-ticker): Doc fix.
6802         (remove-from-invisibility-spec): Code formatting.
6803         (newsticker--process-ids): New.
6804         (newsticker-mode): Doc fix.
6805         (newsticker-mode): Change mode-line-format.
6806         (newsticker-start): Remove debug output.
6807         (newsticker-start-ticker): Doc fix.  Add autoload cookie.
6808         (newsticker-w3m-show-inline-images): Code formatting.
6809         (newsticker-next-item): Call `force-mode-line-update'.
6810         (newsticker-previous-item): Call `force-mode-line-update'.
6811         (newsticker-next-feed): Call `force-mode-line-update'.
6812         (newsticker-previous-feed): Call `force-mode-line-update'.
6813         (newsticker-mark-all-items-at-point-as-read): Code formatting.
6814         (newsticker-show-old-items): Do not show descs.
6815         (newsticker-hide-entry): Hide too much.
6816         (newsticker-hide-entry, newsticker-show-entry)
6817         (newsticker-toggle-auto-narrow-to-feed): Code formatting.
6818         (newsticker-set-auto-narrow-to-feed): Update buffer immediately.
6819         (newsticker-toggle-auto-narrow-to-item): Code formatting.
6820         (newsticker-set-auto-narrow-to-item): Update buffer immediately.
6821         (newsticker-running-p, newsticker-ticker-running-p): Autoload cookie.
6822         (newsticker-get-news): Call `force-mode-line-update'.
6823         Collect process ids.
6824         (newsticker--sentinel): Change coding system handling.
6825         Move image retrieval to new functions newsticker--get-logo-url-*.
6826         Move feed parsing to new functions newsticker--parse-*.
6827         Update list of process ids.
6828         (newsticker--get-logo-url-atom-1.0, newsticker--get-logo-url-atom-0.3)
6829         (newsticker--get-logo-url-rss-2.0, newsticker--get-logo-url-rss-1.0)
6830         (newsticker--get-logo-url-rss-0.92, newsticker--get-logo-url-rss-0.91)
6831         (newsticker--parse-atom-0.3, newsticker--parse-atom-1.0)
6832         (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
6833         (newsticker--parse-rss-1.0, newsticker--parse-rss-2.0)
6834         (newsticker--parse-generic-feed, newsticker--parse-generic-items): New.
6835         (newsticker--decode-coding-string): Remove.
6836         (newsticker--decode-numeric-entities): Check input.  Format code.
6837         (newsticker--remove-whitespace): Check input.
6838         (newsticker--do-forget-preformatted): Doc fix.
6839         (newsticker--decode-rfc822-date): Allow for missing time.
6840         (newsticker--update-process-ids): New.
6841         (newsticker--image-sentinel): Change comment.
6842         (newsticker--image-read): Change error message.
6843         (newsticker--imenu-goto): Doc fix.  Show headline title.
6844         (newsticker--buffer-set-uptodate): Call `force-mode-line-update'.
6845         (newsticker--buffer-do-insert-text): Clean whitespace in
6846         html-rendered headline title.  Code formatting.
6847         Call `newsticker--buffer-print-extra-elements'.
6848         (newsticker--buffer-print-extra-element): Remove.
6849         (newsticker--buffer-print-extra-elements): New.
6850         (newsticker--buffer-do-print-extra-element): New.
6851         (newsticker--buffer-insert-enclosure): Doc fix.  Use MBytes for
6852         large sizes.
6853         (newsticker--run-auto-mark-filter)
6854         (newsticker--do-run-auto-mark-filter):
6855         Use `newsticker-auto-mark-filter-list'.
6857 2005-11-04  Ryan Yeske  <rcyeske@gmail.com>
6859         * net/rcirc.el: Use split-string OMIT-NULLS argument.
6860         (rcirc-print): Force redisplay before running hooks.  Do long
6861         buffer truncation after making new text read-only.  Deal with nil
6862         text when decoding strings.  If TARGET is nil, use either the
6863         currently selected buffer, if it is an rcirc buffer and of the
6864         same process or the process buffer.
6865         (rcirc-mode): Remove header-line.  Recompute short buffer names.
6866         Initialize rcirc-buffer-alist here instead of rcirc-get-buffer-create.
6867         (rcirc-short-buffer-name): Add variable.
6868         (rcirc-kill-buffer-hook): Recompute short buffer names.
6869         Remove nick from private channel.
6870         (rcirc-send-input): Send command text to current-buffer.
6871         Don't clear overlay arrow here.
6872         (rcirc-short-buffer-name): Return a short buffer name.
6873         (rcirc-update-short-buffer-names, rcirc-abbreviate)
6874         (rcirc-rebuild-tree, rcirc-make-trees): Add functions to generate
6875         buffer-name abbreviations.
6876         (rcirc-kill-buffer-hook-1): Split to make debugging easier.
6877         Do not touch nick-table when killing a parted channel.
6878         (rcirc-window-configuration-change): Rename from rcirc-update-activity.
6879         Clear arrow from current buffer if it is now hidden.
6880         (rcirc-current-buffer): Add variable.
6881         (rcirc-my-nick, rcirc-other-nick, rcirc-server)
6882         (rcirc-nick-in-message, rcirc-prompt, rcirc-mode-line-nick):
6883         Remove -face from names.
6884         (rcirc-update-activity-string): Print "DND" when globally ignoring
6885         activity.
6886         (rcirc-ignore-buffer-activity-flag): Rename from
6887         rcirc-ignore-channel-activity.
6888         (rcirc-ignore-all-activity-flag): Doc fix.
6889         (rcirc-channels): Remove variable.
6890         (rcirc-kill-buffer-hook):
6891         (rcirc-get-buffer-create): Add nick to private channel.
6892         (rcirc-multiline-edit-submit): Remove tabs.
6893         (rcirc-put-nick-channel, rcirc-channel-nicks): Look up nicks case
6894         folded.
6895         (rcirc-remove-nick-channel): Bug fix.
6896         (rcirc-toggle-ignore-buffer-activity): Rename from
6897         rcirc-toggle-ignore-channel-activity.
6898         (rcirc-record-activity): Add buffers to the front of the list.
6899         (rcirc-update-activity): Remove killed buffers from list.
6900         (rcirc-process-server-response-1): Remove last argument if it is
6901         null before calling handler.
6902         (rcirc): Add "rcirc" defcustom prefix.
6903         (rcirc-prompt): Simplify default prompt.
6904         Use custom-initialize-default.
6905         (rcirc-private-chats): Remove variable.
6906         (rcirc-prompt): Change initialization.
6907         (rcirc-version): Remove function.
6908         (rcirc-id-string): Add constant.
6909         (rcirc-last-buffer): Remove variable.
6910         (rcirc-buffer-alist): Add variable.
6911         (rcirc-connect): Update variable setup.
6912         (rcirc-sentinel, rcirc-update-prompt): Use `rcirc-buffer-alist'.
6913         (rcirc-trap-errors-flag): Rename from `rcirc-trap-errors' change
6914         default.
6915         (rcirc-handler-generic): Trigger activity.
6916         (rcirc-send-message): Create the buffor of the target.
6917         (rcirc-generate-new-buffer-name): Rename from `rcirc-get-buffer-name'.
6918         (rcirc-get-buffer): Just return nil if there is no matching buffer.
6919         (rcirc-multiline-edit-cancel): Remove function.
6920         (rcirc-set-last-buffer): Remove function.
6921         (rcirc-get-any-buffer): Add function.
6922         (rcirc-join-channels): Don't print /join text.
6923         (rcirc-toggle-ignore-channel-activity): Add and update echo area
6924         messages.
6925         (rcirc-cmd-ctcp): Use rcirc-send-string to send request.
6926         (rcirc-handler-NOTICE): Recognize CTCP responses.
6927         (rcirc-handler-332, rcirc-handler-332): Use a temp buffer for
6928         constructing TOPIC string for buffers we are not JOINed.
6929         (rcirc-handler-CTCP-response): Add handler.
6930         (rcirc-multiline-edit-submit): Restore the window-configuration
6931         before adjusting point.
6932         (rcirc): Add customization group.
6933         (rcirc-server, rcirc-port, rcirc-nick, rcirc-user-name)
6934         (rcirc-user-full-name, rcirc-startup-channels-alist)
6935         (rcirc-fill-flag, rcirc-fill-column, rcirc-fill-prefix)
6936         (rcirc-ignore-all-activity-flag, rcirc-time-format)
6937         (rcirc-input-ring-size, rcirc-read-only-flag)
6938         (rcirc-buffer-maximum-lines, rcirc-authinfo-file-name)
6939         (rcirc-auto-authenticate-flag, rcirc-prompt, rcirc-print-hooks):
6940         Change defvar to defcustom.
6941         (rcirc-update-prompt): Add optional ALL arg, which will update
6942         prompts in all rcirc buffers.  Regexp quote replacement text.
6943         (rcirc-fill-column): Accept frame-width as a value.
6944         (rcirc-set-changed): Add function.
6945         (rcirc-next-active-buffer): Write more meaningful messages.
6946         (rcirc-faces): Add customization group.
6947         (rcirc-my-nick-face, rcirc-other-nick-face, rcirc-server-face)
6948         (rcirc-nick-in-message-face, rcirc-prompt-face)
6949         (rcirc-mode-line-nick-face): Move into rcirc-faces group.
6950         (with-rcirc-process-buffer): Move before first usage.
6951         (rcirc-debug-buffer): Rename from `rcirc-log-buffer'.
6952         (rcirc-debug-flag): Rename from `rcirc-log-p'.
6953         (rcirc-debug): Rename from `rcirc-log'.
6954         (rcirc-format-response-string): Do not print `-' chars for a
6955         NOTICE with no sender.  Simplify output of server responses.
6957 2005-11-04  Henrik Enberg  <henrik.enberg@telia.com>
6959         (rcirc-browse-url-map, rcirc-browse-url-at-point)
6960         (rcirc-browse-url-at-mouse, rcirc-mangle-text):
6961         Make urls mouse and RET clickable.
6963 2005-11-04  Henrik Enberg  <henrik.enberg@telia.com>
6965         * mail/rmailout.el (rmail-output-to-rmail-file, rmail-output): Doc fix.
6967 2005-11-04  Ken Manheimer  <ken.manheimer@gmail.com>
6969         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
6970         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
6971         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
6972         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
6973         argument to all these routines, so the passphrase can be managed
6974         externally and passed in to the system.
6975         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
6976         pgg-add-passphrase-to-cache function.
6978         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
6979         (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
6980         (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
6981         (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
6982         argument to all these routines, so the passphrase can be managed
6983         externally and passed in to the system.
6984         (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
6985         function.
6987 2005-11-04  Edward O'Connor  <hober0@gmail.com>  (tiny change)
6989         * net/goto-addr.el (goto-address-url-regexp): Remove `data:' URLs
6990         from goto-address-url-regexp.
6992 2005-11-04  Carsten Dominik  <dominik@science.uva.nl>
6994         * textmodes/org.el (org-read-date, org-goto-calendar)
6995         (org-recenter-calendar, org-agenda-goto-calendar):
6996         Temporarily clear `calendar-move-hook'.
6998 2005-11-04  Michael Kifer  <kifer@cs.stonybrook.edu>
7000         * ediff-merge.el (ediff-merge-region-is-non-clash): Return t, if not
7001         merging.
7003         * ediff-util.el (ediff-previous-difference): Don't skip regions that
7004         have merge clashes.
7006 2005-11-04  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
7008         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
7009         Undo previous change.
7011         * startup.el (command-line): Use `custom-reevaluate-setting' for
7012         mouse-wheel-down-event and mouse-wheel-up-event.  Don't call
7013         tty-register-default-colors on Mac.
7015 2005-11-04  Nick Roberts  <nickrob@snap.net.nz>
7017         * progmodes/gdb-ui.el (gdb-buffer-type): Remove duplicate declaration.
7018         (gdb-buffer-type): Make it automatically buffer local...
7019         (gdb-get-create-buffer): ...and set it accordingly.
7020         (gdb-frame-gdb-buffer, gdb-display-gdb-buffer): Make these
7021         actually work.
7023 2005-11-03  Dan Nicolaescu  <dann@ics.uci.edu>
7025         * font-lock.el (font-lock-warning-face): Use the more vivid red1,
7026         not red.
7028 2005-11-04  Nick Roberts  <nickrob@snap.net.nz>
7030         * progmodes/gdb-ui.el (gud-watch): Use save-selected-window in
7031         case GUD buffer is not visible.
7032         (gdb-goto-breakpoint): Try to force display in source buffer.
7033         (gdb-frame-gdb-buffer): Copy other similar functions.
7034         (gdb-restore-windows): Don't display source if not asked for.
7035         (gdb-assembler-buffer-name): Don't capitalise.
7037 2005-11-03  Richard M. Stallman  <rms@gnu.org>
7039         * wid-edit.el (key-sequence): New widget type.
7041         * simple.el (set-mark-command-repeat-pop): New variable.
7042         (set-mark-command): Only interpret plan C-@ after a pop as a pop
7043         if set-mark-command-repeat-pop is true.
7045         * info.el (Info-fontify-node): Don't display extra "see" if there
7046         already is one here.
7048         * mouse.el: Fix special handling of DEL after dragging a region:
7049         (mouse-drag-region-1): Treat mouse-set-region like mouse-set-point.
7050         (mouse-region-delete-keys): Change to defcustom.  Add [backspace].
7052         * mail/feedmail.el: Use insert-buffer-substring, not insert-buffer.
7054         * textmodes/ispell.el (ispell-command-loop): Change `i' description
7055         not to assume it pertains to an affix.
7057         * textmodes/flyspell.el (flyspell-post-command-hook):
7058         Bind deactivate-mark to prevent deactivation.
7060 2005-11-03  Lars Hansen  <larsh@soem.dk>
7062         * dired-x.el: Add menu bindings for dired-do-find-marked-files,
7063         dired-do-relsymlink, dired-flag-extension, dired-mark-extension,
7064         dired-mark-omitted, dired-do-relsymlink-regexp, dired-omit-mode.
7066 2005-11-03  Romain Francoise  <romain@orebokech.com>
7068         * net/eudcb-mab.el: Now part of GNU Emacs.  Update FSF's address.
7069         Update copyright years.
7071 2005-11-03  Sam Steingold  <sds@gnu.org>
7073         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
7074         Use system-type instead of window-system because window-system is not
7075         correctly defined during loadup.
7077 2005-11-02  Mark A. Hershberger  <mah@everybody.org>
7079         * xml.el (xml-syntax-table): Allow xml.el to compile in xemacs.
7080         (xml-parse-tag): Join strings separated by a comment properly.
7082 2005-11-02  Andreas Schwab  <schwab@suse.de>
7084         * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Fix last fix.
7086 2005-11-02  Stefan Monnier  <monnier@iro.umontreal.ca>
7088         * emacs-lisp/byte-opt.el (string-to-syntax): Mark it as pure.
7089         (byte-optimize-pure-func): Quote the eval'd value.
7091         * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
7092         Rename from perl-font-lock-syntactic-face-function.
7093         Change the calling convention so it can be used as a font-lock MATCHER.
7094         Do the parse-partial-sexp loop outselves.
7095         (perl-font-lock-syntactic-keywords): Use it.
7096         (perl-mode): Don't set font-lock-syntactic-face-function any more.
7098 2005-11-02  Nick Roberts  <nickrob@snap.net.nz>
7100         * progmodes/gdb-ui.el (gdb-mouse-until): Make it work in the
7101         disassembly buffer too.
7102         (gdb-exited): Remove overlay arrows when execution has finished.
7103         (gdb-info-frames-custom, gdb-info-threads-custom)
7104         (gdb-info-registers-custom): Don't add inappropriate text
7105         properties if inferior is not active.
7107 2005-11-02  Glenn Morris  <rgm@gnu.org>
7109         * progmodes/fortran.el (fortran-blink-match):
7110         Use `blink-matching-delay'.
7112 2005-11-02  John Mongan  <jmongan@mccammon.ucsd.edu>  (tiny change)
7114         * progmodes/f90.el (f90-match-end): Use `blink-matching-delay'.
7116 2005-11-02  Lars Hansen  <larsh@soem.dk>
7118         * net/tramp.el (tramp-action-out-of-band): Handle scp message
7119         "Permission denied".
7121 2005-11-01  Richard M. Stallman  <rms@gnu.org>
7123         * textmodes/flyspell.el (flyspell-external-point-words):
7124         Pass nil to flyspell-get-word.
7126 2005-11-02  Kim F. Storm  <storm@cua.dk>
7128         * menu-bar.el (menu-bar-options-menu): Show "Shift Movement (CUA)"
7129         item instead of "C-x/C-c/C-v (CUA)" if cua-enable-cua-keys is nil.
7131 2005-11-01  Stefan Monnier  <monnier@iro.umontreal.ca>
7133         * calendar/cal-menu.el (date, event): Don't declare as dynamic-var.
7134         (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
7135         (calendar-mouse-print-dates): Add optional `event' argument.
7136         Update interactive-spec.
7137         (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
7138         Use `calendar-event-to-date' instead of `event'.
7140 2005-11-02  Masatake YAMATO  <jet@gyve.org>
7142         * progmodes/ld-script.el (ld-script-builtins):
7143         Add more words: "DATA_SEGMENT_ALIGN", "DATA_SEGMENT_END",
7144         "DATA_SEGMENT_RELRO_END", "LENGTH", "ORIGIN", and "SEGMENT_START".
7145         (auto-mode-alist): Accept .ld, .lds, ld.in and .lds.in.
7147 2005-11-01  Romain Francoise  <romain@orebokech.com>
7149         * vc-sccs.el: Update copyright year.
7150         * ezimage.el: Likewise.
7152 2005-11-01  KOBAYASHI Yasuhiro  <kobayays@otsukakj.co.jp>  (tiny change)
7154         * info.el (Info-fontify-node): Use `string-width' for fontifying
7155         underlined titles.
7157 2005-11-01  Juri Linkov  <juri@jurta.org>
7159         * info.el (Info-fontify-node): Downcase node header keywords Node,
7160         Prev, Next, Up before comparison.
7161         (Info-history): Insert absolute directory name, and put invisible
7162         property on it.
7164 2005-11-01  Juri Linkov  <juri@jurta.org>
7166         * info.el (Info-file-supports-index-cookies): New variable.
7167         (Info-find-node-2): Check makeinfo version for index cookie support.
7168         (Info-index-nodes): Search for nodes with index cookies only when
7169         Info-file-supports-index-cookies is t.  Otherwise, search nodes
7170         with "Index" in the node name.
7171         (Info-index-node): Search index cookie in the current node only when
7172         Info-file-supports-index-cookies is t.  Otherwise, check the word
7173         "Index" in the node name.
7174         (Info-find-emacs-command-nodes): Remove code that searches nodes
7175         with "Index" node name in the top menu.
7177 2005-11-01  Stefan Monnier  <monnier@iro.umontreal.ca>
7179         * progmodes/scheme.el (scheme-mode-variables): Use the default
7180         comment-indent-function.
7182         * faces.el (face-attribute): Handle the case where a face inherits from
7183         a non-existent face.
7185         * simple.el (eval-expression-print-format): Use lisp-readable syntax
7186         for octal and hexa output, and merge the char into the paren.
7187         (kill-new): Use push.
7188         (copy-to-buffer): Use with-current-buffer.
7189         (completion-setup-function): Move code in loop to remove redundancy.
7190         (minibuffer-local-must-match-map): Don't add bindings that duplicate
7191         those inherited from minibuffer-local-completion-map.
7193         * savehist.el (savehist-mode) <defcustom>:
7194         Use custom-set-minor-mode if available.
7195         (savehist-mode) <defun>: Run the minor mode hook, set the custom state
7196         and emit a message if applicable.
7198 2005-11-01  Hrvoje Niksic  <hniksic@xemacs.org>
7200         * savehist.el: Sync up to version 19.
7201         (savehist-mode): New minor mode.
7202         (savehist-file): Use ~/.emacs.d or ~/.xemacs if available.
7203         (savehist-length): Remove (use history-length instead).
7204         (savehist-file-modes): Rename from savehist-modes.
7205         (savehist-save-hook, savehist-loaded): New vars.
7206         (savehist-load): Use savehist-mode.  Try to smooth up transition from
7207         old format to new format.
7208         (savehist-install): Allow savehist-autosave-interval to be nil.
7209         (savehist-save): Run the new hook.  Be more careful to only trim the
7210         history variables.
7211         (savehist-trim-history): New fun.  Replaces savehist-process-for-saving.
7212         (savehist-printable): Print into a buffer rather than char-by-char.
7214 2005-11-01  John Wiegley  <johnw@newartisans.com>
7216         * iswitchb.el (iswitchb-define-mode-map): Re-enable the
7217         toggle-ignore keybinding (C-a).  The author said it had been
7218         disabled much earlier due to a possible incompatibility, but after
7219         many months of usage I have encountered no problems (and it is a
7220         rather useful option, especially for switching to " *temp*").
7222         * net/eudcb-mab.el (eudc-mab-query-internal): Add backend
7223         support for OS/X's AddressBook, by calling out to the open source
7224         program "contacts" (installable through Fink).
7226         * net/eudc.el (eudc-expand-inline): If the
7227         `eudc-multiple-match-handling-method' is set to `all', delete the
7228         query string before inserting the query result.
7230         * eshell/em-ls.el (eshell-do-ls): Add no-op support for --dired
7231         flag, to prevent Eshell from using the system ls when
7232         `eshell-ls-insert-directory' is in used.
7233         (eshell-ls-insert-directory): Disable font-lock in directory
7234         buffer so that Eshell's own fontification is seen.  This broke
7235         recently due to changes in font-lock, so this goes back to version
7236         21 behavior.
7238 2005-11-01  Nick Roberts  <nickrob@snap.net.nz>
7240         * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New function.
7241         (menu, toggle-gdb-use-inferior-io-buffer): Get rid of defadvice.
7242         (gdb-many-windows): Doc fix.
7244 2005-10-31  Romain Francoise  <romain@orebokech.com>
7246         * help-fns.el (describe-simplify-lib-file-name): Add autoload cookie.
7248 2005-10-31  Dan Nicolaescu  <dann@ics.uci.edu>
7250         * loadup.el: Load emacs-lisp/syntax, font-lock and jit-lock so
7251         that global-font-lock-mode can be enabled by default.
7253         * font-lock.el (font-lock-keywords, font-lock-mode-internal)
7254         (font-lock-add-keywords, font-lock-remove-keywords)
7255         (font-lock-fontify-buffer): Remove autoload cookies.
7257         * jit-lock.el (jit-lock-register): Likewise.
7259         * emacs-lisp/syntax.el (syntax-ppss): Likewise.
7261 2005-10-31  Nick Roberts  <nickrob@snap.net.nz>
7263         * progmodes/gdb-ui.el (gdb-many-windows): Leave window configuration
7264         intact if there is no gud-comint-buffer.
7266 2005-10-31  Luc Teirlinck  <teirllm@auburn.edu>
7268         * progmodes/gud.el (gud-filter): Use comint-update-fence to delete
7269         old prompt comint-prompt-read-only is t and GDB commands are
7270         issued from tool bar etc.
7272 2005-10-31  Masatake YAMATO  <jet@gyve.org>
7274         * vc.el (vc-directory-exclusion-list): Add "{arch}".
7276 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
7278         * thumbs.el (thumbs-thumbsdir): Default to ~/.emacs.d/thumbs.
7279         (thumbs-thumbsdir): Make .emacs.d if it does not exist.
7281 2005-10-30  Michael Albinus  <michael.albinus@gmx.de>
7283         * net/tramp.el (tramp-chunksize): Escape parentheses in docstring
7284         starting at beginning of line.  Fontification is messed up when
7285         `open-paren-in-column-0-is-defun-start' set to t.
7286         Reported by John Paul Wallington <jpw@pobox.com>.
7288 2005-10-30  Luc Teirlinck  <teirllm@auburn.edu>
7290         * comint.el (comint-send-input): Call `comint-update-fence' when
7291         `comint-process-echoes' and `comint-prompt-read-only' are both
7292         non-nil, to avoid leftover read-only newline.
7294 2005-10-30  Richard M. Stallman  <rms@gnu.org>
7296         * textmodes/flyspell.el (flyspell-external-point-words):
7297         Detect when WORD can't be checked properly because
7298         flyspell-get-word finds just part of it, and move on.
7300         * textmodes/ispell.el (ispell-dictionary-alist-5): Add . as
7301         boundarychar for Polish.
7302         (ispell-dictionary-alist-4): Add . as boundarychar for Italian.
7303         (ispell-dictionary-alist-3): Add . and @ as boundarychars for French.
7305 2005-10-31  Nick Roberts  <nickrob@snap.net.nz>
7307         * progmodes/gdb-ui.el (gdb-tooltip-print-1): Fix regexp.
7308         (gdb-registers-font-lock-keywords): Delete.
7309         (gdb-registers-mode): Don't fontify.
7310         (gdb-info-registers-custom): Use text properties instead as, in
7311         future, changed register values will use font-lock-warning-face.
7312         (gdb-local-font-lock-keywords): Rename to...
7313         (gdb-locals-font-lock-keywords): ...for consistency.
7315 2005-10-30  Andre Spiegel  <spiegel@gnu.org>
7317         * vc.el (vc-switch-backend): Better error message if the buffer is
7318         not visiting a file under version control.
7320         * vc-cvs.el (vc-cvs-delete-file): Commit the file after removing it.
7322 2005-10-29  Chong Yidong  <cyd@stupidchicken.com>
7324         * startup.el (command-line): Use ~/.emacs.d/init.el instead of
7325         ~/.emacs.d/.emacs.
7327 2005-10-29  Richard M. Stallman  <rms@gnu.org>
7329         * replace.el (occur-mode-mouse-goto): Always go to other window.
7330         (occur-mode-goto-occurrence): Always switch in same window.
7332         * simple.el (undo): Display message at end, not at start.
7334         * emacs-lisp/timer.el (timer-activate, timer-activate-when-idle):
7335         New arg REUSE-CELL.
7336         (cancel-timer-internal): New function.
7337         (timer-event-handler): Use cancel-timer-internal,
7338         and pass the cell it returns to timer-activate...
7340         * jit-lock.el (jit-lock-function, jit-lock-stealth-fontify)
7341         (jit-lock-deferred-fontify, jit-lock-context-fontify)
7342         (jit-lock-after-change): Test memory-full.
7344 2005-10-29  Ken Manheimer  <ken.manheimer@gmail.com>
7346         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
7347         part of the decoded armor to find the key-identifier.
7348         (pgg-gpg-lookup-key-owner): New function to return the
7349         human-readable identifier of a key owner.
7350         (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
7351         key itself.
7352         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
7353         the key value) if we have a key and can match it against a secret
7354         key.  Also, added a note pointing out fact that the prompt only
7355         indicates the first matching key.
7357         * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
7358         pgg-decrypt-region.
7359         (pgg-pending-timers): A new hash for tracking the passphrase cache
7360         timers, so that new ones supercede old ones.
7361         (pgg-add-passphrase-to-cache): Rename from
7362         `pgg-add-passphrase-cache' to reduce confusion (all callers
7363         changed).  Modified to cancel old timers when new ones are added.
7364         (pgg-remove-passphrase-from-cache): Rename from
7365         `pgg-remove-passphrase-cache' to reduce confusion (all callers
7366         changed).  Modified to cancel old timers when their keys are
7367         removed from the cache.
7368         (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
7369         XEmacs, an indirection to delete-itimer.
7370         (pgg-read-passphrase-from-cache, pgg-read-passphrase):
7371         Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
7372         users can only check cache without risk of prompting.  Correct bug in
7373         notruncate behavior.
7374         (pgg-read-passphrase-from-cache, pgg-read-passphrase)
7375         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
7376         Add informative docstrings.
7377         (pgg-decrypt): Convey provided passphrase in subordinate call to
7378         pgg-decrypt-region.
7380         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
7381         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
7382         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
7383         `passphrase' argument, so the passphrase can be managed externally
7384         and then passed in to the system.
7386         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
7387         (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
7388         so the passphrase cache can be used reliably with identifiers
7389         besides a pgp packet's key id.
7391         * pgg-gpg.el (pgg-pgp-encrypt-region)
7392         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
7393         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
7394         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
7395         argument to all these routines, so the passphrase can be managed
7396         externally and passed in to the system.
7398         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
7399         `notruncate' argument, so the passphrase cache can be used
7400         reliably with identifiers besides a pgp packet's key id.
7402 2005-10-29  Sascha Wilde  <swilde@sha-bang.de>
7404         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
7405         symmetric encryption.
7406         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
7407         encrypted session key.
7408         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
7409         message ask for the passphrase in a proper way.
7411         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
7412         New user commands for symmetric encryption.
7414 2005-10-29  Roland Winkler  <roland.winkler@physik.uni-erlangen.de>
7416         * textmodes/conf-mode.el (conf-assignment-sign)
7417         (conf-assignment-regexp): Fix docstrings.
7418         (conf-mode-initialize): New function.
7419         (conf-mode): Remove optional args.  Use delay-mode-hooks to
7420         recognize recursive calls.
7421         (conf-unix-mode, conf-windows-mode, conf-javaprop-mode)
7422         (conf-space-mode, conf-colon-mode, conf-ppd-mode)
7423         (conf-xdefaults-mode): Use define-derived-mode and
7424         conf-mode-initialize.
7426 2005-10-29  Romain Francoise  <romain@orebokech.com>
7428         * help-fns.el (describe-simplify-lib-file-name): Fix regexp.
7430 2005-10-29  Ken Manheimer  <ken.manheimer@gmail.com>
7432         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
7433         part of the decoded armor to find the key-identifier.
7434         (pgg-gpg-lookup-key-owner): New function to return the
7435         human-readable identifier of a key owner.
7436         (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
7437         key itself.
7438         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
7439         the key value) if we have a key and can match it against a secret
7440         key.  Also, added a note pointing out fact that the prompt only
7441         indicates the first matching key.
7443         * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
7444         pgg-decrypt-region.
7445         (pgg-pending-timers): A new hash for tracking the passphrase cache
7446         timers, so that new ones supercede old ones.
7447         (pgg-add-passphrase-to-cache): Rename from
7448         `pgg-add-passphrase-cache' to reduce confusion (all callers
7449         changed).  Modified to cancel old timers when new ones are added.
7450         (pgg-remove-passphrase-from-cache): Rename from
7451         `pgg-remove-passphrase-cache' to reduce confusion (all callers
7452         changed).  Modified to cancel old timers when their keys are
7453         removed from the cache.
7454         (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
7455         XEmacs, an indirection to delete-itimer.
7456         (pgg-read-passphrase-from-cache, pgg-read-passphrase):
7457         Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
7458         users can only check cache without risk of prompting.  Correct bug in
7459         notruncate behavior.
7460         (pgg-read-passphrase-from-cache, pgg-read-passphrase)
7461         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
7462         Add informative docstrings.
7463         (pgg-decrypt): Convey provided passphrase in subordinate call to
7464         pgg-decrypt-region.
7466 2005-10-20  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
7468         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
7469         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
7470         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
7471         `passphrase' argument, so the passphrase can be managed externally
7472         and then passed in to the system.
7474         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
7475         (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
7476         so the passphrase cache can be used reliably with identifiers
7477         besides a pgp packet's key id.
7479         * pgg-gpg.el (pgg-pgp-encrypt-region)
7480         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
7481         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
7482         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
7483         argument to all these routines, so the passphrase can be managed
7484         externally and passed in to the system.
7486         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
7487         `notruncate' argument, so the passphrase cache can be used
7488         reliably with identifiers besides a pgp packet's key id.
7490 2005-10-29  Sascha Wilde  <swilde@sha-bang.de>
7492         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
7493         symmetric encryption.
7494         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
7495         encrypted session key.
7496         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
7497         message ask for the passphrase in a proper way.
7499         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
7500         New user commands for symmetric encryption.
7502 2005-10-28  Bill Wohler  <wohler@newt.com>
7504         * help-mode.el (help-url): New button type.  Calls browse-url.
7505         (help-xref-url-regexp): New regexp to recognize URLs in docstring.
7506         Similar to Info nodes: URL `url'.
7507         (help-make-xrefs): Create help-url buttons for
7508         help-xref-url-regexp matches.
7510 2005-10-29  Nick Roberts  <nickrob@snap.net.nz>
7512         * tool-bar.el (tool-bar-add-item-from-menu)
7513         (tool-bar-local-item-from-menu): Fix doc strings.
7515 2005-10-28  Romain Francoise  <romain@orebokech.com>
7517         * ldefs-boot.el: Update.
7519         * subr.el (locate-library): Move from help-fns.el.
7520         * help-fns.el (locate-library): Move to subr.el.
7522 2005-10-28  Richard M. Stallman  <rms@gnu.org>
7524         * net/tramp.el (tramp-completion-mode): defvar moved up.
7526         * emacs-lisp/easymenu.el (easy-menu-change): Doc fix.
7528         * tool-bar.el (tool-bar-mode): Delete autoload cookie.
7530         * files.el (find-file-noselect): Use %d to format large file size.
7532         * bindings.el (mode-line-format): Add %e.
7534         * loadup.el ("facemenu"): Load unconditionally.
7535         ("image", "international/fontset", "dnd", "mwheel", "tool-bar"):
7536         ("x-dnd"): Load, when appropriate.
7538         * startup.el (command-line): Call before-init-hook earlier.
7539         Warn about some bad characters in -u user name.
7541         * textmodes/flyspell.el (flyspell-large-region): Pass -t if Tex file.
7542         (flyspell-external-point-words): Error if misspelled word is not found.
7543         Set flyspell-large-region-beg at end of word.
7545 2005-10-28  Andreas Schwab  <schwab@suse.de>
7547         * view.el (View-revert-buffer-scroll-page-forward):
7548         Use view-page-size-default.
7550 2005-10-28  Juri Linkov  <juri@jurta.org>
7552         * international/quail.el (quail-get-current-str): Translate last
7553         raw character for deterministic input methods.
7555 2005-10-27  Jay Belanger  <belanger@truman.edu>
7557         * calc/calc-ext.el: Add functions to autoloads.
7558         (math-identity-matrix-p, math-ident-row-p): New functions.
7560         * calc/calc-arith.el (calc-mul-symb-fancy): Add checks for
7561         multiplication by an identity matrix; don't turn multiplication by
7562         an inverse matrix into division.
7563         (math-div-symbol-fancy): Replace division by matrices with
7564         multiplication by inverse.
7566         * calc/calc-misc.el (calcFunc-inv): Check for symbolic matrices.
7568         * calc/calc-alg.el (calcFunc-writeoutpower, math-write-out-power)
7569         (calc-writeoutpower): New functions.
7571 2005-10-27  Romain Francoise  <romain@orebokech.com>
7573         * replace.el (occur-engine): Include colon in mouse-face highlight.
7575         * dired-x.el: Change Maintainer field.
7577 2005-10-26  Chong Yidong  <cyd@stupidchicken.com>
7579         * longlines.el (longlines-mode): Bind after-change-functions to
7580         nil during initial decoding and final encoding.
7582 2005-10-26  Dan Nicolaescu  <dann@ics.uci.edu>
7584         * term.el (term-emulate-terminal, term-handle-colors-array)
7585         (term-handle-ansi-escape): Specify the terminfo capabilities
7586         implemented.
7588 2005-10-26  Richard M. Stallman  <rms@gnu.org>
7590         * info.el (Info-fontify-node): Fix detection of sentence-break
7591         before *Note.
7593 2005-10-26  Romain Francoise  <romain@orebokech.com>
7595         * smerge-mode.el: Add `tools' to file keywords.
7597 2005-10-26  Nick Roberts  <nickrob@snap.net.nz>
7599         * progmodes/gud.el (gud-menu-map): Only display gud-until icon
7600         when the fringe is not available.
7602         * progmodes/gdb-ui.el (def-gdb-auto-updated-buffer)
7603         (def-gdb-auto-update-trigger): Simplify construction.
7604         (gdb-locals-buffer): Use def-gdb-auto-update-trigger instead of
7605         def-gdb-auto-updated-buffer as gdb-info-locals-handler is
7606         defined explicitly.
7607         (gdb-assembler-buffer): Use def-gdb-auto-update-handler instead of
7608         def-gdb-auto-updated-buffer as gdb-invalidate-assembler is
7609         defined explicitly.
7610         (gdb-info-locals-custom): Remove as it's a no-op.
7612 2005-10-25  Chong Yidong  <cyd@stupidchicken.com>
7614         * longlines.el (longlines-mode): Remove narrowing before
7615         performing the initial decoding or final encoding.
7617 2005-10-25  Romain Francoise  <romain@orebokech.com>
7619         * emacs-lisp/find-func.el (find-library-name): Also strip
7620         extension if library name ends in .el, to take advantage of
7621         `find-library-suffixes'.
7623 2005-10-25  Richard M. Stallman  <rms@gnu.org>
7625         * menu-bar.el (menu-bar-help-menu): Say which kind of therapist.
7627 2005-10-25  Juri Linkov  <juri@jurta.org>
7629         * textmodes/texinfo.el (texinfo-mode): Change charset of one
7630         quotation mark from [mule-unicode-0100-24ff] to [japanese-jisx0208].
7632 2005-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
7634         * play/blackbox.el (blackbox-mode-map): Move init into declaration.
7635         (blackbox-redefine-key): Add argument `map'.
7637         * jit-lock.el (jit-lock-fontify-now): Be careful not to skip multiline
7638         regions when moving the jit-lock-context-unfontify-pos boundary.
7640 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
7642         * net/browse-url.el (browse-url-of-buffer): Add ".html" to filename.
7644 2005-10-25  Masatake YAMATO  <jet@gyve.org>
7646         * dired-x.el (dired-virtual): Don't use `dired-insert-headerline'.
7648 2005-10-25  Michael Cadilhac  <michael.cadilhac-@t-lrde.epita.fr>  (tiny change)
7650         * play/blackbox.el (blackbox-redefine-key): New function.
7651         (blackbox-mode-map): Use it to remap existing bindings for cursor
7652         motion instead of binding literal keys.
7654 2005-10-25  Glenn Morris  <rgm@gnu.org>
7656         * calendar/diary-lib.el (diary-list-entries): Prevent infloop when
7657         diary does not end in a newline.  Do not assume a blank line at
7658         the start of the diary file.
7660 2005-10-25  Kenichi Handa  <handa@m17n.org>
7662         * international/quail.el (quail-translate-key): If the input
7663         method is deterministic and failed to handle the last key, restart
7664         the key handling loop from an appropriate key.
7666 2005-10-25  Michael Albinus  <michael.albinus@gmx.de>
7668         * vc.el (vc-dired-mode): Extend comment for binding of
7669         `directory-listing-before-filename-regexp'.
7671 2005-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
7673         * textmodes/texinfo.el (texinfo-mode):
7674         * textmodes/paragraphs.el (sentence-end-base): Use real chars, so as
7675         not to unnecessarily expose emacs-mule's internal char codes.
7677 2005-10-25  Nick Roberts  <nickrob@snap.net.nz>
7679         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Correct help-echo.
7680         Display hand pointer and help-echo on disabled icon too.
7681         (gdb-mouse-until): New function.
7682         (gdb-ann3): Bind it to mouse-2 and drag-mouse-1 in left fringe.
7684 2005-10-24  Chong Yidong  <cyd@stupidchicken.com>
7686         * menu-bar.el (menu-bar-help-menu): Rename "psychiatrist", in line
7687         with 2005-10-23 change to doctor.el.
7689         * finder.el (finder-mode-map): Add follow-link binding.
7691 2005-10-25  Kim F. Storm  <storm@cua.dk>
7693         * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-3 in left fringe
7694         to gdb-mouse-toggle-breakpoint-fringe.
7695         (gdb-mouse-toggle-breakpoint-margin): Rename from
7696         gdb-mouse-toggle-breakpoint.  Fix doc.
7697         (gdb-mouse-toggle-breakpoint-fringe): New defun.
7698         (gdb-put-string): Add optional SPROPS arg.  Add props to string.
7699         (gdb-put-breakpoint-icon): Add gdb-bptno and gdb-enabled
7700         string properties also for fringe breakpoint bitmaps.
7702 2005-10-24  Carsten Dominik  <dominik@science.uva.nl>
7704         * textmodes/org.el (org-start-icalendar-file): Fix format form.
7706 2005-10-25  Masatake YAMATO  <jet@gyve.org>
7708         * simple.el (completion-common-substring):
7709         Use `completion-common-substring' prior to `completion-base-size'.
7711 2005-10-24  Hrvoje Niksic  <hniksic@xemacs.org>
7713         * savehist.el: Require CL while compiling.
7714         (savehist-history-variables): Remove.
7715         (savehist-save-minibuffer-history, savehist-additional-variables)
7716         (savehist-minibuffer-history-variables): New vars.
7717         (savehist-save): Use them.
7718         (savehist-uninstall, savehist-minibuffer-hook): New funs.
7719         (savehist-install): New fun, extracted from savehist-load.
7720         (savehist-load): Use them.
7722 2005-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7724         * emacs-lisp/lisp-mode.el (easy-mmode-define-global-mode): Don't add
7725         a dummy doc-string-elt property.
7726         (defalias, defvaralias, define-category): Add a docstring property.
7728         * image.el (defimage):
7729         * widget.el (define-widget):
7730         * custom.el (defface, defcustom): Add `doc-string' declaration.
7732         * emacs-lisp/advice.el (ad-make-advised-definition): Fix arg-order.
7733         (defadvice): Add `doc-string' declaration.
7735         * emacs-lisp/byte-run.el (macro-declaration-function):
7736         Handle `doc-string' declarations.
7737         (define-obsolete-function-alias, define-obsolete-variable-alias):
7738         Add `doc-string' declaration.
7740 2005-10-24  Kenichi Handa  <handa@m17n.org>
7742         * international/utf-7.el (utf-7): Add autoload cookie.
7744         * term/x-win.el: Register more Cyrillic characters in x-keysym-table.
7746 2005-10-24  Eli Zaretskii  <eliz@gnu.org>
7748         * makefile.w32-in (autoloads): Use "." instead of $(lisp) in the
7749         list of directories passed to batch-update-autoloads.  Add "." to
7750         the list of the echoed directories.
7752         * pgg-def.el:
7753         * pgg-gpg.el:
7754         * pgg-parse.el:
7755         * pgg-pgp.el:
7756         * pgg-pgp5.el:
7757         * pgg.el: Moved here from the gnus subdirectory.
7759 2005-10-24  Nick Roberts  <nickrob@snap.net.nz>
7761         * progmodes/gud.el (gud-filter): Bind inhibit-read-only to t
7762         in case comint-prompt-read-only is set to t.
7764         * progmodes/gdb-ui.el (gdb-send): Bind inhibit-read-only to t
7765         in case comint-prompt-read-only is set to t.
7767 2005-10-24  Ulf Jasper  <ulf.jasper@web.de>
7769         * calendar/icalendar.el (icalendar-version): Increase to 0.13.
7770         Now a string.
7771         (icalendar-import-format): Handle CLASS, STATUS, URL.
7772         Rename `subject' to `summary'.
7773         (icalendar-import-format-summary): Rename from
7774         `icalendar-import-format-subject'.
7775         (icalendar-import-format-url, icalendar-import-format-status)
7776         (icalendar-import-format-class): New variables.
7777         (icalendar--rris): Take variable argument list.
7778         (icalendar--datestring-to-isodate): Remove unnecessary
7779         calendar-style check when converting dates with explicit month names.
7780         (icalendar-export-region): Change return type of conversion
7781         subroutines.  Bury current buffer unless error occurred.
7782         (icalendar--convert-to-ical)
7783         (icalendar--parse-summary-and-rest): New functions.
7784         (icalendar--convert-ordinary-to-ical)
7785         (icalendar--convert-weekly-to-ical)
7786         (icalendar--convert-yearly-to-ical)
7787         (icalendar--convert-block-to-ical)
7788         (icalendar--convert-cyclic-to-ical)
7789         (icalendar--convert-anniversary-to-ical): Change return type.
7790         Strip trailing blanks from subject.
7791         (icalendar--convert-sexp-to-ical): Change return type.
7792         Strip trailing blanks from subject.  Handle simple sexp
7793         entries as generated by icalendar.el.
7794         (icalendar--convert-float-to-ical)
7795         (icalendar--convert-date-to-ical): Strip trailing blanks from subject.
7796         (icalendar-import-file): Doc fix.
7797         (icalendar--format-ical-event): Handle CLASS, STATUS, URL.
7798         Correct call to icalendar--rris.
7799         (icalendar--convert-ical-to-diary): Doc fix.  Rename `subject' to
7800         `summary'.
7801         (icalendar--add-diary-entry): Rename `subject' to `summary'.
7803 2005-10-24  Romain Francoise  <romain@orebokech.com>
7805         * server.el (server-sentinel): Set query-on-exit flag to nil on
7806         new client processes (it isn't inherited from the server process).
7808         * replace.el (occur-engine): Rearrange text properties.
7810 2005-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
7812         * emacs-lisp/debug.el (debugger-make-xrefs): Don't assume
7813         case-fold-search is nil.
7814         (debug-help-follow): Use help-xref-interned directly.
7816 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
7818         * thumbs.el (thumbs-image-type): Add .pbm.
7820 2005-10-23  Richard M. Stallman  <rms@gnu.org>
7822         * faces.el (inhibit-face-set-after-frame-default): New variable.
7823         (set-face-attribute): Bind it.
7824         (face-set-after-frame-default): Test it.
7826         * help-fns.el (describe-simplify-lib-file-name): New function.
7827         (describe-function-1, describe-variable): Use it.
7829         * faces.el (describe-face): Use describe-simplify-lib-file-name.
7831         * tooltip.el (tooltip-x-offset, tooltip-y-offset): Change defaults.
7832         Eliminate nil as possible value.
7833         (tooltip-hide-delay): Reduce internal-border-width.
7835         * menu-bar.el (menu-bar-file-menu) <dired>: Change help-echo string.
7836         (menu-bar-file-menu) <new-file>: Likewise.
7838         * simple.el (line-move-finish): Ignore fields computing LINE-END.
7840         * international/mule.el (load-with-code-conversion):
7841         Pass full file name to `eval-buffer' unless preloading.
7843         * textmodes/flyspell.el (flyspell-large-region):
7844         Call ispell-check-version.
7846         * textmodes/ispell.el (ispell-local-dictionary-overridden):
7847         Fix the make-variable-buffer-local call that was supposed
7848         to be for this variable.
7849         (ispell-aspell-supports-utf8): Doc fix.
7850         (ispell-find-aspell-dictionaries): Preserve elements of
7851         ispell-dictionary-alist for dictionaries that aspell doesn't report.
7852         (ispell-aspell-find-dictionary): Return nil on error.
7854         * play/doctor.el (doctor-doc): Don't say "psychiatrist".
7855         (doctor-symptoms): Likewise.
7857         * add-log.el (add-log-current-defun): Clean up handling of DEFUNs.
7859 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
7861         * cus-edit.el (custom-button, custom-button-pressed): New vars.
7862         (custom-raised-buttons): Add :set spec.
7863         (custom-button-unraised, custom-button-pressed-unraised):
7864         New faces, so that custom-raised-buttons actually does something.
7865         (custom-mode): Use custom-button and custom-button-pressed.
7867         * wid-edit.el (widget-specify-button): Don't ignore
7868         widget-mouse-face on graphic terminals.
7869         (widget-move-and-invoke): Cleanup.
7871 2005-10-23  Thien-Thi Nguyen  <ttn@gnu.org>
7873         * whitespace.el (whitespace-cleanup): Doc fix.
7875 2005-10-23  Romain Francoise  <romain@orebokech.com>
7877         * emulation/viper.el (viper-set-hooks): Quote forms passed to
7878         `eval-after-load' to avoid evaluating their result.
7880 2005-10-23  Michael Albinus  <michael.albinus@gmx.de>
7882         * files.el (directory-listing-before-filename-regexp):
7883         New defvar.  Replaces `dired-move-to-filename-regexp' from dired.el.
7885         * dired.el (dired-move-to-filename-regexp): Remove.
7886         All occurences replaced by `directory-listing-before-filename-regexp'.
7888         * dired-x.el, locate.el, vc.el:
7889         Replace `dired-move-to-filename-regexp' by
7890         `directory-listing-before-filename-regexp'.  In vc.el it is
7891         overwritten locally; maybe this can be handled in files.el too.
7893         * net/ange-ftp.el (ange-ftp-date-regexp): Remove.  All occurences
7894         replaced by `directory-listing-before-filename-regexp'.
7896 2005-10-23  Andreas Schwab  <schwab@suse.de>
7898         * font-lock.el (lisp-font-lock-keywords-2): Add eval-at-startup
7899         and eval-next-after-load.
7901 2005-10-23  MIYOSHI Masanori  <miyoshi@meadowy.org>  (tiny change)
7903         * mouse.el (mouse-drag-region): If the *Messages* buffer doesn't
7904         exist, create it.
7906 2005-10-23  Ken Manheimer  <ken.manheimer@gmail.com>
7908         * allout.el: Remove autoloads for mailcrypt and crypt++.
7909         Require pgg, pgg-gpg during compilation.
7910         (allout-version): Increment version number to 2.1, and use a literal
7911         rather than RCS Id.
7912         (allout-default-encryption-scheme): Remove.
7913         (allout-passphrase-verifier-handling)
7914         (allout-passphrase-verifier-string)
7915         (allout-file-passphrase-verifier-string)
7916         (allout-passphrase-hint-string): Rename -key- to -passphrase-.
7917         (allout-passphrase-hint-handling): Rename and simplify.
7918         (allout-init): Use `find-file-hook' if available, otherwise
7919         `find-file-hooks'.
7920         (allout-mode): Use `write-file-functions' if available, otherwise
7921         `local-write-file-hooks' and, instead of making auto-save-hook
7922         buffer local, make the write-file-hook activity contingent to
7923         allout-mode.
7924         (allout-mode): Use key-binding substitution in the docstring.
7925         (allout-kill-line): Spell-out kill ring data structure mutation
7926         instead of using byte-compiler-complaint-provoking `pop'.
7927         (allout-insert-listified): Use `insert' rather than `insert-string'
7928         (allout-toggle-current-subtree-encryption): Update docstring, adjust
7929         to new gpp-based encryption, use new `allout-encrypted-topic-p'.
7930         (allout-encrypt-string): Totally revamped vis new underlying
7931         encryption facilities.
7932         (allout-mc-activate-passwd): Remove.
7933         (allout-obtain-passphrase): New, more or less replaces
7934         allout-mc-activate-passwd.
7935         (allout-encrypted-key-info): More or less replaces
7936         allout-encrypted-text-type.
7937         (outlineify-sticky, outlinify-sticky): Add autoload cookie.
7938         (my-mark-marker): Use `(featurep 'xemacs)'.
7940 2005-10-23  Lars Hansen  <larsh@soem.dk>
7942         * emacs-lisp/bytecomp.el (byte-compile-lambda): New arg add-lambda.
7943         (byte-compile-file-form-defmumble, byte-compile-defun)
7944         (byte-compile-defmacro): Use it.
7945         (byte-compile-form): Don't call byte-compile-set-symbol-position
7946         when a byte-compile handler is called.
7948 2005-10-22  Romain Francoise  <romain@orebokech.com>
7950         * savehist.el (savehist-history-variables): Add `grep-find-history'.
7952         * subr.el (eval-after-load): Convert library name to an absolute
7953         file name using locate-library, since load-history no longer has
7954         library names in it.
7956 2005-10-22  Richard M. Stallman  <rms@gnu.org>
7958         * files.el (make-temp-file): Move from subr.el.
7959         * subr.el (make-temp-file): Move to files.el.
7961         * window.el (get-buffer-window-list): Move from subr.el.
7962         * subr.el (get-buffer-window-list): Move to window.el.
7964         * image.el (image-load-path): Use eval-at-startup to initialize.
7966         * subr.el (eval-at-startup): New macro.
7968         * subr.el: Much rearrangement of functions and division
7969         into pages.  No code changes.
7971 2005-10-22  Kenichi Handa  <handa@m17n.org>
7973         * tar-mode.el (tar-extract): Be sure to call
7974         find-operation-coding-system if set-auto-coding doesn't find a
7975         coding system.
7977 2005-10-22  Kim F. Storm  <storm@cua.dk>
7979         * image.el (image-type-header-regexps): Rename from image-type-regexps.
7980         Change users.
7981         (image-type-file-name-regexps): New defconst.
7982         (image-type-from-data): Simplify loop.
7983         (image-type-from-buffer): New defun.
7984         (image-type-from-file-header): Use it instead of image-type-from-data.
7985         Use image-search-load-path instead of only looking in data-directory.
7986         (image-type-from-file-name): New defun.
7987         (image-search-load-path): Change `pathname' to `filename'.
7988         Make PATH arg optional, default to image-load-path.
7990 2005-10-21  Richard M. Stallman  <rms@gnu.org>
7992         * textmodes/texinfo.el (texinfo-mode): Set sentence-end-base.
7994         * textmodes/paragraphs.el (sentence-end-base): New variable.
7995         (sentence-end): Use sentence-end-base.
7997 2005-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
7999         * font-lock.el (font-lock-default-fontify-region): Check the multiline
8000         property independently from the font-lock-multiline variable.
8002 2005-10-21  Richard M. Stallman  <rms@gnu.org>
8004         * emacs-lisp/find-func.el (find-library-name): Doc fix.
8006         * startup.el (command-line): Convert library names
8007         in `load-history' to absolute file names.
8009         * subr.el (symbol-file): Doc fix.
8011         * loadhist.el (file-loadhist-lookup): Call locate-library
8012         instead of find-library-name.  Don't try converting
8013         abs file names to library names, since load-history no longer
8014         has library names in it.
8015         (file-dependents, file-provides, file-requires): Doc fixes.
8017 2005-10-21  Juri Linkov  <juri@jurta.org>
8019         * progmodes/etags.el (tags-table-mode): New function.
8020         (tags-verify-table): Replace initialize-new-tags-table with
8021         tags-table-mode.
8023         * desktop.el (desktop-buffers-not-to-save): Remove TAGS from the
8024         default value.
8025         (desktop-modes-not-to-save): Add tags-table-mode to the
8026         default value.
8028         * info.el (Info-index-next): Add total number of index
8029         alternatives to the message.
8031         * textmodes/fill.el (fill-nobreak-p): Fix first two rules to skip
8032         backward only space (instead of space and period) before looking
8033         at sentence end.
8035         * simple.el (set-variable): Use user-variable-p instead of symbolp.
8036         Add the old variable value as 4th default-value arg of read-string.
8038 2005-10-21  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
8040         * cus-face.el (custom-declare-face): Make face from X resources
8041         also on Mac.
8043         * disp-table.el (standard-display-g1, standard-display-graphic):
8044         Refuse to use string glyphs also on Mac.
8045         (standard-display-european): Don't set terminal coding system also
8046         on Mac.
8048         * frame.el (display-screens): Use x-display-screens also on Mac.
8050 2005-10-21  Romain Francoise  <romain@orebokech.com>
8052         * net/rcirc.el: Now part of GNU Emacs.  Update FSF's address.
8054 2005-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
8056         * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): Make $@
8057         and $? into sexps.
8059         * font-lock.el (font-lock-compile-keywords): Add a help-echo to the
8060         warning face on open-paren-in-column-0.
8062         * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Fix corner
8063         boundary case.  Fix typo.
8064         Suggested by Martin Rudalics <rudalics@gmx.at>.
8066 2005-10-21  Carsten Dominik  <dominik@science.uva.nl>
8068         * textmodes/org.el (org-combined-agenda-icalendar-file)
8069         (org-icalendar-include-todo, org-icalendar-combined-name): New options.
8070         (org-export-icalendar-this-file)
8071         (org-export-icalendar-all-agenda-files)
8072         (org-export-icalendar-combine-agenda-files): New commands.
8073         (org-export-icalendar, org-print-icalendar-entries)
8074         (org-start-icalendar-file, org-finish-icalendar-file)
8075         (org-ical-ts-to-string): New functions.
8076         (org-read-date, org-goto-calendar)
8077         (org-agenda-goto-calendar): Inhibit displaying diary entries by
8078         call to `calendar'.
8079         (orgtbl-setup): Remove the :keys arguments from the menu description.
8080         (org-after-save-iCalendar-file-hook): New variable.
8082 2005-10-21  Kenichi Handa  <handa@m17n.org>
8084         * language/vietnamese.el (tcvn-5712): Make it an alias of
8085         vietnamese-tcvn coding-system.
8087 2005-10-20  Michael Albinus  <michael.albinus@gmx.de>
8089         * net/ange-ftp.el (ange-ftp-date-regexp): Handle also the case no
8090         group id is given.
8092 2005-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
8094         * progmodes/sh-script.el (sh-escaped-line-re): New var.
8095         (sh-here-doc-open-re, sh-font-lock-close-heredoc): Use it.
8096         (sh-font-lock-open-heredoc): Try to properly handle heredoc starters
8097         whose line is either continued or ends with a comment.
8099 2005-10-20  Romain Francoise  <romain@orebokech.com>
8101         * net/rcirc.el (with-rcirc-process-buffer): Move above its first user.
8103         * replace.el (occur-engine): Add follow-link property.
8105         * font-core.el (font-lock-mode): Doc fix.
8107 2005-10-20  Richard M. Stallman  <rms@gnu.org>
8109         * net/rcirc.el: New file.
8111 2005-10-20  Bryan Henderson  <bryanh@giraffe-data.com>  (tiny change)
8113         * term.el (term-term-name): Initialize to "eterm-color".
8115 2005-10-20  Ken Manheimer  <ken.manheimer@gmail.com>
8117         * allout.el: Add autoloads of crypt++ and mailcrypt routines, all
8118         for encryption functionality.
8119         Move allout customization subgroup from `editing' to `outlines' group.
8120         Fix commentary keywords to legitimate ones.
8121         Update author info (using my current email address, obscurified).
8122         (allout-encrypt-string, allout-encryption-produce-work-buffer)
8123         (allout-encrypted-topic-p, allout-encrypted-text-type)
8124         (allout-mc-activate-passwd, allout-create-encryption-key-verifier)
8125         (allout-situate-encryption-key-verifier)
8126         (allout-get-encryption-key-verifier, allout-verify-key)
8127         (allout-next-topic-pending-encryption)
8128         (allout-encrypt-decrypted, allout-encrypted-type-prefix): New funcs.
8129         (outline-topic-encryption-bullet, outline-default-encryption-scheme)
8130         (outline-key-verifier-handling, outline-key-hint-handling)
8131         (outline-encrypt-unencrypted-on-saves): New defcustoms.
8132         (allout-file-key-verifier-string, allout-encryption-scheme)
8133         (allout-key-verifier-string, allout-key-hint-string)
8134         (allout-after-save-decrypt): New variables.
8135         (allout-write-file-hook-handler, allout-auto-save-hook-handler)
8136         (allout-after-saves-handler): New hook functions.
8137         (allout-post-command-business): Do allout-after-save-decrypt.
8138         (allout-enable-file-variable-adjustment): Custom var to enable
8139         mechanism for adding and adjusting settings of Emacs file variables.
8140         (allout-adjust-file-variable, allout-file-vars-section-data):
8141         New functions, implement the mechanism.
8142         (outlineify-sticky): Use the file vars mechanism.
8143         (allout-inhibit-protection, allout-during-write-cue)
8144         (allout-override-protect, allout-before-change-protect): Remove.
8145         (allout-flag-region, allout-open-topic): Adjust read-only text.
8146         (allout-open-line-not-read-only): Add to facilitate read-only
8147         text based protection.
8148         (allout-kill-line): Revise to adjust read-only text, clue the
8149         user about the inhibition.
8150         (allout-unprotected): Use unwind-protect.
8151         (allout-shift-in, allout-shift-out): Disallow manually shifting a
8152         topic deeper than the offspring depth of the previous topic -
8153         avoiding confusing "containment discontinuities".
8154         (allout-reindent-bodies): Fix retention of body relative hanging
8155         indent during promotion of collapsed bodies.
8156         (allout-open-topic): Make it easy to open new topic with same
8157         bullet as current topic - topic creation functions provided with
8158         any universal argument provokes now prompt for bullet, defaulting
8159         to the bullet of the previous topic.
8160         (allout-plain-bullets-string, allout-distinctive-bullets-string):
8161         Plain bullet alternates `.' period and `,' comma only.  All other
8162         bullets are relegated to special status (but customizable).
8163         (allout-end-of-entry): Rename from allout-end-of-current-entry
8164         since it actually operates w.r.t. most immediately containing
8165         entry, visible or not.
8166         (allout-hide-current-entry, allout-show-current-entry): Use the
8167         revised version.
8168         (allout-old-expose-topic): Solidify deprecation.
8169         (allout-end-of-subtree): Add so we can span concealed as well
8170         as visible topics.
8171         (allout-end-of-current-subtree): Use `allout-end-of-subtree'.
8172         (allout-end-of-current-heading): Tweak to just respect the first line.
8173         (allout-get-body-text): Add.
8174         (allout-ascend-to-depth, allout-ascend): Position at end of prefix
8175         when invoked interactively.
8176         (allout-up-current-level): Use `interactive-p'.
8177         (allout-mode, allout-init): Miscellaneous docstring and
8178         operational refinements, as well as hookups of new encryption stuff.
8179         (allout-beginning-of-current-entry): Now works as advertised.
8180         (allout-end-of-current-entry): Remove of superfluous allout-show-entry.
8181         (allout-isearch-rectification): Refine condition for isearching.
8182         (allout-isearch-abort, allout-enwrap-isearch)
8183         (allout-flag-region, my-region-active-p): Relocate some macros.
8184         (allout-title): Fallback title is (buffer-name), not
8185         non-existing (current-buffer-name).
8186         (subst-char-in-string): Define if absent (for some XEmacs versions).
8188 2005-10-20  Jari Aalto  <jari.aalto@cante.net>
8190         * mail/sendmail.el (mail-setup-hook, mail-aliases)
8191         (mail-yank-prefix, mail-indentation-spaces, mail-yank-hooks)
8192         (mail-citation-prefix-regexp, mail-signature-file)
8193         (mail-default-headers, mail-bury-selects-summary)
8194         (mail-send-nonascii): Add autoload cookies.
8196 2005-10-20  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>  (tiny change)
8198         * frame.el (blink-cursor-mode): Add `mac' to the list of
8199         window-system's that support blinking cursor.
8201 2005-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
8203         * textmodes/org.el (org-level-color-stars-only): Fix typo in docstring.
8205 2005-10-20  Eli Zaretskii  <eliz@gnu.org>
8207         * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el):
8208         Bind find-file-suppress-same-file-warnings to t, to avoid warnings due
8209         to different drive letter case in D:/foo/bar.el vs d:/foo/bar.el.
8211 2005-10-20  Kim F. Storm  <storm@cua.dk>
8213         * ido.el (ido-is-tramp-root): Simplify regexp matching tramp root.
8214         (ido-set-current-directory): Don't add / after final @.
8215         (ido-file-name-all-completions-1): Adapt to fixed tramp completion.
8216         Explicitly handle ange-ftp completion oddities.
8217         (ido-make-file-list): Don't rotate list at tramp root to avoid
8218         triggering tramp file handler for expand-file-name via get-file-buffer.
8220 2005-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
8222         * savehist.el (savehist-coding-system): Revert to checking XEmacs.
8224 2005-10-19  Jay Belanger  <belanger@truman.edu>
8226         * calc/calc-units.el (math-standard-units): Add units, adjust
8227         symbols and update values.
8228         (math-unit-prefixes): Add more prefixes.
8230 2005-10-19  Romain Francoise  <romain@orebokech.com>
8232         * bookmark.el (bookmark-menu-heading): New face.
8233         (bookmark-bmenu-list): Use it.
8234         Don't fiddle with `baud-rate' at top-level.
8236 2005-10-18  Chong Yidong  <cyd@stupidchicken.com>
8238         * image.el (create-image, find-image): Mention max-image-size in
8239         docstring.
8241 2005-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
8243         * savehist.el (savehist-load): Revert to checking XEmacs.
8245         * textmodes/conf-mode.el: Don't use font-lock-defaults-alist.
8246         Various docstring and line-width fixups.
8247         (conf-mode): Use cond.
8248         Set font-lock-defaults.  Don't set comment-use-syntax.
8250 2005-10-18  David Ponce  <david@dponce.com>
8252         * tree-widget.el (tree-widget-button-click): New function.
8253         (tree-widget-button-keymap): Use it.
8255 2005-10-18  Romain Francoise  <romain@orebokech.com>
8257         * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
8258         (bookmark-bmenu-hide-filenames): Add follow-link property.
8259         Improve help-echo text.
8261         * ffap.el (find-file-at-point): Doc fix.
8263 2005-10-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
8265         * mouse.el (mouse-set-region): Don't do sit-for on a mac frame.
8267 2005-10-18  Masatake YAMATO  <jet@gyve.org>
8269         Install to the CVS repository what I forgot to install in my
8270         2005-10-16 changes.
8272         * progmodes/python.el (python-complete-symbol): Pass the common
8273         prefix substring of completion to `display-completion-list'.
8275         * textmodes/org.el (org-complete): Ditto.
8277 2005-10-18  Masatake YAMATO  <jet@gyve.org>
8279         Fix a bug reported by Sven Joachim <sven_joachim@web.de>.
8281         * woman.el (WoMan-xref-man-page): New button type derived
8282         from `Man-abstract-xref-man-page'.
8283         (woman-mode): Pass `WoMan-xref-man-page' to `Man-highlight-references'.
8285         * man.el (Man-abstract-xref-man-page): New button type.
8286         (Man-xref-man-page): Make it derived from `Man-abstract-xref-man-page'.
8287         (Man-highlight-references): Add new optional argument `xref-man-type'.
8289 2005-10-18  Nick Roberts  <nickrob@snap.net.nz>
8291         * progmodes/gud.el (gud-menu-map): Correct condition for fringe.
8293 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
8295         * cus-edit.el (Custom-move-and-invoke): Delete.
8296         (custom-mode-map): Bind mouse-1 to widget-move-and-invoke.
8298         * wid-edit.el (widget-move-and-invoke): New function, from
8299         Custom-move-and-invoke.
8301 2005-10-17  Bill Wohler  <wohler@newt.com>
8303         Move all remaining images from lisp/toolbar to etc/images, move
8304         lisp/toolbar/tool-bar to lisp and "delete" lisp/toolbar.  Place
8305         the low resolution images in their own directory (low-color).
8307         * toolbar/attach.*, toolbar/cancel.*, toolbar/close.*
8308         * toolbar/copy.*, toolbar/cut.*, toolbar/diropen.*, toolbar/exit.*
8309         * toolbar/help.*, toolbar/home.*, toolbar/index.*, toolbar/info.*
8310         * toolbar/mail.*, toolbar/new.*, toolbar/open.*, toolbar/paste.*
8311         * toolbar/preferences.*, toolbar/print.*, toolbar/save.*
8312         * toolbar/saveas.*, toolbar/search.*, toolbar/search-replace.*
8313         * toolbar/spell.*, toolbar/undo.*: Move to etc/images.
8315         * toolbar/lc-copy.*: Move to etc/images/low-color/copy.*.
8316         * toolbar/lc-cut.*: Move to etc/images/low-color/cut.*.
8317         * toolbar/lc-help.*: Move to etc/images/low-color/help.*.
8318         * toolbar/lc-home.*: Move to etc/images/low-color/home.*.
8319         * toolbar/lc-index.*: Move to etc/images/low-color/index.*.
8320         * toolbar/lc-new.*: Move to etc/images/low-color/new.*.
8321         * toolbar/lc-open.*: Move to etc/images/low-color/open.*.
8322         * toolbar/lc-paste.*: Move to etc/images/low-color/paste.*.
8323         * toolbar/lc-preferences.*: Move to etc/images/low-color/preferences.*.
8324         * toolbar/lc-print.*: Move to etc/images/low-color/print.*.
8325         * toolbar/lc-save.*: Move to etc/images/low-color/save.*.
8326         * toolbar/lc-saveas.*: Move to etc/images/low-color/saveas.*.
8327         * toolbar/lc-search.*: Move to etc/images/low-color/search.*.
8328         * toolbar/lc-spell.*: Move to etc/images/low-color/spell.*.
8329         * toolbar/lc-undo.*: Move to etc/images/low-color/undo.*.
8331         To conform with convention, replace the underscore (_) in the
8332         following image names with dash (-) or (/) as appropriate.
8334         * toolbar/back_arrow.*: Move to etc/images/back-arrow.*.
8335         * toolbar/fld_open.*: Move to etc/images/fld-open.*.
8336         * toolbar/fwd_arrow.*: Move to etc/images/fwd-arrow.*.
8337         * toolbar/jump_to.*: Move to etc/images/jump-to.*.
8338         * toolbar/left_arrow.*: Move to etc/images/left-arrow.*.
8339         * toolbar/right_arrow.*: Move to etc/images/right-arrow.*.
8340         * toolbar/up_arrow.*: Move to etc/images/up-arrow.*.
8341         * toolbar/lc-back_arrow.*: Move to etc/images/low-color/back-arrow.*.
8342         * toolbar/lc-fwd_arrow.*: Move to etc/images/low-color/fwd-arrow.*.
8343         * toolbar/lc-jump_to.*: Move to etc/images/low-color/jump-to.*.
8344         * toolbar/lc-left_arrow.*: Move to etc/images/low-color/left-arrow.*.
8345         * toolbar/lc-right_arrow.*: Move to etc/images/low-color/right-arrow.*.
8346         * toolbar/lc-up_arrow.*: Move to etc/images/low-color/up-arrow.*.
8347         * toolbar/mail_compose.*: Move to etc/images/mail/compose.*.
8348         * toolbar/mail_send.*: Move to etc/images/mail/send.*.
8350         * info.el (info-tool-bar-map): Replace underscores in image names
8351         with dashes.
8353         * makefile.w32-in (WINS): Remove toolbar.
8355         * menu-bar.el: Replace toolbar/tool-bar.el with tool-bar.el in comment.
8357         * tool-bar.el: Move to lisp from toolbar.  Now that
8358         toolbar is empty, it should be deleted when folks run "cvs up -P".
8360 2005-10-18  Jay Belanger  <belanger@truman.edu>
8362         * calc/calc-store.el (calc-store-into): Get the proper variable name
8363         to display in message.
8365 2005-10-18  Nick Roberts  <nickrob@snap.net.nz>
8367         * progmodes/gdb-ui.el (gdb-var-create-handler): Make watch
8368         expressions display in speedbar for all buffers when debugging.
8369         (gdb-speedbar-expand-node): Ensure node contraction is always updated.
8371         * speedbar.el (speedbar-set-mode-line-format): Indent properly.
8372         (speedbar-insert-button, speedbar-make-button):
8373         Use add-text-properties.
8374         (speedbar-update-localized-contents)
8375         (speedbar-update-directory-contents)
8376         (speedbar-update-special-contents): Use dolist.
8377         (speedbar-buffer-easymenu-definition): Add a menu separator.
8379 2005-10-17  Jason Rumney  <jasonr@gnu.org>
8381         * makefile.w32-in: Use $(lisp) consistently.
8382         (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): New targets
8383         for shell specific generation of mh-autoloads.
8385 2005-10-17  Richard M. Stallman  <rms@gnu.org>
8387         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Undo prev change.
8389 2005-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
8391         * jit-lock.el (jit-lock-fontify-now):
8392         Move jit-lock-context-unfontify-pos to avoid wasted work.
8394 2005-10-17  Michael Albinus  <michael.albinus@gmx.de>
8396         * net/tramp.el (tramp-completion-mode): New defvar.  Used in
8397         `tramp-completion-mode' for checking if we are in completion mode.
8398         (tramp-completion-handle-file-name-all-completions): Reorder code
8399         in order to complete for file names only in case there are no
8400         method/user/host completions.  This is necessary for cooperation
8401         with ido.  Reported by Kim F. Storm <storm@cua.dk>.
8403 2005-10-16  Chong Yidong  <cyd@stupidchicken.com>
8405         * longlines.el (longlines-search-forward)
8406         (longlines-search-backward): Match any number of spaces.
8408 2005-10-16  Thien-Thi Nguyen  <ttn@gnu.org>
8410         * diff-mode.el (diff-mode): Doc fix.
8412 2005-10-16  David Reitter  <david.reitter@gmail.com>
8414         * mail/sendmail.el (send-mail-function): Use mailclient-send-it
8415         as default on darwin and windows systems.
8417 2005-10-16  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
8419         * arc-mode.el (archive-zip-extract): Doc fix.
8421 2005-10-16  Romain Francoise  <romain@orebokech.com>
8423         * mouse.el (mouse-1-click-follows-link): Doc fix.
8425 2005-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
8427         * savehist.el: Don't require CL at runtime.
8428         (savehist-xemacs): Remove.
8429         (savehist-coding-system): Use utf-8 if present, regardless of religion.
8430         (savehist-no-conversion): Use (featurep 'xemacs).
8431         (savehist-load): Check existence of start-itimer rather than XEmacs.
8432         Use an idle timer.
8433         (savehist-process-for-saving): Replace use of CL funs `subseq' and
8434         `delete-if-not'.
8436 2005-10-16  Hrvoje Niksic  <hniksic@xemacs.org>
8438         * savehist.el: Newer version.
8439         (savehist-autosave-interval, savehist-coding-system, savehist-timer)
8440         (savehist-last-checksum, savehist-no-conversion): New vars.
8441         (savehist-autosave, savehist-process-for-saving, savehist-printable):
8442         New functions.
8443         (savehist-load, savehist-save): Use them.
8444         (savehist-delimit): Remove.
8446 2005-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
8448         * progmodes/compile.el (compilation-goto-locus): Display the
8449         compilation buffer first and the source buffer second, in case they're
8450         in overlapping frames.  Don't raise the compilation frame if it was the
8451         selected window upon entry.  Pass the `other-window' arg to
8452         pop-to-buffer.
8454         * info.el (Info-fontify-node): Use dolist.
8455         Change add-text-properties to put-text-property.
8457 2005-10-16  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
8459         * textmodes/bibtex.el (bibtex-font-lock-url): Catch when point past
8460         bound of search.
8462 2005-10-16  Masatake YAMATO  <jet@gyve.org>
8464         * dabbrev.el (dabbrev-completion): Pass the common
8465         prefix substring of completion to `display-completion-list'.
8467         * filecache.el (file-cache-minibuffer-complete)
8468         (file-cache-complete): Ditto.
8470         * tempo.el (tempo-display-completions): Ditto.
8472         * wid-edit.el (widget-file-complete, widget-color-complete): Ditto.
8474         * emacs-lisp/lisp.el (lisp-complete-symbol): Ditto.
8476         * eshell/em-hist.el (eshell-list-history): Ditto.
8478         * mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto.
8480         * mail/mailalias.el (mail-complete): Ditto.
8482         * progmodes/etags.el (complete-tag): Ditto.
8484         * progmodes/make-mode.el (makefile-complete): Ditto.
8486         * progmodes/meta-mode.el (meta-complete-symbol): Ditto.
8488         * progmodes/octave-mod.el (octave-complete-symbol): Ditto.
8490         * progmodes/pascal.el (pascal-complete-word)
8491         (pascal-show-completions): Ditto.
8493         * textmodes/bibtex.el (bibtex-complete-internal): Ditto.
8495         * simple.el (completion-common-substring): New variable.
8496         (completion-setup-function): Use `completion-common-substring'
8497         to put faces.
8499 2005-10-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
8501         * term/mac-win.el: Apply 2005-10-09 change for term/x-win.el.
8502         (x-get-selection, mac-select-convert-to-string): Convert from/to
8503         UTF-16 clipboard data as in native byte order, no BOM.
8505 2005-10-16  Nick Roberts  <nickrob@snap.net.nz>
8507         * progmodes/gud.el (gud-tool-bar-map): Rename the images
8508         appropriately (gud/next, gud/nexti, gud/step, gud/stepi).
8509         (gud-sentinel): Use speedbar-frame to check for speedbar.
8511 2005-10-15  Richard M. Stallman  <rms@gnu.org>
8513         * savehist.el: New file.
8515 2005-10-14  Karl Chen  <quarl@cs.berkeley.edu>
8517         * textmodes/tex-mode.el (tex-font-lock-keywords-2):
8518         Fix bug in \bf fontification.
8520 2005-10-15  Stefan Monnier  <monnier@iro.umontreal.ca>
8522         * pcvs.el (cvs-edit-log-files): New var.
8523         (cvs-mode-edit-log): New arg `file'.
8524         (cvs-edit-log-minor-wrap): Don't set the ignore-marks property.
8525         Instead force the use of the original file and nothing else.
8526         (cvs-edit-log-filelist): Don't use the cvs-mode-* function unless
8527         the cvs-minor-wrap-function is set.
8528         (cvs-do-edit-log): Obey the vars set in cvs-edit-log-minor-wrap.
8530 2005-10-14  Bill Wohler  <wohler@newt.com>
8532         * toolbar/gud-break.*: Moved to etc/images/gud/break.*.
8533         * toolbar/gud-cont.*: Moved to etc/images/gud/cont.*.
8534         * toolbar/gud-down.*: Moved to etc/images/gud/down.*.
8535         * toolbar/gud-finish.*: Moved to etc/images/gud/finish.*.
8536         * toolbar/gud-ni.*: Moved to etc/images/gud/ni.*.
8537         * toolbar/gud-n.*: Moved to etc/images/gud/n.*.
8538         * toolbar/gud-print.*: Moved to etc/images/gud/print.*.
8539         * toolbar/gud-pstar.*: Moved to etc/images/gud/pstar.*.
8540         * toolbar/gud-remove.*: Moved to etc/images/gud/remove.*.
8541         * toolbar/gud-run.*: Moved to etc/images/gud/run.*.
8542         * toolbar/gud-si.*: Moved to etc/images/gud/si.*.
8543         * toolbar/gud-s.*: Moved to etc/images/gud/s.*.
8544         * toolbar/gud-until.*: Moved to etc/images/gud/until.*.
8545         * toolbar/gud-up.*: Moved to etc/images/gud/up.*.
8546         * toolbar/gud-watch.*: Moved to etc/images/gud/watch.*.
8548         * progmodes/gud.el (gud-tool-bar-map): Rename the images
8549         appropriately (for example, gud-break to gud/break).
8551 2005-10-14  Chong Yidong  <cyd@stupidchicken.com>
8553         * longlines.el (longlinges-search-function)
8554         (longlines-search-forward, longlines-search-backward): New functions.
8555         (longlines-mode): Set isearch-search-fun-function to
8556         longlinges-search-function.
8558         * mouse.el (mouse-drag-region-1): Handle the case where a
8559         double-click event is bound to an arbitrary function.
8561 2005-10-14  David Ponce  <david@dponce.com>
8563         * recentf.el (recentf-track-opened-file)
8564         (recentf-track-closed-file, recentf-update-menu)
8565         (recentf-used-hooks, recentf-enabled-p): Move before dialog stuff.
8566         (recentf-dialog-mode-map): Map follow-link to RET, so dialogs obey
8567         mouse-1-click-follows-link.
8569 2005-10-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
8571         * toolbar/diropen.xpm, toolbar/diropen.pbm: New versions made from
8572         Gnome file-manager.png.  Suggested by
8573         Joachim Nilsson <joachim.nilsson@vmlinux.org>.
8575         * toolbar/README: Add diropen.xpm.
8577 2005-10-13  Bill Wohler  <wohler@newt.com>
8579         * makefile.w32-in (MH_E_SRC): Rename from MH-E-SRC per NMAKE
8580         restrictions.  Suggested by David Robinow <drobinow@gmail.com>.
8582 2005-10-13  Stefan Monnier  <monnier@iro.umontreal.ca>
8584         * progmodes/mixal-mode.el (mixal-operation-codes-alist):
8585         Don't waste the byte-compiler's time on constant data.
8587 2005-10-13  Kenichi Handa  <handa@m17n.org>
8589         * international/utf-8.el (utf-8-compose): Display an invalid UTF-8
8590         byte with `escape-glyph' face.
8592         * international/fontset.el (ccl-encode-unicode-font):
8593         Lookup utf-subst-table-for-encode, not ucs-mule-cjk-to-unicode.
8594         Handle the case that ucs-mule-to-mule-unicode translates a character to
8595         ASCII (usually for IPA characters).
8597 2005-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8599         * info.el (Info-fontify-node): Don't be fooled by a lone "...".
8600         Don't hide the underline of titles if font-lock-mode is disabled.
8602 2005-10-12  Bill Wohler  <wohler@newt.com>
8604         * makefile.w32-in (MH-E-SRC): New.  Used by mh-autoloads.
8605         (mh-autoloads): New.  Builds mh-e/mh-loaddefs.el.  Rebuilds if any
8606         files in MH-E-SRC have been updated.
8607         (updates, compile, recompile, bootstrap): Depend on mh-autoloads.
8609 2005-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8611         * progmodes/mixal-mode.el (mixal-operation-codes): Remove.
8612         (mixal-mode-syntax-table): Add \n as end-comment.
8613         (mixal-operation-codes-alist): Immediately initialize to full value.
8614         (mixal-add-operation-code): Remove.
8615         (mixal-describe-operation-code): Make the arg non-optional.
8616         Use the interactive spec instead.
8617         Use mixal-operation-codes-alist rather than mixal-operation-codes.
8618         (mixal-font-lock-keywords): Don't highlight comments here any more.
8619         (mixal-font-lock-syntactic-keywords): New var.
8620         (mixal-mode): Use it.  Fix comment-start-skip.
8622 2005-10-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
8624         * startup.el (command-line-x-option-alist): -nb => -nbi
8626 2005-10-12  Kim F. Storm  <storm@cua.dk>
8628         * startup.el (fancy-splash-default-action): Discard mouse click in
8629         the splash screen window, as it has no sensible meaning in the
8630         next window to be selected.  Fixes error reported by Jan D.
8632 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
8634         * desktop.el (desktop-load-file): Do nothing when FUNCTION is nil.
8636 2005-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
8638         * progmodes/mixal-mode.el: Sync with version in the GNU MDK project.
8639         Try to fix up minor layout issues like indentation, line break, etc...
8640         (mixal-mode-syntax-table): Don't try to specify comment syntax,
8641         because it doesn't work.
8642         (mixal-operation-codes): Add some more codes.
8643         (mixal-font-lock-keywords): Process comments here.
8644         (mixal-mode): mixasm no longer needs -g option.
8646 2005-10-11  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
8648         * progmodes/sh-script.el (sh-tmp-file):
8649         Use mktemp -t.  Finish support for es and rc shells.
8651 2005-10-11  Jay Belanger  <belanger@truman.edu>
8653         * calc/calcalg2.el (calc-integral): With an argument, compute the
8654         definite integral.
8656 2005-10-11  Chong Yidong  <cyd@stupidchicken.com>
8658         * mouse.el (mouse-drag-region-1): Don't try to catch a
8659         double-click when doing follow-link (it's overridden anyway).
8661 2005-10-11  Juanma Barranquero  <lekktu@gmail.com>
8663         * emacs-lisp/autoload.el (update-directory-autoloads): Doc fix.
8664         (autoload-print-form-outbuf): Add docstring.
8666 2005-10-11  Juri Linkov  <juri@jurta.org>
8668         * info.el (Info-mode-menu): Delete menu item "Edit".
8669         (Info-mode): Delete description of Info-edit from docstring,
8670         and rearrange descriptions of Info commands in the order
8671         they are documented in the Info manual.
8673 2005-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
8675         * calendar/appt.el (appt-check): Use diary-selective-display var.
8677 2005-10-10  Richard M. Stallman  <rms@gnu.org>
8679         * net/newsticker.el (newsticker-start, newsticker-show-news):
8680         Add autoload cookies.
8682 2005-10-10  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>
8684         * progmodes/sh-script.el (sh-tmp-file): Use mktemp.
8686 2005-10-10  Karl Chen  <quarl@cs.berkeley.edu>
8688         * jka-cmpr-hook.el (jka-compr-handler): Fix typo in `operations' prop.
8690 2005-10-10  Jay Belanger  <belanger@truman.edu>
8692         * calc/calc-arith.el (math-check-known-scalarp)
8693         (math-check-known-matrixp): Check the values of arguments that are
8694         variables.
8695         (math-check-known-square-matrixp): New function.
8696         (math-known-square-matrixp): Use math-check-known-square-matrixp.
8697         (math-super-types): Add sqmatrix type.
8699         * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec): Change the
8700         mode name `square' to `sqmatrix'.
8702         * calc/calc.el (calc-matrix-mode, calc-set-mode-line): Change the
8703         mode name `square' to `sqmatrix'.
8705 2005-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8707         * progmodes/etags.el (select-tags-table-mode): Don't use
8708         selective-display.
8709         (tags-select-tags-table): Pass `button' to the action function.
8710         (select-tags-table): Place the side-info on button properties rather
8711         than in hidden text.  Abbreviate file names.
8712         (select-tags-table-mode-map): Inherit rather than copy buttom-map.
8713         (select-tags-table-select): Add `button' argument.
8714         Get side-info from the button property rather than from hidden text.
8716 2005-10-11  Nick Roberts  <nickrob@snap.net.nz>
8718         * progmodes/gud.el (gud-install-speedbar-variables): Add more bindings.
8719         (gud-speedbar-buttons): Preserve point if possible.
8720         (gud-sentinel): Restore previous speedbar display type.
8722         * progmodes/gdb-ui.el (gdba): Improve diagram.
8723         (def-gdb-auto-update-handler, gdb-info-locals-handler)
8724         (gdb-put-breakpoint-icon, gdb-remove-breakpoint-icons):
8725         Call get-buffer-window once.
8727 2005-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8729         * progmodes/pascal.el (pascal-mode-map): Move init into declaration.
8730         (pascal-mode-syntax-table): Make (* *) markers same class as { ... }.
8731         (pascal-indent-command): Remove unused var `ind'.
8732         (pascal-indent-case): Remove unused var `oldpos'.
8733         (pascal-outline-map): Don't inherit from pascal-mode-map anymore,
8734         since it's now used as a proper minor mode map.
8735         (pascal-outline): Rename to pascal-outline-mode.
8736         (pascal-outline-mode): Use define-minor-mode.
8737         (pascal-outline-mode, pascal-outline-change): Use overlays rather than
8738         selective-display.
8740 2005-10-10  Andreas Schwab  <schwab@suse.de>
8742         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Adjust match
8743         number.  Reported by Karl Chen <quarl@cs.berkeley.edu>.
8745         * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Fix for building
8746         outside source directory.
8748 2005-10-10  Carsten Dominik  <dominik@science.uva.nl>
8750         * textmodes/org.el (org-mode-map): Explicit definition of `C-c
8751         C-x' as a prefix.
8752         (orgtbl-mode-map): Full keymap instead of sparse, because all
8753         `self-insert-command' keys are redefined in this map.
8754         (org-export-as-html): Specify charset for HTML file, by taking it
8755         from the coding system.
8757 2005-10-10  Kenichi Handa  <handa@m17n.org>
8759         * textmodes/flyspell.el (flyspell-check-word-p):
8760         If unread-command-events is non-empty, don't call sit-for.
8762 2005-10-09  Richard M. Stallman  <rms@gnu.org>
8764         * font-lock.el (font-lock-syntactic-keywords)
8765         (font-lock-keywords): Doc fixes.
8767         * textmodes/flyspell.el (flyspell-external-point-words):
8768         Simplify logic, and don't try to check for consecutive appearances
8769         of one incorrect word.
8771 2005-10-10  Nick Roberts  <nickrob@snap.net.nz>
8773         * speedbar.el (speedbar-buffer-easymenu-definition): Add menu
8774         separator.
8776         * progmodes/gud.el (gud-last-speedbar-buffer): Remove.
8777         (gud-install-speedbar-variables): Add GUD to speedbar "Displays" list.
8778         (gud-expansion-speedbar-buttons): New function.
8779         (gud-speedbar-buttons): Check for gud-comint-buffer.
8781 2005-10-09  Bill Wohler  <wohler@newt.com>
8783         * Makefile.in (updates): Add mh-loaddefs dependency.
8785 2005-10-09  Chong Yidong  <cyd@stupidchicken.com>
8787         * speedbar.el (speedbar-file-key-map): Fix typo.
8789 2005-10-09  Daniel Brockman  <daniel@brockman.se>
8791         * cus-start.el (line-spacing): Add custom spec.
8793 2005-10-09  Romain Francoise  <romain@orebokech.com>
8795         * textmodes/ispell.el (ispell-check-version): Fix last change.
8797 2005-10-09  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
8799         * term/x-win.el: Remove -i, --icon-type from comment.
8801         * startup.el (command-line-x-option-alist): Remove options -i,
8802         -itype, --icon-type, added -nb, --no-bitmap-icon
8804 2005-10-09  Nick Roberts  <nickrob@snap.net.nz>
8806         * progmodes/gud.el (gud-speedbar-menu-items): Use :visible
8807         instead of :active.
8809 2005-10-08  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
8811         * textmodes/ispell.el (ispell-check-version):
8812         Ignore hyphen, and all that follows, in aspell's version text.
8814 2005-10-08  Jay Belanger  <belanger@truman.edu>
8816         * calc/calc-arith.el (math-known-square-matrixp): New function.
8817         (math-pow-fancy): Check for matrices before distributing exponent
8818         across products.
8820         * calc/calc-keypd.el (calc-do-keypad): Widen keypad window for
8821         fullscreen keypad.  Suggested by Luc Teirlinck.
8822         (calc-keypad-show-input): Add space for formatting.
8824         * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec):
8825         Add square matrix option.
8827         * calc/calc-poly.el (math-expand-term): Check for matrices instead
8828         of checking calc-matrix-mode when deciding how to expand.
8830         * calc/calc.el (calc-set-mode-line): Add square matrix option.
8832 2005-10-08  Lars Hansen  <larsh@soem.dk>
8834         * net/tramp.el (tramp-perl-directory-files-and-attributes):
8835         Add error handling.
8836         (tramp-handle-directory-files-and-attributes): Handle perl error msg.
8838 2005-10-08  Michael Albinus  <michael.albinus@gmx.de>
8840         Sync with Tramp 2.0.51.
8842         * net/tramp.el (tramp-handle-set-visited-file-modtime)
8843         (tramp-handle-insert-file-contents, tramp-handle-write-region):
8844         Insert special handling for `last-coding-system-used', again
8845         it still seems to be necessary (unlike stated before).
8846         Reported by Toshinori Sugita <sugita@d-pad.co.jp>.
8847         (tramp-password-prompt-regexp): There might be other words before
8848         trailing ":".  Reported by Kurt Steinkraus <kurt@steinkraus.us>.
8849         (tramp-chunksize): Improve docstring.
8850         (tramp-set-auto-save-file-modes): Octal integer code #o600 breaks
8851         Emacs 20.  Use `tramp-octal-to-decimal' therefore.  Reported by
8852         Christian Joergensen <bugs@razor.dk>.
8854 2005-10-07  Glenn Morris  <rgm@gnu.org>
8856         * progmodes/f90.el (f90-keywords-re, f90-mode): Doc fix.
8857         (f90-font-lock-keywords-2, f90-mode-abbrev-table): Add `double
8858         precision'.
8860 2005-10-07  Romain Francoise  <romain@orebokech.com>
8862         * ibuf-ext.el (ibuffer-do-shell-command-pipe)
8863         (ibuffer-do-shell-command-pipe-replace)
8864         (ibuffer-do-shell-command-file, ibuffer-do-eval)
8865         (ibuffer-do-view-and-eval, ibuffer-do-rename-uniquely)
8866         (ibuffer-do-revert, ibuffer-do-replace-regexp)
8867         (ibuffer-do-query-replace, ibuffer-do-query-replace-regexp)
8868         (ibuffer-do-print, ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
8869         (ibuffer-filter-by-name, ibuffer-filter-by-filename)
8870         (ibuffer-filter-by-size-gt, ibuffer-filter-by-size-lt)
8871         (ibuffer-filter-by-content, ibuffer-filter-by-predicate
8872         (ibuffer-do-sort-by-major-mode, ibuffer-do-sort-by-mode-name)
8873         (ibuffer-do-sort-by-alphabetic, ibuffer-do-sort-by-size):
8874         Autoload file sans suffix.
8876         * emulation/cua-base.el (cua-toggle-global-mark): Likewise.
8878 2005-10-07  David Ponce  <david@dponce.com>
8880         * recentf.el (recentf-menu-open-all-flag): New option.
8881         (recentf-digit-shortcut-command-name): New function.
8882         (recentf--shortcuts-keymap): New variable.
8883         (recentf-menu-shortcuts): New variable.
8884         (recentf-make-menu-items): Initialize it.  Replace the "More..."
8885         menu item by "All...", if `recentf-menu-open-all-flag' is non-nil.
8886         (recentf-menu-value-shortcut): New function.
8887         (recentf-make-menu-item): Use it.  No more in-lined.
8888         (recentf-dialog-mode-map): Base on `recentf--shortcuts-keymap'.
8889         (recentf-open-most-recent-file): Rename from
8890         `recentf-open-file-with-key'.  Don't depend on key binding.
8891         (recentf-mode-map): New variable.
8892         (recentf-mode): Use it.
8894 2005-10-06  Bill Wohler  <wohler@newt.com>
8896         * mh-e/mh-loaddefs.el: Remove.  Now generated automatically.
8898         * Makefile.in (AUTOGENEL): Add mh-e/mh-loaddefs.el.
8899         (MH-E-SRC): New.  Used by mh-autoloads.
8900         (mh-autoloads): New.  Builds mh-e/mh-loaddefs.el.  Rebuilds if any
8901         files in MH-E-SRC have been updated.
8902         (compile, recompile, bootstrap): Depend on mh-autoloads.
8904 2005-10-07  Nick Roberts  <nickrob@snap.net.nz>
8906         * progmodes/gud.el (gud-menu-map): Only display un-intuitive
8907         gud-break and gud-remove icons when the fringe is not available.
8909         * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width):
8910         Typo.
8912 2005-10-06  Michael Cadilhac  <michael.cadilhac-@t-lrde.epita.fr>  (tiny change)
8914         * play/zone.el (zone): Wrap body with save-window-excursion.
8916 2005-10-06  Stefan Monnier  <monnier@iro.umontreal.ca>
8918         * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
8919         Use the new `list-only' arg to diary-list-entries.
8921         * calendar/diary-lib.el: Use overlays rather than selective-display.
8922         (diary-selective-display): New var.
8923         (diary-header-line-format): Use it.
8924         (diary-list-entries): Add argument `list-only'.
8925         Put the buffer in diary-mode.  Don't add \^M at beg and end.
8926         Replace \^M by invisible overlays.
8927         (diary-unhide-everything): Replace \^M by invisible overlays.
8928         (print-diary-entries): Look for overlays rather than \^M.
8929         Add a space to the temp buffer name.
8930         (diary-show-all-entries, mark-diary-entries, make-diary-entry):
8931         Put the buffer in diary-mode.
8932         (list-sexp-diary-entries): Replace \^M by invisible overlays.
8933         (diary-anniversary): Make the year arg optional.
8934         (diary-time-regexp): New const.
8935         (diary-font-lock-keywords): Use it to accept a few more time formats.
8937         * pcvs.el (cvs-sentinel): Make sure we do re-enable undo.
8939 2005-10-06  Thien-Thi Nguyen  <ttn@gnu.org>
8941         * textmodes/artist.el (artist-ellipse-mirror-quadrant):
8942         Fix bug introduced 2005-07-03: Use (car (last ...))
8943         to faithfully reproduce replaced artist-last.
8944         (artist-set-arrow-points-for-poly): Likewise.
8945         Suggested by Johan Bockg\e,Ae\e(Brd.
8947 2005-10-06  Juanma Barranquero  <lekktu@gmail.com>
8949         * dframe.el (x-pointer-hand2, x-pointer-top-left-arrow):
8950         * wid-edit.el (widget):
8951         * progmodes/gdb-ui.el (gdb-buffer-fringe-width):
8952         * progmodes/vhdl-mode.el (speedbar-attached-frame): Add defvars.
8954 2005-10-06  Kenichi Handa  <handa@m17n.org>
8956         * international/mule-cmds.el (set-language-environment):
8957         Fix setting up of case-table for unibyte mode.
8959         * simple.el (what-cursor-position): If the character is displayed
8960         by some `display' text property, show that.  Don't use
8961         single-key-description for eight-bit characters in multibyte mode.
8963 2005-10-06  Nick Roberts  <nickrob@snap.net.nz>
8965         * progmodes/gdb-ui.el (gdb-fringe-width): New variable.
8966         (gdb-ann3): Set it.
8967         (gdb-put-breakpoint-icon): Don't take fringe-width from speedbar frame.
8968         (gdb-info-frames-custom): Use inverse-video for first five
8969         characters of selected frame only.
8970         (gdb-get-frame-number): Select frame even when point is on frame
8971         number.
8973 2005-10-06  Masatake YAMATO  <jet@gyve.org>
8975         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
8976         Put `font-lock-function-name-face'.
8977         (gdb-info-frames-custom): Put `font-lock-function-name-face'
8978         and `font-lock-variable-name-face'
8979         (gdb-registers-font-lock-keywords): New font lock keywords definition.
8980         (gdb-registers-mode): Use `gdb-registers-font-lock-keywords`.
8981         (gdb-memory-font-lock-keywords): New font lock keywords definition.
8982         (gdb-memory-mode): Use `gdb-memory-font-lock-keywords'.
8983         (gdb-local-font-lock-keywords): New font lock keywords definition.
8984         (gdb-locals-mode): Use `gdb-local-font-lock-keywords'
8985         (gdb-threads-font-lock-keywords): New font lock keywords definition.
8986         (gdb-threads-mode): Use `gdb-threads-font-lock-keywords'.
8988 2005-10-05  Michael Kifer  <kifer@cs.stonybrook.edu>
8990         * ediff-merge.el (ediff-merge-region-is-non-clash): New defsubst.
8991         (ediff-merge-region-is-non-clash-to-skip): Previously called
8992         ediff-merge-region-is-non-clash.
8994         * ediff-mult.el (ediff-append-custom-diff, ediff-meta-show-patch):
8995         Use insert-buffer-substring.
8997         * ediff-ptch.el (ediff-fixup-patch-map): Use better heuristics for
8998         selecting files to patch.  Also bug fixes.
9000         * ediff-util.el (ediff-setup): Bug fix.
9001         (ediff-next-difference): Never skip clashes that differ in white
9002         space only.
9004         * ediff-wind.el (ediff-setup-control-frame)
9005         (ediff-destroy-control-frame): Check the menubar feature.
9007         * viper-cmd.el (viper-normalize-minor-mode-map-alist)
9008         (viper-refresh-mode-line): Use make-local-variable to localize
9009         some vars instead of make-variable-buffer-local.  Suggested by
9010         Stefan Monnier.
9012         * viper-init.el (viper-make-variable-buffer-local): Delete alias.
9013         (viper-restore-cursor-type, viper-set-insert-cursor-type):
9014         Use make-local-variable instead of make-variable-buffer-local.
9015         Suggested by Stefan Monnier.
9017         * viper.el (viper-mode): Don't use viper-make-variable-buffer-local.
9018         (viper-comint-mode-hook): Use make-local-variable on
9019         require-final-newline.
9020         (viper-non-hook-settings): Don't use make-variable-buffer-local.
9022 2005-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
9024         * progmodes/scheme.el (scheme-mode-syntax-table): Mark ; as being
9025         also the second char of a comment-start sequence.
9026         (scheme-sexp-comment-syntax-table): New var.
9027         (lambda, define): Set their scheme-doc-string-elt property.
9028         (scheme-font-lock-syntactic-face-function): Handle sexp-comments.
9029         Use lisp-font-lock-syntactic-face-function now that it properly
9030         handles |...| symbols.
9031         (scheme-mode-variables): Set lisp-doc-string-elt-property,
9032         parse-sexp-lookup-properties and font-lock-extra-managed-props.
9034         * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Move the nesting
9035         bit from # to |.
9036         (lisp-font-lock-syntactic-face-function): Distinguish |...| symbols.
9038         * emacs-lisp/lisp-mode.el (lambda): Add its doc-string-elt property.
9039         (lisp-doc-string-elt-property): New var.
9040         (lisp-font-lock-syntactic-face-function): Use it.
9041         Rewrite to recognize docstrings even for forms not at toplevel.
9043         * progmodes/scheme.el (scheme-mode-syntax-table): Put the nested
9044         annotation on the | part of #| rather than on the # part.
9045         (scheme-font-lock-syntactic-face-function): New function, to
9046         distinguish strings from |...| symbols.
9047         (scheme-mode-variables): Use it.  Also fix up the font-lock-time
9048         syntax-table so that #|...|# is properly highlighted.
9050         * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):
9051         Don't mark as docstring the 3rd elem of an unknown toplevel form.
9053 2005-10-04  Stefan Monnier  <monnier@iro.umontreal.ca>
9055         * bindings.el (global-map): Resync [home] and [end] bindings with C-a
9056         and C-e.
9058         * emacs-lisp/eldoc.el: Move comments into docstrings.
9059         (eldoc-message-commands): Initialize in its declaration.
9060         Add move-beginning-of-line and move-end-of-line.
9061         (eldoc-add-command, eldoc-add-command-completions)
9062         (eldoc-remove-command, eldoc-remove-command-completions): Simplify.
9064         * outline.el (outline-mark-subtree): Activate the mark.
9066         * calendar/appt.el (appt-time-regexp): New var.
9067         (appt-add, appt-make-list): Use it.
9068         (appt-convert-time): Clean up.
9070         * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
9071         Don't set any syntax-table property here.
9072         (tex-font-lock-verb): New function.  Do it here.
9073         (tex-font-lock-syntactic-keywords): Use it.
9075 2005-10-04  Richard M. Stallman  <rms@gnu.org>
9077         * wid-edit.el (widget-file-complete): Get the widget start point
9078         the right way.  Default directory to `/' if file has none.
9080         * x-dnd.el (x-dnd-drop-data): Check for dedicated windows.
9082         * textmodes/flyspell.el (flyspell-mode-on):
9083         Call ispell-maybe-find-aspell-dictionaries.
9085         * textmodes/ispell.el (ispell-word, ispell-region):
9086         Call ispell-maybe-find-aspell-dictionaries.
9087         (ispell-accept-buffer-local-defs):
9088         Don't call ispell-maybe-find-aspell-dictionaries
9090 2005-10-04  Richard M. Stallman  <rms@gnu.org>
9092         * iswitchb.el (iswitchb-buffer-ignore): Label it risky.
9094 2005-10-04  Emilio C. Lopes  <eclig@gmx.net>
9096         * iswitchb.el (iswitchb-ignore-buffername-p): Use `functionp'
9097         instead of `fboundp' in order to allow for anonymous functions.
9099 2005-10-04  Chong Yidong  <cyd@stupidchicken.com>
9101         * info.el (Info-next, Info-prev, Info-up): Select info buffer, in
9102         case the user clicks on the link while another window is selected.
9103         (Info-speedbar-hierarchy-buttons): Use speedbar-current-frame.
9105         * dframe.el (dframe-update-keymap): Use mouse-1-click-follows-link
9106         functionality.
9107         (dframe-help-echo): Save point in case mouse tracking is off.
9109 2005-10-04  Thien-Thi Nguyen  <ttn@gnu.org>
9111         * net/ange-ftp.el (ange-ftp-ls): Fix typo introduced in last change.
9113 2005-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
9115         * progmodes/cc-styles.el (c-setup-paragraph-variables): Make sure we do
9116         not change the global value of those vars.
9118         * progmodes/cc-mode.el (c-basic-common-init): Remove calls to
9119         make-local-variable which we do not need any more.
9121 2005-10-03  Chong Yidong  <cyd@stupidchicken.com>
9123         * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path)
9124         (speedbar-ignored-path-expressions, speedbar-buffers-line-path)
9125         (speedbar-add-ignored-path-regexp, speedbar-buffers-line-path)
9126         (speedbar-path-line): Define obsolete aliases.
9127         (speedbar-line-directory): Doc fix.
9129         * progmodes/vhdl-mode.el (vhdl-speedbar-initialize)
9130         (vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory
9131         instead of speedbar-line-path.
9133 2005-10-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
9135         * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window
9136         to nil if dropping on a window.  Handle dropping on a minibuffer window
9137         like dropping on a non-window part of Emacs.
9139 2005-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
9141         * net/ange-ftp.el: Use with-current-buffer.
9142         (ange-ftp-insert-directory): Do not follow symlinks any more.
9144         * textmodes/ispell.el (ispell-find-aspell-dictionaries):
9145         Remove interactive spec.
9147 2005-10-03  Kim F. Storm  <storm@cua.dk>
9149         * ido.el (ido-mode): Use custom-initialize-set.
9151 2005-10-02  Richard M. Stallman  <rms@gnu.org>
9153         * progmodes/ebnf2ps.el (ebnf-eps-production-list):
9154         Use insert-buffer-substring.
9156         * net/tramp.el: Pacify byte compiler warnings in pacification code.
9157         (tramp-handle-file-local-copy): Use insert-buffer-substring.
9159 2005-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
9161         * net/ange-ftp.el (ange-ftp-insert-directory): Undo unintended part
9162         in last change.
9163         (ange-ftp-insert-directory): Fix up the search for the case where
9164         `file' is absolute.
9166 2005-10-02  Romain Francoise  <romain@orebokech.com>
9168         * progmodes/compile.el (compile-goto-error): Delete extra paren.
9170 2005-10-02  Andreas Schwab  <schwab@suse.de>
9172         * ediff-ptch.el (ediff-fixup-patch-map): Handle file names without
9173         directory component in the session info.
9175 2005-10-01  Richard M. Stallman  <rms@gnu.org>
9177         * comint.el (comint-redirect-subvert-readonly): Doc fix.
9179         * simple.el (next-error-internal): New function.
9181         * progmodes/compile.el (compilation-buffer-name): New arg MODE-COMMAND.
9182         (compilation-start): Pass new arg to compilation-buffer-name.
9183         (compile-goto-error): Use next-error-internal.
9185 2005-10-01  Chong Yidong  <cyd@stupidchicken.com>
9187         * speedbar.el: Remove RCS tag.
9188         (speedbar-check-read-only): Handle non-existent files.
9190         * dframe.el, ezimage.el, sb-image.el: Remove RCS tags.
9192         * info.el (Info-speedbar-hierarchy-buttons)
9193         (Info-speedbar-goto-node): Call speedbar-select-attached-frame.
9195 2005-10-01  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
9197         * textmodes/bibtex.el (bibtex-valid-entry-whitespace-re):
9198         Do not match newline.
9199         (bibtex-realign): Do not use bibtex-valid-entry-whitespace-re.
9200         (bibtex-summary): Remove unnecessary save-excursion.
9201         (bibtex-fill-field-bounds): Use fill-region-as-paragraph.
9203 2005-10-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
9205         * term/mac-win.el: Add charset info for "iso10646-1".
9206         Modify default fontset to use ATSUI-compatible fonts for some charsets
9207         if available.
9209 2005-10-01  Chong Yidong  <cyd@stupidchicken.com>
9211         * speedbar.el: Re-apply arch tag.
9212         (speedbar-version): Rename to version 1.0.  Suggested by Eric
9213         M. Ludlam.
9214         Reapply two changes from Emacs CVS' version of speedbar lost
9215         during the merge:
9216         (speedbar-use-imenu-flag): Avoid unnecessary use of locate-library.
9217         (speedbar-frame-parameters): Improve customize type.
9219 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
9221         * net/ange-ftp.el (ange-ftp-gwp-start): Use with-current-buffer.
9222         (ange-ftp-file-directory-p): Fix the symlink case.
9223         (ange-ftp-insert-directory): When listing a single file, get a list of
9224         the parent buffer and extract the relevant line.  Inspired from a patch
9225         by Katsumi Yamaoka <yamaoka@jpl.org>.
9226         (ange-ftp-file-name-sans-versions): Simplify.
9228 2005-09-30  Bill Wohler  <wohler@newt.com>
9230         Move MH-E image files from toolbar and mail directories into
9231         etc/images.
9233         * mail/reply2.*: Move to etc/images/mail/reply*.
9235         * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm:
9236         * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Move to
9237         etc/images.
9239         * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*:
9240         * toolbar/reply*: Move to etc/images/mail.
9242         * toolbar/rescan.*: Move and rename to etc/images/refresh.*.
9244 2005-09-30  Eric M. Ludlam  <zappo@gnu.org>
9246         * speedbar.el: New version 1.0pre3.
9248         Frame management code (including timer, and mouse click specifics)
9249         moved to dframe.el:
9250         (speedbar-attached-frame): Removed.  Use dframe-attached-frame.
9251         (speedbar-timer): Removed.  Use dframe-timer.
9252         (speedbar-close-frame): Removed.  Use dframe-close-frame.
9253         (speedbar-activity-change-focus-flag): Removed.  Use
9254         dframe-activity-change-focus-flag.
9255         (speedbar-update-speed, speedbar-navigating-speed): Obsolete.  Use
9256         dframe-update-speed.
9258         (speedbar-current-frame): New macro.  Use this instead of the
9259         variable speedbar-frame.
9261         (speedbar-use-images, speedbar-expand-image-button-alist)
9262         (speedbar-insert-image-button-maybe): Moved to sb-image.el.
9264         (speedbar-find-image-on-load-path): Removed.  Replaced by
9265         defezimage in ezimage.el.
9266         (speedbar-expand-image-button-alist): Removed.  Replaced by
9267         ezimage-expand-image-button-alist in ezimage.el.
9269         (speedbar-ignored-directory-regexp)
9270         (speedbar-add-ignored-directory-regexp)
9271         (speedbar-ignored-directory-expressions)
9272         (speedbar-line-directory, speedbar-buffers-line-directory)
9273         (speedbar-directory-line, speedbar-buffers-line-directory):
9274         Renamed, replacing `path' with `directory'.
9276         (speedbar-create-directory, speedbar-expand-line-descendants)
9277         (speedbar-toggle-line-expansion)
9278         (speedbar-contract-line-descendants): New commands.
9280         (speedbar-query-confirmation-method, speedbar-select-frame-method)
9281         (speedbar-use-tool-tips-flag): New options.
9283         (speedbar-check-read-only, speedbar-require-version)
9284         (speedbar-insert-separator, speedbar-buffers-tail-notes)
9285         (speedbar-handle-delete-frame, speedbar-try-completion)
9286         (speedbar-update-localized-contents): New functions.
9288         (speedbar-incompatible-version, speedbar-ro-to-do-point)
9289         (speedbar-object-read-only-indicator): New variables.
9291         (speedbar-visiting-tag-hook, speedbar-before-visiting-file-hook):
9292         New hooks.
9294         (speedbar-separator-face): New face.
9296         (speedbar-supported-extension-expressions): Add `.g' and `.ma?k'.
9297         (speedbar-ignored-modes): Add fundamental-mode.
9298         (speedbar-directory-unshown-regexp): Add . directories.
9300         (speedbar-key-map): Remove old SPC and DEL page up/down keys.
9301         (speedbar-file-key-map): Add SPC to toggle node expansion, `[' and
9302         `]' for full expand/close.
9303         (speedbar-buffers-key-map): Add SPC to toggle node expansion.
9305         (speedbar-check-vc): Support hidden files.
9306         (speedbar-vc-check-dir-p): Use vc-state if available for CVS.
9307         (speedbar-this-file-in-vc): Use vc-state if available.  If VC
9308         state is nil, it is not checked out.
9310         (speedbar-line-text, speedbar-line-token): Support expand buttons
9311         with no text.
9312         (speedbar-refresh): Universal argument acts as power-click.
9313         (speedbar-fetch-dynamic-tags): If a buffer is in Emacs, switch to
9314         that buffer to get variable values.
9316         And many other bugfixes.
9318         * dframe.el, ezimage.el, sb-image.el: New files.
9320         * sb-*.xpm: Remove files.  New image files installed into
9321         etc/images/ezimage.
9323 2005-09-30  Kenichi Handa  <handa@m17n.org>
9325         * ps-mule.el (ps-mule-show-warning): If a character is in
9326         ps-print-translation-table, don't treat it as non-printable.
9328 2005-09-30  David Ponce  <david@dponce.com>
9330         * tree-widget.el (tree-widget-themes-load-path): New variable.
9331         (tree-widget-themes-directory): Doc fix.
9332         (tree-widget-image-formats) [Emacs]: Doc fix.
9333         (tree-widget--locate-sub-directory): New function.
9334         (tree-widget-themes-directory): Use it.
9336         * recentf.el (recentf-filename-handlers): Rename from
9337         `recentf-filename-handler'.  Allow a list of functions.
9338         (recentf-menu-items-for-commands): Fix :help strings.
9339         (recentf-apply-filename-handlers): New function.
9340         (recentf-expand-file-name): Use it.
9341         (recentf-cleanup): Remove duplicates too.
9343 2005-09-29  Juri Linkov  <juri@jurta.org>
9345         * faces.el: Rearrange face definitions to be in the same order as
9346         their face descriptions in "(emacs)Standard Faces".
9348         * isearch.el (isearch, lazy-highlight): Add group `basic-faces'.
9350         * tooltip.el (tooltip): Add group `basic-faces'.
9352         * buff-menu.el (Buffer-menu-buffer): Remove group
9353         `font-lock-highlighting-faces'.
9355         * progmodes/compile.el (compilation-error, compilation-warning)
9356         (compilation-info, compilation-line-number, compilation-column-number):
9357         Change group from `font-lock-highlighting-faces' to `compilation'.
9359         * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
9360         (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face)
9361         (vhdl-font-lock-function-face, vhdl-font-lock-directive-face)
9362         (vhdl-font-lock-reserved-words-face)
9363         (vhdl-font-lock-translate-off-face, syntax-alist): Remove group
9364         `font-lock-highlighting-faces'.
9366         * cus-edit.el (custom-buffer-sort-alphabetically): Default to nil.
9368 2005-09-28  Kim F. Storm  <storm@cua.dk>
9370         * emulation/cua-base.el: Set CUA move property on additional commands:
9371         up-list, down-list, backward-up-list, end-of-defun beginning-of-defun,
9372         forward-sexp, backward-sexp, forward-list, backward-list.
9374 2005-09-28  Romain Francoise  <romain@orebokech.com>
9376         * comint.el (comint-show-output): Really set point at the
9377         beginning of the output when not using `comint-use-prompt-regexp'.
9379 2005-09-27  Jay Belanger  <belanger@truman.edu>
9381         * calc/calc-lang.el (math-oper-table): Raise the precedence of "/"
9382         in TeX mode.
9384 2005-09-26  Juanma Barranquero  <lekktu@gmail.com>
9386         * textmodes/org.el (org-table-sum): Fix format string.
9388         * textmodes/tex-mode.el (tex-insert-quote, latex-indent):
9389         Quote face names.
9391 2005-09-26  Romain Francoise  <romain@orebokech.com>
9393         * isearch.el (isearch-forward-regexp): Close doc string.
9395 2005-09-25  Richard M. Stallman  <rms@gnu.org>
9397         * simple.el (blink-matching-open): Don't no-op when point is BEGV+1.
9399         * isearch.el (isearch-forward, isearch-forward-regexp): Doc fixes.
9401         * progmodes/compile.el (compilation-error-properties):
9402         When getting the file from the previous error message,
9403         correctly decode the new data format.
9405         * progmodes/cc-cmds.el (c-electric-paren):
9406         Call old-blink-paren only for close-paren.
9408 2005-09-24  Andreas Schwab  <schwab@suse.de>
9410         * term/rxvt.el (rxvt-register-default-colors): Delete redundant
9411         condition.
9413 2005-09-25  Romain Francoise  <romain@orebokech.com>
9415         * dired-aux.el (dired-copy-file-recursive):
9416         * dired.el (dired-delete-file):
9417         * ediff-mult.el (ediff-dir-diff-copy-file):
9418         * ediff-util.el (ediff-test-save-region):
9419         * forms.el (forms-mode):
9420         * ido.el (ido-file-internal, ido-delete-file-at-head):
9421         * log-edit.el (log-edit-done):
9422         * ses.el (ses-yank-resize):
9423         * play/gomoku.el (gomoku-human-plays, gomoku)
9424         (gomoku-human-resigns, gomoku-prompt-for-other-game)
9425         (gomoku-offer-a-draw):
9426         * play/landmark.el (lm-human-resigns, lm):
9427         * net/eudcb-ldap.el (eudc-ldap-check-base):
9428         * play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game):
9429         * progmodes/ebrowse.el (ebrowse-find-pattern):
9430         * progmodes/idlw-shell.el (idlwave-shell-set-bp-check):
9431         * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer):
9432         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and space.
9434         * vc.el (vc-delete-file):
9435         * play/gomoku.el (gomoku-terminate-game, gomoku)
9436         (gomoku-prompt-for-move, gomoku-human-takes-back):
9437         * play/landmark.el (lm-human-takes-back, lm-prompt-for-move)
9438         (lm-start-robot, lm-human-plays): Remove extraneous spaces in messages.
9440 2005-09-24  Dan Nicolaescu  <dann@ics.uci.edu>
9442         * term/rxvt.el (rxvt-register-default-colors): Add support for 255
9443         color rxvt terminals by using the code xterm.el used to use before
9444         2005-04-09 in order to match the colors used by rxvt.
9446 2005-09-24  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>  (tiny change)
9448         * term/rxvt.el (rxvt-register-default-colors): Add support for 88
9449         colors rxvt-unicode terminals by using the same code as xterm.el.
9451 2005-09-24  Stefan Monnier  <monnier@iro.umontreal.ca>
9453         * textmodes/tex-mode.el (tex-font-lock-append-prop)
9454         (tex-font-lock-suscript, tex-insert-quote, latex-indent): Adjust to the
9455         new symbol used for the tex-verbatim face.
9457 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
9459         * woman.el (woman-file-name):
9460         * wid-edit.el (widget-file-prompt-value)
9461         (widget-coding-system-prompt-value):
9462         * w32-fns.el (set-w32-system-coding-system):
9463         * vc.el (vc-version-diff, vc-annotate):
9464         * textmodes/reftex-auc.el (reftex-arg-cite)
9465         (reftex-arg-index-tag):
9466         * textmodes/refer.el (refer-get-bib-files):
9467         * textmodes/artist.el (artist-figlet-choose-font):
9468         * terminal.el (terminal-emulator):
9469         * replace.el (occur-read-primary-args):
9470         * rect.el (string-rectangle, string-insert-rectangle):
9471         * ps-print.el (ps-print-preprint):
9472         * progmodes/pascal.el (pascal-goto-defun):
9473         * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
9474         * progmodes/compile.el (compilation-find-file):
9475         * printing.el (pr-interactive-n-up):
9476         * play/animate.el (animate-birthday-present):
9477         * net/rcompile.el (remote-compile):
9478         * man.el (man, Man-goto-section, Man-follow-manual-reference):
9479         * mail/rmailsum.el (rmail-summary-search-backward)
9480         (rmail-summary-search):
9481         * mail/rmailout.el (rmail-output-read-rmail-file-name)
9482         (rmail-output-read-file-name):
9483         * mail/rmail.el (rmail-search, rmail-search-backwards):
9484         * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
9485         * locate.el (locate):
9486         * international/quail.el (quail-show-keyboard-layout):
9487         * international/mule.el (set-buffer-file-coding-system)
9488         (revert-buffer-with-coding-system, set-file-name-coding-system)
9489         (set-terminal-coding-system, set-keyboard-coding-system)
9490         (set-next-selection-coding-system):
9491         * international/mule-diag.el (describe-coding-system)
9492         (describe-font, describe-fontset):
9493         * international/mule-cmds.el (universal-coding-system-argument)
9494         (search-unencodable-char, describe-input-method)
9495         (set-language-environment, describe-language-environment):
9496         * international/codepage.el (codepage-setup):
9497         * international/code-pages.el (codepage-setup):
9498         * info.el (Info-search, Info-follow-reference)
9499         (Info-search-backward):
9500         * emacs-lisp/advice.el (ad-read-advised-function)
9501         (ad-read-advice-class, ad-clear-cache, ad-activate)
9502         (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
9503         (ad-enable-advice, ad-disable-advice, ad-remove-advice)
9504         (ad-read-regexp):
9505         * ediff-util.el (ediff-toggle-regexp-match):
9506         * ediff-ptch.el (ediff-prompt-for-patch-file):
9507         * dired-aux.el (dired-diff):
9508         * diff.el (diff):
9509         * cus-edit.el (custom-variable-prompt):
9510         * calendar/timeclock.el (timeclock-ask-for-project):
9511         * calc/calcalg3.el (calc-get-fit-variables):
9512         * calc/calc-store.el (calc-edit-variable)
9513         (calc-permanent-variable):
9514         * vc-mcvs.el (vc-mcvs-register):
9515         * shadowfile.el (shadow-define-literal-group):
9516         * woman.el (woman-file-name):
9517         * vc.el (vc-version-diff, vc-merge):
9518         * textmodes/reftex-index.el (reftex-index-complete-tag):
9519         * format.el (format-decode-buffer, format-decode-region):
9520         * emulation/viper-cmd.el (viper-read-string-with-history):
9521         * emacs-lisp/debug.el (cancel-debug-on-entry):
9522         * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
9523         * ediff.el (ediff-merge-revisions)
9524         (ediff-merge-revisions-with-ancestor, ediff-revision):
9525         * completion.el (interactive-completion-string-reader):
9526         * calc/calc-prog.el (calc-user-define-formula):
9527         Follow convention for reading with the minibuffer.
9529 2005-09-24  Steven Huwig  <steven_h@acm.org>  (tiny change)
9531         * progmodes/python.el (python-describe-symbol): Add globals() and
9532         locals() to the arguments of emacs.ehelp.
9534 2005-09-24  Magnus Henoch  <mange@freemail.hu>
9536         * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries):
9537         New function, code extracted from ispell-valid-dictionary-list.
9538         (ispell-valid-dictionary-list, ispell-accept-buffer-local-defs):
9539         Call it.
9541 2005-09-24  Eli Zaretskii  <eliz@gnu.org>
9543         * subr.el (version-regexp-alist): Extend valid syntax for version
9544         strings: allow any of the characters -,_,+ to separate the
9545         alpha/beta/rc part from the version part.  Doc fix.
9546         (version-to-list): Doc fix.  Bind case-fold-search to t, as advertised.
9548 2005-09-23  David Reitter  <david.reitter@gmail.com>
9550         * mail/mailclient.el: New file.
9552 2005-09-23  Richard M. Stallman  <rms@gnu.org>
9554         * textmodes/flyspell.el (flyspell-highlight-incorrect-region)
9555         (flyspell-incorrect-hook, flyspell-highlight-duplicate-region):
9556         Doc fixes.
9558         * progmodes/cc-mode.el (c-font-lock-init):
9559         Specify font-lock-lines-before.
9561 2005-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
9563         * smerge-mode.el (smerge-remove-props): Cause re-highlighting of the
9564         whole conflict.
9566 2005-09-23  Carsten Dominik  <dominik@science.uva.nl>
9568         * textmodes/org.el (org-mode-map, orgtbl-mode-map):
9569         Move keybindings with `C-c C-h' prefix to `C-c C-x' prefix.  Make use
9570         of `remap' feature when available.  Additional key bindings for
9571         better tty support.
9572         (org-mode-restart, org-force-self-insert): New commands.
9573         (org-time-stamp-inactive): New command.
9574         (org-remap): New function.
9575         (org-table-auto-blank-field, org-level-color-stars-only): New options.
9576         (org-enable-fixed-width-editor): Move to `org-structure'
9577         customization group.
9578         (org-self-insert-command, orgtbl-self-insert-command): Modify to
9579         blank field after field motion commands.
9581 2005-09-23  Kenichi Handa  <handa@m17n.org>
9583         * international/mule-cmds.el (set-language-environment):
9584         Don't check utf-translate-cjk-lang-env is nil or not on deciding if we
9585         have to call utf-translate-cjk-load-tables.
9587 2005-09-22  Stefan Monnier  <monnier@iro.umontreal.ca>
9589         * mouse.el (mouse-move-drag-overlay): Fix last change.
9591 2005-09-22  David Ponce  <david@dponce.com>
9593         * tree-widget.el (tree-widget-value-create): Fix previous change.
9595 2005-09-21  Dan Nicolaescu  <dann@ics.uci.edu>
9597         * term/xterm.el (terminal-init-xterm): Fix loading rxvt at run time.
9599 2005-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
9601         * mouse.el (mouse-move-drag-overlay): New function.
9602         (mouse-drag-region-1): Use it.
9603         Try to simplify a bit the state handling.  Handle clicks on links
9604         inside intangible areas.
9605         (mouse-save-then-kill): Minor simplification.
9606         (mouse-secondary-overlay): Make it always non-nil instead of
9607         recreating it each time.
9608         (mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary)
9609         (mouse-kill-secondary, mouse-secondary-save-then-kill):
9610         Simplify accordingly.
9612 2005-09-21  Dan Nicolaescu  <dann@ics.uci.edu>
9614         * term/rxvt.el (rxvt-standard-colors): Fix some colors.
9616 2005-09-20  Michael Kifer  <kifer@cs.stonybrook.edu>
9618         * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt.
9619         (ediff-file-name-sans-prefix): Treat nil as an empty string.
9620         (ediff-fixup-patch-map): Better heuristic for intuiting the file names
9621         to patch.
9623         * ediff-util.el: Use insert-buffer-substring.
9625         * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Bug fix.
9627         * emulation/viper-cmd.el (viper-change-state): Don't move over the
9628         field boundaries in the minibuffer.
9629         (viper-set-minibuffer-style): Add viper-minibuffer-post-command-hook.
9630         (viper-minibuffer-post-command-hook): New hook.
9631         (viper-line): Don't move cursor at bolp.
9633         * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Fix message.
9635         * emulation/viper-init.el: Add alias to make-variable-buffer-local to
9636         avoid compiler warnings.
9638         * emulation/viper-macs.el (ex-map): Better messages.
9640         * emulation/viper-utils.el (viper-beginning-of-field): New function.
9642         * emulation/viper.el: Replace make-variable-buffer-local with
9643         viper-make-variable-buffer-local everywhere, to avoid warnings.
9645 2005-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
9647         * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
9648         Delete unused var `old-selected-window'.
9649         (mouse-drag-region-1): Delete unused vars `start-frame', `end-of-range'.
9650         (mouse-drag-secondary): Delete unused var `start-frame'.
9652 2005-09-19  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>  (tiny change)
9654         * term/rxvt.el (terminal-init-rxvt): Add entry for [end].
9656 2005-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
9658         * calendar/calendar.el (mark-visible-calendar-date): Save excursion.
9659         Re-indent within 80 columns.  Use inhibit-read-only.
9661 2005-09-19  Romain Francoise  <romain@orebokech.com>
9663         * calendar/diary-lib.el (mark-diary-entries): Revert last change.
9665 2005-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
9667         * font-lock.el (font-lock-default-fontify-region): Don't add a line
9668         unconditionally, since the after-change-function already did it.
9670 2005-09-19  Miles Bader  <miles@gnu.org>
9672         * net/newsticker.el: Get rid of CVS keyword.
9674 2005-09-19  Johan Bockg\e,Ae\e(Brd  <bojohan+sf@dd.chalmers.se>
9676         * dired-aux.el (dired-handle-overwrite): Don't use `format' here.
9677         The prompt is formatted later.
9679 2005-09-19  David Ponce  <david@dponce.com>
9681         * tree-widget.el (tree-widget-value-create): Save the converted
9682         tree :node widget.
9684 2005-09-19  Juanma Barranquero  <lekktu@gmail.com>
9686         * progmodes/sh-script.el (sh-blink): Fix spurious reference to
9687         variable `message'.
9689 2005-09-18  Michael Albinus  <michael.albinus@gmx.de>
9691         * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
9692         to cover prompts like "login as:".  Reported by Slawomir Nowaczyk
9693         <slawomir.nowaczyk.847@student.lu.se>.
9695 2005-09-18  Chong Yidong  <cyd@stupidchicken.com>
9697         * image.el (image-load-path): Use symbol `data-directory' instead
9698         of its value, for backward compatibility with packages that bind
9699         it during `find-image'.  Suggested by Katsumi Yamaoka.
9700         (image-search-load-path): Handle symbols whose values are strings.
9702 2005-09-18  Romain Francoise  <romain@orebokech.com>
9704         * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap
9705         with-current-buffer form in save-excursion.
9707 2005-09-18  D Goel  <deego@gnufans.org>
9709         * apropos.el (apropos-command): Fix `message' call: first arg
9710         should be a format spec.  In this and all other cases that appear
9711         below and elsewhere in the source code, I made a change only when
9712         two conditions were satisfied: [1] I can think of a possibility
9713         that the arguments would cause an error, for example, the code in
9714         question relies on external variables such as filenames.  [2] I
9715         was sure that the arg to `message' could not have been nil in the code.
9717         * textmodes/tildify.el (tildify-region): Ditto.
9719         * textmodes/reftex-index.el (reftex-index-change-entry)
9720         (reftex-index-phrase-selection-or-word, reftex-query-index-phrase):
9721         * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite):
9722         * textmodes/org.el (org-complete, org-deadline, org-schedule)
9723         (org-priority, org-table-sum):
9724         * textmodes/ispell.el (ispell-check-version, ispell-parse-output):
9725         * textmodes/flyspell.el (flyspell-mode-on, flyspell-notify-misspell)
9726         (flyspell-word, flyspell-display-next-corrections):
9727         * textmodes/bibtex.el (bibtex-print-help-message):
9728         * textmodes/artist.el (artist-key-set-point-poly):
9729         * term/mac-win.el (mac-services-insert-text):
9730         * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings)
9731         (vhdl-hooked-abbrev, vhdl-template-insert-fun)
9732         (vhdl-port-paste-testbench, vhdl-compose-new-component)
9733         (vhdl-compose-configuration):
9734         * progmodes/sh-script.el (sh-blink, sh-show-indent)
9735         (sh-set-indent, sh-learn-line-indent):
9736         * progmodes/ps-mode.el (ps-mode-target-column):
9737         * progmodes/idlwave.el (idlwave-make-tags)
9738         (idlwave-scan-library-catalogs):
9739         * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display):
9740         * progmodes/gud.el (gud-jdb-analyze-source):
9741         * progmodes/flymake.el (flymake-log):
9742         * progmodes/ebnf2ps.el (ebnf-generate-region):
9743         * progmodes/cmacexp.el (c-macro-expansion):
9744         * progmodes/ada-xref.el (ada-treat-cmd-string):
9745         * progmodes/ada-mode.el (ada-create-case-exception-substring)
9746         (ada-justified-indent-current, ada-batch-reformat):
9747         * play/zone.el (zone):
9748         * play/landmark.el (lm-move):
9749         * play/decipher.el (decipher-show-alphabet):
9750         * net/newsticker.el (newsticker--display-jump)
9751         (newsticker--display-scroll):
9752         * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list)
9753         (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list):
9754         * mail/feedmail.el (feedmail-dump-message-to-queue):
9755         * eshell/esh-proc.el (eshell-remove-process-entry):
9756         * emulation/ws-mode.el (ws-last-error):
9757         * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args)
9758         (viper-record-kbd-macro):
9759         * emulation/viper-ex.el (ex-pwd, viper-info-on-file):
9760         * emacs-lisp/lisp-mnt.el (lm-report-bug):
9761         * emacs-lisp/find-func.el (find-function-noselect):
9762         * calendar/timeclock.el (timeclock-status-string)
9763         (timeclock-workday-remaining-string, timeclock-workday-elapsed-string)
9764         (timeclock-when-to-leave-string):
9765         * calendar/icalendar.el (icalendar--convert-ical-to-diary):
9766         * calc/calc-units.el (calc-enter-units-table):
9767         * calc/calc-mode.el (calc-mode-record-mode):
9768         * woman.el (woman-mini-help):
9769         * wdired.el (wdired-change-to-wdired-mode):
9770         * vc.el (vc-retrieve-snapshot):
9771         * strokes.el (strokes-read-stroke, strokes-read-complex-stroke):
9772         * startup.el (display-startup-echo-area-message):
9773         * simple.el (set-goal-column):
9774         * ses.el (ses-command-hook, ses-recalculate-cell):
9775         * server.el (server-process-filter):
9776         * printing.el (pr-interface-txt-print, pr-interface-printify)
9777         (pr-interface-ps):
9778         * pcvs.el (cvs-help):
9779         * log-edit.el (log-edit, log-edit-mode-help):
9780         * iswitchb.el (iswitchb-possible-new-buffer):
9781         * isearch.el (isearch-edit-string):
9782         * image-mode.el (image-mode, image-minor-mode):
9783         * ibuf-macs.el (define-ibuffer-filter):
9784         * hi-lock.el (hi-lock-find-patterns):
9785         * files.el (toggle-read-only):
9786         * ediff-util.el (ediff-copy-diff)
9787         (ediff-write-merge-buffer-and-maybe-kill):
9788         * echistory.el (Electric-history-undefined):
9789         * dnd.el (dnd-insert-text):
9790         * dired-aux.el (dired-query):
9791         * desktop.el (desktop-restore-file-buffer, desktop-lazy-create-buffer):
9792         * bookmark.el (bookmark-bmenu-locate):
9793         * obsolete/fast-lock.el (@top-level) <with-temp-message macro>:
9794         Fix `message' calls to ensure first arg is a format string.
9795         The change was made only when these two conditions were satisfied:
9796         [1] when there is a possibility that the arguments would cause an error
9797         for example, if the code in question relies on external variables
9798         such as filenames, and
9799         [2] if the arg to `message' could not have been nil in the code.
9801         * pcomplete.el (pcomplete--help): Fix `message' format spec.
9802         Not having a %s would be weird, though not technically wrong.
9804 2005-09-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
9806         * term/mac-win.el (mac-add-charset-info): Doc fix.
9808 2005-09-17  Romain Francoise  <romain@orebokech.com>
9810         * shell.el (shell-resync-dirs): Handle echoing processes more
9811         reliably.  Don't insert resync command if `comint-process-echoes'
9812         is non-nil.
9814 2005-09-17  Magnus Henoch  <mange@freemail.hu>
9816         * textmodes/ispell.el (ispell-aspell-supports-utf8): New variable.
9817         (ispell-check-version): Set ispell-aspell-supports-utf8 to t for
9818         aspell versions >= 0.60.
9819         (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
9820         only if ispell-aspell-supports-utf8 is non-nil.
9822 2005-09-17  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
9824         * progmodes/scheme.el (scheme-mode-variables): Use setq to assign
9825         buffer-local value to lisp-indent-function.
9827 2005-09-17  Milan Zamazal  <pdm@zamazal.org>
9829         * progmodes/glasses.el (glasses-make-readable): If
9830         glasses-separator differs from underscore, put appropriate
9831         overlays over underscore characters.
9832         (glasses-convert-to-unreadable): If glasses-separator differs from
9833         underscore, try to convert glasses-separator characters to
9834         underscores.
9836 2005-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
9838         * calendar/diary-lib.el (mark-diary-entries): Don't move point.
9839         Use with-syntax-table and dolist.
9841 2005-09-16  Carsten Dominik  <dominik@science.uva.nl>
9843         * textmodes/reftex-auc.el:
9844         * textmodes/reftex-cite.el:
9845         * textmodes/reftex-dcr.el:
9846         * textmodes/reftex-global.el:
9847         * textmodes/reftex-parse.el:
9848         * textmodes/reftex-ref.el:
9849         * textmodes/reftex-sel.el:
9850         * textmodes/reftex-toc.el:
9851         * textmodes/reftex-vars.el:
9852         * textmodes/reftex.el: Small changes to remove compiler warnings.
9854         * textmodes/reftex-index.el: Likewise.
9855         (reftex-query-index-phrase): More efficient use of markers.
9857 2005-09-15  Chong Yidong  <cyd@stupidchicken.com>
9859         * image.el (image-load-path): New variable.
9860         (image-search-load-path): New function.
9861         (find-image): Search for images in `image-load-path'.
9863 2005-09-15  Richard M. Stallman  <rms@gnu.org>
9865         * follow.el: Change Maintainer field.
9867 2005-09-15  David Ponce  <david@dponce.com>
9869         * recentf.el (recentf-save-file-modes): New option.
9870         (recentf-save-list): Use it.
9872 2005-09-15  Nick Roberts  <nickrob@snap.net.nz>
9874         * bindings.el (mode-line-eol-desc, mode-line-coding-system-map)
9875         (mode-line-mule-info, mode-line-modified): Move bindings from
9876         mouse-3 to mouse-1.
9878 2005-09-15  Chong Yidong  <cyd@stupidchicken.com>
9880         * simple.el (sendmail-user-agent-compose): Revert last change.
9882 2005-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
9884         * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
9885         Use with-current-buffer.
9886         (ange-ftp-gwp-start): Remove unused var `gw-user'.
9887         (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
9888         (ange-ftp-insert-directory): Remove unused var `short'.
9889         (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
9891         * pcvs-defs.el (cvs-version): Recognize CVSNT version string.
9892         (cvs-execute-single-dir): Change default: cvs-1.9 is ancient.
9894         * calendar/cal-menu.el: Don't require easymenu, since we don't use it.
9895         (check-calendar-holidays, diary-list-entries): Autoload.
9896         Otherwise `emacs -q' followed by "mouse-2 -> diary entries" burps.
9897         (calendar-mouse-holidays, calendar-mouse-view-diary-entries): Simplify.
9899         * calendar/diary-lib.el (diary-show-all-entries): Fix last change,
9900         which mistakenly removed a call to display-buffer.
9902 2005-09-14  Juanma Barranquero  <lekktu@gmail.com>
9904         * obsolete/iso-insert.el: Move to obsolete/ from international/.
9906 2005-09-14  Thien-Thi Nguyen  <ttn@gnu.org>
9908         * progmodes/hideshow.el
9909         (hs-hide-comments-when-hiding-all): Remove autoload cookie.
9910         (hs-allow-nesting): New user var.
9911         (hs-discard-overlays): Skip "internal" overlays if nesting allowed.
9912         (hs-hide-block-at-point): When nesting allowed,
9913         if there is already an overlay in place, delete it.
9914         (hs-safety-is-job-n): Delete func; remove call sites.
9915         (hs-hide-level-recursive): Don't pre-clean if nesting allowed.
9916         (hs-overlay-at): New func.
9917         (hs-already-hidden-p, hs-show-block): Use it.
9918         (hs-hide-all): Don't pre-clean if nesting allowed.
9919         (hs-show-all): Temporarily disallow
9920         nesting around call to `hs-discard-overlays'.
9922 2005-09-14  Chong Yidong  <cyd@stupidchicken.com>
9924         * mouse.el (mouse-major-mode-menu): Make `prefix' optional.
9925         Delete unused local var.
9927 2005-09-13  Juanma Barranquero  <lekktu@gmail.com>
9929         * help-fns.el (describe-categories): "?\ " -> "?\s".
9930         (help-do-arg-highlight): Recognize also ARG-n, as in
9931         `move-to-left-margin' (ARG+n is already recognized).  Simplify.
9933         * international/codepage.el (dos-unsupported-char-glyph):
9934         * net/newsticker.el (tool-bar-map, w3-mode-map)
9935         (w3m-minor-mode-map):
9936         * progmodes/vhdl-mode.el (conf-alist, conf-entry, conf-key)
9937         (ent-alist):
9938         * textmodes/reftex-vars.el (reftex-tables-dirty): Add defvars.
9940 2005-09-13  Chong Yidong  <cyd@stupidchicken.com>
9942         * custom.el (custom-push-theme): Handle the case where a symbol is
9943         bound but face properties have not yet been assigned.
9945         * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
9946         Fix behavior if noerase is `t' and there is no mail buffer.
9948         * simple.el (sendmail-user-agent-compose): Use a new mail buffer
9949         if `continue' is nil, rather than signal an error.
9951 2005-09-12  Richard M. Stallman  <rms@gnu.org>
9953         * font-lock.el (font-lock-keywords): Add autoload.
9955         * help-fns.el (describe-variable): Rearrange to put source link
9956         in a predictable place.
9958         * net/newsticker.el: New file.
9960 2005-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
9962         * calendar/calendar.el (calendar-for-loop): Add edebug info.
9963         (calendar-basic-setup): Use the new nil arg.
9964         (number-of-diary-entries): Move to diary-lib.el.
9966         * calendar/diary-lib.el: Use with-current-buffer, match-string.
9967         (diary-list-entries): Use with-syntax-table and dolist.
9968         Rename from list-diary-entries.
9969         Use number-of-diary-entries if `number' is nil.
9970         (diary, diary-view-entries): Use this new name and new nil arg value.
9971         (number-of-diary-entries): Move from calendar.el.
9972         (diary-unhide-everything): New function.
9973         (include-other-diary-files, fancy-diary-display)
9974         (diary-show-all-entries, make-diary-entry): Use it.
9975         (diary-mail-entries): Use buffer-string.
9976         (mark-diary-entries): Fix long standing paren typo.
9977         (diary-sexp-entry): Use count-lines.
9978         (make-diary-entry): Avoid `previous-line'.
9979         (diary-mode-map): New var.
9980         (diary-mode): Redraw cal after saving.  Setup header-line.
9981         (fancy-diary-display-mode): Use local-set-key.
9983         * startup.el (command-line): Try calling various terminal-init-foo-bar
9984         functions by stripping hyphenated suffixes from $TERM.
9986         * files.el (normal-mode): Check boundness of font-lock-keywords.
9988 2005-09-12  Richard M. Stallman  <rms@gnu.org>
9990         * progmodes/compile.el: Don't decide a file's directory
9991         until the user actually tries to go there.
9992         (compilation-next-error-function):
9993         Pass compilation-find-file the directory from the file-struct.
9994         (compilation-internal-error-properties): Separate local FILE-STRUCT
9995         from FILE.  Doc the args better.  Rename arg FMT to FMTS.
9996         (compilation-find-file): Arg DIR renamed to DIRECTORY.
9997         Expand it, and if nil, use default-directory.
9998         (compilation-get-file-structure): Don't mix specified directory
9999         with default directory.  Put specified directory into
10000         file-struct.  Don't make the file name absolute.
10002         * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
10003         (compile-command): Add autoload.
10004         (compilation-disable-input): Add autoload.
10006 2005-09-11  Stephen Gildea  <gildea@stop.mail-abuse.org>
10008         * time-stamp.el: Mention variable `time-stamp-pattern' in doc
10009         strings of the variables it can override.
10010         (time-stamp): New (as yet undocumented) time-stamp-format escapes
10011         %Q and %q, for fully-qualified domain name and unqualified host name.
10013 2005-09-11  Kim F. Storm  <storm@cua.dk>
10015         * emacs-lisp/authors.el (authors-aliases): Update list.
10016         (authors-fixed-entries): Update mldrag.el entry.
10018 2005-09-10  Alan Mackenzie  <acm@muc.de>
10020         * page.el (narrow-to-page): Exclude _entire_ multi-line delimiter
10021         from the region narrowed to.
10023 2005-09-10  Magnus Henoch  <mange@freemail.hu>
10025         * textmodes/ispell.el (ispell-check-version): Signal an error if
10026         aspell version is less than 0.60.
10028 2005-09-10  Pascal Dupuis  <Pascal.Dupuis@esat.kuleuven.be>  (tiny change)
10030         * progmodes/octave-inf.el (inferior-octave-startup):
10031         Resync current dir at the end.
10033 2005-09-10  Emilio C. Lopes  <eclig@gmx.net>
10035         * woman.el (woman-topic-at-point-default):
10036         Rename to woman-use-topic-at-point-default.
10037         (woman-topic-at-point): Rename to woman-use-topic-at-point.
10038         (woman-file-name): Reflect renames above.  Automatically use the
10039         word at point as topic if woman-use-topic-at-point is non-nil.
10040         Otherwise offer it as default but don't insert it in the
10041         minibuffer.  Also use `test-completion' instead of `assoc' as
10042         suggested by Stefan Monnier.
10044 2005-09-10  Andre Spiegel  <spiegel@gnu.org>
10046         * vc.el (vc-directory, vc-update-change-log): Throw an error on
10047         the attempt to do it over Tramp.  This is not yet supported.
10049 2005-09-10  Eli Zaretskii  <eliz@gnu.org>
10051         * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
10052         (menu-bar-non-minibuffer-window-p): New functions.
10053         ("Split Window", "Save As..."): Use them.
10054         ("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
10055         ("Print Buffer", "Truncate Long Lines in this Buffer"):
10056         Use menu-bar-menu-frame-live-and-visible-p.
10057         ("Save Buffer", "Insert File", "Open Directory...")
10058         ("Open File...", "Visit New File..."):
10059         Use menu-bar-non-minibuffer-window-p.
10060         (kill-this-buffer-enabled-p, dired <menu-enable>):
10061         Use menu-bar-non-minibuffer-window-p.
10063 2005-09-09  Eli Zaretskii  <eliz@gnu.org>
10065         * cus-start.el (all): Don't complain about fringe-related
10066         built-ins if fringes are not supported.  Ditto about
10067         selection-related built-ins.  Fix the test for GTK-related built-ins.
10069         * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)")
10070         ("Postscript Print Buffer", "Print Region", "Save As...")
10071         ("Save", "Insert File...", "Open Directory...")
10072         ("Open File...", "Visit New File..."")
10073         ("Truncate Long Lines in this Buffer"): Don't look at
10074         menu-updating-frame if this display does not support multiple frames.
10076 2005-09-09  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
10078         * mail/sendmail.el (default-sendmail-coding-system): Doc fix.
10080 2005-09-09  Emilio Lopes  <eclig@gmx.net>
10082         * woman.el: Format- and whitespace-related changes.
10084 2005-09-09  Eli Zaretskii  <eliz@gnu.org>
10086         * woman.el: Fix my email address.
10088 2005-09-08  Richard M. Stallman  <rms@gnu.org>
10090         * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var.
10091         (sh-mode): Locally set skeleton-pair-default-alist.
10093         * progmodes/make-mode.el (makefile-add-log-defun): Trim the result.
10095         * progmodes/flymake.el: Require `compile' unconditionally.
10097         * mail/sendmail.el (send-mail-function): Add Mailclient alternative.
10099         * woman.el (woman-file-name): Provide a default, not initial input.
10101         * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props.
10103         * font-lock.el (font-lock-support-mode): Doc fix.
10105         * descr-text.el (describe-property-list): Handle non-symbol prop names.
10107 2005-09-08  Richard M. Stallman  <rms@gnu.org>
10109         * simple.el (blink-matching-open): Get rid of text props from
10110         the string shown in echo area.  Don't permanently set point.
10111         Some rearrangements.
10113 2005-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
10115         * recentf.el (recentf-filename-handler): Add custom choice
10116         `abbreviate-file-name'.
10118         * msb.el (msb--very-many-menus): Fix typo.
10120         * disp-table.el (standard-display-european): Don't set
10121         enable-multibyte-characters to nil.
10123 2005-09-08  David Ponce  <david@dponce.com>
10125         * recentf.el (recentf-show-file-shortcuts-flag): New option.
10126         (recentf-expand-file-name): Doc fix.
10127         (recentf-dialog-mode-map): Define digit shortcuts.
10128         (recentf--files-with-key): New variable.
10129         (recentf-show-digit-shortcut-filter): New function.
10130         (recentf-open-files-items): New function.
10131         (recentf-open-files): Use it.
10132         (recentf-open-file-with-key): New command.
10134 2005-09-08  Chong Yidong  <cyd@stupidchicken.com>
10136         * buff-menu.el (Buffer-menu-sort-by-column): New function.
10137         Suggested by Kim F. Storm.
10138         (Buffer-menu-sort-button-map): Global keymap for sort buttons.
10139         (Buffer-menu-make-sort-button): Use global keymap.
10141 2005-09-07  Michael Albinus  <michael.albinus@gmx.de>
10143         * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'.
10144         (Man-getpage-in-background-advice): Remove defadvice; it isn't
10145         necessary any longer with the remapped command.
10146         (Man-bgproc-sentinel-advice): Remove defadvice which counts
10147         formatting time only.
10149         * net/tramp.el (tramp-action-password)
10150         (tramp-multi-action-password): Compile the password prompt from
10151         `method', `user' and `host'.  Sometimes it isn't obvious which
10152         password to enter, for example with remote files offered by
10153         recentf.el, or with multiple steps.  Suggested by Robert Marshall
10154         <robert@chezmarshall.freeserve.co.uk>.
10156 2005-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
10158         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
10159         Fix regexp for when "s///" is at the beginning of line.
10161 2005-09-07  Jay Belanger  <belanger@truman.edu>
10163         * calc/calc-poly.el (math-expand-term): Multiply out any powers
10164         when in matrix mode.
10166 2005-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
10168         * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use
10169         non-anonymous functions.
10171 2005-09-06  Chong Yidong  <cyd@stupidchicken.com>
10173         * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks
10174         when using a header line.  Otherwise, use mouse-1-click-follows-link.
10176         * mouse.el (mouse-drag-header-line): Do nothing if the header-line
10177         can't be moved; don't signal an error.
10179 2005-09-05  Chong Yidong  <cyd@stupidchicken.com>
10181         * cus-theme.el (custom-theme-write-faces): Save the current face
10182         spec, not the defface spec.
10184         * custom.el (custom-known-themes): Clarify meaning of "standard".
10185         (custom-push-theme): Save old values in the standard theme.
10186         (disable-theme): Correct typo.
10187         (custom-face-theme-value) Deleted unused function.
10188         (custom-theme-recalc-face): Rewritten to treat enable/disable properly.
10190 2005-09-05  Stefan Monnier  <monnier@iro.umontreal.ca>
10192         * progmodes/compile.el (compilation-goto-locus): Take into account
10193         iconified frames when determining whether the buffer is
10194         already visible.
10195         Don't reset window height if the window already existed.
10197 2005-09-04  Chong Yidong  <cyd@stupidchicken.com>
10199         * custom.el (load-theme): Rename from require-theme.
10200         Add interactive spec.
10201         (enable-theme): Rename from custom-enable-theme.
10202         Add interactive spec.
10203         (disable-theme): Rename from custom-disable-theme.
10204         Add interactive spec.
10205         (custom-make-theme-feature): Doc fix.
10206         (custom-theme-directory): Doc fix.
10207         (provide-theme): Call enable-theme.
10209 2005-09-02  Stefan Monnier  <monnier@iro.umontreal.ca>
10211         * obsolete/lazy-lock.el (lazy-lock-mode):
10212         * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on
10213         font-lock-mode if it's off.  Print a warning instead.
10215         * progmodes/compile.el (compilation-start): Ignore errors if the
10216         process died before we get to send-eof.
10218         * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file):
10219         Undo last change.  Enclosing the result in quotes broke things on Unix
10220         since tex-send-command passes it through shell-quote-argument.
10221         (tex-send-command): Pass `file' through convert-standard-filename
10222         when possible.
10223         (tex-uptodate-p): Handle the case where TeX hasn't put additional
10224         info in a transcript.
10226 2005-09-02  Dan Nicolaescu  <dann@ics.uci.edu>
10228         * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
10229         fix compilation warning.  Reorder the key definitions to group
10230         together keys emitted by the current version of xterm.
10232         * progmodes/vhdl-mode.el (vhdl-highlight-faces)
10233         (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face):
10234         Reorder predicates to correct min-color usage.
10236 2005-09-01  Chong Yidong  <cyd@stupidchicken.com>
10238         * longlines.el (longlines-mode): Inhibit read-only when encoding.
10239         Kill local variables when longlines-mode is turned off.
10241 2005-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
10243         * international/mule-cmds.el (set-locale-environment): Soothe compiler.
10245         * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
10247         * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el.
10249         * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove.
10250         (font-lock-lines-before): Change default to being inactive.
10251         (font-lock-default-fontify-region): Obey font-lock-lines-before.
10252         (font-lock-after-change-function): Don't handle f-l-lines-before here.
10254 2005-08-31  Michael Albinus  <michael.albinus@gmx.de>
10256         * net/tramp.el (tramp-handle-make-auto-save-file-name):
10257         Deactivate temporarily advice if active (not needed for Emacs 22,
10258         but for backwards compatibility).
10259         (tramp-exists-file-name-handler): Rewrite.  First implementation
10260         was too simple.
10261         (tramp-advice-make-auto-save-file-name):
10262         Call `tramp-handle-make-auto-save-file-name' (again, just for
10263         backwards compatibility).
10265 2005-08-31  Reto Zimmermann  <reto@gnu.org>
10267         * progmodes/vhdl-mode.el
10268         (vhdl-update-sensitivity-list): Handle multi-dimensional array access.
10269         (vhdl-end-p): Fix indentation bug "else" after "-- when".
10270         (vhdl-set-default-project): New function (easier setting of default).
10271         (vhdl-port-copy): Handle extended identifiers for generics.
10272         (vhdl-compiler-alist): Better description for error message regexp.
10273         (vhdl-make): Query for target, use previous as default.
10274         (vhdl-port-copy): Fix port copy for port names starting with "signal".
10275         (vhdl-font-lock-keywords-2): Fix fontification for record
10276         el. assign.
10277         (vhdl-speedbar-make-subpack-line): Add package body link.
10278         (vhdl-generate-makefile-1): Not include itself as dependency.
10279         (vhdl-font-lock-init): Highlight c-preprocessor directives.
10280         (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives.
10281         (vhdl-get-syntactic-context): Handle c-preprocessor directives.
10282         (vhdl-update-sensitivity-list): Start scan at opening parenthesis.
10283         (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop).
10284         (vhdl-update-sensitivity-list-buffer): Add string argument for `error'.
10285         (vhdl-import-project): Add string argument for `error'.
10286         (vhdl-compose-configuration)
10287         (vhdl-compose-configuration-architecture): Add configuration
10288         declaration generation.
10289         (vhdl-scan-directory-contents): Scan for block/generate hierarchy.
10290         (vhdl-trailer-re): Add "record" keyword (better indentation).
10291         (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of
10292         "[^ \t-\"]+".
10293         (vhdl-font-lock-keywords-2): Not highlight formal parameter after `|'.
10294         (vhdl-testbench-entity-file-name)
10295         (vhdl-testbench-architecture-file-name): Allow separate
10296         customization of testbench file names.
10297         (vhdl-beginning-of-block): Handle optional subprogram parameter list.
10298         (vhdl-get-visible-signals): Allow newline within alias declaration.
10299         (vhdl-update-sensitivity-list): Signal read only on certain attributes.
10300         (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes).
10301         (member-ignore-case): Alias for missing function in XEmacs.
10302         (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC.
10303         (vhdl-update-sensitivity-list): Ignore case on read signals.
10304         (vhdl-replace-string): Adjust case only for file names.
10305         (vhdl-update-sensitivity-list): Fix search for read signals.
10306         (vhdl-update-sensitivity-list): Exclude formal parameters.
10307         (vhdl-get-visible-signals): Include aliases of signals.
10308         (vhdl-get-visible-signals): Fix signal name searching.
10309         (vhdl-port-flatten, vhdl-port-reverse-direction): Better message.
10310         (vhdl-fixup-whitespace-region): Fix for character
10311         literals (e.g. `:').
10313 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
10315         * ansi-color.el (comint-last-output-start):
10316         * bs.el (font-lock-verbose):
10317         * diff-mode.el (add-log-buffer-file-name-function):
10318         * dired-x.el (vm-folder-directory):
10319         * faces.el (help-xref-stack-item):
10320         * files.el (font-lock-keywords):
10321         * find-lisp.el (dired-buffers, dired-subdir-alist):
10322         * ido.el (cua-inhibit-cua-keys):
10323         * log-view.el (cvs-minor-wrap-function):
10324         * outline.el (font-lock-warning-face):
10325         * simple.el (compilation-current-error):
10326         * speedbar.el (ange-ftp-path-format, efs-path-regexp)
10327         (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow):
10328         * tooltip.el (comint-prompt-regexp):
10329         * w32-fns.el (explicit-shell-file-name):
10330         * term/mac-win.el (mac-charset-info-alist)
10331         (mac-services-selection, mac-system-script-code):
10332         * term/tty-colors.el (msdos-color-values):
10333         * term/w32-win.el (xlfd-regexp-registry-subnum):
10334         * term/x-win.el (x-keysym-table, x-selection-timeout)
10335         (x-session-id, x-session-previous-id):
10336         * textmodes/ispell.el (mail-yank-prefix):
10337         * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header):
10338         * textmodes/org.el (calc-embedded-close-formula)
10339         (calc-embedded-open-formula)
10340         (font-lock-unfontify-region-function):
10341         * textmodes/reftex-global.el (isearch-next-buffer-function)
10342         (TeX-master):
10343         * textmodes/reftex.el (font-lock-keywords):
10344         * textmodes/tex-mode.el (font-lock-comment-face)
10345         (font-lock-doc-face):
10346         * textmodes/texinfo.el (outline-heading-alist):
10347         Add defvars.
10349         * textmodes/artist.el (x-pointer-crosshair): Add defvar.
10350         (artist-spray-chars, artist-mode-init, artist-replace-string)
10351         (artist-select-erase-char, artist-vap-find-endpoints-horiz)
10352         (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne)
10353         (artist-vap-find-endpoints-nwse): "?\ " -> "?\s".
10355         * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar.
10356         (conf-align-assignments): "?\ " -> "?\s".
10358         * textmodes/reftex-index.el (TeX-master): Add defvar.
10359         (reftex-index-phrases-marker): Move up defvar.
10361         * textmodes/reftex-toc.el (zmacs-regions): Add defvar.
10362         (reftex-toc-include-labels-indicator)
10363         (reftex-toc-include-index-indicator)
10364         (reftex-toc-max-level-indicator): Move up declarations.
10366         * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list
10367         of args to `tramp-run-real-handler', even if it's empty in this case.
10369 2005-08-31  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
10371         * dired.el (dired-move-to-filename-regexp): Add date format for
10372         Mac OS X 10.3 in East Asian locales.
10374 2005-08-31  Michael Albinus  <michael.albinus@gmx.de>
10376         * files.el (make-auto-save-file-name): Add file name handler call
10377         if applicable.
10379         * net/tramp.el (tramp-file-name-handler-alist)
10380         (tramp-file-name-for-operation): Add `make-auto-save-file-name'.
10381         (tramp-handle-make-auto-save-file-name): Rename from
10382         `tramp-make-auto-save-file-name'.
10383         (tramp-exists-file-name-handler): New defun.
10384         (tramp-advice-make-auto-save-file-name): Make defadvice only when
10385         `make-auto-save-file-name' is not a magic file name operation.
10387 2005-08-30  Richard M. Stallman  <rms@gnu.org>
10389         * files.el (risky-local-variable-p):
10390         Match `-predicates' and `-commands.
10392         * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
10393         (custom-save-all): Visit the file if necessary;
10394         kill the buffer if we created it.
10395         (custom-save-delete): Don't visit file or kill buffer here.
10397 2005-08-30  Carsten Dominik  <dominik@science.uva.nl>
10399         * textmodes/org.el (org-special-keyword): New face.
10400         (org-table-copy-down, org-table-eval-formula)
10401         (org-table-recalculate, org-init-section-numbers):
10402         Use `string-to-number' instead of `string-to-int'.
10403         (org-get-location): Use `insert-buffer-substring' instead of
10404         `insert-buffer'.
10405         (org-modify-diary-entry-string): New function.
10406         (org-get-entries-from-diary): Set the hook for `add-to-diary-list'.
10407         (org-disable-agenda-to-diary): Rename from `org-disable-diary'.
10408         (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
10409         active region.
10410         (org-export-as-html): Handle QUOTE keyword.
10411         (org-quote-string): New option.
10412         (org-bookmark-jump-unhide): New function, used for
10413         `bookmark-after-jump-hook'.
10414         (org-diary-default-entry): Apply only when not called through
10415         `org-agenda'.
10417 2005-08-30  Juanma Barranquero  <lekktu@gmail.com>
10419         * net/eudc.el (mode-popup-menu):
10420         * play/handwrite.el (ps-printer-name, ps-lpr-command):
10421         * progmodes/ada-mode.el (compile-auto-highlight)
10422         (skeleton-further-elements):
10423         * progmodes/autoconf.el (font-lock-syntactic-keywords):
10424         * progmodes/cmacexp.el (msdos-shells):
10425         * progmodes/compile.el (font-lock-extra-managed-props)
10426         (font-lock-keywords, font-lock-maximum-size)
10427         (font-lock-support-mode):
10428         * progmodes/grep.el (font-lock-lines-before):
10429         * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info):
10430         * progmodes/mixal-mode.el (compile-command):
10431         * progmodes/perl-mode.el (font-lock-comment-face)
10432         (font-lock-doc-face, font-lock-string-face):
10433         * progmodes/prolog.el (comint-prompt-regexp):
10434         * progmodes/sh-script.el (font-lock-comment-face)
10435         (font-lock-set-defaults, font-lock-string-face):
10436         * progmodes/sql.el (font-lock-keyword-face)
10437         (font-lock-set-defaults, font-lock-string-face):
10438         * progmodes/vhdl-mode.el (compilation-file-regexp-alist)
10439         (itimer-version, lazy-lock-defer-contextually)
10440         (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly):
10441         Add defvars.
10443         * progmodes/cperl-mode.el (cperl-electric-lbrace)
10444         (cperl-electric-keyword, cperl-electric-pod)
10445         (cperl-electric-backspace, cperl-forward-re)
10446         (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s".
10447         (vc-rcs-header, vc-sccs-header): Add defvars.
10449         * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s".
10450         (font-lock-syntactic-keywords, gud-find-expr-function):
10451         Add defvars.
10453         * progmodes/gdb-ui.el (tool-bar-map): Add defvar.
10454         (gdb-frame-parameters): Declare before use.
10456         * progmodes/gud.el (gdb-active-process, gdb-define-alist)
10457         (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values)
10458         (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars.
10459         (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s".
10461         * progmodes/idlw-help.el (browse-url-generic-args): Add defvar.
10462         (idlwave-help-with-source): Use `insert-buffer-substring', not
10463         `insert-buffer'.
10465 2005-08-29  Juri Linkov  <juri@jurta.org>
10467         * outline.el (hide-entry, hide-leaves, outline-toggle-children):
10468         Put outline-back-to-heading function call inside save-excursion.
10470 2005-08-29  Juanma Barranquero  <lekktu@gmail.com>
10472         * man.el (Man-init-defvars, Man-translate-references)
10473         (Man-support-local-filenames, Man-highlight-references):
10474         * progmodes/sql.el (sql-interactive-mode):
10475         * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings.
10477         * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
10478         (compilation-mode-font-lock-keywords): Add defvars.
10479         (checkdoc-interactive-loop): "?\ " -> "?\s".
10481         * emacs-lisp/lisp-mode.el (font-lock-comment-face)
10482         (font-lock-doc-face, font-lock-string-face)
10483         (font-lock-keywords-case-fold-search): Add defvars.
10484         (emacs-lisp-mode-syntax-table): "?\ " -> "?\s".
10486         * obsolete/sun-fns.el (mouse-select-or-drag-move-point):
10487         Don't pass X and Y (they are ignored anyway).
10488         (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
10489         (mouse-delete-window): Make arguments optional.
10491         * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'.
10492         (caesar-translate-table, minor-modes, news-buffer-save)
10493         (news-group-name, news-minor-modes): Add defvars.
10495         * emacs-lisp/lselect.el (mouse-highlight-priority)
10496         (x-lost-selection-functions, zmacs-regions):
10497         * emacs-lisp/pp.el (font-lock-verbose):
10498         * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function):
10499         * emacs-lisp/tcover-ses.el (ses-initial-global-parameters)
10500         (ses-mode-map):
10501         * emacs-lisp/tcover-unsafep.el (safe-functions):
10502         * international/mule-cmds.el (mac-system-coding-system)
10503         (mac-system-locale):
10504         * language/ethio-util.el (rmail-current-message)
10505         (rmail-message-vector):
10506         * language/thai-util.el (thai-auto-composition-mode):
10507         * mail/metamail.el (rmail-current-message, rmail-message-vector):
10508         * mail/mspools.el (rmail-inbox-list, vm-crash-box)
10509         (vm-folder-directory, vm-init-file, vm-init-file-loaded)
10510         (vm-primary-inbox, vm-spool-files):
10511         * mail/rmail.el (deleted-head, font-lock-fontified)
10512         (mail-abbrev-syntax-table, mail-abbrevs, messages-head)
10513         (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message)
10514         (total-messages):
10515         * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p)
10516         (rmail-summary-mode-map):
10517         * mail/rmailkwd.el (rmail-buffer, rmail-current-message)
10518         (rmail-last-label, rmail-last-multi-labels)
10519         (rmail-summary-vector, rmail-total-messages):
10520         * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list):
10521         * mail/rmailsum.el (msgnum):
10522         * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer)
10523         (rmail-current-message):
10524         * obsolete/fast-lock.el (font-lock-face-list):
10525         * obsolete/rnewspost.el (mail-reply-buffer):
10526         * obsolete/scribe.el (compile-command):
10527         * obsolete/x-menu.el (x-process-mouse-hook): Add defvars.
10529 2005-08-28  John Paul Wallington  <jpw@gnu.org>
10531         * ibuf-ext.el (ibuffer-auto-update-changed):
10532         Use `frame-or-buffer-changed-p' to check whether we need to update.
10533         (ibuffer-auto-mode): Don't advise `get-buffer-create' and
10534         `kill-buffer'.  Initialise `ibuffer-auto-buffers-changed'
10535         as a `frame-or-buffer-changed-p' state vector instead.
10537 2005-08-27  Romain Francoise  <romain@orebokech.com>
10539         * textmodes/makeinfo.el (makeinfo-compile):
10540         Use `compilation-start'.  Set `next-error-function' according to
10541         `disable-errors'.
10542         (makeinfo-next-error): New function.
10543         (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
10544         (makeinfo-buffer): Likewise.
10546         * progmodes/compile.el (compilation-start): Add autoload cookie.
10548         * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
10549         * textmodes/sgml-mode.el: Likewise.
10550         * progmodes/python.el: Likewise.
10552 2005-08-27  Eli Zaretskii  <eliz@gnu.org>
10554         * simple.el (blink-matching-paren-distance): Document the meaning
10555         of nil value, and allow to customize to nil.
10557         * eshell/esh-ext.el (eshell-windows-shell-file): Look for
10558         command.com, not command.exe.
10560 2005-08-26  John Wiegley  <johnw@newartisans.com>
10562         * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the
10563         code around a bit so that an extraneous nil argument is not added
10564         to a command when no args are given.
10566         * eshell/esh-arg.el (eshell-parse-double-quote): If a
10567         double-quoted argument resolves to nil, return it as an empty
10568         string rather than as nil.  This made it impossible to pass "" to
10569         a shell script as a null string argument.
10571 2005-08-26  Stefan Monnier  <monnier@iro.umontreal.ca>
10573         * outline.el (outline-invent-heading): New fun.
10574         (outline-promote, outline-demote): Use it.
10575         (outline-move-subtree-down): Remove unused vars `re' and `txt'.
10576         (outline-end-of-subtree): Remove unused var `opoint'.
10578 2005-08-26  David Reitter  <david.reitter@gmail.com>
10580         * menu-bar.el (truncate-lines, write-file, print-buffer)
10581         (ps-print-buffer-faces, ps-print-buffer, split-window):
10582         Disable menu items when the frame they refer to is invisible, or when
10583         they refer to a buffer and the minibuffer is selected.
10585 2005-08-26  Pavel Kobiakov  <pk_at_work@yahoo.com>
10587         * progmodes/flymake.el (flymake-highlight-err-lines):
10588         Use save-excursion around flymake-highlight-line to preserve point.
10590 2005-08-26  Eli Zaretskii  <eliz@gnu.org>
10592         * progmodes/octave-mod.el: Change Author and Maintainer address.
10593         (octave-maintainer-address): Change Kurt's email address.
10594         * progmodes/octave-inf.el: Change Author and Maintainer address.
10595         * progmodes/octave-hlp.el: Change Author and Maintainer address.
10597 2005-08-26  Kim F. Storm  <storm@cua.dk>
10599         * subr.el (version-list-<, version-list-<=, version-list-=):
10600         Rename from integer-list-*.
10601         (version-list-not-zero): Likewise.  Fix while loop.
10602         (version=): Use version-list-= instead of string-equal.
10604 2005-08-26  Richard M. Stallman  <rms@gnu.org>
10606         * outline.el (outline-promote): Try shortening the heading.
10607         As last resort, read the heading to use.
10608         (outline-demote): As last resort, read the heading to use.
10610 2005-08-26  Romain Francoise  <romain@orebokech.com>
10612         * progmodes/compile.el (compilation-start): Doc fix.
10614         * progmodes/antlr-mode.el (antlr-default): Fix defface form.
10615         (antlr-font-lock-additional-keywords): Fix reference to
10616         `antlr-font-lock-literal-regexp' erroneously changed during the
10617         mass face rename.
10618         (antlr-run-tool): Use `compilation-start'.
10620         * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
10621         instead of the obsolete `compile-internal'.
10623 2005-08-26  Juanma Barranquero  <lekktu@gmail.com>
10625         * calendar/cal-bahai.el (date, displayed-month, displayed-year)
10626         (number, original-date):
10627         * calendar/cal-china.el (date):
10628         * calendar/cal-coptic.el (date):
10629         * calendar/cal-french.el (date):
10630         * calendar/cal-hebrew.el (date, entry, number, original-date):
10631         * calendar/cal-islam.el (date, number, original-date):
10632         * calendar/cal-iso.el (date):
10633         * calendar/cal-julian.el (date):
10634         * calendar/cal-mayan.el (date):
10635         * calendar/cal-menu.el (date, event):
10636         * calendar/cal-persia.el (date):
10637         * calendar/lunar.el (date):
10638         * calendar/solar.el (date): Add defvars.
10640         * emerge.el:
10641         * ibuffer.el:
10642         * info-xref.el:
10643         * obsolete/bg-mouse.el:
10644         * obsolete/sun-curs.el:
10645         * obsolete/swedish.el: Move the `defvar's to the top level.
10647         * smerge-mode.el (smerge-refined-change): Add :group.
10649 2005-08-25  Stefan Monnier  <monnier@iro.umontreal.ca>
10651         * smerge-mode.el (smerge-remove-props): Make the args non-optional.
10652         (smerge-keep-n): Remove props.
10653         (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
10654         (smerge-keep-current, smerge-kill-current): Don't remove props anymore
10655         now that it's done in smerge-keep-n.
10656         (smerge-refined-change): New face.
10657         (smerge-refine-chopup-region, smerge-refine-highlight-change)
10658         (smerge-refine): New funs.
10659         (smerge-basic-map): Bind smerge-refine.
10661 2005-08-25  Juri Linkov  <juri@jurta.org>
10663         * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
10664         compilation-process-setup-function and compilation-disable-input
10665         in grep-mode instead of let-bindings in grep.
10667         * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
10668         Delete "Automatic File De/compression" (auto-compression-mode).
10670 2005-08-25  Juanma Barranquero  <lekktu@gmail.com>
10672         * obsolete/bg-mouse.el: Move to obsolete/ from term/.
10673         Silence warning about non-existent variable.
10675 2005-08-25  Richard M. Stallman  <rms@gnu.org>
10677         * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
10678         Rename "Describe Key" to "Describe Key or Mouse Operation".
10680         * mail/mailalias.el (build-mail-aliases): Delete comments
10681         from the contents before processing them.
10683         * isearch.el (isearch-edit-string): Erase the Search prompt
10684         if user enters an empty string and there is no default.
10686         * comint.el (comint-file-name-prefix): Add autoload.
10688 2005-08-25  Joe Corneli  <jcorneli@math.utexas.edu>
10690         * subr.el (play-sound): Rearrange to avoid warning.
10692 2005-08-25  Carsten Dominik  <dominik@science.uva.nl>
10694         * calendar/diary-lib.el (diary-modify-entry-list-string-function):
10695         New hook.
10696         (add-to-diary-list): Call `diary-modify-entry-list-string-function'
10698 2005-08-24  Stefan Monnier  <monnier@iro.umontreal.ca>
10700         * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify.
10702         * custom.el (custom-theme-set-variables): Sort minor modes last.
10704 2005-08-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
10706         * subr.el (version-separator, version-regexp-alist): New vars used by
10707         version comparison funs.
10708         (integer-list-<, integer-list-=, integer-list-<=)
10709         (integer-list-not-zero): New funs for integer list comparison.
10710         (version-to-list, version=, version<, version<=): New funs for version
10711         comparison.
10713 2005-08-24  Juanma Barranquero  <lekktu@gmail.com>
10715         * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
10716         (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
10717         time to silence the byte-compiler.
10719         * ibuffer.el (ibuffer-compile-make-eliding-form)
10720         (ibuffer-check-formats): Use `with-no-warnings' to hide references
10721         to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
10722         so it's silly to get warnings for it).
10723         (ibuffer-auto-mode, ibuffer-cached-filter-formats)
10724         (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
10725         (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
10726         (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
10727         (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
10728         (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
10729         Defvar at compile time.
10730         (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
10731         (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
10732         Declare them before use.
10734         * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
10735         (info-xref-good, info-xref-bad): Defvar at compile time.
10737         * obsolete/mlsupport.el (filter-region, execute-monitor-command):
10738         Use `let*' instead of `let'.
10740         * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
10741         (*mouse-y*, menu, char): Defvar at compile time.
10742         (sc::menu): Declare it before use.
10743         (sc::pack-one-line): Use `let', not `let*'.
10745         * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
10746         (mail-send-hook): Defvar at compile time.
10748         * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
10749         Defvar at compile time.
10751         * term/sun-mouse.el (current-global-mousemap)
10752         (current-local-mousemap): Declare them before use.
10754 2005-08-24  Carsten Dominik  <dominik@science.uva.nl>
10756         * bookmark.el (bookmark-after-jump-hook): New hook.
10757         (bookmark-jump): Run `bookmark-after-jump-hook'.
10759 2005-08-23  Juri Linkov  <juri@jurta.org>
10761         * faces.el (minibuffer-prompt): Doc fix.
10763 2005-08-23  Juanma Barranquero  <lekktu@gmail.com>
10765         * progmodes/xscheme.el: Trivial changes to silence warnings.
10766         (xscheme-previous-mode, xscheme-previous-process-state):
10767         Add defvars.
10768         (xscheme-last-input-end, xscheme-process-command-line)
10769         (xscheme-process-name, xscheme-buffer-name)
10770         (xscheme-expressions-ring-max, xscheme-expressions-ring)
10771         (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
10772         (xscheme-control-g-synchronization-p)
10773         (xscheme-control-g-disabled-p, xscheme-string-receiver)
10774         (default-xscheme-runlight, xscheme-runlight)
10775         (xscheme-runlight-string, xscheme-process-filter-state)
10776         (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
10777         Move to beginning of file.
10778         (scheme-interaction-mode-commands-alist)
10779         (scheme-interaction-mode-map, scheme-debugger-mode-map):
10780         Declare them before use.  Note: the initialization code for the variables
10781         has not been moved because it uses functions that reference the variables.
10782         (xscheme-control-g-message-string, xscheme-process-filter-alist)
10783         (xscheme-prompt-for-expression-map): Declare them before use.
10784         (scheme-debugger-mode-commands): "?\ " -> "?\s".
10786 2005-08-23  Ed Swarthout  <ed.swarthout@gmail.com>  (tiny change)
10788         * hexl.el (hexl-print-current-point-info): Fix simple spelling error.
10790 2005-08-22  Juri Linkov  <juri@jurta.org>
10792         * faces.el (set-face-underline): Delete this duplicate function
10793         and make an obsolete alias to set-face-underline-p.
10794         (set-face-underline-p): Use docstring of set-face-underline.
10795         (describe-face): Create hyperlink to parent face.
10797         * info.el (Info-insert-dir): Use save-excursion around
10798         insert-buffer-substring.
10799         (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
10800         (Info-escape-percent): Delete function.
10801         (Info-fontify-node): Replace Info-escape-percent by
10802         replace-regexp-in-string with REP arg set to lambda that
10803         duplicates `%' and preserves text properties.
10805         * progmodes/compile.el (compilation-disable-input): Doc fix.
10806         (define-compilation-mode): Doc fix and refill.
10807         (kill-compilation): Use `mode-name' in the error message.
10808         (compilation-find-file): Use `compilation-error' in the
10809         read-file-name's prompt.
10811 2005-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
10813         * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
10814         (smerge-auto-leave): Make undo re-enable the mode.
10815         (debug-ignored-errors): Add the user-error of impossible resolution.
10816         (smerge-resolve): Move things around a bit, in preparation for later.
10817         (smerge-diff): Don't fail if the buffer has no associated file.
10818         (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
10819         (smerge-conflict-overlay): New function.
10820         (smerge-match-conflict): Don't add text properties here.
10821         (smerge-find-conflict): Instead, add an overlay here.
10822         Also check for the case where we're inside a conflict already, so as to
10823         obviate the need for font-lock-multiline, which is unbearably slow with
10824         large conflicts and ciomplex font-lock patterns.
10825         (smerge-remove-props): Remove overlay rather than text-properties.
10826         (smerge-mode): Don't set font-lock-multiline.
10827         Remove overlays when turned off.
10829 2005-08-21  Kim F. Storm  <storm@cua.dk>
10831         * ido.el (ido-ignore-item-p): Use save-match-data.
10832         Bind case-fold-search to ido-case-fold locally.
10834 2005-08-20  Richard M. Stallman  <rms@gnu.org>
10836         * files.el (normal-mode): If font lock is on, turn it off and on.
10838         * subr.el (replace-regexp-in-string): Doc fix.
10840         * startup.el (command-line-1): Don't suppress startup screen
10841         due to existing processes.
10843         * progmodes/grep.el (grep): Bind compilation-disable-input to t.
10845         * progmodes/compile.el (compilation-disable-input): Default to nil.
10847 2005-08-20  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
10849         * progmodes/compile.el (compilation-disable-input): New defcustom.
10850         (compilation-start): If compilation-disable-input is non-nil, send
10851         EOF to the compilation process.
10853 2005-08-20  Eli Zaretskii  <eliz@gnu.org>
10855         * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
10856         Run the argument of tex-shell-cd-command through
10857         convert-standard-filename, to get the correct style of slashes on
10858         Windows, and enclose the result in quotes, in case the file name
10859         includes whitespace or other special characters.
10861 2005-08-19  Andreas Schwab  <schwab@suse.de>
10863         * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
10864         process.
10866 2005-08-18  Luc Teirlinck  <teirllm@auburn.edu>
10868         * cus-start.el (minibuffer-prompt-properties): Correct typo.
10870 2005-08-18  Kim F. Storm  <storm@cua.dk>
10872         * scroll-lock.el: Fix errors due to incorrect line wrapping.
10874 2005-08-18  Richard M. Stallman  <rms@gnu.org>
10876         * scroll-lock.el: New file.
10878 2005-08-18  Thien-Thi Nguyen  <ttn@gnu.org>
10880         * dired.el (dired-move-to-end-of-filename):
10881         Handle fifo as rendered by "ls -lF": Don't include trailing "|".
10883 2005-08-18  Kim F. Storm  <storm@cua.dk>
10885         * ido.el (ido-everywhere): Fix defcustom :set function to disable
10886         rather than toggle mode when custom value is nil.
10887         (ido-everywhere): Fix defun doc string.
10889 2005-08-17  Richard M. Stallman  <rms@gnu.org>
10891         * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
10892         as tag instead of "Inviolable".
10894 2005-08-17  Kim F. Storm  <storm@cua.dk>
10896         * windmove.el (windmove-coordinates-of-position): Remove.
10897         (windmove-coordinates-of-window-position): Remove.
10898         (windmove-reference-loc): Use posn-at-point instead.
10900         * subr.el (insert-for-yank-1): Doc fix.
10902         * ido.el (ido-enter-matching-directory): Rename from
10903         ido-enter-single-matching-directory.  Change `slash' choice to
10904         `only'.  Add `first' choice.
10905         (ido-exhibit): Adapt to above changes.
10907 2005-08-16  Luc Teirlinck  <teirllm@auburn.edu>
10909         * Makefile.in: Expand comment about building loaddefs.el.
10911 2005-08-16  Nick Roberts  <nickrob@snap.net.nz>
10913         * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
10914         Comment use of defadvice.
10916         * progmodes/gud.el (gud-jump): Rework for gdb-ui.
10918 2005-08-15  Dan Nicolaescu  <dann@ics.uci.edu>
10920         * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
10921         * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
10922         * progmodes/gdb-ui.el, progmodes/idlw-help.el,
10923         * progmodes/idlw-shell.el, progmodes/ld-script.el,
10924         * progmodes/which-func.el, ruler-mode.el, strokes.el,
10925         * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
10926         for backward compatibility for faces that did not appear in the
10927         previous Emacs release.
10929         * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
10931 2005-08-15  Kim F. Storm  <storm@cua.dk>
10933         * emulation/cua-base.el (cua-delete-region): Return t if
10934         deleted region was non-empty.
10935         (cua-replace-region): Inhibit overwrite-mode for
10936         self-insert-command if replaced region was non-empty.
10937         (cua--explicit-region-start, cua--status-string): Make them
10938         buffer-local at top-level...
10939         (cua-mode): ...rather than when mode is enabled.
10941 2005-08-15  Thien-Thi Nguyen  <ttn@gnu.org>
10943         * progmodes/vhdl-mode.el (vhdl-emacs-21):
10944         Set t for Emacs 21, 22, and so on.
10946 2005-08-15  David Ponce  <david@dponce.com>
10948         * tree-widget.el: Update Commentary header.
10949         (tree-widget-theme): Doc fix.
10950         (tree-widget-space-width): New option.
10951         (tree-widget-image-properties): Look up in the default theme too.
10952         (tree-widget--cursors): Only for images with arrow pointer shape.
10953         (tree-widget-lookup-image): Pointer shape is hand by default.
10954         (tree-widget-icon): Rename generic icon widget from
10955         `tree-widget-control'.
10956         (tree-widget-*-icon): Rename from `tree-widget-*-control' and
10957         derive from `tree-widget-icon'.
10958         (tree-widget-handle): Improve default look and feel of the text
10959         representation.
10960         (tree-widget): Rename :*-control properties to :*-icon properties.
10961         Add :action and :help-echo properties.
10962         (tree-widget-after-toggle-functions): Move.
10963         (tree-widget-close-node, tree-widget-open-node): Remove.
10964         (tree-widget-before-create-icon-functions): New hook.
10965         (tree-widget-value-create): Update to allow customization of icons
10966         and nodes at run-time via that new hook.
10967         (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
10968         (tree-widget-icon-action, tree-widget-icon-help-echo)
10969         (tree-widget-action, tree-widget-help-echo): New functions.
10971 2005-08-15  Kim F. Storm  <storm@cua.dk>
10973         * ido.el (ido-buffer-internal): Use with-no-warnings.
10974         (ido-make-merged-file-list): Use while-no-input.
10976 2005-08-15  Richard M. Stallman  <rms@gnu.org>
10978         * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
10979         (flyspell-large-region): Fix doc and custom type.
10981 2005-08-14  Richard M. Stallman  <rms@gnu.org>
10983         * files.el (interpreter-mode-alist): Doc fix.
10985         * mail/rmail.el (rmail-nonignored-headers): New variable.
10986         (rmail-clear-headers): Use it.
10987         (rmail-reply): Better handling of mail-followup-to header.
10989         * progmodes/sh-script.el (sh-font-lock-keywords-var):
10990         Rename variable from sh-font-lock-keywords.  In the `shell' entry,
10991         don't try to refer to executable-font-lock-keywords.
10992         (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
10993         (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
10994         (sh-font-lock-keywords): Append executable-font-lock-keywords here.
10995         (sh-mode): Set comment-start-skip, local-abbrev-table,
10996         imenu-case-fold-search.
10997         (sh-set-shell): Don't set them here.
10998         (sh-feature): Simplify.  Get rid of the eval-a-variable feature.
10999         Don't cache the results in the original alist; don't ever modify
11000         that alist.
11002         * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
11004         * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
11005         empty.
11007 2005-08-15  Andreas Schwab  <schwab@suse.de>
11009         * desktop.el: Put autoload cookie at risky-local-variable declarations.
11011         * dired.el, info.el, mail/rmail.el: Revert last change.
11013 2005-08-14  Thien-Thi Nguyen  <ttn@gnu.org>
11015         * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
11016         modification in `eval-after-load' form.
11017         * info.el: Likewise.
11018         * mail/rmail.el: Likewise.
11020 2005-08-14  Juri Linkov  <juri@jurta.org>
11022         * progmodes/compile.el (compilation-mode-font-lock-keywords):
11023         Remove highlighting of "Compilation started".  Highlight only
11024         the word "finished" in "Compilation finished".  Add highlighting
11025         of "interrupt", "killed", "terminated" and the exit code.
11026         (compilation-start): Add newline after header.  Use exactly the
11027         same time stamp format as the finishing message.
11028         (compilation-mode-map): Add ellipsis to "Search Files (grep)".
11030         * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
11031         (grep-mode-font-lock-keywords): Don't highlight "Grep started".
11032         Add highlighting of "interrupt", "killed", "terminated".
11034         * delsel.el (delete-selection-pre-hook): If overwrite-mode is
11035         enabled and the current command is self-insert-command, call it
11036         explicitly with overwrite-mode bound to nil, to not allow it
11037         to delete the character after the selected region.
11039 2005-08-12  Matt Hodges  <MPHodges@member.fsf.org>
11041         * emacs-lisp/eldoc.el: Add move-beginning-of-line,
11042         move-end-of-line, end-of-line, and beginning-of-line to the list
11043         of commands after which the echo area is updated.
11045 2005-08-12  Eli Zaretskii  <eliz@gnu.org>
11047         * cus-edit.el (custom-save-all, custom-save-delete):
11048         Bind recentf-exclude to exclude custom-file.
11050 2005-08-12  Ehud Karni  <ehud@unix.mvs.co.il>
11052         * mail/rmailsum.el (rmail-summary-end-of-message): New command
11053         to go to the bottom of the mail message.  Added to
11054         `rmail-summary-mode-map' with key "/".
11055         (rmail-summary-show-message): New (internal) function for use by
11056         both `rmail-summary-beginning/end-of-message'.
11057         (rmail-summary-beginning-of-message): Change to use
11058         rmail-summary-show-message.
11060         * mail/rmail.el (rmail-end-of-message): New command to go to the
11061         end of the current message.  Added to `rmail-mode-map' with key "/".
11062         (rmail-beginning-of-message): Fix to work as documented.
11063         (rmail-mode): Change documentation.
11065         * progmodes/compile.el (compilation-start): Add the line
11066         "Compilation started" with compilation start time.
11067         (compilation-mode-font-lock-keywords): Add `started' to keywords.
11069 2005-08-11  Luc Teirlinck  <teirllm@auburn.edu>
11071         * menu-bar.el (menu-bar-options-menu): Standardize capitalization
11072         of menu items.
11074 2005-08-11  Richard M. Stallman  <rms@gnu.org>
11076         * simple.el (pop-global-mark): Reverse test of widen-automatically.
11078         * battery.el (battery-status-function): Don't use ignore-errors.
11080 2005-08-11  Lute Kamstra  <lute@gnu.org>
11082         * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
11083         define-obsolete-variable-alias.
11085 2005-08-11  Stefan Monnier  <monnier@iro.umontreal.ca>
11087         * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
11088         (ange-ftp-send-cmd): Revert last change, and expand
11089         the comment explaining the problem.
11091 2005-08-10  Luc Teirlinck  <teirllm@auburn.edu>
11093         * ldefs-boot.el: Update.
11095         * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
11096         item to "Time, Load and Mail".  Change help echo text.
11098         * time.el (display-time-use-mail-icon, display-time-format)
11099         (display-time-string-forms): Shorten first line of docstrings.
11101 2005-08-10  Lars Hansen  <larsh@soem.dk>
11103         * desktop.el (desktop-buffer-mode-handlers):
11104         Make non-customizable.  Add autoload cookie.  Change initial value to
11105         nil; add elements in respective modules instead.  Fix doc string.
11106         (desktop-load-file): New function.
11107         (desktop-minor-mode-handlers): New autoloaded variable.
11108         (desktop-create-buffer): Call minor mode handlers.
11109         Use desktop-load-file to load major and minor mode modules prior to
11110         checking for a handler.
11111         (desktop-save): Don't add nil to desktop-minor-modes for minor
11112         modes with nil function in desktop-minor-mode-table.  Don't delete
11113         desktop file before rewriting it.
11114         (desktop-locals-to-save): Add autoload cookie.  Don't make
11115         automatically buffer-local.  Add variables column-number-mode,
11116         size-indication-mode, indent-tabs-mode,
11117         indicate-buffer-boundaries, indicate-empty-lines and
11118         show-trailing-whitespace.
11119         (desktop-clear): Allow desktop-clear-preserve-buffers to contain
11120         regexps.  Don't use desktop-clear-preserve-buffers-regexp.
11121         (desktop-clear-preserve-buffers-regexp): Delete.
11122         (desktop-clear-preserve-buffers): Update initial value and docstring.
11123         (desktop-save-buffer): Fix doc string.
11125         * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
11126         (hilit-chg-desktop-restore): New function.
11127         (highlight-changes-mode): Add highlight-changes-mode to
11128         desktop-locals-to-save.
11130         * dired.el: Add handler to desktop-buffer-mode-handlers.
11131         (dired-restore-desktop-buffer): Remove autoload cookie.
11132         (dired-mode): Add autoload cookie.
11134         * info.el: Add handler to desktop-buffer-mode-handlers.
11135         (Info-restore-desktop-buffer): Remove autoload cookie.
11136         (Info-mode): Add autoload cookie.
11138         * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
11139         (mh-restore-desktop-buffer): Remove autoload cookie.
11140         (mh-folder-mode): Add autoload cookie.
11142         * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
11143         (rmail-restore-desktop-buffer): Remove autoload cookie.
11145 2005-08-11  Masatake YAMATO  <jet@gyve.org>
11147         * hexl.el (hexl-address-region):
11148         (hexl-ascii-region, hexl-font-lock-keywords):
11149         (hexl-highlight-line-range): Use the term "region"
11150         instead of "area" for consistency with the other symbols
11151         defined in hexl.el.
11153 2005-08-09  Luc Teirlinck  <teirllm@auburn.edu>
11155         * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
11156         correct group: it is set with `menu-bar-make-mm-toggle' (pointed
11157         out by Juri Linkov).  Add `display-battery-mode'.
11159 2005-08-09  Juri Linkov  <juri@jurta.org>
11161         * progmodes/compile.el (compilation-mode-font-lock-keywords):
11162         Remove `-text' from face variable names.
11163         (compilation-error-file-name, compilation-warning-file-name)
11164         (compilation-info-file-name): Delete faces.
11165         (compilation-line-number, compilation-column-number):
11166         Remove face underlining.
11167         (compilation-message-face): Set to `underline' value by default.
11168         (compilation-error-face, compilation-warning-face)
11169         (compilation-info-face): Remove `-file-name' from face names.
11170         (compilation-error-text-face, compilation-warning-text-face)
11171         (compilation-info-text-face): Delete face variables.
11172         (compilation-text-face): Delete function.
11174         * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
11175         (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
11176         (grep-error-face): Set to `compilation-error' instead of
11177         `compilation-error-face' (which is redefined to `grep-hit-face' in
11178         grep buffers).
11179         (grep-mode-font-lock-keywords): Remove `-text' from face variable
11180         names.  Use `grep-error-face' instead of `compilation-error-text-face'.
11182         * dired-aux.el (dired-do-query-replace-regexp):
11183         Use `query-replace-read-args'.
11185         * replace.el (query-replace-read-from, query-replace-read-to)
11186         (query-replace-read-args): Rename arg `string' to `prompt'.
11188         * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
11190 2005-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>  (tiny change)
11192         * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
11193         uploading files.
11194         (ange-ftp-canonize-filename): Handle file names beginning with ~
11195         correctly.
11197 2005-08-09  Juanma Barranquero  <lekktu@gmail.com>
11199         * textmodes/fill.el (canonically-space-region)
11200         (fill-context-prefix, fill-french-nobreak-p)
11201         (fill-delete-newlines, fill-comment-paragraph)
11202         (justify-current-line): "?\ " -> "?\s".
11204 2005-08-09  Ben North  <ben@redfrontdoor.org>  (tiny change)
11206         * textmodes/fill.el (fill-nonuniform-paragraphs):
11207         Improve argument/docstring consistency.
11209 2005-08-09  Richard M. Stallman  <rms@gnu.org>
11211         * textmodes/ispell.el (ispell-word): More fboundp checks.
11213         * files.el (find-file-noselect): Don't call set-buffer-major-mode.
11214         (find-file-noselect-1): Call it here, only if RAWFILE.
11215         (normal-mode): Always set some major mode.
11216         (save-some-buffers-action-alist): Change some explanation strings.
11217         (file-name-non-special): In the `quote' method, use unwind-protect.
11219 2005-08-09  Magnus Henoch  <mange@freemail.hu>
11221         * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
11222         (ispell-have-aspell-dictionaries): New variable.
11223         (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
11224         (ispell-get-aspell-config-value): New function.
11225         (ispell-aspell-find-dictionary): New function.
11226         (ispell-aspell-add-aliases): New function.
11227         (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
11228         appropriate.  Don't look for ispell dictionaries if we use aspell.
11229         (ispell-menu-map): Don't build a submenu of dictionaries.
11231 2005-08-09  Richard M. Stallman  <rms@gnu.org>
11233         * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
11234         (sql-read-passwd): Use read-passwd.
11236         * progmodes/idlw-toolbar.el (idlwave-toolbar)
11237         (idlwave-toolbar-is-possible): Add defvars.
11239         * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
11240         Avoid warnings.
11242         * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
11243         (idlwave-system-class-info, idlwave-executive-commands-alist):
11244         Use defvar.
11246         * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
11248         * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
11249         Avoid warnings.
11251         * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
11252         and content-type: headers.
11254         * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
11256         * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
11257         and rename some of them to be more self-explanatory.
11259         * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
11261         * startup.el (command-line-1): Implement -scriptload.
11263         * replace.el (occur-engine): Initial *Occur* output not undoable.
11265         * menu-bar.el (menu-bar-file-menu): Rename some menu items
11266         and improve help strings.
11268         * isearch.el (isearch-repeat): When changing direction,
11269         mark search successful.
11271         * ediff-init.el: Use (featurep 'xemacs).
11273         * comint.el (send-invisible): Identify buffer, if not selected.
11275         * align.el: Delete autoload for c-guess-basic-syntax.
11277 2005-08-09  Juanma Barranquero  <lekktu@gmail.com>
11279         * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
11280         Improve argument/docstring consistency.  Doc fixes.
11281         (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
11282         (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
11283         (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
11284         (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
11285         (r2bv-organization, r2bv-pages, r2bv-primary-author)
11286         (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
11287         (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
11288         Defvar at compile time.
11290 2005-08-09  Juri Linkov  <juri@jurta.org>
11292         * info.el: Replace `info' with upper-case `Info' where appropriate.
11293         (info-title-1, info-title-2, info-title-3, info-title-4)
11294         (info-menu-header): Move up face definitions.
11295         (info-menu-star): Rename from `info-menu-5'.
11296         (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
11297         (Info-fontify-visited-nodes): Fix docstring.
11298         (Info-hide-note-references): Fix docstring.
11299         (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
11300         menu items in the same way as on cross-references.
11301         (info-apropos): Fix sorting order and formatting to be like in the
11302         stand-alone Info browser.  Display error messages for 1 sec.
11303         (Info-mode-map): Move down `c' key binding.  Bind `^' to `Info-up'.
11304         (Info-mode-menu): Remove item for `Info-search-case-sensitively'
11305         from the menu bar.
11306         (Info-insert-dir): Restore point after calling
11307         `insert-buffer-substring'.
11309 2005-08-08  Richard M. Stallman  <rms@gnu.org>
11311         * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
11312         (recompute-lucid-menubar): Add defvars.
11314         * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
11316         * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
11318         * net/net-utils.el (run-dig): Rename from `dig'.
11320         * play/gametree.el (gametree-mode): Use make-local-variable,
11321         not make-variable-buffer-local.
11323         * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
11325         * ansi-color.el (ansi-color-make-extent)
11326         (ansi-color-set-extent-face): Use fboundp, not functionp.
11328         * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
11329         not make-variable-buffer-local.
11331         * bookmark.el (Info-current-file): Add defvar.
11332         (bookmark-jump-noselect): Use with-no-warnings.
11334         * completion.el (c-mode-map, fortran-mode-map): Add defvars.
11336         * ebuff-menu.el (Helper-return-blurb): Add defvar.
11338         * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
11340         * find-file.el (ada-procedure-start-regexp)
11341         (ada-package-start-regexp): Add defvars.
11343         * info.el (Info-insert-dir): Use insert-buffer-substring.
11345         * xml.el (xml-att-def-re): Add defvar.
11347         * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
11348         calling convention.
11350         * subr.el (while-no-input): Return t if there is input.
11352 2005-08-08  Luc Teirlinck  <teirllm@auburn.edu>
11354         * cus-start.el (all): Add `overflow-newline-into-fringe'.
11356 2005-08-08  Juanma Barranquero  <lekktu@gmail.com>
11358         * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
11359         (scheme-prev-l/c-dir/file): Fix typos in docstrings.
11361 2005-08-08  Emilio C. Lopes  <eclig@gmx.net>
11363         * cmuscheme.el (scheme-start-file): Replace reference to
11364         `user-emacs-directory' by "~/.emacs.d/".
11366 2005-08-08  Thien-Thi Nguyen  <ttn@gnu.org>
11368         * info.el (Info-dir-remove-duplicates): Avoid case folding
11369         in loop; instead, keep downcased strings for comparison.
11370         Suggested by Helmut Eller.
11372 2005-08-07  Michael Albinus  <michael.albinus@gmx.de>
11374         Sync with Tramp 2.0.50.
11376         * net/tramp.el: Remove defvar of `last-coding-system-used' in the
11377         XEmacs case; not necessary anymore.
11378         (tramp-user-regexp): Allow "@" as part of user name.
11379         (tramp-handle-set-visited-file-modtime)
11380         (tramp-handle-insert-file-contents)
11381         (tramp-handle-write-region): No special handling for
11382         `last-coding-system-used, because this is done in
11383         `tramp-accept-process-output' now.
11384         (tramp-accept-process-output): New defun.
11385         (tramp-process-one-action, tramp-process-one-multi-action)
11386         (tramp-wait-for-regexp, tramp-wait-for-output)
11387         (tramp-discard-garbage-erase-buffer): Call it.  Reported by David
11388         Howells <dhowells@redhat.com>.
11389         (clear-visited-file-modtime): Defadvice removed.  The check for
11390         unset buffer's modtime does not need to be based on
11391         `tramp-buffer-file-attributes'.  Suggested by RMS.
11392         (tramp-message): Insert "\n" if not being at beginning of line.
11393         (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
11394         sequence with same logic.
11395         (tramp-completion-handle-expand-file-name): Discard call of
11396         `tramp-drop-volume-letter'.  It is not necessary, and there have
11397         been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
11398         Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
11399         (tramp-do-copy-or-rename-file-out-of-band): Transfer message
11400         should always be visible.
11401         (tramp-handle-insert-directory, tramp-setup-complete)
11402         (tramp-set-process-query-on-exit-flag)
11403         (tramp-append-tramp-buffers): Pacify byte-compiler.
11404         (tramp-bug): Delete non-existing variables from list.
11405         Apply `tramp-load-report-modules' as pre-hook.
11406         Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
11407         `shell-prompt-pattern' because of non-7bit characters.
11408         Reported by Sebastian Luque <sluque@mun.ca>.
11409         (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
11410         (tramp-match-string-list): Remove function.
11411         (tramp-wait-for-regexp): Remove call of that function.
11412         Suggested by Kim F. Storm <storm@cua.dk>.
11413         (tramp-set-auto-save-file-modes): Use octal integer code #o600
11414         instead of octal character code ?\600.  The latter resulted in a
11415         syntax error with XEmacs.
11417         * net/tramp-smb.el: Remove defvar of `last-coding-system-used' in the
11418         XEmacs case; not necessary anymore.
11419         (tramp-smb-handle-write-region): No special handling for
11420         `last-coding-system-used, because this is done in
11421         `tramp-accept-process-output' now.
11422         (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
11424 2005-08-06  Luc Teirlinck  <teirllm@auburn.edu>
11426         * wid-edit.el (widget-choice-value-create):
11427         Unconditionally respect user choice.  Set :explicit-choice back to nil
11428         when no longer needed.
11429         (widget-choice-action): Unconditionally respect user choice.
11430         Eliminate :explicit-choice-value.
11432         * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
11434         * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
11435         with `indicate-empty-lines' and `indicate-buffer-boundaries'.
11436         (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
11437         running new function `toggle-indicate-empty-lines'.
11438         Rename "Customize" item to "Customize fringe".
11439         Rename "Indicators" item to "Buffer boundaries" and change help echo.
11440         (menu-bar-showhide-fringe-ind-menu): Change several help echos.
11441         Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
11442         Delete "Empty lines only" item.
11443         (menu-bar-showhide-fringe-ind-customize): New function.
11444         (menu-bar-showhide-fringe-ind-mixed)
11445         (menu-bar-showhide-fringe-ind-box)
11446         (menu-bar-showhide-fringe-ind-right)
11447         (menu-bar-showhide-fringe-ind-left)
11448         (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
11449         instead of `fringe-indicators'.
11451 2005-08-06  Michael Kifer  <kifer@cs.stonybrook.edu>
11453         * viper.el (viper-emacs-state-mode-list): Add recentf-dialog-mode.
11454         Change the date of last update.
11456 2005-08-06  Michael Kifer  <kifer@cs.stonybrook.edu>
11458         * viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
11459         (viper-exec-yank, viper-put-back): Don't display modification msg
11460         if in the minibuffer.
11462         * viper-init.el (viper-replace-overlay-cursor-color)
11463         (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
11464         Make variables frame local.
11466         * viper-util.el (viper-append-filter-alist): Use append instead of
11467         nconc.
11469         * viper.el (viper-vi-state-mode-list)
11470         (viper-emacs-state-mode-list): Move help-mode and
11471         completion-list-mode from the first list to the second.
11472         (viper-mode): Docstring.
11473         (viper-go-away, viper-non-hook-settings): Don't localize
11474         minor-mode-alist in newer Emacsen.  Add advice to
11475         set-cursor-color.  Don't bind "\C-c\\".
11477 2005-08-06  Emilio C. Lopes  <eclig@gmx.net>
11479         * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
11480         (scheme-macro-expand-command): New user options.
11481         (scheme-trace-procedure, scheme-expand-current-form): New commands.
11482         (scheme-form-at-point, scheme-start-file)
11483         (scheme-interactively-start-process): New functions.
11484         (scheme-get-process): New function, extracted from `scheme-proc'.
11485         (run-scheme): Call `scheme-start-file' to get start file, and pass
11486         it to `make-comint'.
11487         (switch-to-scheme, scheme-proc):
11488         Call `scheme-interactively-start-process' if no Scheme buffer/process
11489         is available.
11491 2005-08-06  Juri Linkov  <juri@jurta.org>
11493         * progmodes/compile.el (compilation-mode-font-lock-keywords):
11494         Use `compilation-text-face', `compilation-info-text-face' and
11495         `compilation-error-text-face' instead of `font-lock-keyword-face'.
11496         (compilation-error): New face.
11497         (compilation-error-file-name): Inherit from
11498         `compilation-error' instead of `font-lock-warning-face'.
11499         (compilation-warning-file-name): Inherit from
11500         `compilation-warning' instead of `font-lock-warning-face'.
11501         (compilation-info, compilation-error-file-name)
11502         (compilation-warning-file-name, compilation-info-file-name)
11503         (compilation-line-number, compilation-column-number): Doc fix.
11504         (compilation-error-text-face, compilation-warning-text-face)
11505         (compilation-info-text-face): New face variables.
11506         (compilation-line-face, compilation-column-face)
11507         (compilation-enter-directory-face)
11508         (compilation-leave-directory-face): Doc fix.
11509         (compilation-text-face): New function.
11511         * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
11512         instead of 1 to display binary file names as info file links.
11513         (grep-error-face): Use `compilation-error-face' instead of
11514         `font-lock-keyword-face'.
11515         (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
11516         and `compilation-warning-text-face' instead of
11517         `font-lock-keyword-face'.  Use `compilation-error-text-face'
11518         instead of `grep-error-face'.
11520 2005-08-05  Kenichi Handa  <handa@m17n.org>
11522         * international/code-pages.el: Add autoload cookies for all coding
11523         systems.
11525 2005-08-04  Luc Teirlinck  <teirllm@auburn.edu>
11527         * cus-start.el (all): Put undo.c where it alphabetically belongs.
11529 2005-08-04  Juri Linkov  <juri@jurta.org>
11531         * progmodes/compile.el (compilation-mode-map):
11532         * progmodes/grep.el (grep-mode-map):
11533         Bind TAB to `compilation-next-error' and [backtab] to
11534         `compilation-previous-error'.
11536         * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
11537         matching line numbers, column numbers and their ranges with regexp
11538         matching only line numbers.
11539         (grep-context-face): New face variable.
11540         (grep-mode-font-lock-keywords): Use it.
11542         * faces.el (read-face-name): Delete duplicate faces.
11544 2005-08-02  Juanma Barranquero  <lekktu@gmail.com>
11546         * thumbs.el (thumbs-find-image): Don't make variables
11547         automatically buffer local.
11548         (thumbs-current-tmp-filename, thumbs-current-image-filename)
11549         (thumbs-image-num): Make automatically buffer local.
11550         (thumbs-show-thumbs-list): Use `make-local-variable', not
11551         `make-variable-buffer-local'.
11552         (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
11554         * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
11555         (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
11556         (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
11557         (bother, bye, canyou, chatlst, continue, deathlst, describe)
11558         (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
11559         (feelings-about, foullst, found, hello, history, howareyoulst)
11560         (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
11561         (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
11562         (neglst, obj, object, owner, please, problems, qlist)
11563         (random-adjective, relation, remlst, repetitive-shortness)
11564         (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
11565         (shortlst, something, sportslst, stallmanlst, states, subj)
11566         (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
11567         (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
11568         Defvar at compile time.
11570         * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
11571         not `make-variable-buffer-local'.
11573 2005-08-02  Kim F. Storm  <storm@cua.dk>
11575         * emulation/cua-rect.el (cua--highlight-rectangle): Only show
11576         rectangle overlay in selected window.
11578 2005-08-01  Luc Teirlinck  <teirllm@auburn.edu>
11580         * cus-start.el (all): Put `indicate-empty-lines' in fringe group
11581         instead of display group.  Make `indicate-buffer-boundaries'
11582         customizable through Custom.
11584 2005-08-01  Juanma Barranquero  <lekktu@gmail.com>
11586         * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
11587         (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
11588         (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
11589         (gdb-put-string): Fix typos in docstrings.
11591 2005-08-01  Nick Roberts  <nickrob@snap.net.nz>
11593         Update copyright notices of files in progmodes directory for
11594         release of Emacs 22.1.
11596         * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
11598         * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
11599         Don't barf if the GUD buffer has been killed.
11601 2005-08-01  Kim F. Storm  <storm@cua.dk>
11603         * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
11605 2005-07-29  Stefan Monnier  <monnier@iro.umontreal.ca>
11607         * simple.el (next-error-follow-minor-mode):
11608         make-variable-buffer-local -> make-local-variable.
11610         * emacs-lisp/cl-extra.el: Require CL also when compiling.
11612         * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
11613         (byte-compile-form-make-variable-buffer-local): New functions to warn
11614         about misuses of make-variable-buffer-local where make-local-variable
11615         was meant.
11617 2005-07-29  Juanma Barranquero  <lekktu@gmail.com>
11619         * bs.el (bs-attributes-list): Doc fix.
11620         (bs): Update url-link.
11622         * desktop.el (desktop-save-buffer): Fix typos in docstring.
11623         (desktop-load-default): Simplify.
11625         * ibuffer.el (ibuffer-columnize-and-insert-list)
11626         (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
11627         (ibuffer-unmark-all, ibuffer-toggle-marks)
11628         (ibuffer-unmark-forward, ibuffer-unmark-backward)
11629         (ibuffer-compile-make-format-form, ibuffer-format-column)
11630         (ibuffer-current-buffers-with-marks)
11631         (ibuffer-update-title-and-summary): "?\ " -> "?\s".
11632         (ibuffer): Doc fix.
11633         (ibuffer-mode): Fix typo in docstring.
11634         (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
11635         with `define-obsolete-variable-alias'.
11636         (ibuffer-elide-long-columns): Mark as obsolete.  Doc fix.
11638 2005-07-29  Kenichi Handa  <handa@m17n.org>
11640         * international/mule-cmds.el (select-message-coding-system):
11641         Be sure to use LF for end-of-line.  If no coding system is decided,
11642         return iso-8859-1-unix.
11644 2005-07-28  Stefan Monnier  <monnier@iro.umontreal.ca>
11646         * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
11647         (ange-ftp-pending-error-line): New vars.
11648         (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
11649         to handle the non-fatal no-route-to-host messages.
11650         (internal-ange-ftp-mode): Make the no-match regexp more efficient.
11652 2005-07-28  Juanma Barranquero  <lekktu@gmail.com>
11654         * isearch.el (isearch-mode-map, isearch-other-meta-char)
11655         (isearch-quote-char, isearch-printing-char)
11656         (isearch-text-char-description): "?\ " -> "?\s".
11657         (isearch-lazy-highlight-cleanup)
11658         (isearch-lazy-highlight-initial-delay)
11659         (isearch-lazy-highlight-interval)
11660         (isearch-lazy-highlight-max-at-a-time)
11661         (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
11662         Declare with define-obsolete-*-alias macros.
11663         (isearch-forward): Fix typo in docstring.
11664         (search-invisible, search-ring-yank-pointer)
11665         (regexp-search-ring-yank-pointer): Doc fixes.
11667         * recentf.el (recentf-menu-append-commands-p): Declare with
11668         `define-obsolete-variable-alias'.
11669         (recentf-max-saved-items, recentf-menu-filter)
11670         (recentf-arrange-by-rule-subfilter): Doc fixes.
11671         (recentf-menu-append-commands-flag)
11672         (recentf-initialize-file-name-history, recentf-expand-file-name)
11673         (recentf-clear-data): Fix typos in docstrings.
11675 2005-07-28  Nick Roberts  <nickrob@snap.net.nz>
11677         * progmodes/gdb-ui.el: Smarten comments.
11678         (gdb-info-breakpoints-custom): Use nowarn when finding file.
11680 2005-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
11682         * term/apollo.el (terminal-init-apollo): New function containing
11683         all former top level forms in the file.
11684         * term/bobcat.el (terminal-init-bobcat):
11685         * term/cygwin.el (terminal-init-cygwin):
11686         * term/iris-ansi.el (terminal-init-iris-ansi):
11687         * term/linux.el (terminal-init-linux):
11688         * term/news.el (terminal-init-news):
11689         * term/rxvt.el (terminal-init-rxvt):
11690         * term/sun.el (terminal-init-sun):
11691         * term/tvi970.el (terminal-init-tvi970):
11692         * term/vt100.el (terminal-init-vt100):
11693         * term/vt102.el (terminal-init-vt102):
11694         * term/vt125.el (terminal-init-vt125):
11695         * term/vt200.el (terminal-init-vt200):
11696         * term/vt201.el (terminal-init-vt201):
11697         * term/vt220.el (terminal-init-vt220):
11698         * term/vt240.el (terminal-init-vt240):
11699         * term/vt300.el (terminal-init-vt300):
11700         * term/vt320.el (terminal-init-vt320):
11701         * term/vt400.el (terminal-init-vt400):
11702         * term/vt420.el (terminal-init-vt420):
11703         * term/wyse50.el (terminal-init-wyse50):
11704         * term/xterm.el (terminal-init-xterm): Likewise.
11706         * term/README: Describe the terminal-init-* functionality.
11708         * startup.el (command-line): After loading the terminal initialization
11709         file call the corresponding terminal initialization function.
11711 2005-07-27  Kenichi Handa  <handa@m17n.org>
11713         * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
11714         negative.
11716         * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
11717         (ps-mule-composition-prologue): Fix for the case that
11718         RelativeCompose is false.
11720 2005-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
11722         * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
11724         * descr-text.el (describe-char): Handle the case where the list of
11725         chars is displayed in a separate frame.
11726         Be a bit more discriminating when looking for the char.
11728 2005-07-26  Juanma Barranquero  <lekktu@gmail.com>
11730         * bookmark.el (bookmark-automatically-show-annotations)
11731         (bookmark-read-annotation-text-func): Doc fixes.
11732         (bookmark-save): Improve argument/docstring consistency.
11733         (bookmark-get-bookmark, bookmark-get-bookmark-record)
11734         (bookmark-alist-from-buffer)
11735         (bookmark-upgrade-file-format-from-0)
11736         (bookmark-grok-file-format-version)
11737         (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
11738         (bookmark-read-annotation-mode)
11739         (bookmark-insert-current-bookmark, bookmark-jump)
11740         (bookmark-exit-hook): Fix typos in docstrings.
11741         (bookmark-exit-hooks): Define as obsolete alias.
11742         (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
11743         not `bookmark-exit-hooks'.  Fix docstring.
11744         (bookmark-bmenu-select): "?\ " -> "?\s".
11746 2005-07-25  Ari Roponen  <arjuropo@cc.jyu.fi>  (tiny change)
11748         * startup.el (command-line): Fix typo.
11750 2005-07-24  Richard M. Stallman  <rms@gnu.org>
11752         * tooltip.el (tooltip-mode): Test emacs-basic-display,
11753         not emacs-quick-startup.
11755 2005-07-24  Juanma Barranquero  <lekktu@gmail.com>
11757         * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
11758         (reb-next-match, reb-show-subexp): Use `with-selected-window'
11759         instead of `reb-with-current-window'.
11760         (reb-prev-match): Likewise.  Also, don't move left if the search
11761         was unsuccessful.
11762         (reb-initialize-buffer): New function.
11763         (re-builder, reb-change-syntax): Use it.
11765         * man.el (Man-goto-page): Make second argument NOERROR optional.
11767 2005-07-23  Richard M. Stallman  <rms@gnu.org>
11769         * man.el (Man-bgproc-sentinel): Check here for failure to find
11770         any man page in the output, and report the error here.
11771         (Man-arguments): Make it permanent local.
11772         (Man-goto-page): New arg NOERROR.  Never kill the current buffer.
11773         (Man-mode): Pass t for NOERROR.
11775         * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
11776         (grep-mode-font-lock-keywords):
11777         Don't use compilation-...-face for messages that are not file names.
11779         * progmodes/compile.el (compilation-mode-font-lock-keywords):
11780         Don't use compilation-...-face for messages that are not file names.
11782 2005-07-22  Juri Linkov  <juri@jurta.org>
11784         * startup.el (normal-splash-screen): Update menu name.
11786         * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
11788 2005-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
11790         * term/xterm.el: Load term/rxvt if the terminal is actually an
11791         rxvt terminal.
11792         (xterm-rxvt-set-background-mode): Remove, not used anymore.
11794         * term/rxvt.el (function-key-map): Use substitute-key-definition
11795         to bind {C,S,C-S}-{f1-f10}.  Add a few missing key bindings.
11797         * term/cygwin.el: New file.
11799 2005-07-22  Kim F. Storm  <storm@cua.dk>
11801         * image-file.el (insert-image-file, image-file-yank-handler):
11802         Fix last change to maintain a (unique) yank-handler on yanked images.
11804 2005-07-22  Eduardo Mu\e,Aq\e(Boz  <emufer@terra.es>  (tiny change)
11806         * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
11807         of the file size (as in "177B" for 177 bytes).  This happens with
11808         "ls -lh" on FreeBSD.
11810 2005-07-22  Juanma Barranquero  <lekktu@gmail.com>
11812         * hilit-chg.el (highlight-changes-global-initial-state)
11813         (highlight-compare-buffers, hilit-chg-turn-on-maybe)
11814         (hilit-chg-fixup, highlight-changes-mode):
11815         Fix typos in docstrings.
11816         (highlight-changes-global-modes, highlight-changes-rotate-faces):
11817         Doc fixes.
11819 2005-07-21  Luc Teirlinck  <teirllm@auburn.edu>
11821         * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
11822         mode function using `eval-after-load'.
11824 2005-07-21  Kim F. Storm  <storm@cua.dk>
11826         * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
11827         included when reporting an emacs crash, and tell about the DEBUG file.
11829         * image-file.el (insert-image-file): Add yank-handler.
11830         (image-file-yank-handler): Yank handler to make unique copies of
11831         images when they are yanked into a buffer next to each other.
11833 2005-07-21  Juanma Barranquero  <lekktu@gmail.com>
11835         * comint.el (comint-use-prompt-regexp, comint-send-input)
11836         (comint-source-default, comint-extract-string)
11837         (comint-get-source, comint-word, comint-completion)
11838         (comint-source, comint-prompt-read-only, comint-update-fence):
11839         Fix typos in docstrings.
11840         (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
11841         Declare with define-obsolete-*-alias macros.
11842         (comint-previous-matching-input-from-input)
11843         (comint-next-matching-input-from-input)
11844         (comint-previous-matching-input, comint-next-matching-input)
11845         (comint-forward-matching-input):
11846         Improve argument/docstring consistency.
11848         * desktop.el (desktop-clear-preserve-buffers-regexp):
11849         Also preserve the *server* buffer.
11851         * simple.el (clone-indirect-buffer): Doc fix.
11852         (fixup-whitespace, just-one-space)
11853         (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
11854         (next-error, next-error-highlight)
11855         (next-error-highlight-no-select, next-error-last-buffer)
11856         (next-error-buffer-p, next-error-find-buffer, next-error)
11857         (previous-error, next-error-no-select, previous-error-no-select)
11858         (open-line, split-line, minibuffer-prompt-width, kill-new)
11859         (binary-overwrite-mode): Fix typos in docstrings.
11860         (set-fill-column): Fix typo in message.
11862         * skeleton.el (skeleton-proxy-new): Doc fix.
11864         * strokes.el (strokes-load-hook): Doc fix.
11865         (strokes-grid-resolution, strokes-get-grid-position)
11866         (strokes-renormalize-to-grid, strokes-read-stroke)
11867         (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
11868         (strokes-global-map): Fix typos in docstrings.
11869         (strokes-help): Doc fix.  Fix help message and pass it through
11870         `substitute-command-keys'.
11872         * tempo.el (tempo-insert-prompt, tempo-interactive)
11873         (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
11874         (tempo-insert-string-functions, tempo-local-tags)
11875         (tempo-define-template, tempo-insert-template)
11876         (tempo-insert-prompt-compat, tempo-is-user-element)
11877         (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
11878         Fix typos in docstrings.
11880         * vcursor.el (vcursor-other-window, vcursor-bind-keys)
11881         (vcursor-key-bindings, vcursor-use-vcursor-map)
11882         (vcursor-find-window, vcursor-scroll-down)
11883         (vcursor-disable, vcursor-beginning-of-buffer)
11884         (vcursor-end-of-buffer): Fix typos in docstrings.
11885         (vcursor-relative-move, vcursor-get-char-count):
11886         Improve argument/docstring consistency.
11888         * version.el: "?\ " -> "?\s".
11890         * wid-edit.el (widget-default-create, widget-after-change)
11891         (widget-default-format-handler, widget-checklist-add-item)
11892         (widget-radio-add-item, widget-choose, widget-specify-secret)
11893         (widget-field-value-create, widget-field-value-get)
11894         (widget-editable-list-format-handler)
11895         (widget-editable-list-entry-create, widget-group-value-create)
11896         (widget-documentation-link-add)
11897         (widget-documentation-string-value-create): "?\ " -> "?\s".
11898         (widget-convert-text): Doc fix.
11899         (widget-narrow-to-field, widget-field-find)
11900         (widget-url-link-action, widget-emacs-library-link-action)
11901         (widget-color-notify): Fix typos in docstrings.
11903         * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
11904         (x-select-text, set-w32-system-coding-system)
11905         (w32-add-charset-info): Fix typos in docstrings.
11907         * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
11908         (cua-enable-cua-keys, cua-use-hyper-key)
11909         (cua-virtual-rectangle-edges): Fix typos in docstrings.
11910         (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
11912         * net/tramp.el (tramp-handle-load): Fix typo in error message.
11914         * emacs-lisp/re-builder.el (regexp-builder): Declare with
11915         `defalias' instead of faking it.
11917         * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
11918         (eshell-ls-missing, eshell-ls-dired-initial-args)
11919         (eshell-ls-use-in-dired): Fix typos in docstrings.
11921 2005-07-20  Kim F. Storm  <storm@cua.dk>
11923         * emulation/cua-base.el (cua-mode): Improve doc string.
11925 2005-07-20  Juanma Barranquero  <lekktu@gmail.com>
11927         * abbrev.el (expand-region-abbrevs): Doc fix.
11928         (inverse-add-mode-abbrev, inverse-add-global-abbrev):
11929         Improve argument/docstring consistency.
11931         * arc-mode.el (archive-get-descr, archive-alternate-display):
11932         Doc fixes.
11933         (archive-l-e): Improve argument/docstring consistency.
11934         (archive-tmpdir, archive-unixdate, archive-unixtime)
11935         (archive-chmod-entry): Fix typos in docstrings.
11936         (archive-unflag, archive-unflag-backwards)
11937         (archive-unmark-all-files): "?\ " -> "?\s".
11939         * buff-menu.el (Buffer-menu-unmark): Doc fix.
11940         (Buffer-menu-not-modified, Buffer-menu-execute)
11941         (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
11942         (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
11944         * composite.el (compose-string, encode-composition-rule)
11945         (compose-last-chars): Fix typos in docstrings.
11947         * desktop.el (desktop-enable, desktop-basefilename):
11948         Declare with `define-obsolete-variable-alias'.
11949         (desktop-internal-v2s): Don't quote keywords.
11950         (desktop-clear): "?\ " -> "?\s".
11952         * dired.el (dired-align-file, dired-flag-backup-files)
11953         (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
11954         (dired-listing-switches, dired-ls-F-marks-symlinks)
11955         (dired-dwim-target, dired-load-hook, dired-mode-hook)
11956         (dired-directory, dired-faces, dired, dired-revert)
11957         (dired-mode, dired-summary, dired-view-file)
11958         (dired-copy-filename-as-kill, dired-delete-file)
11959         (dired-no-confirm, dired-unmark-all-marks)
11960         (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
11961         (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
11962         (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
11963         Fix typos in message strings.
11965         * dired-x.el (virtual-dired): Declare with `defalias'.
11966         (dired-mark-unmarked-files, dired-local-variables-file)
11967         (dired-omit-here-always): Doc fix.
11968         (dired-omit-mode, dired-find-subdir)
11969         (dired-enable-local-variables, dired-clean-up-buffers-too)
11970         (dired-extra-startup, dired-mark-extension, dired-jump)
11971         (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
11972         (dired-smart-shell-command, dired-guess-shell-alist-user)
11973         (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
11974         (dired-x-bind-find-file, dired-x-submit-report):
11975         Fix typos in docstrings.
11976         (dired-mark-unmarked-files): "?\ " -> "?\s".
11978         * dirtrack.el (dirtrack-list): Fix typos in docstring.
11980         * faces.el (describe-face): "?\ " -> "?\s".
11981         (read-all-face-attributes, read-face-font, modify-face)
11982         (face-attr-construct, italic): Fix typos in docstrings.
11983         (frame-update-face-colors): Declare with
11984         `define-obsolete-function-alias'.
11986         * files.el (find-file-noselect, recode-file-name): Doc fixes.
11987         (insert-directory, kill-some-buffers): "?\ " -> "?\s".
11988         (magic-mode-alist, buffer-file-numbers-unique)
11989         (write-file-functions, get-free-disk-space):
11990         Fix typos in docstrings.
11991         (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
11992         (write-contents-hooks, write-file-hooks):
11993         Declare with `define-obsolete-variable-alias'.
11995         * forms-d2.el (arch-rj): Fix typo in docstrings.
11996         (arch-tocol): Likewise.  "?\ " -> "?\s".
11998         * frame.el (set-frame-font, cursor-in-non-selected-windows):
11999         Fix typo in docstring.
12000         (set-screen-width, set-screen-height): Delete redundant info in
12001         doctrings.
12002         (new-frame, screen-height, screen-width): Declare with
12003         `define-obsolete-function-alias'.
12004         (delete-frame-hook, blink-cursor): Declare with
12005         `define-obsolete-variable-alias'.
12007         * paths.el (prune-directory-list): Fix typos in docstring.
12009         * pcvs-util.el (cvs-flags-query, cvs-strings->string)
12010         (cvs-prefix-get): Fix typos in docstrings.
12012         * ps-print.el (ps-extend-face-list, ps-extend-face)
12013         (ps-print-background-image): Fix typos in docstrings.
12014         (ps-default-fg, ps-default-bg): Doc fixes.
12016         * s-region.el (s-region-bind): Doc fix.
12017         (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
12019         * textmodes/org.el (org-table-formula-substitute-names)
12020         (org-table-get-vertical-vector): Doc fixes.
12021         (org-table-recalculate): Remove unused argument to `message'.
12023 2005-07-19  Carsten Dominik  <dominik@science.uva.nl>
12025         * textmodes/org.el (org-table-column-names)
12026         (org-table-column-name-regexp)
12027         (org-table-named-field-locations): New variables.
12028         (org-archive-subtree): Protect `this-command' when calling
12029         `org-copy-subtree' and `org-cut-subtree', to avoid appending to
12030         the kill buffer.
12031         (org-complete): Remove fixed-formula completion.
12032         (org-edit-formulas-map): New variable.
12033         (org-table-edit-formulas): New command.
12034         (org-finish-edit-formulas, org-abort-edit-formulas)
12035         (org-show-variable, org-table-get-vertical-vector): New functions.
12036         (org-table-maybe-eval-formula): Handle `:=' fields.
12037         (org-table-get-stored-formulas, org-table-store-formulas)
12038         (org-table-get-formula, org-table-modify-formulas)
12039         (org-table-replace-in-formulas): Handle named field formulas.
12040         (org-table-get-specials): Store locations of named fields.
12042 2005-07-19  Juri Linkov  <juri@jurta.org>
12044         * progmodes/grep.el (grep-regexp-alist)
12045         (grep-mode-font-lock-keywords, grep-process-setup):
12046         Use default GNU grep match color "01;31m" instead of "01;41m".
12047         (grep-regexp-alist, grep-mode-font-lock-keywords):
12048         Use `\\[[0-9]*m' instead of `\\[00m'.
12049         (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
12050         sgr_start where its handling is more important.  Use the real
12051         length of sgr_start instead of constant 8.
12052         (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
12053         specially.  Delete all remaining escape sequences.
12054         (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
12055         (grep-regexp-alist): Make hyperlink only for binary file name
12056         instead of the whole line.
12057         (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
12058         (grep-mode): Add autoload.
12060         * emacs-lisp/find-func.el (find-function-regexp):
12061         Add `define-compilation-mode'.
12063 2005-07-19  Juri Linkov  <juri@jurta.org>
12065         * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
12066         (compare-windows-sync-string-size, compare-windows-recenter)
12067         (compare-windows-highlight, compare-windows): Add version 22.1.
12068         (compare-windows) <defface>: Inherit from lazy-highlight instead
12069         of duplicating its default value.
12071         * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
12072         (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
12074         * descr-text.el (describe-char): Create link buttons for `charset'
12075         and `code point'.  Add the current input method name with a link
12076         button to `to input' field.  Print face names of display table
12077         characters in `The display table entry is displayed by' section
12078         instead of printing face-id in the `display' field.
12079         Guess hardcoded faces and create a link button for them.
12080         Skip empty fields when calculating max-width.
12081         Treat `widget-create' specially while inserting strings from the
12082         collected field list.
12083         (describe-char-after): Made obsolete in version 22.1, not 21.5.
12085         * diff-mode.el (diff-file-header): Change foreground color from
12086         yellow to green on light backgrounds.
12087         (diff-context): Inherit from `shadow' only for color/grayscale
12088         with more than 88 colors.
12089         (diff-indicator-removed, diff-indicator-added)
12090         (diff-indicator-changed): New faces.
12091         (diff-font-lock-keywords): Use new faces.  Regroup rules.
12092         Add "^---$" for `normal' diff format.  Fontify `#' lines with
12093         font-lock-comment-delimiter-face and font-lock-comment-face.
12094         Add `#' to ^[^...] in the rule for `diff-context-face'.
12096         * faces.el (mode-line-highlight): Replace RoyalBlue4 with
12097         a button-like box.  Inherit from `highlight' on low colors.
12098         (shadow): Use shades of gray only for color/grayscale with
12099         more than 88 colors.  Use green for light backgrounds with
12100         8 colors, and yellow for dark backgrounds with 8 colors.
12102         * font-lock.el (font-lock-regexp-grouping-backslash):
12103         Don't inherit from escape-glyph (use bold for all cases).
12105         * info.el (info-xref-visited): Use light foreground color `violet'
12106         for dark backgrounds instead of dark color `magenta3'.
12107         (info-title-1): Use `yellow' color for dark backgrounds.
12109         * isearch.el (isearch): Use not-too-dark magenta3 instead of
12110         too-light magenta2.
12112         * replace.el (match): Use slightly more light RoyalBlue3 instead
12113         of dark RoyalBlue4.
12115         * wid-edit.el (widget-inactive): Inherit from `shadow'.
12117 2005-07-19  Juanma Barranquero  <lekktu@gmail.com>
12119         * novice.el (disabled-command-hook): Declare it with
12120         `define-obsolete-variable-alias'.
12122         * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
12123         (desktop-buffer-misc-functions, desktop-buffer-handlers)
12124         (desktop-load-default): Add release to obsolescence info.
12125         (desktop-globals-to-clear, desktop-buffer-mode-handlers)
12126         (desktop-append-buffer-args, desktop-read):
12127         Fix typos in docstrings.
12128         (desktop-kill): Fix typo in message.
12129         (desktop-save): Doc fix.
12131 2005-07-19  Michael Kifer  <kifer@cs.stonybrook.edu>
12133         * viper-cmd.el (viper-escape-to-state): Bug fix.
12134         (viper-envelop-ESC-key): Change the definition of fast
12135         keysequence so it'll work with keyboard macros.
12137         * ediff.el (ediff-patch-buffer): Change the docstring.
12139 2005-07-19  Kenichi Handa  <handa@m17n.org>
12141         * international/mule-cmds.el (select-safe-coding-system): Try to
12142         use an auto-coding (if any) before anything else.  If the found
12143         auto-coding is invalid, show a warning message.
12145         * international/mule.el (find-auto-coding): New function created
12146         by modifying the body of set-auto-coding.
12147         (set-auto-coding): Use find-auto-coding to find a coding.
12149 2005-07-18  Richard M. Stallman  <rms@gnu.org>
12151         * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
12152         not isearch-mode-end-hook-error.
12153         (allout-before-change-protect): Fix error message.
12155 2005-07-18  Juri Linkov  <juri@jurta.org>
12157         * allout.el (allout-mode):
12158         * calculator.el (calculator-copy):
12159         * custom.el (custom-known-themes):
12160         * dired.el (dired-desktop-buffer-misc-data)
12161         (dired-restore-desktop-buffer):
12162         * dired-x.el (dired-omit-marker-char):
12163         * files.el (basic-save-buffer):
12164         * font-core.el (font-lock-mode):
12165         * calendar/calendar.el (calendar-goto-hebrew-date)
12166         (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
12167         (calendar-goto-persian-date):
12168         * language/ethio-util.el (ethio-sera-to-fidel-region):
12169         * textmodes/picture.el (picture-mode):
12170         Delete duplicate duplicate words.
12172 2005-07-18  Juri Linkov  <juri@jurta.org>
12174         * isearch.el (isearch-mode-map): Remove key bindings for regexp
12175         chars * ? } |.
12176         (isearch-fallback): Don't call `isearch-process-search-char'.
12177         (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
12178         (isearch-process-search-char): Call `isearch-fallback' for regexp
12179         chars * ? } |.
12180         (isearch-return-char): Make obsolete with `make-obsolete' instead
12181         of simply documenting it as obsolete in the docstring.
12182         (isearch-fallback): Refill docstring.
12184         * international/isearch-x.el
12185         (isearch-process-search-multibyte-characters): Remove unneeded
12186         `concat'.  Add intermediate values to `junk-hist' instead of
12187         `minibuffer-history'.  Test the length of `str'.
12189 2005-07-18  Juanma Barranquero  <lekktu@gmail.com>
12191         * allout.el (allout-resolve-xref): Fix typos in error strings.
12192         (allout-before-change-protect): Remove unneeded `concat'.
12194         * array.el (array-mode, array-reconfigure-rows)
12195         (untabify-backward): Fix typos in docstrings.
12196         (array-reconfigure-rows): Use `insert-buffer-substring', not
12197         `insert-buffer'.
12199         * calendar/icalendar.el (icalendar--get-unfolded-buffer):
12200         * progmodes/ada-mode.el (ada-make-body):
12201         Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
12203         * dired.el (dired-log):
12204         * tar-mode.el (tar-subfile-save-buffer):
12205         * play/zone.el (zone-pgm-stress-destress):
12206         Use `insert-buffer-substring', not `insert-buffer'.
12208 2005-07-17  Simon Josefsson  <jas@extundo.com>
12210         * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
12212 2005-07-16  Jose E. Marchesi  <jemarch@gnu.org>
12214         * lisp/mail/smtpmail.el (smtpmail-auth-supported):
12215         Add plain auth method.
12216         (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
12218 2005-07-17  Kim F. Storm  <storm@cua.dk>
12220         * ido.el (dired-other-window): Add ido property.
12222 2005-07-16  Juanma Barranquero  <lekktu@gmail.com>
12224         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
12225         Fix typo in docstring.
12226         (byte-compile-interactive-only-functions): Add `insert-buffer' and
12227         `insert-file-literally'.
12229         * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
12230         info and delete redundant message.  Doc fix.
12231         (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
12232         (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
12234 2005-07-16  Richard M. Stallman  <rms@gnu.org>
12236         * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
12237         (byte-compile-and): Use byte-compile-and-recursion.
12238         (byte-compile-or-recursion): New function.
12239         (byte-compile-or): Use that.
12240         (byte-compile-if): Guard the else-clause too.
12241         (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
12243         * isearch.el (isearch-mode-end-hook-quit): New variable.
12244         (isearch-done): Bind it.
12245         (isearch-mode-end-hook): Doc fix.
12247         * allout.el (allout-isearch-did-quit): Variable deleted.
12248         (allout-real-isearch-abort): Function name no longer used.
12249         (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
12250         (allout-isearch-rectification): isearch-mode always exists.
12251         Don't set allout-isearch-did-quit.
12252         (allout-isearch-expose): Check isearch-mode-end-hook-error, not
12253         allout-isearch-did-quit.
12254         (allout-enwrap-isearch): Just add the hook.
12255         (allout-isearch-abort): Function deleted.
12256         (allout-pre-command-business): Avoid warning.
12258         * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
12259         Correctly avoid warnings.
12260         (pascal-outline): Likewise.
12262         * progmodes/f90.el (f90-abbrev-start): Avoid warning.
12264         * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
12266         * play/tetris.el (tetris-mode): Avoid warning.
12268         * play/snake.el (snake-mode): Avoid warning.
12270         * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
12271         (gamegrid-set-display-table): Avoid warning.
12272         (gamegrid-set-timer): Likewise.
12273         (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
12274         (gamegrid-add-score-with-update-game-score-1): Take FILE
12275         as argument.
12276         (gamegrid-add-score-with-update-game-score): Pass that argument.
12277         Rename have-shared-game-dir to gamegrid-shared-game-dir.
12279         * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
12281         * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
12282         (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
12284         * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
12285         and insert-file.
12287         * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
12288         (sc-ask): Avoid warnings.
12290         * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
12291         (eshell-hist-initialize): Use that var the natural way.
12293         * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
12295         * emacs-lisp/re-builder.el (reb-cook-regexp):
12296         Avoid warning calling lre-compile-string.
12297         (reb-color-display-p): Avoid warning.
12299         * calculator.el (calculator-last-input): Guard uses
12300         of event-key and key-press-event-p.
12301         (event-key, key-press-event-p): Delete definitions.
12303         * emacs-lisp/find-gc.el (find-gc-unsafe-list)
12304         (find-gc-source-directory, find-gc-subrs-callers)
12305         (find-gc-noreturn-list, find-gc-source-files)
12306         (find-gc-subrs-called): Vars renamed and defvar'd.
12308         * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
12309         (checkdoc-overlay-put, checkdoc-delete-overlay)
12310         (checkdoc-overlay-start, checkdoc-overlay-end)
12311         (checkdoc-mode-line-update, checkdoc-char=):
12312         Define such that compiler knows they are defined.
12313         (checkdoc-call-eval-buffer): Delete.  Use eval-buffer directly.
12314         (checkdoc-read-event): Delete.  Use read-event directly.
12316         * whitespace.el (whitespace-make-overlay)
12317         (whitespace-overlay-put, whitespace-delete-overlay)
12318         (whitespace-overlay-start, whitespace-overlay-end):
12319         Define such that compiler knows they are defined.
12320         (whitespace): Move conditional inside.
12322         * tempo.el (tempo-insert-template): Suppress warning.
12324         * ediff-diff.el (longlines-mode): Add defvar.
12326 2005-07-16  Gary Howell  <g1howell-list@yahoo.com>  (tiny change)
12328         * server.el: Bind "C-x #" in a way that works even if C-x is
12329         redefined to a command key, not a prefix key.
12331 2005-07-16  Johan Bockgard  <bojohan@users.sourceforge.net>  (tiny change)
12333         * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
12334         cl-make-type-test till execution time.
12336 2005-07-16  Markus Rost  <rost@math.uni-bielefeld.de>
12338         * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
12339         arg ARG and use it.
12341 2005-07-16  Johan Bockgard  <bojohan@users.sourceforge.net>  (tiny change)
12343         * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
12345 2005-07-15  Luc Teirlinck  <teirllm@auburn.edu>
12347         * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
12348         a defcustom with two :set or :type keywords.
12350 2005-07-15  Richard M. Stallman  <rms@gnu.org>
12352         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
12353         Don't give ^M comment-end syntax.
12355 2005-07-16  Nick Roberts  <nickrob@snap.net.nz>
12357         * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
12358         Don't consider gdbmi (gdb-mi.el has its own update functions).
12359         (gdb-var-delete): Make it work for gdbmi as well.
12360         (gdb-speedbar-expand-node): Move var-update here for gdbmi.
12362         * progmodes/gud.el (etags, sdb): Only require etags when needed.
12363         (gud-speedbar-menu-items): Correct logic for enabling items.
12365 2005-07-15  Kim F. Storm  <storm@cua.dk>
12367         * ido.el: Fix commentary.
12368         (ido-define-mode-map): Move ido-next-work-file to C-M-o.
12369         Use with-no-warnings around ffap-guesser.
12370         (ido-file-internal, ido-read-file-name, ido-read-directory-name):
12371         Let bind minibuffer-completing-file-name to t.
12373 2005-07-15  Juanma Barranquero  <lekktu@gmail.com>
12375         * startup.el (site-run-file, keyboard-type): Doc fixes.
12376         (command-line): Check for "--basic-display" argument; also for
12377         "--quick", not "--bare-bones" (which was renamed).
12378         (fancy-splash-text): Add missing item "Getting New Versions".
12379         (normal-splash-screen): Fix typos and improve consistency with
12380         `fancy-splash-text'.  Update copyright year.
12382         * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
12383         valid binding for `help-char'.
12385         * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
12387 2005-07-14  Dan Nicolaescu  <dann@ics.uci.edu>
12389         * term.el (term-mode): Disable cua-mode for term buffers.
12391 2005-07-14  Juanma Barranquero  <lekktu@gmail.com>
12393         * add-log.el (add-log-mailing-address, change-log-merge):
12394         Doc fixes.
12395         (change-log-get-method-definition): Fix typo in docstring.
12397 2005-07-14  Kim F. Storm  <storm@cua.dk>
12399         * emulation/cua-base.el:
12400         (cua--pre-command-handler-1, cua--pre-command-handler)
12401         (cua--post-command-handler-1, cua--post-command-handler):
12402         Split in two.  Check (buffer local) value of cua-mode.
12403         (cua-selection-mode): New command.
12405 2005-07-13  Luc Teirlinck  <teirllm@auburn.edu>
12407         * custom.el (custom-initialize-safe-set)
12408         (custom-initialize-safe-default): Doc fixes.
12410         * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
12411         and simplify :init-value again.
12413         * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
12414         and simplify :init-value again.  Delete autoload.
12416         * startup.el (command-line): Use `custom-reevaluate-setting' again
12417         for tooltip-mode.
12419         * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
12420         a defcustom with two :initialize keywords.
12422 2005-07-13  Juanma Barranquero  <lekktu@gmail.com>
12424         * allout.el (my-mark-marker, allout-isearch-prior-pos)
12425         (allout-unprotected, allout-undo-aggregation, allout-snug-back)
12426         (allout-post-command-business, allout-flag-region)
12427         (isearch-reenable-font-lock, allout-yank)
12428         (allout-insert-latex-header, allout-insert-latex-trailer)
12429         (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
12430         (allout-latex-verb-quote): Fix typos in docstrings.
12431         (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
12432         (allout-unprotected, allout-prefix-data):
12433         Improve argument/docstring consistency.
12434         (allout-chart-subtree): Fix argument spec.
12435         (allout-open-topic): Rename `use_sib_bullet' argument to
12436         `use-sib-bullet'.  Doc fix.
12438         * whitespace.el (whitespace-check-buffer-leading)
12439         (whitespace-check-buffer-trailing)
12440         (whitespace-check-buffer-indent)
12441         (whitespace-check-buffer-spacetab)
12442         (whitespace-check-buffer-ateol, whitespace-highlighted-space)
12443         (whitespace-check-leading-whitespace)
12444         (whitespace-check-trailing-whitespace)
12445         (whitespace-check-spacetab-whitespace)
12446         (whitespace-check-indent-whitespace)
12447         (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
12448         (whitespace-modes): Fix typos in docstrings.
12449         (defgroup, defcustom): Doc fixes.
12451         * winner.el (winner-mode, winner-boring-buffers)
12452         (winner-pending-undo-ring): Doc fixes.
12453         (winner-ring): Remove unneeded `progn'.
12454         (winner-equal): `defsubst' it.
12455         (winner-redo): Fix message.
12457 2005-07-13  Kim F. Storm  <storm@cua.dk>
12459         * simple.el (line-move-1): Always use vertical-motion to
12460         do the last (or only) line move to ensure some movement.
12461         Undo 2005-06-23 change--don't check for overlays.
12463 2005-07-13  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
12465         * term/mac-win.el (ccl-encode-mac-roman-font)
12466         (ccl-encode-mac-centraleurroman-font)
12467         (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
12468         (ccl-encode-mac-dingbats-font): Remove check for ASCII.
12469         Change charset-id boundary of dimension to ?\xef.
12470         (mac-char-fontspec-list): New constant.
12471         (fontset-add-mac-fonts): Use it.  Accept non-string `base-family'
12472         argument.  Nil uses itself as family in font-spec.  Previous
12473         behavior for nil is now provided by non-nil non-string argument.
12474         All callers changed.  Add font-specs for Mac fonts to
12475         "fontset-default" unless iso8859-1 fonts are installed.
12477 2005-07-13  Stefan Monnier  <monnier@iro.umontreal.ca>
12479         * progmodes/sh-script.el (sh-get-indent-info): Only indent
12480         a continuation line if the \ is preceded by SPC or TAB.
12481         (sh-get-indent-info): Simplify.
12482         (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
12483         Use with-current-buffer.
12485         * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
12486         when the matched text is empty.
12488 2005-07-12  Luc Teirlinck  <teirllm@auburn.edu>
12490         * startup.el (command-line): Revert to previous handling of
12491         tooltip-mode.  Explain in comment why the complexity is needed.
12493         * tooltip.el (tooltip-mode): Revert to previous implementation of
12494         its defcustom.
12496         * frame.el (blink-cursor-mode): Revert to previous implementation
12497         of its defcustom.  Update comment.
12499 2005-07-12  Lars Hansen  <larsh@soem.dk>
12501         * desktop.el: Update e-mail address.
12503 2005-07-12  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
12505         * term/mac-win.el (mac-services-mail-selection)
12506         (mac-services-mail-to): New functions.
12507         (mac-application-menu-map): Bind them.
12509 2005-07-12  wulei  <milton@wulei.net>  (tiny change)
12511         * progmodes/gdb-ui.el: Add note about buffering with Windows.
12513 2005-07-11  Luc Teirlinck  <teirllm@auburn.edu>
12515         * custom.el (custom-reevaluate-setting): Doc fix.
12517 2005-07-11  Jay Belanger  <belanger@truman.edu>
12519         * calc/calc.el (calc-embedded-announce-formula-alist)
12520         (calc-embedded-open-close-plain-alist)
12521         (calc-embedded-open-close-mode-alist): Add checks for additional
12522         major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
12524 2005-07-11  Juanma Barranquero  <lekktu@gmail.com>
12526         * custom.el (custom-enable-theme): Don't add theme to
12527         `custom-enabled-themes' with `push' because there is no
12528         setf-method for `delq'.
12530 2005-07-11  Richard M. Stallman  <rms@gnu.org>
12532         * custom.el (custom-declare-variable): Doc fix.
12534         * dired-aux.el (dired-compare-directories): Remove "." and ".."
12535         from the alists.
12537         * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
12538         Do nothing if edebug-active.
12540         * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
12541         (edebug-display): Do it here instead.
12543 2005-07-10  Richard M. Stallman  <rms@gnu.org>
12545         * cus-face.el (custom-theme-set-faces): Make it work.
12546         (custom-reset-faces): Doc fix.
12547         (custom-theme-reset-internal-face, custom-theme-face-value):
12548         Functions deleted.
12550         * custom.el (custom-push-theme): Maintain list of the settings
12551         of a given theme in its theme-settings property.
12552         Maintain position of old settings in the theme-value
12553         or theme-face property.
12554         (custom-enabled-themes): New variable.
12555         (custom-theme-enabled-p): New function.
12556         (provide-theme): Update custom-enabled-themes.
12557         Disable and reenable the `user' theme.
12558         (require-theme): Doc fix.
12559         (custom-do-theme-reset, custom-remove-theme): Functions deleted.
12560         (custom-theme-value, custom-theme-variable-value): Likewise.
12561         (custom-theme-reset-internal): Likewise.
12562         (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
12563         (custom-enable-theme, custom-disable-theme): New functions.
12564         (custom-variable-theme-value, custom-face-theme-value): Likewise.
12565         (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
12566         (custom-theme-reset-variables): Simplify.
12567         (deftheme, custom-declare-theme, custom-make-theme-feature):
12568         Definitions moved.
12570 2005-07-10  Chong Yidong  <cyd@stupidchicken.com>
12572         * longlines.el (longlines-show-region)
12573         (longlines-unshow-hard-newlines): Recognize hard newlines by
12574         non-nil hard property, instead of t.
12576 2005-07-10  Michael Kifer  <kifer@cs.stonybrook.edu>
12578         * viper-cmd.el (viper--key-maps): New variable.
12579         (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
12580         emulation-mode-map-alists.
12581         (viper-envelop-ESC-key): Use viper-subseq.
12582         (viper-search-forward/backward/next): Disable debug-on-error.
12584         * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
12585         (viper-ESC-key): New defcustoms.
12587         * viper-macs.el (ex-map-read-args): Use viper-subseq.
12589         * viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
12590         (viper-subseq): Copy of subseq from cl.el.
12592         * viper.el (viper-go-away, viper-set-hooks): Use
12593         emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
12595         * viper-mous.el (viper-current-frame-saved): Use defvar.
12597         * viper-init.el: Get rid of -face in face names.
12599         * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
12600         Make it work with longlines mode
12602         * ediff-mult.el (ediff-meta-mode-hook): New variable.
12604         * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
12606         * ediff-init.el: Get rid of -face in face names.
12608 2005-07-10  Richard M. Stallman  <rms@gnu.org>
12610         * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
12611         and with-timeout-unsuspend.
12613         * emacs-lisp/debug.el (debug): Call with-timeout-suspend
12614         and with-timeout-unsuspend.
12616         * emacs-lisp/timer.el (with-timeout-timers): New variable.
12617         (with-timeout): Bind that variable to record timers.
12618         (with-timeout-suspend, with-timeout-unsuspend): New functions.
12620         * emacs-lisp/debug.el (debug-help-follow): New function.
12621         (debugger-mode-map): Use that instead of help-follow.
12622         (debugger-setup-buffer): Use eval-buffer-list
12623         to handle eval-buffer frames.
12625 2005-07-10  N. Raghavendra  <raghu@mri.ernet.in>  (tiny change)
12627         * timezone.el (timezone-parse-date): Change first regexp
12628         so it will not mistakenly match dates with no time zone.
12630 2005-07-10  Jeff Dwork  <jeff.dwork@amd.com>  (tiny change)
12632         * facemenu.el (facemenu-read-color): Do case-insensitive matching.
12634 2005-07-10  Luc Teirlinck  <teirllm@auburn.edu>
12636         * custom.el (custom-initialize-safe-set)
12637         (custom-initialize-safe-default): New functions.
12639         * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
12640         and simplify :init-value.
12642         * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
12643         and simplify :init-value.  Delete obsolete comment.
12645         * startup.el (command-line): Use `custom-reevaluate-setting' to
12646         handle `tooltip-mode'.  Delete obsolete comment.
12648         * files.el (set-visited-file-name): Avoid calling
12649         `file-name-nondirectory' with a nil argument.
12651 2005-07-09  Richard M. Stallman  <rms@gnu.org>
12653         * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
12654         was called with nil for the buffer, handle the read position right.
12655         Handle read position for eval-region, too.
12657 2005-07-09  Juri Linkov  <juri@jurta.org>
12659         * fringe.el (fringe-mode): Add period in docstring.
12660         (fringe-query-style): Build prompt depending on `all-frames' arg.
12662         * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
12663         to not create links to unrelated functions in the Help buffer.
12665         * progmodes/compile.el (compilation-mode-hook, compilation-mode):
12666         Doc fix.
12668         * simple.el (next-error-hook): New variable.
12669         (next-error): Use it.  Doc fix.
12671         * textmodes/ispell.el (ispell-command-loop): Add current
12672         dictionary name and program name to mode-line-format.
12673         (ispell-region, ispell-process-line): Add current dictionary name
12674         and program name to messages.
12676 2005-07-08  Jay Belanger  <belanger@truman.edu>
12678         * calc/calc.el (calc-embedded-announce-formula-alist)
12679         (calc-embedded-open-close-formula-alist)
12680         (calc-embedded-open-close-word-alist)
12681         (calc-embedded-open-close-plain-alist)
12682         (calc-embedded-open-close-new-formula-alist)
12683         (calc-embedded-open-close-mode-alist)
12684         (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
12685         (calc-embedded-mode-hook): New variables.
12687         * calc/calc-embed.el (calc-embedded-firsttime)
12688         (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
12689         New variables.
12690         (calc-do-embedded): Use calc-embedded-firsttime,
12691         calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
12692         determine whether or not to run hooks.
12693         (calc-embedded-make-info) Set calc-embedded-firsttime-buf and
12694         calc-embedded-firsttime-formula appropriately.
12695         Set calc-embedded delimiter variables according to mode.
12697 2005-07-08  Richard M. Stallman  <rms@gnu.org>
12699         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
12700         Check for "emacs", etc., as entire symbol, not just as word.
12701         (checkdoc-file-comments-engine): Use regexp-quote on FN.
12703         * files.el (set-visited-file-name): Report the error
12704         for "empty filename" earlier.
12705         (kill-some-buffers): Ignore buffers already dead.
12707         * fringe.el (fringe-mode): Doc fix.
12709         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
12710         Check for (featurep 'xemacs) and turn off warnings in what it guards.
12711         Use unwind-protect to ensure byte-compile-unresolved-functions
12712         is updated.
12714         * whitespace.el (whitespace-buffer-leading-cleanup):
12715         Simplify w/ skip-chars-forward.
12716         (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
12718         * mail/rmail.el (rmail-only-expunge): Fix paren error.
12719         Unconditionally try to leave point at the same old place.
12721 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>  (tiny change)
12723         * comint.el (comint-postoutput-scroll-to-bottom)
12724         (comint-show-maximum-output): Take scroll-margin into consideration.
12726 2005-07-08  Kim F. Storm  <storm@cua.dk>
12728         * ido.el (ido-use-filename-at-point): New choice `guess'.
12729         (ido-file-internal): Try ffap-guesser if selected.
12731         * ido.el (ido-before-fallback-functions): New hook.
12732         (ido-buffer-internal, ido-file-internal, ido-read-buffer)
12733         (ido-read-file-name): Run it.
12735 2005-07-07  Stefan Monnier  <monnier@iro.umontreal.ca>
12737         * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
12738         strings rather than a list of symbols to the completion function.
12740 2005-07-07  Jay Belanger  <belanger@truman.edu>
12742         * calc/calc-units.el (math-apply-units): Change the places in
12743         which units are simplified.
12745 2005-07-07  Luc Teirlinck  <teirllm@auburn.edu>
12747         * cus-edit.el (customize-option, customize-option-other-window):
12748         Make them handle aliases.
12750         * custom.el (custom-variable-p): Make it recursively follow
12751         aliases.  Mention that in the docstring.
12753 2005-07-07  Richard M. Stallman  <rms@gnu.org>
12755         * cus-start.el (exec-path): Use `directory' instead of `file'.
12756         Fix tag for nil.
12758 2005-07-07  Juanma Barranquero  <lekktu@gmail.com>
12760         * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
12761         when called non-interactively.  Doc fix.
12763 2005-07-07  Lute Kamstra  <lute@gnu.org>
12765         * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
12766         new address as well.
12768 2005-07-07  Kenichi Handa  <handa@m17n.org>
12770         * international/mule.el (make-coding-system):
12771         Describe `ascii-incompatible' property in the docstring.
12772         (set-file-name-coding-system): Signal an error if coding-system is
12773         ascii-incompatible.
12774         (set-keyboard-coding-system): Likewise.
12776         * international/mule-cmds.el (set-default-coding-systems):
12777         Don't set default-file-name-coding-system and
12778         default-keyboard-coding-system if coding-system is ASCII-incompatible.
12780         * international/utf-16.el: Declare that all UTF-16-based coding
12781         systems are ASCII-incompatible.
12783 2005-07-07  Nick Roberts  <nickrob@snap.net.nz>
12785         * progmodes/gud.el: Require font-lock for displaying errors.
12786         Used by gdb-ui.el.
12788 2005-07-07  Juanma Barranquero  <lekktu@gmail.com>
12790         * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
12791         values for the pattern lists which are `read'able but not
12792         `append'able (like symbols).
12794 2005-07-06  Richard M. Stallman  <rms@gnu.org>
12796         * progmodes/flymake.el (flymake-float-time): Instead of
12797         with-no-warnings, test for xemacs.
12798         (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
12799         to avoid warning.
12801 2005-07-06  Juanma Barranquero  <lekktu@gmail.com>
12803         * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
12805 2005-07-05  Lute Kamstra  <lute@gnu.org>
12807         * battery.el: Add support for Darwin (with much debugging help
12808         from Samuel Lauber <sam124@operamail.com>).
12809         (battery-status-function, battery-echo-area-format)
12810         (battery-mode-line-format): Add support for pmset on Darwin.
12811         (battery-load-low, battery-load-critical): New user options.
12812         (battery-pmset): New function.
12814 2005-07-05  Lute Kamstra  <lute@gnu.org>
12816         Update FSF's address in GPL notices.
12818         * textmodes/page-ext.el: Update FSF's address.
12820 2005-07-04  Stefan Monnier  <monnier@iro.umontreal.ca>
12822         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
12823         filling from using prefix when filling a single-line docstring.
12825         * progmodes/flymake.el: Remove useless eval-when-compile.
12827         * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
12829 2005-07-04  Richard M. Stallman  <rms@gnu.org>
12831         * textmodes/org.el (org-file-apps-defaults-gnu):
12832         Rename from org-file-apps-defaults-linux.
12833         (org-default-apps): Don't test system-type for `linux'.
12834         (org-file-apps): Doc fix.
12836 2005-07-04  David Ponce  <david@dponce.com>
12838         * tree-widget.el: Improve header Commentary section.
12839         (tree-widget) [defgroup]
12840         (tree-widget-image-enable, tree-widget-themes-directory)
12841         (tree-widget-theme, tree-widget-image-properties-emacs)
12842         (tree-widget-image-properties-xemacs, tree-widget-create-image)
12843         (tree-widget-image-formats, tree-widget-control)
12844         (tree-widget-empty-control, tree-widget-leaf-control
12845         (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
12846         (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
12847         (tree-widget-keep, tree-widget-after-toggle-functions)
12848         (tree-widget-open-node, tree-widget-close-node): Doc fix.
12849         (tree-widget-open-control, tree-widget-close-control): Fix doc and
12850         :help-echo message.
12851         (tree-widget-set-theme): Doc fix.  Use `string-equal'.
12852         (tree-widget-image-properties): Doc fix.  Clearer implementation.
12853         (tree-widget--cursors): New constant.
12854         (tree-widget-lookup-image): New function split from
12855         `tree-widget-find-image'.  Clearer implementation.
12856         (tree-widget-find-image): Use it.
12857         (tree-widget-button-keymap): Use `set-keymap-parent'.
12858         (tree-widget) [define-widget]: Use `widget-children-value-delete'.
12859         Define the sub-widgets here.
12860         (tree-widget-node): Check that :node is not a tree-widget.
12861         (tree-widget-get-super, tree-widget-open-control)
12862         (tree-widget-close-control, tree-widget-empty-control)
12863         (tree-widget-leaf-control, tree-widget-guide)
12864         (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
12865         (tree-widget-no-handle, tree-widget-value-delete)
12866         (tree-widget-map): Remove.
12867         (tree-widget-children-value-save): Doc fix.  Simplified.
12868         (tree-widget-value-create): Update according to previous changes.
12870 2005-07-04  Carsten Dominik  <dominik@science.uva.nl>
12872         * textmodes/org.el: Leading space replaced by TABS.
12873         (org-recalc-marks, org-table-rotate-recalc-marks)
12874         (org-table-get-specials): Treat "^" and "_" marks.
12875         (org-table-justify-field-maybe): Optional argument NEW.
12876         (org-table-eval-formula): Parsing of the format simplified.
12877         New modes C,I.  Honor the %= parameter in the current table.
12878         Avoid unnecessary re-align by using the NEW argument to
12879         `org-table-justify-field-maybe'.
12880         (org-calc-default-modes): Default for date-format mimicks org-mode.
12881         (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
12883 2005-07-03  Luc Teirlinck  <teirllm@auburn.edu>
12885         * cus-face.el (custom-theme-set-faces): Make it handle face
12886         aliases whose alias declarations are pre- or autoloaded.
12888 2005-07-04  Juri Linkov  <juri@jurta.org>
12890         * faces.el (read-face-name): Put the code for getting a face name
12891         from the buffer before adding the faces from the `face' property.
12892         Use `completing-read-multiple' instead of `completing-read'.
12893         Require `crm'.  Add default value and post-process the returned
12894         list of faces.
12896         * emacs-lisp/crm.el (crm-find-current-element)
12897         (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
12899         * emacs-lisp/lisp-mode.el (eval-defun-1):
12900         * emacs-lisp/edebug.el (edebug-eval-defun):
12901         Remove unnecessary quotes.
12903 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
12905         * progmodes/prolog.el (prolog-eof-string): Doc fixes.
12906         (prolog-indent-level): Fix typo in docstring.
12908         * info.el (Info-history, Info-history-forward)
12909         (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
12911         * add-log.el (add-change-log-entry):
12912         * comint.el (comint-dynamic-list-input-ring)
12913         (comint-dynamic-list-completions):
12914         * dabbrev.el (dabbrev-expand):
12915         * delim-col.el (delimit-columns-rectangle-line):
12916         * diff-mode.el (diff-context->unified, diff-reverse-direction)
12917         (diff-unified->context):
12918         * ediff-init.el (ediff-abbrev-jobname):
12919         * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
12920         (ediff-replace-session-activity-marker-in-meta-buffer):
12921         * info.el (Info-summary):
12922         * lpr.el (printify-region):
12923         * printing.el (pr-create-interface):
12924         * ps-print.el (ps-print-quote):
12925         * ses.el (ses-column-widths, ses-print-cell)
12926         (ses-adjust-print-width, ses-center):
12927         * shell.el (shell-file-name-quote-list):
12928         * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
12929         (strokes-fill-current-buffer-with-whitespace)
12930         (strokes-xpm-for-stroke, strokes-list-strokes)
12931         (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
12932         * term.el (term-dynamic-list-input-ring)
12933         (term-dynamic-list-completions):
12934         * calc/calc.el (math-format-stack-value):
12935         * emacs-lisp/edebug.el (edebug-display-freq-count):
12936         * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
12937         (delphi-new-comment-line):
12938         * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
12939         * progmodes/executable.el (executable-set-magic):
12940         * progmodes/python.el (inferior-python-mode):
12941         * progmodes/scheme.el (scheme-mode-syntax-table):
12942         * progmodes/sh-script.el (sh-maybe-here-document):
12943         * progmodes/sql.el (sql-copy-column):
12944         * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
12945         * textmodes/bibtex.el (bibtex-mode):
12946         * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
12947         (sgml-auto-attributes):
12948         * textmodes/table.el (table-insert, table-shorten-cell)
12949         (table--generate-source-scan-lines, table-delete-row)
12950         (*table--cell-delete-char, table--spacify-frame)
12951         (table--horizontally-shift-above-and-below)
12952         (table--cell-insert-char, table--cell-blank-str)
12953         (table--fill-region-strictly):
12954         * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
12955         * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
12957         * add-log.el (change-log):
12958         * apropos.el (apropos):
12959         * comint.el (comint-completion, comint-source):
12960         * dabbrev.el (dabbrev):
12961         * delim-col.el (columns):
12962         * diff-mode.el (diff-mode):
12963         * ediff.el (ediff):
12964         * ediff-diff.el (ediff-diff):
12965         * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
12966         * ediff-mult.el (ediff-mult):
12967         * ediff-ptch.el (ediff-ptch):
12968         * ediff-wind.el (ediff-window):
12969         * facemenu.el (facemenu):
12970         * indent.el (indent):
12971         * info.el (info):
12972         * jka-cmpr-hook.el (compression, jka-compr):
12973         * lpr.el (lpr):
12974         * outline.el (outlines):
12975         * pcmpl-cvs.el (pcmpl-cvs):
12976         * pcmpl-rpm.el (pcmpl-rpm):
12977         * printing.el (printing):
12978         * ps-print.el (postscript, ps-print, ps-print-horizontal)
12979         (ps-print-vertical, ps-print-headers, ps-print-font)
12980         (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
12981         (ps-print-background, ps-print-printer, ps-print-page)
12982         (ps-print-miscellany):
12983         * ses.el (ses):
12984         * shell.el (shell, shell-directories, shell-faces):
12985         * startup.el (initialization):
12986         * strokes.el (strokes):
12987         * term.el (term):
12988         * uniquify.el (uniquify):
12989         * w32-vars.el (w32):
12990         * calc/calc.el (calc):
12991         * emacs-lisp/bytecomp.el (bytecomp):
12992         * emacs-lisp/cl-indent.el (lisp-indent):
12993         * emacs-lisp/edebug.el (edebug):
12994         * emacs-lisp/elp.el (elp):
12995         * emacs-lisp/testcover.el (testcover):
12996         * emacs-lisp/trace.el (trace):
12997         * emulation/viper-ex.el (viper-ex):
12998         * emulation/viper-mous.el (viper-mouse):
12999         * mail/mailalias.el (mailalias):
13000         * mail/supercite.el (supercite, supercite-frames)
13001         (supercite-attr, supercite-cite, supercite-hooks):
13002         * net/rcompile.el (remote-compile):
13003         * net/rlogin.el (rlogin):
13004         * obsolete/ooutline.el (outlines):
13005         * progmodes/delphi.el (delphi):
13006         * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
13007         (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
13008         (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
13009         (ebnf-optimization):
13010         * progmodes/etags.el (etags):
13011         * progmodes/executable.el (executable):
13012         * progmodes/idlwave.el (idlwave):
13013         * progmodes/pascal.el (pascal):
13014         * progmodes/prolog.el (prolog):
13015         * progmodes/python.el (python):
13016         * progmodes/scheme.el (scheme):
13017         * progmodes/sh-script.el (sh, sh-script):
13018         * progmodes/sql.el (SQL):
13019         * progmodes/tcl.el (tcl):
13020         * textmodes/bibtex.el (bibtex, bibtex-autokey):
13021         * textmodes/enriched.el (enriched):
13022         * textmodes/makeinfo.el (makeinfo):
13023         * textmodes/sgml-mode.el (sgml):
13024         * textmodes/table.el (table-hooks):
13025         * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
13026         * textmodes/texinfo.el (texinfo):
13027         * textmodes/two-column.el (two-column):
13028         Finish `defgroup' description with period.
13030         * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
13031         * eshell/esh-var.el (eshell-var):
13032         * progmodes/vhdl-mode.el (vhdl-testbench):
13033         * textmodes/org.el (org): Fix typos in docstrings.
13035         * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
13036         consistency.
13038         * progmodes/flymake.el (flymake-find-file): Remove.
13039         (flymake-float-time): Use `with-no-warnings'.
13040         (flymake-check-start-time, flymake-check-was-interrupted)
13041         (flymake-err-info, flymake-is-running, flymake-last-change-time)
13042         (flymake-new-err-info): `defvar' at compile time.
13044 2005-07-03  Juanma Barranquero  <lekktu@gmail.com>
13046         * replace.el (occur-hook): Doc fix.
13047         (occur-1): Don't call `occur-hook' if there are no matches.
13049 2005-07-03  Richard M. Stallman  <rms@gnu.org>
13051         * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
13052         global-map, save the same map.
13053         (global-map): Don't alter it at top level.
13054         (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
13055         Then alter it here instead.
13056         (tpu-edt-off): Set global-map to the saved one.
13058         * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
13059         All references simplified.
13060         (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p.  Uses changed.
13061         (zmacs-regions): Add defvar.
13062         (repeat-complex-command-map): Everything about that deleted.
13064         * textmodes/artist.el (artist-key-is-drawing)
13065         (artist-key-endpoint1, artist-key-poly-point-list)
13066         (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
13067         (artist-key-compl-table, artist-rb-save-data)
13068         (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
13069         Don't put them in eval-when-compile.
13070         (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
13072         * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
13073         Use with-no-warnings.
13075         * net/browse-url.el (dos-windows-version): Add defvar.
13077         * mail/supercite.el (filladapt-prefix-table): Add defvar.
13079         * mail/rmailsum.el (rmail-summary-redo): Add defvar.
13080         (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
13081         (rmail-new-summary-line-count): Rename from new-summary-line-count.
13082         Add defvar.
13083         (rmail-summary-beginning-of-message): Use with-no-warnings.
13084         (rmail-summary-first-message, rmail-summary-last-message): Likewise.
13086         * emulation/vip.el (vip-replace-string, ex-map, ex-read):
13087         Use with-no-warnings.
13089         * emulation/vi.el (vi-mark-region): Use c-mark-function.
13090         (c-mark-function): Add point-moving-unit property.
13091         (vi-goto-line): Use with-no-warnings.
13093         * emulation/edt.el (edt-last-copied-word): Add defvar.
13094         (zmacs-region-stays): Likewise.
13095         (edt-mark-section-wisely): Use c-mark-function for C.
13096         Use makr-defun for Fortran.
13097         (time-string): defvar deleted.
13098         (edt-display-the-time): Don't set time-string.
13100         * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
13102         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
13103         Don't warn when name is not constant
13104         or for defining the group `emacs'.
13106         * tooltip.el (gud-tooltip-mode): Add defvar.
13108         * startup.el (default-frame-background-mode): Add defvar.
13110         * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
13112         * info.el (tool-bar-map): Add defvar.
13114         * dired.el (dnd-protocol-alist): Add defvar.
13116         * dired-aux.el (dired-query): Display question with answer, when
13117         the user answers.
13119         * custom.el (custom-add-option): Doc fix.
13121         * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
13123 2005-07-03  Eli Zaretskii  <eliz@gnu.org>
13125         * font-lock.el (font-lock-regexp-grouping-construct): Fix the
13126         bogus name from the last change.
13128 2005-07-02  Luc Teirlinck  <teirllm@auburn.edu>
13130         * custom.el (custom-declare-variable): Fix typos in comment.
13131         (custom-known-themes): Doc fix.
13132         (custom-theme-directory): New defcustom.
13133         (require-theme): Make it check `custom-theme-directory'.
13135         * cus-theme.el (custom-new-theme-mode): New function.
13136         (custom-theme-name, custom-theme-variables, custom-theme-faces)
13137         (custom-theme-description): Add compiler defvars.
13138         (customize-create-theme): Add doc to the "*New Custom Theme*"
13139         buffer.  Use `custom-new-theme-mode'.
13140         (custom-theme-write): Put the created buffer in emacs-lisp-mode
13141         and save it to the `custom-theme-directory'.  Make this the
13142         default directory of the buffer.
13144 2005-07-02  David Hunter  <hunterd_42@comcast.net>  (tiny change)
13146         * progmodes/flymake.el (flymake-mode, flymake-mode-off):
13147         Fix unbalanced parentheses.
13149 2005-07-02  Stefan Monnier  <monnier@iro.umontreal.ca>
13151         * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
13152         into flymake-mode and delegate to flymake-mode.
13154         * find-file.el (ff-which-function-are-we-in): Clean up.
13156 2005-07-02  Juanma Barranquero  <lekktu@gmail.com>
13158         * replace.el (occur-rename-buffer): Fix docstring.
13160         * emulation/edt.el (*EDT-keys*, edt-default-global-map)
13161         (edt-last-copied-word, edt-learn-macro-count)
13162         (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
13163         (edt-rect-start-point, edt-user-global-map, rect-start-point)
13164         (time-string, zmacs-region-stays):
13165         * emulation/edt-mapper.el (edt-save-function-key-map)
13166         (EDT-key-name): `defvar' to silence the byte-compiler.
13168 2005-07-02  Martin Rudalics  <rudalics@gmx.at>  (tiny change)
13170         * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
13171         font-lock-regexp-backslash.  Doc fix.
13172         (font-lock-regexp-backslash-grouping-construct): Rename from
13173         font-lock-regexp-backslash-construct.  Doc fix.
13174         (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
13175         grouping constructs.
13177 2005-07-02  Eli Zaretskii  <eliz@gnu.org>
13179         * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
13180         updating all the prerequisites.
13182 2005-07-01  Juanma Barranquero  <lekktu@gmail.com>
13184         * textmodes/org.el (org-agenda-start-on-weekday)
13185         (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
13186         (org-agenda-use-time-grid, org-archive-location)
13187         (org-allow-space-in-links, org-usenet-links-prefer-google)
13188         (org-enable-table-editor, org-export-default-language)
13189         (org-export-html-show-new-buffer, org-fill-paragraph)
13190         (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
13191         (org-goto-quit, org-occur, org-eval-in-calendar)
13192         (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
13193         (org-agenda-diary-entry, org-remember-help)
13194         (org-table-convert-region, org-at-table-p)
13195         (org-table-move-row-down, org-table-move-row-up)
13196         (org-table-copy-region, org-table-toggle-vline-visibility)
13197         (org-table-get-stored-formulas, org-table-get-specials)
13198         (org-recalc-commands, org-table-eval-formula)
13199         (org-table-formula-substitute-names, orgtbl-make-binding)
13200         (org-format-org-table-html, org-format-table-table-html)
13201         (org-format-table-table-html-using-table-generate-source)
13202         (org-customize): Fix typos in docstrings.
13203         (org-level-2, org-at-timestamp-p, org-agenda-day-view)
13204         (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
13205         (org-back-to-heading): Doc fixes.
13206         (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
13207         (org-agenda-change-all-lines, org-get-header):
13208         Improve argument/docstring consistency.
13209         (orgtbl-error): Fix error message.
13211         * progmodes/flymake.el (flymake-find-possible-master-files)
13212         (flymake-master-file-compare, flymake-get-line-err-count)
13213         (flymake-highlight-line, flymake-gui-warnings-enabled):
13214         Fix typos in docstrings.
13215         (flymake-parse-line, flymake-get-project-include-dirs-function)
13216         (flymake-get-prev-err-line-no, flymake-goto-prev-error):
13217         Doc fixes.
13218         (flymake-get-project-include-dirs-function)
13219         (flymake-make-err-menu-data):
13220         Improve argument/docstring consistency.
13222 2005-07-01  Lute Kamstra  <lute@gnu.org>
13224         * battery.el (battery-linux-proc-apm): Fix typo in docstring.
13225         Catch errors with ignore-errors.  Use temporary buffer.
13226         (battery-linux-proc-acpi): Fix typo in docstring.  Document `%r'.
13228         * facemenu.el (facemenu-unlisted-faces): Delete foreground and
13229         background color faces.
13230         (facemenu-set-foreground, facemenu-set-background):
13231         Use facemenu-set-face-from-menu.
13232         (facemenu-set-face-from-menu): Treat face names that start with
13233         "fg:" or "bg:" as special.
13234         (facemenu-add-new-color): Don't create faces.  Simplify.
13236 2005-06-30  Richard M. Stallman  <rms@gnu.org>
13238         * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
13239         (crm-find-current-element): Likewise.
13241 2005-06-30  Johan Bockg\e,Ae\e(Brd  <bojohan@users.sourceforge.net>
13243         * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
13245 2005-06-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13247         * arc-mode.el (archive-extract): Make it work as a mouse binding.
13248         (archive-mouse-extract): Make it an obsolete alias.
13249         (archive-mode-map): Don't use archive-mouse-extract any more.
13250         (archive-mode, archive-extract): write-contents-hooks ->
13251         write-contents-functions.
13252         (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
13253         first arg.
13254         (archive-rename-entry): Update the call.
13255         (archive-zip-summarize): Remove unused var `method'.
13256         (archive-lzh-summarize): Remove unused var `creator'.
13258         * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
13259         dedicated frame upon exit.
13261         * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
13262         (archive-zip-extract, archive-zip-expunge)
13263         (archive-zip-update, archive-zip-update-case): Use executable-find.
13264         (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
13265         Use restore-buffer-modified-p.
13266         (archive-extract, archive-add-new-member, archive-write-file-member):
13267         Use with-current-buffer.
13268         (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
13270 2005-06-30  Andreas Schwab  <schwab@suse.de>
13272         * progmodes/gud.el (gud-filter): Remove unneeded progn.
13274 2005-06-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
13276         * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
13278 2005-06-30  Juri Linkov  <juri@jurta.org>
13280         * faces.el (vertical-border): Inherit from mode-line-inactive
13281         only on tty.
13283 2005-06-30  Juanma Barranquero  <lekktu@gmail.com>
13285         * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
13286         example, -NLINES in the `occur' docstring).
13288         * replace.el (occur-1): When no matches are found, do not set the
13289         `buffer-read-only' and modified flags for the occur buffer,
13290         because it is deleted.
13292         * emulation/cua-base.el (cua-check-pending-input)
13293         (cua-repeat-replace-region, cua-mode, cua-debug)
13294         (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
13295         Fix typos in docstrings.
13297         * emulation/cua-gmrk.el (cua-toggle-global-mark)
13298         (cua-cut-region-to-global-mark)
13299         (cua--cut-rectangle-to-global-mark):
13300         Remove period from end of messages.
13302         * emulation/cua-rect.el (cua-do-rectangle-padding):
13303         Remove period from end of messages.
13304         (cua--rectangle-seq-format): Fix typo in docstring.
13305         (cua-sequence-rectangle, cua-fill-char-rectangle):
13306         Improve argument/docstring consistency.
13308 2005-06-29  Juri Linkov  <juri@jurta.org>
13310         * faces.el (default-frame-background-mode): New internal variable.
13311         (frame-set-background-mode): Use it.
13313         * startup.el (normal-top-level): Set default-frame-background-mode
13314         instead of frame-background-mode.  Before setting it, test for its
13315         nil value.  Remove tests for frame-background-mode and frame
13316         parameter `reverse'.  Add test for "unspecified-fg".
13318         * term/xterm.el (xterm-rxvt-set-background-mode):
13319         * term/rxvt.el (rxvt-set-background-mode):
13320         Set default-frame-background-mode instead of frame-background-mode.
13322 2005-06-29  Juanma Barranquero  <lekktu@gmail.com>
13324         * simple.el (set-variable): Warn about obsolete user variables.
13326         * imenu.el (imenu--completion-buffer):
13327         * mouse.el (mouse-buffer-menu-alist):
13328         * msb.el (msb-invisible-buffer-p):
13329         * calendar/diary-lib.el (diary-header-line-format):
13330         * emacs-lisp/pp.el (pp-buffer):
13331         * progmodes/cperl-mode.el (cperl-do-auto-fill):
13332         * textmodes/picture.el (picture-replace-match):
13333         Change space constants followed by a sexp to "?\s ".
13335         * play/decipher.el (decipher-loop-with-breaks):
13336         * textmodes/texinfo.el (texinfo-insert-@item): Change space
13337         constants "protected" from end of line by a comment to "?\s".
13339 2005-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
13341         * font-lock.el (save-buffer-state): Use `declare'.
13343         * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
13344         reset the syntax-table to cperl-mode-syntax-table.
13345         (cperl-mode): Make _ into word-syntax during font-locking so "print" in
13346         "foo_print_bar" is not matched as a reserved keyword.
13348 2005-06-29  Carsten Dominik  <dominik@science.uva.nl>
13350         * textmodes/org.el (orgtbl-setup): New function, for delayed
13351         setup for the orgtbl commands.
13352         (org-calc-default-modes): New option.
13353         (orgtbl-make-binding): Use `defun' to get better help display.
13354         (org-diary): Call `org-compile-prefix-format'.
13355         (org-table-formula-substitute-names): New function.
13356         (org-agenda-day-view, org-agenda-week-view): New commands.
13357         (org-agenda-toggle-week-view): Command removed.
13358         (org-tbl-menu): Split off from org-org-menu.
13359         (org-mode): Move removal of outline-mode menus to here.
13360         (org-table-formula-debug): New option.
13361         (org-table-insert-row): Keep first field if just "#" or "*".
13362         (org-mode): Paragraph regexps fixed.
13363         (org-table-recalculate-regexp): New constant.
13364         (org-table-justify-field-maybe): Avoid replace if not necessary.
13365         (org-copy-special, org-cut-special): Use `call-interactively'.
13366         (org-table-copy-region): Take region from `interactive' call.
13367         (org-trim): Return string even if no match.
13368         (org-formula): New face.
13369         (org-set-font-lock-defaults): No longer highlight "FIXME".
13370         But highlight formula-related fields in table.
13371         (org-table-p): Use regexp, not fontification.
13372         (org-table-align): Handle white space at end of line.
13373         (org-table-formula-evaluate-inline): New option.
13374         (org-mode): Auto-wrapping in comment lines turned off.
13375         (org-table-copy-down): Evaluate only in copied field, not in
13376         destination.
13377         (org-table-current-formula): Variable removed.
13378         (org-table-store-formulas, org-table-get-stored-formulas)
13379         (org-table-modify-formulas, org-table-replace-in-formulas)
13380         (org-table-maybe-eval-formula): New functions.
13381         (org-table-get-formula): Modify to use stored formulas.
13382         (org-table-insert-column, org-table-delete-column)
13383         (org-table-move-column): Call `org-table-modify-formulas'.
13384         (org-complete): Add completion for keyword formulas.
13385         (orgtbl-mode): Pull orgtbl-mode-map to start of
13386         minor-mode-map-alist.
13388 2005-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
13390         * progmodes/python.el (python-check): Require `compile' before
13391         modifying its variables.
13393         * newcomment.el (comment-indent-default): Don't get fooled by an early
13394         end of buffer.
13396 2005-06-28  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
13398         * ps-print.el (ps-print-version): Fix version number.
13400 2005-06-28  Luc Teirlinck  <teirllm@auburn.edu>
13402         * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
13404 2005-06-28  Richard M. Stallman  <rms@gnu.org>
13406         * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
13407         (flyspell-local-mouse-map): Declaration deleted.
13408         (flyspell-mouse-map): Bind only mouse-2.
13409         (flyspell-mode-map): Don't test flyspell-use-local-map.
13410         (flyspell-overlay-keymap-property-name): Var deleted.
13411         (flyspell-mode-on): Don't make local bindings for
13412         flyspell-mouse-map and flyspell-mode-map.
13413         (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
13415         * textmodes/ispell.el (ispell-word): Do not ignore short words.
13417         * progmodes/compile.el (compilation-next-error-function):
13418         Don't switch buffers; operate on the current buffer.
13420         * progmodes/compile.el (compilation-error-file-name)
13421         (compilation-warning-file-name, compilation-info-file-name)
13422         (compilation-line-number, compilation-column-number): New faces.
13423         (compilation-error-face, compilation-warning-face)
13424         (compilation-info-face, compilation-line-face)
13425         (compilation-column-face): Use them.
13427         * facemenu.el (facemenu-add-face): Warn when font-lock is active.
13429         * comint.el (comint-password-prompt-regexp): Accept ", try again".
13431         * bindings.el (global-map): Bind insertchar and its variants.
13433 2005-06-27  Richard M. Stallman  <rms@gnu.org>
13435         * textmodes/artist.el (artist-text-overwrite)
13436         (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
13438 2005-06-27  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
13440         * ps-print.el: It was not working the page selection for printing.
13441         Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
13442         (ps-print-version): New version 6.6.7.
13443         (ps-end-sheet): New fun.
13444         (ps-header-sheet, ps-end-job): Call it.
13446 2005-06-27  Luc Teirlinck  <teirllm@auburn.edu>
13448         * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
13450 2005-06-27  Lute Kamstra  <lute@gnu.org>
13452         * facemenu.el (facemenu-unlisted-faces): Add foreground and
13453         background color faces.
13454         (facemenu-get-face): Delete function.
13455         (facemenu-set-face-from-menu): Don't call facemenu-get-face.
13456         (facemenu-add-new-color): Make second argument mandatory.
13457         Create the appropriate face and return it.  Simplify.
13458         (facemenu-set-foreground, facemenu-set-background): Don't check if
13459         color is defined.  Use return value of facemenu-add-new-color.
13461 2005-06-26  Nick Roberts  <nickrob@snap.net.nz>
13463         * progmodes/gud.el (gud-filter): Add missing argument to
13464         with-selected-window.
13466 2005-06-26  Stefan Monnier  <monnier@iro.umontreal.ca>
13468         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
13469         a :require to the defcustom.
13471         * emacs-lisp/autoload.el (make-autoload): Add the :setter for
13472         defcustoms corresponding to minor modes.
13474 2005-06-26  David Ponce  <david@dponce.com>
13476         * recentf.el: Require tree-widget instead of wid-edit.
13477         (recentf-filename-handler): Fix widget :type.
13478         (recentf-cancel-dialog, recentf-open-more-files)
13479         (recentf-open-files-action): Doc fix.
13480         (recentf-dialog-goto-first): New function.
13481         (recentf-dialog-mode-map): Set parent keymap first.
13482         (recentf-dialog-mode): Define with define-derived-mode.
13483         Don't display continuation lines in dialogs.
13484         (recentf-edit-list): Rename from recentf-edit-selected-items.
13485         (recentf-edit-list-select): Rename from recentf-edit-list-action.
13486         Simplify.
13487         (recentf-edit-list-validate): New function.
13488         (recentf-edit-list): Update accordingly.
13489         (recentf-open-files-item-shift): Remove.
13490         (recentf-open-files-item): Convert menu elements into tree and
13491         link widgets.  Don't create the widgets.
13492         (recentf-open-files): Update accordingly.
13493         (recentf-save-list): Untabify.
13495 2005-06-25  Luc Teirlinck  <teirllm@auburn.edu>
13497         * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
13498         (keep-lines): Add INTERACTIVE arg.  Never delete lines only
13499         partially contained in the active region.  Do not take active
13500         region into account when called from Lisp, unless INTERACTIVE arg
13501         is non-nil.  Use `forward-line' instead of `beginning-of-line' to
13502         avoid trouble with fields.  Make marker point nowhere when no
13503         longer used.  Always return nil.  Doc fix.
13504         (flush-lines): Add INTERACTIVE arg.  Do not take active region
13505         into account when called from Lisp, unless INTERACTIVE arg is
13506         non-nil.  Use `forward-line' instead of `beginning-of-line' to
13507         avoid trouble with fields.  Make marker point nowhere when no
13508         longer used.  Always return nil.  Doc fix.
13509         (how-many): Add INTERACTIVE arg.  Make RSTART and REND args
13510         interchangeable.  Do not take active region into account when
13511         called from Lisp, unless INTERACTIVE arg is non-nil.  Do not print
13512         message in echo area when called from Lisp, unless INTERACTIVE arg
13513         is non-nil.  Avoid saying "1 occurrences".  Do not use markers.
13514         Return the number of matches.  Doc fix.
13515         (occur): Doc fix.
13516         (perform-replace): Make comment follow double space convention for
13517         the sake of `outline-minor-mode'.
13519         * faces.el (facep): Doc fix.
13521 2005-06-25  Richard M. Stallman  <rms@gnu.org>
13523         * facemenu.el (facemenu-enable-faces-p): New function.
13524         (facemenu-background-menu, facemenu-foreground-menu)
13525         (facemenu-face-menu): Add menu-enable property.
13527         * jka-compr.el (jka-compr-insert-file-contents):
13528         Special handling if cannot find the uncompression program.
13530         * cus-face.el (custom-face-attributes): Add autoload.
13532         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
13533         Bind comment-indent-function locally.
13535         * window.el (save-selected-window): Use save-current-buffer.
13537         * subr.el (with-selected-window): Use save-current-buffer.
13539         * progmodes/gud.el (gud-filter): Simplify using with-selected-window
13540         and with-current-buffer.
13542 2005-06-24  Richard M. Stallman  <rms@gnu.org>
13544         * simple.el (line-move-1): Fix previous change.
13546 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
13548         * replace.el (occur-1): Set `buffer-read-only' and the
13549         buffer-modified flag before running `occur-hook' to protect
13550         against unintentional buffer switches that can lead to data loss.
13552 2005-06-24  Nick Roberts  <nickrob@snap.net.nz>
13554         * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
13555         (gud-gdb-marker-filter): Use font-lock-warning-face for any
13556         initial error.
13558         * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
13559         after fresh input.
13560         (gdb-var-create-handler): Put name of expression in quotes.
13562 2005-06-23  Luc Teirlinck  <teirllm@auburn.edu>
13564         * emacs-lisp/ring.el (ring-elements): Make it return a list of the
13565         elements of RING in order, and without bogus nil elements.
13567 2005-06-23  Richard M. Stallman  <rms@gnu.org>
13569         * simple.el (set-variable): Args renamed; doc fix.
13570         (line-move-1): When there are overlays around, use vertical-motion.
13572         * faces.el (escape-glyph): Use brown against light background.
13573         (nobreak-space): Rename from no-break-space.
13574         Fix previous change.
13576         * dired-aux.el (dired-do-copy): Fix arg prompt.
13578         * mail/sendmail.el (mail-setup-with-from): Fix custom type.
13580 2005-06-23  Glenn Morris  <gmorris@ast.cam.ac.uk>
13582         * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
13583         rather than "Distributor".
13585 2005-06-23  Lute Kamstra  <lute@gnu.org>
13587         * emacs-lisp/debug.el (debugger-special-form-p): New defun.
13588         (debug-on-entry): Use it.  New interactive declaration that uses
13589         function-called-at-point.
13591 2005-06-23  Kim F. Storm  <storm@cua.dk>
13593         * subr.el (save-match-data): Add comment about using evaporate arg
13594         to set-match-data.
13596 2005-06-22  Glenn Morris  <gmorris@ast.cam.ac.uk>
13598         * cus-edit.el (customize-face)
13599         (customize-face-other-window): Handle face aliases.
13601         * faces.el (face-documentation, set-face-attribute)
13602         (face-spec-set): Handle face aliases.
13604 2005-06-22  Juanma Barranquero  <lekktu@gmail.com>
13606         * help-mode.el (help-make-xrefs): If a symbol representing a face
13607         name is not followed by the word "face", it could still be a
13608         function or variable name, so don't bypass other checks.
13610 2005-06-22  Juri Linkov  <juri@jurta.org>
13612         * ps-print.el (ps-face-foreground-name, ps-face-background-name):
13613         Replace aliased functions with calls where second arg `inherit' is t.
13615 2005-06-22  Nick Roberts  <nickrob@snap.net.nz>
13617         * progmodes/gdb-ui.el (gdb-error): New variable.
13618         (gdb-error): New function.
13619         (gdb-annotation-rules): Act on error-begin and error annotations.
13620         (gdb-concat-output): Use font-lock-warning-face for errors.
13622 2005-06-22  Miles Bader  <miles@gnu.org>
13624         * bindings.el (propertized-buffer-identification): Use renamed
13625         `Buffer-menu-buffer' face.
13627         * faces.el (vertical-border): Rename from `vertical-divider'.
13628         (escape-glyph): Change dark-background color back to `cyan'.
13630 2005-06-21  Juri Linkov  <juri@jurta.org>
13632         * faces.el (face-user-default-spec): Try getting `customized-face'
13633         prior to `saved-face'.
13634         (frame-background-mode): Refill docstring.
13636         * emacs-lisp/lisp-mode.el (eval-defun-1):
13637         * emacs-lisp/edebug.el (edebug-eval-defun):
13638         Set `saved-face' temporarily to nil before calling form.
13639         Set `customized-face' to the new spec after that.
13641 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
13643         * subr.el (1value, lambda, key-substitution-in-progress):
13644         Doc fixes.
13646         * autoinsert.el (auto-insert-alist):
13647         * ses.el (ses-call-printer):
13648         * subr.el (noreturn):
13649         * emacs-lisp/lisp.el (check-parens):
13650         * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
13651         * net/browse-url.el (browse-url-mosaic):
13652         * progmodes/cc-defs.el (c-safe-scan-lists):
13653         * progmodes/ebnf-abn.el (ebnf-abn-lex):
13654         * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
13655         * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
13656         * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
13657         * progmodes/ebnf-iso.el (ebnf-iso-lex):
13658         * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
13660 2005-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
13662         * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
13664 2005-06-21  Glenn Morris  <gmorris@ast.cam.ac.uk>
13666         * calendar/appt.el (appt-make-list): Activate the package, if
13667         not already active (for backwards compatibility).
13669 2005-06-20  Kim F. Storm  <storm@cua.dk>
13671         * subr.el (add-to-ordered-list): Test membership with eq.  Simplify.
13673 2005-06-20  Miles Bader  <miles@gnu.org>
13675         * faces.el (vertical-divider): New face.
13677 2005-06-20  Juanma Barranquero  <lekktu@gmail.com>
13679         * simple.el (kill-whole-line): Doc fix.
13680         (next-error-buffer-p, next-error-find-buffer)
13681         (clone-indirect-buffer): Fix typos in docstrings.
13682         (comment-line-break-function): Doc fix: don't say variable
13683         is automatically buffer-local (it isn't).
13685 2005-06-19  Michael Albinus  <michael.albinus@gmx.de>
13687         * net/tramp-ftp.el (top):
13688         * net/tramp-smb.el (top):
13689         * net/tramp-util.el (top):
13690         * net/tramp-uu.el (top):
13691         * net/tramp-vc.el (top):
13692         * net/tramp.el (top): Revert copyright years back to original
13693         ones.  Tramp has a life outside GNU Emacs.
13695 2005-06-19  Nick Roberts  <nickrob@snap.net.nz>
13697         * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
13699 2005-06-18  Juri Linkov  <juri@jurta.org>
13701         * progmodes/grep.el (grep-regexp-alist): Use backreference at the
13702         end of first regexp to limit the match to the position between
13703         line number and source line with same separator character as used
13704         between file name and line number.  In the second regexp limit
13705         mouse-face area to file name and line number by adding new group
13706         for them and referring it in HYPERLINK arg.
13707         (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
13708         (grep-mode): Set font-lock-lines-before to 0 to not refontify the
13709         previous line where grep markers may be already removed.
13711 2005-06-18  Peter Kleiweg  <p.c.j.kleiweg@rug.nl>
13713         * progmodes/ps-mode.el: Update version and maintainer's email address.
13715 2005-06-18  Steve Youngs  <steve@xemacs.org>
13717         * net/browse-url.el (browse-url-browser-function)
13718         (browse-url-default-browser): Add firefox.
13719         (browse-url-firefox-program, browse-url-firefox-arguments)
13720         (browse-url-firefox-startup-arguments)
13721         (browse-url-firefox-new-window-is-tab): New defcustoms.
13722         (browse-url-firefox, browse-url-firefox-sentinel): New functions.
13724 2005-06-17  Richard M. Stallman  <rms@gnu.org>
13726         * startup.el (command-line): Warn if specified user name has
13727         no home directory.
13729         * term.el (term-get-old-input, term-input-filter, term-input-sender)
13730         (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
13732         * longlines.el (longlines-mode, longlines-show-hard-newlines):
13733         Doc fixes.
13735         * faces.el (underline): Try bold if terminal doesn't support underline.
13737         * mail/sendmail.el (mail-setup-with-from): New variable.
13738         (mail-insert-from-field): New function.
13739         (sendmail-send-it): Call it.
13740         (mail-setup): Optionally call it here.
13742         * term/linux.el: Call tty-no-underline.
13744 2005-06-17  Luc Teirlinck  <teirllm@auburn.edu>
13746         * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
13748 2005-06-17  Miles Bader  <miles@gnu.org>
13750         * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
13751         (ediff-current-diff-C, ediff-current-diff-Ancestor)
13752         (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
13753         (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
13754         (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
13755         (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
13756         Remove "-face" suffix from face names.
13757         (ediff-current-diff-face-A, ediff-current-diff-face-B)
13758         (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
13759         (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
13760         (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
13761         (ediff-even-diff-face-A, ediff-even-diff-face-B)
13762         (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
13763         (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
13764         (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
13765         New backward-compatibility aliases for renamed faces.
13766         (ediff-current-diff-face-A, ediff-current-diff-face-B)
13767         (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
13768         (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
13769         (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
13770         (ediff-even-diff-face-A, ediff-even-diff-face-B)
13771         (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
13772         (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
13773         (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
13774         Use renamed ediff faces.
13776         * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
13777         Remove "-face" suffix from face names.
13778         (eshell-test-ok-face, eshell-test-failed-face):
13779         New backward-compatibility aliases for renamed faces.
13780         (eshell-run-test): Use renamed eshell-test faces.
13782         * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
13783         face name.
13784         (eshell-prompt-face): New backward-compatibility alias for renamed
13785         face.
13786         (eshell-emit-prompt): Use renamed eshell-prompt face.
13788         * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
13789         (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
13790         (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
13791         (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
13792         Remove "-face" suffix from face names.
13793         (eshell-ls-directory-face, eshell-ls-symlink-face)
13794         (eshell-ls-executable-face, eshell-ls-readonly-face)
13795         (eshell-ls-unreadable-face, eshell-ls-special-face)
13796         (eshell-ls-missing-face, eshell-ls-archive-face)
13797         (eshell-ls-backup-face, eshell-ls-product-face)
13798         (eshell-ls-clutter-face):
13799         New backward-compatibility aliases for renamed faces.
13800         (eshell-ls-decorated-name): Use renamed eshell-ls faces.
13802         * progmodes/cc-fonts.el (c-nonbreakable-space-face):
13803         Remove "-face" suffix from face name.
13804         (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
13805         instead of literal face.
13807 2005-06-17  Juanma Barranquero  <lekktu@gmail.com>
13809         * emacs-lisp/warnings.el (display-warning, lwarn)
13810         (warning-minimum-log-level): Doc fixes.
13811         (warning-minimum-level, warning-minimum-log-level):
13812         Add :debug to :type choices.
13814         * progmodes/ada-mode.el (ada-format-paramlist)
13815         (ada-get-indent-case, ada-check-matching-start)
13816         (ada-check-defun-name, ada-goto-matching-decl-start)
13817         (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
13818         (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
13819         (ada-make-subprogram-body): Follow error conventions.
13820         (ada-case-exception-file, ada-indent-comment-as-code)
13821         (ada-indent-handle-comment-special, ada-indent-renames)
13822         (ada-indent-return, ada-search-directories-internal)
13823         (ada-tab-policy, ada-case-exception-substring)
13824         (ada-other-file-alist, ada-matching-start-re)
13825         (ada-matching-decl-start-re, ada-contextual-menu-last-point)
13826         (ada-imenu-generic-expression, ada-compile-goto-error)
13827         (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
13828         (ada-popup-menu, ada-add-extensions, ada-mode)
13829         (ada-region-selected, ada-create-case-exception)
13830         (ada-create-case-exception-substring, ada-after-keyword-p)
13831         (ada-activate-keys-for-case, ada-adjust-case-region)
13832         (ada-adjust-case-buffer, ada-format-paramlist)
13833         (ada-scan-paramlist, ada-insert-paramlist)
13834         (ada-indent-newline-indent)
13835         (ada-indent-newline-indent-conditional)
13836         (ada-justified-indent-current, ada-goto-previous-word)
13837         (ada-indent-current, ada-get-indent-open-paren)
13838         (ada-get-indent-paramlist, ada-get-indent-end)
13839         (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
13840         (ada-get-indent-block-start, ada-get-indent-subprog)
13841         (ada-get-indent-noindent, ada-get-indent-label)
13842         (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
13843         (ada-search-prev-end-stmt, ada-goto-next-non-ws)
13844         (ada-goto-stmt-end, ada-goto-next-word)
13845         (ada-check-matching-start, ada-check-defun-name)
13846         (ada-goto-matching-decl-start, ada-goto-matching-start)
13847         (ada-goto-matching-end, ada-search-ignore-string-comment)
13848         (ada-in-decl-p, ada-looking-at-semi-or)
13849         (ada-looking-at-semi-private, ada-in-paramlist-p)
13850         (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
13851         (ada-untab-hard, ada-move-to-start, ada-move-to-end)
13852         (ada-next-procedure, ada-previous-procedure, ada-next-package)
13853         (ada-previous-package, ada-create-menu)
13854         (ada-fill-comment-paragraph-justify)
13855         (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
13856         (ada-other-file-name, ada-last-which-function-line)
13857         (ada-last-which-function-subprog, ada-which-function)
13858         (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
13859         (ada-gen-treat-proc, ada-check-emacs-version)
13860         (ada-continuation-indent, ada-align-region-separate):
13861         Fix typos in docstrings.
13862         (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
13864 2005-06-16  Lute Kamstra  <lute@gnu.org>
13866         * simple.el (fundamental-mode): Run after-change-major-mode-hook
13867         conditionally.
13869 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
13871         * comint.el (comint-replace-by-expanded-filename)
13872         (comint-prompt-regexp, comint-delimiter-argument-list)
13873         (comint-preinput-scroll-to-bottom):
13874         * info.el (Info-hide-cookies-node):
13875         * ls-lisp.el (ls-lisp-classify):
13876         * find-file.el (ff-search-directories, ff-special-constructs)
13877         (ff-find-other-file):
13878         * font-lock.el (font-lock-keywords):
13879         * shell.el (shell-prompt-pattern)
13880         (shell-dynamic-complete-functions, shell-mode)
13881         (shell-delimiter-argument-list):
13882         * term.el (term-replace-by-expanded-filename)
13883         (term-prompt-regexp, term-delimiter-argument-list):
13884         * woman.el (woman-ignore, woman0-if):
13885         * emacs-lisp/derived.el (derived-mode-init-mode-variables):
13886         * emacs-lisp/elint.el (elint-init-env):
13887         * emacs-lisp/regexp-opt.el (regexp-opt-depth):
13888         * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
13889         * language/ethio-util.el (ethio-tilde-escape)
13890         (ethio-use-three-dot-question):
13891         * net/zone-mode.el (zone-mode-load-time-setup):
13892         * progmodes/cc-align.el (c-lineup-argcont):
13893         * progmodes/cc-awk.el (c-awk-beginning-of-defun):
13894         * progmodes/cperl-mode.el (cperl-set-style-back):
13895         * progmodes/inf-lisp.el (inferior-lisp-prompt):
13896         * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
13897         Fix spellings in docstrings.
13899         * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
13900         * progmodes/modula2.el (m2-for): Fix spellings.
13902         * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
13904         * simple.el (undo-more): Don't use `format' on `error' arguments.
13905         Improve argument/docstring consistency.
13906         (pending-undo-list): Doc fix.
13908         * smerge-mode.el (smerge-ensure-match):
13909         * emulation/vip.el (vip-ex):
13910         * net/zone-mode.el (zone-mode-update-serial):
13911         * progmodes/idlwave.el (idlwave-complete):
13912         * progmodes/vhdl-mode.el (vhdl-visit-file)
13913         (vhdl-compose-wire-components):
13914         Don't use `format' on `error' arguments.
13916         * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
13917         (tooltip-use-echo-area, tooltip-process-prompt-regexp)
13918         (tooltip-help-tips): Fix typos in docstrings.
13920 2005-06-16  David Ponce  <david@dponce.com>
13922         * tree-widget.el (tree-widget-value-create): Simplify last change.
13924 2005-06-15  Matt Hodges  <MPHodges@member.fsf.org>
13926         * ido.el (ido-incomplete-regexp): New variable.
13927         (ido-set-matches-1): Handle invalid-regexp error and set
13928         ido-incomplete-regexp.
13929         (ido-incomplete-regexp): New face.
13930         (ido-completions): Use it.
13931         (ido-complete, ido-exit-minibuffer, ido-completions):
13932         Handle incomplete regexps.
13933         (ido-completions): Add check for complete match when entering a regexp.
13935 2005-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
13937         * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
13939 2005-06-15  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
13941         * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
13942         by field delimiters.
13944 2005-06-15  David Ponce  <david@dponce.com>
13946         * tree-widget.el: eval-and-compile inlined functions so they will
13947         be available at run-time too.
13948         (tree-widget-super-format-handler)
13949         (tree-widget-format-handler): Remove.
13950         (tree-widget-value-create): Handle the :indent property.
13952 2005-06-15  Miles Bader  <miles@gnu.org>
13954         * progmodes/which-func.el (which-func): Only inherit
13955         `font-lock-function-name-face' when that makes sense against the
13956         default mode-line face, otherwise set the face color explicitly.
13958         * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
13959         faces instead of (non-existent) variables.
13961 2005-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
13963         * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
13964         (iswitchb-get-matched-buffers): Likewise.  Simplify.
13966 2005-06-14  Miles Bader  <miles@gnu.org>
13968         * progmodes/ld-script.el (ld-script-location-counter):
13969         Remove "-face" suffix from face name.
13970         (ld-script-location-counter-face):
13971         New backward-compatibility alias for renamed face.
13972         (ld-script-location-counter-face): Use renamed face.
13974         * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
13975         (cperl-hash): Remove "-face" suffix from face names.
13976         (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
13977         New backward-compatibility aliases for renamed faces.
13978         (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
13979         (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
13981         * progmodes/which-func.el (which-func): Remove "-face" suffix from face
13982         name.
13983         (which-func-face): New backward-compatibility alias for renamed face.
13984         (which-func-format): Use renamed which-func face.
13986         * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
13987         (vhdl-function, vhdl-directive, vhdl-reserved-word)
13988         (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
13989         names.
13990         (vhdl-speedbar-entity, vhdl-speedbar-architecture)
13991         (vhdl-speedbar-configuration, vhdl-speedbar-package)
13992         (vhdl-speedbar-library, vhdl-speedbar-instantiation)
13993         (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
13994         (vhdl-speedbar-architecture-selected)
13995         (vhdl-speedbar-configuration-selected)
13996         (vhdl-speedbar-package-selected)
13997         (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
13998         names.
13999         (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
14000         Use renamed faces.
14001         (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
14002         (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
14003         (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
14004         Use renamed faces.
14005         (syntax-alist): Don't use "font-lock-" or "-face" in generated face
14006         names.
14007         (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
14008         (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
14009         (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
14010         (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
14011         (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
14012         (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
14014         * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
14015         face name.
14016         (sh-heredoc-face): New backward-compatibility alias for renamed face.
14017         (sh-heredoc-face): Use renamed sh-heredoc face.
14019         * progmodes/idlw-help.el (idlwave-help-link):
14020         Remove "-face" suffix from face name.
14021         (idlwave-help-link-face):
14022         New backward-compatibility alias for renamed face.
14023         (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
14025         * progmodes/idlw-shell.el (idlwave-shell-bp-face)
14026         (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
14027         (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
14028         New backward-compatibility aliases for renamed faces.
14029         (idlwave-shell-disabled-breakpoint-face)
14030         (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
14032         * progmodes/flymake.el (flymake-errline, flymake-warnline):
14033         Remove "-face" suffix from face names.
14034         (flymake-errline-face, flymake-warnline-face):
14035         New backward-compatibility aliases for renamed faces.
14036         (flymake-highlight-line): Use renamed flymake faces.
14038         * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
14039         (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
14040         (ebrowse-member-class, ebrowse-progress):
14041         Remove "-face" suffix from face names.
14042         (ebrowse-tree-mark-face, ebrowse-root-class-face)
14043         (ebrowse-file-name-face, ebrowse-default-face)
14044         (ebrowse-member-attribute-face, ebrowse-member-class-face)
14045         (ebrowse-progress-face):
14046         New backward-compatibility aliases for renamed faces.
14047         (ebrowse-show-progress, ebrowse-show-file-name-at-point)
14048         (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
14049         (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
14050         (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
14052         * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
14053         antlr-syntax)
14054         (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
14055         (antlr-literal): Remove "-face" suffix and "font-lock-" from face
14056         names.
14057         (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
14058         (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
14059         (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
14060         (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
14061         backward-compatibility aliases for renamed faces.
14062         (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
14063         (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
14064         (antlr-tokenref-face, antlr-literal-face): Variables renamed to
14065         remove "font-lock-".  Use renamed antlr-mode faces.
14066         (antlr-font-lock-additional-keywords): Use renamed faces.  Replace
14067         literal face-names with face variable references.
14069         * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
14070         face name.
14071         (Buffer-menu-buffer-face): New backward-compatibility alias for
14072         renamed face.
14073         (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
14075 2005-06-15  Daniel Pfeiffer  <occitan@esperanto.org>
14077         * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
14078         Eliminate "-face" suffix.
14079         (makefile-targets): Inherit from font-lock-function-name-face and
14080         eliminate "-face" suffix.
14081         (makefile-shell): Remove attributes and eliminate "-face" suffix.
14082         (makefile-*-font-lock-keywords): Append makefile-targets in rule
14083         actions, instead of prepending, to make it less visible.
14084         (makefile-previous-dependency, makefile-match-dependency):
14085         Don't match a target on a continuation line.
14087         * files.el (auto-mode-alist): Put Makefile in gmake mode.
14089 2005-06-15  Nick Roberts  <nickrob@snap.net.nz>
14091         * progmodes/gdb-ui.el (menu): Re-order menu items.
14092         (gdb-tooltip-print): Respect tooltip-use-echo-area.
14094         * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
14095         Define in tooltip.el.
14096         (gud-tooltip-process-output): Respect tooltip-use-echo-area.
14097         (gud-tooltip-tips): Respect tooltip-use-echo-area and
14098         gud-tooltip-echo-area.
14100         * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
14101         backward compatibility and make obsolete.
14102         (tooltip-help-tips): Use tooltip-use-echo-area.
14103         (tooltip-show-help-function): Rename to...
14104         (tooltip-show-help): ...this, because it is a function.
14105         (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
14107 2005-06-14  Luc Teirlinck  <teirllm@auburn.edu>
14109         * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
14110         (edebug-print-length, edebug-print-level, edebug-print-circle)
14111         (edebug-modify-breakpoint, edebug-eval-last-sexp)
14112         (edebug-eval-print-last-sexp): Doc fixes.
14114 2005-06-14  Kim F. Storm  <storm@cua.dk>
14116         * ido.el (ido-mode): Make a new keymap every time we enable ido,
14117         as the coverage buffer/file/both may change.
14119 2005-06-14  Lute Kamstra  <lute@gnu.org>
14121         * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
14122         and run-mode-hooks.  Simplify.
14124         * mail/rmailedit.el (rmail-edit-mode):
14125         * progmodes/octave-inf.el (inferior-octave-mode):
14126         * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
14128         * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
14129         and run-mode-hooks.
14130         (recentf-edit-list, recentf-open-files): Don't call
14131         kill-all-local-variables directly.
14133         * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
14135 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
14137         * emacs-lisp/byte-run.el (make-obsolete)
14138         (define-obsolete-function-alias): Rename arguments FUNCTION and
14139         NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
14140         (make-obsolete-variable, define-obsolete-variable-alias):
14141         Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
14142         respectively.
14144         * isearchb.el (isearchb-activate):
14145         * pcvs.el (cvs-mode):
14146         * ses.el (ses-load):
14147         * vc-arch.el (vc-arch-checkin, vc-arch-diff):
14148         * net/tramp.el (tramp-find-file-exists-command)
14149         (tramp-find-shell):
14150         * progmodes/ada-mode.el (ada-create-case-exception)
14151         (ada-create-case-exception-substring, ada-make-subprogram-body):
14152         * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
14153         * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
14154         * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
14155         * textmodes/org.el (org-promote, org-evaluate-time-range)
14156         (org-agenda-next-date-line, org-agenda-previous-date-line)
14157         (org-agenda-error, org-open-at-point, org-table-move-row)
14158         (org-format-table-table-html-using-table-generate-source)
14159         (org-shiftcursor-error, org-ctrl-c-ctrl-c):
14160         * textmodes/reftex.el (reftex-access-scan-info):
14161         * textmodes/reftex-toc.el (reftex-toc-dframe-p)
14162         (reftex-toc-promote-prepare): Follow error conventions.
14164         * diff-mode.el (diff-mode): Fix typo in docstring.
14166         * forms.el (forms--intuit-from-file): Fix reference to
14167         `forms-number-of-fields' in error message.
14168         (forms-print): Fix quoting in error message.
14170         * forms.el (forms-mode):
14171         * emulation/vi.el (vi-goto-insert-state):
14172         * progmodes/flymake.el (flymake-new-err-info)
14173         (flymake-start-syntax-check-for-current-buffer)
14174         (flymake-simple-cleanup):
14175         * eshell/esh-var.el (eshell/export):
14176         * progmodes/gud.el (xdb):
14177         * textmodes/flyspell.el (flyspell-incorrect-hook)
14178         (flyspell-maybe-correct-transposition)
14179         (flyspell-maybe-correct-doubling): Fix quoting in docstring.
14181 2005-06-13  Luc Teirlinck  <teirllm@auburn.edu>
14183         * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
14184         minibuffer prompt.
14186 2005-06-13  Kim F. Storm  <storm@cua.dk>
14188         * subr.el (add-to-ordered-list): New defun.
14190         * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
14191         add cua--keymap-alist to emulation-mode-map-alists.
14193 2005-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
14195         * subr.el (complete-in-turn): New macro.
14196         (dynamic-completion-table, lazy-completion-table): Add debug info.
14198         * faces.el (read-face-name): Use complete-in-turn complete non-aliases
14199         in preference to face aliases.
14201         * textmodes/fill.el (fill-match-adaptive-prefix): New function.
14202         (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
14203         Remove unused vars `start' and `firstline'.
14204         (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
14205         (justify-current-line, fill-individual-paragraphs): Remove unused vars.
14207 2005-06-13  Eli Zaretskii  <eliz@gnu.org>
14209         * cus-start.el (all): Don't complain about missing GTK-related
14210         variables, unless either `gtk' is boundp or this isn't a
14211         `windows-nt' build.
14213 2005-06-13  Lute Kamstra  <lute@gnu.org>
14215         * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
14216         run-mode-hooks.
14218         * ediff-mult.el (ediff-meta-mode):
14219         * ediff-util.el (ediff-mode): Use run-mode-hooks.
14221         * ledit.el (ledit-mode): Use delay-mode-hooks.
14223         * woman.el (woman-mode-line-format): Delete constant.
14224         (woman-mode-map): Initialize it properly.
14225         (woman-mode): Set mode-class property to special.
14226         Use delay-mode-hooks and run-mode-hooks.  Use the right keymap.
14227         Set major-mode and mode-name.  Don't set mode-line-format directly.
14228         (Man-getpage-in-background): Don't reference woman-mode-line-format.
14230         * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
14231         string argument obsolete.
14233 2005-06-13  Carsten Dominik  <dominik@science.uva.nl>
14235         * textmodes/org.el (org-CUA-compatible): New option.
14236         (org-disputed-keys): New variable.
14237         (org-key): New function.
14238         (orgtbl-make-binding): Add docstring to the created function.
14239         (org-mode): Set paragraph start/separate regexps.
14240         (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
14241         (org-archive-location, org-archive-mark-done)
14242         (org-archive-stamp-time): New options.
14243         (org-archive-subtree): New command.
14244         (org-fill-paragraph): New function.
14245         (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
14246         (org-fake-empty-table-line): Function removed.
14247         (org-format-org-table-html): Do not create empty table lines at
14248         separator lines.  Improved table header treatment.
14249         (org-link-format): New option.
14250         (org-make-link): New function.
14251         (org-insert-link, org-store-link): Use org-make-link.
14252         (org-open-file): Quote file name for shell command, to allow
14253         spaces in file names.
14254         (org-link-regexp): Fix bug with mailto link.
14255         (org-link-maybe-angles-regexp, org-protected-link-regexp):
14256         New constants.
14257         (org-export-as-html): Deal with the optional angles around a link.
14258         Better treatment of file: links.
14259         (org-open-at-point): Replace @{ and @} with < and >.
14260         (org-run-mode-hooks): Function removed.
14261         (org-agenda-mode): No longer use `org-run-mode-hooks'.
14263 2005-06-13  Nick Roberts  <nickrob@snap.net.nz>
14265         * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
14266         MI command -data-list-register-values.
14267         (gdb-post-prompt): Indent properly.
14269 2005-06-13  Juanma Barranquero  <lekktu@gmail.com>
14271         * hilit-chg.el (highlight-changes-colors): Rename from
14272         `highlight-changes-colours'.
14273         (highlight-changes-colours): Keep as obsolete alias.
14274         (highlight-changes-face-list): Doc fix.
14275         (hilit-chg-make-list): Use `highlight-changes-colors'.
14277 2005-06-12  Mark A. Hershberger  <mah@everybody.org>
14279         * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
14280         defun-prompt-regexp.
14282 2005-06-12  Eli Zaretskii  <eliz@gnu.org>
14284         * loadup.el: Don't say we are dumping under 2 names on windows-nt
14285         and cygwin.
14287         * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
14288         Don't use an old loaddefs.el, as in Makefile.in.
14290 2005-06-12  Lute Kamstra  <lute@gnu.org>
14292         * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
14294         * man.el (Man-mode-map): Initialize it properly.
14295         (Man-mode): Set mode-class property to special.
14297         * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
14299 2005-06-11  Luc Teirlinck  <teirllm@auburn.edu>
14301         * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
14302         A newline is needed in the docstring there.
14304         * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
14305         Doc fixes.
14307 2005-06-11  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
14309         * printing.el: Doc fix.  The menubar is no more changed when printing
14310         is loaded, it only changes when pr-menu-bind or pr-update-menus is
14311         called.  Now, the menubar changing will work in Emacs 20, 21 and 22.
14312         (pr-version): New version number (6.8.4).
14313         (pr-menu-bind): New command.
14314         (pr-update-menus): Docstring and code fix.
14315         (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
14316         Docstring fix.
14317         (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
14318         (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
14320 2005-06-11  Thien-Thi Nguyen  <ttn@gnu.org>
14322         * emacs-lisp/ewoc.el: Doc fixes for public funcs:
14323         "Returns" to "return", document useful return values, etc.
14325 2005-06-11  Alan Mackenzie  <acm@muc.de>
14327         * fill.el (fill-context-prefix): Try `adaptive-fill-function'
14328         BEFORE `adaptive-fill-regexp' when determining a fill prefix.
14329         (adaptive-file-function): Minor amendment to doc-string.
14331 2005-06-11  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
14333         * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
14334         (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
14335         Fix :type--it is `integer', not `string'.
14337         * faces.el (modeline-highlight): Rename from (the erroneous)
14338         `modeline-higilight'.
14340 2005-06-11  Lute Kamstra  <lute@gnu.org>
14342         * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
14343         lisp-interaction-mode-map but make it the parent.
14344         (edebug-eval-mode): Use define-derived-mode.
14346 2005-06-11  Andreas Schwab  <schwab@suse.de>
14348         * bindings.el: Add binding of `ESC functionkey' for every
14349         `M-functionkey'.
14350         * hexl.el (hexl-mode-map): Likewise.
14352 2005-06-10  Michael Hotchin  <michael@hotchin.net>  (tiny change)
14354         * progmodes/compile.el (compilation-error-regexp-alist-alist)
14355         [msft]: update regexp for newer msft compilers.
14357 2005-06-10  Mark A. Hershberger  <mah@everybody.org>
14359         * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
14360         ATTLIST portions of included DTDs.
14361         (xml-parse-dtd): Eliminate use of inefficient match-data.
14363 2005-06-10  Miles Bader  <miles@gnu.org>
14365         * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
14366         (mpuz-text): Remove "-face" suffix from face names.
14367         (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
14368         (mpuz-text-face): New backward-compatibility aliases for renamed faces.
14369         (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
14371         * play/gomoku.el (gomoku-O, gomoku-X):
14372         Remove "-face" suffix from face names.
14373         (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
14374         New backward-compatibility aliases for renamed faces.
14375         (gomoku-font-lock-keywords): Use renamed gomoku faces.
14377 2005-06-10  Juanma Barranquero  <lekktu@gmail.com>
14379         * thumbs.el: Fixes for changes of 2005-06-09.
14380         (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
14381         as a directory.
14382         (thumbs-thumbname): Remove directory separator from format string;
14383         `thumbs-thumbsdir' now returns a valid directory name.
14384         (thumbs-temp-dir): New defsubst.
14385         (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
14386         Use it.
14388         * cus-edit.el (minibuffer):
14389         * files.el (make-backup-file-name-function):
14390         * filesets.el (filesets-external-viewers):
14391         * hilit-chg.el (highlight-changes-colours)
14392         (highlight-changes-face-list, highlight-changes-rotate-faces):
14393         * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
14394         * kmacro.el (kmacro-call-macro):
14395         * log-edit.el (log-edit-changelog-full-paragraphs):
14396         * mouse.el (mouse-1-click-follows-link):
14397         * skeleton.el (skeleton-autowrap):
14398         * subr.el (insert-for-yank-1):
14399         * tempo.el (tempo-insert-region):
14400         * terminal.el (terminal-emulator):
14401         * time.el (display-time-mail-face):
14402         * vc.el (vc-annotate):
14403         * vcursor.el (vcursor-copy-line):
14404         * woman.el (woman-bold-headings, woman-ignore)
14405         (woman-default-faces, woman-monochrome-faces):
14406         * calendar/todo-mode.el (todo-insert-threshold):
14407         * emulation/pc-select.el (pc-select-selection-keys-only)
14408         (pc-selection-mode):
14409         * emulation/vip.el (vip-find-char-forward):
14410         * emulation/viper-cmd.el (viper-find-char-forward):
14411         * international/mule-cmds.el
14412         (select-safe-coding-system-accept-default-p)
14413         (input-method-exit-on-invalid-key):
14414         * international/mule-diag.el (describe-coding-system):
14415         * international/ucs-tables.el (unify-8859-on-encoding-mode):
14416         * net/browse-url.el (browse-url-xterm-program):
14417         * obsolete/lazy-lock.el (lazy-lock-mode):
14418         * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
14419         (cperl-mode):
14420         * progmodes/cpp.el (cpp-face-light-name-list)
14421         (cpp-face-dark-name-list):
14422         * progmodes/delphi.el (delphi-newline-always-indents):
14423         Fix spellings in docstrings.
14425         * ido.el (ido-mode, ido-file-extensions-order)
14426         (ido-default-file-method, ido-default-buffer-method)
14427         (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
14428         (ido-decorations, ido-read-file-name-as-directory-commands)
14429         (ido-read-file-name-non-ido, ido-work-directory-list)
14430         (ido-ignore-item-temp-list, ido-current-directory)
14431         (ido-magic-forward-char, ido-enter-find-file)
14432         (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
14433         (ido-find-file, ido-read-buffer): Fix typos in docstrings.
14435 2005-06-10  Lute Kamstra  <lute@gnu.org>
14437         * play/dunnet.el (dun-mode): Use define-derived-mode.
14438         (dungeon-mode-map): Rename to dun-mode-map.  Keep old name as an
14439         obsolete alias.
14441         * play/doctor.el (doctor-mode-map): Remove defvar.
14442         (doctor-mode): Use define-derived-mode.
14444         * mail/mspools.el (mspools-mode):
14445         * net/eudc-hotlist.el (eudc-hotlist-mode):
14446         * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
14448 2005-06-10  Miles Bader  <miles@gnu.org>
14450         * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
14451         Remove "-face" suffix from face names.
14452         (flyspell-incorrect-face, flyspell-duplicate-face):
14453         New backward-compatibility aliases for renamed faces.
14454         (flyspell-mode-on, make-flyspell-overlay)
14455         (flyspell-highlight-incorrect-region)
14456         (flyspell-highlight-duplicate-region)
14457         (flyspell-display-next-corrections)
14458         (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
14460         * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
14461         from face name.
14462         (texinfo-heading-face): New backward-compatibility alias for
14463         renamed face.
14464         (texinfo-heading-face): Use renamed texinfo-heading face.
14466         * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
14467         suffix from face names.
14468         (tex-math-face, tex-verbatim-face):
14469         New backward-compatibility aliases for renamed faces.
14470         (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
14471         (tex-insert-quote): Use `tex-verbatim-face' variable instead of
14472         literal face name.
14474         * textmodes/table.el (table-cell): Remove "-face" suffix from face
14475         name.
14476         (table-cell-face): New backward-compatibility alias for renamed face.
14477         (table--put-cell-face-property, table--update-cell-face):
14478         Use renamed table-cell face.
14480         * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
14481         from face name.
14482         (sgml-namespace-face): New backward-compatibility alias for
14483         renamed face.
14484         (sgml-namespace-face): Use renamed sgml-namespace face.
14486         * textmodes/org.el (org-level-1, org-level-2, org-level-3)
14487         (org-level-4, org-level-5, org-level-6, org-level-7)
14488         (org-level-8, org-warning, org-headline-done)
14489         (org-deadline-announce, org-scheduled-today)
14490         (org-scheduled-previously, org-link, org-done, org-table)
14491         (org-time-grid): Remove "-face" suffix from face names.
14492         (org-level-1-face, org-level-2-face, org-level-3-face)
14493         (org-level-4-face, org-level-5-face, org-level-6-face)
14494         (org-level-7-face, org-level-8-face, org-warning-face)
14495         (org-headline-done-face, org-deadline-announce-face)
14496         (org-scheduled-today-face, org-scheduled-previously-face)
14497         (org-link-face, org-done-face, org-table-face)
14498         (org-time-grid-face):
14499         New backward-compatibility aliases for renamed faces.
14500         (org-level-faces, org-set-font-lock-defaults, org-timeline)
14501         (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
14502         (org-agenda-get-timestamps, org-agenda-get-scheduled)
14503         (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
14505         * emulation/viper-init.el (viper-search, viper-replace-overlay)
14506         (viper-minibuffer-emacs, viper-minibuffer-insert)
14507         (viper-minibuffer-vi): Remove "-face" suffix from face names.
14508         (viper-search-face, viper-replace-overlay-face)
14509         (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
14510         (viper-minibuffer-vi-face):
14511         New backward-compatibility aliases for renamed faces.
14512         (viper-search-face, viper-replace-overlay-face)
14513         (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
14514         (viper-minibuffer-vi-face): Use renamed viper faces.
14516         * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
14517         Remove "-face" suffix from face names.
14518         (testcover-nohits-face, testcover-1value-face):
14519         New backward-compatibility aliases for renamed faces.
14520         (testcover-mark): Use renamed testcover faces.
14522         * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
14523         face name.
14524         (diary-button-face): New backward-compatibility alias for renamed face.
14525         (diary-entry): Use renamed diary-button face.
14527         * calendar/calendar.el (diary, calendar-today, holiday)
14528         (mark-visible-calendar-date): Remove "-face" suffix from face names.
14529         (diary-face, calendar-today-face, holiday-face):
14530         New backward-compatibility aliases for renamed faces.
14531         (eval-after-load "facemenu", diary-entry-marker)
14532         (calendar-today-marker, calendar-holiday-marker, diary-face):
14533         Use renamed calendar faces.
14535         * compare-w.el (compare-windows): Remove "-face" suffix from face name.
14536         (compare-windows-face): New backward-compatibility alias for
14537         renamed face.
14538         (compare-windows-highlight): Use renamed compare-windows face.
14540         * strokes.el (strokes-char): Remove "-face" suffix from face name.
14541         (strokes-char-face): New backward-compatibility alias for renamed face.
14542         (strokes-encode-buffer): Use renamed strokes-char face.
14544         * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
14545         (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
14546         Remove "-face" suffix from face names.
14547         (cvs-header-face, cvs-filename-face, cvs-unknown-face)
14548         (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
14549         (cvs-msg-face): New backward-compatibility aliases for renamed faces.
14550         (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
14551         Use renamed pcvs faces.
14552         * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
14553         * pcvs-defs.el (cvs-mode-map): Likewise.
14554         * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
14556         * info.el (info-title-1, info-title-2, info-title-3)
14557         (info-title-4): Remove "-face" suffix from and downcase face names.
14558         (Info-title-1-face, Info-title-2-face, Info-title-3-face)
14559         (Info-title-4-face):
14560         New backward-compatibility aliases for renamed faces.
14561         (Info-fontify-node): Use renamed info faces.
14563         * hilit-chg.el (highlight-changes, highlight-changes-delete):
14564         Remove "-face" suffix from face names.
14565         (highlight-changes-face, highlight-changes-delete-face):
14566         New backward-compatibility aliases for renamed faces.
14567         (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
14568         (hilit-chg-make-list): Use renamed highlight-changes faces.
14570         * generic-x.el (show-tabs-tab, show-tabs-space):
14571         Remove "-face" suffix from face names.
14572         (show-tabs-tab-face, show-tabs-space-face):
14573         New backward-compatibility aliases for renamed faces.
14574         (show-tabs-generic-mode-font-lock-defaults-1)
14575         (show-tabs-generic-mode-font-lock-defaults-2):
14576         Use renamed show-tabs faces.
14578         * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
14579         (smerge-markers): Remove "-face" suffix from face names.
14580         (smerge-mine-face, smerge-other-face, smerge-base-face)
14581         (smerge-markers-face):
14582         New backward-compatibility aliases for renamed faces.
14583         (smerge-mine-face, smerge-other-face, smerge-base-face)
14584         (smerge-markers-face): Use renamed smerge faces.
14586         * log-view.el (log-view-file, log-view-message): Remove "-face"
14587         suffix from face names.
14588         (log-view-file-face, log-view-message-face):
14589         New backward-compatibility aliases for renamed faces.
14590         (log-view-file-face, log-view-message-face): Use renamed log-view
14591         faces.
14593         * paren.el (show-paren-match, show-paren-mismatch):
14594         Remove "-face" suffix from face names.
14595         (show-paren-match-face, show-paren-mismatch-face):
14596         New backward-compatibility aliases for renamed faces.
14597         (show-paren-function): Use renamed show-paren faces.
14599         * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
14600         (ruler-mode-margins, ruler-mode-fringes)
14601         (ruler-mode-column-number, ruler-mode-fill-column)
14602         (ruler-mode-comment-column, ruler-mode-goal-column)
14603         (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
14604         suffix from face names.
14605         (ruler-mode-default-face, ruler-mode-pad-face)
14606         (ruler-mode-margins-face, ruler-mode-fringes-face)
14607         (ruler-mode-column-number-face, ruler-mode-fill-column-face)
14608         (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
14609         (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
14610         New backward-compatibility aliases for renamed faces.
14611         (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
14612         (ruler-mode-column-number, ruler-mode-fill-column)
14613         (ruler-mode-comment-column, ruler-mode-goal-column)
14614         (ruler-mode-tab-stop, ruler-mode-current-column)
14615         (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
14616         faces.
14618         * whitespace.el (whitespace-highlight): Remove "-face" suffix from
14619         face name.
14620         (whitespace-highlight-the-space): Use renamed face.
14621         (whitespace-highlight-face): New backward-compatibility alias for
14622         renamed face.
14624         * woman.el (woman-italic, woman-bold, woman-unknown)
14625         (woman-addition, woman-symbol-face):
14626         Remove "-face" suffix from face names.
14627         (woman-italic-face, woman-bold-face, woman-unknown-face)
14628         (woman-addition-face):
14629         New backward-compatibility aliases for renamed faces.
14630         (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
14631         (woman-decode-region, woman-replace-match)
14632         (woman-display-extended-fonts, woman-special-characters)
14633         (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
14634         Use renamed woman faces.
14636         * longlines.el (longlines-visible-face): Face removed.
14638         * diff-mode.el (diff-header, diff-file-header, diff-index)
14639         (diff-hunk-header, diff-removed, diff-added, diff-changed)
14640         (diff-function, diff-context, diff-nonexistent): Remove "-face"
14641         suffix from face names.
14642         (diff-header-face, diff-file-header-face, diff-index-face)
14643         (diff-hunk-header-face, diff-removed-face, diff-added-face)
14644         (diff-changed-face, diff-function-face, diff-context-face)
14645         (diff-nonexistent-face): New backward-compatibility aliases for
14646         renamed faces.
14647         (diff-header-face, diff-file-header-face)
14648         (diff-index, diff-index-face, diff-hunk-header)
14649         (diff-hunk-header-face, diff-removed, diff-removed-face)
14650         (diff-added, diff-added-face, diff-changed-face, diff-function)
14651         (diff-function-face, diff-context-face, diff-nonexistent)
14652         (diff-nonexistent-face): Use renamed diff-mode faces.
14654         * progmodes/compile.el (compilation-warning-face)
14655         (compilation-info-face): Remove "-face" suffix from face names.
14656         (compilation-warning-face, compilation-info-face):
14657         New backward-compatibility aliases for renamed faces.
14658         (compilation-warning-face, compilation-info-face):
14659         Use renamed compilation faces.
14661         * add-log.el (change-log-date, change-log-name)
14662         (change-log-email, change-log-file, change-log-list)
14663         (change-log-conditionals, change-log-function)
14664         (change-log-acknowledgement): Remove "-face" suffix from face names.
14665         (change-log-date-face, change-log-name-face)
14666         (change-log-email-face, change-log-file-face)
14667         (change-log-list-face, change-log-conditionals-face)
14668         (change-log-function-face, change-log-acknowledgement-face):
14669         New backward-compatibility aliases for renamed faces.
14670         (change-log-font-lock-keywords): Use renamed change-log faces.
14672         * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
14673         (custom-set, custom-changed, custom-saved, custom-button)
14674         (custom-button-pressed, custom-documentation, custom-state)
14675         (custom-comment, custom-comment-tag, custom-variable-tag)
14676         (custom-variable-button, custom-face-tag, custom-group-tag-1)
14677         (custom-group-tag): Remove "-face" suffix from face names.
14678         (custom-magic-alist, custom-magic-value-create)
14679         (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
14680         (custom-invalid-face, custom-rogue-face, custom-modified-face)
14681         (custom-set-face, custom-changed-face, custom-saved-face)
14682         (custom-button-face, custom-button-pressed-face)
14683         (custom-documentation-face, custom-state-face)
14684         (custom-comment-face, custom-comment-tag-face)
14685         (custom-variable-tag-face, custom-variable-button-face)
14686         (custom-face-tag-face, custom-group-tag-face-1)
14687         (custom-group-tag-face):
14688         New backward-compatibility aliases for renamed faces.
14690         * wid-edit.el (widget-documentation, widget-button)
14691         (widget-field, widget-single-line-field, widget-inactive)
14692         (widget-button-pressed): "-face" suffix removed from face names.
14693         (widget-documentation-face, widget-button-face)
14694         (widget-field-face, widget-single-line-field-face)
14695         (widget-inactive-face, widget-button-pressed-face):
14696         New backward-compatibility aliases for renamed faces.
14697         (widget-documentation-face, widget-button-face)
14698         (widget-button-pressed-face, widget-specify-field)
14699         (widget-specify-inactive): Use renamed widget faces.
14701 2005-06-10  Kenichi Handa  <handa@m17n.org>
14703         * term/x-win.el (x-clipboard-yank): Remove condition-case
14704         wrapping.
14706 2005-06-11  Kenichi Handa  <handa@m17n.org>
14708         * add-log.el (change-log-font-lock-keywords): Make the regexp for
14709         date lines stricter.
14711 2005-06-10  Zhang Wei  <id.brep@gmail.com>  (tiny change)
14713         * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
14714         of x-get-selection.
14716 2005-06-10  Juanma Barranquero  <lekktu@gmail.com>
14718         * comint.el (comint-mode, comint-snapshot-last-prompt):
14719         * frame.el (frame-current-scroll-bars):
14720         * term.el (term-mode, term-check-proc, term-input-sender)
14721         (term-simple-send, term-extract-string, term-word)
14722         (term-match-partial-filename):
14723         * window.el (window-current-scroll-bars):
14724         * emulation/cua-base.el (cua-normal-cursor-color)
14725         (cua-read-only-cursor-color, cua-overwrite-cursor-color)
14726         (cua-global-mark-cursor-color):
14727         * mail/undigest.el (rmail-forward-separator-regex):
14728         Fix typos in docstrings.
14730         * comint.el (comint-check-proc, make-comint-in-buffer)
14731         (comint-source-default): Doc fixes.
14733         * term.el (term-send-string): Improve argument/docstring consistency.
14735 2005-06-09  Luc Teirlinck  <teirllm@auburn.edu>
14737         * comint.el (comint-send-input): Bind `inhibit-read-only' around
14738         call to `delete-region'.
14739         (comint-mode-hook): Do not enable Font Lock by default.
14741 2005-06-09  Lute Kamstra  <lute@gnu.org>
14743         * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
14744         could be void.
14746 2005-06-09  Stefan Monnier  <monnier@iro.umontreal.ca>
14748         * emacs-lisp/debug.el (debugger-will-be-back): New var.
14749         (debug): Use it.
14750         (debugger-step-through, debugger-continue, debugger-jump)
14751         (debugger-return-value): Set it when needed.
14752         (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
14753         Use inhibit-read-only.
14755 2005-06-09  Juanma Barranquero  <lekktu@gmail.com>
14757         * window.el (shrink-window-if-larger-than-buffer)
14758         (window-size-fixed): Fix typo in docstring.
14760         * thumbs.el: Don't set `auto-image-file-mode'.  Do not create the
14761         thumbnails directory on loading.
14762         (thumbs-conversion-program): Use `eq' to check the system type,
14763         not `equal'.
14764         (thumbs-temp-dir): Initialize to `temporary-file-directory',
14765         not "/tmp".  Fix docstring.
14766         (thumbs-thumbsdir): New function to return the thumbnails
14767         directory, creating it if needed.
14768         (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
14769         (thumbs-temp-file): Delete variable and make it into a function.
14770         (thumbs-resize-image, thumbs-modify-image): Use it.
14771         (thumbs-kill-buffer): Simplify.
14772         (thumbs-gensym): Defalias or duplicate CL `gensym'.
14773         (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
14774         docstrings.
14776 2005-06-09  Kim F. Storm  <storm@cua.dk>
14778         * subr.el (save-match-data): Add RESEAT arg `evaporate' to
14779         set-match-data to free markers in match-data.
14781         * replace.el (replace-match-data): Pass RESEAT arg `t' to
14782         match-data to unchain markers in match-data.
14784 2005-06-08  Stefan Monnier  <monnier@iro.umontreal.ca>
14786         * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
14787         the debugger immediately anyway.  Undo the 2005-06-06 change, rendered
14788         unnecessary now.
14790 2005-06-08  Richard M. Stallman  <rms@gnu.org>
14792         * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
14793         give the variable a doc string that doesn't say don't set it directly.
14795         * textmodes/ispell.el (ispell-check-version):
14796         Use match-string-no-properties.
14797         (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
14798         (ispell-buffer-local-words): Likewise.
14800         * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
14801         except on terminals with enough colors to really display it.
14802         (makefile-dependency-regex): Delete spurious `bb'.
14804         * faces.el (escape-glyph): Use blue once again in last case.
14805         (no-break-space): Redefine so that it isn't invisible on a tty.
14807 2005-06-08  Kim F. Storm  <storm@cua.dk>
14809         * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
14810         also when reading directory name.
14812 2005-06-08  Lute Kamstra  <lute@gnu.org>
14814         * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
14815         (flyspell-mode-line-string): Remove autoload cookie.
14816         (flyspell-mode): Remove defvar.
14818 2005-06-07  Lute Kamstra  <lute@gnu.org>
14820         * textmodes/org.el (org-run-mode-hooks): New function.
14821         (org-agenda-mode): Use it.
14823 2005-06-07  David McCabe  <davemccabe@gmail.com>  (tiny change)
14825         * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
14827 2005-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
14829         * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
14831 2005-06-06  Luc Teirlinck  <teirllm@auburn.edu>
14833         * font-lock.el (font-lock-add-keywords): Doc fix.
14835 2005-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
14837         * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
14838         (tex-compile-default): In the absence of any history, use the order in
14839         tex-compile-alist to choose the preferred command.
14840         (tex-compile-commands): Reorder a bit.
14842         * textmodes/flyspell.el (flyspell-auto-correct-binding)
14843         (flyspell-incorrect-face, flyspell-duplicate-face):
14844         Use (X)Emacs-agnostic code.
14845         (flyspell-mode-map): Don't overwrite at each load.  Remove code
14846         redundant with the subsequent add-minor-mode.  Merge Emacs and
14847         XEmacs code.
14848         (flyspell-word): Minor simplification.
14849         (flyspell-math-tex-command-p): Quieten the byte-compiler.
14850         (flyspell-external-point-words): Remove unused vars `size' and `start'.
14851         (flyspell-do-correct): Rename from flyspell-xemacs-correct.
14852         Merge the corresponding Emacs code.
14853         (flyspell-correct-word, flyspell-xemacs-popup):
14854         Use flyspell-do-correct.
14856         * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
14857         a dedicated window.
14859         * international/latexenc.el (latexenc-find-file-coding-system):
14860         Undo part of last patch, to turn off a compiler warning.
14862 2005-06-06  Juri Linkov  <juri@jurta.org>
14864         * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
14865         Rename `tmm-inactive-face' to `tmm-inactive'.
14867 2005-06-06  Matt Hodges  <MPHodges@member.fsf.org>
14869         * iswitchb.el: Rename faces.
14871 2005-06-06  Kim F. Storm  <storm@cua.dk>
14873         * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
14874         (cua-global-mark): Remove -face suffix from face names.
14876         * emulation/cua-gmrk.el (cua--init-global-mark):
14877         Remove cua-global-mark face setup.
14879 2005-06-06  Richard M. Stallman  <rms@gnu.org>
14881         * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
14882         just like other allowed characters.
14883         (makefile-match-dependency): Exclude leading and training whitespace
14884         from the range of regexp subexp 1.
14885         (makefile-macroassign-regex): Don't try to match the body,
14886         just the name of the macro being defined.
14888         * info.el (Info-read-node-name-2): New function.
14889         (Info-read-node-name-1): Use that.
14890         Add a completion-base-size-function property.
14892         * simple.el (completion-setup-function): Look for
14893         completion-base-size-function property of minibuffer-completion-table.
14895         * files.el (locate-file-completion): Doc fix.
14897         * printing.el: Don't call pr-update-menus; user must do that.
14899         * emacs-lisp/debug.el (debugger-window): New variable.
14900         (debug): Use debugger-window if it is set and still alive.
14901         Record debugger-window for next entry.
14903         * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
14905 2005-06-06  Matthias F\e,Av\e(Brste  <slashdevslashnull@gmx.net>
14907         * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
14908         (hack-one-local-variable, hack-local-variables)
14909         (hack-local-variables-prop-line): Pass that arg.
14911 2005-06-06  Kim F. Storm  <storm@cua.dk>
14913         * ido.el (ido-first-match, ido-only-match, ido-subdir)
14914         (ido-indicator): Remove -face suffix from face names.
14916 2005-06-06  Juri Linkov  <juri@jurta.org>
14918         * font-lock.el (font-lock-regexp-backslash)
14919         (font-lock-regexp-backslash-construct): New faces.
14920         (lisp-font-lock-keywords-2): Use new faces.  Match `?:' only
14921         after `('.  Add `while-no-input' to control structures.
14923         * faces.el (no-break-space, shadow): New faces.
14924         (escape-glyph): Use less loud colors pink2 and red4.
14926         * diff-mode.el (diff-context-face)
14927         * dired.el (dired-ignored)
14928         * rfn-eshadow.el (file-name-shadow)
14929         * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
14931         * info.el (Info-title-1-face): Use green instead of yellow because
14932         bold yellow is not readable on light backgrounds.
14934         * progmodes/compile.el (compilation-start): Move `erase-buffer' up
14935         before selecting the desired mode to not spend time fontifying
14936         old contents.
14938 2005-06-06  Juanma Barranquero  <lekktu@gmail.com>
14940         * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
14941         (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
14943         * ps-print.el (ps-default-fg, ps-default-bg):
14944         Fix typos in docstrings.
14946         * isearchb.el (isearchb): Don't pass a spurious second argument to
14947         `iswitchb-completions'.
14949 2005-06-05  Nick Roberts  <nickrob@snap.net.nz>
14951         * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
14952         to preserve point.
14953         (gdb-find-file-hook): Add doc string.
14955         * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
14956         C dereferenced pointer expression.
14957         (gud-tool-bar-map): Put it on the tool bar.  Re-order icons.
14959         * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
14961         * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
14962         * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
14963         * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
14964         * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
14965         * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
14966         Make background transparent.
14968 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
14970         * font-lock.el (font-lock-add-keywords): Doc fix.  Comment change.
14971         (font-lock-remove-keywords): Doc fix.
14972         (font-lock-mode-major-mode): Compiler defvar.
14973         (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
14975         * font-core.el (font-lock-mode-major-mode): Compiler defvar.
14976         (font-lock-mode): Update `font-lock-mode-major-mode'.
14977         (font-lock-set-defaults): Compiler defvar.
14978         (font-lock-default-function): Take `font-lock-mode-major-mode'
14979         into account.
14981         * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
14982         keep track of which major mode it enabled the minor mode for.
14983         Use find-file-hook again.  Update docstring.
14985         * simple.el (eval-expression-print-level)
14986         (eval-expression-print-length, eval-expression-debug-on-error):
14987         Doc fixes.
14989 2005-06-04  Matt Hodges  <MPHodges@member.fsf.org>
14991         * iswitchb.el (iswitchb-single-match-face)
14992         (iswitchb-current-match-face, iswitchb-virtual-matches-face)
14993         (iswitchb-invalid-regexp-face): New faces.
14994         (iswitchb-completions): Use them.
14995         (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
14996         now marked as an obsolete alias.
14997         (iswitchb-read-buffer): Remove check for bound font variables.
14998         (iswitchb-invalid-regexp): New free variable.
14999         (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
15000         set iswitchb-invalid-regexp.
15001         (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
15002         invalid regexps.
15003         (iswitchb-completions): Add check for complete match when entering
15004         a regexp.
15005         (iswitchb-completions): Remove require-match argument.
15006         (iswitchb-exhibit): Fix caller.
15007         (iswitchb-common-match-inserted): New variable.
15008         (iswitchb-complete, iswitchb-completion-help): Use it.
15010 2005-06-04  David Reitter  <david.reitter@gmail.com>  (tiny change)
15012         * url-http.el (url-http-chunked-encoding-after-change-function):
15013         Use `url-http-debug' instead of `message'.
15015 2005-06-04  Thierry Emery  <thierry.emery@free.fr>  (tiny change)
15017         * url-http.el (url-http-parse-headers): Pass redirected URL as a
15018         callback argument.
15020 2005-06-04  Kim F. Storm  <storm@cua.dk>
15022         * simple.el (line-move): Only call sit-for when moving backwards.
15024         * ido.el (ido-make-merged-file-list-1): New defun split from
15025         ido-make-merged-file-list.
15026         (ido-make-merged-file-list): Bind throw-on-input around call to
15027         ido-make-merged-file-list-1.  Return input-pending-p if
15028         interrupted by more input available.
15029         (ido-read-internal): Handle input-pending-p return value from
15030         ido-make-merged-file-list.
15032 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
15034         * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
15035         compatibility code.
15037         * international/latexenc.el (latexenc-find-file-coding-system):
15038         Don't inherit the EOL part of the coding-system from the
15039         tex-main buffer.  Fit within 80 columns.
15041 2005-06-03  Matt Hodges  <MPHodges@member.fsf.org>
15043         * tmm.el (tmm-inactive-face): New face.
15044         (tmm-remove-inactive-mouse-face): New function.
15045         (tmm-prompt, tmm-add-one-shortcut)
15046         (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
15047         but not selectable.
15049 2005-06-03  Juanma Barranquero  <lekktu@gmail.com>
15051         * faces.el (face-equal): Improve argument/docstring consistency.
15053 2005-06-03  Daniel Pfeiffer  <occitan@esperanto.org>
15055         * progmodes/make-mode.el (makefile-targets-face)
15056         (makefile-shell-face, makefile-makepp-perl-face): Add :version.
15057         (makefile-bsdmake-dependency-regex)
15058         (makefile-makepp-rule-action-regex)
15059         (makefile-bsdmake-rule-action-regex): New constants.
15060         (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
15062         * progmodes/compile.el (compilation-error-regexp-alist-alist):
15063         Allow (...) within `...' for makepp messages.
15065 2005-06-03  Michael Kifer  <kifer@cs.stonybrook.edu>
15067         * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
15069         * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
15070         "." files are deleted from all file lists before comparison.
15072         * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
15073         (viper-ESC-key): Made them customizable.
15075         * viper.el (viper-non-hook-settings): Fix the names of defadvices.
15077 2005-06-01  Luc Teirlinck  <teirllm@auburn.edu>
15079         * autorevert.el (auto-revert-buffers): Use save-match-data.
15081 2005-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
15083         * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
15084         menu items with a nil command binding.
15086 2005-06-01  Juanma Barranquero  <lekktu@gmail.com>
15088         * emacs-lisp/cl-macs.el (defsetf):
15089         Improve argument/docstring consistency.
15091         * faces.el (list-faces-display): Improve the formatting by
15092         computing the maximum length required for any face-name (reworked
15093         patch of 1999-01-11, accidentally deleted on 1999-07-21).
15094         (internal-find-face): Remove redundant info in docstring.
15096 2005-06-01  Nick Roberts  <nickrob@snap.net.nz>
15098         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
15099         (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
15100         (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
15101         (gdb-assembler-custom): Improve regexps.
15102         (def-gdb-auto-update-handler): Use window point to preserve point.
15104 2005-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
15106         * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
15108 2005-05-31  Jay Belanger  <belanger@truman.edu>
15110         * calc/calc-embed.el (calc-embedded-word): Change argument passed
15111         to calc-embedded.
15112         (calc-embedded-make-info): Have plain prefix argument select
15113         entire line.
15115 2005-05-31  Juanma Barranquero  <lekktu@gmail.com>
15117         * faces.el (list-faces-display): Signal error if passed a regexp
15118         that matches no face name.
15120         * simple.el (filter-buffer-substring): Fix typo in docstring.
15122 2005-05-31  Richard M. Stallman  <rms@gnu.org>
15124         * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
15125         (vhdl-emacs-21): Doc fix.
15126         (vhdl-mode): Unconditionally set comment-padding.
15127         (vhdl-fixup-whitespace-region): Insert spaces only where
15128         there are none.
15129         (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
15131 2005-05-30  John Wiegley  <johnw@newartisans.com>
15133         * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
15134         * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
15135         * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
15136         `directory-sep-char' to ?/, and all uses of `string-to-int' to
15137         `string-to-number'.
15139 2005-05-30  Jay Belanger  <belanger@truman.edu>
15141         * calc/calc.el (calc-bug-address): Fix docstring.
15142         (calc-window-hook, calc-trail-window-hook): New variables.
15143         (calc-trail-display): Restore use of calc-trail-window-hook.
15144         (calc): Restore use of calc-window-hook.
15146 2005-05-31  Masatake YAMATO  <jet@gyve.org>
15148         * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
15150         * help-fns.el (help-C-file-name): Add autoload mark for
15151         `find-function-noselect'.
15153 2005-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
15155         * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
15156         (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
15158 2005-05-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
15160         * calendar/diary-lib.el (mark-included-diary-files): Only kill
15161         included diary buffer if it was not already being visited.
15162         Reported by Stephen Berman <Stephen.Berman@gmx.net>.
15164         * calendar/icalendar.el (top-level): Do not require appt.
15166         * mail/supercite.el (sc-select-attribution): Only use a list
15167         element from sc-attrib-selection-list if it returns a string.
15168         Reported by Davide G. M. Salvetti <salve@debian.org>.
15170 2005-05-30  Juanma Barranquero  <lekktu@gmail.com>
15172         * thumbs.el (thumbs-thumbname): The resulting thumbname now
15173         includes a hash value to improve its uniqueness, and has a ".jpg"
15174         extension.  Also, it is now a valid filename on all systems.
15175         (thumbs-make-thumb): Use `let', not `let*'.
15176         (thumbs-show-thumbs-list): Check for JPEG availability.
15178 2005-05-30  Richard M. Stallman  <rms@gnu.org>
15180         * filesets.el (filesets-menu-ensure-use-cached):
15181         Prevent warning when emacs-version>= is undefined.
15183         * printing.el (pr-interactive-n-up): Use string-to-number.
15185         * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
15187         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
15188         Warn only when name to be defined is quoted.
15190 2005-05-30  Nick Roberts  <nickrob@snap.net.nz>
15192         * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
15193         Make regexp more robust.
15194         (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
15195         Force regeneration of disassembly.
15197 2005-05-29  Jay Belanger  <belanger@truman.edu>
15199         * calc/calc.el (calc-user-invocation): Check if
15200         calc-invocation-macro is non-nil.
15202 2005-05-29  Juri Linkov  <juri@jurta.org>
15204         * add-log.el (change-log-font-lock-keywords):
15205         Add `+' to e-mail regexp to accept mail address with keywords.
15207         * man.el (Man-name-regexp): Add `:' to accept qualified names.
15209 2005-05-29  Luc Teirlinck  <teirllm@auburn.edu>
15211         * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
15213         * ielm.el (inferior-emacs-lisp-mode): Ditto.
15215 2005-05-29  Richard M. Stallman  <rms@gnu.org>
15217         * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
15218         Undo the change that moves to end of the current word.
15220 2005-05-29  Nick Roberts  <nickrob@snap.net.nz>
15222         * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
15223         Throw error when count <= 0 to ensure input is a number.
15224         (gdb-read-memory-custom): Pick up address from buffer.
15225         (gdb-memory-mode): Allow user to increment and decrement
15226         memory address from header line.
15228 2005-05-29  Richard M. Stallman  <rms@gnu.org>
15230         * flyspell.el (flyspell-version): Function deleted.
15231         (flyspell-auto-correct-previous-hook): Doc fix.
15233         * jit-lock.el (jit-lock-function, jit-lock-after-change):
15234         Do nothing if memory is full.
15236         * font-lock.el (font-lock-fontify-syntactically-region):
15237         Pass t for GREEDY to looking-back.
15239         * saveplace.el (save-place-alist-to-file): Write the file
15240         using write-region.
15242         * subr.el (looking-back): New argument GREEDY.
15244         * progmodes/compile.el (compilation-start): Set the mode
15245         before inserting the initial text.
15247         * progmodes/which-func.el (which-func-update-1): Turn the mode
15248         off in case of error by setting which-func-mode.
15250 2005-05-29  Peter Heslin  <p.j.heslin@durham.ac.uk>  (tiny change)
15252         * flyspell.el (flyspell-auto-correct-previous-word):
15253         Narrow down to what's on the screen, and recenter overlays
15254         at the end of the next word.
15256 2005-05-29  Manuel Serrano  <Manuel.Serrano@sophia.inria.fr>
15258         * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
15259         (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
15260         (flyspell-abbrev-p): Default to nil.
15261         (flyspell-use-global-abbrev-table-p): Doc fix.
15262         (flyspell-large-region): Allow nil as value.
15263         (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
15265         (mail-mode-flyspell-verify): More robust handling
15266         of `mail-header-separator'.  More efficient signature detection.
15267         Allow for regexp metacharacters in message-header-separator.
15268         Adding `To' not to be checked in mail-mode-flyspell-verify.
15270         (flyspell-prog-mode): Run flyspell-prog-mode-hook.
15271         (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
15272         Bind flyspell-auto-correct-binding.
15273         Bind C-. and C-, .
15274         (flyspell-mode-map): Likewise.
15275         (flyspell-mode): Doc fix.
15276         (flyspell-accept-buffer-local-defs): Preserve current buffer.
15277         (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
15278         (flyspell-word-cache-result): New var, always local.
15279         (flyspell-check-pre-word-p): Doc fix.
15280         (flyspell-check-changed-word-p): Handle spc like newline.
15281         (flyspell-post-command-hook): Set flyspell-word-cache-result.
15282         (flyspell-word-search-backward, flyspell-word-search-forward):
15283         New functions.
15284         (flyspell-word): Return t if nothing to check.
15285         When parsing TeX code, check for after } or \.
15286         Use flyspell-word-search-backward to find previous word.
15287         Return nil if duplicated word.
15288         For word already checked, return same value as last time.
15289         Set flyspell-word-cache-result after checking.
15290         Don't clobber the return value.
15291         (flyspell-get-word): Major rewrite.
15292         (flyspell-external-point-words): New locals pword, pcount.
15293         Fix size used in progress message.
15294         Find the proper corresponding word in flyspell-large-region-buffer.
15295         (flyspell-region): Check for flyspell-large-region = nil.
15296         (flyspell-highlight-incorrect-region): Clean up overlays in region.
15297         (flyspell-auto-correct-word): Check that WORD is a cons.
15298         (flyspell-correct-word): Likewise.
15300 2005-05-29  Daniel Pfeiffer  <occitan@esperanto.org>
15302         * progmodes/make-mode.el (makefile-rule-action-regex)
15303         (makefile-macroassign-regex, makefile-makepp-mode)
15304         (makefile-bsdmake-mode): Continuation lines may be empty.
15305         Reported by Joshua Varner.
15306         (makefile-makepp-font-lock-keywords): Add $(stem).
15308 2005-05-28  Karl Berry  <karl@gnu.org>
15310         * textmodes/tex-mode.el: Now that tex-send-command calls
15311         shell-quote-argument (2005-03-31 change), remove all calls to
15312         shell-quote-argument; they all end up invoking tex-send-command.
15313         The double quoting loses on filenames with non-safe characters,
15314         such as "@".  Reported by Frederik Fouvry.
15316 2005-05-29  Nick Roberts  <nickrob@snap.net.nz>
15318         * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
15319         about preserving point.
15321 2005-05-27  Jay Belanger  <belanger@truman.edu>
15323         * calc/calc-misc.el (calc-info-goto-node): Use info instead of
15324         Info-goto-node.
15326         * calc/calc-embed.el (calc-embed-arg): New variable.
15327         (calc-do-embedded-activate, calc-embedded-activate-formula)
15328         (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
15329         variable by new variable.
15330         (calc-embedded-make-info): Replace undeclared variable by new
15331         variable.  When selecting region with positive prefix
15332         argument, use end of previous line instead of beginning of line.
15334         * calc/calc-aent.el (calc-arg-values): Declare it.
15336         * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
15337         Declare them.
15339         * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
15341         * calc/calc.el (calc-alg-map): Declare it.
15343         * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
15345 2005-05-28  Nick Roberts  <nickrob@snap.net.nz>
15347         * progmodes/gdb-ui.el (gdb-all-registers): New variable.
15348         (gdb-registers-buffer, toggle-gdb-all-registers):
15349         Toggle display of floating point registers.
15350         (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
15352         * progmodes/gud.el (gud-goto-info): Use info.  Don't use require.
15353         (toggle-gud-tooltip-dereference):
15354         Rename from gud-toggle-tooltip-dereference.
15356 2005-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
15358         * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
15360 2005-05-27  Jay Belanger  <belanger@truman.edu>
15362         * calc/calc-prog.el (calc-kbd-report): Remove.
15363         (calc-kbd-query): Rewrite.
15365 2005-05-27  Juanma Barranquero  <lekktu@gmail.com>
15367         * image.el (image-library-alist): Move to image.c.
15368         (image-type-available-p): Doc fix.
15370 2005-05-27  Lute Kamstra  <lute@gnu.org>
15372         * calc/calc.el (calc):
15373         * outline.el (outline-1, outline-2, outline-3, outline-4)
15374         (outline-5, outline-6, outline-7, outline-8):
15375         * textmodes/dns-mode.el (dns-mode):
15376         * textmodes/sgml-mode.el (sgml-namespace-face):
15377         * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
15378         (tex-verbatim-face, tex-use-reftex):
15379         * textmodes/texinfo.el (texinfo-heading-face):
15380         Specify customization group.
15382         * longlines.el: Don't require easy-mmode.
15383         (longlines-visible-face): Specify customization group.
15385 2005-05-27  Kenichi Handa  <handa@m17n.org>
15387         * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
15388         encoding table of windows-1251.
15390         * international/ucs-tables.el (ucs-set-table-for-input):
15391         If translation-table-for-input of a coding system is a symbol, get
15392         its translation-table property.
15394         * international/code-pages.el: Don't register a coding system into
15395         non-iso-charset-alist more than once.
15396         (cp-make-coding-system): Likewise.
15398 2005-05-26  John Wiegley  <johnw@newartisans.com>
15400         * eshell/esh-cmd.el (eshell-eval-command): If the return value of
15401         `eshell-resume-eval' is wrapped in a list, it indicates that the
15402         command was run asynchronously.  In that case, unwrap the value
15403         before checking the delimiter value.
15405         * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
15406         character before a space at the end of a line is \, assume the space
15407         is part of the last argument rather than a final argument separator.
15409         * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
15410         is in use, and the target is `t' or `nil' (which are the most common
15411         values), don't assume that the symbol target is a buffer.
15413 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
15415         * calendar/calendar.el (calendar-mode-line-format):
15416         Use mode-line-highlight as mouse-face.
15418         * time.el (display-time-string-forms, display-time-update):
15419         Use mode-line-highlight as mouse-face.
15421 2005-05-26  Jay Belanger  <belanger@truman.edu>
15423         * calc/calc.el (calc-language-alist): Remove extra defvar.
15425 2005-05-26  Lute Kamstra  <lute@gnu.org>
15427         * arc-mode.el (archive-mode):
15428         * bookmark.el (bookmark-read-annotation-mode)
15429         (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
15430         * bs.el (bs-mode):
15431         * calc/calc-yank.el (calc-edit-mode):
15432         * calc/calc.el (calc-mode, calc-trail-mode):
15433         * calculator.el (calculator-mode):
15434         * chistory.el (command-history-mode):
15435         * comint.el:
15436         * cus-edit.el (custom-mode):
15437         * descr-text.el (describe-text-mode):
15438         * ebuff-menu.el (Electric-buffer-menu-mode):
15439         * ediff-util.el (ediff-mode):
15440         * emacs-lisp/re-builder.el (reb-mode):
15441         * emulation/vi.el (vi-mode-setup):
15442         * emulation/ws-mode.el (wordstar-mode):
15443         * eshell/esh-mode.el (eshell-mode):
15444         * forms.el (forms-mode):
15445         * help-mode.el (help-mode):
15446         * hexl.el (hexl-mode):
15447         * ibuffer.el (ibuffer-mode):
15448         * ielm.el (inferior-emacs-lisp-mode):
15449         * info.el (Info-mode, Info-edit-mode):
15450         * international/swedish.el:
15451         * ledit.el (ledit-from-lisp-mode):
15452         * locate.el (locate-mode):
15453         * mail/rmail.el (rmail-mode):
15454         * mail/rmailedit.el (rmail-edit-mode):
15455         * mail/rmailsum.el (rmail-summary-mode):
15456         * mail/supercite.el (sc-electric-mode):
15457         * net/eudc.el (eudc-mode):
15458         * net/quickurl.el (quickurl-list-mode):
15459         * net/snmp-mode.el (snmp-mode, snmpv2-mode):
15460         * obsolete/ooutline.el (outline-mode):
15461         * obsolete/options.el (Edit-options-mode):
15462         * obsolete/rnews.el (news-mode):
15463         * obsolete/rnewspost.el (news-reply-mode):
15464         * play/5x5.el (5x5-mode):
15465         * play/decipher.el (decipher-mode, decipher-stats-mode):
15466         * play/gomoku.el (gomoku-mode):
15467         * play/snake.el (snake-mode):
15468         * play/solitaire.el (solitaire-mode):
15469         * play/tetris.el (tetris-mode):
15470         * progmodes/ada-mode.el (ada-mode):
15471         * progmodes/antlr-mode.el (antlr-mode):
15472         * progmodes/autoconf.el (autoconf-mode):
15473         * progmodes/dcl-mode.el (dcl-mode):
15474         * progmodes/delphi.el (delphi-mode):
15475         * progmodes/ebrowse.el (ebrowse-tree-mode)
15476         (ebrowse-electric-list-mode, ebrowse-member-mode)
15477         (ebrowse-electric-position-mode):
15478         * progmodes/f90.el (f90-mode):
15479         * progmodes/fortran.el (fortran-mode):
15480         * progmodes/icon.el (icon-mode):
15481         * progmodes/idlw-help.el (idlwave-help-mode):
15482         * progmodes/idlw-shell.el (idlwave-shell-mode):
15483         * progmodes/idlwave.el (idlwave-mode):
15484         * progmodes/inf-lisp.el (inferior-lisp-mode):
15485         * progmodes/m4-mode.el (m4-mode):
15486         * progmodes/meta-mode.el (metafont-mode, metapost-mode):
15487         * progmodes/modula2.el (modula-2-mode):
15488         * progmodes/octave-inf.el (inferior-octave-mode):
15489         * progmodes/octave-mod.el (octave-mode):
15490         * progmodes/pascal.el (pascal-mode):
15491         * progmodes/sh-script.el (sh-mode):
15492         * progmodes/sql.el (sql-mode, sql-interactive-mode):
15493         * progmodes/vhdl-mode.el (vhdl-mode):
15494         * progmodes/xscheme.el (scheme-interaction-mode):
15495         * replace.el (occur-mode):
15496         * ses.el (ses-mode):
15497         * simple.el (completion-list-mode):
15498         * skeleton.el:
15499         * speedbar.el (speedbar-mode):
15500         * term.el (term-mode):
15501         * terminal.el (terminal-edit-mode):
15502         * textmodes/reftex-index.el (reftex-index-mode)
15503         (reftex-index-phrases-mode):
15504         * textmodes/reftex-sel.el (reftex-select-label-mode)
15505         (reftex-select-bib-mode):
15506         * textmodes/reftex-toc.el (reftex-toc-mode):
15507         * wdired.el (wdired-change-to-wdired-mode):
15508         * wid-browse.el (widget-browse-mode):
15509         Use run-mode-hooks.
15511         * array.el (array-mode):
15512         * calendar/todo-mode.el (todo-mode):
15513         * man.el (Man-mode):
15514         * play/landmark.el (lm-mode):
15515         * play/mpuz.el (mpuz-mode):
15516         Use kill-all-local-variables and run-mode-hooks.
15518         * subr.el (delay-mode-hooks): Specify indentation.
15520 2005-05-26  Mark A. Hershberger  <mah@everybody.org>
15522         * xml.el (xml-substitute-special): Don't die for undefined xml
15523         entities.
15525 2005-05-26  Jay Belanger  <belanger@truman.edu>
15527         * calc/calc-prog.el (calc-user-define-edit): Don't find substring
15528         of nil.
15530 2005-05-27  Nick Roberts  <nickrob@snap.net.nz>
15532         * progmodes/gdb-ui.el (gdb-frame-address):
15533         Rename from gdb-current-address.
15534         (gdb-previous-frame-address): Rename from gdb-previous-address.
15535         (gdb-selected-frame): Rename from gdb-current-frame.
15536         (gdb-get-selected-frame): Rename from gdb-get-current-frame.
15537         (gdb-frame-number): Rename from gdb-current-stack-level.
15538         (gdb-ann3): Match new mode-name for disassembly buffer.
15539         Extend initialization of variables.
15540         (gdb-post-prompt): Update disassembly from gdb-frame-handler.
15541         (gdb-memory-mode): Use mouse-face in header line.
15542         (gdb-assembler-buffer-name): Call it disassembly and give frame
15543         in mode line.
15544         (gdb-source-spec-regexp, gdb-assembler-custom)
15545         (gdb-invalidate-assembler, gdb-frame-handler):
15546         Make robust to leading zeroes in address format.
15548 2005-05-26  Carsten Dominik  <dominik@science.uva.nl>
15550         * textmodes/org.el (org-mode): Use `define-derived-mode' to
15551         define `org-mode'.
15552         (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
15554 2005-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
15556         * log-edit.el (log-edit-changelog-entries): Distinguish between
15557         filenames like xfns.c and fns.c.
15559 2005-05-25  Luc Teirlinck  <teirllm@auburn.edu>
15561         * buff-menu.el (Buffer-menu-revert-function): Improve handling of
15562         point after reverting.
15563         (Buffer-menu-make-sort-button): Handle the case where
15564         `Buffer-menu-use-header-line' is nil.
15566 2005-05-25  Thien-Thi Nguyen  <ttn@gnu.org>
15568         * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
15569         New funcs.  In minibuffer-local-completion-map bind `]', `/'
15570         and `:' to them.
15572 2005-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
15574         * startup.el (normal-top-level): Allow modification of load-path while
15575         we're iterating over it.
15577 2005-05-25  Juanma Barranquero  <lekktu@gmail.com>
15579         * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
15580         (thumbs-cleanup-thumbsdir, thumbs-call-convert)
15581         (thumbs-resize-interactive, thumbs-insert-image)
15582         (thumbs-insert-thumb, thumbs-dired-show-marked)
15583         (thumbs-find-image-at-point, thumbs-delete-images)
15584         (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
15585         (thumbs-increment-image-size, thumbs-decrement-image-size):
15586         Fix typos in docstrings.
15588 2005-05-24  Andre Spiegel  <spiegel@gnu.org>
15590         * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
15591         (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
15592         (cperl-mode): Use them.
15594 2005-05-24  Juanma Barranquero  <lekktu@gmail.com>
15596         * window.el (quit-window, shrink-window-if-larger-than-buffer):
15597         Doc fixes.
15599 2005-05-24  Nick Roberts  <nickrob@snap.net.nz>
15601         * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
15602         Bind C-d to gdb-inferior-io-eof.
15604         * dired.el (dired-dnd-popup-notice): Use message-box.
15606 2005-05-23  Masatake YAMATO  <jet@gyve.org>
15608         * bindings.el (mode-line-major-mode-keymap):
15609         Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
15611         * faces.el (mode-line-highlight): New face.
15613         * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
15614         as mouse-face.
15616         * bindings.el (top-level, help-echo, mode-line-modified)
15617         (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
15618         as mouse-face.
15620 2005-05-23  Juanma Barranquero  <lekktu@gmail.com>
15622         * progmodes/cc-engine.el (c-guess-basic-syntax):
15623         Remove spurious call to `zerop'.
15625         * emacs-lisp/cl.el (acons, pairlis): Add docstring.
15627 2005-05-23  Martin Stjernholm  <bug-cc-mode@gnu.org>
15629         CC Mode update to 5.30.10:
15631         * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
15632         could go past the limit in decoration level 2, thereby causing
15633         errors during interactive fontification.
15635         * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
15636         the file is evaluated interactively.
15638         * cc-engine.el (c-guess-basic-syntax): Handle operator
15639         declarations somewhat better in C++.
15641         * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
15642         make use of `run-mode-hooks' which has been added in Emacs 21.1.
15643         (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
15644         (awk-mode): Use it.
15645         (make-local-hook): Suppress warning about obsoleteness.
15647         * cc-engine.el, cc-align.el, cc-cmds.el
15648         (c-append-backslashes-forward, c-delete-backslashes-forward)
15649         (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
15650         Compensate for return value from `forward-line' when it has moved
15651         but not to a different line due to eob.
15653         * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
15654         `objc-method-intro' and `objc-method-args-cont'.
15656 2005-05-23  Alan Mackenzie  <bug-cc-mode@gnu.org>
15658         CC Mode update to 5.30.10:
15660         * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
15661         in the copyright statement.  Incidentally, change "along with GNU
15662         Emacs" to "along with this program" where it occurs.
15664         * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
15665         so that it is interactive, hence can be found by M-x awk-mode
15666         whilst cc-mode is yet to be loaded.  Reported by Glenn Morris
15667         <gmorris+emacs@ast.cam.ac.uk>.
15669         * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
15670         Mode's regexps.
15672 2005-05-23  Kevin Ryde  <user42@zip.com.au>
15674         * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
15675         c-parse-state, to avoid a lisp error (on bad code).
15677 2005-05-23  Lute Kamstra  <lute@gnu.org>
15679         * subr.el (font-lock-defaults): Remove defvar as it's already
15680         defined in font-core.el.
15682         * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
15684 2005-05-23  Nick Roberts  <nickrob@snap.net.nz>
15686         * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
15687         more general and work when GDB variable "print pretty" is on,
15688         as with Emacs, for example.
15690 2005-05-22  Luc Teirlinck  <teirllm@auburn.edu>
15692         * font-core.el: Update comment.
15694         * emacs-lisp/easy-mmode.el (define-global-minor-mode):
15695         Use `after-change-major-mode-hook' instead of `find-file-hook'.
15697         * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
15699 2005-05-22  Eli Zaretskii  <eliz@gnu.org>
15701         * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
15702         and `yank-handler' in the doc strings.
15704 2005-05-22  Stefan Monnier  <monnier@iro.umontreal.ca>
15706         * emacs-lisp/cl.el (eql): Remove.  It's a builtin already.
15708 2005-05-22  Richard M. Stallman  <rms@gnu.org>
15710         * help.el (describe-key): Move print-help-return-message call
15711         out of conditional.
15713         * progmodes/etags.el (list-tags): Use with-no-warnings.
15715         * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
15716         (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
15717         (starttls-extra-args, starttls-extra-arguments): Add defvars.
15719         * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
15721         * language/viet-util.el (viet-viscii-nonascii-translation-table):
15722         Add defvar.
15724         * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
15725         Use defvar, not defconst.
15727         * hexl.el (hexl-follow-line): Use with-no-warnings.
15729         * emulation/tpu-extras.el: Use write-file-functions instead of
15730         write-file-hooks.
15732         * dired.el (dired-font-lock-keywords): Fontify files with junk
15733         extensions even if marked by -F.
15735 2005-05-22  Juanma Barranquero  <lekktu@gmail.com>
15737         * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
15738         (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
15739         * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
15740         (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
15741         (concatenate, list-length, get*, getf, cl-remprop):
15742         * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
15743         (etypecase, progv, lexical-let, lexical-let*)
15744         (multiple-value-bind, multiple-value-setq, shiftf):
15745         Improve argument/docstring consistency.
15747         * subr.el (focus-frame, unfocus-frame): Revert deletion on 2005-05-01.
15749 2005-05-22  Andre Spiegel  <spiegel@gnu.org>
15751         * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
15752         doesn't exist.
15754         * vc.el (vc-trunk-p): Add autoload cookie.  The function is used in
15755         vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
15757 2005-05-22  Nick Roberts  <nickrob@snap.net.nz>
15759         * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
15760         already deleted variables: auto-fill-hook, blink-paren-hook,
15761         lisp-indent-hook, inhibit-local-variables, unread-command-event,
15762         suspend-hooks, comment-indent-hook, meta-flag,
15763         before-change-function, after-change-function,
15764         font-lock-doc-string-face.
15766 2005-05-21  Luc Teirlinck  <teirllm@auburn.edu>
15768         * emacs-lisp/derived.el (define-derived-mode): Doc fix.
15770 2005-05-21  Eli Zaretskii  <eliz@gnu.org>
15772         * mail/rmail.el (rmail-reply): Filter the list in reply-to through
15773         rmail-dont-reply-to.
15775 2005-05-21  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
15777         * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
15778         literal blank when splitting new-header-values.
15780 2005-05-21  Matt Hodges  <MPHodges@member.fsf.org>
15782         * calendar/cal-menu.el (cal-menu-update): Add separator as a
15783         string so that tmm doesn't create a completion entry for it.
15785         * textmodes/table.el (table-disable-menu): Ditto.
15787 2005-05-21  Richard M. Stallman  <rms@gnu.org>
15789         * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
15791         * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
15793         * net/rcompile.el (remote-compile): Use compilation-start.
15795         * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
15797 2005-05-21  Daniel Pfeiffer  <occitan@esperanto.org>
15799         * files.el (auto-mode-alist): Check GNUmakefile before makefile.
15800         Default to makefile-bsdmake-mode on BSD systems.
15802         * imenu.el (imenu-generic-expression, imenu--generic-function'):
15803         REGEXP may also be a search function now.  The part of doc-string
15804         for describing the structure was 95% identical to that of
15805         `imenu--generic-function'.  Unify it there.
15807         * progmodes/make-mode.el (makefile-imenu-generic-expression):
15808         Use function to find dependencies, because regexp alone is so complex,
15809         it easily goes into an endless loop.
15810         (makefile-makepp-mode): Also add submenu for Perl functions
15811         defined in the makefile.
15812         (makefile-bsdmake-mode): Special imenu-generic-expression no
15813         longer needed, due to function call.
15814         (makefile-match-dependency): Take BOUND into account when checking
15815         if we're through.
15817 2005-05-20  Jay Belanger  <belanger@truman.edu>
15819         * calc/calc-units.el (calc-invalidate-units-table):
15820         Use inhibit-read-only.
15821         (math-build-units-table-buffer): Use view-mode.
15823 2005-05-20  David Kastrup  <dak@gnu.org>
15825         * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
15826         easy-menu-add is not a nop on Emacs; and clarify when to call it.
15828 2005-05-20  Lute Kamstra  <lute@gnu.org>
15830         * diff-mode.el (diff-header-face, diff-file-header-face)
15831         (diff-index-face, diff-hunk-header-face, diff-removed-face)
15832         (diff-added-face, diff-changed-face, diff-function-face)
15833         (diff-context-face, diff-nonexistent-face): Put them in the
15834         diff-mode customization group.
15836 2005-05-20  Stefan Monnier  <monnier@iro.umontreal.ca>
15838         * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
15840         * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
15842         * font-lock.el (lisp-font-lock-keywords-2): Don't error.
15843         Minor regexp-optimization.
15845 2005-05-20  Carsten Dominik  <dominik@science.uva.nl>
15847         * textmodes/org.el (org-agenda-toggle-time-grid): New command.
15848         (org-agenda-use-time-grid, org-agenda-time-grid): New options.
15849         (org-agenda-add-time-grid-maybe): New function.
15850         (org-agenda): Call `org-agenda-add-time-grid-maybe'.
15851         (org-table-create): `dotimes' instead of `mapcar'.
15852         (org-xor): Simplify implementation.
15853         (org-agenda): `inhibit-redisplay' turned on.
15854         (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
15855         a consistent line after a state change.
15856         (org-agenda-remove-times-when-in-prefix): New option.
15857         (org-prefix-has-time): New variable.
15858         (org-parse-time-string): Optional argument NODEFAULT.
15859         (org-format-agenda-item): Parse items for time-of-day
15860         specifications and move these into the prefix if possible.
15861         (org-agenda-priority): Get current heading, not previous heading
15862         during agenda remote editing.
15864 2005-05-20  Juanma Barranquero  <lekktu@gmail.com>
15866         * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
15867         (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
15868         (remove-duplicates, delete-duplicates, substitute)
15869         (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
15870         (nsubstitute-if-not, find, find-if, find-if-not, position)
15871         (position-if, position-if-not, count, count-if, count-if-not)
15872         (mismatch, search, sort*, stable-sort, merge, member*)
15873         (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
15874         (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
15875         (intersection, nintersection, set-difference, nset-difference)
15876         (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
15877         (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
15878         (nsublis, tree-equal): Improve argument/docstring consistency.
15880         * subr.el (send-string, send-region): Remove obsolescence declaration.
15881         (window-dot, set-window-dot, read-input, show-buffer)
15882         (eval-current-buffer, string-to-int):
15883         Add release number to obsolescence declarations.
15885 2005-05-19  Kim F. Storm  <storm@cua.dk>
15887         * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
15888         (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
15890 2005-05-20  Matt Hodges  <MPHodges@member.fsf.org>
15892         * faces.el (list-faces-display): Make back button respect optional
15893         regexp arg.
15895 2005-05-19  Juanma Barranquero  <lekktu@gmail.com>
15897         * calculator.el (calculator-radix-grouping-mode)
15898         (calculator-radix-grouping-digits, calculator-displayer)
15899         (calculator-radix-grouping-separator, calculator-copy-displayer):
15900         * dabbrev.el (dabbrev-search-these-buffers-only):
15901         * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
15902         (diff-advance-after-apply-hunk, diff-mode-hook)
15903         (diff-minor-mode-prefix):
15904         * imenu.el (imenu-use-popup-menu):
15905         * jit-lock.el (jit-lock-context-time):
15906         * newcomment.el (comment-fill-column, comment-column)
15907         (comment-style, comment-padding, comment-multi-line)
15908         (comment-empty-lines, comment-auto-fill-only-comments):
15909         * reveal.el (reveal-around-mark):
15910         * uniquify.el (uniquify-buffer-name-style)
15911         (uniquify-after-kill-buffer-p)
15912         (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
15913         (uniquify-min-dir-content, uniquify-separator)
15914         (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
15915         * w32-vars.el (w32-fixed-font-alist):
15916         * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
15917         * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
15918         * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
15919         * progmodes/perl-mode.el (perl-indent-level)
15920         (perl-continued-statement-offset, perl-continued-brace-offset)
15921         (perl-brace-offset, perl-brace-imaginary-offset)
15922         (perl-label-offset, perl-indent-continued-arguments)
15923         (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
15924         * progmodes/tcl.el (tcl-indent-level)
15925         (tcl-continued-indent-level, tcl-auto-newline)
15926         (tcl-tab-always-indent, tcl-electric-hash-style)
15927         (tcl-help-directory-list, tcl-use-smart-word-finder)
15928         (tcl-application, tcl-command-switches, tcl-prompt-regexp)
15929         (inferior-tcl-source-command):
15930         * textmodes/fill.el (enable-kinsoku):
15931         * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
15932         * textmodes/table.el (table-yank-handler):
15933         Specify missing group (and type, if simple) in defcustom.
15935 2005-05-19  Luc Teirlinck  <teirllm@auburn.edu>
15937         * progmodes/compile.el (compilation-finish-function): Fix defvar.
15939 2005-05-19  Richard M. Stallman  <rms@gnu.org>
15941         * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
15943         * subr.el (event-basic-type): Don't get an error.
15944         (left-fringe-p): Function deleted.
15946         * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
15947         (list-buffers-noselect): Set `font-lock-face' property, not `face'.
15949         * dired-aux.el (dired-copy-file-recursive): Handle symlinks
15950         in recursive copy.
15952         * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
15954         * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
15956         * emacs-lisp/bytecomp.el
15957         (byte-compile-file-form-custom-declare-variable):
15958         Call byte-compile-nogroup-warn if appropriate.
15960         * progmodes/compile.el (compilation-finish-function): Mark obsolete.
15961         (compilation-set-window): Don't call left-fringe-p; do it directly.
15963 2005-05-19  Jay Belanger  <belanger@truman.edu>
15965         * calc/calc-graph.el (calc-graph-format-data): Make sure
15966         var-PlotRejects is bound before trying to check its value.
15968 2005-05-19  Carsten Dominik  <dominik@science.uva.nl>
15970         * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
15971         definition of this variable from reftex-global.el to reftex.el,
15972         because it is needed in the menu.
15974 2005-05-19  Lute Kamstra  <lute@gnu.org>
15976         * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
15977         years are fixed.  Don't insert a space after a dash.
15979 2005-05-19  Kim F. Storm  <storm@cua.dk>
15981         * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
15983 2005-05-19  Daniel Pfeiffer  <occitan@esperanto.org>
15985         * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
15986         strings, because (eq ... ?\\) is fairly frequent.
15988         * progmodes/make-mode.el (makefile-add-this-line-targets):
15989         Simplify and integrate into `makefile-pickup-targets'.
15990         (makefile-add-this-line-macro): Simplify and integrate into
15991         `makefile-pickup-macros.
15992         (makefile-pickup-filenames-as-targets): Simplify.
15993         (makefile-previous-dependency, makefile-match-dependency):
15994         Don't stumble over `::'.
15996 2005-05-19  Nick Roberts  <nickrob@snap.net.nz>
15998         * subr.el (post-command-idle-hook, post-command-idle-delay):
15999         Remove obsoletion of post-command-idle-hook and
16000         post-command-idle-delay.
16002         * faces.el (list-faces-display): Provide button when describe-face
16003         is called to take user back to the list of faces.
16005         * help-fns.el (describe-variable): Remove hyperlinks in a
16006         variable's value as these are quite frequently inappropriate.
16008         * follow.el (follow-submit-feedback, follow-mode):
16009         Remove references to post-command-idle-hook.
16011 2005-05-18  Daniel Pfeiffer  <occitan@esperanto.org>
16013         * progmodes/make-mode.el (makefile-previous-dependency)
16014         (makefile-match-dependency): Check for := (and in bsd mode also
16015         !=) to give a better result, even when font-lock is not on.
16017 2005-05-18  Jay Belanger  <belanger@truman.edu>
16019         * calc/calc-help.el (calc-s-prefix-help):
16020         Add `calc-copy-special-constant' to help string.
16022 2005-05-18  Luc Teirlinck  <teirllm@auburn.edu>
16024         * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
16026 2005-05-18  Jay Belanger  <belanger@truman.edu>
16028         * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
16029         in linear factors are in proper order.
16031 2005-05-18  Carsten Dominik  <dominik@science.uva.nl>
16033         * textmodes/reftex-vars.el (reftex-cite-format-builtin):
16034         Support for jurabib.
16036         * textmodes/reftex.el (featurep): Define aliases for overlay
16037         commands, for XEmacs compatibility, and use these aliases in
16038         overlay initializations.
16039         (reftex-highlight): Use `reftex-move-overlay'.
16040         (reftex-unhighlight): Use `reftex-delete-overlay'.
16041         (reftex-uniq): Function removed.  Use `reftex-uniquify' instead.
16042         (reftex-access-search-path): Use `reftex-uniquify' instead of
16043         `reftex-uniq'
16045         * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
16046         `before-string' property modification enables for Emacs as well.
16047         (reftex-select-item): Use `reftex-delete-overlay'.
16048         (reftex-select-mark): Use `reftex-make-overlay' and
16049         `reftex-overlay-put'.
16050         (reftex-select-unmark): Use `reftex-delete-overlay' and
16051         `reftex-overlay-put'.
16053 2005-05-18  Lute Kamstra  <lute@gnu.org>
16055         * emacs-lisp/lisp.el (check-parens): Fix docstring.
16057 2005-05-18  Juanma Barranquero  <lekktu@gmail.com>
16059         * add-log.el (add-change-log-entry):
16060         * array.el (array-make-template, array-reconfigure-rows)
16061         (array-init-max-row, array-init-max-column)
16062         (array-init-columns-per-line, array-init-field-width):
16063         * replace.el (replace-match-maybe-edit, perform-replace):
16064         * textmodes/spell.el (spell-region):
16065         Replace `read-input' by `read-string'.
16067         * forms.el (forms-mode):
16068         * finder.el (finder-compile-keywords):
16069         * shadowfile.el (shadow-read-files):
16070         Replace `eval-current-buffer' by `eval-buffer'.
16072         * terminal.el (te-pass-through):
16073         * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
16074         (ange-ftp-raw-send-cmd):
16075         * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
16076         (send-process-next-char, telnet-initial-filter, telnet):
16077         Replace `send-string' by `process-send-string'.
16079         * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
16080         (prolog-consult-region): Replace `send-string' by
16081         `process-send-string'; replace `send-region' by `process-send-region'.
16083         * progmodes/delphi.el (delphi-log-msg):
16084         Replace `set-window-dot' by `set-window-point'.
16086         * subr.el (window-dot, set-window-dot, read-input, send-string)
16087         (send-region, show-buffer, eval-current-buffer):
16088         Make really obsolete, as the comment says.
16090 2005-05-17  Kim F. Storm  <storm@cua.dk>
16092         * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
16093         (cua--init-keymaps): Bind C-return instead of S-return to set
16094         rectangle mark.
16096         * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
16097         instead of S-return to toggle/clear rectangle mark.
16099 2005-05-17  Daniel Pfeiffer  <occitan@esperanto.org>
16101         * progmodes/make-mode.el (makefile-dependency-skip): New variable.
16102         (makefile-macroassign-regex, makefile-make-font-lock-keywords):
16103         Also fontify plain strings assigned to variables, mostly so that a
16104         colon has a face and is thus not taken as a dependency separator.
16105         (makefile-previous-dependency): Inline the new matcher, because it
16106         is too complex to work in both directions.
16107         (makefile-match-dependency): Eliminate `backward' arg (see above).
16108         Completely reimplemented so as to not sometimes go into an endless
16109         loop.  It should also be more efficient, because first it only
16110         searches for `:', instead of applying the very complex regexp.
16111         (makefile-mode): Cancel `font-lock-support-mode', because blocks
16112         to be fontified in one piece can be too long for JIT.
16113         Makefiles are never *that* big.
16115 2005-05-17  Reiner Steib  <Reiner.Steib@gmx.de>
16117         * dired.el (dired-mode): Simplify.
16119 2005-05-17  Lute Kamstra  <lute@gnu.org>
16121         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
16122         defcustom for the mode hook variable.
16124         * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
16125         Emacs Lisp Reference Manual.
16127 2005-05-17  Juanma Barranquero  <lekktu@gmail.com>
16129         * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
16130         (evenp, list*):
16131         * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
16132         * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
16134         * net/tramp-smb.el (tramp-smb-open-connection):
16135         Pass `tramp-chunksize' as fifth (required) argument.
16137 2005-05-16  Daniel Pfeiffer  <occitan@esperanto.org>
16139         * font-lock.el (lisp-font-lock-keywords-1):
16140         Set `font-lock-negation-char-face' for [^...] char group.
16141         (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
16143         * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
16144         a var, and refine it to mask one more level of nested vars.
16145         (makefile-rule-action-regex): Turn it into a var, and refine it so
16146         it recognizes backslashed continuation lines as belonging to the
16147         same command.
16148         (makefile-macroassign-regex): Refine it so it recognizes
16149         backslashed continuation lines as belonging to the same command.
16150         (makefile-var-use-regex): Don't look at the next char, because it
16151         might be the same one to be skipped by the initial [^$], leading
16152         to an overlooked variable use.
16153         (makefile-make-font-lock-keywords): Remove two parameters, which
16154         are now variables that some of the modes set locally.
16155         Handle dependency and rule action matching through functions, because
16156         regexps alone match too often.  Dependency matching now comes
16157         last, so it can check, whether a colon already matched something else.
16158         (makefile-mode): Inform that font-lock improves makefile parsing
16159         capabilities.
16160         (makefile-match-dependency, makefile-match-action): New functions.
16162 2005-05-16  Juanma Barranquero  <lekktu@gmail.com>
16164         * emacs-lisp/cl-extra.el (equalp): Doc fix.
16166         * align.el (align-regexp):
16167         * ansi-color.el (ansi-color-get-face):
16168         * array.el (array-reconfigure-rows, array-init-max-row)
16169         (array-init-max-column, array-init-columns-per-line)
16170         (array-init-field-width):
16171         * dired-aux.el (dired-trample-file-versions):
16172         * dired-x.el (dired-mark-sexp):
16173         * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
16174         * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
16175         * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
16176         * faces.el (face-read-integer):
16177         * files.el (backup-extract-version, insert-directory):
16178         * hexl.el (hexl-insert-decimal-char):
16179         * server.el (server-process-filter):
16180         * shell.el (shell-extract-num):
16181         * startup.el (command-line-1):
16182         * term.el (term-command-hook):
16183         * time-stamp.el (time-stamp, time-stamp-string-preprocess)
16184         (time-stamp-do-number):
16185         * time.el (display-time-update):
16186         * timezone.el (timezone-parse-date, timezone-zone-to-minute)
16187         (timezone-fix-time):
16188         * vms-patch.el (vms-suspend-resume-hook):
16189         * calendar/appt.el (appt-convert-time):
16190         * calendar/cal-bahai.el (mark-bahai-diary-entries):
16191         * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
16192         * calendar/cal-islam.el (mark-islamic-diary-entries):
16193         * calendar/calendar.el (calendar-cursor-to-date)
16194         (calendar-star-date):
16195         * calendar/diary-lib.el (diary-attrtype-convert)
16196         (mark-diary-entries, diary-entry-time):
16197         * calendar/solar.el (solar-get-number):
16198         * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
16199         * emacs-lisp/re-builder.el (reb-display-subexp):
16200         * emulation/edt.el (edt-set-scroll-margins):
16201         * emulation/tpu-extras.el (tpu-set-scroll-margins):
16202         * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
16203         (vip-get-ex-count):
16204         * emulation/viper-ex.el (viper-get-ex-token)
16205         (viper-get-ex-buffer, viper-get-ex-count, ex-next):
16206         * international/fontset.el (fontset-plain-name):
16207         * mail/feedmail.el (feedmail-look-at-queue-directory):
16208         * mail/mailalias.el (mail-get-names):
16209         * mail/rmail.el (rmail-convert-to-babyl-format):
16210         * mail/rmailsum.el (rmail-make-basic-summary-line)
16211         (rmail-summary-next-same-subject, rmail-summary-rmail-update)
16212         (rmail-summary-goto-msg):
16213         * mail/smtpmail.el (smtpmail-read-response):
16214         * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
16215         (ange-ftp-vms-add-file-entry):
16216         * play/gametree.el (gametree-looking-at-ply)
16217         (gametree-current-branch-score):
16218         * progmodes/ada-xref.el (ada-prj-find-prj-file)
16219         (ada-xref-find-in-modified-ali, ada-find-in-src-path):
16220         * progmodes/cperl-mode.el (condition-case):
16221         * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
16222         (ebrowse-set-member-buffer-column-width)
16223         (ebrowse-select-1st-to-9nth):
16224         * progmodes/etags.el (etags-snarf-tag):
16225         * progmodes/flymake.el (flymake-parse-line):
16226         * progmodes/idlw-shell.el (idlwave-shell-parse-line)
16227         (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
16228         (idlwave-shell-menu-def):
16229         * progmodes/ps-mode.el (ps-run-goto-error):
16230         * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
16231         (vhdl-speedbar-contract-level):
16232         * term/mac-win.el (x-handle-numeric-switch):
16233         * term/sun-mouse.el (sun-get-frame-data):
16234         * term/w32-win.el (x-handle-numeric-switch):
16235         * term/x-win.el (x-handle-numeric-switch):
16236         * textmodes/ispell.el (ispell-parse-output):
16237         * textmodes/nroff-mode.el (nroff-outline-level):
16238         * textmodes/reftex-cite.el (reftex-bib-sort-year)
16239         (reftex-bib-sort-year-reverse, reftex-format-citation):
16240         * textmodes/reftex-parse.el (reftex-init-section-numbers)
16241         (reftex-section-number):
16242         * textmodes/texinfmt.el (texinfo-paragraphindent):
16243         Replace `string-to-int' by `string-to-number'.
16245         * international/latexenc.el: Add page marker to force the "Local
16246         Variables:" string out of the last page.
16248 2005-05-16  Nick Roberts  <nickrob@snap.net.nz>
16250         * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
16251         tooltip-change-major-mode.
16252         (gud-tooltip-print-command): Remove case where gud-minor-mode
16253         is gdb ("--fullname").
16254         (gud-tooltip-tips): Turn GUD tooltips off for this case and
16255         explain to user.
16257 2005-05-16  Jay Belanger  <belanger@truman.edu>
16259         * calc/calc-store.el (calc-copy-special-constant): New function.
16261         * calc/calc-ext.el (calc-init-extensions): Add binding for
16262         `calc-copy-special-constant'.
16264         * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
16265         for the `calc-copy-special-constant' command.
16267 2005-05-16  Nick Roberts  <nickrob@snap.net.nz>
16269         * subr.el (left-fringe-p): New function.
16271         * progmodes/compile.el (compilation-setup): Set local value of
16272         overlay-arrow-string to "" always.
16273         (compilation-set-window): Left fringe then don't scroll.
16274         No left fringe then no arrow and scroll message to top.
16275         (compilation-context-lines): Adjust doc string accordingly.
16277 2005-05-16  Kim F. Storm  <storm@cua.dk>
16279         * ido.el (ido-magic-forward-char, ido-magic-backward-char)
16280         (ido-magic-delete-char): New commands for C-f, C-b, C-d.
16281         (ido-wide-find-dir-or-delete-dir): New command for M-d.
16282         (ido-define-mode-map): Bind them.  Add C-x prefix to fallback commands.
16283         (ido-read-file-name): Handle commands with ido property value
16284         equal to find-file as reading a file name, to allow C-d to enter dired.
16285         (ibuffer-find-file): Add ido property with value find-file.
16287 2005-05-15  Kim F. Storm  <storm@cua.dk>
16289         * subr.el (open-network-stream-nowait): Remove.
16290         (open-network-stream-server): Remove.
16292 2005-05-15  Richard M. Stallman  <rms@gnu.org>
16294         * faces.el (describe-face): Output a definition link button.
16296         * help-mode.el (help-face-def): New button type.
16298         * emacs-lisp/copyright.el (copyright-fix-years):
16299         Match properly if the first year is 2-digit.
16300         Don't mess up the whitespace after the years by filling.
16302         * dired-aux.el (dired-mark-confirm):
16303         Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
16305         * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
16306         (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
16307         (dired-mark-pop-up): Handle FILES = (t FILE) specially.
16309         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
16310         Set font-lock-comment-start-skip.
16312         * font-lock.el (font-lock-comment-start-skip): New variable.
16313         (font-lock-comment-end-skip): New variable.
16314         (font-lock-fontify-syntactically-region): Use them if non-nil.
16316 2005-05-15  Jay Belanger  <belanger@truman.edu>
16318         * calc/calc-store.el (calc-store-value): Return a string rather
16319         than display it as a message.
16320         Use calc-var-name for variable name.
16321         (calc-store-into): Add the result of calc-store-value to message.
16322         (calc-copy-variable): Add a message.
16323         (calc-store-exchange): Improve error messages.
16324         (calc-store-binary, calc-store-map): Don't reset the values of
16325         special constants.
16327 2005-05-14  Luc Teirlinck  <teirllm@auburn.edu>
16329         * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
16330         manual to docstring.
16332         * files.el (hack-local-variables-confirm): Add STRING argument.
16333         Make the function handle non file visiting buffers correctly.
16334         (hack-local-variables-prop-line, hack-local-variables)
16335         (hack-one-local-variable): Use STRING arg of
16336         `hack-local-variables-confirm'.
16338 2005-05-14  Michael Albinus  <michael.albinus@gmx.de>
16340         Sync with Tramp 2.0.49.
16342         * net/tramp.el (tramp-handle-dired-call-process)
16343         (tramp-handle-insert-directory):`insert-buffer' cannot be used
16344         because the contents of the Tramp buffer is changed before
16345         insertion (`expand-file' and alike).
16346         (tramp-handle-insert-directory): If `localname' has an empty
16347         nondirectory name, it must not be quoted.
16348         (tramp-pre-connection): Add parameter CHUNKSIZE.  Make local
16349         variable `tramp-chunksize'.  Change callees.
16350         (tramp-open-connection-setup-interactive-shell): Check remote host
16351         for buggy `send-process-string' implementation.
16352         Set `tramp-chunksize' if found.  Reported by Michael Kifer
16353         <kifer@cs.sunysb.edu> (and a lot of other people all the years).
16354         (tramp-handle-shell-command): `insert-buffer' cannot be used
16355         because the contents of the Tramp buffer is changed before
16356         insertion (`expand-file' and alike).  Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
16357         <frederic.bothamy@free.fr>.
16358         (tramp-set-auto-save): Actions should be done for Tramp file name
16359         handler only.  Ange-FTP has its own auto-save mechanism.
16360         Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
16361         (tramp-set-auto-save-file-modes): Set file modes of
16362         `buffer-auto-save-file-name' to ?\600 as fallback solution.
16363         Reported by Ferenc Wagner <wferi@tba.elte.hu>.
16364         (tramp-bug): Remove obsolete variable.
16365         (tramp-append-tramp-buffers): Rewrite partly.  More suitable check
16366         for presence of `mml-mode'.  Make it running for older Emacsen as well.
16368 2005-05-14  John Paul Wallington  <jpw@pobox.com>
16370         * ibuf-ext.el (define-ibuffer-filter filename):
16371         If `dired-directory' is a list, use its car.
16373 2005-05-14  Daniel Brockman  <daniel@brockman.se>  (tiny change)
16375         * ibuffer.el (define-ibuffer-column filename):
16376         If `dired-directory' is a list, use its car.
16378 2005-05-14  Richard M. Stallman  <rms@gnu.org>
16380         * subr.el (symbol-file): Doc fix.
16382         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
16383         (byte-compile-form): Call byte-compile-nogroup-warn.
16384         (byte-compile-warning-types): Doc fix.
16386         * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
16388         * progmodes/cc-engine.el (c-literal-faces):
16389         Add font-lock-comment-delimiter-face.
16391         * net/net-utils.el (dig): Use with-no-warnings.
16393         * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
16394         (sc-recite-frame-alist, sc-default-cite-frame)
16395         (sc-default-uncite-frame, sc-default-recite-frame)
16396         (sc-attrib-selection-list, sc-rewrite-header-list):
16397         Mark as risky-local-variable.
16399         * international/ogonek.el (ogonek-jak, ogonek-how):
16400         Don't use beginning-of-buffer.
16402         * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
16404         * calendar/solar.el (solar-data-list): Move definition up.
16406         * dnd.el (dnd-protocol-alist): Add autoload.
16408         * progmodes/sh-script.el: Many doc usage fixes.
16409         (sh-indent-after-do): Change default to match common styles.
16411 2005-05-13  Luc Teirlinck  <teirllm@auburn.edu>
16413         * files.el (interpreter-mode-alist)
16414         (auto-mode-interpreter-regexp): Doc fixes.
16416 2005-05-13  Matt Hodges  <MPHodges@member.fsf.org>
16418         * tmm.el (tmm-get-keymap): Include only active menus and menu items.
16420         * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
16422 2005-05-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
16424         * dired.el (dired-mode): make-variable-buffer-local =>
16425         make-local-variable.
16427 2005-05-13  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
16429         * term/mac-win.el (mac-select-convert-to-string): Try coding
16430         systems in mac-script-code-coding-systems if specified one cannot
16431         encode string for `com.apple.traditional-mac-plain-text'.
16433 2005-05-13  Daniel Pfeiffer  <occitan@esperanto.org>
16435         * progmodes/make-mode.el (makefile-targets-face)
16436         (makefile-shell-face, makefile-makepp-perl-face): New faces.
16437         (makefile-dependency-regex): Fix it to not make the colon in
16438         $(var:a=b) special.
16439         (makefile-rule-action-regex): New regexp for highlighting embedded
16440         Shell strings.
16441         (makefile-macroassign-regex): Handle != for highlighting as
16442         embedded Shell strings.
16443         (makefile-var-use-regex): New const.
16444         (makefile-statements, makefile-automake-statements)
16445         (makefile-gmake-statements, makefile-makepp-statements)
16446         (makefile-bsdmake-statements): New consts.
16447         (makefile-make-font-lock-keywords): New function.
16448         (makefile-automake-font-lock-keywords)
16449         (makefile-gmake-font-lock-keywords)
16450         (makefile-makepp-font-lock-keywords)
16451         (makefile-bsdmake-font-lock-keywords): New consts.
16452         (makefile-mode-map): Add switchers between the various submodes.
16453         (makefile-mode): Document the availability of the variants.
16454         (makefile-automake-mode, makefile-gmake-mode)
16455         (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
16457         * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
16458         new variants of makefile-mode.
16460 2005-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
16462         * font-lock.el (font-lock-comment-delimiter-face): Fix up
16463         the inheritance.
16465 2005-05-12  Luc Teirlinck  <teirllm@auburn.edu>
16467         * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
16468         (inferior-lisp-load-hook): Convert defcustoms back to defvars.
16470         * files.el (normal-mode): Extend the scope of the
16471         `enable-local-variables' binding to include the `set-auto-mode' call.
16472         (magic-mode-alist): Doc fix.
16474 2005-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
16476         * font-lock.el (font-lock-comment-delimiter-face): Inherit from
16477         font-lock-comment-face rather than copying its setting.
16479 2005-05-12  Andreas Schwab  <schwab@suse.de>
16481         * eshell/esh-mode.el (eshell-send-input): Doc fix.
16483 2005-05-12  Lute Kamstra  <lute@gnu.org>
16485         * emacs-lisp/generic.el (define-generic-mode): Don't generate a
16486         defcustom for the mode hook variable.  Delete the last argument.
16487         * generic-x.el: Fix callers of define-generic-mode.
16488         (generic-x-modes): Delete group.
16489         (show-tabs-tab-face, show-tabs-space-face): Put them in the
16490         generic-x customization group.
16492 2005-05-12  Kim F. Storm  <storm@cua.dk>
16494         * font-lock.el (font-lock-negation-char-face): Default to "off".
16496         * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
16497         font-lock-negation-char-face to ! in !=.
16499 2005-05-12  Masatake YAMATO  <jet@gyve.org>
16501         * add-log.el (find-change-log): Fix typos in the docstring
16502         of function.
16504 2005-05-11  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
16506         * international/latexenc.el (latexenc-find-file-coding-system):
16507         Avoid `re-search-forward' when looking for input encoding because
16508         of speed and safety.  Better regular expressions for recognizing
16509         input encoding.  Limit a search for TeX-master/tex-main-file to
16510         the local variable section.
16512 2005-05-11  Dan Nicolaescu  <dann@ics.uci.edu>
16514         * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
16515         syntax of $ to "'" (quote).
16517 2005-05-11  Reiner Steib  <Reiner.Steib@gmx.de>
16519         * dnd.el (dnd-protocol-alist): Improve custom type.
16521         * dired.el (dired-dnd-protocol-alist): New variable.
16522         (dired-mode): Use `dired-dnd-protocol-alist'.  Move call of
16523         `dired-mode-hook' to the end.
16525 2005-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
16527         * font-lock.el (font-lock-fontify-syntactically-region): Don't use
16528         comment-end if comment-start-skip is not set.
16529         Obey the font-lock-comment-delimiter-face variables.
16531 2005-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
16533         * files.el (executable-find): Move from executable.el.  Use
16534         locate-file.
16535         * progmodes/executable.el (executable-find): Move to files.el.
16537         * font-lock.el (font-lock-fontify-keywords-region): Use a marker
16538         when trying to ensure forward progress.
16540 2005-05-11  Chong Yidong  <cyd@stupidchicken.com>
16542         * mouse-sel.el (mouse-sel-follow-link-p): New function.
16543         (mouse-select, mouse-select-internal, mouse-extend-internal):
16544         Use it to implement mouse-1-click-follows-link functionality.
16546 2005-05-11  Richard M. Stallman  <rms@gnu.org>
16548         * font-lock.el (font-lock-fontify-syntactically-region):
16549         Use font-lock-comment-delimiter-face for comment delimiters.
16551 2005-05-10  Jay Belanger  <belanger@truman.edu>
16553         * calc/calc-help.el (calc-m-prefix-help): Add mention of
16554         preserving embedded modes.
16556 2005-05-10  Richard M. Stallman  <rms@gnu.org>
16558         * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
16560         * progmodes/ada-mode.el (ada-adjust-case-skeleton):
16561         Move from ada-stmt.el.
16562         (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
16564         * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
16565         Move to ada-mode.el.
16566         (ada-stmt-mode-hook): Delete; do the work in ada-mode.
16568         * cus-edit.el (custom-file): Call file-chase-links.
16570         * files.el (read-directory-name): Fix previous change.
16571         (hack-local-variables-confirm): New function.
16572         (hack-local-variables-prop-line, hack-local-variables)
16573         (hack-one-local-variable): Use it.
16575 2005-05-10  Lute Kamstra  <lute@gnu.org>
16577         * font-lock.el (font-lock-keywords-alist)
16578         (font-lock-removed-keywords-alist): Clarify docstrings.
16580 2005-05-10  Nick Roberts  <nickrob@snap.net.nz>
16582         * progmodes/gdb-ui.el (gdb-macro-info): New variable.
16583         (gdb-source-info): Check for preprocessor info.
16584         (gdb-tooltip-print-1): New function.  Don't print tooltip if it is
16585         a macro for a function.
16586         (gdb-info-breakpoints-custom): Try to find file again if not already
16587         found (user might have used GDB dir command).
16588         (gdb-get-location): Update gdb-location-alist correctly for change
16589         to gdb-info-breakpoints-custom.
16591         * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
16592         (gud-tooltip-print-command): Add gdbmi case.
16593         (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
16594         preprocessor info.
16596 2005-05-09  Reiner Steib  <Reiner.Steib@gmx.de>
16598         * startup.el (fancy-splash-insert): Fix typo in doc string.
16600 2005-05-09  Juanma Barranquero  <lekktu@gmail.com>
16602         * obsolete/float.el (string-to-float):
16603         * obsolete/hilit19.el (hilit-add-pattern):
16604         * obsolete/rnews.el (news-parse-range, news-select-message)
16605         (news-get-pruned-list-of-files): Replace `string-to-int' by
16606         `string-to-number'.
16608         * obsolete/uncompress.el: Set `find-file-not-found-functions', not
16609         `find-file-not-found-hooks'; use `add-hook'.
16610         (uncompress-while-visiting): Set `write-file-functions', not
16611         `write-file-hooks'; use `add-hook'.
16613 2005-05-09  Kim F. Storm  <storm@cua.dk>
16615         * emulation/cua-base.el (cua-copy-region, cua-cut-region)
16616         (cua-paste): Handle clipboard action.
16617         (cua--init-keymaps): Remap clipboard-kill-region and
16618         clipboard-kill-ring-save.
16620 2005-05-08  Eli Zaretskii  <eliz@gnu.org>
16622         * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
16623         Improve commentary.
16625         * simple.el (next-error-overlay-arrow-position): Revert the change
16626         made on 2005-04-30.
16628 2005-05-07  Jay Belanger  <belanger@truman.edu>
16630         * calc/calcsel2.el (calc-commute-left, calc-commute-right)
16631         (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
16632         `calc-sel-reselect'.
16634         * calc/calc-mode.el (calc-save-modes): Reset the modes list if
16635         Calc is in embedded mode.
16637 2005-05-07  Eli Zaretskii  <eliz@gnu.org>
16639         * progmodes/compile.el (compilation-setup):
16640         Set overlay-arrow-string to an empty string on text terminals.
16642         * textmodes/ispell.el (ispell-program-name): Try looking for
16643         "aspell" along exec-path, and if found, use it as the default
16644         speller program.
16646 2005-05-07  Jirka Kosek  <jirka@kosek.cz>  (tiny change)
16648         * international/mule.el (sgml-xml-auto-coding-function):
16649         Recognize encoding='FOO' in single quotes as well as in double quotes.
16651 2005-05-07  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
16653         * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
16654         as well as `interactive', so that defmacro* would recognize
16655         `declare' forms.
16657 2005-05-07  Eli Zaretskii  <eliz@gnu.org>
16659         * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
16660         Explain more about the LIGHTER arg's usage in the doc string.
16661         Add commentary to clarify what the code does.  Fix the regexp that
16662         strips whitespace from LIGHTER.  Quote LIGHTER before using it,
16663         since it could have characters special to regular expressions.
16665 2005-05-07  Matt Hodges  <MPHodges@member.fsf.org>  (tiny change)
16667         * replace.el (occur-1): Bind inhibit-read-only so that
16668         erase-buffer doesn't barf on read-only text properties (likewise
16669         for add-text-properties in occur-engine).  Mark buffer as unmodified.
16670         (occur-engine): Don't set buffer-read-only here.
16672 2005-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
16674         * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
16675         list-buffers-directory.  This caused the *cvs-commit* buffer to be
16676         sometimes mistakenly reused as a *cvs* buffer.
16678 2005-05-07  Nick Roberts  <nickrob@snap.net.nz>
16680         * tooltip.el: Move code for GUD tooltips into gud.el.
16681         (require): CL no longer needed to compile case.
16682         (tooltip-mode): Do not toggle functions for GUD tooltips.
16683         (tooltip-gud-tips-p): Remove.  Replace with minor mode
16684         gud-tooltip-mode in gud.el.
16685         (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
16686         (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
16687         tooltip-gud prefix with gud-tooltip and obsolete.
16688         (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
16689         (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
16690         (tooltip-mouse-motion): Mouse movement functions/variable.
16691         Rename in gud.el by adding gud prefix.
16692         (tooltip-gud-original-filter, tooltip-gud-dereference)
16693         (tooltip-gud-event, tooltip-toggle-gud-tips)
16694         (tooltip-gud-process-output, tooltip-gud-print-command)
16695         (tooltip-gud-tips): GUD tooltip functions/variables.  Rename in
16696         gud.el by replacing tooltip-gud prefix with gud-tooltip.
16697         (gdb-tooltip-print): Move to gdb-ui.el.
16699         * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
16700         (require): CL needed to compile case.
16701         (gud-tooltip-mode): Use to toggle GUD tooltips instead of
16702         tooltip-gud-tips-p.  Make it a minor-mode.
16703         (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
16704         (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
16705         (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
16706         (gud-tooltip-change-major-mode)
16707         (gud-tooltip-activate-mouse-motions-if-enabled)
16708         (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
16709         (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
16710         (gud-tooltip-original-filter, gud-tooltip-dereference)
16711         (gud-tooltip-event, tooltip-toggle-gud-tips)
16712         (gud-tooltip-process-output, gud-tooltip-print-command)
16713         (gud-tooltip-tips): Move from tooltip.el.
16715         * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
16716         (gdb-cpp-define-alist-flags): Doc fix.
16717         (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
16718         gud-tooltip-mode is t.
16720 2005-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
16722         * net/goto-addr.el (goto-address-fontify): Make sure the overlays
16723         evaporate if their text is deleted.
16724         (goto-address-at-point): Make it work as a mouse binding as well.
16725         (goto-address-at-mouse): Obsolete it.  Update users.
16727 2005-05-06  Glenn Morris  <gmorris@ast.cam.ac.uk>
16729         * calendar/appt.el (top-level): No longer activate on load.
16731 2005-05-06  Juanma Barranquero  <lekktu@gmail.com>
16733         * calendar/cal-bahai.el (mark-bahai-diary-entries):
16734         * net/webjump.el (webjump):
16735         * progmodes/idlw-help.el (idlwave-do-context-help1)
16736         (idlwave-highlight-linked-completions):
16737         * textmodes/po.el (po-find-file-coding-system-guts):
16738         Replace `assoc-ignore-case' by `assoc-string'.
16740 2005-05-06  Eli Zaretskii  <eliz@gnu.org>
16742         * files.el (locate-file): Doc fix.
16744         * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
16745         Remove the redundant test for ms-dos.
16747         * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
16748         look for the preprocessor with exec-suffixes.  If not found in
16749         standard places, look in exec-path.  Remove most of the tests that
16750         used system-type.
16752         * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
16754         * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
16756         * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
16757         file-name clash with jka-compr.el on 8+3 filesystems.
16759 2005-05-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
16761         * term/mac-win.el: Don't define or bind scroll bar functions if
16762         x-toolkit-scroll-bars is t.
16763         (x-select-text, x-get-selection-value): Clear
16764         x-last-selected-text-clipboard if x-select-enable-clipboard is
16765         nil.
16766         (PRIMARY): Put mac-scrap-name property.
16767         (mac-select-convert-to-file-url): New function.
16768         (public.file-url): New selection target type.  Add to
16769         selection-converter-alist.
16770         (x-get-selection, x-selection-value): Handle it.
16771         (x-cut-buffer-or-selection-value): New alias.
16773 2005-05-05  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
16775         * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
16776         entry to avoid calling bibtex-find-entry with arg global
16777         being t.  Remove arg key.
16778         (bibtex-summary-function, bibtex-complete-crossref-cleanup)
16779         (bibtex-copy-summary-as-kill): Change accordingly.
16781 2005-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
16783         * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
16784         (org-agenda-date-later): Use with-current-buffer.
16786 2005-05-05  Luc Teirlinck  <teirllm@auburn.edu>
16788         * emacs-lisp/byte-run.el (define-obsolete-function-alias)
16789         (define-obsolete-variable-alias): Doc Fixes.
16791 2005-05-06  Kim F. Storm  <storm@cua.dk>
16793         * simple.el (line-move-1): Fix 2005-04-26 change.  Must still use
16794         vertical-motion when selective-display is active.
16796         * ido.el (ido-setup-hook): New hook.
16797         (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
16798         (ido-input-stack): New var.
16799         (ido-define-mode-map): Bind M-b to ido-push-dir.  Move old
16800         ido-next-work-file binding to M-O.
16801         Bind M-f to ido-wide-find-file-or-pop-dir.
16802         (ido-define-mode-map): Don't run ido-define-mode-map-hook.
16803         (ido-read-internal): Run ido-setup-hook.
16804         Catch quit in read-file-name and read-string to cancel edit.
16805         Handle new push, pop, and pop-all exit codes (for M-b/M-f).
16806         Automatically pop-all when completing a directory name (RET).
16807         (ido-file-internal): Add with-no-warnings around ffap and dired code.
16808         (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
16809         (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
16810         (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
16811         New functions for M-b/M-f to move among the directory components.
16812         (ido-make-merged-file-list): Catch quit to cancel merge.
16813         (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
16814         (ido-completion-help): No warnings for ido-completion-buffer-full.
16816 2005-05-05  Daniel Pfeiffer  <occitan@esperanto.org>
16818         * font-lock.el (font-lock-negation-char-face): New face and variable.
16819         * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
16820         * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
16821         * progmodes/cperl-mode.el (cperl-init-faces): Use it.
16822         * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
16824 2005-05-05  Juanma Barranquero  <lekktu@gmail.com>
16826         * emacs-lisp/byte-run.el (define-obsolete-function-alias):
16827         Fix typo in docstring.
16829         * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
16830         (ebrowse-print-statistics-line)
16831         (ebrowse-electric-position-mode-hook): Fix typo in docstring.
16833         * term/w32-win.el (image-library-alist): Add additional name for
16834         Xpm library.
16836 2005-05-05  Nick Roberts  <nickrob@snap.net.nz>
16838         * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
16839         use gcc instead of cpp.
16841         * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
16842         (gdb-create-define-alist): Use it.
16843         (gdb-cpp-define-alist-program): Update for MS-DOS.
16845 2005-05-04  Nick Roberts  <nickrob@snap.net.nz>
16847         * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
16849 2005-05-04  Richard M. Stallman  <rms@gnu.org>
16851         * help.el (describe-key): No error when UNTRANSLATED is nil.
16853         * simple.el (line-move-1): Fix previous change to signal errors
16854         appropriately.
16856 2005-05-03  Ulf Jasper  <ulf.jasper@web.de>
16858         * calendar/icalendar.el (icalendar-version): Now at 0.12.
16859         (icalendar-duration-correction): Remove.
16860         (icalendar--get-event-properties): Split result at commas.
16861         (icalendar--decode-isoduration): New optional argument
16862         DURATION-CORRECTION.
16863         (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
16864         (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
16865         (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
16866         (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
16867         (icalendar--convert-anniversary-to-ical): New functions, extracted
16868         from icalendar-export-region, with bug fixes.
16869         (icalendar-export-region): Use the above functions.
16870         (icalendar-import-buffer): Check before saving diary file.
16871         (icalendar--convert-recurring-to-diary)
16872         (icalendar--convert-non-recurring-all-day-to-diary)
16873         (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
16874         extracted from icalendar--convert-ical-to-diary, with bug fixes.
16875         (icalendar--convert-ical-to-diary): Use the above functions.
16877 2005-05-03  Nick Roberts  <nickrob@snap.net.nz>
16879         * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
16880         Remove these recent additions.
16881         (c-mode): Restore to before 2005-04-28.
16883         * progmodes/cc-vars.el (cc-define-list-program): Remove this
16884         recent addition.
16886         * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
16887         (gdb-define-alist): New variables.
16888         (gdb-create-define-alist): New function.
16889         (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
16890         (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
16891         with string-to-number.
16892         (gdb-reset): Kill gdb-define-alist.  Move assignments outside loop.
16894         * progmodes/gud.el: Replace string-to-int with string-to-number.
16895         (gud-find-file): Handle gdb-define-alist.
16897         * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
16899 2005-05-02  Jay Belanger  <belanger@truman.edu>
16901         * calc/calc-aent.el (math-read-token):
16902         * calc/calc-bin.el (calc-word-size):
16903         * calc/calc-ext.el (calc-read-number-fancy):
16904         * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
16905         (math-parse-date, math-parse-standard-date, calcFunc-tzone):
16906         * calc/calc-frac.el (calc-over-notation):
16907         * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
16908         (calc-graph-num-points, calc-graph-init):
16909         * calc/calc-prog.el (calc-read-parse-table-part)
16910         (calc-edit-macro-repeats):
16911         * calc/calc-yank.el (calc-do-grab-rectangle):
16912         * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
16913         Replace `string-to-int' by `string-to-number'.
16915 2005-05-02  Kim F. Storm  <storm@cua.dk>
16917         * kmacro.el: Use executing-kbd-macro-index variable.
16919 2005-05-02  Thien-Thi Nguyen  <ttn@gnu.org>
16921         * net/rlogin.el (rlogin-parse-words): Delete func.
16922         (rlogin): Use split-string, not rlogin-parse-words.
16923         Also, if there are option-like elements in the parsed args,
16924         take the host to be the first arg immediately following them.
16925         Suggested by Michael Mauger.
16927 2005-05-01  Luc Teirlinck  <teirllm@auburn.edu>
16929         * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
16931 2005-05-02  Nick Roberts  <nickrob@snap.net.nz>
16933         * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
16934         (cc-mode-cpp-program): Rename to cc-define-list-program and
16935         move to cc-vars.el.
16937         * progmodes/cc-vars.el (cc-define-list-program):
16938         Change to "gcc -E -dM -".  Make customizable.
16940 2005-05-02  Kim F. Storm  <storm@cua.dk>
16942         * emulation/cua-base.el: Fix check for CUA-mode if no init file.
16944 2005-05-02  Nick Roberts  <nickrob@snap.net.nz>
16946         * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
16948         * international/mule-util.el (truncate-string): Remove alias and
16949         obsolete declaration.
16951         * international/mule-cmds.el (update-iso-coding-systems):
16952         Remove alias and obsolete declaration.
16954         * international/mule.el (coding-system-parent): Remove alias and
16955         obsolete declaration.
16957         * subr.el (define-function, sref): Remove aliases and obsolete
16958         declarations.
16959         (chars-in-region): Remove obsolete declaration.
16961 2005-05-01  Richard M. Stallman  <rms@gnu.org>
16963         * info.el (Info-mode): Set widen-automatically to nil, locally.
16965         * simple.el (widen-automatically): New variable.
16966         (pop-global-mark): Obey widen-automatically.
16968 2005-05-01  Dan Nicolaescu  <dann@ics.uci.edu>
16970         * term/xterm.el (function-key-map): Call substitute-key-definition
16971         before the keymap size is increased by a lot of define-key calls.
16973 2005-05-01  Richard M. Stallman  <rms@gnu.org>
16975         * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
16976         Rename ARG to ELEMENT.  Doc fix.
16978 2005-05-01  Nick Roberts  <nickrob@snap.net.nz>
16980         * allout.el (allout-exposure): Remove macro and obsolete declaration.
16981         Remove references to allout-exposure/change to allout-new-exposure.
16983         * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
16984         bytecode symbols.
16986         * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
16987         (compiled-function-p, focus-frame, unfocus-frame):
16988         Remove aliases and obsolete declarations.
16989         Back out inadvertent changes from previous commit.
16991 2005-05-01  Luc Teirlinck  <teirllm@auburn.edu>
16993         * files.el (require-final-newline): Make Custom tags consistent
16994         with mode-require-final-newline.
16995         (mode-require-final-newline): Doc fix.
16997 2005-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
16999         * international/latexenc.el (latexenc-find-file-coding-system):
17000         Fix regular expressions.
17002 2005-05-01  David Kastrup  <dak@gnu.org>
17004         * international/latexenc.el (latexenc-find-file-coding-system):
17005         Fix regular expressions.
17007 2005-05-01  Nick Roberts  <nickrob@snap.net.nz>
17009         * subr.el (string-to-int): Make obsolete.
17011 2005-04-30  Richard M. Stallman  <rms@gnu.org>
17013         * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
17015         * loadup.el: load jka-comp-hook.
17017         * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
17018         (jka-compr-handler): Add autoload.  `put' calls moved
17019         to jka-comp-hook.el.
17020         (compression, jka-compr): defgroups moved to jka-comp-hook.el.
17021         (jka-compr-inhibit): Autoload.
17023         * jka-comp-hook.el: New file.
17024         Enable the mode by default.
17026         * files.el (backup-buffer-copy): Use copy-file instead
17027         of write-region, and put back the 'excl.
17029 2005-04-30  Chong Yidong  <cyd@stupidchicken.com>
17031         * progmodes/flymake.el (flymake-split-string)
17032         (flymake-split-string, flymake-log, flymake-pid-to-names)
17033         (flymake-reg-names, flymake-get-source-buffer-name)
17034         (flymake-unreg-names, flymake-add-line-err-info)
17035         (flymake-add-err-info): Clarify docstrings.
17036         (flymake-popup-menu, flymake-make-emacs-menu)
17037         (flymake-make-xemacs-menu): Add docstrings.
17038         (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
17039         Set variables directly throughout.
17041 2005-04-30  Nick Roberts  <nickrob@snap.net.nz>
17043         * progmodes/cc-mode.el (cc-create-define-alist): Check that file
17044         exists.  Initialize cc-define-alist.
17045         (c-mode): Add cc-create-define-alist locally to after-save-hook.
17046         If there is no file (Macroexpansion) don't create an alist.
17048 2005-04-29  Sam Steingold  <sds@gnu.org>
17050         * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
17051         (cc-create-define-alist): Use it instead of the hard-coded string.
17053 2005-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
17055         * international/mule-conf.el (file-coding-system-alist): Fix regexp
17056         for latexenc.
17058 2005-04-29  Lute Kamstra  <lute@gnu.org>
17060         * emacs-lisp/generic.el: Improve commentary section.
17061         (define-generic-mode): Improve docstring.
17063 2005-04-29  Carsten Dominik  <dominik@science.uva.nl>
17065         * textmodes/org.el (many places): Change to quiet the byte compiler.
17066         (org-prefix-format-compiled): New variable.
17067         (org-compile-prefix-format): New function.
17068         (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
17069         (org-agenda-prefix-format, org-timeline-prefix-format): New options.
17070         (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
17071         (org-get-entries-from-diary): Use `org-get-time-of-day' for
17072         consistency with entries from `org-mode' files.
17073         (org-get-time-of-day): Fix bug with partial matches early in a line.
17074         (org-non-link-chars): New constant.
17075         (org-link-regexp): Respect `org-non-link-chars'.
17076         (org-agenda-day-view): Remove command.
17077         (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
17078         (org-follow-bbdb-link, org-store-link): Search also company field.
17079         (org-highlight-overlay): New variable.
17080         (org-highlight, org-unhighlight): New functions.
17081         (org-agenda-mode): Add pre-command-hook to remove highlight.
17082         (org-evaluate-time-range): Behavior depends upon whether time stamp
17083         contains a time or not.
17084         (org-show-subtree, org-show-entry): New functions.
17085         (org-agenda-cleanup-fancy-diary): Remove empty lines.
17087 2005-04-28  Luc Teirlinck  <teirllm@auburn.edu>
17089         * comint.el (comint-output-filter-functions): Add autoload cookie.
17091 2005-04-28  Kim F. Storm  <storm@cua.dk>
17093         * ido.el (ido-everywhere): Fix last change.
17095 2005-04-28  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
17097         * international/latexenc.el: New file.
17098         * international/mule-conf.el (file-coding-system-alist): For .tex,
17099         .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
17101 2005-04-28  Lute Kamstra  <lute@gnu.org>
17103         * font-lock.el (font-lock-add-keywords)
17104         (font-lock-remove-keywords): Clarify docstring.
17105         (font-lock-keywords-alist, font-lock-removed-keywords-alist):
17106         Don't start docstrings with a `*'.
17107         (font-lock-update-removed-keyword-alist): Give it a docstring.
17109         * generic-x.el: Update commentary section.
17110         Only require font-lock when compiling.
17111         Define all modes conditionally.
17112         Place all generic modes in the generic-x-modes customization group.
17113         (generic-x-modes): New customization group.
17114         (generic-default-modes, generic-mswindows-modes)
17115         (generic-unix-modes, generic-other-modes): New constants.
17116         (generic-define-mswindows-modes, generic-define-unix-modes):
17117         Update docstrings.  Make them obsolete.
17118         (generic-extras-enable-list): New default value.  Update docstring.
17119         Improve :type.  Change :set function.
17120         (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
17121         Fix docstring.
17123         * emacs-lisp/generic.el (generic-mode-internal):
17124         Simplify font-lock-defaults.
17125         (define-generic-mode): Fix docstring.
17127 2005-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
17129         * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
17130         font-lock-face property to highlight matches.
17132 2005-04-28  Nick Roberts  <nickrob@snap.net.nz>
17134         * progmodes/cc-mode.el (cc-create-define-alist): New function.
17135         (cc-define-alist): New variable.
17136         (c-mode): Make it local and initialize it.
17138         * progmodes/gdb-ui.el (gdb-active-process): New variable.
17139         (gdb-exited): New function.
17140         (gdb-annotation-rules): Use it.
17141         (gdb-starting): Set gdb-active-process to t.
17142         (gdb-stopping): Amend doc string.
17143         (gdb-reset): Set gdb-active-process to nil.
17145         * tooltip.el (tooltip-gud-tips): Show the associated #define
17146         directives when a C program under GDB is not executing.
17148 2005-04-27  Stefan Monnier  <monnier@iro.umontreal.ca>
17150         * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
17151         font-lock-fontify-syntactic-keywords.
17153         * font-lock.el (font-lock-default-fontify-region): Don't force
17154         parse-sexp-lookup-properties to nil.
17156 2005-04-27  Alexander Klimov  <alserkli@inbox.ru>  (tiny change)
17158         * man.el (man-mode-syntax-table): Set up `:' to have
17159         word-constituent syntax.
17161 2005-04-27  Lute Kamstra  <lute@gnu.org>
17163         * novice.el (disable-command): Don't add spurious newlines to the
17164         init file.  Reported by Dan Jacobson <jidanni@jidanni.org>.
17166 2005-04-26  Jay Belanger  <belanger@truman.edu>
17168         * calc/calc-yank.el (calc-edit-finish): Make sure there is more
17169         than one window before deleting window.
17171 2005-04-26  Luc Teirlinck  <teirllm@auburn.edu>
17173         * shell.el (shell-prompt-pattern): Doc fix.
17174         (shell-mode): Set paragraph-separate buffer locally to "\\'".
17176         * comint.el (comint-prompt-regexp, comint-get-old-input)
17177         (comint-use-prompt-regexp)
17178         (comint-use-prompt-regexp-instead-of-fields)
17179         (comint-replace-by-expanded-history, comint-send-input)
17180         (comint-output-filter, comint-get-old-input-default)
17181         (comint-line-beginning-position, comint-bol, comint-show-output)
17182         (comint-backward-matching-input, comint-forward-matching-input)
17183         (comint-next-prompt, comint-previous-prompt):
17184         Rename `comint-use-prompt-regexp-instead-of-fields' to
17185         `comint-use-prompt-regexp'.  Keep old name as alias and declare
17186         obsolete.
17187         (comint-use-prompt-regexp): Shorten first line of doc string.
17189         * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
17190         Set paragraph-separate buffer locally to "\\'".
17192         * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
17193         Adapt to above name change.
17195         * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
17196         (smbclient-prompt-regexp): Ditto.
17198         * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
17200 2005-04-27  Nick Roberts  <nickrob@snap.net.nz>
17202         * progmodes/gdb-ui.el (gdb-location-alist): Rename from
17203         gdb-location-list.
17204         Break lines that are over 80 characters wide.
17206 2005-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
17208         * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
17209         New fun and var, to preserve compatibility.
17211         * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
17213 2005-04-26  Dominique de Waleffe  <ddw@missioncriticalit.com>  (tiny change)
17215         * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
17216         name to file-newer-than-file-p.
17218 2005-04-26  Richard M. Stallman  <rms@gnu.org>
17220         * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
17222         * progmodes/python.el (python-mode):
17223         Use new name eldoc-documentation-function.
17225         * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
17227         * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
17228         (eldoc-documentation-function):
17229         Rename from eldoc-print-current-symbol-info-function.  Calls changed.
17231 2005-04-26  Nick Roberts  <nickrob@snap.net.nz>
17233         * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
17235 2005-04-25  Dan Nicolaescu  <dann@ics.uci.edu>
17237         * term/xterm.el (function-key-map): Fix strings for
17238         {C,S,A,C-S}-f[1-4].  Use substitute-key-definition to bind
17239         {C,S,A,C-S}-{f1-f12}.
17241 2005-04-26  Kenichi Handa  <handa@m17n.org>
17243         * international/mule-cmds.el (select-safe-coding-system):
17244         Fix previous change.
17246 2005-04-26  Lute Kamstra  <lute@gnu.org>
17248         * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
17250         * font-lock.el (font-lock-fontify-region-function): Fix docstring.
17251         (font-lock-comment-delimiter-face): Ditto.
17253         * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
17255 2005-04-25  Jay Belanger  <belanger@truman.edu>
17257         * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
17258         to t while inserting information; use help-mode.
17260 2005-04-25  Dan Nicolaescu  <dann@ics.uci.edu>
17262         * term.el (ansi-term-color-vector): Use the xterm colors.
17263         (term-raw-map): Don't add mappings for \eO and \e[.  Map deletechar.
17265 2005-04-25  Lute Kamstra  <lute@gnu.org>
17267         * font-core.el (font-lock-defaults): Fix docstring.
17269         * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
17271 2005-04-25  Kenichi Handa  <handa@m17n.org>
17273         * international/mule-cmds.el (select-safe-coding-system):
17274         Don't check consistency with coding: spec, etc if raw-text or
17275         no-conversion was found to be safe.
17277 2005-04-24  Richard M. Stallman  <rms@gnu.org>
17279         * mail/sendmail.el (mail-font-lock-keywords): Match any number of
17280         citation markers at start of each line.
17282         * mail/rmail.el (rmail-font-lock-keywords): Match any number of
17283         citation markers at start of each line.
17285         * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
17287         * files.el (mode-require-final-newline): Fix previous change.
17288         (require-final-newline): Fix type label.
17290 2005-04-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
17292         * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
17293         statement in buffer (broken by 2004-11-24 change).
17295 2005-04-24  Kim F. Storm  <storm@cua.dk>
17297         * ido.el (ido-everywhere): Save and restore old read-buffer-function
17298         and read-file-name-function values.  Don't overwrite existing
17299         non-nil values if ido-mode is enabled without ido-everywhere.
17301 2005-04-24  Luc Teirlinck  <teirllm@auburn.edu>
17303         * files.el (mode-require-final-newline): Minor doc fix.
17305 2005-04-24  Eli Zaretskii  <eliz@gnu.org>
17307         * subr.el (syntax-after): Doc fix.
17308         (syntax-class): If argument is nil, return nil.  Mask off upper 16
17309         bits, not 8 bits.
17311         * files.el (mode-require-final-newline): Doc fix.
17312         (backup-buffer-copy): Fix last change.
17314 2005-04-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
17316         * term/mac-win.el: Require select.  Set selection-coding-system to
17317         mac-system-coding-system.  Call menu-bar-enable-clipboard.
17318         (x-last-selected-text-clipboard, x-last-selected-text-primary)
17319         (x-select-enable-clipboard): New variables.
17320         (x-select-text, x-get-selection, x-selection-value)
17321         (x-get-selection-value, mac-select-convert-to-string)
17322         (mac-services-open-file, mac-services-open-selection)
17323         (mac-services-insert-text): New functions.
17324         (CLIPBOARD, FIND): Put mac-scrap-name property.
17325         (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
17326         (public.tiff): Put mac-ostype property.
17327         (selection-converter-alist): Add entries for them.
17328         (mac-application-menu-map): New keymap.
17329         (interprogram-cut-function, interprogram-paste-function): Set to
17330         x-select-text and x-get-selection-value, respectively.
17331         (split-window-keep-point): Set to t.
17333 2005-04-23  Richard M. Stallman  <rms@gnu.org>
17335         * files.el (read-directory-name): Always pass non-nil
17336         DEFAULT-FILENAME arg to read-file-name.
17337         (backup-buffer-copy, basic-save-buffer-2): Take care against
17338         writing thru an unexpected existing symlink.
17339         (revert-buffer): In indirect buffer, revert the base buffer.
17340         (magic-mode-alist): Doc fix.
17341         (buffer-stale-function): Doc fix.
17342         (minibuffer-with-setup-hook): Avoid warning.
17343         (mode-require-final-newline): Doc and custom fix.
17345         * follow.el (follow-end-of-buffer): Use with-no-warnings.
17347         * font-lock.el (font-lock-comment-face): On terminals with few colors,
17348         use the default appearance.
17349         (font-lock-comment-delimiter-face): New face, new variable.
17351         * imenu.el (imenu--generic-function): The official position of a
17352         definition is the start of the line that BEG is in.
17354         * midnight.el (midnight-timer): Move defvar up.
17356         * mouse.el (mouse-drag-region-1): Delete some debugging code.
17358         * saveplace.el (save-place-to-alist): Use with-no-warnings.
17360         * startup.el (command-line): Use with-no-warnings.
17362         * window.el (window-size-fixed): New defvar.
17364         * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
17366         * mail/rmail.el (rmail-font-lock-keywords):
17367         Use font-lock-comment-delimiter-face.
17369         * mail/sendmail.el (mail-font-lock-keywords):
17370         Use font-lock-comment-delimiter-face.
17372         * progmodes/compile.el (next-error-highlight-timer): New defvar.
17374 2005-04-23  SAITO Takuya  <tabmore@rivo.mediatti.net>  (tiny change)
17376         * progmodes/compile.el (compilation-mode-font-lock-keywords):
17377         Specify t for LAXMATCH when matching directories.
17378         Save match data around compilation-compat-error-properties form.
17380 2005-04-23  David Kastrup  <dak@gnu.org>
17382         * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
17383         Mention that the autoloaded aliases should be kept for AUCTeX.
17385 2005-04-23  Andreas Schwab  <schwab@suse.de>
17387         * isearch.el (isearch-forward): Doc fix.
17389 2005-04-23  Eli Zaretskii  <eliz@gnu.org>
17391         * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
17392         (jit-lock-stealth-nice): Change default value to 0.5.
17394 2005-04-23  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
17396         * abbrev.el (write-abbrev-file): Write table entries in
17397         alphabetical order by table name.
17399 2005-04-22  Kim F. Storm  <storm@cua.dk>
17401         * ido.el (ido-read-internal): Fix `list' completion.
17403 2005-04-22  Kenichi Handa  <handa@m17n.org>
17405         * recentf.el (recentf-save-file-coding-system): New variable.
17406         (recentf-save-list): Encode the file by
17407         recentf-save-file-coding-system and add coding: tag.
17409 2005-04-22  Nick Roberts  <nickrob@snap.net.nz>
17411         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
17413 2005-04-21  Lute Kamstra  <lute@gnu.org>
17415         * loadhist.el (unload-feature): Don't remove a function from hooks
17416         if it is about to be restored to an autoload .  Remove functions
17417         that will become unbound from auto-mode-alist.  Simplify the code.
17419         * subr.el (assq-delete-all): New implementation that is linear,
17420         not quadratic.  Suggested by David Kastrup <dak@gnu.org>.
17421         (rassq-delete-all): New function.
17423         * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
17424         Add size-indication-mode.
17426 2005-04-21  Kenichi Handa  <handa@m17n.org>
17428         * international/mule-cmds.el: Add autoload for widget-value in
17429         eval-when-compile.
17431 2005-04-21  Nick Roberts  <nickrob@snap.net.nz>
17433         * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
17434         Add tooltip-mode.
17436         * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
17438 2005-04-20  Luc Teirlinck  <teirllm@auburn.edu>
17440         * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
17441         (inferior-lisp-filter-regexp, inferior-lisp-program)
17442         (inferior-lisp-load-command, inferior-lisp-prompt)
17443         (inferior-lisp-mode-hook, lisp-source-modes)
17444         (inferior-lisp-load-hook): defvar->defcustom.
17445         (inferior-lisp-program, inferior-lisp-prompt)
17446         (inferior-lisp-load-hook): Doc fixes.
17447         (inferior-lisp-install-letter-bindings): Small change in
17448         introductory comment.
17450 2005-04-20  Dan Nicolaescu  <dann@ics.uci.edu>
17452         * vc.el (vc-annotate-color-map): Change some colors so that text
17453         using them as foreground is readable on both white and black
17454         backgrounds.
17456 2005-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
17458         * international/mule-conf.el (translation-table-for-input):
17459         Remove redundant declaration.
17461 2005-04-20  Nick Roberts  <nickrob@snap.net.nz>
17463         * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
17465         * tooltip.el (tooltip-gud-tips-p): Expand documentation.
17466         (tooltip-toggle-gud-tips): New function.
17468 2005-04-20  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
17470         * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
17471         right angle brackets.
17473 2005-04-20  Nick Roberts  <nickrob@snap.net.nz>
17475         * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
17477 2005-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
17479         * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
17480         Remove.  Update callers to use expand-file-name instead.
17482         * subr.el (syntax-class): New function.
17484         * simple.el (blink-matching-open): Use it.
17486         * paren.el (show-paren-function): Use it to recognize parens that are
17487         also used in 2-char comment markers.
17489 2005-04-19  Lute Kamstra  <lute@gnu.org>
17491         * loadhist.el (unload-feature): Update for new format of
17492         load-history.  Simplify the code.
17494 2005-04-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
17496         * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
17497         (mac-add-charset-info): New function.  Initialize variable
17498         mac-charset-info-alist using it.
17499         (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
17500         for translation.
17501         (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
17502         (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
17503         (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
17504         New CCL programs.
17506 2005-04-19  Kim F. Storm  <storm@cua.dk>
17508         * simple.el (next-buffer, prev-buffer, next-error)
17509         (scroll-other-window, keyboard-quit, keyboard-escape-quit)
17510         (clone-indirect-buffer-other-window): Move bindings to bindings.el.
17512         * bindings.el (next-buffer, prev-buffer, next-error)
17513         (scroll-other-window, keyboard-quit, keyboard-escape-quit)
17514         (clone-indirect-buffer-other-window): Move bindings from simple.el.
17515         (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
17516         (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
17518 2005-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
17520         * isearch.el (isearch-edit-string): Make the search-ring available for
17521         minibuffer history commands.
17522         (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
17523         the default history commands now work just as well.
17524         (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
17526 2005-04-18  Kim F. Storm  <storm@cua.dk>
17528         * emulation/cua-base.el (cua--pre-command-handler): Add more
17529         elaborate check for shift modifier on non-window systems.
17531 2005-04-18  Lars Hansen  <larsh@math.ku.dk>
17533         * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
17535 2005-04-18  Kim F. Storm  <storm@cua.dk>
17537         * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
17538         and make it optional.  Don't test tooltip-gud-echo-area here.
17539         (tooltip-gud-process-output, gdb-tooltip-print):
17540         Pass tooltip-gud-echo-area to tooltip-show.
17541         (tooltip-help-tips): Remove second optional arg to tooltip-show.
17543 2005-04-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
17545         * tooltip.el (tooltip-mode): `emacs-quick-startup' and
17546         `display-graphic-p' may not be bound yet.
17548 2005-04-17  Luc Teirlinck  <teirllm@auburn.edu>
17550         * startup.el (command-line): No longer enable Xterm Mouse mode by
17551         default in terminals compatible with xterm.
17553         * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
17555 2005-04-18  Nick Roberts  <nickrob@snap.net.nz>
17557         * tooltip.el (tooltip-gud-echo-area): Rename from
17558         tooltip-use-echo-area.
17559         (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
17560         (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
17561         area independently of where help tooltips are displayed.
17563 2005-04-17  David Kastrup  <dak@gnu.org>
17565         * cus-theme.el (custom-theme-write-variables): Quote variables
17566         where necessary.
17568 2005-04-17  Richard M. Stallman  <rms@gnu.org>
17570         * simple.el (yank-excluded-properties): Add follow-link to value.
17572         * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
17574         * startup.el (fancy-splash-max-time): Just 30 seconds.
17575         (fancy-splash-delay): Just 7.
17576         (fancy-splash-screens): No time limit other than fancy-splash-max-time.
17578         * loadhist.el (unload-feature): Update for new format of load-history.
17579         Simplify the code.
17581         * mail/rmail.el (rmail-ignored-headers): Ignore more headers
17582         (rmail-font-lock-keywords): Don't fontify the text of a citation.
17584         * mail/sendmail.el (mail-font-lock-keywords):
17585         Don't fontify subject text.
17586         Don't fontify the text of a citation.
17588 2005-04-17  Mark H. Weaver  <mhw@netris.org>  (tiny change)
17590         * comint.el (comint-output-filter): Run comint-output-filter-functions
17591         with point where the user had it.
17593 2005-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
17595         * international/ucs-tables.el (ucs-set-table-for-input):
17596         Disable when using unify-on-decoding.
17598 2005-04-16  Dan Nicolaescu  <dann@ics.uci.edu>
17600         * emulation/cua-base.el (cua-global-mark-face): Add special case
17601         for displays supporting a high number of colors.
17603 2005-04-16  Matt Hodges  <MPHodges@member.fsf.org>  (tiny change)
17605         * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
17607 2005-04-16  Chong Yidong  <cyd@stupidchicken.com>
17609         * filesets.el (filesets-add-buffer): If user supplies a name of a
17610         non-existing fileset, create a new fileset.
17612 2005-04-16  Carsten Dominik  <dominik@science.uva.nl>
17614         * textmodes/org.el (org-up-heading-all): Fix bug with
17615         `outline-up-heading-all'.
17617 2005-04-16  Andreas Schwab  <schwab@suse.de>
17619         * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
17620         /etc/permissions.d/* and /etc/aliases.d/*.
17622 2005-04-16  Kenichi Handa  <handa@m17n.org>
17624         * international/code-pages.el (cp-make-coding-system):
17625         Set `translation-table-for-input' property value to the symbol
17626         ucs-mule-to-mule-unicode, not to that value.
17627         (pt154): Escape guillemet by `\'.
17629 2005-04-15  Luc Teirlinck  <teirllm@auburn.edu>
17631         * loadup.el: Load tooltip if x-show-tip is fboundp.
17633         * startup.el (command-line): Add comment.
17635         * tooltip.el (tooltip-mode): Specify correct standard value for
17636         Custom in init-value.
17638 2005-04-15  Nick Roberts  <nickrob@snap.net.nz>
17640         * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
17641         possible.
17643 2005-04-15  Carsten Dominik  <dominik@science.uva.nl>
17645         * textmodes/org.el (org-agenda-date-prompt): Rename from
17646         `org-agenda-date-today'.
17647         (org-evaluate-time-range): Insert at point instead of directly
17648         after time range.
17649         (org-first-headline-recenter, org-subtree-end-visible-p)
17650         (org-optimize-window-after-visibility-change): New functions
17651         (org-agenda-post-command-hook): Don't allow point at end of line,
17652         to make sure it always hits the text properties.
17653         (org-agenda-next-date-line, org-agenda-previous-date-line):
17654         New commands.
17655         (org-set-regexps-and-options): Category may contain white space.
17656         (org-agenda-get-deadlines, org-agenda-get-scheduled):
17657         Improve marker positions.
17658         (org-agenda-new-marker): Argument POS made optional.
17659         (org-agenda-get-timestamps): Deadlines which are done are listed
17660         in org-done-face now.
17661         (org-agenda-get-todos, org-agenda-get-timestamps)
17662         (org-agenda-get-deadlines, org-agenda-get-scheduled):
17663         Set `undone-face' and `done-face' properties.
17664         (org-last-todo-state-is-todo): New variable.
17665         (org-todo): Set `org-last-todo-state-is-todo'.
17666         (org-agenda-todo): Change face according to
17667         `org-last-todo-state-is-todo'.  And change other lines referring to
17668         the same entry.
17669         (org-calendar-goto-agenda): New command.
17670         (org-calendar-to-agenda-key): New option.
17671         (org-startup-folded): New allowed value `content'.
17672         (org-set-regexps-and-options): Accept new value `content' for
17673         `org-startup-folded'.
17674         (org-get-current-options): Handle new value `content' for
17675         `org-startup-folded'.
17676         (org-insert-todo-heading): New command.
17677         (org-mode): Insert first line "*-* mode: org-mode -*-" when called
17678         interactively in empty file and option
17679         `org-insert-mode-line-in-empty-file' has been set.
17680         (org-agenda-todo, org-agenda-priority): Modify to use
17681         `org-agenda-change-all-lines'.
17682         (org-warning-face): Change color on dark background
17684 2005-04-14  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
17686         * international/mule-cmds.el (set-locale-environment): On Mac OS,
17687         use preferences AppleLocale and AppleLanguages, and variable
17688         mac-system-locale for default locale.  On Mac OS Classic, use
17689         mac-system-coding-system for default coding systems.
17691         * term/mac-win.el: Don't set file-name-coding-system.
17692         Decode variables system-name, emacs-build-system, user-login-name, and
17693         user-full-name by mac-system-coding-system on Mac OS Classic.
17694         (mac-system-coding-system): New variable.
17696 2005-04-13  Luc Teirlinck  <teirllm@auburn.edu>
17698         * startup.el (command-line): Handle `xterm-mouse-mode' before
17699         reading init file.
17701         * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
17703 2005-04-13  Glenn Morris  <gmorris@ast.cam.ac.uk>
17705         * progmodes/sh-script.el (sh-here-document-word): Make it a
17706         defcustom.  Doc fix.
17707         (sh-add): Bash uses $(( )) for arithmetic.
17708         (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
17709         (sh-maybe-here-document): Remove quotes and leading whitespace
17710         from heredoc word when closing.  Indent heredoc with tabs if word
17711         starts with "-".
17713 2005-04-13  Richard M. Stallman  <rms@gnu.org>
17715         * simple.el (undo): Fix previous change.
17717         * custom.el (defface): Doc fix.
17719 2005-04-13  Lute Kamstra  <lute@gnu.org>
17721         * Makefile.in (DONTCOMPILE): Remove list.
17722         (compile, compile-always): Don't use DONTCOMPILE.
17723         (update-authors): Load the library in which batch-update-authors
17724         is defined.
17725         * makefile.w32-in (DONTCOMPILE): Remove list.
17726         (compile, compile-always): Fix comments.
17727         (update-authors): Load the library in which batch-update-authors
17728         is defined.
17730         * generic-x.el (generic-mode-ini-file-find-file-hook):
17731         Rename to ini-generic-mode-find-file-hook.
17732         Keep generic-mode-ini-file-find-file-hook as an alias.
17733         (ini-generic-mode-find-file-hook): Rename from
17734         generic-mode-ini-file-find-file-hook.  Fix docstring.
17735         (ini-generic-mode): Docstring change.
17736         (bat-generic-mode-run-as-comint): Silence the byte compiler.
17738         * help.el (describe-key-briefly): UNTRANSLATED can be nil when
17739         called from lisp.
17741         * generic.el: Move to the emacs-lisp subdir.
17743 2005-04-12  Dan Nicolaescu  <dann@ics.uci.edu>
17745         * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
17746         and C-S- function and cursor motion keys.
17748 2005-04-12  Luc Teirlinck  <teirllm@auburn.edu>
17750         * startup.el (command-line): Enable Xterm Mouse mode by default.
17751         * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
17752         for Custom.  No longer show "Mouse" in mode line when enabled.
17753         Doc fix.
17755 2005-04-12  Kim F. Storm  <storm@cua.dk>
17757         * emulation/cua-base.el (cua-rectangle-face)
17758         (cua-rectangle-noselect-face): Define face attributes here.
17760         * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
17762 2005-04-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
17764         * startup.el (command-line): Turn off blinking cursor if
17765         cursorBlink in resources is off or false.
17767 2005-04-12  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
17769         * term/mac-win.el (dnd): Require dnd.
17770         (mac-drag-n-drop): Call dnd-handle-one-url.
17771         (kTextEncodingMacRoman, kTextEncodingISOLatin1)
17772         (kTextEncodingISOLatin2): Remove constants.
17773         (mac-script-code-coding-systems): New constant.
17774         (mac-handle-language-change): New function.
17775         (special-event-map): Bind it to `language-change' event.
17776         (mac-centraleurroman, mac-cyrillic): New coding systems.
17777         (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
17778         (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
17779         and mac-cyrillic-encoder to encode-mac-centraleurroman and
17780         encode-mac-cyrillic, respectively.
17782 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
17784         * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
17785         Don't set overlay-arrow-string to "=>" as this is done
17786         globally in C now.
17788 2005-04-12  Lute Kamstra  <lute@gnu.org>
17790         * generic-x.el (rc-generic-mode, rul-generic-mode):
17791         Fix auto-mode-alist entries.
17792         (etc-fstab-generic-mode): Tweak fontification.
17794         * generic.el (generic-make-keywords-list): Fix docstring.
17795         (generic-mode-internal): Simplify generic-font-lock-keywords.
17797 2005-04-11  Rajesh Vaidheeswarran  <rv@gnu.org>
17799         * whitespace.el (whitespace-buffer-leading)
17800         (whitespace-buffer-trailing): Revert the incorrect test inversion.
17801         However, fix the highlight area for the leading and
17802         trailing whitespaces to show space.
17804 2005-04-11  Rajesh Vaidheeswarran  <rv@gnu.org>
17806         * whitespace.el (whitespace-version): Bump to 3.5
17808         (whitespace-buffer-leading, whitespace-buffer-trailing):
17809         Invert sense of the test to highlight the whitespace.
17811 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
17813         * progmodes/gud.el (gud-display-line): GUD uses its own
17814         overlay arrow now so don't set overlay-arrow-string.
17815         (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
17817 2005-04-11  Dan Nicolaescu  <dann@ics.uci.edu>
17819         * term.el (term-ansi-current-bold, term-ansi-current-underline)
17820         (term-ansi-current-reverse, term-ansi-current-invisible)
17821         (term-ansi-face-already-done): Change to boolean.
17822         (term-reset-terminal, term-handle-colors-array): Handle the above
17823         vars accordingly.
17824         (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
17825         (term-emulate-terminal): Use the new name.
17827         * faces.el (secondary-selection): Use yellow1, not yellow.
17828         (trailing-whitespace): Use red1, not red.
17830 2005-04-11  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
17832         * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
17833         (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
17834         (dired-dnd-handle-file): Call dnd-get-local-file-uri
17836         * cus-edit.el (dnd): New group.
17838         * term/w32-win.el (dnd): Require dnd
17839         (w32-drag-n-drop): Call dnd-handle-one-url.
17841         * x-dnd.el: Require dnd.
17842         (x-dnd-handle-uri-list, x-dnd-handle-file-name):
17843         Call dnd-handle-one-url.
17844         (x-dnd-types-alist, x-dnd-insert-utf8-text)
17845         (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
17846         to dnd-insert-text.
17847         (x-dnd-protocol-alist, x-dnd-open-file-other-window)
17848         (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
17849         (x-dnd-get-local-file-name, x-dnd-open-local-file)
17850         (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
17852         * dnd.el (dnd-protocol-alist): New file with generic DND functions.
17854 2005-04-11  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
17856         * wdired.el: Doc fixes.
17857         (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
17858         (wdired-use-dired-vertical-movement): Rename from
17859         wdired-always-move-to-filename-beginning.
17860         (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
17861         (wdired-change-to-wdired-mode): Change mode name.
17862         (wdired-newline): Delete.
17864 2005-04-11  Richard M. Stallman  <rms@gnu.org>
17866         * whitespace.el (whitespace-highlight-the-space):
17867         Don't call whitespace-unhighlight-the-space here.
17869         * simple.el (undo): Record t in undo-equiv-table
17870         for the redo record made by an undo-in-region.
17872 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
17874         * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
17875         (gdb-frame-inferior-io-buffer): New Functions to control
17876         display of separate IO buffer.
17877         (menu): Add them to menu-bar.
17878         (gdb-display-buffer): Check for buffer another frame.
17879         Protect GUD buffer.
17880         (gdb-setup-windows): Create IO buffer if not already there.
17881         (gdb-memory-mode): Remove purecopy noops.
17883 2005-04-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
17885         * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
17886         and pass to self-insert-command.
17888 2005-04-11  Lute Kamstra  <lute@gnu.org>
17890         * generic.el: Commentary section cleanup.
17891         (generic): Delete.
17892         (generic-use-find-file-hook, generic-lines-to-scan)
17893         (generic-find-file-regexp, generic-ignore-files-regexp)
17894         (default-generic-mode, generic-mode-find-file-hook)
17895         (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
17896         * generic-x.el (generic-x): Docstring fix.  Put it in the data group.
17897         (generic-use-find-file-hook, generic-lines-to-scan)
17898         (generic-find-file-regexp, generic-ignore-files-regexp)
17899         (default-generic-mode, generic-mode-find-file-hook)
17900         (generic-mode-ini-file-find-file-hook): Move from generic.el.
17902 2005-04-10  Karl Fogel  <kfogel@red-bean.com>
17904         * bookmark.el (bookmark-write-file): Catch errors writing file.
17905         This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
17907 2005-04-10  Richard M. Stallman  <rms@gnu.org>
17909         * startup.el (fancy-splash-tail): Update copyright year.
17910         (command-line): Split part of -Q into -D.
17911         (emacs-basic-display): New defvar.
17912         (fancy-splash-text): Correct name of menu item.
17914         * saveplace.el (save-place-alist-to-file): Catch errors writing file.
17916         * info.el (Info-fontify-node): Handle fontification of multiple * Menu
17917         lines in one node.
17919         * comint.el (comint-send-input): New arg ARTIFICIAL.
17920         Callers in this file changed.
17922         * abbrev.el (define-abbrevs): Read system abbrevs properly.
17924         * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
17926 2005-04-10  Chong Yidong  <cyd@stupidchicken.com>
17928         * url/url-ldap.el (url-ldap): Add docstring.  Fix call to
17929         `ldap-search-internal'.
17931 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
17933         * files.el (set-auto-mode-1): Use line-end-position.
17935         * international/latin-1.el:
17936         * international/latin-2.el:
17937         * international/latin-3.el:
17938         * international/latin-4.el:
17939         * international/latin-5.el:
17940         * international/latin-8.el:
17941         * international/latin-9.el: Give punctuation syntax to NBSP.
17943         * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
17944         (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
17945         Use char-classes to accept non-ascii letters, accepted in some recent
17946         bibtex implementations.
17948 2005-04-10  Luc Teirlinck  <teirllm@auburn.edu>
17950         * custom.el (custom-set-minor-mode): Any non-nil value for the
17951         variable should enable the mode when set through Custom.
17953 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
17955         * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
17956         TAB binding so tab-always-indent is obeyed.
17957         (vhdl-minibuffer-local-map): Move initialization into declaration.
17958         (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
17959         (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
17960         (vhdl-hooked-abbrev): Avoid test for XEmacs.
17961         (vhdl-current-line): Use line-beginning-position.
17962         (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
17963         with-output-to-temp-buffer, so the current position can be recorded.
17965 2005-04-10  Masatake YAMATO  <jet@gyve.org>
17967         * progmodes/compile.el (compilation-error-regexp-alist-alist):
17968         Add regexp for gcov.
17970 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17972         * calendar/time-date.el (time-to-seconds, seconds-to-time)
17973         (days-to-time, time-subtract, time-add): Don't use the #xhhhh
17974         syntax which Emacs 20 doesn't support.
17976 2005-04-09  Richard M. Stallman  <rms@gnu.org>
17978         * help.el (describe-key-briefly, describe-key):
17979         Replace strings as event types with "(any string)".
17981 2005-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
17983         * arc-mode.el (archive-mode-map): Move initialization into
17984         the declaration.  Override *all* bindings of `undo'.
17985         (archive-lemacs): Remove, use (featurep 'xemacs) instead.
17987 2005-04-09  Jay Belanger  <belanger@truman.edu>
17989         * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
17991 2005-04-09  Dan Nicolaescu  <dann@ics.uci.edu>
17993         * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
17994         (xterm-register-default-colors): Update color values computation
17995         to match xterm-200.
17997 2005-04-09  Kenichi Handa  <handa@m17n.org>
17999         * international/code-pages.el (iso-latin-7): Fix the map.
18001 2005-04-08  Luc Teirlinck  <teirllm@auburn.edu>
18003         * emacs-lisp/lisp.el (defun-prompt-regexp)
18004         (parens-require-spaces, buffer-end, end-of-defun)
18005         (insert-parentheses): Doc fixes.
18007 2005-04-08  Kim F. Storm  <storm@cua.dk>
18009         * comint.el (comint-highlight-prompt): Fix face spec.
18010         * hi-lock.el (hi-green): Likewise.
18012 2005-04-08  Dan Nicolaescu  <dann@ics.uci.edu>
18014         * cus-edit.el (custom-modified-face):
18015         * comint.el (comint-highlight-input): Fix previous changes.
18016         * term.el (term-handle-ansi-escape): Add a comment.
18018 2005-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
18020         * whitespace.el (whitespace-highlight-the-space): Put the same overlay
18021         in the buffer and in whitespace-highlighted-space.
18022         (whitespace-unhighlight-the-space): Simplify.
18023         (whitespace-buffer): Simplify.
18025 2005-04-08  Dan Nicolaescu  <dann@ics.uci.edu>
18027         * textmodes/table.el (table-cell-face): Add special case for
18028         displays supporting a high number of colors.
18029         * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
18030         (vhdl-font-lock-reserved-words-face)
18031         (vhdl-speedbar-architecture-face)
18032         (vhdl-speedbar-instantiation-face)
18033         (vhdl-speedbar-architecture-selected-face)
18034         (vhdl-speedbar-instantiation-selected-face): Likewise.
18035         * progmodes/sh-script.el (sh-heredoc-face): Likewise.
18036         * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
18037         * progmodes/ebrowse.el (ebrowse-tree-mark-face)
18038         (ebrowse-root-class-face, ebrowse-member-attribute-face)
18039         (ebrowse-progress-face): Likewise.
18040         * progmodes/compile.el (compilation-info-face): Likewise.
18041         * progmodes/cc-fonts.el (c-invalid-face): Likewise.
18042         * emacs-lisp/re-builder.el (reb-match-3): Likewise.
18043         * calendar/calendar.el (diary-face): Likewise.
18044         * woman.el (woman-italic-face, woman-bold-face)
18045         (woman-unknown-face): Likewise.
18046         * wid-edit.el (widget-button-pressed-face): Likewise.
18047         * whitespace.el (whitespace-highlight-face): Likewise.
18048         * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
18049         * pcvs-info.el (cvs-marked-face): Likewise.
18050         * info.el (info-xref): Likewise.
18051         * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
18052         * hilit-chg.el (highlight-changes-face)
18053         (highlight-changes-delete-face): Likewise.
18054         * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
18055         (hi-red-b): Likewise.
18056         * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
18057         * font-lock.el (font-lock-keyword-face)
18058         (font-lock-function-name-face, font-lock-warning-face): Likewise.
18059         * cus-edit.el (custom-invalid-face, custom-modified-face)
18060         (custom-set-face, custom-changed-face, custom-variable-tag-face)
18061         (custom-group-tag-face-1, custom-group-tag-face): Likewise.
18062         * comint.el (comint-highlight-prompt): Likewise.
18064 2005-04-08  Lute Kamstra  <lute@gnu.org>
18066         * font-lock.el (font-lock-keywords): Docstring fixes.
18068 2005-04-08  Kenichi Handa  <handa@m17n.org>
18070         * ps-mule.el (ps-mule-show-warning): If the number of unprintable
18071         chars are more than a limit, print " and more..." at the tail.
18073 2005-04-08  Kim F. Storm  <storm@cua.dk>
18075         * emacs-lisp/authors.el (authors-aliases): Update list.
18076         (authors-ignored-files): New list.
18077         (authors-fixed-entries): Fix typo.
18078         (authors-renamed-files-alist): Update list.
18079         (authors-add): Check authors-ignored-files.
18081 2005-04-08  Carsten Dominik  <dominik@science.uva.nl>
18083         * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
18084         optional, to ensure backward compatibility.
18086 2005-04-08  Stephen Eglen  <stephen@gnu.org>
18088         * textmodes/flyspell.el (flyspell-large-region): Doc fix.
18090 2005-04-08  Kim F. Storm  <storm@cua.dk>
18092         * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
18094         * mouse.el (mouse-on-link-p): Doc fix.
18096 2005-04-07  Luc Teirlinck  <teirllm@auburn.edu>
18098         * ielm.el (ielm-prompt-read-only): Doc fix.
18100         * comint.el (comint-prompt-read-only): Doc fix.
18102 2005-04-07  Benjamin Rutt  <brutt@bloomington.in.us>
18104         * ffap.el (ffap-pass-wildcards-to-dired): New user option to
18105         ensure dired always handles wildcards passed to ffap.
18106         (find-file-at-point): Use it.
18107         (ffap-dired-wildcards): Doc fix.
18109 2005-04-07  Juri Linkov  <juri@jurta.org>
18111         * simple.el (next-error-overlay-arrow-position): New defvar.
18112         Put "=>" on its property `overlay-arrow-string'.  Add it to
18113         `overlay-arrow-variable-list'.
18115         * progmodes/compile.el (compilation-setup):
18116         Set `next-error-overlay-arrow-position' to nil.  Also set it to
18117         nil in the local hook `kill-buffer-hook'.  Make local variable
18118         `overlay-arrow-string' and set it to "=>".
18119         (compilation-goto-locus): Set BOL position to
18120         `next-error-overlay-arrow-position' instead of
18121         `overlay-arrow-position'.
18123         * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
18124         locally instead of adding it to the global hook.
18125         (Info-kill-buffer): Move up.
18127 2005-04-06  Dan Nicolaescu  <dann@ics.uci.edu>
18129         * term/xterm.el (xterm-standard-colors): Update color values from
18130         xterm-200.
18132 2005-04-06  Stefan Monnier  <monnier@iro.umontreal.ca>
18134         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
18136         * fast-lock.el:
18137         * lazy-lock.el: Move them to the obsolete subdir.
18139 2005-04-06  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
18141         * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
18142         (wdired-add-replace-advice): Remove.
18143         (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
18145 2005-04-06  Kim F. Storm  <storm@cua.dk>
18147         * startup.el (command-line): Add --bare-bones alias for -Q.
18149 2005-04-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
18151         * term/mac-win.el: Use create-fontset-from-mac-roman-font to
18152         create the startup fontset if a font specification ends with
18153         `mac-roman'.
18155 2005-04-06  Lute Kamstra  <lute@gnu.org>
18157         * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
18158         change.
18160         * emacs-lisp/copyright.el (copyright-update-year): Replace the
18161         right subexpression.  Suggested by Jay Bingham <jay.bingham@hp.com>.
18163 2005-04-05  Lute Kamstra  <lute@gnu.org>
18165         * generic.el (generic-mode-internal): Fix 2005-03-31 change.
18166         (define-generic-mode): Ditto.  Fix debug declaration.
18168         * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
18169         Put them in the generic-x group.
18171         * calendar/timeclock.el (timeclock): Doc fix.
18173         * generic.el (define-generic-mode): Don't use custom-current-group.
18174         Document default :group value.
18175         * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
18176         (define-global-minor-mode): Don't use custom-current-group.
18178 2005-04-05  Glenn Morris  <gmorris@ast.cam.ac.uk>
18180         * startup.el (command-line-1): Display startup-echo-area-message
18181         when fancy splash screen is in use.
18183         * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
18184         (sh-escaped-newline): New face.
18185         (sh-font-lock-keywords) <shell>: Improve regexp for escaped
18186         newline, and use sh-escaped-newline face.
18188         * progmodes/tcl.el (tcl-escaped-newline): New face.
18189         (tcl-builtin-list): New variable.
18190         (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
18191         newlines.  Fix keywords subexpression number.
18193 2005-04-05  Carsten Dominik  <dominik@science.uva.nl>
18195         * textmodes/org.el (org-diary-default-entry): Fix call to
18196         `add-to-diary-entry'.
18198 2005-04-05  Kim F. Storm  <storm@cua.dk>
18200         * ediff-init.el: Use (featurep 'xemacs).
18202 2005-04-05  David Ponce  <david@dponce.com>
18204         * cus-edit.el (face): Derive from symbol widget.  Display sample
18205         of the current face on the fly.
18206         (widget-face-sample-face-get, widget-face-notify): New functions.
18207         (widget-face-value-create): Remove.
18209         * wid-edit.el (widget-field-end): Temporarily remove field
18210         narrowing before to call `get-char-property'.
18212 2005-04-04  Jay Belanger  <belanger@truman.edu>
18214         * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
18215         (math-read-subscripts): New variable.
18216         (math-read-preprocess-string): Process subscripts.
18218 2005-04-04  Luc Teirlinck  <teirllm@auburn.edu>
18220         * comint.el (comint-prompt-read-only): Doc fix.
18222         * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
18223         `-1'.  Doc fix.
18225 2005-04-04  Carsten Dominik  <dominik@science.uva.nl>
18227         * textmodes/org.el (org-insert-mode-line-in-empty-file):
18228         Change default value to nil.
18230 2005-04-04  Lute Kamstra  <lute@gnu.org>
18232         * autorevert.el (auto-revert-mode): Specify :group.
18233         * battery.el (display-battery-mode): Specify :group.
18234         * diff-mode.el (diff-minor-mode): Specify :group.
18235         * font-core.el (font-lock-mode): Specify :group.
18236         * hl-line.el (hl-line-mode): Specify :group.
18237         * iimage.el (iimage): New customization group.
18238         (iimage-mode): Specify :group.
18239         * longlines.el (longlines-mode): Specify :group.
18240         * master.el: Don't require easy-mmode.
18241         (master): New customization group.
18242         (master-mode): Specify :group.
18243         * msb.el (msb-mode): Specify :group.
18244         * reveal.el (reveal-mode): Specify :group.
18245         * simple.el (next-error-follow-minor-mode): Specify :group.
18246         * smerge-mode.el (smerge-mode): Specify :group.
18247         * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
18248         * emulation/cua-base.el (cua-mode): Specify :group.
18249         * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
18250         * language/thai-util.el (thai-auto-composition-mode)
18251         (thai-word-mode): Specify :group.
18252         * mail/supercite.el (sc-minor-mode): Specify :group.
18253         * progmodes/cwarn.el (cwarn-mode): Specify :group.
18254         * progmodes/flymake.el (flymake-mode): Specify :group.
18255         * progmodes/glasses.el (glasses-mode): Specify :group.
18256         * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
18257         * textmodes/enriched.el (enriched-mode): Specify :group.
18258         * textmodes/refill.el (refill-mode): Specify :group.
18260         * add-log.el (change-log-font-lock-keywords): Names in
18261         parenthesized lists can contain spaces.
18263 2005-04-04  Thien-Thi Nguyen  <ttn@gnu.org>
18265         * startup.el (fancy-splash-text): Shorten default text of
18266         "Emacs Tutorial" line.  Also, if the current language env
18267         indicates an available tutorial file other than TUTORIAL,
18268         extract its title and append it to the line in parentheses.
18269         (fancy-splash-insert): If arg is a thunk, funcall it.
18271 2005-04-04  Jay Belanger  <belanger@truman.edu>
18273         * calc.el (calc-language-alist): Add tags to customization type.
18275 2005-04-03  Luc Teirlinck  <teirllm@auburn.edu>
18277         * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
18278         Doc fix.
18280 2005-04-03  Marcelo Toledo  <marcelo@gnu.org>
18282         * add-log.el (change-log-font-lock-keywords): The manual
18283         describing a Change Log entry, says: (...) "Aside from these
18284         header lines, every line in the change log starts with a space or
18285         a tab.".  The font-lock was not highlighting lines started with
18286         spaces, added support for it.
18288 2005-04-03  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
18290         * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
18291         (bibtex-generate-url-list): Update docstring accordingly.  Put the
18292         complex example in the docstring.
18293         (bibtex-font-lock-url): Use pop.
18295 2005-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
18297         * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
18299         * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
18301 2005-04-03  Glenn Morris  <gmorris@ast.cam.ac.uk>
18303         * filesets.el (filesets-set-default): Doc fix.
18305 2005-04-03  Lute Kamstra  <lute@gnu.org>
18307         * generic.el (define-generic-mode): Add argument to specify
18308         keywords for defcustom.
18309         (default-generic-mode): Specify :group.
18311         * generic-x.el: Specify :group for all generic modes.
18313         * desktop.el (desktop-no-desktop-file-hook)
18314         (desktop-after-read-hook): Doc fix.
18316 2005-04-02  Luc Teirlinck  <teirllm@auburn.edu>
18318         * simple.el (visible-mode): Use explicit :group keyword.
18319         This changes the group of `visible-mode-hook' from paren-blinking
18320         to editing-basics.
18322 2005-04-02  Sergey Poznyakoff  <gray@Mirddin.farlep.net>  (tiny change)
18324         * mail/rmail.el (rmail-parse-url): Bugfix.  Parse traditional
18325         mailbox specifications as well as URLs.
18326         (rmail-insert-inbox-text): Remove unused conditional branches.
18328 2005-04-01  Jay Belanger  <belanger@truman.edu>
18330         * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
18331         (calc-gnuplot-print-command): Move definitions to calc.el.
18333         * calc/calc-embed.el (calc-embedded-announce-formula)
18334         (calc-embedded-open-formula, calc-embedded-close-formula)
18335         (calc-embedded-open-word, calc-embedded-close-word)
18336         (calc-embedded-open-plain, calc-embedded-close-plain)
18337         (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
18338         (calc-embedded-open-mode, calc-embedded-close-mode):
18339         Move definitions to calc.el.
18341         * calc/calc.el (calc-settings-file, calc-language-alist):
18342         Make customizable.
18343         (calc-embedded-announce-formula, calc-embedded-open-formula)
18344         (calc-embedded-close-formula, calc-embedded-open-word)
18345         (calc-embedded-close-word, calc-embedded-open-plain)
18346         (calc-embedded-close-plain, calc-embedded-open-new-formula)
18347         (calc-embedded-close-new-formula, calc-embedded-open-mode)
18348         (calc-embedded-close-mode, calc-gnuplot-name)
18349         (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
18350         from other files and make customizable.
18352 2005-04-01  Stefan Monnier  <monnier@iro.umontreal.ca>
18354         * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
18355         Use buffer-live-p.
18356         (cvs-mode-run): Don't call cvs-update-header here.
18357         (cvs-run-process): Call cvs-update-header.
18358         Use process properties for cvs-postprocess and cvs-buffer so that
18359         the sentinel can behave better if the temp buffer is killed.
18360         Use a pipe rather than a tty, to better handle unexpected prompts.
18361         (cvs-sentinel): Rewrite.  Call cvs-update-header.
18363 2005-04-01  Andre Spiegel  <spiegel@gnu.org>
18365         * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
18366         we go via Tramp or Ange-FTP.  Suggested by Kai Grossjohann.
18368 2005-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
18370         * generic.el (define-generic-mode): Add indentation rule.
18372 2005-03-31  Luc Teirlinck  <teirllm@auburn.edu>
18374         * files.el (mode-require-final-newline): Make Custom correctly
18375         report a nil value and allow to set it to nil via Custom.
18376         Doc fix.
18378 2005-04-01  Kenichi Handa  <handa@m17n.org>
18380         * international/characters.el: Enable the correct case setting for
18381         dotless-i and dotted-I.
18383 2005-04-01  Kim F. Storm  <storm@cua.dk>
18385         * ido.el (ido-file-internal): Fall back to non-ido command if
18386         initial directory is on slow ftp (or tramp) host.
18388 2005-03-31  Richard M. Stallman  <rms@gnu.org>
18390         * emacs-lisp/autoload.el (make-autoload):
18391         Handle define-global-minor-mode.
18393         * emacs-lisp/easy-mmode.el (define-global-minor-mode):
18394         Rename from easy-mmode-define-global-mode.
18395         (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
18397         * progmodes/scheme.el (scheme-mode-syntax-table):
18398         Update syntax of | and # for two-character comment syntax.
18400 2005-03-31  Lute Kamstra  <lute@gnu.org>
18402         * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
18403         (define-minor-mode): Call custom-current-group at load-time.
18405         * generic.el (define-generic-mode): Add debug declaration.
18406         Add defcustom for the mode hook.
18407         (generic-mode-internal): Use run-mode-hooks.
18409 2005-03-31  Kim F. Storm  <storm@cua.dk>
18411         * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
18412         (mouse-fixup-help-message): New defun called by show_help_echo
18413         to fixup mouse-2 prefix in help messages when applicable.
18415         * tooltip.el (tooltip-show-help-function): Don't fixup message here.
18417 2005-03-31  Kenichi Handa  <handa@m17n.org>
18419         * language/thai-word.el (thai-find-word-ends): Pay attention to
18420         the case that we reach the end of buffer.
18422         * textmodes/fill.el (fill-text-properties-at): New function.
18423         (fill-newline): Use fill-text-properties-at instead of
18424         text-properties-at.
18426 2005-03-31  Olive Lin  <olive.lin@versateladsl.be>  (tiny change)
18428         * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
18429         not comint-quote-filename.
18431 2005-03-31  Thien-Thi Nguyen  <ttn@gnu.org>
18433         * help-fns.el (help-with-tutorial): Revert last change.
18435 2005-03-31  Kim F. Storm  <storm@cua.dk>
18437         * emulation/cua-base.el (cua-scroll-down): Add CUA property.
18439 2005-03-30  Paul Eggert  <eggert@cs.ucla.edu>
18441         * calendar/cal-china.el: Update reference to "Calendrical
18442         Calculations" book; there's a new edition.
18443         * calendar/cal-coptic.el: Likewise.
18444         * calendar/cal-french.el: Likewise.
18445         * calendar/cal-hebrew.el: Likewise.
18446         * calendar/cal-islam.el: Likewise.
18447         * calendar/cal-iso.el: Likewise.
18448         * calendar/cal-julian.el: Likewise.
18449         * calendar/cal-mayan.el: Likewise.
18450         * calendar/cal-persia.el: Likewise.
18451         * calendar/calendar.el: Likewise.
18452         * calendar/holidays.el: Likewise.
18453         * calendar/lunar.el: Likewise.
18454         * calendar/solar.el: Likewise.
18456         * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
18457         white space from doc string.
18459 2005-03-30  Jay Belanger  <belanger@truman.edu>
18461         * calc/calc-help.el (calc-full-help): Remove email address.
18463 2005-03-30  Thien-Thi Nguyen  <ttn@gnu.org>
18465         * help-fns.el (help-with-tutorial): Delete title line.
18467 2005-03-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
18469         * calendar/cal-x.el (calendar-one-frame-setup)
18470         (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
18471         rather than `symbol' for set-window-dedicated-p.
18473         * calendar/appt.el (appt-buffer-name): Make it a constant.
18474         (appt-add): Doc fix.
18476         * filesets.el (filesets-menu-path, filesets-menu-before)
18477         (filesets-menu-in-menu): Doc fix.  Now valid in GNU Emacs.
18478         (filesets-menu-cache-file): Use directory ~/.emacs.d.
18479         (filesets-add-submenu): Delete and use add-submenu instead.
18481 2005-03-30  Carsten Dominik  <dominik@science.uva.nl>
18483         * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
18484         (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
18485         (org-diary-default-entry): New function.
18486         (org-get-entries-from-diary): Better parsing of diary entries.
18487         (org-agenda-check-no-diary): New function.
18488         ("diary-lib"): Advice to function `add-to-diary-list', to allow
18489         linking to diary entries.
18490         (org-agenda-execute-calendar-command): New function.
18491         (org-agenda): Improve visible section in window.
18492         Use `org-fit-agenda-window'.
18493         (org-fit-agenda-window): New option.
18494         (org-move-subtree-down): Better handling of empty lines
18495         at end of subtree.
18496         (org-cycle): Numeric prefix is interpreted now as show-subtree N
18497         levels up.
18498         (org-fontify-done-headline): New option.
18499         (org-headline-done-face): New face.
18500         (org-set-font-lock-defaults): Use `org-headline-done-face'.
18501         (org-table-copy-down): Rename from `org-table-copy-from-above'.
18502         When current field is non-empty, it is copied to next row.
18503         (org-table-copy-from-above): Fix bug which made it
18504         impossible to copy fields containing only a single non-white character.
18506 2005-03-30  Kim F. Storm  <storm@cua.dk>
18508         * kmacro.el (kmacro-end-macro): Isearch may store this command
18509         into the macro -- so ignore it when executing keyboard macro.
18511 2005-03-30  Nick Roberts  <nickrob@snap.net.nz>
18513         * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
18515 2005-03-29  Kenichi Handa  <handa@m17n.org>
18517         * language/thai.el ("Thai"): Set setup-function and exit-function
18518         for Thai language environment.
18520         * language/thai-util.el: Require thai-word.
18521         (thai-word-mode-map): New variable.
18522         (thai-word-mode): New minor mode.
18523         (setup-thai-language-environment-internal): New function.
18524         (exit-thai-language-environment-internal): New function.
18526         * language/thai-word.el (thai-word-table): Declare it by defvar,
18527         use dolist to initialize it.
18528         (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
18529         (thai-fill-find-break-point): New functions.
18531 2005-03-29  Richard M. Stallman  <rms@gnu.org>
18533         * simple.el (idle-update-delay): Move definition up.
18534         (set-mark): Doc fix.
18536 2005-03-29  Chong Yidong  <cyd@stupidchicken.com>
18538         * longlines.el: New file.
18540         * simple.el (buffer-substring-filters): New variable.
18541         (filter-buffer-substring): New function.
18542         (kill-region, copy-region-as-kill): Use it.
18544         * register.el (copy-to-register, append-to-register)
18545         (prepend-to-register): Use filter-buffer-substring.
18547 2005-03-30  Nick Roberts  <nickrob@snap.net.nz>
18549         * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
18550         (gud-filter-pending-text): Move in front of gdb.
18551         (gud-overlay-arrow-position): New variable.
18552         (gud-sentinel, gud-display-line): Use it in place of
18553         overlay-arrow-position.
18555 2005-03-29  Glenn Morris  <gmorris@ast.cam.ac.uk>
18557         * progmodes/fortran.el (fortran-if-indent): Doc fix.
18558         (fortran-font-lock-keywords-2): Add "where", "elsewhere".
18559         (fortran-font-lock-keywords-4): New variable.
18560         (fortran-blocks-re, fortran-end-block-re)
18561         (fortran-start-block-re): New constants, for hideshow.
18562         (hs-special-modes-alist): Add a Fortran entry.
18563         (fortran-mode-map): Bind fortran-end-of-block,
18564         fortran-beginning-of-block to \M-\C-n, \M-\C-p.
18565         (fortran-mode): Doc fix.  Add fortran-font-lock-keywords-4.
18566         (fortran-looking-at-if-then, fortran-end-of-block)
18567         (fortran-beginning-of-block): New functions, for hideshow.
18569         * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
18570         Doc fix.  Tweak regexp.
18571         (f90-beginning-of-block): Push mark first.
18573 2005-03-29  Jay Belanger  <belanger@truman.edu>
18575         * calc/calc.el: Update copyright date.
18576         (calc-version): Increase to 2.1.
18577         (calc-version-date): Remove.
18579         * calc/calc-help.el: Update copyright date.
18580         (calc-full-help): Remove reference to calc-version-date.
18581         Update copyright date.
18583 2005-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
18585         * vc.el (vc-do-command): Use a pipe for async processes, so password
18586         prompts don't show up at places where the user can't reply.
18588 2005-03-29  Olive Lin  <olive.lin@versateladsl.be>  (tiny change)
18590         * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
18591         on the file name we pass to the inferior shell.
18593 2005-03-29  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
18595         * progmodes/which-func.el (which-function): Be robust in the face of an
18596         imenu--make-index-alist failure.
18598 2005-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
18600         * reveal.el (reveal-mode-map): Don't override C-a and C-e.
18602         * progmodes/python.el (python-preoutput-filter): Fix last change.
18604 2005-03-29  Lute Kamstra  <lute@gnu.org>
18606         * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
18607         functions and compiled macros.
18608         (debug-convert-byte-code): Handle macros too.
18609         (debug-on-entry-1): Don't signal an error when trying to clear a
18610         function that is not set to debug on entry.
18612 2005-03-29  Jay Belanger  <belanger@truman.edu>
18614         * calc/calc-lang.el: Add functions to math-function-table
18615         properties of tex and math.
18617 2005-03-29  Kenichi Handa  <handa@m17n.org>
18619         * ps-mule.el (ps-mule-plot-string): Translate characters by
18620         ps-print-translation-table.
18621         (ps-mule-begin-job): Call find-charset-region/string with
18622         ps-print-translation-table.
18623         (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
18625         * ps-print.el (ps-print-translation-table): New variable.
18626         (ps-plot-region): Translate characters by ps-print-translation-table.
18628 2005-03-29  Juri Linkov  <juri@jurta.org>
18630         * simple.el (next-error-highlight-timer): New variable.
18632         * progmodes/compile.el (compilation-goto-locus):
18633         Use `next-error-highlight-timer' instead of `sit-for'.
18635 2005-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
18637         * mail/supercite.el (sc-mail-field): Use assoc-string.
18638         (sc-get-address): Simplify regexps.
18640         * files.el (minibuffer-with-setup-hook): New macro.
18641         (find-file-read-args): Use it to avoid let-binding
18642         minibuffer-with-setup-hook (which breaks turning on/off
18643         file-name-shadow-mode while in the prompt).
18645         * complete.el (PC-read-include-file-name-internal):
18646         Use test-completion.
18648 2005-03-28  Luc Teirlinck  <teirllm@auburn.edu>
18650         * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
18652 2005-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
18654         * window.el (window-buffer-height): Use count-screen-lines.
18656         * progmodes/python.el (python-preoutput-leftover): New var.
18657         (python-preoutput-filter): Use it.
18658         (python-send-receive): Loop until all the result has been received.
18660 2005-03-28  Juri Linkov  <juri@jurta.org>
18662         * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
18664         * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
18665         "Recover Crashed Session".
18666         (menu-bar-search-menu): Add ellipsis to "Search tagged files".
18667         (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
18668         (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
18669         (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
18670         (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
18671         (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
18672         (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
18673         (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
18675         * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
18676         Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
18677         Ediff Sessions", "Toggle use of separate control buffer frame",
18678         "Use separate frame for Ediff control buffer".
18680         * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
18681         Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
18682         "Rename Bookmark", "Delete Bookmark".
18684         * info.el (Info-mode-menu): Remove ellipsis from "Index".
18685         Add ellipsis to "Lookup a String", "Lookup a string in all indices".
18686         Add `:active Info-index-alternatives' to "Next Matching Item".
18688         * wdired.el (wdired-change-to-wdired-mode):
18689         Mention `wdired-abort-changes' key in the initial message.
18691         * international/mule.el (auto-coding-alist): Associate non-ascii
18692         image filename extensions with `no-conversion'.
18694 2005-03-27  Stefan Monnier  <monnier@iro.umontreal.ca>
18696         * international/iso-acc.el:
18697         * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
18699 2005-03-26  Luc Teirlinck  <teirllm@auburn.edu>
18701         * textmodes/sgml-mode.el (html-mode): Doc update.
18703         * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
18705 2005-03-26  Dan Nicolaescu  <dann@ics.uci.edu>
18707         * term.el (term-move-columns): Fix face after extending a line.
18708         (term-insert-spaces): Likewise.
18709         (term-reset-terminal): Fix off by one error.
18711 2005-03-26  Eli Zaretskii  <eliz@gnu.org>
18713         * international/mule.el (auto-coding-alist): Add .xpi files.
18715         * files.el (auto-mode-alist): Add .xpi files.
18717 2005-03-26  Jure Cuhalev  <gandalf@owca.info>  (tiny change)
18719         * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
18721 2005-03-26  Eli Zaretskii  <eliz@gnu.org>
18723         * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
18725 2005-03-26  Glenn Morris  <gmorris@ast.cam.ac.uk>
18727         * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
18728         binding.  Suggested by Stephan Stahl <stahl@eos.franken.de>.
18730         * calendar/cal-move.el (calendar-beginning-of-year): Move the
18731         cursor to Jan 1 when needed.
18732         (calendar-end-of-year): Fix -/+ typo.
18733         Reported by Chong Yidong <cyd@stupidchicken.com>.
18735 2005-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
18737         * progmodes/flymake.el (flymake-mode): Add autoload cookie.
18739         * emacs-lisp/debug.el (debugger-record-expression): Add a missing
18740         format to `message'.  Inspired by Deepak Goel <deego@gnufans.org>.
18742 2005-03-25  Richard M. Stallman  <rms@gnu.org>
18744         * filesets.el (filesets-init): Add autoload.
18746         * mail/mailalias.el (mail-directory): Doc fix.
18748 2005-03-25  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
18750         * mail/mailalias.el (mail-directory-process): Do nothing if
18751         mail-directory-process is an atom.
18752         (mail-get-names): Ignore mail-directory-names if it is an atom.
18753         (mail-directory-process defvar): Doc fix.
18754         (mail-names): Doc fix.
18756 2005-03-25  Johan Bockg\e,Ae\e(Brd  <bojohan+mail@dd.chalmers.se>  (tiny change)
18758         * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
18760 2005-03-26  Kenichi Handa  <handa@m17n.org>
18762         * international/mule-util.el (detect-coding-with-priority):
18763         Call update-coding-systems-internal before detect-coding-region.
18765 2005-03-26  Nick Roberts  <nickrob@snap.net.nz>
18767         * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
18768         (gdb-frames-mode-map): Add follow-link property.
18770 2005-03-25  Jay Belanger  <belanger@truman.edu>
18772         * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
18773         for variables.
18775 2005-03-25  Juri Linkov  <juri@jurta.org>
18777         * image-mode.el: Optimize image filename extension regexps in
18778         autoload cookies.  Associate .x[bp]m with `image-mode-maybe'
18779         in `auto-mode-alist'.
18780         (image-mode): Add `image-toggle-display-text' to local hook
18781         `change-major-mode-hook'.  Display the image as an image by
18782         default.  Set `cursor-type' and `truncate-lines' if the image
18783         is already displayed.  Take into account the current mode (image
18784         or text) in message.
18785         (image-minor-mode): New minor mode.
18786         (image-mode-maybe, image-toggle-display-text): New functions.
18787         (image-toggle-display): Use called-interactively-p.
18788         Let-bind `inhibit-read-only' to t.
18790         * image-mode.el (image-minor-mode): Set `cursor-type' and
18791         `truncate-lines' if the image is already displayed.  Add turning
18792         image-minor-mode off to `change-major-mode-hook'.  Add message.
18793         Call `image-toggle-display-text' after turning image-minor-mode off.
18795 2005-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
18797         * international/mule-cmds.el (set-locale-environment): For Mac OS X's
18798         Terminal.app, use utf-8.
18799         (set-display-table-and-terminal-coding-system): Add coding-system arg.
18800         (set-locale-environment): Use it.
18802         * term/xterm.el: Undo last change, better done in mule-cmds.el.
18804         * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
18806         * progmodes/python.el (python-close-block-statement-p)
18807         (python-outdent-p, python-current-defun): Use symbol-end.
18809 2005-03-25  Karl Chen  <quarl@cs.berkeley.edu>  (tiny change)
18811         * files.el (save-some-buffers): Doc fix.
18813 2005-03-25  Werner Lemberg  <wl@gnu.org>
18815         * complete.el, thumbs.el: Replace `legal' with `valid'.
18816         * calendar/calendar.el: Replace `legal' with `valid'.
18817         * emacs-lisp/advice.el: Replace `legal' with `valid'.
18818         * mail/supercite.el: Replace `legal' with `valid'.
18819         * progmodes/cperl-mode.el, progmodes/idlw-shell.el
18820         * progmodes/idlwave.el, progmodes/vhdl-mode.el:
18821         Replace `legal' with `valid'.
18822         * textmodes/reftex-vars.el, textmodes/reftex.el:
18823         Replace `legal' with `valid'.
18825 2005-03-25  Werner Lemberg  <wl@gnu.org>
18827         * calc/calc-forms.el, calc/calc-sel.el
18828         * midnight.el, vc-cvs.el
18829         * emacs-lisp/cl-macs.el
18830         * emulation/vip.el
18831         * eshell/esh-io.el, eshell/esh-var.el
18832         * mail/supercite.el
18833         * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
18834         * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
18835         * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
18836         * progmodes/sh-script.el, progmodes/xscheme.el
18837         * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
18838         * textmodes/reftex-index.el, textmodes/reftex-parse.el
18839         * textmodes/reftex-ref.el, textmodes/reftex-vars.el
18840         * textmodes/reftex.el, textmodes/org.el:
18841         Replace `illegal' with `invalid'.
18843 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
18845         * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
18846         (flymake-find-buildfile, flymake-find-possible-master-files)
18847         (flymake-check-include, flymake-parse-line): Replace loops over the
18848         length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
18850         * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
18851         Substitute file-name-as-directory in the rest of the file.
18852         (flymake-get-common-file-prefix): Rewrite, using compare-strings.
18853         (flymake-replace-region): Remove unused arg `buffer'.
18854         (flymake-check-patch-master-file-buffer): Update calls to it.
18855         (flymake-add-err-info): Remove unused var `count'.
18856         (flymake-mode): Use define-minor-mode.
18858         * progmodes/flymake.el: Use with-current-buffer.
18859         (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
18860         flymake-replace-regexp-in-string, flymake-line-beginning-position)
18861         (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
18862         Avoid testing for `xemacs'.
18863         (flymake-nop): Move.
18864         (flymake-region-has-flymake-overlays): Return the computed value.
18865         (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
18866         Remove unused var `endline'.
18867         (flymake-get-line-count): Remove unused function.
18868         (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
18870         * emulation/vi.el:
18871         * generic.el:
18872         * hilit-chg.el (global-highlight-changes):
18873         * hi-lock.el (hi-lock-mode):
18874         * follow.el: find-file-hooks -> find-file-hook.
18876         * comint.el (comint-insert-input): Obey mouse-yank-at-point.
18878 2005-03-24  Juri Linkov  <juri@jurta.org>
18880         * dired.el (dired-mode-map): Add menu item "Compare directories"
18881         for dired-compare-directories.
18883         * dired-aux.el (dired-compare-directories): Add autoload cookie.
18884         Doc fix.  Replace `read-file-name' with `read-directory-name'.
18886 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
18888         * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
18890 2005-03-24  Jay Belanger  <belanger@truman.edu>
18892         * calc/calc-embed.el (calc-embedded-mode-change): Save all
18893         relevant mode settings in calc-embedded-original-modes when modes
18894         are permanently changed.
18896 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
18898         * autoinsert.el: find-file-hooks -> find-file-hook.
18900 2005-03-24  Lute Kamstra  <lute@gnu.org>
18902         * generic.el (generic-font-lock-defaults): Make it obsolete.
18903         (generic-font-lock-keywords): New variable to replace
18904         generic-font-lock-defaults.
18905         (generic-mode-set-font-lock): Delete it.
18906         (generic-mode-internal): Don't call generic-mode-set-font-lock.
18907         (generic-bracket-support): Add docstring.
18909         * generic-x.el: Rename generic-font-lock-defaults to
18910         generic-font-lock-keywords throughout.
18911         (mailagent-rules-setup-function): Delete it.
18912         (mailagent-rules-generic-mode): Use anonymous function instead.
18913         (show-tabs-generic-mode-font-lock-defaults-1)
18914         (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
18915         Quote faces.
18916         (show-tabs-tab-face, show-tabs-space-face): Specify background,
18917         not foreground.
18919         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
18920         Recognize define-generic-mode.
18922 2005-03-23  Stefan Monnier  <monnier@iro.umontreal.ca>
18924         * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
18925         if there's no completion table.
18927 2005-03-23  Miles Bader  <miles@gnu.org>
18929         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
18930         Remove tty-specific variants, as they're no longer needed.
18932 2005-03-23  Lute Kamstra  <lute@gnu.org>
18934         * generic-x.el: Code cleanup: make args constant whenever possible.
18935         (installshield-statement-keyword-list)
18936         (installshield-system-functions-list)
18937         (installshield-system-variables-list, installshield-types-list)
18938         (installshield-funarg-constants-list): Make them constants.
18940         * generic.el (generic-make-keywords-list): Add autoload cookie.
18942         * calendar/time-date.el: Add comment on time value formats.
18943         Don't require parse-time.
18944         (with-decoded-time-value): New macro.
18945         (encode-time-value): New function.
18946         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
18947         (days-to-time): Return a valid time value when arg is huge.
18948         (time-since): Use time-subtract.
18949         (time-to-number-of-days): Use time-to-seconds.
18951 2005-03-23  David Ponce  <david@dponce.com>
18953         * recentf.el (recentf-keep): New option.
18954         (recentf-menu-action): Default to `find-file'.
18955         (recentf-keep-non-readable-files-flag)
18956         (recentf-keep-non-readable-files-p)
18957         (recentf-file-readable-p, recentf-find-file)
18958         (recentf-cleanup-remote): Remove.
18959         (recentf-include-p): More robust.
18960         (recentf-keep-p): New function.
18961         (recentf-remove-if-non-kept): Rename from
18962         `recentf-remove-if-non-readable'.  Use `recentf-keep-p'.
18963         All callers updated.
18964         (recentf-menu-items-for-commands): Fix help string.
18965         (recentf-track-closed-file): Update.  Doc fix.
18966         (recentf-cleanup): Update.  Count removed files.  Doc fix.
18968 2005-03-23  Kim F. Storm  <storm@cua.dk>
18970         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
18971         Don't inherit from fringe face (now happens automatically).
18973 2005-03-22  Kim F. Storm  <storm@cua.dk>
18975         * tooltip.el (tooltip-show-help-function): Ignore negative mouse
18976         position values.
18978 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
18980         * menu-bar.el (showhide-date-time): Remove.
18981         (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
18982         (menu-bar-make-mm-toggle): Simplify.
18984 2005-03-22  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
18986         * progmodes/perl-mode.el (perl-font-lock-keywords-2):
18987         Accept qualified variable and function names.
18989 2005-03-22  Thien-Thi Nguyen  <ttn@gnu.org>
18991         * bindings.el (completion-ignored-extensions):
18992         Remove ".lis" for `vax-vms'.
18994 2005-03-22  Andreas Schwab  <schwab@suse.de>
18996         * generic-x.el: Revert last change.
18997         * ldefs-boot.el: Update.
18999 2005-03-22  Jay Belanger  <belanger@truman.edu>
19001         * calc/calc-embed.el (calc-embedded-original-modes): New variable.
19002         (calc-embedded-save-original-modes)
19003         (calc-embedded-restore-original-modes): New functions.
19004         (calc-do-embedded): Save original modes when entering embedded mode
19005         and restore when leaving embedded mode.
19006         (calc-embedded-modes-change): Change the value of
19007         calc-embedded-original-modes to reflect permanent changes.
19009 2005-03-22  Lute Kamstra  <lute@gnu.org>
19011         * generic-x.el: Require generic again.
19013 2005-03-22  Miles Bader  <miles@gnu.org>
19015         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
19016         Tweak details to look good on both ttys and bitmap displays, light
19017         or dark background, etc.
19019 2005-03-21  Kim F. Storm  <storm@cua.dk>
19021         * tooltip.el (tooltip-show-help-function): Check car and cdr of
19022         mouse position.
19024 2005-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
19026         * icomplete.el: Don't forcibly turn on the mode upon load.
19027         (icomplete-mode): Use define-minor-mode.
19028         (icomplete-eoinput): Default to nil.
19029         (icomplete-minibuffer-setup): Remove autoload.
19030         (icomplete-tidy): Simplify.
19031         (icomplete-exhibit): Use buffer-undo-list to determine if we're still
19032         in the initial state or if the user has modified the field.
19033         Fix handling of icomplete-max-delay-chars.
19034         Remove code that handles the oddball case where
19035         minibuffer-completion-table is an integer.
19036         Wrap icomplete-completions in while-no-input in case building
19037         completions takes more time than expected.
19038         (icomplete-completions): Simplify.
19040 2005-03-21  Richard M. Stallman  <rms@gnu.org>
19042         * jka-compr.el (jka-compr-really-do-compress):
19043         Make variable buffer-local.
19045         * image-mode.el: Handle .xpm files too.
19046         (image-toggle-display): Preserve modification flag.
19048         * help.el (where-is): Don't mention aliases with no key bindings.
19050 2005-03-21  Lute Kamstra  <lute@gnu.org>
19052         * generic.el: Fix commentary section.  Don't require cl for
19053         compilation.
19054         (generic-mode-list): Add autoload cookie.
19055         (generic-use-find-file-hook, generic-lines-to-scan)
19056         (generic-find-file-regexp, generic-ignore-files-regexp)
19057         (generic-mode, generic-mode-find-file-hook)
19058         (generic-mode-ini-file-find-file-hook): Fix docstrings.
19059         (define-generic-mode): Make it a defmacro.  Fix docstring.
19060         (generic-mode-internal): Code cleanup.  Add autoload cookie.
19061         (generic-mode-set-comments): Code cleanup.
19062         * generic-x.el: Don't prevent compilation.  Don't require generic.
19063         Follow coding conventions.  Minor code cleanup.
19064         (etc-fstab-generic-mode): Add some keywords.
19065         * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
19066         define-generic-mode like a function declaration.
19068 2005-03-21  Jay Belanger  <belanger@truman.edu>
19070         * calc/calc-embed.el (calc-do-embedded): Put data on stack before
19071         changing modes.
19073 2005-03-21  Sam Steingold  <sds@gnu.org>
19075         * add-log.el (add-log-current-defun): Support more C DEFUN forms.
19077 2005-03-21  Thien-Thi Nguyen  <ttn@gnu.org>
19079         * progmodes/dcl-mode.el (dcl-font-lock-keywords):
19080         Add underscore to "f$ lexicals" regexp.
19082 2005-03-20  Juri Linkov  <juri@jurta.org>
19084         * subr.el (progress-reporter-do-update): When `min-value' is equal
19085         to `max-value', set `percentage' to 0 and prevent division by zero.
19087 2005-03-20  Michael Albinus  <michael.albinus@gmx.de>
19089         Sync with Tramp 2.0.48.
19091         * net/tramp.el (all): Change all addresses to .gnu.org.
19092         (tramp-append-tramp-buffers): New defun.
19093         (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
19094         Catch `dont-send' signal.
19095         (tramp-set-auto-save-file-modes): Set always permissions, because
19096         there might be an old auto-saved file belonging to another
19097         original file.  This could be a security threat.  Reported by
19098         Kjetil Kjernsmo <kjetil@kjernsmo.net>.
19099         Check for Emacs 21.3.50 removed.
19101         * net/tramp-smb.el (all): Remove debug construct for
19102         `with-parsed-tramp-file-name'.
19103         (tramp-smb-prompt): Prompt can contain spaces inside directory names.
19104         (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
19105         No error message if DIRECTORY or FILENAME doesn't exist.
19106         (tramp-smb-open-connection): Check existence of
19107         `tramp-smb-program'.
19109 2005-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
19111         * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
19112         Properly handle the case where the `m' or `s' command's argument is not
19113         yet terminated.
19114         (perl-indent-new-calculate): New function.
19115         (perl-indent-line): Use it.
19117 2005-03-20  Miles Bader  <miles@gnu.org>
19119         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
19120         in text-mode too.  Change to new face names.
19121         (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
19122         Add `:weight bold' attribute.
19123         (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
19125 2005-03-19  Juri Linkov  <juri@jurta.org>
19127         * files.el (auto-mode-alist): Add comment.  Optimize jar/ear/war.
19129         * international/mule.el (auto-coding-alist): Sync with
19130         `auto-mode-alist' by adding upper case archive file extensions
19131         and adding ear/war to jar extension.
19133 2005-03-19  David Casperson  <casper@unbc.ca>  (tiny change)
19135         * textmodes/tex-mode.el (tex-view): If tex-shell process is not
19136         running, restart it.
19138 2005-03-19  Yoichi NAKAYAMA  <yoichi@geiin.org>  (tiny changes)
19140         * finder.el (finder-current-item): Throw an error on an empty line.
19142         * man.el (Man-follow-manual-reference): If current-word returns
19143         nil, use "".
19145 2005-03-19  Matt Hodges  <MPHodges@member.fsf.org>
19147         * simple.el (goto-line): Doc fix.
19149 2005-03-19  Aaron Hawley  <Aaron.Hawley@uvm.edu>  (tiny change)
19151         * files.el (save-buffer): Doc fix.
19153 2005-03-19  Michael R. Mauger  <mmaug@yahoo.com>
19155         * recentf.el (recentf-cleanup-remote): New variable.
19156         (recentf-cleanup): Use it to conditionally check availability of
19157         remote files.
19159 2005-03-19  Joe Edmonds  <joe-bugs-debian-org@elem.com>  (tiny change)
19161         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
19162         function names.
19164 2005-03-19  Eli Zaretskii  <eliz@gnu.org>
19166         * language/thai-word.el: New file.
19168 2005-03-19  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
19170         * files.el (backup-buffer): If the file's directory is not
19171         writable, use copy instead of move to backup the file.
19173 2005-03-19  Eli Zaretskii  <eliz@gnu.org>
19175         * obsolete/keyswap.el: Moved to obsolete/ from term/.
19177 2005-03-19  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
19179         * ps-print.el (ps-generate-string-list, ps-generate-header-line):
19180         Use functionp instead of symbolp and fboundp.  Reported by Drkm
19181         <darkman_spam@yahoo.fr>.
19182         (ps-print-version): New version 6.6.6.
19184 2005-03-18  Tak Ota  <Takaaki.Ota@am.sony.com>
19186         * textmodes/table.el (table--line-column-position): New idiom.
19187         (table--row-column-insertion-point-p): New function to test
19188         validity of row and column insertion operation at a location.
19189         (table-global-menu, table-cell-menu): Use above functions for
19190         deterministic test operation.
19191         (table--editable-cell-p): Behave in deterministic fashion.
19193 2005-03-18  Juri Linkov  <juri@jurta.org>
19195         * isearch.el (isearch-lazy-highlight-new-loop):
19196         Make arguments beg and end optional.
19197         (isearch-update): Remove optional arguments nil from
19198         isearch-lazy-highlight-new-loop.
19199         (isearch-lazy-highlight-search): Let-bind case-fold-search to
19200         isearch-lazy-highlight-case-fold-search instead of
19201         isearch-case-fold-search, and let-bind isearch-regexp to
19202         isearch-lazy-highlight-regexp.
19203         Use isearch-lazy-highlight-last-string instead of isearch-string.
19205         * replace.el (perform-replace): Remove bindings of global
19206         variables isearch-string, isearch-regexp, isearch-case-fold-search.
19207         Add three new arguments to `replace-highlight'.
19208         (replace-highlight): Add arguments string, regexp, case-fold.
19209         Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
19210         to allow isearch-lazy-highlight-new-loop to use these values
19211         to set corresponding isearch-lazy-highlight-* internal
19212         variables whose values lazy highlighting will use regardless of
19213         changes to global variables isearch-string, isearch-regexp,
19214         isearch-case-fold-search during lazy highlighting loop.
19215         (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
19216         to `lazy-highlight-cleanup'.
19218         * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
19219         (ispell-highlight-face): Set default face to `isearch' when
19220         lazy highlighting is enabled.
19221         (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
19222         priority to 1.  Add lazy highlighting.
19223         (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
19224         from `isearch-dehighlight'.
19226 2005-03-18  David Ponce  <david@dponce.com>
19228         * files.el (hack-local-variables): Do a case-insensitive search
19229         for End.
19231 2005-03-18  Juri Linkov  <juri@jurta.org>
19233         * isearch.el (lazy-highlight-cleanup) <command>: Rename from
19234         `isearch-lazy-highlight-cleanup', add alias to old name and
19235         declare obsolete.  Add release numbers to other obsolete vars.
19236         (isearch-done, isearch-lazy-highlight-new-loop):
19237         Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
19238         (lazy-highlight-cleanup) <variable>: Doc fix.
19239         (isearch-lazy-highlight-update): Rename obsolete
19240         `isearch-lazy-highlight-face' to `lazy-highlight-face'.
19242 2005-03-18  Kenichi Handa  <handa@m17n.org>
19244         * language/thai-util.el: Fix categorization of Thai characters in
19245         thai-category-table.
19246         (thai-composition-pattern): Adjust it for the above change.
19247         (thai-self-insert-command, thai-compose-syllable): New functions.
19248         (thai-compose-region): Use thai-compose-syllable.
19249         (thai-compose-string): Likewise.
19250         (thai-composition-function): Likewise.
19251         (thai-auto-composition): New function.
19252         (thai-auto-composition-mode): New minor mode.
19254         * language/thai.el: Fix patterns to be registered in
19255         composition-function-table.
19257         * international/quail.el (quail-input-method): Locally bind
19258         inhibit-modification-hooks to t.
19260 2005-03-17  Richard M. Stallman  <rms@gnu.org>
19262         * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
19263         (perl-mode): Use run-mode-hooks.
19265         * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
19266         (rmail-pop-password-required, rmail-remote-password): Doc fixes.
19267         (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
19269         * mail/sendmail.el (sendmail-send-it): Reenable the code
19270         to compute resend-to-address and use it.
19272         * tar-mode.el (tar-mode): Turn off undo unconditionally.
19274         * image-mode.el: New file.
19276         * image.el (insert-sliced-image): Add autoload cookie.
19278         * font-lock.el (font-lock-lines-before): New user option.
19279         (font-lock-after-change-function): Obey it.
19281         * bindings.el (esc-map): Make M-g a prefix.
19282         Bind M-g g and M-g M-g to goto-line.
19284         * faces.el (face-id): Doc fix.
19286 2005-03-17  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
19288         * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
19289         (rmail-show-message): Use rmail-unknown-mail-followup-to.
19290         (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
19292         * mail/sendmail.el (mail-yank-ignored-headers)
19293         (mail-font-lock-keywords, mail-mode-fill-paragraph):
19294         Add Mail-Followup-To and Mail-Reply-To headers.
19295         (mail-citation-hook): Add autoload cookie.
19296         (mail-mode): Doc fix.
19297         (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
19298         (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
19299         (mail-mode-fill-paragraph): Handle those headers.
19300         (mail-mailing-lists): New variable.
19301         (mail-mail-reply-to, mail-mail-followup-to): New functions.
19303 2005-03-17  Juri Linkov  <juri@jurta.org>
19305         * isearch.el (isearch-fallback): Check for `(car previous)'
19306         before calling `isearch-other-end-state'.
19308 2005-03-17  Kim F. Storm  <storm@cua.dk>
19310         * simple.el (move-beginning-of-line): Move to beginning of buffer
19311         line, as well as beginning of screen line.
19313 2005-03-16  Glenn Morris  <gmorris@ast.cam.ac.uk>
19315         * calendar/diary-lib.el (mark-diary-entries): Use new optional
19316         argument REDRAW rather than calendar-redrawing variable.
19317         * calendar/calendar.el (calendar-redrawing): Delete.
19318         (redraw-calendar): Do not bind calendar-redrawing.
19320 2005-03-16  Matt Hodges  <MPHodges@member.fsf.org>
19322         * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
19323         diary-file buffer.
19325 2005-03-16  Stefan Monnier  <monnier@iro.umontreal.ca>
19327         * help.el (describe-mode): Allow a :minor-mode-function property to
19328         specify a different minor mode toggle function than the variable.
19329         * simple.el (auto-fill-function):
19330         * subr.el (add-minor-mode): Use it.
19332 2005-03-16  Kenichi Handa  <handa@m17n.org>
19334         * language/ethio-util.el (sera-being-called-by-w3): New variable.
19335         (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
19336         (ethio-fidel-to-sera-buffer): Likewise.
19338 2005-03-16  Juri Linkov  <juri@jurta.org>
19340         * emacs-lisp/find-func.el (find-function-regexp):
19341         Add defun-emitting macro `menu-bar-make-toggle'.
19343         * isearch.el: Put `isearch-scroll' property to
19344         `split-window-horizontally'.
19346         * info.el: Update error messages for `debug-ignored-errors'.
19347         (Info-isearch-search): Doc fix.
19348         (Info-find-node): Move up code to go into info buffer before
19349         recording the node to the history.
19350         (Info-fontify-node): Fontify titles only if the next line
19351         has two or more `*', `=', `-', `.'.
19352         Display "go to this node" for empty (match-string 3).
19354 2005-03-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
19356         * term/mac-win.el: Add mouse pointer shape constants.
19358 2005-03-15  Kim F. Storm  <storm@cua.dk>
19360         * simple.el (move-beginning-of-line): Use vertical-motion.
19362 2005-03-15  Juri Linkov  <juri@jurta.org>
19364         * isearch.el (isearch-error): New variable.
19365         (isearch-invalid-regexp, isearch-within-brackets): Remove.
19366         (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
19367         (isearch-within-brackets-state): Remove.
19368         (isearch-case-fold-search-state, isearch-pop-fun-state):
19369         Decrease frame index.
19370         (isearch-mode, isearch-top-state, isearch-push-state)
19371         (isearch-edit-string, isearch-abort, isearch-search-and-update)
19372         (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
19373         (isearch-search, isearch-lazy-highlight-new-loop):
19374         Replace `isearch-invalid-regexp' with `isearch-error'.
19375         Remove `isearch-within-brackets'.
19376         (isearch-search): Add `search-failed' handler to `condition-case'.
19377         (isearch-lazy-highlight-search): Add `condition-case' to catch
19378         errors and allow `isearch-lazy-highlight-update' to try
19379         highlighting from the beginning of the window.
19380         (isearch-repeat): Move up code to set isearch-wrapped to t
19381         before calling isearch-wrap-function.
19383         * info.el (Info-isearch-initial-node): New internal variable.
19384         (Info-search): Signal an error in isearch mode when search leaves
19385         the initial node.  Signal an error when `bound' is non-nil and
19386         nothing was found in the current subfile.
19387         (Info-isearch-search): Remove `condition-case'.
19388         (Info-isearch-wrap): Don't wrap when search failed during leaving
19389         the initial node.  If `Info-isearch-search' is nil, wrap around
19390         the current node.
19391         (Info-isearch-start): New fun.
19392         (Info-mode): Add buffer-local hook `Info-isearch-start' to
19393         `isearch-mode-hook'.
19395 2005-03-15  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
19397         * simple.el (normal-erase-is-backspace): Set default to t if
19398         running on Mac.
19400         * term/mac-win.el (function-key-map): Sync with x-win.el.
19402 2005-03-15  Kenichi Handa  <handa@m17n.org>
19404         * international/mule-cmds.el (locale-language-names): Modify the
19405         format of elements and add more entries.
19406         (locale-preferred-coding-systems): Add more entries.
19407         (set-locale-environment): Adjust for the change of
19408         locale-language-names.
19410 2005-03-14  Stefan Monnier  <monnier@iro.umontreal.ca>
19412         * pcvs.el (smerge-ediff): Remove bogus autoload.
19414 2005-03-14  Lute Kamstra  <lute@gnu.org>
19416         * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
19417         Ignore a `*' at the beginning of a line.
19419         * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
19420         * emacs-lisp/byte-run.el (macro-declaration-function): Move from
19421         subr.el.
19422         (dont-compile, eval-when-compile, eval-and-compile): Use declare
19423         to specify indentation.
19425         * generic.el (define-generic-mode): Let generic-mode-list be a
19426         list of strings; test membership with equal.
19428 2005-03-14  Kim F. Storm  <storm@cua.dk>
19430         * simple.el (next-line, previous-line): Add optional try-vscroll
19431         arg to recognize interactive use.  Pass it on to line-move.
19432         (line-move): Don't perform auto-window-vscroll when defining or
19433         executing keyboard macro to ensure consistent behavior.
19435 2005-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
19437         * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
19439 2005-03-13  Lute Kamstra  <lute@gnu.org>
19441         * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
19442         debugger-setup-buffer so that backtrace marks the frames set to
19443         debug-on-exit and we don't have to do it manually.  Set an extra
19444         debug-on-exit for macro's.
19445         (debugger-setup-buffer): Don't mark the top frame manually.
19447 2005-03-12  Lute Kamstra  <lute@gnu.org>
19449         * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
19450         lisp-indent-function throughout.
19451         (with-no-warnings): Set lisp-indent-function property.
19453 2005-03-12  Thien-Thi Nguyen  <ttn@gnu.org>
19455         * progmodes/dcl-mode.el (dcl-mode-syntax-table):
19456         Add entry for backslash.
19458 2005-03-12  Juri Linkov  <juri@jurta.org>
19460         * info.el (Info-search): Four fixes for backward search.
19462 2005-03-11  Jay Belanger  <belanger@truman.edu>
19464         * calc/calc.el (calc-language-alist): New variable.
19465         * calc/calc-embed.el (calc-embedded-language-alist): Remove.
19466         (calc-embedded-find-modes): Use calc-language-alist instead of
19467         calc-embedded-language-alist.
19469 2005-03-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
19471         * calendar/calendar.el (calendar-redrawing): New internal
19472         variable.
19473         (redraw-calendar): Remove bogus save-excursion from previous
19474         change.  Bind calendar-redrawing to t for mark-diary-entries.
19475         * calendar/diary-lib.el (mark-diary-entries): No need to redraw
19476         calendar if that is why we were called.
19478 2005-03-11  Kenichi Handa  <handa@m17n.org>
19480         * international/mule.el (make-coding-system): Set property
19481         coding-system-define-form to nil.
19482         (define-coding-system-alias): Likewise.
19484 2005-03-11  Kenichi Handa  <handa@m17n.org>
19486         These changes are suggested by Dave Love <fx@gnu.org>.
19488         * textmodes/fill.el: Change encoding to iso-2022-7bit and add
19489         coding: tag.
19490         (adaptive-fill-regexp): Add more bullets.
19491         (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
19492         regexps.
19494 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
19496         * help.el (describe-mode): Properly handle non-trivial lighters.
19497         Don't ignore minor modes that are not listed in minor-mode-list.
19499         * tooltip.el (tooltip-mode): Don't complain that you can't turn the
19500         feature ON when the user requests to turn it OFF.
19502 2005-03-10  Lute Kamstra  <lute@gnu.org>
19504         * emacs-lisp/debug.el (debug-entry-code): Delete it.
19505         (implement-debug-on-entry): New function to replace debug-entry-code.
19506         (debug-on-entry-1): Use implement-debug-on-entry.  Delete the
19507         second argument as the 2005-03-07 change makes it obsolete.
19508         (debug-on-entry, cancel-debug-on-entry): Update call to
19509         debug-on-entry-1.
19510         (debug, debugger-setup-buffer): Comment update.
19511         (debugger-frame-number): Update to work with implement-debug-on-entry.
19513 2005-03-10  Jay Belanger  <belanger@truman.edu>
19515         * calc/calc-embed.el (math-ms-args): Declare it.
19516         (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
19517         math-ms-args.
19518         (calc-embedded-subst): Use math-multi-subst-rec to substitute
19519         variables.
19521 2005-03-10  Nick Roberts  <nickrob@snap.net.nz>
19523         * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
19524         Use message-box.
19526         * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
19527         (tooltip-activate-mouse-motions-if-enabled): Use dolist.
19528         (tooltip-gud-tips): Simplify.
19529         (tooltip-gud-tips-p): Remove superfluous :set.
19530         (tooltip-gud-modes): Add fortran-mode.
19531         (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
19533         * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
19535 2005-03-09  Kim F. Storm  <storm@cua.dk>
19537         * play/animate.el (animate-place-char): Use forward-line instead
19538         of next-line to improve performance.
19540 2005-03-09  Simon Josefsson  <jas@extundo.com>
19542         * net/browse-url.el (browse-url-default-browser): Doc fix.
19544 2005-03-09  Miles Bader  <miles@gnu.org>
19546         * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
19547         (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
19549 2005-03-09  Kenichi Handa  <handa@m17n.org>
19551         * international/latin-1.el: Set case and syntax for 255 only if
19552         set-case-syntax-set-multibyte is nil.
19554         * textmodes/ispell.el (ispell-insert-word): New function.
19555         (ispell-word): Use ispell-insert-word to insert a new word.
19556         (ispell-process-line): Likewise.
19557         (ispell-complete-word): Likewise.
19559 2005-03-09  Glenn Morris  <gmorris@ast.cam.ac.uk>
19561         * calendar/calendar.el (redraw-calendar): Preserve point.
19562         Reported by Matt Hodges <MPHodges@member.fsf.org>.
19563         (calendar-week-start-day): Move after definition of
19564         redraw-calendar.  Delete buffer test, since redraw-calendar has
19565         that now.
19567         * calendar/diary-lib.el (mark-diary-entries): Only call
19568         redraw-calendar in the first of any recursive calls.
19569         Reported by Alan Shutko <ats@acm.org>.
19571 2005-03-08  Juri Linkov  <juri@jurta.org>
19573         * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
19574         (html-horizontal-rule, html-line, html-image, html-checkboxes)
19575         (html-radio-buttons): Add a space before the trailing `/>' where
19576         sgml-xml-mode is non-nil.
19577         (sgml-delete-tag): Check if the tag ends with `/>' to not delete
19578         the subsequent tag of the empty XML tag.
19579         (html-href-anchor): Don't set initial input to "http:".
19580         (html-image): Ask for the image URL and set point inside alt="".
19581         (html-name-anchor): Duplicate the name in the `id' attribute when
19582         sgml-xml-mode is non-nil.
19583         (html-paragraph): Remove \n before <p>.
19584         (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
19585         instead of `checked' when sgml-xml-mode is non-nil.
19587         * facemenu.el (list-colors-print): Print #RRGGBB in default face.
19588         Remove 1 space before #RRGGBB to not truncate it on terminal
19589         windows w/o fringes.  Remove 1 space between bg and fg examples
19590         to get more space.
19591         (list-colors-duplicates): Replace `and' with `if' for `boundp' to
19592         avoid byte-compile warnings.
19594         * image-file.el (image-file-handler): Put `safe-magic' property to
19595         `image-file-handler'.
19597         * info.el (Info-isearch-search): Emulate word search in
19598         isearching through multiple Info nodes with Info-search.
19599         (Info-isearch-wrap): Allow isearch-word.
19601 2005-03-08  Lute Kamstra  <lute@gnu.org>
19603         * emacs-lisp/debug.el (debugger-step-through): Make sure that
19604         stepping into the debugger's code is not possible.
19605         (debugger-jumping-flag): Docstring update.
19607 2005-03-08  Jay Belanger  <belanger@truman.edu>
19609         * calc/calc-embed.el (calc-do-embedded): Reset mode line when
19610         embedded mode begins.
19611         (calc-embedded-language-alist): New variable.
19612         (calc-embedded-find-modes): Use calc-embedded-language-alist to
19613         set default language mode.
19615 2005-03-08  Kenichi Handa  <handa@m17n.org>
19617         * international/ccl.el (define-ccl-program): Fix docstring about
19618         extra 256 bytes assured for the output buffer.
19620         * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
19621         Fix BUFFER_MAGNIFICATION to 2.
19622         (ccl-encode-mule-utf-16be-with-signature): Likewise.
19624 2005-03-07  Karl Chen  <quarl@cs.berkeley.edu>
19626         * align.el (align-rules-list): Added an alignment rule for CSS
19627         declarations (applies to css-mode and html-mode buffers).
19629 2005-03-07  Stefan Monnier  <monnier@iro.umontreal.ca>
19631         * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
19633 2005-03-07  Kim F. Storm  <storm@cua.dk>
19635         * simple.el (move-beginning-of-line): New command.
19637         * bindings.el (global-map): Bind C-a to move-beginning-of-line.
19639         * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
19641         * emulation/cua-base.el: Put CUA move property on move-end-of-line
19642         and move-beginning-of-line.
19644         * apropos.el (apropos-print): Omit command from M-x ... RET.
19646 2005-03-07  Nick Roberts  <nickrob@snap.net.nz>
19648         * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
19649         (gdb-send, gdb-send-item): Log items sent from gdb-send too.
19651 2005-03-06  Richard M. Stallman  <rms@gnu.org>
19653         * bindings.el (esc-map): Bind M-g to goto-line.
19655         * facemenu.el (global-map): Bind M-o, not M-g.
19657 2005-03-06  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
19659         * menu-bar.el (menu-bar-file-menu): Add the same :enable to
19660         "Open Directory" as for "Open File".
19662 2005-03-06  Chong Yidong  <cyd@stupidchicken.com>
19664         * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
19665         (push-mark-command): Run activate-mark-hook.
19667 2005-03-06  Richard M. Stallman  <rms@gnu.org>
19669         * help-mode.el (help-mode-finish): Don't alter the element
19670         in view-return-to-alist if there already is one.
19672         * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
19673         make sure the current buffer is the expected one.
19675         * novice.el (disabled-command-function): Output in *Disabled Command*.
19676         Explicitly ignore non-keyboard events, and explicitly handle C-g.
19678         * textmodes/flyspell.el (flyspell-large-region):
19679         Pass args differently for aspell.
19681         * files.el (mode-require-final-newline): Doc fix.
19683 2005-03-03  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
19685         * progmodes/which-func.el (which-function):
19686         Specify NOERROR when calling imenu--make-index-alist.
19688 2005-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
19690         * simple.el (normal-erase-is-backspace): Define default value.
19692         * custom.el (custom-theme-set-variables): Remove unused var
19693         `immediate'.
19694         (custom-reevaluate-setting): Simple function to handle variables
19695         that are defined before their default value can really be
19696         computed.
19698         * startup.el (command-line): Use it for temporary-file-directory,
19699         small-emporary-file-directory, auto-save-file-name-transforms,
19700         blink-cursor-mode, and normal-erase-is-backspace.
19702         * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
19703         progress, even with buggy anchored keywords.
19705 2005-03-05  Luc Teirlinck  <teirllm@auburn.edu>
19707         * simple.el (goto-line): Remove unbalanced final parenthesis.
19709 2005-03-05  Richard M. Stallman  <rms@gnu.org>
19711         * simple.el (goto-line): Use a number at point as the default.
19712         With C-u as arg, switch buffers.
19714 2005-03-05  Juri Linkov  <juri@jurta.org>
19716         * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
19717         with `no-blinking-cursor'.
19719         * startup.el (no-blinking-cursor): New defvar.
19720         (command-line): Add `--no-blinking-cursor' to longopts.
19721         Set `no-blinking-cursor' to t for command line arguments
19722         -Q, -nbc, --no-blinking-cursor.  Replace `emacs-quick-startup'
19723         with `no-blinking-cursor' in the condition for calling
19724         `blink-cursor-mode'.
19726 2005-03-04  Luc Teirlinck  <teirllm@auburn.edu>
19728         * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
19729         (menu-bar-options-save): Add blink-cursor-mode.
19730         (menu-bar-options-menu): Add blink-cursor-mode.
19732 2005-03-04  Ulf Jasper  <ulf.jasper@web.de>
19734         * calendar/icalendar.el (icalendar-version): Increase to 0.11.
19735         (icalendar-export-file, icalendar-export-region)
19736         (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
19737         (icalendar--convert-ical-to-diary): Fix problem with DURATION.
19739 2005-03-04  Lute Kamstra  <lute@gnu.org>
19741         * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
19742         (debug-function-list): Ditto.
19744 2005-03-04  Robert J. Chassell  <bob@rattlesnake.com>
19746         * textmodes/texinfmt.el (texinfo-append-refill):
19747         Redefine the types of line to which @refill
19748         is not appended by replacing a search for `@refill\\|@bye' with
19749         `@refill\\|^[ \t]*@'.  The intent is to solve both the `@end
19750         itemize@refill' bug and the unfilled long lines bug.
19751         (texinfmt-version): Update number and date.
19753 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
19755         * international/code-pages.el (windows-1250, windows-125[2-8])
19756         (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
19758 2005-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
19760         * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
19761         bound yet.
19763 2005-03-02  Romain Francoise  <romain@orebokech.com>
19765         * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
19766         buffer after removing limits.
19767         (ibuffer-pop-filter): Ditto.
19768         Update copyright.
19770 2005-03-02  Miles Bader  <miles@gnu.org>
19772         * button.el (make-text-button): If the user doesn't specify a
19773         type, use the default.  Rewrite to use `add-text-properties' and
19774         plist functions.
19776 2005-03-01  Lute Kamstra  <lute@gnu.org>
19778         * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
19779         (debugger-jumping-flag): New var.
19780         (debug-entry-code): Use it.
19781         (debugger-jump): Use debugger-jumping-flag and add
19782         debugger-reenable to post-command-hook.
19783         (debugger-reenable): Use debugger-jumping-flag and remove itself
19784         from post-command-hook.
19785         (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
19786         debugger-reenable.
19788 2005-03-01  Robert J. Chassell  <bob@rattlesnake.com>
19790         * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
19791         inclusion of "itemize\\|", which may be unnecessary, is certainly
19792         inelegant, and stops refilling in itemize lists when formatting
19793         Japanese Texinfo files to Info.
19794         Update copyright to 2005.
19796 2005-03-01  Nick Roberts  <nickrob@snap.net.nz>
19798         * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
19799         of an error if GDB can't find the source file.
19801 2005-03-01  Glenn Morris  <gmorris@ast.cam.ac.uk>
19803         * calendar/calendar.el (redraw-calendar): Work from any buffer,
19804         not just the calendar.
19806         * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
19807         first.
19808         (diary-redraw-calendar): New function.
19809         (make-diary-entry): Add diary-redraw-calendar to local
19810         write-contents-functions.  Turn off selective display before
19811         inserting in diary.
19813 2005-03-01  Kim F. Storm  <storm@cua.dk>
19815         * emacs-lisp/copyright.el (copyright-fix-years): New command.
19817 2005-03-01  Lute Kamstra  <lute@gnu.org>
19819         * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
19820         that debug-entry-code can be safely removed from a function while
19821         this code is being evaluated.  Revert the 2005-02-27 change as the
19822         new implementation no longer requires it.  Make sure that a
19823         function body containing just a string is not mistaken for a docstring.
19824         (debug): Skip one more frame in case of debug on entry.
19825         (debugger-setup-buffer): Delete one more frame line in case of
19826         debug on entry.
19827         (debugger-frame-number): Update to use the new text introduced by
19828         the 1999-11-03 change.  Skip one more frame in case of debug on entry.
19830 2005-02-28  Kim F. Storm  <storm@cua.dk>
19832         * double.el (double-translate-key): Call force-window-update after
19833         read-event to avoid crash in redisplay.
19835 2005-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
19837         * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
19838         (debug): Use it.  Move the inhibit-trace earlier.
19839         (debug-entry-code): New const.
19840         (debug-on-entry-1): Use it.
19842 2005-02-28  Chong Yidong  <cyd@stupidchicken.com>
19844         * international/utf-16.el (ccl-encode-mule-utf-16le):
19845         Fix BUFFER_MAGNIFICATION to 2.
19846         (ccl-encode-mule-utf-16be): Likewise.
19848 2005-02-28  Kenichi Handa  <handa@m17n.org>
19850         * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
19851         Fix BUFFER_MAGNIFICATION to 4.
19852         (ccl-encode-mule-utf-16be-with-signature): Likewise.
19854 2005-02-28  Nick Roberts  <nickrob@snap.net.nz>
19856         * speedbar.el (speedbar-update-flag): Doc fix.
19857         (speedbar-show-info-under-mouse): Give set-mouse-position the right
19858         argument.
19860 2005-02-27  Stefan Monnier  <monnier@iro.umontreal.ca>
19862         * reveal.el (reveal-post-command): Don't try to reveal overlays which
19863         have a non-nil `invisible' property but are actually visible.
19865         * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
19866         for perldoc sections.
19867         (perl-outline-regexp, perl-outline-level): New var and function.
19868         (perl-mode): Use them.
19870 2005-02-27  Glenn Morris  <gmorris@ast.cam.ac.uk>
19872         * calendar/diary-lib.el (diary-remind): Discard any mark portion
19873         from diary-entry.  Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
19875 2005-02-27  Luc Teirlinck  <teirllm@auburn.edu>
19877         * cus-edit.el: Comment change.
19878         (custom-buffer-create-internal): Slightly reword text at top of
19879         Custom buffers.  Mention there that saving an option edits the
19880         init file.  Add link to Emacs manual node on `custom-file'.
19881         (custom-magic-alist): Rewrite individual State messages to use
19882         capitalized keywords.  Doc fix.
19884 2005-02-27  Matt Hodges  <MPHodges@member.fsf.org>
19886         * calendar/calendar.el (calendar-buffer): Move above
19887         calendar-week-start-day.
19888         (calendar-week-start-day): Doc fix.  Add :set function.
19889         (calendar-minimum-window-height): New variable.
19890         (generate-calendar-window): Only resize window if selected-window
19891         is displaying the calendar buffer.  Use new variable
19892         calendar-minimum-window-height.
19893         (generate-calendar): Reword error message.
19894         (calendar-mode-map): Bind DEL to scroll-other-window-down.
19896 2005-02-27  Andreas Schwab  <schwab@suse.de>
19898         * vc.el (vc-do-command): Don't run command asynchronously when
19899         operating in a remote directory.
19901         * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
19902         change from sync with Tramp 2.0.47.
19904 2005-02-27  Richard M. Stallman  <rms@gnu.org>
19906         * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
19908         * textmodes/flyspell.el (flyspell-mode-on):
19909         Call ispell-change-dictionary only if necessary.
19911         * emacs-lisp/re-builder.el (regexp-builder): New function.
19913         * register.el (describe-register-1): Explicitly handle
19914         yank-excluded-properties = t.
19916         * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
19917         (custom-magic-alist): Change the status descriptions again.
19918         (face widget-type): Total rewrite based on `restricted-sexp'
19919         to eliminate the confusing double hiding levels.
19921         * emacs-lisp/debug.el (debug-on-entry-1):
19922         If function body is empty, add nil as body form.
19924 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
19926         * emacs-lisp/trace.el (inhibit-trace): New var.
19927         (trace-make-advice): Use it.
19929         * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
19931 2005-02-26  Kim F. Storm  <storm@cua.dk>
19933         * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
19934         (mouse-on-link-p, mouse-drag-region-1): Use it.
19936 2005-02-25  Lute Kamstra  <lute@gnu.org>
19938         * replace.el (query-replace-read-from): Fix 2005-02-19 change.
19940 2005-02-24  Luc Teirlinck  <teirllm@auburn.edu>
19942         * frame.el (blink-cursor-mode): Add :group keyword.
19944 2005-02-24  Ulf Jasper  <ulf.jasper@web.de>
19946         * calendar/icalendar.el (icalendar--decode-isodatetime):
19947         New optional argument DAY-SHIFT.
19948         (icalendar-export-region): Fix coding-system-for-write.
19949         (icalendar--convert-ical-to-diary): Shift end-day of all-day
19950         events by one.
19952 2005-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
19954         * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
19956 2005-02-24  Kim F. Storm  <storm@cua.dk>
19958         * international/iso-acc.el (iso-accents-compose): Fix crash
19959         during redisplay.  Call force-window-update after read-event
19960         and delete-region to signal that window is not accurate.
19962 2005-02-23  Stefan Monnier  <monnier@iro.umontreal.ca>
19964         * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
19965         Remove unused and inexistent var `inhibit-trace'.
19966         (debugger-mode): Use run-mode-hooks.
19967         (debugger-list-functions): Add buttons; setup xref stack.
19969 2005-02-23  Richard M. Stallman  <rms@gnu.org>
19971         * calendar/appt.el (appt-time-msg-list): 3rd elt of each
19972         appointment says it was explicitly made.
19973         (appt-add): Set the 3rd element.
19974         (appt-make-list): Preserve explicit appointments.
19976         * subr.el (find-tag-default): Catch errors in forward-sexp.
19978 2005-02-23  Juri Linkov  <juri@jurta.org>
19980         * info.el (Info-isearch-search): New defcustom.
19981         (Info-isearch-search): Call the default isearch function
19982         when Info-isearch-search is nil.
19983         (Info-isearch-wrap): Use variable Info-isearch-search.
19985 2005-02-22  Luc Teirlinck  <teirllm@auburn.edu>
19987         * cus-edit.el: Comment change.
19989 2005-02-22  Kim F. Storm  <storm@cua.dk>
19991         * progmodes/hideif.el (hide-ifdef-use-define-alist):
19992         Use completing-read.  Suggested by Juan-Leon Lahoz Garcia.
19994 2005-02-22  Simon Josefsson  <jas@extundo.com>
19996         * net/browse-url.el (browse-url-netscape-new-window-is-tab):
19997         New variable.
19998         (browse-url-netscape): Use it.  Suggested by "Johann 'Myrkraverk'
19999         Oskarsson" <myrkraverk@users.sourceforget.net>.
20001 2005-02-22  Kim F. Storm  <storm@cua.dk>
20003         * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
20004         check that window of that event is the selected window.
20005         (mouse-drag-region-1): Compare mouse event window to selected
20006         window before setting point.
20008         * tooltip.el (tooltip-show-help-function): Pass event to
20009         mouse-on-link-p so it can check selected window.
20011 2005-02-22  Kenichi Handa  <handa@m17n.org>
20013         * ps-mule.el (ps-mule-header-string-charsets): Delete it.
20014         (ps-mule-show-warning): New function.
20015         (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
20016         characters are found.
20018         * ps-print.el (ps-header-footer-string): Return a list of header
20019         and footer strings.
20021 2005-02-21  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
20023         * pcvs.el (cvs-retrieve-revision): Fix thinko.
20025 2005-02-21  Stefan Monnier  <monnier@iro.umontreal.ca>
20027         * frame.el (blink-cursor-mode): Use define-minor-mode.
20029         * term/mac-win.el (function-key-map): Use char-names more consistently.
20030         (file-name-coding-system): Only set it for MacOS-9.  The other case is
20031         already handled in mule-cmds.el (where it also works when mac-win.el
20032         is not used).
20034 2005-02-21  Kenichi Handa  <handa@m17n.org>
20036         * international/mule.el (ctext-pre-write-conversion): Always use
20037         " *code-converting-work*" buffer for work.
20039         * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
20041 2005-02-20  Thien-Thi Nguyen  <ttn@gnu.org>
20043         * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
20045 2005-02-20  Jonathan Yavner  <jyavner@member.fsf.org>
20047         * ses.el (undo-more): Restore defadvice, but only the part that
20048         allows changes outside the restricted area of the buffer.
20050 2005-02-20  Kim F. Storm  <storm@cua.dk>
20052         * simple.el (line-move): Add fourth optional arg try-vscroll which
20053         must be set to perform auto-window-vscroll.
20054         When moving backwards and doing auto-window-vscroll, automatically
20055         vscroll to the last part of lines which are taller than the window.
20056         (next-line, previous-line): Set try-vscroll arg on line-move.
20058 2005-02-19  Dan Nicolaescu  <dann@ics.uci.edu>
20060         * replace.el (query-replace, query-replace-regexp)
20061         (replace-string, replace-regexp): When operating on region, make
20062         the minibuffer prompt say so.
20064         * isearch.el (isearch-forward): Document isearch-query-replace and
20065         isearch-query-replace-regexp keybindings.
20067 2005-02-19  Jay Belanger  <belanger@truman.edu>
20069         * calc/calc-aent.el (math-read-token): Add local variable.
20071         * calc/calc-prog.el (calc-user-define-edit): Add local variable.
20072         (calc-edit-top): Move declaration to earlier in file.
20073         (calc-edit-macro-repeats): Add local variables.
20075         * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
20076         Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
20077         calcFunc-tanh.
20078         Adjust integration rule for calcFunc-tan.
20080 2005-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
20082         * viper-cmd.el (viper-prefix-commands): Make into a defconst.
20083         (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
20084         (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
20085         (viper-skip-separators): Bug fix.
20086         (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
20087         particular major mode.
20088         (viper-del-backward-char-in-replace): Don't put deleted char on the
20089         kill ring.
20091         * viper-ex.el (viper-color-display-p): New function.
20092         (viper-has-face-support-p): Use viper-color-display-p.
20094         * viper-keym.el (viper-gnus-modifier-map): New keymap.
20096         * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
20098         * viper-util.el (viper-glob-unix-files): Fix shell status check.
20099         (viper-file-remote-p): Make equivalent to file-remote-p.
20101         * viper.el (viper-major-mode-modifier-list):
20102         Use viper-gnus-modifier-map.
20104 2005-02-19  David Kastrup  <dak@gnu.org>
20106         * subr.el (subregexp-context-p): Fix garbled doc string by adding
20107         quoting.
20109 2005-02-19  Jay Belanger  <belanger@truman.edu>
20111         * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
20112         Remove extra definitions.
20113         (calc-coth): New function.
20114         (calcFunc-cot): Fix `let'.
20116 2005-02-19  Eli Zaretskii  <eliz@gnu.org>
20118         * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
20119         the reasons we use "type pc" in these faces.
20121         * button.el (button): Ditto.
20123 2005-02-19  Michael Mauger  <mmaug@yahoo.com>
20125         * replace.el (query-replace-read-from): Set the value of
20126         query-replace-from-history-variable to handle the case of an empty
20127         string entered to accept the suggested default.
20129         * net/tramp.el (tramp-file-name-for-operation):
20130         Use dired-call-process instead of dired-call-process-command.
20132 2005-02-19  Jay Belanger  <belanger@truman.edu>
20134         * calc/calc-arith.el (math-trig-inverses, math-div-trig)
20135         (math-div-non-trig): New variables.
20136         (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
20137         (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
20138         (math-combine-prod, math-div-symb-fancy): Add simplifications for
20139         trig expressions.
20141 2005-02-19  Nick Roberts  <nickrob@snap.net.nz>
20143         * progmodes/gdb-ui.el (gdb-var-update-handler)
20144         (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
20145         for watch expressions,
20146         (gdb-var-create-handler): Don't set speedbar-update-flag.
20147         (gdb-post-prompt): Simplify test for speedbar.
20149 2005-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
20151         * ediff.el (ediff-set-diff-overlays-in-one-buffer)
20152         (ediff-set-fine-overlays-in-one-buffer, ediff-goto-word): Make sure
20153         we use the syntax table of the correct buffer.
20154         (ediff-same-file-contents, ediff-same-contents): Enhancements thanks to
20155         Felix Gatzemeier.
20157         * ediff-init.el (ediff-hide-face): Check for definedness of functions.
20158         (ediff-file-remote-p): Make synonymous with file-remote-p.
20159         In all deffaces ediff-*-face-*, use min-colors.
20161         * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
20162         ediff-recurse-to-subdirectories.
20163         (ediff-mark-if-equal): Check that the arguments are strings, use
20164         ediff-same-contents (after to Felix Gatzemeier).
20166         * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
20167         nil.
20169 2005-02-18  Stefan Monnier  <monnier@iro.umontreal.ca>
20171         * log-view.el (log-view-message-re): Fix up Subversion regexp.
20173 2005-02-18  David Kastrup  <dak@gnu.org>
20175         * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
20176         use `mark-active' when defined.
20178 2005-02-18  Kenichi Handa  <handa@m17n.org>
20180         * ps-print.el (ps-font-info-database): New entry
20181         ZapfChancery-MediumItalic with correct font name.  Fix font name
20182         of the entry Zapf-Chancery-MediumItalic.
20184 2005-02-16  Luc Teirlinck  <teirllm@auburn.edu>
20186         * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
20188 2005-02-16  Kim F. Storm  <storm@cua.dk>
20190         * ido.el (ido-fallback-command): Pass user input to fallback command.
20192 2005-02-16  Nick Roberts  <nickrob@snap.net.nz>
20194         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
20195         (gdb-find-file-hook): Add server prefix.
20197 2005-02-16  Richard M. Stallman  <rms@gnu.org>
20199         * replace.el (perform-replace): Pass new args to replace-highlight.
20200         (replace-highlight): Take region args,
20201         and pass them to isearch-lazy-highlight-new-loop.
20203         * novice.el (disabled-command-hook): Autoload the defalias
20204         and the make-obsolete-variable call.
20206         * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
20208         * isearch.el (isearch-lazy-highlight-start-limit)
20209         (isearch-lazy-highlight-end-limit): New variables limit
20210         the region for highlighting.
20211         (isearch-lazy-highlight-new-loop): New args BEG and END.
20212         (isearch-lazy-highlight-search): Use the new vars.
20213         (isearch-lazy-highlight-update): Likewise.
20215         * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
20217         * cus-start.el (all): Use default-boundp.
20219 2005-02-15  David Casperson  <casper@unbc.ca>  (tiny change)
20221         * menu-bar.el (menu-bar-select-frame): Handle current frame.
20223 2005-02-15  Luc Teirlinck  <teirllm@auburn.edu>
20225         * autorevert.el (auto-revert-stop-on-user-input)
20226         (auto-revert-verbose): Doc fixes.
20228 2005-02-15  Benjamin Riefenstahl  <Benjamin.Riefenstahl@epost.de>
20230         * international/mule-cmds.el (set-locale-environment): Remove call
20231         to set-selection-coding-system on Windows.
20233 2005-02-15  Jay Belanger  <belanger@truman.edu>
20235         * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
20236         calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
20237         calcFunc-coth.
20238         (math-simplify-sqrt): Add simplifications.
20240         * calc/calc-arith.el (math-real-if-arg-functions): Add functions
20241         to list.
20243         * calc/calc-ext.el: Add functions to autoloads.
20245         * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
20246         (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
20247         (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
20248         (math-csc-raw, math-cot-raw): New functions.
20250         * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
20252         * calc/calc-undo.el (calc-handle-undo): Remove prefix from
20253         the variable name in a message.
20255         * calc/calc-units.el: Add simplification rules for calcFunc-sec,
20256         calcFunc-csc, calcFunc-cot.
20258         * calc/calcalg2.el: Add derivative and integration rules for
20259         calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
20260         calcFunc-csch, calcFunc-coth.
20261         (math-do-integral-methods): Add to checks for when to use
20262         substitutions.
20264         * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
20266 2005-02-15  Lute Kamstra  <lute@gnu.org>
20268         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
20269         Add ;;;###autoload to `outline-regexp'.  Suggested by Stefan Monnier
20270         <monnier@iro.umontreal.ca>
20271         (lisp-outline-level): Improve efficiency.  Suggested by David
20272         Kastrup <dak@gnu.org>.
20274 2005-02-15  Nick Roberts  <nickrob@snap.net.nz>
20276         * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
20277         (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
20278         (gdb-set-gud-minor-mode-existing-buffers): New functions.
20279         (gdb-find-file-hook): New hook.  Add it to find-file-hook.
20280         (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
20282 2005-02-14  Luc Teirlinck  <teirllm@auburn.edu>
20284         * cus-start.el (all): Comment change.
20286 2005-02-14  Lute Kamstra  <lute@gnu.org>
20288         * cus-start.el (all): Check if symbol is void.
20290 2005-02-14  Carsten Dominik  <dominik@science.uva.nl>
20292         * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
20293         optional argument to \cite.
20295 2005-02-14  Richard M. Stallman  <rms@gnu.org>
20297         * cus-edit.el (custom-buffer-create-internal): Update help message.
20298         (custom-magic-alist): Update help messages.
20300         * cus-start.el (all): Allow a var to specify a standard value.
20302 2005-02-12  Luc Teirlinck  <teirllm@auburn.edu>
20304         * custom.el (custom-theme-set-variables): Handle variable aliases.
20306         * frame.el (blink-cursor-timer): Doc fix.
20307         (blink-cursor): Make it an alias for `blink-cursor-mode' and
20308         declare obsolete.
20309         (blink-cursor-mode): Define with defcustom and use correct
20310         standard expression in that defcustom.
20311         * startup.el (command-line): Adapt to above changes in frame.el.
20313 2005-02-11  Lute Kamstra  <lute@gnu.org>
20315         * apropos.el (apropos-score-doc): Prevent division by zero.
20317 2005-02-11  Ulf Jasper  <ulf.jasper@web.de>
20319         * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
20320         (icalendar--get-event-property-attributes)
20321         (icalendar--get-event-properties)
20322         (icalendar--datetime-to-diary-date): New functions.
20323         (icalendar--split-value): Doc fix.
20324         (icalendar--datetime-to-noneuropean-date)
20325         (icalendar--datetime-to-european-date): New optional argument
20326         SEPARATOR.  Return result as a string instead of a list.
20327         (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
20328         (icalendar--convert-string-for-export): Rename arg S to STRING.
20329         (icalendar-export-region): Doc fix.  Change name of error buffer.
20330         Save output buffer.
20331         (icalendar-import-file): Add blank at end of prompt.
20332         (icalendar-import-buffer): Doc fix.  Do not switch to error
20333         buffer.  Indicate status in return value.
20334         (icalendar--convert-ical-to-diary): Doc fix.  Change name of error
20335         buffer.  Save output buffer.  Handle exception from recurrence
20336         rules (EXDATE, EXRULE).  Handle start- and end-date of recurring
20337         events.  Fix problems with weekly all-day events.
20339 2005-02-10  Richard M. Stallman  <rms@gnu.org>
20341         * simple.el (eval-expression-print-format):
20342         Avoid warning about edebug-active.
20344         * help.el (help-for-help-internal): Rename from help-for-help.
20345         (help-for-help): Define with defalias.
20347         * font-core.el (font-lock-default-function): Use with-no-warnings.
20349         * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
20351         * custom.el (defface): Doc fix.
20353 2005-02-10  Nick Roberts  <nickrob@snap.net.nz>
20355         * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
20356         width 0" to prevent word wrapping problems.
20358 2005-02-09  Kim F. Storm  <storm@cua.dk>
20360         * ido.el (ido-file-extensions-order): New defcustom.
20361         (ido-file-extension-lessp, ido-file-extension-aux)
20362         (ido-file-extension-order): New advanced file ordering.
20363         (ido-file-lessp): New simple file ordering.
20364         (ido-sort-list): Remove.
20365         (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
20366         (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
20368 2005-02-08  Dan Nicolaescu  <dann@ics.uci.edu>
20370         * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
20371         that some versions of grep produce.
20372         (grep-mode-font-lock-keywords): Likewise.
20374 2005-02-09  Nick Roberts  <nickrob@snap.net.nz>
20376         * progmodes/gdb-ui.el (gdb-location-list): New variable.
20377         (gdb-cdir): Delete.
20378         (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
20379         (gdb-source-info): Treat case when source file is in another
20380         directory properly.
20381         (gdb-get-location): New function.
20383 2005-02-07  Jay Belanger  <belanger@truman.edu>
20385         * calc/calc-prog.el (calc-write-parse-table-part)
20386         (calc-fix-token-name): Fix a check for language type.
20388         * calc/calccomp.el (math-compose-expr): Fix a check for language type.
20390 2005-02-07  Andre Spiegel  <spiegel@gnu.org>
20392         * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
20393         as directory not writable.
20395 2005-02-07  Kim F. Storm  <storm@cua.dk>
20397         * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
20398         (cua--standard-movement-commands): Remove list.
20399         Instead, set CUA property value to move for movement commands.
20400         (cua-movement-commands): Remove.  Users must set CUA prop instead.
20401         (cua--pre-command-handler): Check CUA property.
20402         (cua--init-keymaps): Don't remap undo commands.
20403         (cua-mode): Don't call cua--rectangle-on-off.
20405         * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
20406         (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
20407         (cua--rect-undo-set-point): New var.
20408         (cua--rectangle-undo-boundary): Setup undo apply entry.
20409         (cua--rect-undo-handler): New function for rectangle undo.
20410         (cua--rect-start-position, cua--rect-end-position): Add.
20411         (cua--rectangle-post-command): Call cua--rectangle-set-corners
20412         for restored rectangle.  Set point if cua--rect-undo-set-point.
20414 2005-02-06  Jay Belanger  <belanger@truman.edu>
20416         * calc/calc-lang.el (calc-tex-language): Display more information
20417         in messages.
20419         * calc/calccomp.el (math-compose-expr): Allow multiline matrices
20420         in TeX mode.
20422 2005-02-06  Richard M. Stallman  <rms@gnu.org>
20424         * emacs-lisp/lisp.el (buffer-end): Doc fix.
20426 2005-02-05  Arne_J\e,Ax\e(Brgensen  <arne@arnested.dk>  (tiny change)
20428         * net/ldap.el (ldap-search-internal): Support attributes with
20429         optional descriptions separated by a semi-colon, as in
20430         "userCertificate;binary".
20432 2005-02-05  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
20434         * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
20435         isn't a cons (i.e. the version is 0).
20437 2005-02-05  Eli Zaretskii  <eliz@gnu.org>
20439         * help.el (help-for-help): Doc fix.
20441 2005-02-05  Nick Roberts  <nickrob@snap.net.nz>
20443         * progmodes/gdb-ui.el: Update copyright.  Put GDB-Frames before
20444         GDB-Windows on the menu-bar as this works better.
20446 2005-02-04  Jay Belanger  <belanger@truman.edu>
20448         * calc/calc-embed.el (calc-embedded-update): Don't put in
20449         unnecessary newlines.  Adjust the end of formula marker.
20451         * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
20452         (math-latex-parse-two-args): New function.
20454 2005-02-03  Lute Kamstra  <lute@gnu.org>
20456         * help-fns.el (help-with-tutorial): Make sure that users cannot
20457         remove the entire text of the tutorial by means of `undo'.
20459 2005-02-03  Stefan Monnier  <monnier@iro.umontreal.ca>
20461         * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
20462         in recent changes, where the ispell process was repeatedly
20463         killed & restarted.
20465         * international/mule-cmds.el (set-locale-environment): Set file-name
20466         coding system to utf-8 on Darwin systems.
20467         (set-default-coding-systems): Don't set default-file-name-coding-system
20468         on Darwin systems.
20470 2005-02-03  Richard M. Stallman  <rms@gnu.org>
20472         * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
20474 2005-02-03  Matt Hodges  <MPHodges@member.fsf.org>
20476         * faces.el (list-faces-display): Add optional argument.
20478 2005-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
20480         * font-core.el (font-lock-default-function): Handle the rare case where
20481         only font-lock-keywords is set.
20483 2005-02-02  Kenichi Handa  <handa@m17n.org>
20485         * international/characters.el: Cancel previous change for
20486         I-WITH-DOT-ABOVE and DOTLESS-i.
20488         * international/latin-5.el: Cancel previous change.
20490 2005-02-02  Nick Roberts  <nickrob@snap.net.nz>
20492         * progmodes/gud.el: Correction to syntax in gud-menu-map.
20494 2005-02-02  Kenichi Handa  <handa@m17n.org>
20496         * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
20497         DOTLESS-i.
20499         * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
20500         Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
20502         * case-table.el (get-upcase-table): New function.
20503         (copy-case-table): Copy upcaes table too if non-nil.
20504         (set-case-syntax-delims): Maintain upcase table too.
20505         (set-case-syntax-pair): Likewise.
20506         (set-upcase-syntax, set-downcase-syntax): New functions.
20507         (set-case-syntax): Maintain upcase table too.
20509 2005-02-02  Nick Roberts  <nickrob@snap.net.nz>
20511         * progmodes/gdb-ui.el (gdb-goto-info): Delete.
20513         * progmodes/gud.el (gud-goto-info): New function.
20514         (gud-tool-bar-map): Use correct icon.
20516 2005-02-01  Thien-Thi Nguyen  <ttn@gnu.org>
20518         * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
20519         When delegating, order args in the funcall correctly.
20521 2005-02-01  Thien-Thi Nguyen  <ttn@gnu.org>
20523         * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
20525 2005-02-01  Carsten Dominik  <dominik@science.uva.nl>
20527         * textmodes/reftex.el (reftex-access-scan-info): Error out in a
20528         buffer not visiting a file.
20530 2005-01-31  Jay Belanger  <belanger@truman.edu>
20532         * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
20533         bound on the line with the formula.
20535 2005-01-31  Kim F. Storm  <storm@cua.dk>
20537         * ses.el (ses-create-cell-variable-range)
20538         (ses-destroy-cell-variable-range, ses-reset-header-string)
20539         (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
20540         (ses-insert-row): Fix format of apply undo entries.
20542 2005-01-31  Jay Belanger  <belanger@truman.edu>
20544         * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
20545         parts.
20547         * calc/calc-embed.el (calc-embedded-open-formula)
20548         (calc-embedded-close-formula): Ignore matrix environments.
20550         * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
20551         TeX mode.
20553         * calc/calc-lang.el (math-function-table, math-oper-table)
20554         (math-variable-table): Adjust the LaTeX portions.
20556         * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
20557         (math-latex-ignore-words): New constant.
20559 2005-01-31  Richard M. Stallman  <rms@gnu.org>
20561         * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
20562         (ispell-local-dictionary): Doc fix.
20563         (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
20564         Don't reinitialize at run time.  Don't defcustom.
20565         All uses changed to append ispell-local-dictionary-alist,
20566         or check it first.
20567         (ispell-current-dictionary): New variable for dictionary in use.
20568         (ispell-dictionary): Now used only for global default.
20569         (ispell-start-process): Set ispell-current-dictionary,
20570         not ispell-dictionary.
20571         (ispell-change-dictionary): Use this only for setting
20572         user preferences.
20573         (ispell-internal-change-dictionary): New function
20574         to change the current dictionary in use.
20575         (ispell-region, ispell-process-line, ispell-buffer-local-dict):
20576         Use ispell-current-dictionary.
20577         Handle ispell-local-dictionary-overridden.
20578         (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
20580 2005-01-31  Jay Belanger  <belanger@truman.edu>
20582         * calc/calc-aent.el (math-read-token): Add support for LaTeX.
20584         * calc/calc-ext.el: Add calc-latex-language to autoloads.
20585         (calc-mode-map): Add calc-latex-language.
20587         * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
20588         (math-latex-print-frac): New functions.
20589         (math-oper-table, math-function-table, math-variable-table)
20590         (math-complex-format, math-input-filter): Add latex properties.
20591         (calc-set-language): Set math-expr-special-function-mapping.
20593         * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
20594         (calc-write-parse-table-part): Add LaTeX support.
20596         * calc/calc.el (calc-language): Adjust docstring.
20597         (calc-set-mode-line): Add LaTeX support.
20598         (math-expr-special-function-mapping): New variable.
20599         (math-tex-ignore-words): Add to list.
20601         * calc/calccomp.el (math-compose-expr, math-compose-rows):
20602         Add LaTeX support.
20603         (math-compose-expr): Add support for special functions.
20605         * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
20607 2005-01-31  Nick Roberts  <nickrob@snap.net.nz>
20609         * progmodes/gdb-ui.el (gdb-memory-address)
20610         (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
20611         (gdb-memory-mode-map, gdb-memory-format-keymap)
20612         (gdb-memory-format-menu, gdb-memory-unit-keymap)
20613         (gdb-memory-unit-menu): New variables for a buffer
20614         that lets the user examine program memory.
20615         (gdb-memory-set-address, gdb-memory-set-repeat-count)
20616         (gdb-memory-format-binary, gdb-memory-format-octal)
20617         (gdb-memory-format-unsigned, gdb-memory-format-signed)
20618         (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
20619         (gdb-memory-format-menu-1, gdb-memory-unit-giant)
20620         (gdb-memory-unit-word, gdb-memory-unit-halfword)
20621         (gdb-memory-unit-byte, gdb-memory-unit-menu)
20622         (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
20623         (gdb-memory-mode, gdb-memory-buffer-name)
20624         (gdb-display-memory-buffer, gdb-frame-memory-buffer):
20625         New functions for above buffer.
20627 2005-01-30  Richard M. Stallman  <rms@gnu.org>
20629         * cus-edit.el (custom-bury-buffer): Function deleted.
20630         (custom-buffer-done-function): Option deleted.
20631         (custom-buffer-done-kill): New replacement option.
20632         (Custom-buffer-done): Call quit-window.
20633         (custom-buffer-create-internal): Update for above changes.
20635 2005-01-29  Luc Teirlinck  <teirllm@auburn.edu>
20637         * simple.el (undo-ask-before-discard): New var.
20638         (undo-outer-limit-truncate): Implement it.
20639         (undo-extra-outer-limit): Doc update.
20641 2005-01-29  Richard M. Stallman  <rms@gnu.org>
20643         * ses.el (undo-more): Delete defadvice.
20644         (ses-begin-change): Doc fix.
20646         * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
20647         instead of rebinding C-x u and C-_.
20649         * files.el (normal-backup-enable-predicate): Return nil for files
20650         in /tmp, regardless of temporary-file-directory.
20652         * man.el (Man-getpage-in-background): Disable undo in Man buffer.
20654         * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
20655         (open-rectangle, delete-whitespace-rectangle-line)
20656         (clear-rectangle-line): If FILL, pass t instead of FILL
20657         for move-to-column's 2nd arg.
20659         * simple.el (undo): Fix the test for continuing a series of undos.
20660         (undo-more): Set pending-undo-list to t when we reach end.
20661         (pending-undo-list): Move up defvar.
20663         * wid-edit.el (widget-button-click):
20664         Shorten the range of the track-mouse binding.
20666         * comint.el (comint-insert-input): Undo previous changes;
20667         use last-input-event in interactive spec.
20669 2005-01-29  Eli Zaretskii  <eliz@gnu.org>
20671         * progmodes/compile.el (compilation-start): Bind buffer-read-only
20672         to nil before invoking call-process.  Reset buffer's modified flag
20673         after fontifying it in the no-async branch.
20675         * wid-edit.el (widget-specify-button): If mouse pointer shape
20676         cannot be changed, use mouse face instead.
20678 2005-01-29  Nick Roberts  <nickrob@snap.net.nz>
20680         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
20681         (gdb-goto-breakpoint): Make breakpoint handling work on template
20682         functions in C++.  Reported by Martin Reed <mjreed@essex.ac.uk>
20683         (gdb-assembler-custom): Update to recognize breakpoint information
20684         added on 2005-01-19.
20686 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
20688         * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
20689         (dsssl-mode): Use define-derived-mode.
20690         (scheme-mode-initialize): Remove.
20691         (scheme-mode): Use run-mode-hooks.
20693         * cus-edit.el (customize-group-other-window)
20694         (custom-buffer-create-other-window): Don't override special-display-*.
20695         (custom-mode-map): Make it dense.
20697         * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
20698         sets the default value.
20700 2005-01-28  Eli Zaretskii  <eliz@gnu.org>
20702         * descr-text.el: Add more keywords.
20704 2005-01-27  Stefan Monnier  <monnier@iro.umontreal.ca>
20706         * speedbar.el: Avoid unnecessary use of locate-library.
20708         * international/mule-cmds.el (standard-display-european-internal):
20709         Don't fiddle with latin-1 non-break space any more since it's now
20710         special cased in the C code.
20711         Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
20713 2005-01-26  Luc Teirlinck  <teirllm@auburn.edu>
20715         * cus-start.el (all): Add `undo-outer-limit'.
20717 2005-01-25  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
20719         * textmodes/bibtex.el (bibtex-format-entry):
20720         Use `bibtex-empty-field-re' only on the text of fields, not on entire
20721         field lines.
20722         (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
20723         not on part of a buffer.
20725 2005-01-25  Lute Kamstra  <lute@gnu.org>
20727         * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
20728         nonempty field text strings like "{letters\\macro{}more letters}".
20729         Clarify docstring.
20730         (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
20731         (bibtex-entry-offset, bibtex-parse-association)
20732         (bibtex-parse-field-name): Fix typos in docstrings.
20733         (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
20735 2005-01-24  Carsten Dominik  <dominik@science.uva.nl>
20737         * textmodes/reftex-global.el (reftex-isearch-push-state-function)
20738         (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
20739         (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
20740         (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
20742         * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
20743         isearch minor mode.
20745 2005-01-24  Luc Teirlinck  <teirllm@auburn.edu>
20747         * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
20749 2005-01-24  Lute Kamstra  <lute@gnu.org>
20751         * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
20752         CASECHARS and NOT-CASECHARS regular expressions of the
20753         "nederlands" and "nederlands8" dictionaries to prevent a "Range
20754         striding over charsets" error.
20756 2005-01-24  Jay Belanger  <belanger@truman.edu>
20758         * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
20759         display variable name.
20761 2005-01-24  Kenichi Handa  <handa@m17n.org>
20763         * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
20764         Fix setting of the element of encoded-kbd-iso2022-invocations.
20766 2005-01-24  Nick Roberts  <nickrob@snap.net.nz>
20768         * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
20769         (gdb-threads-select): Change to also accept mouse events.
20770         (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
20771         (gdb-threads-mouse-select): Delete.
20773 2005-01-23  Luc Teirlinck  <teirllm@auburn.edu>
20775         * files.el (insert-directory): Take care of empty directory,
20776         listed without -a switch.
20778 2005-01-23  Stefan Monnier  <monnier@iro.umontreal.ca>
20780         * textmodes/refill.el (refill-post-command-function):
20781         Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
20782         to the list of functions that we should be careful not to undo.
20783         (refill-late-fill-paragraph-function): Remove.
20784         (refill-saved-state): New var.
20785         (refill-mode): Use it to save fill-paragraph-function.
20786         Save also the value of auto-fill-function.
20788         * term/w32-win.el: Simplify code.
20790 2005-01-23  Kim F. Storm  <storm@cua.dk>
20792         * simple.el (line-move): Adapt to new return value from
20793         pos-visible-in-window-p.
20795         * simple.el (line-move): Fix last change.  Check partial
20796         visibility at point rather than at window-start.
20798 2005-01-22  Jason Rumney  <jasonr@gnu.org>
20800         * term/w32-win.el (xw-defined-colors): Remove debug-message.
20802 2005-01-22  David Kastrup  <dak@gnu.org>
20804         * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
20806 2005-01-22  Eli Zaretskii  <eliz@gnu.org>
20808         * type-break.el (type-break-mode): Add a test for
20809         type-break-file-name being non-nil.
20811 2005-01-22  Toby Allsopp  <Toby.Allsopp@navman.com>  (tiny change)
20813         * net/eudc.el (top level): Call (message "") via progn, so that
20814         eudc-options-file is loaded.
20816 2005-01-22  Kim F. Storm  <storm@cua.dk>
20818         * simple.el (line-move-1): Rename from line-move.
20819         (line-move): New function that adjusts vscroll for partially
20820         visible rows, and calls line-move-1 otherwise.
20822 2005-01-21  Ren\e,Ai\e(B Kyllingstad  <listmailxemacs@kyllingstad.com>
20824         * pcomplete.el: Define pcomplete-read-event instead of read-event,
20825         since it's not a complete read-event implementation
20827 2005-01-20  Jay Belanger  <belanger@truman.edu>
20829         * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
20830         for called function.
20832 2005-01-20  Steven Tamm  <steventamm@mac.com>
20834         * term/mac-win.el (process-connection-type): Remove.
20835         Controlled now by s/darwin.h:PTY_ITERATION.
20837 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
20839         * window.el (handle-select-window): Don't switch window when we're
20840         in the minibuffer.
20842 2005-01-10  Paul Pogonyshev  <pogonyshev@gmx.net>
20844         * subr.el (dotimes-with-progress-reporter): New macro.
20846         * ses.el (ses-dotimes-msg): Remove macro.
20847         Use `dotimes-with-progress-reporter' instead.
20849 2005-01-19  Steven Tamm  <steventamm@mac.com>
20851         * term/mac-win.el (process-connection-type): Use new
20852         operating-system-release variable to use ptys on Darwin 7 (OS X
20853         10.3) when using carbon build.
20855 2005-01-19  Jay Belanger  <belanger@truman.edu>
20857         * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
20858         flags if the last command was a tab or M-tab.
20860         * calc/calc-prog.el (calc-user-define-edit): Put original formula
20861         in formula editing buffer.
20863 2005-01-19  Nick Roberts  <nickrob@snap.net.nz>
20865         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
20866         breakpoint image symbol in margin.
20868 2005-01-19  Jay Belanger  <belanger@truman.edu>
20870         * calc/calc-prog.el (calc-execute-kbd-macro):
20871         Ignore calc-keep-arg-flag.
20873 2005-01-19  Kenichi Handa  <handa@m17n.org>
20875         * textmodes/ispell.el (ispell-looking-at): New function.
20876         (ispell-process-line): Use ispell-looking-at to compare the ispell
20877         output and the buffer contents.
20879 2005-01-18  Jay Belanger  <belanger@truman.edu>
20881         * calc/calc.el (calc-display-raw): Fix docstring.
20883 2005-01-18  Stefan Monnier  <monnier@iro.umontreal.ca>
20885         * simple.el (blink-matching-open): Strip extra info from syntax.
20887         * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
20888         funny chars in the end-of-here-doc marker.
20890 2005-01-19  Nick Roberts  <nickrob@snap.net.nz>
20892         * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
20893         that enable/disabled state of breakpoints is shown correctly in
20894         fringe and on ttys.
20895         (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
20896         Add breakpoint information as text properties.
20897         (gdb-mouse-toggle-breakpoint):
20898         Rename to gdb-mouse-set-clear-breakpoint.
20899         (gdb-mouse-toggle-breakpoint): New function.  Enable/disable
20900         breakpoints in the margin.
20901         (gdb-remove-strings): Simplify.
20903 2005-01-17  Jay Belanger  <belanger@truman.edu>
20905         * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
20906         erasing buffer.
20908 2005-01-17  Richard M. Stallman  <rms@gnu.org>
20910         * progmodes/grep.el (grep-find): Copy from `grep' the condition
20911         for calling grep-compute-defaults.
20913         * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
20914         if buffer is empty.
20916         * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
20918 2005-01-17  Stefan Monnier  <monnier@iro.umontreal.ca>
20920         * hilit-chg.el (highlight-changes-mode): Don't autoload.
20922         * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
20923         non-preloaded variables.
20925 2005-01-17  Steven Tamm  <steventamm@mac.com>
20927         * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
20928         tex-shell cause to force interactivity when using pipes.
20930 2005-01-17  Kim F. Storm  <storm@cua.dk>
20932         * simple.el (just-one-space): Make arg optional.
20934 2005-01-17  Nick Roberts  <nickrob@snap.net.nz>
20936         * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
20937         posn-at-x-y to t to access left-margin.
20939 2005-01-16  Michael Albinus  <michael.albinus@gmx.de>
20941         Sync with Tramp 2.0.47.
20943         * net/tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
20944         catching keep-date problems in cp/scp operations.
20945         (tramp-handle-copy-file): Don't call `set-file-modes'
20946         unconditionally.  Specialized functions should know better what is
20947         necessary.  This improves performance a little bit, and the
20948         functions could catch errors with `cp -p' and `scp -p'.
20949         (tramp-do-copy-or-rename-file-via-buffer)
20950         (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
20951         when appropriate.
20952         (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
20953         Call `set-file-modes' when appropriate.
20954         (tramp-action-out-of-band): Mask `scp -p' error.  Reported by Isak
20955         Johnsson <isak@hypergene.com>
20956         (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
20957         of both Tramp buffer and debug buffer.  Reported by Joakim Verona
20958         <joakim@verona.se>
20959         (tramp-file-name-for-operation): Mark `shell-command' as magic for
20960         Emacs only.
20962         * net/tramp-util.el (tramp-minor-mode): New minor mode.  Add it to
20963         `find-file-hooks' and `dired-mode-hook'.
20964         (tramp-minor-mode-map): Respective map.  Add remapping for
20965         `compile' and `recompile'.
20966         (tramp-remap-command, tramp-recompile): New defuns.
20967         (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
20968         in buffer "*Compilation*".  Call the commands asynchronously.
20970         * net/tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
20971         (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
20972         `shell-command', because it isn't magic in XEmacs.  Reported by
20973         Adrian Aichner <adrian@xemacs.org>.
20975         * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
20976         `substitute-in-file-name.
20977         (tramp-smb-handle-substitute-in-file-name): New defun.
20978         (tramp-smb-advice-PC-do-completion): Delete advice.
20980 2005-01-16  Kai Grossjohann  <kgrossjo@eu.uu.net>
20982         * net/tramp.el (tramp-wait-for-output): Fix typo in echo processing.
20983         Fix error in deleting region.
20985 2005-01-15  Richard M. Stallman  <rms@gnu.org>
20987         * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
20988         In non-temp buffer, switch syntax table temporarily.
20990         * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
20992         * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
20994         * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
20996         * imenu.el (imenu--split-menu): Copy menulist before sorting.
20997         (imenu--generic-function): Use START, not BEG, as pos of definition.
20999         * simple.el (just-one-space): Argument specifies number of spaces.
21001         * simple.el (eval-expression-print-format): Avoid warning
21002         about edebug-active.
21004 2005-01-15  James R. Van Zandt  <jrvz@comcast.net>  (Tiny change)
21006         * progmodes/sh-script.el: Code copied from make-mode.el
21007         with small changes,
21008         (sh-mode-map): Bind C-c C-\.
21009         (sh-backslash-column, sh-backslash-align): New variables.
21010         (sh-backslash-region, sh-append-backslash): New functions.
21012 2005-01-15  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
21014         * mail/rmail.el: Updated to work with movemail from GNU Mailutils
21015         (rmail-pop-password, rmail-pop-password-required): Move to
21016         rmail-obsolete group.
21017         (rmail-set-pop-password): Rename to rmail-set-remote-password.
21018         All callers updated.
21019         (rmail-get-pop-password): Rename to rmail-get-remote-password.
21020         Take an argument specifying whether it is POP or IMAP mailbox we
21021         are using.  All callers updated.
21022         (rmail-pop-password-error): Rename to
21023         rmail-remote-password-error.  Added mailutils-specific error message.
21024         (rmail-movemail-search-path)
21025         (rmail-movemail-variant-in-use): New variables.
21026         (rmail-remote-password, rmail-remote-password-required):
21027         New customization variables.
21028         (rmail-probe, rmail-autodetect, rmail-movemail-variant-p): New funs.
21029         (rmail-parse-url): New function.
21030         (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
21031         with GNU mailutils movemail.
21033 2005-01-15  Kevin Ryde  <user42@zip.com.au>
21035         * info-look.el (c-mode/symbol): Add ^` to prefix, and change
21036         suffix to space, $ or '$, to correctly position point when going
21037         to @table style constants like DBL_MAX.
21039 2005-01-15  Jorgen Schaefer  <forcer@forcix.cx>  (tiny change)
21041         * type-break.el (type-break-mode, type-break-file-time)
21042         (type-break-file-keystroke-count, type-break-choose-file):
21043         Don't store data in or load data from the file if type-break-file-name
21044         is nil.
21045         (type-break-file-name): Doc update as per the above.
21047 2005-01-15  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>  (tiny change)
21049         * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
21050         lookup-key might return nil; handle that.
21052 2005-01-15  Alan Mackenzie  <acm@muc.de>
21054         * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
21055         rather than the element found, thus enabling the tree to be setcar'd.
21057 2005-01-14  Carsten Dominik  <dominik@science.uva.nl>
21059         * textmodes/org.el (org-show-following-heading): New option.
21060         (org-show-hierarchy-above): Use `org-show-following-heading'.
21061         (org-cycle): Documentation fix.
21063         * textmodes/org.el (orgtbl-optimized): New option
21064         (orgtbl-mode): New command, a minor mode.
21065         (orgtbl-mode-map): New variable.
21066         (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
21067         (orgtbl-error, orgtbl-self-insert-command)
21068         (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
21070         * textmodes/org.el (org-mode): `org-table-may-need-update' is now
21071         a local variable in each org-mode buffer.
21073         * textmodes/org.el (org-set-regexps-and-options): Rename from
21074         `org-set-regexps'.  Added checking for STARTUP keyword.
21075         (org-get-current-options): Add STARTUP options.
21076         (org-table-insert-row): Make mode intelligent about when
21077         realignment is needed.
21078         (org-self-insert-command, org-delete-backward-char, org-delete-char):
21079         New commands.
21080         (org-enable-table-editor): New default value `optimized'.
21081         (org-table-blank-field): Support blanking regions if active.
21083 2005-01-14  Carsten Dominik  <dominik@science.uva.nl>
21085         * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
21086         if the year is not given.
21088         * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
21089         Add new escapes %m and %M, fixed bug with %F by adding
21090         save-match-data.
21091         (reftex-reference): Remove ?. from list of spaces.
21092         (reftex-label-info): Add automatic label prefix recognition.
21094         * textmodes/reftex-index.el (reftex-index-next-phrase):
21095         Add slave parameter to call of `reftex-index-this-phrase'.
21096         (reftex-index-this-phrase): New optional argument.
21097         (reftex-index-region-phrases): Add slave parameter to call of
21098         `reftex-index-this-phrase'.
21099         (reftex-display-index): New argument redo.
21100         (reftex-index-rescan): Add `redo' to arguments of
21101         `reftex-display-index'.
21102         (reftex-index-Rescan, reftex-index-revert)
21103         (reftex-index-switch-index-tag): Add `redo' to arguments of
21104         `reftex-display-index'.
21105         (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
21106         indexing.  Fix bug with matching is there is a quote before or
21107         after the word.
21109         * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
21110         Fix bug when collecting citation keys in lines with comments.
21111         (reftex-citation): Prefix argument no longer rescans the document,
21112         but forces prompting for optional arguments of cite macros.
21113         (reftex-do-citation): Prompting for optional arguments implemented.
21115         * textmodes/reftex-vars.el (reftex-cite-format-builtin):
21116         Add optional arguments to most cite commands.
21117         (reftex-cite-cleanup-optional-args): New option
21118         (reftex-cite-prompt-optional-args): New option.
21119         (reftex-trust-label-prefix): New option.
21121         * textmodes/reftex-toc.el (reftex-toc-find-section):
21122         Add push-mark before changing the position in the buffer.
21124         * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
21125         (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
21127 2005-01-14  Nick Roberts  <nickrob@snap.net.nz>
21129         * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
21130         more carefully.
21132 2005-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
21134         * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
21135         (sgml-mode): Use it.
21136         (sgml-get-context): Better keep track of implicitly closed tags.
21138 2005-01-13  Kenichi Handa  <handa@m17n.org>
21140         * textmodes/ispell.el: These changes are to fix misalignment error
21141         caused by equivalent characters of different Emacs charsets.
21142         (ispell-unified-chars-table): New variable.
21143         (ispell-get-decoded-string): New function.
21144         (ispell-get-casechars, ispell-get-not-casechars)
21145         (ispell-get-otherchars): Call ispell-get-decoded-string.
21147 2005-01-12  Johan Bockg\e,Ae\e(Brd  <bojohan@users.sourceforge.net>
21149         * custom.el (custom-declare-variable): Just put symbol instead
21150         of (defvar . symbol) in `current-load-list'.
21152 2005-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
21154         * emacs-lisp/elint.el: Fixed typo in Commentary section.
21156 2005-01-12  Jay Belanger  <belanger@truman.edu>
21158         * calc/calc-help.el (calc-describe-key): Use temporary info buffer
21159         to create a Calc summary.
21161 2005-01-12  Kim F. Storm  <storm@cua.dk>
21163         * mouse.el (mouse-on-link-p): Change functionality and doc
21164         string to comply with latest description in lisp ref.
21166 2005-01-12  Nick Roberts  <nickrob@snap.net.nz>
21168         * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
21169         Enable mouse clicks on mode-line, header-line and margin.
21170         (event-type): Give mouse event symbols an `event-kind' property
21171         with value `mouse-click'.
21173 2005-01-12  Juri Linkov  <juri@jurta.org>
21175         * facemenu.el (list-colors-display): Add new arg buffer-name.
21176         Use it.  Fix docstring.  Replace code for identifying duplicate
21177         colors by the name with call to `list-colors-duplicates' which
21178         identifies duplicate colors by the value unless the color
21179         is one of special Windows colors.  Set truncate-lines to t.
21180         Print sorted duplicate color names on each line.  Indent to 22
21181         \(the longest color name in rgb.txt) instead of 20.  Optimize.
21182         (list-colors-duplicates): New function.
21183         (facemenu-color-name-equal): Delete function.
21185         * facemenu.el (list-colors-print): New function created from code
21186         in list-colors-display.  Print #RRGGBB at the window right edge.
21187         (list-colors-display): When temp-buffer-show-function is not
21188         defined, call list-colors-print from temp-buffer-show-hook
21189         to get the right value of window-width in list-colors-print
21190         after the buffer is displayed.
21192         * simple.el (pop-mark): Move deactivate-mark out of conditional
21193         part to deactivate the active mark regardless of the state of the
21194         mark ring.
21196         * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
21197         variables line in desktop files.
21199 2005-01-12  Juri Linkov  <juri@jurta.org>
21201         * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
21202         Bring together isearch highlight related options.
21203         (lazy-highlight): Replace group `replace' by `matching'.
21204         (lazy-highlight-cleanup, lazy-highlight-initial-delay)
21205         (lazy-highlight-interval, lazy-highlight-max-at-a-time)
21206         (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
21207         and declare them obsolete.
21208         (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
21209         (isearch-faces): Remove defgroup.
21210         (isearch-overlay, isearch-highlight, isearch-dehighlight):
21211         Move isearch highlighting code closer to lazy highlighting code.
21213         * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
21214         (query-replace-highlight, query-replace-lazy-highlight)
21215         (query-replace): Move definitions to the beginning of the file.
21217 2005-01-11  Juri Linkov  <juri@jurta.org>
21219         * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
21220         * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
21221         * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
21223         * info.el (Info-history-forward): New variable.
21224         (Info-select-node): Reset Info-history-forward to nil.
21225         (Info-last): Turn into defalias.
21226         (Info-history-back): Rename from Info-last.
21227         Add current node to Info-history-forward.
21228         (Info-history-forward): New fun.
21229         (Info-mode-map): Replace Info-last by Info-history-back.
21230         Bind Info-history-forward to "r".
21231         (Info-mode-menu): Replace Info-last by Info-history-back.
21232         Fix menu item text.  Add menu item for Info-history-forward.
21233         (info-tool-bar-map): Replace Info-last by Info-history-back.
21234         Replace its icon "undo" by "back_arrow".  Add icon "fwd_arrow"
21235         for Info-history-forward.
21236         (Info-mode): Replace Info-last by Info-history-back in docstring.
21237         Add local variable Info-history-forward.
21238         (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
21240 2005-01-11  Stefan Monnier  <monnier@iro.umontreal.ca>
21242         * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
21243         (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
21244         Ignore select-window events rather than fiddle with
21245         mouse-autoselect-window.
21247 2005-01-11  Matthew Mundell  <matt@mundell.ukfsn.org>
21249         * type-break.el (type-break-mode): Fix previous change.
21251 2005-01-10  Jay Belanger  <belanger@truman.edu>
21253         * calc/calc-ext.el (calc-reset): Reset when inside embedded
21254         calculator; only reset when point is inside a calculator.
21255         Don't adjust the window height if the window takes up the whole height
21256         of the frame.
21258 2005-01-10  Thien-Thi Nguyen  <ttn@gnu.org>
21260         * ebuff-menu.el (Electric-buffer-menu-mode):
21261         Preserve value of buffer-local var header-line-format.
21263 2005-01-09  Jay Belanger  <belanger@truman.edu>
21265         * calc/calc.el (calc-mode-var-list-restore-saved-values):
21266         Make sure settings file exists before accessing it.
21268         * calc/calc-embed.el (calc-embedded-subst):
21269         Replace math-multi-subst-rec, which is only supposed to be called
21270         by math-multi-subst, by math-multi-subst.
21272 2005-01-09  Andre Spiegel  <spiegel@gnu.org>
21274         * vc.el (vc-allow-async-revert): New user option.
21275         (vc-disable-async-diff): New internal variable.
21276         (vc-revert-buffer): Use them to disable asynchronous diff.
21278         * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
21279         (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
21280         asynchronously if vc-disable-async-diff is t.
21282 2005-01-09  Jay Belanger  <belanger@truman.edu>
21284         * calc/calc.el (defcalcmodevar): New macro.
21285         (calc-mode-var-list-restore-default-values)
21286         (calc-mode-var-list-restore-saved-values): New functions.
21287         (calc-mode-var-list): Use defcalcmodevar to define it.
21288         (calc-always-load-extensions, calc-line-numbering)
21289         (calc-line-breaking, calc-display-just, calc-display-origin)
21290         (calc-number-radix, calc-leading-zeros, calc-group-digits)
21291         (calc-group-char, calc-point-char, calc-frac-format)
21292         (calc-prefer-frac, calc-hms-format, calc-date-format)
21293         (calc-float-format, calc-full-float-format, calc-complex-format)
21294         (calc-complex-mode, calc-infinite-mode, calc-display-strings)
21295         (calc-matrix-just, calc-break-vectors, calc-full-vectors)
21296         (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
21297         (calc-matrix-brackets, calc-language, calc-language-option)
21298         (calc-left-label, calc-right-label, calc-word-size)
21299         (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
21300         (calc-display-raw, calc-internal-prec, calc-angle-mode)
21301         (calc-algebraic-mode, calc-incomplete-algebraic-mode)
21302         (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
21303         (calc-window-height, calc-display-trail, calc-show-selections)
21304         (calc-use-selections, calc-assoc-selections)
21305         (calc-display-working-message, calc-auto-why, calc-timing)
21306         (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
21307         (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
21308         (calc-gnuplot-default-device, calc-gnuplot-default-output)
21309         (calc-gnuplot-print-device, calc-gnuplot-print-output)
21310         (calc-gnuplot-geometry, calc-graph-default-resolution)
21311         (calc-graph-default-resolution-3d, calc-invocation-macro)
21312         (calc-show-banner): Use defcalcmodevar to declare them and set
21313         their default values.
21315         * calc/calc-ext.el (calc-reset): Restore saved values of variables
21316         instead of default values (but restore default values if there is
21317         an argument of 0).
21319 2005-01-09  David Kastrup  <dak@gnu.org>
21321         * desktop.el (desktop-restore-eager): Fix typo in type.
21323 2005-01-08  Richard M. Stallman  <rms@gnu.org>
21325         * cus-edit.el (customize): Delete :link.
21327 2005-01-08  Jay Belanger  <belanger@truman.edu>
21329         * calc/calc.el (calc-mode): Remove the extension from the
21330         `calc-settings-file' file name when loading it.
21332 2005-01-08  Kim F. Storm  <storm@cua.dk>
21334         * info.el (Info-mode-map, Info-next-link-keymap)
21335         (Info-prev-link-keymap, Info-up-link-keymap):
21336         Map follow-link to mouse-face.
21337         (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
21339 2005-01-08  Jay Belanger  <belanger@truman.edu>
21341         * calc/calc.el (calc-settings-file): Change default value.
21342         Suggested by cgw in a comment in calc-mode.el.
21344         * calc/calc-mode.el (calc-settings-file-name):
21345         Compare calc-settings-file to user-init-file instead of ~/.emacs.
21346         Replace ~/.emacs in a prompt by calc-settings-file.
21348 2005-01-07  Lars Hansen  <larsh@math.ku.dk>
21350         * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
21351         (desktop-lazy-idle-delay): New customizable variables.
21352         (desktop-buffer-args-list): New variable.
21353         (desktop-append-buffer-args): New function.
21354         (desktop-save): Call desktop-append-buffer-args for some buffers.
21355         (desktop-lazy-create-buffer): New function.
21356         (desktop-idle-create-buffers): New function.
21357         (desktop-read): Add message about buffers to restore lazily.
21358         (desktop-lazy-abort): New command.
21359         (desktop-clear): Call desktop-lazy-abort.
21360         (desktop-lazy-complete): New command.
21362 2005-01-06  Richard M. Stallman  <rms@gnu.org>
21364         * emacs-lisp/find-func.el (find-face-definition):
21365         Rename from find-face.
21367 2005-01-06  Kim F. Storm  <storm@cua.dk>
21369         * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
21371         * man.el (Man-xref-man-page, Man-xref-header-file)
21372         (Man-xref-normal-file): Add follow-link property.
21374 2005-01-06  Jay Belanger  <belanger@truman.edu>
21376         * calc/calc-units.el: Make sure the proper macro definitions are
21377         available when compiling.
21379 2005-01-06  Juri Linkov  <juri@jurta.org>
21381         * isearch.el (isearch-lazy-highlight-update):
21382         Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
21384 2005-01-06  Miles Bader  <miles@gnu.org>
21386         * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
21387         (isearch-lazy-highlight-face): Use new name.
21389 2005-01-05  Stefan Monnier  <monnier@iro.umontreal.ca>
21391         * uniquify.el (uniquify-rationalize-file-buffer-names):
21392         Re-add an interactive spec.
21393         (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
21394         to the same name.
21396         * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
21397         (isearch-update, isearch-done): Adjust calls accordingly.
21399 2005-01-05  Richard M. Stallman  <rms@gnu.org>
21401         * custom.el (custom-set-variables, custom-theme-set-variables):
21402         Clarify documentation.
21404         * emacs-lisp/find-func.el (find-variable)
21405         (find-variable-other-window, find-variable-other-frame):
21406         Fix the TYPE args to find-function-read and find-function-do-it.
21407         (find-function): Doc fix.
21408         (find-function-at-point): Replace function-at-point alias.
21410 2005-01-04  Richard M. Stallman  <rms@gnu.org>
21412         * cus-face.el (custom-declare-face):
21413         Record defface in current-load-list.
21415         * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
21417         * emacs-lisp/find-func.el: Doc fixes.
21418         (find-face-regexp): New variable.
21419         (find-function-regexp-alist): New variable.
21420         (find-function-C-source): Third arg is now TYPE.
21421         (find-function-search-for-symbol): Handle general TYPE.
21422         (find-function-read, find-function-do-it): Handle general TYPE.
21423         (find-definition-noselect, find-face): New functions.
21424         (function-at-point): Alias deleted.
21426 2005-01-04  Stefan Monnier  <monnier@iro.umontreal.ca>
21428         * battery.el (display-battery-mode): Rename from display-battery.
21429         Handle the case where it gets turned off.
21431 2005-01-04  Richard M. Stallman  <rms@gnu.org>
21433         * cus-edit.el (customize): Make :link point to user doc.
21435         * man.el (Man-fontify-manpage): Turn off undo generation.
21437         * add-log.el (change-log-font-lock-keywords): Don't match just "From".
21439 2005-01-04  Andreas Schwab  <schwab@suse.de>
21441         * files.el (insert-directory): Only look for error lines in
21442         inserted text.  Don't move too far after processing --dired markers.
21444 2005-01-04  Richard M. Stallman  <rms@gnu.org>
21446         * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
21447         Don't expand if the character is @, period, dash, etc.
21448         (define-mail-abbrev): Quote names that contain problem characters.
21450 2005-01-04  Thien-Thi Nguyen  <ttn@gnu.org>
21452         * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
21454 2005-01-03  Richard M. Stallman  <rms@gnu.org>
21456         * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
21457         (query-replace-highlight, query-replace-lazy-highlight)
21458         (query-replace): Definitions moved up.  Doc fix.
21460 2005-01-03  Richard M. Stallman  <rms@gnu.org>
21462         * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
21463         (lazy-highlight-cleanup, lazy-highlight-initial-delay)
21464         (lazy-highlight-interval, lazy-highlight-max-at-a-time)
21465         (lazy-highlight-face): Rename from isearch-lazy-...
21466         Change all references to them.
21468 2005-01-03  Luc Teirlinck  <teirllm@auburn.edu>
21470         * cus-edit.el (custom-file): Doc fix for defcustom.
21471         (custom-file): The function no longer sets the variable
21472         `custom-file' to its return value.
21474         * startup.el (command-line): No longer load `custom-file'.
21476 2005-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
21478         * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
21480         * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
21481         Don't confuse module-prefixed identifiers for labels.
21482         Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
21484 2005-01-02  Richard M. Stallman  <rms@gnu.org>
21486         * files.el (basic-save-buffer-1): Fix previous change.
21488         * loadhist.el (file-loadhist-lookup): New function.
21489         (file-provides, file-requires): Use it.
21491         * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
21492         instead of calculating the right size.
21494 2005-01-02  Karl Chen  <quarl@cs.berkeley.edu>  (tiny change)
21496         * vc-svn.el (vc-svn-diff): Stay local if possible.
21498 2005-01-02  Stefan Monnier  <monnier@iro.umontreal.ca>
21500         * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
21502         * files.el (hack-local-variables): Fix last change.
21504 2005-01-02  Jay Belanger  <belanger@truman.edu>
21506         * calc/calc-yank.el (calc-edit-top): New variable.
21507         (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
21508         object.  Change header properties.
21509         (calc-edit-finish, calc-edit-finish-stack-object)
21510         (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
21511         edited object.
21512         * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
21513         for the beginning of the edited object.
21514         * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
21515         for the beginning of the edited object.
21516         * calc/calc-prog.el (calc-edit-macro-finish-edit)
21517         (calc-finish-formula-edit, calc-macro-repeats)
21518         (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
21519         (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
21520         beginning of the edited object.
21521         (calc-user-define-edit): Change the header for editing macros.
21522         Remove unnecessary variable.
21524 2005-01-01  Jay Belanger  <belanger@truman.edu>
21526         * calc/calc-yank.el (calc-edit-mode): Change default header.
21527         (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
21528         * calc/calc-store.el (calc-edit-variable): Change title to match new
21529         header.
21530         * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
21531         mode to match new header.
21532         (calc-user-define-edit): Change titles to include names of commands.
21533         (calc-finish-formula-edit): Adjust to handle new header.
21534         (calc-finish-macro-edit): Remove.
21535         (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
21536         (calc-edit-macro-command, calc-edit-macro-command-type)
21537         (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
21538         (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
21539         (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
21540         (calc-edit-macro-finish-edit): New functions.
21541         (calc-user-define-edit): Use new functions to edit named calc macros.
21543 2005-01-01  Stefan  <monnier@iro.umontreal.ca>
21545         * files.el (hack-local-variables): Cleanup prefix/suffix matching.
21547         * ses.el (copy-region-as-kill): Deactivate mark.
21549 2005-01-01  Richard M. Stallman  <rms@gnu.org>
21551         * replace.el (occur-1): If the output buffer is also an input,
21552         don't kill it, rename it.
21554         * faces.el (set-face-background, set-face-foreground): Doc fix.
21556         * cus-face.el (custom-face-attributes): Fix :help-echo strings
21557         for :foreground and :background.
21559         * dired.el (dired-view-command-alist): Variable deleted.
21560         (dired-view-file, dired-mouse-find-file-other-window):
21561         Delete the code to use it.
21563 2005-01-01  Kim F. Storm  <storm@cua.dk>
21565         * image.el (insert-sliced-image): Use t for line-height property.
21567 See ChangeLog.11 for earlier changes.
21569 ;; Local Variables:
21570 ;; coding: iso-2022-7bit
21571 ;; End:
21573     Copyright (C) 2005, 2006 Free Software Foundation, Inc.
21574   Copying and distribution of this file, with or without modification,
21575   are permitted provided the copyright notice and this notice are preserved.
21577 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1