Use allout invisible-text overlays instead of
[emacs.git] / lisp / ChangeLog
blob1b41eba4893a6d01b4f6cebbab2d0c08dbac487c
1 2006-02-17  Ken Manheimer  <ken.manheimer@gmail.com>
3         * allout.el: Use allout invisible-text overlays instead of
4         selective display for concealed text.  Also, lots of general
5         cleanup, and improved compatibility code.
7         (allout-version) Incremented, corrected, revised, and refined
8         module commentary.
10         (provide 'allout): Moved to the bottom, added a require of overlay.
12         (allout-encrypt-unencrypted-on-saves): Defaults to t instead of
13         `except-current'.
14         (allout-write-file-hook-handler): Minimize delay.
15         (count-trailing-whitespace-region): New function so
16         auto-encryption of current topic can resituate cursor exactly.
17         PGP/GPG encryption trims trailing whitespace from lines, which
18         must be accounted for across encryption then decryption.
20         (allout-command-prefix): Now defaults to "\C-c<space>" rather than
21         just plain "\C-c", to avoid intruding on user's keybinding space.
23         (allout-toggle-current-subtree-encryption): Pass along fetch-pass
24         parameter, so user request to provide a new password is done.
26         (allout-outside-normal-auto-fill-function, allout-auto-fill):
27         Refined mechanism for auto-filling behavior while in allout mode.
29         (allout-mode): Explicitly specify the mode map in the docstring.
30         Clarify provision for various write-file hook var names.
31         Adjusted for invisible-text overlays instead of selective-display.
33         (allout-depth): Really return 0 if not within any topic.  This
34         rectifies `allout-beginning-of-level' and sequence numbering
35         errors that occur when cutting and pasting numbered topics.
36         Changed from a in-line subst to a regular function, as well.
38         (allout-pre-next-prefix): Renamed from allout-pre-next-preface.
40         (allout-end-of-subtree, allout-end-of-subtree)
41         (allout-end-of-entry, allout-end-of-current-heading)
42         (allout-next-visible-heading, allout-open-topic, allout-show-entry)
43         (allout-show-children, allout-show-to-offshoot)
44         (allout-hide-current-entry, allout-show-current-entry): Rectified
45         handling of trailing blank lines between items.
47         (allout-line-boundary-regexp, set-allout-regexp, allout-depth)
48         (allout-current-depth, allout-unprotected, allout-hidden-p)
49         (allout-on-current-heading-p, allout-listify-exposed)
50         (allout-chart-subtree, allout-goto-prefix)
51         (allout-back-to-current-heading, allout-get-body-text)
52         (allout-snug-back, allout-flag-current-subtree, allout-show-all)
53         (allout-hide-region-body, allout-toggle-subtree-encryption)
54         (allout-encrypt-string, allout-encrypted-key-info)
55         (allout-next-topic-pending-encryption, allout-encrypt-decrypted)
56         (allout-file-vars-section-data): Adjusted for use with
57         invisible-text overlays instead of selective-display.
59         (allout-kill-line, allout-kill-topic, allout-yank-processing):
60         Reworked for use with invisible text overlays.
62         (allout-current-topic-collapsed-p): New function.
64         (allout-hide-current-subtree): Use allout-current-topic-collapsed-p
65         to know when to close the containing topic.
67         (allout-pre-command-business, allout-post-command-business):
68         Simplify undo-batching and dynamic isearch exposure.
70         (allout-set-overlay-category): New for invisible-text overlays.
71         Sets properties of allout-overlay-category, used by
72         allout-flag-region to set invisible-text overlay properties.
73         (allout-get-invisibility-overlay): Get the first qualifying
74         invisibility overlay, so we can find the extent of it.
75         (allout-back-to-visible-text): Get to just before the beginnining
76         of the current invisibility overlay, if any.
78         (allout-overlay-insert-in-front-handler)
79         (allout-overlay-interior-modification-handler)
80         (allout-before-change-handler, allout-isearch-end-handler): New
81         functions to handle extraordinary actions affecting concealed
82         text.
84         (allout-flag-region): Use overlays instead of selective-display
85         for invisible text - by inheritence from the properties of
86         allout-overlay-category in mainline emacs, and applied
87         property-by-property in xemacs, some recent versions of which
88         don't inherit the properties from the category.  Provisions to
89         respond to concealed-text edits simplified drastically.
91         (allout-isearch-rectification, allout-isearch-was-font-lock)
92         (allout-isearch-expose, allout-enwrap-isearch)
93         (allout-isearch-abort, allout-pre-was-isearching)
94         (allout-isearch-prior-pos, allout-isearch-did-quit)
95         (allout-isearch-dynamic-expose)
96         (allout-hide-current-entry-completely): Functions deleted.
98         (allout-undo-aggregation): Explicit undo aggregation no longer
99         necessary due to transition away from selective-display.
101         (set-allout-regexp, allout-up-current-level)
102         (allout-next-visible-heading, allout-forward-current-level)
103         (allout-open-topic, allout-reindent-body, allout-rebullet-topic)
104         (allout-kill-line, allout-yank-processing, allout-show-children)
105         (allout-expose-topic, allout-old-expose-topic)
106         (allout-listify-exposed, allout-insert-latex-header)
107         (allout-toggle-subtree-encryption, allout-encrypt-string)
108         (remove-from-invisibility-spec, allout-hide-current-subtree):
109         Ditched unused variables.
111 2006-02-17  Agustin Martin  <agustin.martin@hispalinux.es>
113         * textmodes/ispell.el (ispell-change-dictionary):  Call
114         ispell-buffer-local-dict instead of
115         ispell-accept-buffer-local-defs.
117 2006-02-17  Nick Roberts  <nickrob@snap.net.nz>
119         * speedbar.el (speedbar-frame-width): Make an inline function
120         instead of a macro.  Use frame-width.
121         (speedbar-try-completion, speedbar-update-contents) 
122         (speedbar-timer-fn): Use consp.
123         (speedbar-update-localized-contents): Try to preserve point.
125         * progmodes/gdb-ui.el (gdba, gdb-var-list): Improve doc strings.
126         (menu): Re-order menu items.
127         (gdb-var-update-regexp, gdb-var-update-regexp-1): Match "in_scope"
128         field.
129         (gdb-var-update-handler-1): Use it for GDB 6.4+.
130         (gdb-post-prompt): Speed things by not forcing update.
132 2006-02-16  Chong Yidong  <cyd@stupidchicken.com>
134         * wid-edit.el (widget-button-click): For mouse-1, cancel button
135         press and perform default action if we get a mouse movement event.
137 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
139         * calendar/icalendar.el (icalendar--get-event-property)
140         (icalendar--get-event-property-attributes): Fix typos in
141         docstrings.
143         * progmodes/flymake.el (flymake-fix-file-name): Fix typo in
144         docstring.
146 2006-02-15  Juanma Barranquero  <lekktu@gmail.com>
148         * bs.el (bs-mode): Use `buffer-disable-undo'.
149         (bs--get-file-name): Simplify.
150         (bs-show-in-buffer): Mark the buffer as not modified.
152 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
154         * wid-edit.el (widget-keymap): Bind down-mouse-1 to
155         widget-button-click.
157         * cus-edit.el (custom-mode-map): Remove mouse-1 binding.
158         (custom-mode): Update docstring.
160         * cus-theme.el (custom-new-theme-mode-map): Remove mouse-1
161         binding.
163         * files.el (hack-local-variables-confirm): Allow scrolling if the
164         file variable list is too long.  Kill temp buffer after use.
166 2006-02-15  Nick Roberts  <nickrob@snap.net.nz>
168         * progmodes/gud.el (gdb): Improve doc string.
169         (gdb-script-font-lock-keywords): Expand allowed character set.
171         * progmodes/gdb-ui.el (gdb-use-separate-io-buffer)
172         (gdb-display-separate-io-buffer, gdb-frame-separate-io-buffer)
173         (gdb-separate-io-interrupt, gdb-separate-io-quit)
174         (gdb-separate-io-stop, gdb-separate-io-eof):
175         Rename from gdb-inferior-* to gdb-separate-*.
176         (gdb-set-gud-minor-mode-existing-buffers-1): Improve doc string.
178 2006-02-14  Jay Belanger  <belanger@truman.edu>
180         * calc/calc-arith.el (math-check-known-scalarp): Make sure
181         expression is a symbol before checking that it is bound.
183         * calc/calcalg2.el (math-integrate-by-parts): Do a more careful
184         test to see if equation can be solved.
186 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
188         * wid-edit.el (widget-button-click): Use :pressed-face property
189         for overlay face, if it exists.
191         * cus-edit.el (custom-manual, custom-add-see-also)
192         (custom-add-parent-links, custom-group-link): Add :pressed-face
193         property to links.
195         * files.el (hack-local-variables): Remove ignored variables before
196         checking if any variables need setting.
198 2006-02-14  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
200         * cus-start.el (all): Add x-gtk-whole-detached-tool-bar.
202 2006-02-14  Juanma Barranquero  <lekktu@gmail.com>
204         * help.el (where-is): Fix message for remapped commands.
206         * mwheel.el (mouse-wheel-click-event, mouse-wheel-mode):
207         Fix typos in docstrings.
209 2006-02-13  Chong Yidong  <cyd@stupidchicken.com>
211         * files.el (safe-local-variable-values): New option.
212         (hack-local-variables-prop-line): Return a list of variable-value
213         pairs if MODE-ONLY is non-nil.
214         (hack-local-variables): Construct list of variable-value pairs,
215         and apply or reject them in one go.  Ask for confirmation if
216         variables are not known safe.
217         (hack-local-variables-confirm): Complete rewrite.  Support
218         `safe-local-variable-values'.
219         (enable-local-variables): Update docstring to reflect new
220         behavior.
221         (ignored-local-variables): Ignore ignored-local-variables and
222         safe-local-variable-values.
223         (safe-local-variable-p): New function.
224         (risky-local-variable-p): `safe-local-variable' property check
225         moved to safe-local-variable-p.
226         (hack-one-local-variable): Checks moved to hack-local-variables.
228         (byte-compile-dynamic, c-basic-offset, c-file-style)
229         (c-indent-level, comment-column, fill-column, fill-prefix)
230         (indent-tabs-mode, kept-new-versions, no-byte-compile)
231         (no-update-autoloads, outline-regexp, page-delimiter)
232         (paragraph-start, paragraph-separate, sentence-end)
233         (sentence-end-double-space tab-width, version-control):
234         Add `safe-local-variable' property.
236         * find-lisp.el: Delete nonexistent `autocompile' file variable.
238         * icomplete.el, play/landmark.el: Change nonexistent
239         `outline-layout' file variable to `allout-layout'.
241 2006-02-14  Nick Roberts  <nickrob@snap.net.nz>
243         * progmodes/gdb-ui.el (gud-watch, gdb-invalidate-registers-1)
244         (gdb-get-changed-registers): Test value of gud-minor-mode relative
245         to gud-comint-buffer.
246         (gdb-speedbar-expand-node, gdb-locals-mode): Use functions in
247         gdb-ui.el for gdb-mi.el.
248         (gdb-post-prompt, gdb-get-changed-registers): Move test for
249         registers buffer to gdb-get-changed-registers.
250         (gdb-breakpoint-regexp): New regexp.  Allow toggling and
251         deletion of catchpoints (throw and catch).
252         (gdb-toggle-breakpoint, gdb-delete-breakpoint)
253         (gdb-goto-breakpoint): Use it for both gdb-ui and gdb-mi.
254         (gdb-find-file-hook, gdb-set-gud-minor-mode-existing-buffers-1)
255         (gdb-var-list-children-1, gdb-info-breakpoints-custom)
256         (gdb-var-update-1, gdb-invalidate-locals-1): Use also for gdb-mi.
258 2006-02-13  Jay Belanger  <belanger@truman.edu>
260         * calc/calc-arith.el (math-check-known-matrixp): Make sure
261         expression is a symbol before checking that it is bound.
263 2006-02-13  Richard M. Stallman  <rms@gnu.org>
265         * mouse.el (mouse-drag-mode-line-1): Use mouse-drag-move-window-bottom
266         for the minibuffer too, but not if resize-mini-windows will interfere.
268         * help.el (describe-key-briefly, describe-key): Do all arg-reading
269         inside `interactive' spec.
270         (describe-key-briefly-internal, describe-key-internal):
271         Functions merged back into their callers.
273 2006-02-13  Martin Rudalics  <rudalics@gmx.at>  (tiny change)
275         * info.el (info-xref-visited): Inherit from info-xref too.
276         (Info-set-mode-line): Replace occurrences of `%' by `%%'
277         when propertizing Info-current-file and Info-current-node.
279 2006-02-13  Juri Linkov  <juri@jurta.org>
281         * tumme.el (tumme-thumbnail-storage): Fix docstring.
282         (tumme-thumb-name): Fix per-directory format.
284 2006-02-13  Juanma Barranquero  <lekktu@gmail.com>
286         * subr.el (substitute-key-definition): Doc fix (hide internal arg).
288 2006-02-12  Miles Bader  <miles@gnu.org>
290         * net/rcirc.el (rcirc-format-response-string): Fix small bugs.
292 2006-02-13  Mathias Dahl  <mathias.dahl@gmail.com>
294         * tumme.el: Remove history section.  If someone needs the it, it
295         can always be found in CVS.
297 2006-02-12  Mathias Dahl  <mathias.dahl@gmail.com>
299         * tumme.el (tumme-thumbnail-storage): Update docstring.  Add info
300         about the Thumbnail Managing Standard option.
302 2006-02-12  Richard M. Stallman  <rms@gnu.org>
304         * subr.el (substitute-key-definition): Doc fix.
306         * simple.el (blink-matching-paren-dont-ignore-comments): Doc fix.
308         * files.el (magic-mode-alist): Don't use `\\s ' in regexps.
310         * info.el (Info-mode): Doc fix.
312         * progmodes/ebrowse.el (ebrowse-global-prefix-key): Change to C-c C-m.
314 2006-02-12  Michael Albinus  <michael.albinus@gmx.de>
316         * net/tramp.el (tramp-remote-path): Add "/usr/xpg4/bin" on top,
317         because on Solaris a POSIX compatible "id" is needed.  Reported by
318         Magnus Henoch <mange@freemail.hu>.
320 2006-02-12  Juri Linkov  <juri@jurta.org>
322         * tumme.el: Remove todo item about Thumbnail Managing Standard.
323         (tumme) <defgroup>: Change :group to `multimedia'.
324         (tumme-thumbnail-storage): Add choice `standard' for Thumbnail
325         Managing Standard.
326         (tumme-cmd-create-thumbnail-options): Use %w and %h instead of %s.
327         Fix dostring.
328         (tumme-cmd-create-temp-image-options): Use %w and %h instead of %x
329         and %y.  Fix docstring.
330         (tumme-cmd-pngnq-program, tumme-cmd-pngcrush-program)
331         (tumme-cmd-create-standard-thumbnail-command): New user options.
332         (tumme-thumb-size): Set default to 128 if tumme-thumbnail-storage
333         is `standard'.  Fix docstring.
334         (tumme-thumb-width, tumme-thumb-height): New user options.
335         (tumme-external-viewer): Try to find various viewers.
336         (tumme-get-thumbnail-image): Use `create-image' instead of
337         constructing the `image' structure.
338         (tumme-insert-thumbnail): Use `png' if tumme-thumbnail-storage is
339         `standard'.
340         (tumme-thumb-name): Add file name generation for standard storage.
341         Simplify code for other storages.
342         (tumme-thumb-name): Use width %w and height %h instead of size %s.
343         Add modification time %m and thumbnail-nq8 %q.
344         Use `tumme-cmd-create-standard-thumbnail-command' if
345         tumme-thumbnail-storage is `standard'.
346         (tumme-dired-insert-marked-thumbs): New autoload command.
347         (tumme-dired-after-readin-hook): New function.
348         (tumme-line-up-dynamic): Use `tumme-thumb-width' instead of
349         `tumme-thumb-size'.
350         (tumme-display-image): Replace size-x %x and size-y %y with
351         width %w and height %h.
353         * dired.el (dired-mode-map): Bind `\C-t\C-t' to
354         `tumme-dired-insert-marked-thumbs'.
356 2006-02-12  Mathias Dahl  <mathias.dahl@gmail.com>
358         * tumme.el (tumme-write-tag): Fix small bug (file name did not
359         include path).
360         (tumme-mark-tagged-files): Fix bug in regexp used to find rows
361         matching tag.
363 2006-02-12  Miles Bader  <miles@gnu.org>
365         * net/rcirc.el (rcirc-nick-abbrevs, rcirc-response-formats):
366         New variables.
367         (rcirc-abbrev-nick): New function.
368         (rcirc-format-response-string): Rewrite to use the formats in
369         `rcirc-response-formats' and expand escape sequences therein.
370         A text-property `rcirc-text' is added over the actual response
371         text to make easy to find inside the returned string.
372         (rcirc-print): When filling, just look for the `rcirc-text'
373         text-property to find the appropriate fill prefix, instead of
374         using hardwired patterns.
376 2006-02-11  Mathias Dahl  <brakjoller@hotmail.com>
378         * tumme.el: Enhance some docstrings.  Add todo item about Thumbnail
379         Managing Standard.
381 2006-02-11  Kim F. Storm  <storm@cua.dk>
383         * ido.el (ido-buffer-internal): Set mark for ido-insert-buffer.
384         Don't use insert-buffer; do insert-buffer-substring directly.
385         (ido-file-internal): Set mark for ido-insert-file.  Use insert-file-1.
387 2006-02-11  Martin Rudalics  <rudalics@gmx.at>
389         * files.el (revert-buffer, recover-file): Replace buffer-read-only
390         with inhibit-read-only.  Suggested by Stefan Monnier.
391         (revert-buffer): Let insert-file-contents discard
392         buffer-undo-list.  Simplify code.
393         (find-file, find-file-existing, revert-buffer): Doc-string fixes.
395 2006-02-11  Eli Zaretskii  <eliz@gnu.org>
397         * menu-bar.el (menu-bar-select-yank): Add a doc string.
399         * help.el (describe-key-briefly): Now a wrapper for
400         describe-key-briefly-internal.  Bind enable-disabled-menus-and-buttons
401         to t.  Populate yank-menu if empty.
402         (describe-key-briefly-internal): Renamed from describe-key-briefly.
403         (describe-key): Now a wrapper for describe-key-internal.  Bind
404         enable-disabled-menus-and-buttons to t.  Populate yank-menu if empty.
405         (describe-key-internal): Renamed from describe-key.
407 2006-02-11  Milan Zamazal  <pdm@zamazal.org>
409         * progmodes/glasses.el (glasses-separator): Doc fix.
410         (glasses-original-separator): New defcustom.
411         (glasses-make-readable, glasses-convert-to-unreadable): Use it.
413 2006-02-11  Martin Rudalics  <rudalics@gmx.at>
415         * mwheel.el (mouse-wheel-up-event): Doc fix.
417 2006-02-11  Mathias Dahl  <brakjoller@hotmail.com>
419         * tumme.el (tumme-dir): Change default value to "~/.emacs.d/tumme/".
420         (tumme-dir): New function.  Copied from thumbs.el.
422 2006-02-10  Juanma Barranquero  <lekktu@gmail.com>
424         * desktop.el (desktop-outvar): Fix typo.
425         (desktop-save-buffer-p): Doc fix.
427         * subr.el (substitute-key-definition): Fix typo.
429 2006-02-10  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
431         * frame.el (select-frame-set-input-focus): Call x-focus-frame also
432         when window-system is mac.
434         * term/mac-win.el (fontset-standard): Rename from "fontset-mac".
436 2006-02-10  Kim F. Storm  <storm@cua.dk>
438         * subr.el (substitute-key-definition-key): Pass t for NOERROR to
439         indirect-function instead of using condition-case.
441 2006-02-10  Mathias Dahl  <mathias.dahl@gmail.com>
443         * tumme.el (tumme-copy-with-exif-file-name): Try to make docstring
444         less `colloquial'...
446 2006-02-09  Mathias Dahl  <mathias.dahl@gmail.com>
448         * tumme.el: Add a couple of todo items.
450 2006-02-09  Lars Hansen  <larsh@soem.dk>
452         * hilit-chg.el: Add highlight-changes-mode to desktop-locals-to-save.
453         (highlight-changes-mode): Don't change desktop-locals-to-save.
455 2006-02-09  Chong Yidong  <cyd@stupidchicken.com>
457         * image-mode.el (image-toggle-display): Clear image cache if using
458         filename.
460 2006-02-09  Masatake YAMATO  <jet@gyve.org>
462         * dired-x.el (dired-guess-shell-alist-default): Add .man as
463         a `dired-man' target.
465         * progmodes/autoconf.el (autoconf-font-lock-keywords): Check start
466         boundary of symbols.
468 2006-02-08  Peter Doornbosch  <peter.doornbosch@luminis.nl>  (tiny change)
470         * vc-svn.el (vc-svn-print-log): Show recent commits as well.
472 2006-02-09  Juanma Barranquero  <lekktu@gmail.com>
474         * hilit-chg.el (hilit-chg-update-all-buffers): Use `mapc' instead of
475         `mapcar'; return nil.
477 2006-02-08  Chong Yidong  <cyd@stupidchicken.com>
479         * mouse.el (mouse-drag-track): Don't change window if we rebind to
480         some other event.
482 2006-02-08  Ryan Yeske  <rcyeske@gmail.com>
484         * net/rcirc.el (rcirc-startup-channels-alist):
485         Add irc.freenode.net and #emacs as defaults.
486         (rcirc-ignore-all-activity-flag): Remove variable.
487         (rcirc-authinfo): New variable.
488         (rcirc-authinfo-filename): Remove variable.
489         (rcirc-always-use-server-buffer-flag): New flag.
490         (rcirc): M-x rcirc will automatically connect without prompting.
491         C-u M-x rcirc will prompt.  Use rcirc-connect to create a
492         connection in lisp.
493         (rcirc-process-server-response-1): Remove everything but the nick
494         portion of the sender so it doesn't need to be done everywhere
495         else.  Update related code.
496         (global-map): Remove global keybindings.
497         (rcirc-get-buffer-create): Make sure rcirc-topic is set.
498         (rcirc-send-input): Split into several functions.
499         (rcirc-process-input-line, rcirc-process-message)
500         (rcirc-process-command): New functions.
501         (rcirc-target-buffer): New function to determine where to route
502         messages.
503         (rcirc-user-nick): Save match data.
504         (rcirc-toggle-ignore-buffer-activity)
505         (rcirc-update-activity-string): Remove global ignore functionality,
506         which can be done now by toggling rcirc-track-minor-mode.
507         (rcirc-track-minor-mode-map): New keymap.
508         (rcirc-track-minor-mode): New minor-mode.
509         (ignore): Make the ignore output nicer.  Always print it when
510         adding or removing nicks.
511         (rcirc-url-regexp): Improve.
512         (rcirc-mangle-text): Remove properties before using text in the
513         modeline.
514         (rcirc-authenticate): Authentication data comes from
515         rcirc-authinfo, not the file pointed to by rcirc-authinfo-file.
516         (rcirc-server-prefix): Inherit from rcirc-server.
518 2006-02-08  Mathias Megyei  <Mathias.Megyei@micronas.com>  (tiny change)
520         * Makefile.in (compile): Append "|| true" to the end of the `find'
521         command, like compile-always does.
523 2006-02-08  Sam Steingold  <sds@gnu.org>
525         * net/tramp.el (tramp-maybe-open-connection): Do not wait for
526         output from a dead connection.
528 2006-02-07  Mathias Dahl  <brakjoller@hotmail.com>
530         * dired.el (dired-mode-map): Add more bindings for tumme.
532 2006-02-07  Stefan Monnier  <monnier@iro.umontreal.ca>
534         * wdired.el (wdired-mode-map): Use remap.
535         (wdired-get-filename): Massage.
536         (wdired-perm-mode-map): Don't copy bindings from wdired-mode-map.
537         (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit): Use the
538         `keymap' property rather than `local-map'.
540 2006-02-07  Mathias Dahl  <brakjoller@hotmail.com>
542         * tumme.el (tumme-get-thumbnail-image): New utility function.
543         Suggested by from Chong Yidong.
544         (tumme-dired-with-window-configuration): Rename from
545         `tumme-dired'.  Add code to save window configuration.
546         (tumme-restore-window-configuration): New command to restore the
547         window configuration that `tumme-dired-with-window-configuration'
548         saves before it changes the window configuration.
549         (tumme-show-all-from-dir): New command to display thumbnails for
550         all files in a directory entered by the user, like M-x thumbs.
551         (tumme-display-thumbs): Call `pop-to-buffer' after all thumbnails
552         have been created.
553         (tumme-display-thumbnail-original-image): Call `display-buffer'.
554         (obsolete-tumme-display-thumbnail-original-image-and-buffer):
555         Remove obsolete test function.
557 2006-02-07  Juanma Barranquero  <lekktu@gmail.com>
559         * vc.el (small-temporary-file-directory): Remove defvar; there's
560         a defcustom for it in files.el.
562         * tumme.el (tumme-get-thumbnail-image): Add missing arg to `error'.
563         Fix typo in message.
564         (tumme-gallery-generate): Fix typo in `error' message.
565         (tumme-display-window-height-correction)
566         (tumme-display-window-width-correction, tumme-line-up-dynamic)
567         (tumme-line-up-interactive): Dox fixes.
568         (tumme-cmd-rotate-original-options, tumme-display-properties-format)
569         (tumme-restore-window-configuration, tumme-format-properties-string)
570         (tumme-create-thumbs, tumme-display-previous-thumbnail-original):
571         Fix typos in docstrings.
573 2006-02-07  Chris Moore  <christopher.ian.moore@gmail.com>  (tiny change)
575         * wdired.el (wdired-get-filename): Fix bug: Don't re-normalize OLD.
577 2006-02-07  Nick Roberts  <nickrob@snap.net.nz>
579         * progmodes/gud.el (gud-tooltip-mode): Remove autoload cookie.
580         User should use hook if desired.
582         * progmodes/gdb-ui.el (gdb-post-prompt): Regenerate breakpoints
583         buffer if necessary.
584         (gdb-delete-frame-or-window): New function.
585         (gdb-breakpoints-mode-map): Bind "q" to it.
587 2006-02-06  Stefan Monnier  <monnier@iro.umontreal.ca>
589         * textmodes/nroff-mode.el: Clean up name space.
590         (nroff-mode-syntax-table): Remove spurious `1' in the syntax of \n.
591         (nroff-mode): Obey the global setting of nroff-electric-mode.
592         (nroff-electric-mode): Use define-minor-mode and derived-mode-p.
594         * calendar/calendar.el (calendar-increment-month): Typo in last change.
596 2006-02-06  Thien-Thi Nguyen  <ttn@gnu.org>
598         * vc-svn.el (vc-svn-previous-version, vc-svn-next-version): New funcs.
600 2006-02-06  Lars Hansen  <larsh@soem.dk>
602         * generic-x.el (etc-fstab-generic-mode): Add file system types
603         cifs and usbdevfs.  Allow special chars in file names.
605 2006-02-05  Jay Belanger  <belanger@truman.edu>
607         Update copyright notices of the files in lisp/calc.
609 2006-02-05  Romain Francoise  <romain@orebokech.com>
611         Update copyright notices of all files in the lisp/play directory.
613 2006-02-04  Luc Teirlinck  <teirllm@auburn.edu>
615         * ldefs-boot.el: Regenerate.
617         * emacs-lisp/find-func.el (find-definition-noselect): Minor doc fix.
619 2006-02-05  Kim F. Storm  <storm@cua.dk>
621         * files.el (magic-mode-regexp-match-limit): New defvar.
622         (set-auto-mode): Use it to limit magic-mode-alist matching.
624 2006-02-04  Kevin Rodgers  <ihs_4664@yahoo.com>
626         * simple.el (display-message-or-buffer): Compare the number of
627         characters to the frame width when determining whether a 1-line
628         message string will fit in the echo area.  Count screen lines
629         instead of buffer lines when determining whether a multi-line
630         message will fit in the echo area/minibuffer window.
632 2006-02-04  Eli Zaretskii  <eliz@gnu.org>
634         * info.el (Info-index, Info-mode): Improve the description of the
635         `i' command.
637         * ldefs-boot.el: Regenerate.
639 2006-02-03  Werner Lemberg  <wl@gnu.org>
641         * textmodes/nroff-mode.el (nroff-font-lock-keywords): Don't be
642         greedy to find the closing bracket in \*[...] and similar
643         expressions.  This is a first rough fix -- many additional
644         refinements are necessary to make nroff mode really usable with groff.
646 2006-02-03  Jens Petersen  <petersen@redhat.com>  (tiny change)
648         * international/mule-cmds.el (set-locale-environment):
649         Add "/usr/share/X11/locale/locale.alias" to search list for xorg-x11
650         libX11.
652 2006-02-03  Joe Wells  <jbw@macs.hw.ac.uk>  (tiny change)
654         * arc-mode.el (archive-maybe-copy): Fix the way directories in the
655         archive are created in archive-tmpdir.
657 2006-02-02  John Paul Wallington  <jpw@pobox.com>
659         * ibuffer.el (ibuffer-compressed-file-name-regexp): New defcustom.
660         (ibuffer-fontification-alist): Use it.
661         (ibuffer-mode-map): Bind `ibuffer-mark-compressed-file-buffers'
662         to "* z" and the Ibuffer Mark menu.
664         * ibuf-ext.el (ibuffer-mark-compressed-file-buffers): New command.
666 2006-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
668         * textmodes/table.el (*table--cell-describe-mode)
669         (*table--cell-describe-bindings): Undo last change since
670         print-help-return-message is not obsoleted by anything at all.
672 2006-02-02  Luc Teirlinck  <teirllm@auburn.edu>
674         * emulation/cua-base.el (cua-mode): Doc fix.
676 2006-02-02  Juanma Barranquero  <lekktu@gmail.com>
678         * dframe.el (dframe-handle-make-frame-visible)
679         (dframe-handle-iconify-frame, dframe-get-focus)
680         (dframe-select-attached-frame, dframe-power-click)
681         (dframe-frame-mode): Fix typos in docstrings.
683         * ezimage.el (ezimage-mail, ezimage-object-out-of-date)
684         (ezimage-insert-image-button-maybe, ezimage-insert-over-text):
685         Fix typos in docstrings.
687         * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer)
688         (hi-lock-face-buffer, hi-lock-font-lock-hook)
689         (hi-lock-archaic-interface-message-used)
690         (hi-lock-file-patterns-range): Fix typos in docstrings.
692         * savehist.el (savehist-loaded, savehist-load, savehist-install)
693         (savehist-autosave, savehist-trim-history): Fix typos in docstrings.
695         * mail/mailclient.el (mailclient-place-body-on-clipboard-flag):
696         Fix typo in docstring.
698         * net/newsticker.el (newsticker--decode-iso8601-date)
699         (newsticker--set-customvar, newsticker--buffer-insert-item)
700         (newsticker--do-run-auto-mark-filter)
701         (newsticker--parse-generic-feed): Doc fixes.
702         (newsticker--retrieval-timer-list, newsticker-url-list)
703         (newsticker-hide-immortal-items-in-echo-area)
704         (newsticker-hide-obsolete-items-in-echo-area)
705         (newsticker-new-item-face, newsticker--enclosure)
706         (newsticker-buffer-update, newsticker-w3m-show-inline-images)
707         (newsticker--parse-atom-0.3, newsticker--parse-rss-1.0)
708         (newsticker--parse-generic-feed, newsticker--cache-contains)
709         (newsticker--stat-num-items, newsticker-download-enclosures):
710         Fix typos in docstrings.
712         * net/rcirc.el (rcirc-debug): Doc fix.
713         (rcirc-fill-column, rcirc-receive-message-hooks)
714         (rcirc-browse-url-map, rcirc-read-only-flag, rcirc-prompt)
715         (rcirc-mode, rcirc-generate-new-buffer-name)
716         (rcirc-startup-channels, rcirc-ignore-update-automatic)
717         (rcirc-cmd-ignore, rcirc-browse-url, rcirc-url-regexp):
718         Fix typos in docstrings.
719         (rcirc-print): "?\ " -> "?\s".
720         (rcirc-cmd-join): Improve argument/docstring consistency.
722 2006-02-01  Mark A. Hershberger  <mah@everybody.org>
724         * xml.el (xml-parse-region): Move save-excursion and set-buffer up
725         before narrow-to-region.
727 2006-02-01  Richard M. Stallman  <rms@gnu.org>
729         * simple.el (move-beginning-of-line): Scan properly for invis change.
731         * replace.el (multi-occur-in-matching-buffers): Fix prev change.
733 2006-02-01  Michael Albinus  <michael.albinus@gmx.de>
735         * net/tramp.el (tramp-convert-file-attributes): Set file's gid
736         change bit only when id-format is 'integer.  Reported by Matt
737         Hodges <M.P.Hodges@rl.ac.uk>.
739 2006-02-01  Juanma Barranquero  <lekktu@gmail.com>
741         * hilit-chg.el (highlight-changes-initial-state)
742         (highlight-changes-global-initial-state): Doc fixes.
743         (highlight-changes-global-modes, global-highlight-changes):
744         Fix typos in docstrings.
746 2006-02-01  Kim F. Storm  <storm@cua.dk>
748         * emulation/cua-base.el (cua-mode): Mention that CUA enables
749         transient-mark-mode in doc string.
751 2006-01-31  Richard M. Stallman  <rms@gnu.org>
753         * replace.el (multi-occur): Doc fix.
754         (multi-occur-in-matching-buffers): Rename from
755         multi-occur-by-filename-regexp.  Prefix arg says match
756         buffer names instead of file names.
758 2006-01-31  Juanma Barranquero  <lekktu@gmail.com>
760         * bs.el: Allow non-default values of `bs-header-lines-length'.
761         (bs--running-in-xemacs): Remove (not needed anymore).
762         (bs--set-window-height): Simplify by using `fit-window-to-buffer'
763         instead of `shrink-window', thus avoiding having to compute the
764         height of the window.
765         (bs--up): Wrap around even when there's no header.
766         (bs--down): Use `forward-line' instead of `next-line'.
768 2006-01-30  Chong Yidong  <cyd@stupidchicken.com>
770         * image-mode.el (image-toggle-display): Use file name if possible,
771         instead of unnecessarily allocating a (possibly huge) lisp string.
773 2006-01-30  John Paul Wallington  <jpw@pobox.com>
775         * subr.el (toplevel): Define `cl-assertion-failed' condition here
776         because the `assert' macro signals it at runtime.
778         * emacs-lisp/cl.el (toplevel): Remove definition of
779         `cl-assertion-failed' condition.
781 2006-01-30  Nick Roberts  <nickrob@snap.net.nz>
783         * thumbs.el (thumbs-marked-list): Make buffer-local and
784         permanent-local.
785         (thumbs-insert-thumb): Make help-echo non-sticky.
786         (thumbs-file-alist): Use eolp as check for (non)-image.
788 2006-01-30  Juanma Barranquero  <lekktu@gmail.com>
790         * ediff-mult.el (ediff-meta-buffer-keymap-setup-hook)
791         (ediff-before-session-group-setup-hooks)
792         (ediff-default-filtering-regexp, ediff-meta-mark-equal-files):
793         Fix typos in docstrings.
795         * window.el (bw-dir, bw-eqdir, balance-windows)
796         (split-window-keep-point): Fix typos in docstrings.
798         * textmodes/org.el (org-allow-space-in-links, org-closed-string)
799         (org-quote-string, org-calendar-to-agenda-key)
800         (org-agenda-sorting-strategy, org-agenda-use-time-grid)
801         (org-show-following-heading, org-tags-column)
802         (org-use-tag-inheritance, org, org-allow-space-in-links)
803         (org-usenet-links-prefer-google, org-file-apps-defaults-gnu)
804         (org-enable-table-editor, org-calc-default-modes)
805         (org-table-allow-automatic-line-recalculation)
806         (org-export-html-style, org-export-with-fixed-width)
807         (org-export-with-sub-superscripts, org-special-keyword)
808         (org-formula, org-time-grid, org-table-may-need-update)
809         (org-mode, org-goto-ret, org-goto-left, org-goto-right)
810         (org-goto-quit, org-get-indentation, org-end-of-item)
811         (org-move-item-down, org-move-item-up)
812         (org-renumber-ordered-list, org-todo, org-log-done, org-occur)
813         (org-remove-occur-highlights, org-read-date, org-goto-calendar)
814         (org-agenda, org-agenda-day-view, org-agenda-previous-date-line)
815         (org-agenda-log-mode, org-agenda-toggle-diary)
816         (org-agenda-toggle-time-grid, org-agenda-cleanup-fancy-diary)
817         (org-agenda-file-to-end, org-agenda-no-heading-message)
818         (org-agenda-get-closed, org-format-agenda-item)
819         (org-cmp-priority, org-cmp-category, org-cmp-time)
820         (org-agenda-change-all-lines, org-agenda-diary-entry)
821         (org-scan-tags, org-after-todo-state-change-hook, org-tags-view)
822         (org-link-search, org-camel-to-words, org-open-file)
823         (org-remember-handler, org-table-convert-region)
824         (org-table-move-row-down, org-table-move-row-up)
825         (org-table-copy-region, org-table-wrap-region)
826         (org-table-toggle-vline-visibility)
827         (org-table-get-vertical-vector, org-table-modify-formulas)
828         (org-table-get-specials, org-recalc-commands)
829         (org-table-rotate-recalc-marks, org-table-eval-formula)
830         (orgtbl-make-binding, org-in-invisibility-spec-p, org-cycle)
831         (org-level-color-stars-only, org-insert-heading):
832         Fix typos in docstrings.
833         (last-arg): Add defvar.
835         * makefile.w32-in (WINS): Add erc.
836         (MH_E_SRC): Update (copied from lisp/Makefile.in).
838 2006-01-29  Bill Wohler  <wohler@newt.com>
840         * Makefile.in (MH_E_SRC): Add mh-compat.el, mh-folder.el,
841         mh-letter.el, mh-limit.el, mh-scan.el, mh-show.el, mh-thread.el,
842         mh-tool-bar.el, mh-xface.el.  Remove mh-customize.el, mh-init.el.
843         (mh-autoloads): Don't use comments on otherwise empty lines.
845 2006-01-29  Edward O'Connor  <ted@oconnor.cx>
847         * emulation/viper.el (viper-major-mode-modifier-list): Add
848         insert-state and vi-state entries for erc-mode.
849         (viper-go-away, viper-set-hooks): Add and remove
850         viper-comint-mode-hook from erc-mode-hook as appropriate.
852         * emulation/viper.el (viper-insert-state-mode-list): Add erc-mode.
854 2006-01-29  Juanma Barranquero  <lekktu@gmail.com>
856         * bs.el (bs--format-aux): Implement `middle' alignment as
857         described in the docstring for `bs-attributes-list'.
858         (bs--get-name): Simplify.  Don't pad the buffer name.
860 2006-01-27  Agustin Martin  <agustin.martin@hispalinux.es>
862         * textmodes/ispell.el (ispell-find-aspell-dictionaries): If no
863         English aspell dictionary is installed, use the first entry of
864         ispell-dictionary-alist-1.
866 2006-01-27  Kevin Rodgers  <ihs_4664@yahoo.com>
868         * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
869         Doc fix.
871 2006-01-27  Michael Albinus  <michael.albinus@gmx.de>
873         * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
874         for `process-file', in order to let it work for older Emacsen too.
876 2006-01-27  Eli Zaretskii  <eliz@gnu.org>
878         * international/latexenc.el: Add a suitable `coding:' tag.
879         (latexenc-find-file-coding-system): Undo last change.
881 2006-01-27  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
883         * international/latexenc.el (latexenc-find-file-coding-system):
884         Make sure latexenc-main-file is a regular file and is readable.
886 2006-01-27  Andre Spiegel  <spiegel@gnu.org>
888         * vc-rcs.el (vc-rcs-fetch-master-state, vc-rcs-consult-headers):
889         Pass FILE to vc-user-login-name.
891         * vc-sccs.el (vc-sccs-state): Pass FILE to vc-user-login-name.
893 2006-01-27  Nick Roberts  <nickrob@snap.net.nz>
895         * thumbs.el (thumbs-do-thumbs-insertion): Suppress message when
896         there are no more images to display.
897         (thumbs-mark, thumbs-unmark): Revert change so that they move to
898         the next image.
900 2006-01-26  Richard M. Stallman  <rms@gnu.org>
902         * cus-edit.el (custom-mode): Doc: Use advertised-widget-backward.
904         * wid-edit.el (advertised-widget-backward): New alias.
905         (widget-keymap): Use advertised-widget-backward for S-TAB.
907         * tumme.el: Correct the keywords.
908         (tumme-dir-max-size): Use defvar.
909         (tumme-setup-dired-keybindings, tumme-dired): Add autoload cookie.
911         * simple.el (move-beginning-of-line): Take account of fields.
912         (clone-indirect-buffer-other-window): Take args like
913         clone-indirect-buffer, and work like it.
915         * help-fns.el (describe-function): Don't pass `nil' as default.
917         * files.el (risky-local-variable-p): Follow var aliases.
919         * subr.el (lazy-completion-table): Doc fix.
921         * mail/rmailsum.el (rmail-make-summary-line-1): Don't set
922         global binding of `line'.
924 2006-01-25  Andre Spiegel  <spiegel@gnu.org>
926         * vc-hooks.el (vc-user-login-name): Rewritten to handle access via
927         Tramp.
929         * vc.el (vc-default-dired-state-info): Pass FILE to
930         vc-user-login-name.
931         (vc-default-update-changelog): Don't use vc-user-login-name, we
932         don't need it here.
934         * tramp-vc.el (vc-user-login-name): Comment out defadvice, it is
935         no longer necessary.
937 2006-01-25  Kenichi Handa  <handa@m17n.org>
939         * international/mule.el (decode-char): Avoid the overhead of
940         calling utf-lookup-subst-table-for-decode if
941         utf-translate-cjk-mode is nil.
942         (encode-char): Avoid the overhead of calling
943         utf-lookup-subst-table-for-encode if utf-translate-cjk-mode is
944         nil.
946 2006-01-22  Kenichi Handa  <handa@m17n.org>
948         * international/mule.el (make-subsidiary-coding-system): Reset
949         `coding-system-define-form' property of subsidiaries to nil.
950         Avoid duplicated entry in coding-system-alist.
951         (make-coding-system): Avoid duplicated entry in
952         coding-system-alist.
953         (define-coding-system-alias): Likewise.
955 2006-01-24  Luc Teirlinck  <teirllm@auburn.edu>
957         * completion.el: Minor fixes in introductory comment.
958         (completion-def-wrapper): Fix alist.
960 2006-01-25  Nick Roberts  <nickrob@snap.net.nz>
962         * thumbs.el (thumbs-new-image-size): New function.
963         (thumbs-increment-image-size-element)
964         (thumbs-decrement-image-size-element, thumbs-increment-image-size)
965         (thumbs-decrement-image-size): Delete.
966         (thumbs-resize-image-1): Rename from thumbs-resize-image.  Keep old
967         temp files and use to resize.
968         (thumbs-resize-image): Rename from thumbs-resize-image-interactive.
969         Use increment argument to enlarge/shrink.  Preserve point.
970         (thumbs-shrink-image): Rename from thumbs-resize-image-size-down.
971         (thumbs-enlarge-image): Rename from thumbs-resize-image-size-up
972         (thumbs-show-thumbs-list): Set thumbs-buffer to current-buffer.
973         (thumbs-mark, thumbs-unmark): Preserve point.
974         (thumbs-modify-image): Keep old temp files and use to modify.
975         Cleanup old temp files at load time.  Preserve point.
976         (thumbs-view-image-mode-map): Use new command names.
978 2006-01-24  Stefan Monnier  <monnier@iro.umontreal.ca>
980         * log-view.el (log-view-minor-wrap): First rev is the one at point.
982         * calendar/cal-menu.el: Avoid macros from calendar.el so as to break
983         the nastiest part of the cyclic dependency.
984         (cal-menu-update): Use dotimes and calendar-increment-month.
986         * calendar/calendar.el: Remove unnecessary leading stars in docstrings.
987         (calendar-week-start-day): Add an :initializer.
988         (calendar-mode-map): Use suppress-keymap, and command remapping.
989         (describe-calendar-mode): Setup xref-stack info for the back button.
990         (calendar-star-date): Insert before delete.
991         (calendar-set-mode-line): Add file-modified info if applicable.
992         (calendar-increment-month): New function.
994 2006-01-24  Tobias C. Rittweiler  <tcr@freebits.de>  (tiny change)
996         * font-lock.el (lisp-font-lock-keywords-2):
997         Recognize "& keywords" only at word boundaries.
999 2006-01-24  Nick Roberts  <nickrob@snap.net.nz>
1001         * thumbs.el (thumbs-extra-images): New variable.  Make it buffer-local
1002         and permanent-local.
1003         (thumbs-max-image-number): New variable.
1004         (thumbs-do-thumbs-insertion): Use them.
1005         (thumbs-per-line): Change default to 4.
1006         (thumbs-marked-list): Rename from thumbs-markedL.
1007         (thumbs-cleanup-thumbsdir, thumbs-delete-images)
1008         (thumbs-rename-images): Use -list instead of L for internal variables.
1009         (thumbs-call-convert): Use call-process instead of shell-command.
1010         (thumbs-insert-thumb): Add filename as help-echo to each image.
1011         (thumbs-show-from-dir): Rename from thumbs-show-all-from-dir.
1012         Give dir to thumbs-show-thumbs-list.
1013         (thumbs-show-thumbs-list): Set default-directory to that of images.
1014         (thumbs-dired-show): Rename from thumbs-dired-show-all.
1015         (thumbs-display-thumbs-buffer, thumbs-show-more-images): New functions.
1016         (thumbs-mode-map): Bind "+" to thumbs-show-more-images.
1017         (thumbs-view-image-mode-map): Bind "^" to thumbs-display-thumbs-buffer.
1019 2006-01-23  Stefan Monnier  <monnier@iro.umontreal.ca>
1021         * ses.el (ses-read-cell): Provide a default value.
1023 2006-01-23  Juanma Barranquero  <lekktu@gmail.com>
1025         * term/w32-win.el (image-library-alist): Add additional names for
1026         GIF library.
1028 2006-01-23  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
1030         * international/latexenc.el (latexenc-find-file-coding-system):
1031         Add file-regular-p check.
1033 2006-01-22  Stefan Monnier  <monnier@iro.umontreal.ca>
1035         * simple.el (clone-buffer): Don't show the new buffer in the same
1036         window.
1038 2006-01-23  Juri Linkov  <juri@jurta.org>
1040         * faces.el (link, link-visited): New faces based on default values
1041         of `info-xref' and `info-xref-visited'.
1043         * info.el (info-xref): Inherit from `link'.
1044         (info-xref-visited): Inherit from `link-visited'.
1046         * cus-edit.el (custom-buffer-create-internal): Use widget type
1047         `custom-manual' instead of `info-link' and don't set properties
1048         `button-face' and `mouse-face' explicitly.
1049         (custom-browse-group-tag, custom-browse-variable-tag)
1050         (custom-browse-face-tag): Inherit from widget class
1051         `custom-group-link' instead of `push-button'.
1052         (custom-button-unraised): Inherit from `underline' face.
1053         (custom-link): Inherit from `link' face.  Fix doc and group.
1054         (custom-add-parent-links, custom-group-value-create): Don't set
1055         properties `button-face' and `mouse-face' explicitly for
1056         `custom-group-link' widget.
1057         (custom-group-link): Add properties `button-face' and `mouse-face'
1058         to widget definition.
1059         (custom-field-keymap): New variable.  Put `custom-field-keymap' to
1060         editable-field's :keymap property.
1061         (custom-mode): Fix docstring: substitute keybindings for
1062         `widget-forward' and `widget-backward' from `widget-keymap',
1063         `widget-complete' from `custom-field-keymap', replace old
1064         `Custom-move-and-invoke' with `widget-move-and-invoke'.  Untabify.
1066         * desktop.el (desktop-load-file): Check for `fboundp' before
1067         calling `symbol-function'.
1069         * simple.el (clone-buffer, clone-indirect-buffer)
1070         (clone-indirect-buffer-other-window): Use `read-buffer' instead of
1071         `read-string'.  Fix prompts.
1073         * play/doctor.el (doctor-mode-map): Rename from `doc-mode-map'.
1075 2006-01-23  Nick Roberts  <nickrob@snap.net.nz>
1077         * thumbs.el (thumbs-file-alist): Avoid creating duplicate entries.
1079 2006-01-22  Luc Teirlinck  <teirllm@auburn.edu>
1081         * startup.el (inhibit-splash-screen, initial-scratch-message):
1082         Doc fixes.
1084 2006-01-22  Michael Albinus  <michael.albinus@gmx.de>
1086         Sync with Tramp 2.0.52.
1088         * net/tramp.el, net/tramp-ftp.el, net/tramp-util.el,
1089         net/tramp-vc.el: Add code for unloading Tramp.  See comment before
1090         `tramp-unload-tramp' for checklist.
1092         * net/tramp.el: Require `timer-funcs' instead of `timer' if in
1093         XEmacs.  Contributed by Steve Youngs <steve@sxemacs.org>.
1094         (tramp-unload-file-name-handler-alist)
1095         (tramp-unload-tramp): New defuns.
1096         (tramp-advice-PC-expand-many-files): New defadvice.
1097         (tramp-save-PC-expand-many-files, tramp-setup-complete) Defuns
1098         removed.
1099         (tramp-handle-expand-file-name): Remove double slash.
1100         (tramp-handle-file-attributes-with-ls): Return t as 9th attribute.
1101         It doesn't matter, because it will be converted later on.
1102         (tramp-handle-file-ownership-preserved-p): Rewritten.  The old
1103         implementation was just heuristic.
1104         (tramp-post-connection): Set uid and gid properties.
1105         (tramp-convert-file-attributes): Set file's gid change bit.
1106         (tramp-get-remote-uid, tramp-get-remote-gid): New defuns.
1107         (tramp-handle-expand-file-name): Use "~root" for tilde expansion
1108         in case of su(do)? methods.  The home directory of the local user
1109         will be taken else.
1110         (tramp-open-connection-telnet)
1111         (tramp-open-connection-rsh, tramp-open-connection-su)
1112         (tramp-open-connection-multi): Set PS1 to "$ ".  Otherwise, a
1113         local shell prompt could hurt.  Reported by Romain Francoise
1114         <romain@orebokech.com>.
1115         (tramp-let-maybe): Add `edebug-form-spec' property.
1116         (tramp-handle-expand-file-name): Bind `default-directory' locally
1117         to "/" in order to avoid problems with UNC shares or Cygwin
1118         mounts.
1119         (tramp-md5-function): Fix typo in error message.
1121         * net/tramp-ftp.el (tramp-ftp-enable-ange-ftp): New defun.
1123         * net/tramp-util.el (top): Apply `ignore' instead of `identity'
1124         for byte-compiler pacification.
1126 2006-01-22  Andre Spiegel  <spiegel@gnu.org>
1128         * vc-rcs.el (vc-rcs-state-heuristic): Use file-attributes with
1129         ID-FORMAT `string'.  This allows us to get rid of
1130         `vc-user-login-name UID'.
1132         * vc-sccs.el (vc-sccs-state-heuristic): Likewise.
1134 2006-01-22  John Paul Wallington  <jpw@pobox.com>
1136         * hl-line.el (hl-line-highlight, hl-line-move): Doc fixes.
1138 2006-01-21  Martin Rudalics  <rudalics@gmx.at>
1140         * emacs-lisp/find-func.el (find-definition-noselect)
1141         (find-variable-noselect): Search variables in C source code too.
1142         (find-function-C-source, find-function-noselect, find-function)
1143         (find-function-other-frame, find-variable-noselect, find-variable)
1144         (find-variable-other-frame, find-variable-at-point):
1145         Fix docstrings.
1147 2006-01-21  Francesco Potorti`  <pot@gnu.org>
1149         * mail/rmailout.el (rmail-output): Don't use content-type if it is nil.
1151 2006-01-21  Agustin Martin  <agustin.martin@hispalinux.es>
1153         * textmodes/flyspell.el (flyspell-emacs-popup, flypell-xemacs-popup):
1154         Default to disabling the "Save affix" question.
1156 2006-01-21  Marien Zwart  <marienz@gentoo.org>  (tiny change)
1158         * progmodes/python.el (python-mode) <eldoc-mode-hook>: Pass nil as
1159         the first arg to run-python.
1161 2006-01-21  Eli Zaretskii  <eliz@gnu.org>
1163         * startup.el (command-line-1): Handle --no-desktop if desktop.el
1164         is not loaded.
1166 2006-01-20  Jay Belanger  <belanger@truman.edu>
1168         * calc/calcalg2.el (calc-sum-rec): Fix the sum when the lower
1169         limit is 0.
1171         * calc/calc-arith.el (math-add-symb-fancy): Check the length of
1172         the correct variable.
1174 2006-01-20  Carsten Dominik  <dominik@science.uva.nl>
1176         * textmodes/org.el (org-open-at-point): Fixed bug with matching a
1177         link.  Fixed buggy argument sequence in call to `org-view-tags'.
1178         (org-compile-prefix-format): Set `org-prefix-has-tag'.
1179         (org-prefix-has-tag): New variable.
1180         (org-format-agenda-item): Remove tags from headline if
1181         appropriate.
1182         (org-agenda-remove-tags-when-in-prefix): New option.
1183         (org-get-tags-at): New function.
1185 2006-01-20  Nick Roberts  <nickrob@snap.net.nz>
1187         * thumbs.el (thumbs-buffer): New variable.  Make it buffer local.
1188         (thumbs-find-image): Move image name and number from buffer name
1189         to mode name.  Set thumbs-buffer.  Preserve point so that large
1190         images remain visible.
1191         (thumbs-file-alist): Construct list in thumbs-buffer and reverse
1192         order.
1193         (thumbs-show-image-num): Get image from thumbs-file-alist.  Set
1194         mode name.
1195         (thumbs-next-image, thumbs-previous-image): Make them work.
1197 2006-01-19  Luc Teirlinck  <teirllm@auburn.edu>
1199         * cus-edit.el (custom-buffer-create-internal): State in the text above
1200         the whole buffer buttons that they do not operate on hidden items.
1201         (custom-face-menu): Use `custom-face-save' instead of
1202         `custom-face-save-command'.
1203         (custom-face-save-command): Make it an alias for `custom-face-save'
1204         and declare it obsolete.
1205         (custom-face-save): Doc fix.
1207         * dired.el (dired-no-confirm): Add quote.
1208         (dired-subdir-alist-pre-R): Add quote in
1209         `make-variable-buffer-local' form and remove unbalanced parenthesis.
1211 2006-01-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1213         * textmodes/table.el (table-mode-indicator): Typo in last change.
1215 2006-01-19  Richard M. Stallman  <rms@gnu.org>
1217         * outline.el (hide-leaves): Don't call outline-end-of-heading.
1218         Fixes bug reported in Nov 2005.
1220         * isearch.el (isearch-forward): Doc fix.
1222         * dired.el (dired-move-to-filename-regexp): Define as alias.
1223         (dired-no-confirm): Use defcustom.
1224         (dired-subdir-alist-pre-R): Put defvar at top level.
1226         * battery.el (battery-linux-proc-acpi): Handle "last full capacity".
1228         * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
1229         Mark as risky.
1231         * simple.el (set-mark-command): Doc fix.
1232         (clone-indirect-buffer-other-window):
1233         Read arg like clone-indirect-buffer.
1234         (move-beginning-of-line): Skip invisible newlines.
1236 2006-01-19  Masatake YAMATO  <jet@gyve.org>
1238         * progmodes/cpp.el (cpp-edit-load): Make the order of
1239         listed conditions in a base C code buffer and its associate
1240         CPP Edit buffer the same.
1242 2006-01-19  Kenichi Handa  <handa@m17n.org>
1244         * mail/rmail.el (rmail-enable-mime): Docstring fixed.
1245         (rmail-mime-feature): Likewise.
1246         (rmail-require-mime-maybe): Use display-warning to show a warning
1247         message.
1249         * international/mule.el (auto-coding-regexp-alist-lookup): New fun.
1250         (find-auto-coding): Use auto-coding-regexp-alist-lookup.
1252 2006-01-18  Stefan Monnier  <monnier@iro.umontreal.ca>
1254         * array.el: Move defvars out of eval-when-compile.
1255         (array-make-template): Replace undeclared global var with a local one.
1256         (array-mode): Inline initialization functions.
1257         (array-init-local-variables, array-init-max-row)
1258         (array-init-max-column, array-init-columns-per-line)
1259         (array-init-field-width, array-init-rows-numbered)
1260         (array-init-line-length, array-init-lines-per-row): Remove.
1262         * play/doctor.el: Move defvars out of eval-when-compile.  Use dolist.
1263         (doc-mode-map): Define explicitly.
1264         (doctor-txtype): Use mapc.
1266         * textmodes/table.el: Move defvars out of eval-when-compile.
1267         Remove harmful code meant to avoid byte-compiler warnings.
1268         (table-fixed-mode-indicator): Remove.  Use a more complex mode-line
1269         specification that checks table-fixed-width-mode directly.
1270         (table-recognize-region, table-recognize-cell):
1271         Use restore-buffer-modified-p.
1272         (table-fixed-width-mode): Remove code that refreshes
1273         table-fixed-mode-indicator.
1274         (*table--cell-describe-bindings, *table--cell-describe-mode):
1275         Avoid obsolete name print-help-return-message.
1276         (table--test-cell-list): Don't use replace-regexp from elisp.
1277         (table--point-entered-cell-function, table--point-left-cell-function):
1278         Don't set table-fixed-mode-indicator, use force-mode-line-update.
1280         * textmodes/org.el: Move defvars out of eval-when-compile.  Move code
1281         that was after the end of file.  Use buffer-file-name variable.
1282         (org-timestamp-change): Use with-current-buffer.
1283         (org-todo-list): Don't unnecessarily define a new buffer-local var.
1284         (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused arg
1285         `file'.
1287         * progmodes/fortran.el: Move defvars out of eval-when-compile.
1288         (fortran-break-line): Remove unused var `opoint'.
1289         (fortran-abbrev-start): Obey help-event-list.
1291 2006-01-18  Jesper Harder  <harder@phys.au.dk>
1293         * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-substring.
1295 2006-01-18  Masatake YAMATO  <jet@gyve.org>
1297         * progmodes/make-mode.el (makefile-imake-mode): New mode
1298         derived from makefile-mode.
1299         (makefile-imake-mode-syntax-table): New syntax table
1300         derived from makefile-mode-syntax-table.
1301         (makefile-mode): Write about makefile-imake-mode in doc string.
1302         (makefile-mode-map): Bind "\C-c\C-m\C-i" to makefile-imake-mode.
1303         (makefile-imake-font-lock-keywords): New font lock keywords.
1305         * files.el (auto-mode-alist): Add Imakefile.
1307 2006-01-17  Agustin Martin  <agustin.martin@hispalinux.es>
1309         * textmodes/flyspell.el (ispell-kill-ispell-hook): Add to the hook when
1310         loading the file rather than when turning on flyspell-mode.
1312 2006-01-16  Luc Teirlinck  <teirllm@auburn.edu>
1314         * cus-edit.el (customize-rogue): Minor doc fix.
1316 2006-01-17  Juri Linkov  <juri@jurta.org>
1318         * dired-aux.el (dired-diff): Use dired-dwim-target-directory
1319         instead of the file at the mark as default if the file at the mark
1320         is the same as the file at point or if dired-dwim-target-directory
1321         is not the same as the current directory and the mark is not active.
1323         * log-view.el (log-view-minor-wrap): Use the same logic to get
1324         revisions as `log-view-diff'.
1326         * info.el (Info-revert-find-node): Check for Info-current-file
1327         before preserving new-history.
1329         * man.el (Man-heading-regexp): Add `/'.
1331         * textmodes/sgml-mode.el: Add `coding: iso-2022-7bit' cookie.
1332         (html-mode): Set `sentence-end-base' instead of `sentence-end'.
1334 2006-01-16  Juri Linkov  <juri@jurta.org>
1336         * faces.el (mode-line-faces): New defgroup.
1337         (mode-line-highlight): Move definition after new defgroup.
1338         (mode-line, mode-line-inactive, mode-line-highlight):
1339         Replace :group `modeline' with `mode-line-faces'.
1340         (mode-line-buffer-id): New face.
1341         (modeline-buffer-id): New face alias.
1342         (vertical-border): Remove :group `modeline'.
1344         * bindings.el (propertized-buffer-identification): Use face
1345         `mode-line-buffer-id' instead of `Buffer-menu-buffer'.
1346         (mode-line-next-buffer, mode-line-previous-buffer): New functions.
1347         (mode-line-buffer-identification-keymap): For mouse-1 replace
1348         `mode-line-unbury-buffer' with `mode-line-previous-buffer'.
1349         Replace `mode-line-bury-buffer' with `mode-line-next-buffer' for
1350         mouse-3.
1352         * buff-menu.el (buffer-menu-buffer) <defface>: Renamed from
1353         Buffer-menu-buffer.  Doc fix.
1354         (Buffer-menu-buffer): Face alias to buffer-menu-buffer.
1355         (list-buffers-noselect): Use `buffer-menu-buffer' face instead of
1356         `Buffer-menu-buffer'.
1358         * info.el (Info-mode-line-node-keymap): New defvar.
1359         (Info-set-mode-line): Use `stringp' to check Info-current-file.
1360         Propertize Info-current-node with `mode-line-buffer-id' and
1361         `mode-line-highlight' faces and `Info-mode-line-node-keymap'.
1363         * time.el (display-time-mail-face): Replace :group `faces' with
1364         `mode-line-faces'.
1366 2006-01-16  Kenichi Handa  <handa@m17n.org>
1368         * international/code-pages.el: Add autoload cookies for cp125[0345678].
1370         * language/european.el (cp1252): New alias for windows-1252.
1372         * international/mule.el (autoload-coding-system): Prepare for EOL
1373         variants.
1375 2006-01-15  Dan Nicolaescu  <dann@ics.uci.edu>
1377         * term.el (term-raw-map): Add mapping for insert.
1378         (term-send-insert): New.
1379         (term-mode): Make variables local here instead of doing it in
1380         `term-emulate-terminal'.
1381         (term-emulate-terminal): Delete incorrect optimization for cr+lf.
1382         Scroll reverse needs to take into account the scroll region.
1383         Saving and restoring the cursor should save the color attributes too.
1384         (term-reset-terminal): Reset the scroll region.
1385         (term-handle-ansi-escape): Cursor up and down should take into
1386         account the scroll region.
1387         (term-set-scroll-region): Rename from `term-scroll-region'.
1388         Move to 0,0 after setting the region.
1389         (term-handle-scroll): Handle scroll up.
1390         (term-down): Fix off by one error.
1391         (term-delete-lines): Do not delete outside the scroll region.
1392         (term-insert-lines): Take into account the scroll region.
1394 2006-01-15  Stefan Monnier  <monnier@iro.umontreal.ca>
1396         * textmodes/ispell.el (ispell-internal-change-dictionary)
1397         (ispell-change-dictionary): Undo most of last change of 2006-01-13.
1398         (start, end): Move declaration outside of eval-when-compile.
1400         * textmodes/flyspell.el (flyspell-kill-ispell-hook): New fun.
1401         (flyspell-mode-on): Use it.
1403         * textmodes/ispell.el (ispell-kill-ispell): Run new hook
1404         ispell-kill-ispell-hook.
1406 2006-01-14  Luc Teirlinck  <teirllm@auburn.edu>
1408         * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
1409         (Custom-reset-saved): Do not ask for confirmation in single option
1410         buffers.
1412 2006-01-13  Richard M. Stallman  <rms@gnu.org>
1414         * font-lock.el (lisp-font-lock-keywords-1): Minor rearrangement.
1416 2006-01-13  Romain Francoise  <romain@orebokech.com>
1418         * add-log.el (add-change-log-entry, change-log-merge):
1419         Conditionally use `hard-newline'.
1421 2006-01-13  Martin Rudalics  <rudalics@gmx.at>  (tiny change)
1423         * wid-edit.el (widget-field-end): If the overlay is no longer
1424         associated with a buffer, behave as if the overlay didn't exist.
1426         * cus-edit.el (custom-add-see-also, custom-add-parent-links):
1427         Make sure the links use the `custom-link' face.
1429 2006-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
1431         * progmodes/ld-script.el (auto-mode-alist): Use \' rather than $.
1432         (ld-script-mode): Don't set indent-line-function since we don't
1433         have one.
1435 2006-01-13  Carsten Dominik  <dominik@science.uva.nl>
1437         * textmodes/org.el (org-open-file): Use mailcap for selecting an
1438         application.
1439         (org-file-apps-defaults-gnu): Use mailcap as the default for
1440         selecting an application on a UNIX system.
1441         (org-agenda-show-tags): New command.
1442         (org-table-insert-hline): Keep cursor in current table line.
1443         (org-table-convert): Offset effect of modifying
1444         `org-table-insert-hline'.
1445         (org-format-agenda-item): New optional argument TAG.
1446         (org-compile-prefix-format): Handle %T format for the tag.
1447         (org-expand-wide-chars): New function.
1448         (org-table-insert-row, org-table-insert-hline):
1449         Use `org-expand-wide-chars'.
1450         (org-open-file): Fix bug in program launch.
1451         (org-get-time-of-day): Fix bug with times before 1am.
1452         (org-agenda-menu): Add tags commands.
1454 2006-01-13  Agustin Martin  <agustin.martin@hispalinux.es>
1456         * textmodes/ispell.el (ispell-init-process): Include the used
1457         dictionary in ispell process start message.
1458         (ispell-internal-change-dictionary): When flyspell-mode is active
1459         and dictionary is changed, make sure ispell process is restarted
1460         and flyspell word cache cleared out for the current buffer.
1461         (ispell-change-dictionary): Make sure flyspell word cache is
1462         cleared out in all buffers with active flyspell mode when
1463         dictionary is globally changed.
1464         Call ispell-internal-change-dictionary after dictionary change.
1466 2006-01-13  Eli Zaretskii  <eliz@gnu.org>
1468         * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
1470         * makefile.w32-in (MH_E_SRC): Synchronize with Makefile.in.
1471         (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): Update Copyright
1472         years.  Fix small differences wrt Makefile.in.
1473         (recompile): Use --eval '(batch-byte-recompile-directory 0)', like
1474         Makefile.in does.
1476 2006-01-12  Bill Wohler  <wohler@newt.com>
1478         * Makefile.in (MH_E_SRC): Replace mh-index.el and mh-pick.el with
1479         mh-search.el.
1481 2006-01-12  Masatake YAMATO  <jet@gyve.org>
1483         * progmodes/ld-script.el: Update copyright year.
1485 2006-01-12  Chong Yidong  <cyd@stupidchicken.com>
1487         * cus-theme.el (custom-theme-add-variable, custom-theme-add-face):
1488         Don't add widget if setting undefined.
1490 2006-01-12  John Paul Wallington  <jpw@pobox.com>
1492         * help-fns.el (describe-variable): Remove newlines from void
1493         variable output.
1495 2006-01-13  Nick Roberts  <nickrob@snap.net.nz>
1497         * wdired.el (wdired-mode-map): Add help echo for
1498         wdired-abort-changes.
1500         * man.el (Man-file-name-regexp): Adjust for a list of files.
1502 2006-01-12  Masatake YAMATO  <jet@gyve.org>
1504         * progmodes/ld-script.el (auto-mode-alist): Support
1505         suffix conventions used in netbsd and eCos.
1507 2006-01-11  Luc Teirlinck  <teirllm@auburn.edu>
1509         * cus-edit.el (custom-reset-menu, custom-buffer-create-internal)
1510         (custom-variable-menu, custom-face-menu, custom-group-menu)
1511         (Custom-mode-menu): Change names of menu items.  (As discussed on
1512         emacs-devel.)
1513         (custom-face-menu): Add "Undo Edits" item.
1515         * startup.el (init-file-user): defcustom -> defvar.
1517         * tooltip.el (tooltip-mode): Doc fix.
1519 2006-01-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1521         * reveal.el (reveal-post-command): window-buffer signals an error on
1522         dead windows rather than returning nil.
1523         (reveal-open-new-overlays): An overlay might die while we open others.
1525 2006-01-11  Bill Wohler  <wohler@newt.com>
1527         * cus-dep.el (generated-custom-dependencies-file): Fix typo and
1528         phrasing in docstring.
1530         * Makefile.in (MH_E_SRC): Rename from MH-E-SRC since the dashes
1531         can give some systems gas.  Add new file mh-buffers.el.
1533 2006-01-06  Masatake YAMATO  <jet@gyve.org>
1535         * font-lock.el (cpp-font-lock-keywords): Font lock keywords for
1536         C preprocessor forward ported from GNU Emacs 21.2.
1538         * progmodes/asm-mode.el (asm-font-lock-keywords):
1539         Use `cpp-font-lock-keywords'.
1541         * progmodes/ld-script.el (ld-script-font-lock-keywords): Ditto.
1543         * progmodes/ld-script.el (auto-mode-alist): Use \\> instead
1544         of $ for "\\.ld[s]?".
1546 2006-01-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1548         * progmodes/tcl.el (tcl-indent-command): Use indent-for-tab-command.
1549         (tcl-indent-line): Return `noindent' if inside a string.
1551         * progmodes/flymake.el (flymake-split-string): Remove more than one
1552         empty string at beg/end of the result.
1553         (flymake-find-buildfile, flymake-find-possible-master-files):
1554         Use expand-file-name.
1555         (flymake-fix-file-name): Don't replace \ with / and don't remove ./
1556         since expand-file-name does it for us.  Use directory-file-name.
1557         (flymake-ler-get-full-file, flymake-ler-get-file, flymake-ler-get-line)
1558         (flymake-ler-get-type, flymake-ler-get-text)
1559         (flymake-ler-make-ler): Remove.  Replace by defstruct.  Update callers.
1560         (flymake-current-line-no): Remove spurious interactive spec.
1561         (flymake-delete-temp-directory): Remove unused var `slash-pos'.
1562         (flymake-check-include): Remove arg inc-path merged into inc-name.
1563         (flymake-check-patch-master-file-buffer): Fit in 80 columns.
1564         Arg regexp-list replaced by a simple regexp.
1565         (flymake-master-make-header-init, flymake-master-tex-init):
1566         Correspondingly replace regexp-list with a regexp.  Fix regexp.
1568 2006-01-10  Simon Josefsson  <jas@extundo.com>
1570         * mail/smtpmail.el (smtpmail-try-auth-methods): Add comment
1571         describing AUTH PLAIN fix.
1573 2006-01-10  Thien-Thi Nguyen  <ttn@gnu.org>
1575         * mail/emacsbug.el (report-emacs-bug-text-prompt): Delete var.
1576         (report-emacs-bug): Don't record initial prompt text.
1577         Instead, add text properties to prompting text.
1578         (report-emacs-bug-hook): Delete prompting text.
1580 2006-01-09  Stefan Monnier  <monnier@iro.umontreal.ca>
1582         * progmodes/flymake.el (flymake-find-buildfile): Remove invariant arg
1583         `dirs'.  Adjust callers.
1585 2006-01-09  John Paul Wallington  <jpw@gnu.org>
1587         * cus-edit.el (custom-comment) <defface>: Add TTY definitions.
1589 2006-01-09  Stefan Monnier  <monnier@iro.umontreal.ca>
1591         * reveal.el (reveal-open-new-overlays): New extracted fun.
1592         (reveal-close-old-overlays): Idem.  Check overlays's liveness before
1593         using them.  Simplify the code.
1594         (reveal-post-command): Use them.  Fix up obsolete windows in
1595         reveal-open-spots.
1597         * progmodes/flymake.el: Use `require' rather than autoload for
1598         XEmacs's overlays.
1599         (flymake-get-common-file-prefix, flymake-build-relative-filename):
1600         Delete.  Use file-relative-name instead.
1601         (flymake-get-syntax-check-program-args, flymake-perl-init):
1602         Simplify the resulting code.
1604         * log-view.el (log-view-file-re, log-view-message-re): Add support
1605         for DaRCS output.
1607 2006-01-09  Alex Schroeder  <alex@gnu.org>
1609         * mail/rmail.el (rmail-reply-regexp): Also ignore mailing list
1610         identifiers sometimes added in square brackets at the beginning of
1611         subject lines.
1613 2006-01-07  Richard M. Stallman  <rms@gnu.org>
1615         * cus-edit.el (Custom-set, Custom-save): Doc fix.
1616         (Custom-reset-current, Custom-reset-saved): Change question text.
1617         (Custom-reset-standard): Likewise.
1618         (custom-variable-reset-saved): Doc fix.
1620 2006-01-07  Eli Zaretskii  <eliz@gnu.org>
1622         * startup.el (init-file-user): Doc fix.
1624 2006-01-07  Alex Schroeder  <alex@gnu.org>
1626         * mail/rmail.el (rmail-current-subject): New function.
1627         (rmail-current-subject-regexp): New function.
1628         (rmail-next-same-subject): Use it.
1630         * mail/rmailsum.el (rmail-summary-by-topic):
1631         Use rmail-current-subject and rmail-current-subject-regexp.
1632         (rmail-summary-next-same-subject): Ditto.
1634         * net/rcirc.el (rcirc-send-input): No longer check whether the
1635         process is open, since not all commands need an open process.
1636         (rcirc-send-string): Check whether the process is open before
1637         sending anything.
1638         (rcirc-ignore-list): New option.
1639         (rcirc-ignore-list-automatic): New variable.
1640         (rcirc-print): Take rcirc-ignore-list into account.
1641         (rcirc-cmd-ignore): New command.
1642         (rcirc-ignore-update-automatic): New function.
1643         (rcirc-handler-PART, rcirc-handler-QUIT): Use it to maintain the
1644         list if ignored nicks.
1645         (rcirc-handler-NICK): Ditto, and also ignore the new nick.
1647 2006-01-06  David Reitter  <david.reitter@gmail.com>
1649         * mail/emacsbug.el (report-emacs-bug): Let explanations correctly
1650         reflect the address to which the report will be sent.
1652 2006-01-06  Eli Zaretskii  <eliz@gnu.org>
1654         * progmodes/ld-script.el (auto-mode-alist): Recognize linker
1655         scripts whose file-name extensions are "\.x[bdsru]?[cn]?$".
1657 2006-01-01  Michael Ernst  <mernst@alum.mit.edu>  (tiny changes)
1659         * textmodes/tildify.el: Fix typos (misspellings) in the commentary.
1661         * emacs-lisp/find-func.el (find-definition-noselect): Fix typo in
1662         the doc string: "functoin" => "function".
1663         * ldefs-boot.el: Likewise.
1665         * textmodes/bibtex.el (bibtex-validate-globally): Fix typo in a
1666         message text: "Duplicat" => "Duplicate".
1668 2006-01-06  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
1670         * files.el (basic-save-buffer-2): If backing-up failed, reset
1671         buffer-backed-up to nil.
1673 2006-01-06  Nick Roberts  <nickrob@snap.net.nz>
1675         * progmodes/gud.el (gdb-script-skip-to-head)
1676         (gdb-script-calculate-indentation): Indent for breakpoint command
1677         lists also.
1679 2006-01-05  Bill Wohler  <wohler@newt.com>
1681         * Makefile.in (compile-always): Add mh-autoloads dependency.
1682         (bootstrap): Remove mh-autoloads dependency, as compile dependency
1683         provides it.
1684         (updates): Remove mh-autoloads dependency, since it probably has
1685         already run recently (via recompile).
1687 2006-01-05  Stefan Monnier  <monnier@iro.umontreal.ca>
1689         * textmodes/flyspell.el (flyspell-accept-buffer-local-defs): Add an
1690         argument `force' to disable the flyspell-last-buffer optimization.
1691         (flyspell-mode-on): Use it.
1693         * progmodes/flymake.el (flymake-get-cleanup-function): Default to
1694         flymake-simple-cleanup.
1695         (flymake-allowed-file-name-masks): Use this new default.
1696         All the functions are now called in the right buffer rather than
1697         passing the buffer as argument.
1698         (flymake-process-sentinel): Switch to buffer before calling cleanup.
1699         (flymake-parse-err-lines): Remove redundant buffer arg.
1700         (flymake-get-program-dir): Comment out unused function.
1701         (flymake-start-syntax-check, flymake-start-syntax-check-process):
1702         Remove redundant buffer argument.
1703         (flymake-get-real-file-name, flymake-simple-java-cleanup)
1704         (flymake-simple-cleanup, flymake-master-cleanup): Remove buffer arg.
1706 2006-01-05  Richard M. Stallman  <rms@gnu.org>
1708         * info.el (Info-find-node): Don't record previous node if have none.
1709         (info): Go to directory only if history is empty.
1711         * simple.el (mark): Doc fix.
1713 2006-01-05  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1715         * term/mac-win.el (mac-ae-parameter): Don't coerce data if it is
1716         already of desired type.
1717         (mac-ae-list): Coerce parameter to "list" type.
1718         (mac-dispatch-apple-event): Replace cadr part of event with a
1719         dummy position so that event-start returns it.
1721 2006-01-05  Carsten Dominik  <dominik@science.uva.nl>
1723         * textmodes/org.el (org-end-of-subtree): New function.
1724         (org-cycle, org-subtree-end-visible-p, org-scan-tags):
1725         Use `org-end-of-subtree'.
1726         (org-agenda, org-agenda-convert-date): Protect calls to
1727         `fit-window-to-buffer'.
1728         (org-tags-view): Force matching of sublevels when doing a
1729         todo-only search.  Define the correct redo command, including the
1730         arguments.
1731         (org-agenda-redo): Display message.
1732         (org-check-for-org-mode): New function.
1733         (org-agenda-type): New variable.
1734         (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
1735         Set `org-agenda-type'.
1736         (org-agenda-check-type): New function.
1737         (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
1738         (org-agenda-week-view, org-agenda-day-view)
1739         (org-agenda-next-date-line, org-agenda-previous-date-line)
1740         (org-agenda-log-mode, org-agenda-toggle-diary)
1741         (org-agenda-toggle-time-grid, org-agenda-date-later)
1742         (org-agenda-date-prompt, org-agenda-diary-entry)
1743         (org-agenda-execute-calendar-command, org-agenda-goto-calendar)
1744         (org-agenda-convert-date, org-agenda-menu):
1745         Use `org-agenda-check-type'.
1746         (org-make-overlay, org-delete-overlay)
1747         (org-detatch-overlay, org-move-overlay, org-overlay-put):
1748         New compatibility functions.
1749         (org-calendar-select-mouse): New command.
1751 2006-01-04  Chong Yidong  <cyd@stupidchicken.com>
1753         * cus-edit.el (Custom-reset-current, Custom-reset-saved)
1754         (Custom-reset-standard): Fix y-or-n-p messages.
1755         (custom-link): New face for links.
1756         (custom-buffer-create-internal, custom-manual): Use it.
1757         (custom-face-save): Push to theme-face before setting face spec.
1759         * wid-edit.el (widget-default-mouse-face-get): New function.
1760         (widget-specify-button): Handle mouse-face like button-face.
1762         * custom.el (load-theme): Clear old theme settings if reloading.
1764 2006-01-03  Luc Teirlinck  <teirllm@auburn.edu>
1766         * cus-edit.el (custom-buffer-create-internal): Move whole buffer
1767         "Erase Customization" button back to same position it occupies in
1768         the individual State menus.
1770 2006-01-04  Kim F. Storm  <storm@cua.dk>
1772         * wid-edit.el (key-sequence): Rework widget to read key binding
1773         using `kbd' syntax.  Use C-q to insert literal key, event, or code.
1774         (widget-key-sequence-default-value): Default value for empty sequence.
1775         (widget-key-sequence-map): New map for reading key binding.  Bind C-q.
1776         (widget-key-sequence-read-event): New command for C-q.
1777         (widget-key-sequence-validate, widget-key-sequence-value-to-internal)
1778         (widget-key-sequence-value-to-external): New functions.
1780 2006-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1782         * progmodes/flymake.el (flymake-create-temp-with-folder-structure):
1783         Use expand-file-name.
1784         (flymake-delete-temp-directory): Use expand-file-name,
1785         file-name-directory, and directory-file-name.
1786         (flymake-strrchr): Delete.
1787         (flymake-start-syntax-check): Don't pass the redundant buffer argument
1788         to the init-f function.
1789         (flymake-save-buffer-in-file, flymake-init-create-temp-buffer-copy)
1790         (flymake-init-find-buildfile-dir)
1791         (flymake-init-create-temp-source-and-master-buffer-copy)
1792         (flymake-simple-make-init-impl, flymake-simple-make-init)
1793         (flymake-master-make-init, flymake-master-make-header-init)
1794         (flymake-simple-make-java-init, flymake-simple-ant-java-init)
1795         (flymake-perl-init, flymake-simple-tex-init, flymake-master-tex-init)
1796         (flymake-xml-init): Remove corresponding redundant buffer argument.
1797         (flymake-allowed-file-name-masks): Remove last elems that are equal to
1798         the default anyway.  Clean up regexps.
1800         * progmodes/flymake.el (flymake-temp-source-file-name)
1801         (flymake-master-file-name, flymake-temp-master-file-name)
1802         (flymake-base-dir): New buffer-local vars.
1803         (flymake-buffer-data, flymake-get-buffer-value)
1804         (flymake-set-buffer-value): Replace those hash-tables by the new
1805         buffer-local vars.  Update callers.
1807         * progmodes/flymake.el (flymake-check-start-time)
1808         (flymake-check-was-interrupted, flymake-err-info, flymake-is-running)
1809         (flymake-last-change-time, flymake-new-err-info, flymake-timer):
1810         Move definition, so we can remove redundant earlier declaration.
1811         (flymake-replace-regexp-in-string, flymake-split-string)
1812         (flymake-get-temp-dir): Use defalias.
1813         (flymake-popup-menu): Remove `pos' argument.  Use posn-at-point.
1814         (flymake-xemacs-window-edges): Remove unused function.
1815         (flymake-get-point-pixel-pos): Move.
1816         (flymake-pid-to-names, flymake-reg-names)
1817         (flymake-get-source-buffer-name, flymake-unreg-names): Remove.
1818         Replace by a simple list flymake-processes and by process-buffer.
1819         Update callers.  Other than simplify the code, it uses buffers rather
1820         than buffer-names so it doesn't get confused by uniquify.
1821         (flymake-buffer-data): The global value should just be nil.
1823         * emacs-lisp/bytecomp.el (byte-compile-file-form-defalias):
1824         Optimize the body of a defalias like any other code.
1826         * font-lock.el (font-lock-fontify-buffer, font-lock-fontify-region):
1827         Make sure we've setup font-lock's vars.  It may influence which
1828         function we then call.
1829         (font-lock-default-fontify-buffer): Don't bother calling set-defaults
1830         here since it's too late anyway.
1832 2006-01-03  Romain Francoise  <romain@orebokech.com>
1834         * startup.el (fancy-splash-tail, normal-splash-screen):
1835         Update copyright year.
1837 2006-01-02  J.D. Smith  <jdsmith@as.arizona.edu>
1839         * mouse.el (mouse-drag-track): Rename, from
1840         `mouse-drag-region-1'.  Includes optional argument required to
1841         enable post-drag event processing (e.g. delete region keys).
1842         Can be used without this argument to track a mouse region and operate
1843         on it as soon as the drag completes.
1844         (mouse-drag-region): Use `mouse-drag-track'.
1846 2006-01-02  Chong Yidong  <cyd@stupidchicken.com>
1848         * cus-edit.el (custom-guess-name-alist, custom-guess-doc-alist):
1849         Move to `custom-buffer' group.
1851         * cus-theme.el: Rewrite the Custom New Theme Mode interface.
1852         (custom-new-theme-mode-map, custom-theme-insert-variable-marker)
1853         (custom-theme-insert-face-marker, custom-theme-variable-menu)
1854         (custom-theme-face-menu): New variables.
1855         (custom-theme-add-variable, custom-theme-variable-action)
1856         (custom-variable-reset-theme, custom-theme-delete-variable)
1857         (custom-face-reset-theme, custom-theme-face-action)
1858         (custom-theme-delete-face, custom-theme-merge-theme)
1859         (custom-theme-add-face, custom-theme-visit-theme): New functions.
1861 2006-01-01  Chong Yidong  <cyd@stupidchicken.com>
1863         * custom.el: Move Custom Themes commentary to start of theme code.
1864         (custom-known-themes): Rename `standard' theme to `changed'.
1865         (custom-push-theme): Caller no longer specifies what theme to use
1866         when doing `reset'---the setting is simply removed from the theme.
1867         Delete MODE from `theme-value' and `theme-settings' properties.
1868         (custom-declare-theme): Ignore &rest args since we don't use them.
1870         (custom-loaded-themes): Delete variable.
1871         (custom-theme-load-themes, custom-theme-loaded-p)
1872         (custom-theme-value): Delete functions.
1874         (custom-declare-theme): Signal error on invalid theme names.
1875         (provide-theme): custom-loaded-themes was deleted.
1876         (load-theme): Load the file unconditionally.
1877         (enable-theme): Call `load-theme' if theme is undefined.
1878         (custom-enabled-themes): Only update value for successful loads.
1879         (disable-theme): Complete from enabled themes when interactive.
1880         (custom-variable-theme-value): Calculate theme value directly.
1882         (custom-theme-reset-variables, custom-reset-variables): Mark as
1883         XEmacs compatibility functions.  We don't actually use these.
1885         * cus-edit.el (custom-variable-state-set):
1886         Use custom-variable-theme-value instead of custom-theme-value.
1887         (custom-face-state-set): Rename `standard' theme to `changed'.
1888         (custom-save-variables, custom-save-faces): Delete unneeded
1889         references to custom-reset-variables.
1890         (custom-save-resets): Delete function.
1891         (custom-save-variables, custom-save-faces): MODE argument deleted.
1892         (custom-save-variables, custom-save-faces): Ignore theme values.
1894         * cus-face.el (custom-theme-reset-faces): Mark as XEmacs
1895         compatibility function.
1897 2006-01-01  Richard M. Stallman  <rms@gnu.org>
1899         * cus-edit.el (Custom-set, Custom-save): Ask for confirmation.
1900         (Custom-reset-current, Custom-reset-saved): Likewise.
1901         (Custom-reset-standard): Show message if aborted.
1902         (custom-mode): Doc fix, describing those commands.
1904         * mouse.el (mouse-drag-region-1): When following link via mouse-2,
1905         put on event-kind property.
1907 2005-12-31  Chong Yidong  <cyd@stupidchicken.com>
1909         * custom.el (provide-theme): Ban `user' theme name.
1910         (custom-enabling-themes): New variable.
1911         (enable-theme): Don't enable user if custom-enabling-themes is t.
1912         (custom-enabled-themes): Make it a defcustom.
1913         (custom-theme-recalc-face): No-op if face is undefined.
1915         * cus-edit.el (custom-button-mouse): New variable.
1916         (custom-button-mouse): New face.
1917         (custom-raised-buttons, custom-mode): Use it.
1919         * cus-theme.el (custom-new-theme-mode): Use custom-button-mouse.
1921 2005-12-31  Eli Zaretskii  <eliz@gnu.org>
1923         * progmodes/gud.el (gud-display-line): Support hl-line in the
1924         source buffer.
1926 2005-12-31  Lennart Borgman  <lennart.borgman.073@student.lu.se>  (tiny change)
1928         * mouse.el (mouse-drag-window-above): Verify that the found window
1929         overlaps with the given window in the horizontal dimension.
1931 2005-12-31  Eli Zaretskii  <eliz@gnu.org>
1933         * Makefile.in (cvs-update): New target.
1935         * makefile.w32-in (cvs-update): Ditto.
1937 2005-12-30  Chong Yidong  <cyd@stupidchicken.com>
1939         * cus-theme.el (custom-new-theme-mode): Use cus-edit faces.
1940         (custom-new-theme-mode-map): New variable.
1942 2005-12-30  Richard M. Stallman  <rms@gnu.org>
1944         * custom.el (custom-load-themes): Function deleted.
1946         * cus-edit.el (custom-save-loaded-themes): Function deleted.
1947         (custom-save-variables): Don't delete or add custom-load-themes call.
1949 2005-12-30  Stefan Monnier  <monnier@iro.umontreal.ca>
1951         * cus-start.el: Add `visible-cursor'.
1953         * progmodes/flymake.el (flymake-copy-buffer-to-temp-buffer): Simplify.
1954         (flymake-parse-output-and-residual): Remove `source-buffer' argument.
1955         (flymake-process-filter): Switch to buffer before calling it instead.
1956         (flymake-post-syntax-check, flymake-highlight-err-lines)
1957         (flymake-delete-own-overlays, flymake-parse-err-lines)
1958         (flymake-start-syntax-check, flymake-start-syntax-check-process)
1959         (flymake-count-lines, flymake-parse-residual):
1960         Remove constant buffer argument.
1961         (flymake-start-syntax-check-for-current-buffer): Remove.
1962         Update callers to use flymake-start-syntax-check instead.
1963         (flymake-display-err-menu-for-current-line):
1964         Remove unused var `mouse-pos'.
1965         (flymake-restore-formatting): Comment out unused function.
1966         (flymake-report-status, flymake-report-fatal-status): Remove buffer
1967         argument, use current-buffer instead.  Update callers.
1969 2005-12-30  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
1971         * textmodes/bibtex.el (bibtex-mode): Make completion-ignore-case
1972         buffer-local because choose-completion-delete-max-match requires
1973         that we set completion-ignore-case (i.e., binding via let is not
1974         sufficient).
1975         (bibtex-complete): Always set completion-ignore-case and
1976         choose-completion-string-functions.  The latter is needed because
1977         choose-completion-string-functions keeps its value if we quit the
1978         *Completions* buffer without requesting a completion.
1980 2005-12-30  Andreas Schwab  <schwab@suse.de>
1982         * progmodes/cc-defs.el: Ignore errors from font-lock-compile-keywords.
1984 2005-12-30  Eli Zaretskii  <eliz@gnu.org>
1986         * jit-lock.el (jit-lock-chunk-size): Doc fix.
1988 2005-12-30  Juri Linkov  <juri@jurta.org>
1990         * locate.el (locate-fcodes-file, locate-header-face)
1991         * progmodes/delphi.el (delphi-other-face)
1992         * progmodes/glasses.el (glasses-face): Add tag "None" to const nil.
1994         * paren.el (show-paren-match, show-paren-mismatch): Use existing
1995         group `paren-showing-faces'.
1997         * net/goto-addr.el (goto-address-highlight-keymap): Fix docstring.
1998         (goto-address): Fix docstring.
2000         * net/webjump.el (webjump-sample-sites): Update URLs.
2002         * textmodes/fill.el (fill-single-word-nobreak-p): Use `sentence-end'.
2004         * subr.el (cancel-change-group): Add listp around pending-undo-list.
2006 2005-12-29  Stefan Monnier  <monnier@iro.umontreal.ca>
2008         * font-lock.el (font-lock-compile-keywords): Signal an error when
2009         font-lock-set-defaults hasn't been called.
2011 2005-12-29  Luc Teirlinck  <teirllm@auburn.edu>
2013         * subr.el (noreturn, 1value): Doc fixes.
2015 2005-12-29  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
2017         * textmodes/bibtex.el (bibtex-text-in-field-bounds): Handle case
2018         that assoc-string returns nil.
2020 2005-12-29  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
2022         * textmodes/bibtex.el (bibtex-entry-type-whitespace)
2023         (bibtex-entry-type-str, bibtex-empty-field-re)
2024         (bibtex-search-backward-string, bibtex-preamble-prefix)
2025         (bibtex-search-entry, bibtex-enclosing-entry-maybe-empty-head): Remove.
2026         (bibtex-any-valid-entry-type): New variable.
2027         (bibtex-parse-field-name): Simplify.
2028         (bibtex-parse-string, bibtex-search-forward-string): New arg empty-key.
2029         (bibtex-preamble-prefix): Include left delimiter.
2030         (bibtex-search-forward-field, bibtex-search-backward-field):
2031         Allow unbounded search past entry boundaries (required by bibtex-pop).
2032         (bibtex-text-in-field-bounds): Use push.
2033         (bibtex-text-in-field): Do not use bibtex-narrow-to-entry.
2034         (bibtex-parse-preamble, bibtex-valid-entry)
2035         (bibtex-beginning-first-field): New functions.
2036         (bibtex-skip-to-valid-entry): Use bibtex-valid-entry.  Fix regexp.
2037         (bibtex-map-entries): Fix docstring.
2038         (bibtex-flash-head): New arg prompt.  Simplify.
2039         (bibtex-enclosing-field): Include code of bibtex-inside-field.
2040         (bibtex-insert-kill): Simplify.  Always insert text past the
2041         current field or entry.
2042         (bibtex-format-entry): Use bibtex-parse-field.
2043         (bibtex-pop): Use bibtex-beginning-of-entry and
2044         bibtex-end-of-entry to initiate the search.  Insert empty field if
2045         we found ourselves.
2046         (bibtex-print-help-message): New args field and comma.
2047         Handle entry keys.
2048         (bibtex-make-field): Use bibtex-beginning-of-entry.
2049         (bibtex-end-of-entry): Use bibtex-valid-entry.  Recognize any
2050         invalid entry.
2051         (bibtex-validate): Use bibtex-valid-entry and bibtex-parse-string.
2052         Handle preambles.  Simplify code for thorough test.
2053         (bibtex-next-field, bibtex-find-text, bibtex-find-text-internal):
2054         New arg comma.  Handle entry heads.
2055         (bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
2056         (bibtex-kill-field, bibtex-copy-field-as-kil, bibtex-empty-field):
2057         New arg comma.
2058         (bibtex-kill-entry): Use bibtex-any-entry-maybe-empty-head.
2059         (bibtex-fill-field): Simplify.
2060         (bibtex-fill-entry): Use bibtex-beginning-first-field and
2061         bibtex-parse-field.
2062         (bibtex-convert-alien): Do not wait before calling bibtex-validate.
2063         (bibtex-complete): Use bibtex-parse-preamble.
2065 2005-12-29  Nick Roberts  <nickrob@snap.net.nz>
2067         * progmodes/gdb-ui.el (gdb-tooltip-print, gdb-tooltip-print-1):
2068         Display name of expression instead of convenience variable.
2069         (gdb-post-prompt): Only call gdb-get-changed-registers if needed.
2071         * progmodes/gud.el (gud-tooltip-dereference): Rename from
2072         toggle-gud-tooltip-dereference.
2073         (gud-tooltip-print-command): Move concatenation of "*" to expr to...
2074         (gud-tooltip-tips): ...here when dereferencing.
2076 2005-12-28  Bill Wohler  <wohler@newt.com>
2078         * simple.el (mh-e-user-agent): Move to mh-e/mh-comp.el and autoload.
2080 2005-12-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2082         * vc.el (vc-annotate-display): Replace optional arg `color-map' with
2083         compulsory arg `ratio'.  Inline body of vc-annotate-time-span.
2084         (vc-annotate-display-autoscale): Adjust call.
2085         (vc-annotate-display-default): Adjust call.  Make arg compulsory.
2086         Fix interactive spec.
2087         (vc-annotate-time-span): Remove.
2088         (vc-annotate-oldest-in-map): Rename from vc-annotate-car-last-cons.
2089         (vc-annotate-mode-menu, vc-annotate-display-autoscale)
2090         (vc-annotate-display-select): Use new name.
2092         * vc.el (vc-annotate-mode-map): Remove obsolete binding.
2093         (vc-annotate-mode-menu): Remove left-over redundant declaration.
2094         Correct the construction of span entries.  Simplify.
2095         (vc-annotate-display-select): Fix the nil case.
2096         (vc-annotate): Remove obsolete (and now broken) code.
2097         (vc-annotate-extract-revision-at-line): Remove obsolete code.
2098         (vc-annotate-time-span): Remove unused arg `quantize'.  Simplify.
2100 2005-12-28  Luc Teirlinck  <teirllm@auburn.edu>
2102         * subr.el (lazy-completion-table): Correct typo in docstring.
2104         * startup.el (command-line): Use `custom-reevaluate-setting' for
2105         `send-mail-function'.
2107         * mail/sendmail.el (send-mail-function): Autoload the standard-value.
2109 2005-12-05  Ralf Angeli  <angeli@iwi.uni-sb.de>
2111         * mail/smtpmail.el (smtpmail-try-auth-methods):
2112         Send credentials together with "AUTH PLAIN" command.
2114 2005-12-27  Richard M. Stallman  <rms@gnu.org>
2116         * mouse.el (mouse-drag-region-1): When remapping mouse-1 to
2117         mouse-2, go back to previously selected window, so it's selected
2118         when mouse-2 command runs.
2120 2005-12-27  Juri Linkov  <juri@jurta.org>
2122         * descr-text.el (describe-text-sexp): Use square brackets for
2123         button [Show] to distinguish it from the property value `show'.
2124         (describe-property-list): Use `insert-text-button' with
2125         `help-face' type instead of putting face in quotes, because button
2126         is not created automatically for a list of faces.
2127         (describe-text-properties-1): Put button-type value in quotes to
2128         distinguish from plain text "button".
2129         (describe-char): Display code point values in hex.  Don't use
2130         `symbol-name' for `current-input-method' because it is a string.
2131         Use `insert-text-button' with `help-face' type instead of putting
2132         hardcoded face in quotes, because button is not created automatically.
2134 2005-12-27  Richard M. Stallman  <rms@gnu.org>
2136         * progmodes/glasses.el (glasses-face): More specific custom type.
2138         * files.el (set-visited-file-name): Doc fix.
2140         * textmodes/flyspell.el (flyspell-external-point-words):
2141         Use local var buffer-scan-pos to advance scan for next misspelling.
2142         Advance it only after we find the misspelling.
2144 2005-12-27  Agustin Martin  <agustin.martin@hispalinux.es>
2146         * textmodes/flyspell.el (flyspell-external-point-words):
2147         New criteria for finding the misspelling in the buffer.
2149 2005-12-27  Nick Roberts  <nickrob@snap.net.nz>
2151         * help-mode.el (help-insert-string): Set help-xref-stack-item
2152         rather than call help-setup-xref.
2154         * descr-text.el (describe-char): Revert previous changes for
2155         optional buffer argument.
2157 2005-12-27  Juri Linkov  <juri@jurta.org>
2159         * help-mode.el (help-insert-string): New function.  Save buffer
2160         contents in cases where it is impossible to recompute the old contents.
2162         * descr-text.el (describe-char): Set help-xref-stack-item
2163         explicitly after buffer has been generated.
2165 2005-12-27  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
2167         * cus-start.el (all): Add x-gtk-show-hidden-files.
2169 2005-12-26  Richard M. Stallman  <rms@gnu.org>
2171         * replace.el (perform-replace): Calculate match-again
2172         before skipping read-only matches.
2174         * paren.el (paren-showing-faces): New group.
2175         (show-paren-match, show-paren-mismatch): Move to that group.
2177         * button.el (button): Put into group `basic-faces'.
2179         * progmodes/make-mode.el: Remove faces from group `faces'.
2181         * apropos.el (apropos, apropos-value): Doc fix.
2182         (apropos-documentation): Doc fix.
2184 2005-12-26  Stefan Monnier  <monnier@iro.umontreal.ca>
2186         * subr.el (lazy-completion-table): Remove argument `args'.
2188         * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
2189         Don't use the `args' argument of lazy-completion-table.
2191 2005-12-26  Nick Roberts  <nickrob@snap.net.nz>
2193         * descr-text.el (describe-char): Add optional argument for buffer.
2194         Set buffer appropriately.  Call help-setup-xref.
2195         Suggested by Stefan Monnier.
2197 2005-12-26  Juri Linkov  <juri@jurta.org>
2199         * descr-text.el: Require `help-fns' at runtime.  Don't require
2200         `button' for byte compilation.
2201         (describe-text-widget): Add `help-echo' for first button.
2202         Use `help-info' for second.
2203         (describe-property-list): Use `help-argument-name' instead of `italic'.
2204         (describe-text-category): Add prompt to interactive spec.
2205         Call `help-setup-xref'.
2206         (describe-char): Use `help-character-set'.  Add `help-echo' for
2207         code point.  Use `help-input-method'.  Remove superfluous insert.
2209 2005-12-25  Richard M. Stallman  <rms@gnu.org>
2211         * progmodes/cc-defs.el (c-emacs-features): Do parse-partial-sexp
2212         at point, in case of narrowing.
2214         * progmodes/delphi.el (delphi-other-face): Allow nil in type.
2216         * locate.el (locate-header-face): Allow nil in type.
2218         * progmodes/cpp.el (cpp-face-none-list): Use cpp-face instead of face.
2220 2005-12-25  Romain Francoise  <romain@orebokech.com>
2222         * battery.el (battery-linux-proc-acpi): Also try
2223         `/proc/acpi/thermal_zone/THM0/temperature'.
2225 2005-12-24  Chong Yidong  <cyd@stupidchicken.com>
2227         * custom.el (custom-push-theme): Fix docstring.
2229         * cus-edit.el (custom-variable-set, custom-variable-save)
2230         (custom-variable-save): Custom-quote widget values.
2231         (customize-save-variable): Fix custom-push-theme call.
2233 2005-12-24  Eli Zaretskii  <eliz@gnu.org>
2235         * w32-fns.el (w32-batch-update-autoloads): New function.
2237         * makefile.w32-in (autoloads, $(lisp)/mh-e/mh-loaddefs.el):
2238         Use w32-batch-update-autoloads, and don't setq generated-autoload-file
2239         from the command line.
2241 2005-12-23  Chong Yidong  <cyd@stupidchicken.com>
2243         * custom.el (custom-push-theme): Clarify docstring.  VALUE nil for
2244         reset means to remove setting from theme entirely.  Don't keep
2245         expanding theme-settings list; delete old entries if necessary.
2247         * cus-edit.el (custom-buffer-create-internal): Move "Erase
2248         customization" button one line up.
2249         (custom-themed): New face.
2250         (custom-magic-alist): New value, THEMED, for theme settings.
2251         (custom-variable-state-set, custom-face-state-set):
2252         Check theme-value instead of saved-value.
2253         (custom-variable-reset-standard, custom-face-reset-standard):
2254         Remove theme setting entirely.  Recalculate new values.
2255         (custom-variable-set, custom-variable-set)
2256         (custom-variable-reset-saved, custom-variable-reset-backup)
2257         (custom-face-set, custom-face-reset-saved): Update `user' theme.
2258         (custom-variable-save): Fix typos.
2260 2005-12-23  Juri Linkov  <juri@jurta.org>
2262         * emacs-lisp/edebug.el (edebug-all-defs, edebug-all-forms):
2263         Add autoload cookies.
2264         (edebug-outside-d-c-i-n-s-w): New variable.
2265         (edebug-display, edebug-outside-excursion): Use it to save the
2266         original value of default-cursor-in-non-selected-windows.
2267         Set default-cursor-in-non-selected-windows to t while Edebug
2268         is active.
2269         (edebug-mode, edebug-eval-mode): Doc fix.
2271         * mouse.el (mouse-choose-completion): Replace `buffer-substring'
2272         with `buffer-substring-no-properties' to remove common substring
2273         highlighting.
2275         * info.el (info-other-window, info): Rename function argument
2276         `file' to `file-or-node'.
2277         (Info-complete-menu-item): Use local variable `complete-nodes' to
2278         keep the global value of `Info-complete-nodes' unchanged for
2279         subsequent completions.
2280         (info-tool-bar-map): Put `Info-index' icon just before `Info-search'.
2282         * simple.el (get-next-valid-buffer, last-buffer)
2283         (next-error-buffer-p, next-error-find-buffer)
2284         (minibuffer-history-sexp-flag): Doc fix.
2286         * savehist.el (savehist-mode-hook): Add `:group'.
2288         * log-view.el: Call autoload for vc-find-version.
2289         (log-view-current-file): Adjust subgroup numbers.
2290         (log-view-current-tag): Add `length'.
2292 2005-12-23  Richard M. Stallman  <rms@gnu.org>
2294         * vc.el (vc-annotate-car-last-cons): Defn moved up.
2296 2005-12-23  Juri Linkov  <juri@jurta.org>
2298         * hi-lock.el (hi-lock-archaic-interface-message-used)
2299         (hi-lock-archaic-interface-deduce, hi-lock-mode): Doc fix.
2300         (hi-lock-mode): Display "Hi" in the mode line only when
2301         hi-lock-interactive-patterns or hi-lock-file-patterns is non-nil.
2302         (hi-lock-write-interactive-patterns):
2303         Use hi-lock-file-patterns-prefix instead of hard-coded "Hi-lock".
2304         (hi-lock-set-pattern, hi-lock-set-file-patterns)
2305         (hi-lock-font-lock-hook): Set 3rd arg `how' of
2306         font-lock-add-keywords to t.
2308 2005-12-23  David Koppelman  <koppel@ece.lsu.edu>
2310         * hi-lock.el (hi-lock-highlight-range): New variable.
2311         (hi-lock-mode, hi-lock-unface-buffer): Call font-lock-fontify-buffer
2312         only if font-lock-fontified is non-nil.  Remove overlays.
2313         (hi-lock-set-pattern): Call font-lock-fontify-buffer if
2314         font-lock-fontified is non-nil, otherwise use overlays (instead of
2315         text properties).
2316         (hi-lock-string-serialize-hash, hi-lock-string-serialize-serial):
2317         New variables.
2318         (hi-lock-string-serialize) New function.
2320 2005-12-23  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
2322         * menu-bar.el (menu-find-file-existing): New function.
2323         (menu-bar-file-menu): Use menu-find-file-existing for Open.
2325         * tool-bar.el (tool-bar-setup): Open changed to menu-find-file-existing.
2327 2005-12-22  Stefan Monnier  <monnier@iro.umontreal.ca>
2329         * vc.el: Remove unnecessary leading * in docstrings.
2330         (vc-annotate-mode-map): Move initialization into declaration.
2331         (vc-static-header-alist): Nitpick on the regexp.
2332         (vc-default-init-version): New fun.
2333         (vc-register): Use it.
2334         (vc-insert-headers): Use dolist.
2335         (vc-annotate-get-backend): Remove unused function.
2336         (vc-annotate-add-menu): Remove.  Build the menu directly at toplevel.
2337         (vc-annotate-mode): Remove corresponding call.
2338         (vc-annotate-car-last-cons): Simplify.
2339         (vc-annotate-buffers): Remove var.
2340         (vc-annotate-backend): Make it buffer-local.
2341         (vc-annotate): Move the interaction to the interactive spec.
2342         Add a `buf' argument.
2343         (vc-annotate-warp-version): Use this new `buf' argument to avoid
2344         killing&creating a vc-annotate buffer, which is very disruptive when
2345         the buffers are shown in dedicated frames.
2347 2005-12-23  Nick Roberts  <nickrob@snap.net.nz>
2349         * descr-text.el: Add FSF as maintainer.
2350         (describe-text-mode, describe-text-mode-map)
2351         (describe-text-mode-hook, describe-text-done): Delete.  Use normal
2352         help-mode.
2353         (describe-text-widget, describe-text-sexp)
2354         (describe-property-list, describe-text-category)
2355         (describe-text-properties, describe-text-properties-1)
2356         (describe-char): Use help buttons instead of widgets.
2357         (describe-char-unicodedata-file): Make URL link in doc string.
2359 2005-12-22  Richard M. Stallman  <rms@gnu.org>
2361         * cus-edit.el (custom-variable-prompt): Say "variable" in prompt.
2362         (custom-buffer-create-internal): Reword the top-of-buffer help intro.
2363         Don't include buttons that write a file when there's no file.
2364         (custom-variable-menu, custom-face-menu, custom-group-menu):
2365         Don't include commands that write a file when there's no file.
2366         (customize-browse): Reword the top-of-buffer help intro.
2367         (custom-buffer-create-internal): Fix previous change.
2368         (customize-changed-options-previous-release): Prev release is 21.1.
2369         (customize-changed-options): Doc fix.
2370         (customize-changed): New alias.
2371         (custom-reset-menu, custom-magic-alist, Custom-mode-menu):
2372         Say "standard values".
2373         (Custom-reset-standard): Doc fix.
2374         (custom-face-reset-standard): Doc fix.
2376 2005-12-22  Stefan Monnier  <monnier@iro.umontreal.ca>
2378         * font-lock.el (font-lock-default-fontify-buffer): Try and set-defaults
2379         even if font-lock-mode is non-nil since it may be t without having
2380         turned on font-lock-mode-internal.
2381         (font-lock-choose-keywords): Minor optimization.
2382         (font-lock-add-keywords, font-lock-remove-keywords)
2383         (font-lock-set-defaults): Don't call make-local-variable on a variable
2384         that we know to already be local.
2386 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2388         * emacs-lisp/lisp.el (lisp-complete-symbol): Don't print progress
2389         messages if in the minibuffer.
2391 2005-12-21  Stefan Monnier  <monnier@iro.umontreal.ca>
2393         * textmodes/flyspell.el (flyspell-check-word-p): Don't quote - in a RE.
2394         (tex-mode-flyspell-verify, flyspell-get-word)
2395         (flyspell-external-point-words): Don't use point-min/max uselessly.
2397         * emacs-lisp/lisp.el (lisp-complete-symbol): Mostly undo the change
2398         by Kevin Rodgers.  Instead, just hide the completions buffer if we
2399         don't need to show it.
2401 2005-12-21  Luc Teirlinck  <teirllm@auburn.edu>
2403         * wid-edit.el (file, directory): Doc fixes for the `define-widget's.
2405 2005-12-21  Stefan Monnier  <monnier@iro.umontreal.ca>
2407         * emacs-lisp/lisp.el (lisp-complete-symbol): Don't call
2408         delete-windows-on with an inexistent buffer.
2410 2005-12-22  Nick Roberts  <nickrob@snap.net.nz>
2412         * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
2413         Delete defcustom variable :tag names.
2415 2005-12-20  Stefan Monnier  <monnier@iro.umontreal.ca>
2417         * log-view.el (log-view-file-re, log-view-message-re): Use shy groups.
2418         (log-view-font-lock-keywords): Ajust subgroup numbers.
2419         (log-view-current-tag): Don't hard code the number of subgroups.
2421 2005-12-20  Juri Linkov  <juri@jurta.org>
2423         * tooltip.el (tooltip): Move defgroup before define-minor-mode.
2424         (tooltip-x-offset, tooltip-y-offset): Doc fix.
2426         * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
2427         (menu-bar-non-minibuffer-window-p): Instead of checking
2428         display-multi-frame-p, use selected-frame when menu-updating-frame
2429         is nil.
2431 2005-12-20  Davis Herring  <herring@lanl.gov>  (tiny change)
2433         * align.el (align-rules-list): Use [ \t] instead of \s-
2434         for column separators in text mode.
2436 2005-12-20  Nick Roberts  <nickrob@snap.net.nz>
2438         * help-mode.el (help-customize-variable, help-customize-face):
2439         Don't pop help-xref-stack as help-follow no longer pushes
2440         anything on to it.
2442 2005-12-20  Carsten Dominik  <dominik@science.uva.nl>
2444         * textmodes/org.el (org-agenda-custom-commands): New option.
2445         (org-agenda): Offer custom commands on splash screen.
2446         (org-make-tags-matcher): Parser for Boolean logic added.
2447         (org-agenda-set-tags): New command.
2448         (org-agenda-menu, org-agenda-mode-map): Add `org-agenda-set-tags'.
2449         (org-set-tags): Efficiency improvements.
2450         (org-auto-align-tags): New option.
2451         (org-todo, org-demote, org-promote): Realign tags.
2452         (org-tags-completion-function): Use also "&" and "|" as separators.
2453         (org-org-menu): Agenda commands simplified.
2455 2005-12-19  Luc Teirlinck  <teirllm@auburn.edu>
2457         * cus-edit.el (customize-apropos, customize-apropos-options):
2458         Docstring changes.
2460         * font-lock.el (font-lock): Add tags to the links in the defgroup.
2462 2005-12-19  Chong Yidong  <cyd@stupidchicken.com>
2464         * longlines.el (longlines-mode): Wrap while widened.
2465         (longlines-decode-region, longlines-encode-region): Compute max
2466         just once.
2468 2005-12-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2470         * cus-edit.el (mac): New group.
2472         * cus-start.el (all): Add user options in macterm.c.  Add test for
2473         Mac-related built-ins.  Fix test for GTK-related built-ins.
2475         * term/mac-win.el (mac-handle-language-change)
2476         (mac-ae-open-documents, mac-ae-get-url, mac-services-open-file)
2477         (mac-services-open-selection, mac-services-mail-selection)
2478         (mac-services-mail-to, mac-services-insert-text)
2479         (mac-dispatch-apple-event): Add docstrings.
2480         (x-get-selection, mac-select-convert-to-string): Select coding
2481         system from `utf-16be' and `utf-16le' using `byteorder'.
2483 2005-12-18  Stefan Monnier  <monnier@iro.umontreal.ca>
2485         * subr.el (lazy-completion-table): Don't be fooled if the var holds
2486         a "list" (lambda ...) rather than a real completion list.
2488         * emacs-lisp/cl-extra.el (cl-macroexpand-all): Fix code-walk for
2489         lexical-let when encountering ((lambda (...) ...) ...).
2491 2005-12-17  Chong Yidong  <cyd@stupidchicken.com>
2493         * progmodes/sh-script.el (sh-mode):
2494         * language/ethio-util.el (ethio-fidel-to-sera-mail-or-marker):
2495         * textmodes/picture.el (picture-mode): Update docstrings.
2497 2005-12-17  Eli Zaretskii  <eliz@gnu.org>
2499         * makefile.w32-in (autoloads, custom-deps): Warn that parts of
2500         commands enclosed in $(ARGQUOTE)s should not be split between two
2501         lines, as that will break with GNU Make >3.80, when sh.exe is used
2502         and arg quoting is with '..'.
2503         (autoloads): Don't break the quoted --eval expression between
2504         several lines.
2506 2005-12-17  Chong Yidong  <cyd@stupidchicken.com>
2508         * emacs-lisp/edebug.el (edebug-safe-prin1-to-string):
2509         Capture error from printing circular structures.
2511 2005-12-17  Martin Rudalics  <rudalics@gmx.at>  (tiny change)
2513         * wid-edit.el (widget-checkbox-action): Clear undo info.
2515 2005-12-16  Bill Wohler  <wohler@newt.com>
2517         * menu-bar.el (kill-this-buffer): Set a good example by using menu
2518         bar, not menubar in comment.
2520 2005-12-16  Stefan Monnier  <monnier@iro.umontreal.ca>
2522         * progmodes/cc-engine.el (c-after-change-check-<>-operators):
2523         After-change-functions should not clobber the match data.
2525 2005-12-16  Juri Linkov  <juri@jurta.org>
2527         * simple.el (choose-completion): Use `buffer-substring-no-properties'
2528         instead of `buffer-substring'.
2529         (completion-common-substring): Doc fix.
2530         (completion-setup-function): Use minibuffer-completion-contents
2531         instead of minibuffer-contents.  Don't set common-string-length
2532         initially.  Remove special handling of partial-completion-mode.
2533         Move computation of completion-base-size into one cond.
2534         Call completion-base-size-function in mainbuf.  In computation of
2535         completion-base-size for file name completion don't move point to
2536         the end of the minibuffer.  Move computation of common-string-length
2537         into one cond.  Start putting faces only when common-string-length>=0.
2538         Add condition to put completions-common-part when
2539         common-string-length>0.
2541         * complete.el (PC-do-completion): Remove `(equal (point) beg)' to
2542         place point at the first different character in the minibuffer
2543         even if this position is at the beginning of the minibuffer.
2545         * info.el (Info-read-node-name-1): In completion-base-size-function's
2546         lambda return 1 if common-substring or minibuffer-completion-contents
2547         starts with (, and 0 otherwise.
2549         * emacs-lisp/crm.el (crm-minibuffer-completion-help):
2550         Use `crm-current-element' for second arg of `display-completion-list'.
2552 2005-12-16  Klaus Zeitler  <kzeitler@lucent.com>
2554         * files.el (set-auto-mode): Look for an interpreter specified on
2555         the first line also if search for mode specification succeeded,
2556         but the mode is not known.
2558 2005-12-16  Carsten Dominik  <dominik@science.uva.nl>
2560         * textmodes/org.el (org-tags-match-list-sublevels): New option.
2561         (org-open-at-point): Implement tag searches as links.
2562         (org-fit-agenda-window, org-get-buffer-tags, org-get-tags)
2563         (org-make-tags-matcher, org-scan-tags, org-activate-tags): New funs.
2564         (org-tags-sparse-tree, org-tags-view, org-set-tags)
2565         (org-agenda-dispatch): New commands.
2566         (org-use-tag-inheritance, org-tags-column): New options.
2567         (org-tab-follows-link, org-return-follows-link): New options.
2568         (org-tags): New customize group.
2569         (org-start-icalendar-file): Get local time zone.
2570         (org-tags-completion-function): New function.
2571         (org-set-font-lock-defaults): Make sure links will also be
2572         highlighted inside headlines.
2574 2005-12-16  Mark Plaksin  <happy@usg.edu>  (tiny change)
2576         * term.el (term-emulate-terminal):
2577         Let term-handle-ansi-terminal-messages override what Bash says about
2578         its current directory.
2580 2005-12-16  L\e$,1 q\e(Brentey K\e,Aa\e(Broly  <lorentey@elte.hu>
2582         * bindings.el (last-buffer): Move to simple.el.
2583         * simple.el (last-buffer): Move here.
2584         (get-next-valid-buffer): New function.
2585         (next-buffer): Use frame-local buffer list, maintain buried buffer list.
2586         (prev-buffer): Ditto.  Rename to `previous-buffer'.
2588         * menu-bar.el (menu-bar-update-buffers): Update uses of `prev-buffer'.
2589         * bindings.el (global-map): Ditto.
2591 2005-12-15  Luc Teirlinck  <teirllm@auburn.edu>
2593         * cus-edit.el: Introductory comment change.
2594         (custom-magic-alist): Change message string for the `rogue' state.
2596 2005-12-15  Richard M. Stallman  <rms@gnu.org>
2598         * tooltip.el: Delete defcustom variable :tag names.
2600         * complete.el (partial-completion-mode): Doc fix.
2602         * textmodes/flyspell.el (flyspell-external-point-words):
2603         Use save-excursion to ensure we don't move backward in the
2604         search loop, not even one character.
2605         (flyspell-delete-all-overlays): Use remove-overlays directly.
2607         * textmodes/ispell.el (ispell-current-personal-dictionary): New var.
2608         (ispell-start-process): Set that variable.
2609         Clear ispell-buffer-local-name.
2610         (ispell-internal-change-dictionary):
2611         Set ispell-current-dictionary after killing process.
2612         (ispell-buffer-local-dict):
2613         Don't set spell-personal-dictionary after killing process.
2614         (ispell-buffer-local-words): Don't clear out ispell-buffer-local-name.
2615         (ispell-tex-skip-alists, ispell-html-skip-alists)
2616         (ispell-skip-region-alist): Mark as risky.
2618         * net/newsticker.el (newsticker--retrieval-timer-list)
2619         (newsticker--display-timer, newsticker-running-p)
2620         (newsticker-ticker-running-p): Definitions moved up.
2622 2005-12-16  Nick Roberts  <nickrob@snap.net.nz>
2624         * progmodes/gdb-ui.el (gdb-many-windows): Echo new state in minibuffer.
2626 2005-12-15  David Ponce  <david@dponce.com>
2628         * recentf.el (recentf-dialog-goto-first): Fix missing error condition.
2629         (recentf-edit-list, recentf-open-files): Signal an error when
2630         there is no recent file.
2632 2005-12-14  Lennart Borgman  <lennart.borgman.073@student.lu.se>
2634         * textmodes/texinfmt.el (texinfo-format-region): Set buffer to
2635         read-only except for texinfo-format-region evaluation.
2637 2005-12-14  Richard M. Stallman  <rms@gnu.org>
2639         * vc.el (vc-default-previous-version, vc-default-next-version)
2640         (vc-do-command): Doc fixes.
2642 2005-12-14  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
2644         * textmodes/bibtex.el (bibtex-expand-strings)
2645         (bibtex-autokey-expand-string, bibtex-name-part)
2646         (bibtex-entry-type-whitespace, bibtex-entry-type-str)
2647         (bibtex-any-entry-maybe-empty-head, bibtex-string-type)
2648         (bibtex-preamble-prefix, bibtex-string-empty-key): New variables.
2649         (bibtex-entry-type, bibtex-entry-head): Match only valid entries.
2650         (bibtex-entry-postfix, bibtex-known-entry-type-re)
2651         (bibtex-valid-entry-re, bibtex-any-valid-entry-re)
2652         (bibtex-valid-entry-whitespace-re, bibtex-empty-field-re)
2653         (bibtex-field-name-for-parsing, bibtex-remove-delimiters-string)
2654         (bibtex-beginning-of-last-entry): Remove.
2655         (bibtex-parse-field-name): Use bibtex-field-name.  Issue error
2656         message if comma is missing but buffer is read-only.
2657         (bibtex-parse-field-text): Handle whitespaces at the end of field
2658         text.  Return 3-element list with beginning and end of field text
2659         and end of field.
2660         (bibtex-end-of-text-in-field, bibtex-end-of-field): Change accordingly.
2661         (bibtex-parse-field): Remove arg name.  Use bibtex-field-name.
2662         (bibtex-search-forward-field, bibtex-search-backward-field):
2663         Search always delimited by limits of entry.  Use more efficient
2664         search algorithms.
2665         (bibtex-name-in-field): Use bibtex-start-of-name-in-field and
2666         bibtex-end-of-name-in-field.
2667         (bibtex-text-in-field-bounds): Handle BibTeX strings when
2668         extracting the content of a field.
2669         (bibtex-text-in-field): Use search limits.
2670         (bibtex-parse-string-prefix): Handle empty string keys based on
2671         bibtex-string-empty-key.
2672         (bibtex-parse-string): Fix docstring.
2673         (bibtex-text-in-string): Use bibtex-text-in-field-bounds.
2674         (bibtex-preamble-prefix, bibtex-strings): New functions.
2675         (bibtex-skip-to-valid-entry): Include preceding whitespace in
2676         BibTeX entries (consistent with other BibTeX functions).
2677         (bibtex-map-entries): Use bibtex-skip-to-valid-entry.
2678         (bibtex-search-entry): Fix docstring.  Simplify.
2679         (bibtex-flash-head, bibtex-complete-string-cleanup)
2680         (bibtex-count-entries, bibtex-sort-buffer): Simplify.
2681         (bibtex-beginning-of-first-entry): Use bibtex-skip-to-valid-entry.
2682         (bibtex-parse-entry): New optional arg content.
2683         (bibtex-format-entry, bibtex-autofill-entry, bibtex-url): Use it.
2684         Use bibtex-text-in-field-bounds.
2685         (bibtex-print-help-message): Handle BibTeX strings and preambles.
2686         (bibtex-end-of-entry): Use bibtex-preamble-prefix and
2687         bibtex-parse-string-postfix.
2688         (bibtex-find-text-internal): New function.
2689         (bibtex-remove-delimiters): Use it.
2690         (bibtex-find-text): Use it.  New optional arg help.
2691         (bibtex-complete): Handle BibTeX string and preamble entries.
2692         (bibtex-Preamble): Fix order of closing delimiters.
2694 2005-12-14  Stefan Monnier  <monnier@iro.umontreal.ca>
2696         * vc.el (vc-default-revert): New fun.
2698         * vc-mcvs.el (vc-mcvs-revert): Fix call to vc-default-revert.
2700 2005-12-14  Romain Francoise  <romain@orebokech.com>
2702         * font-lock.el (font-lock-keywords-alist): Rename `append' to `how'.
2703         (font-lock-add-keywords, font-lock-update-removed-keyword-alist):
2704         (font-lock-remove-keywords): Likewise.
2706 2005-12-14  Juri Linkov  <juri@jurta.org>
2708         * log-view.el (log-view-diff): Doc fix.
2710         * isearch.el (isearch-query-replace): Use (mark) instead of
2711         isearch-opoint if mark is active in transient-mark-mode.
2713 2005-12-14  Aaron S. Hawley  <Aaron.Hawley@uvm.edu>
2715         * isearch.el (isearch-query-replace): Check for isearch-other-end.
2717 2005-12-14  Per Abrahamsen  <abraham@dina.kvl.dk>
2719         * progmodes/cpp.el (cpp-face): New widget.
2720         (cpp-known-face, cpp-unknown-face, cpp-edit-list): Use it.
2722 2005-12-14  Juri Linkov  <juri@jurta.org>
2724         * help-macro.el (make-help-screen): Bind `inhibit-read-only' to t
2725         around `erase-buffer' and `insert'.
2727         * descr-text.el (describe-text-properties): Replace buffer name
2728         "*Help-2*" with "*Help*<2>".
2729         (describe-char): Add functions print-help-return-message,
2730         toggle-read-only.  Use help-setup-xref with nil to not store
2731         describe-char in help-xref-stack.  Use help-make-xrefs to
2732         make [back] button.
2734         * desktop.el (desktop-minor-mode-table): Add vc-dired-mode with nil.
2736         * wdired.el (wdired-old-point): New internal variable.
2737         (wdired-change-to-wdired-mode): Set it buffer-locally.
2738         (wdired-abort-changes): Restore point after aborting changes.
2740 2005-12-13  Stefan Monnier  <monnier@iro.umontreal.ca>
2742         * vc.el (vc-do-command): Add a new value t for okstatus.
2744         * vc-svn.el (vc-svn-registered): Use it to avoid popping up a spurious
2745         frame in case of errors.
2747 2005-12-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
2749         * menu-bar.el (menu-bar-showhide-fringe-menu): Move "On the Right"
2750         so it comes after "On the Left" in the menu.
2752 2005-12-12  Luc Teirlinck  <teirllm@auburn.edu>
2754         * cus-edit.el (customize-apropos, customize-apropos-options)
2755         (customize-apropos-faces, customize-apropos-groups): Doc fixes.
2757 2005-12-12  Bill Wohler  <wohler@newt.com>
2759         * vc-svn.el (vc-svn-registered): Fix problem of visiting
2760         non-writable Subversion-controlled files by saving window
2761         configuration before calling vc-do-command.  vc-do-command calls
2762         pop-to-buffer on error which is unexpected during registration.
2764 2005-12-12  Jay Belanger  <belanger@truman.edu>
2766         * calc/README: Update the summary of changes.
2768 2005-12-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2770         * descr-text.el (describe-char): Rework last fix to solve the problem
2771         is the same way it's solved for everything else in that function
2772         (i.e. by extracting the info before setting up the *Help* buffer).
2774 2005-12-12  Kim F. Storm  <storm@cua.dk>
2776         * subr.el (version-regexp-alist): Allow space as separator before
2777         non-numeric part, e.g. "1.0 alpha".
2778         (version-to-list): Interpret .X.Y version as 0.X.Y version.
2780 2005-12-12  Carsten Dominik  <dominik@science.uva.nl>
2782         * textmodes/org.el (org-agenda, org-timeline, org-todo):
2783         Implement Logging and the keep-modes setting.
2784         (org-get-category): Make sure a string is returned.
2785         (org-log-done): New function.
2786         (org-log-done, org-closed-string): New options.
2788 2005-12-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
2790         * tooltip.el (tooltip-y-offset): Change default to 20.
2792 2005-12-12  Richard M. Stallman  <rms@gnu.org>
2794         * mouse.el (mouse-drag-vertical-line): Use adjust-window-trailing-edge.
2796         * frame.el (display-hourglass): Doc fix.
2798         * help.el (help-for-help-internal): Simplify entry for `a'.
2800         * info.el (Info-on-current-buffer): Doc fix.
2801         (info-insert-file-contents): Don't test (featurep 'jka-compr).
2803         * startup.el (inhibit-splash-screen): Make this the real name.
2804         (inhibit-startup-message): Make this the alias.
2805         (command-line): Find only simple.el, and use its directory
2806         to fill in other preloaded files' names.
2807         (command-line): Deactivate the mark if deactivate-mark is set.
2809         * international/mule.el (load-with-code-conversion):
2810         Bind deactivate-mark.
2812         * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
2814 2005-12-11  Luc Teirlinck  <teirllm@auburn.edu>
2816         * cus-edit.el (customize-apropos): Avoid listing an option more
2817         than once under different aliases.  No longer list user options
2818         that are not defined with defcustom (unless a prefix arg is given).
2819         Doc fix.
2820         (customize-apropos-options): Doc fix.
2822 2005-12-11  Juri Linkov  <juri@jurta.org>
2824         * frame.el (set-background-color, set-foreground-color)
2825         (set-cursor-color, set-mouse-color, set-border-color):
2826         Add explicit prompts to read colors by `facemenu-read-color'.
2827         (show-trailing-whitespace, blink-cursor-delay)
2828         (blink-cursor-interval, display-hourglass, hourglass-delay):
2829         Remove tags.
2830         (display-hourglass, hourglass-delay): Doc fix.
2831         (cursor-in-non-selected-windows): Capitalize words in tag.
2833         * faces.el (frame-background-mode): Replace `choice-item' keywords
2834         with `const' to not make [default] button.  Change default value tag
2835         from `default' to `automatic'.  Doc fix.
2836         (trailing-whitespace) <defface>: Change group `whitespace' to
2837         `whitespace-faces'.
2839 2005-12-11  Richard M. Stallman  <rms@gnu.org>
2841         * buff-menu.el (Buffer-menu-sort-column): Not a user variable.
2843 2005-12-11  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2845         * term/mac-win.el: Create keymap for mac-apple-event-map.
2847 2005-12-11  Nick Roberts  <nickrob@snap.net.nz>
2849         * tooltip.el (tooltip-mode): Move to start of file so that it
2850         appears at top of customize buffer.
2852         * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
2853         Add the gud groupname.
2854         (gud-tooltip-mode): Add the tooltip groupname.
2855         (gud-tooltip-echo-area): Add the gud groupname.  Remove tag to
2856         avoid conflict with tooltip-use-echo-area.
2858 2005-12-10  Romain Francoise  <romain@orebokech.com>
2860         * help.el (help-for-help-internal): Add `r' in doc string.
2862 2005-12-10  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
2864         * align.el (align-regexp, align-highlight-rule):
2865         Use region-beginning and region-end instead of point and mark, so that
2866         repetition (with `repeat-complex-command') recomputes the region
2867         bounds.
2869 2005-12-10  Lennart Borgman  <lennart.borgman.073@student.lu.se>
2871         * window.el (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
2872         (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
2873         (bw-refresh-edges, bw-adjust-window, bw-balance-sub): New functions.
2874         (balance-windows): Rewrite using the above new functions.
2876 2005-12-10  David Koppelman  <koppel@ece.lsu.edu>
2878         * hi-lock.el (hi-lock-mode): Rename from hi-lock-buffer-mode;
2879         react if global-hi-lock-mode seems intended.
2880         (global-hi-lock-mode) Renamed from hi-lock-mode.
2881         (hi-lock-archaic-interface-message-used)
2882         (hi-lock-archaic-interface-deduce): New variables.
2883         (turn-on-hi-lock-if-enabled, hi-lock-line-face-buffer)
2884         (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
2885         (hi-lock-find-patterns, hi-lock-font-lock-hook):
2886         Replace hi-lock-buffer-mode with hi-lock-mode.
2888 2005-12-10  Kevin Rodgers  <ihs_4664@yahoo.com>
2890         * emacs-lisp/lisp.el (lisp-complete-symbol): Regenerate the
2891         completion list, even after a partial completion has been
2892         inserted in the current buffer.  If there are more than 1
2893         completion, redisplay the *Completions* buffer; if the
2894         completion is unique, delete the *Completions* window.
2896 2005-12-10  Eli Zaretskii  <eliz@gnu.org>
2898         * mail/rmail.el (rmail-next-same-subject): Handle multiple "Re: "
2899         strings and long subject lines that were broken into multiple
2900         lines at arbitrary places.  Handle subjects that have "Re: " in
2901         the middle.
2903 2005-12-10  John W. Eaton  <jwe@octave.org>
2905         * emacs/octave-mod.el (octave-electric-space): Don't indent
2906         comments or strings if octave-auto-indent is nil.
2908 2005-12-10  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2910         * term/mac-win.el: Require url when compiling.
2911         Call mac-process-deferred-apple-events after loading init files.
2912         (mac-apple-event-map): New defvar.  Define event handlers in it.
2913         (core-event, internet-event): New Apple event class symbols.
2914         (open-application, reopen-application, open-documents)
2915         (print-documents, open-contents, quit-application)
2916         (application-died, show-preferences, autosave-now, get-url):
2917         New Apple event ID symbols.
2918         (about): New HICommand ID symbol.
2919         (mac-event-spec, mac-event-ae): New macros.
2920         (mac-ae-parameter, mac-ae-list, mac-bytes-to-integer)
2921         (mac-ae-selection-range, mac-ae-text-for-search)
2922         (mac-ae-open-documents, mac-ae-text, mac-ae-get-url): New functions.
2923         (mac-application-menu-map): Remove keymap.  Handlers for HICommand
2924         and Services menu events are now defined in mac-apple-event-map.
2925         (mac-drag-n-drop): Remove selection range handling.
2927 2005-12-10  Kenichi Handa  <handa@m17n.org>
2929         * simple.el (zap-to-char):
2930         * isearch.el (isearch-process-search-char): Translate CHAR by
2931         translation-table-for-input.
2933 2005-12-09  Chong Yidong  <cyd@stupidchicken.com>
2935         * foldout.el (foldout-exit-fold): Properly hide subtree.
2937 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
2939         * files.el (save-buffer):
2940         * international/ucs-tables.el (ucs-set-table-for-input):
2941         * mail/mail-extr.el (mail-extract-address-components):
2942         * mail/sendmail.el (mail-mode): Reformat doc string.
2944 2005-12-09  Juri Linkov  <juri@jurta.org>
2946         * isearch.el (isearch-highlight): Change main overlay priority
2947         from 1 to 1001.  Simplify.
2948         (isearch-lazy-highlight-update): Change lazy overlay priority
2949         from 0 to 1000.
2951         * replace.el (replace-highlight): Change overlay priority from
2952         1 to 1001.
2954         * textmodes/ispell.el (ispell-highlight-spelling-error-overlay):
2955         Change overlay priority from 1 to 1001.  Reuse existing overlay.
2957         * compare-w.el (compare-windows-highlight): Change overlay
2958         priority from 1 to 1000.
2960         * menu-bar.el (menu-bar-edit-menu): Add listp around
2961         pending-undo-list to disable menu item "undo" when pending
2962         undo list is empty.
2964         * locate.el (locate): Disable undo in *Locate* buffer.
2966 2005-12-09  Kim F. Storm  <storm@cua.dk>
2968         * mail/smtpmail.el (smtpmail-via-smtp): Disable undo in SMTP buffer.
2970 2005-12-09  David Ponce  <david@dponce.com>
2972         * recentf.el: Improvement of the menu code.
2973         (recentf-enabled-p): Move before first use.  Use `kill-emacs-hook'
2974         instead of menu hook.
2975         (recentf-show-menu, recentf-hide-menu): New functions.
2976         (recentf-menu-customization-changed, recentf-mode): Use them.
2977         (recentf-menu-action, recentf-max-menu-items)
2978         (recentf-menu-open-all-flag, recentf-menu-append-commands-flag)
2979         (recentf-arrange-by-rule-others)
2980         (recentf-arrange-by-rules-min-items)
2981         (recentf-arrange-by-rule-subfilter) : Don't use
2982         `recentf-menu-customization-changed'.
2983         (recentf-arrange-rules): Likewise.  Accept functions to compute
2984         sub-menu titles.
2985         (recentf-menu-filter): Likewise.  Doc fix.
2986         (recentf-menu-value-shortcut): Doc fix.
2987         (recentf-dump-variable): Quote atom value.
2988         (recentf-make-menu-items): Update to use it as a menu filter.
2989         (recentf-match-rule): New function.
2990         (recentf-arrange-by-rule): Use it.
2991         (recentf-indirect-mode-rule): New function.
2992         (recentf-build-mode-rules): Use it.
2993         (recentf-dir-rule): New function.
2994         (recentf-arrange-by-dir): Use it.
2995         (recentf-filter-changer-current): Rename from
2996         `recentf-filter-changer-state'.  All references updated.
2997         (recentf-filter-changer-alist): Update filter names.
2998         (recentf-filter-changer-select): New function.
2999         (recentf-filter-changer): Use it.  Make a sub-menu from filters
3000         available in `recentf-filter-changer-alist'.
3001         (recentf-data-cache, recentf-clear-data)
3002         (recentf-update-menu): Remove.  All references updated.
3003         (recentf-match-rule-p, recentf-build-dir-rules)
3004         (recentf-filter-changer-goto-next)
3005         (recentf-filter-changer-get-current)
3006         (recentf-filter-changer-get-next): Remove.
3008 2005-12-08  Luc Teirlinck  <teirllm@auburn.edu>
3010         * cus-edit.el (custom-buffer-create-internal): Relabel the whole
3011         buffer "Reset" button to "Reset to Current" for consistency with
3012         the State buttons.
3014 2005-12-08  John Paul Wallington  <jpw@pobox.com>
3016         * ibuf-ext.el (define-ibuffer-filter filename):
3017         If `dired-directory' is a list then really use its car.
3019 2005-12-08  Kim F. Storm  <storm@cua.dk>
3021         * emulation/cua-rect.el (cua--rectangle-aux-replace):
3022         Fix indention of text on right side of replaced rectangle.
3024 2005-12-09  Nick Roberts  <nickrob@snap.net.nz>
3026         * progmodes/gud.el (gud-speedbar-buttons, gud-tooltip-tips):
3027         No need to check gud-comint-buffer is bound.
3028         (gdb): Prevent multiple debugging when first session uses gdba.
3030 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
3032         CC Mode update to 5.31.
3034         * progmodes/cc-subword.el: Add a dummy `c-subword-mode' for
3035         Emacsen which lack `define-minor-mode'.  (Currently Emacs <21.  We
3036         might do this function properly in the future).
3038         * progmodes/cc-cmds.el, cc-defs.el, cc-styles.el, cc-vars.el: New
3039         macros c-sentence-end and c-default-value-sentence end, to cope
3040         with Emacs 22's new function `sentence-end'.
3042 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
3044         * progmodes/cc-cmds.el (c-show-syntactic-information): Solved the
3045         compat issue using `c-put-overlay' and `c-delete-overlay'.
3047         * progmodes/cc-defs.el (c-put-overlay, c-delete-overlay): New
3048         compat macros to handle overlays/extents.
3050 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
3052         * progmodes/cc-fix.el: Add definitions of the macros push and pop
3053         (for GNU Emacs 20.4)
3055         * progmodes/cc-defs.el:
3056         (i) Load cc-fix.elc for `push' and `pop' (for GNU Emacs 20.4)
3058         * progmodes/cc-cmds.el (c-show-syntactic-information): Change the
3059         highlighting mechanism so it will work in XEmacs too.
3061         * progmodes/cc-defs.el: Insert c-int-to-char.
3063         * progmodes/cc-langs.el (c-nonsymbol-token-char-list): Insert a
3064         call to the new macro c-int-to-char.  This solves XEmacs's
3065         regarding characters as different from integers.
3067 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
3069         * progmodes/cc-fonts.el (c-make-syntactic-matcher): New internal
3070         helper.
3072         (c-cpp-matchers, c-basic-matchers-before): Use the `eval'
3073         construct to make the indirect face lookup work in XEmacs.
3075         (c-cpp-matchers): Append the negation char face to the existing
3076         fontification, so that the cpp face doesn't disappear.  Use
3077         `c-make-syntactic-matcher' to avoid negation chars in comments and
3078         strings.
3080         * progmodes/cc-fonts.el (c-negation-char-face-name): New variable
3081         to map to `font-lock-negation-char-face' in emacsen where it
3082         exists.
3084 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
3086         * progmodes/cc-mode.el: Bind c-subword-mode to C-c C-w.
3088         * progmodes/cc-subword.el, cc-cmds.el, cc-mode.el:
3089         Rename "c-subword-move-mode" as "c-subword-mode".
3091         * progmodes/cc-mode.el: Added tty suitable bindings for C-c
3092         <delete> and C-c C-<delete>.  (To the c-hungry- delete functions).
3094 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
3096         * progmodes/cc-mode.el: Added autoload directive for
3097         `c-subword-move-mode' for use in older emacsen.
3099 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
3101         * progmodes/cc-mode.el:
3102         (i) Insert a binding for C-c C-backspace into
3103         c-bind-special-erase-keys which works in TTYs.
3104         (ii) Make sure that when file styles are used, any explicitly
3105         given style variables take priority over those in the style.  Do
3106         this by calling `hack-local-variables' a second time.
3108         * progmodes/cc-vars.el: Add language specific customization
3109         widgets for AWK to c-doc-comment-style, c-require-final-newline
3110         and c-default-style.  Add a defcustom for awk-mode-hook.  Give
3111         c-syntactic-element and c-syntactic-context doc-strings by
3112         directly setting their `variable-documentation' propery.  This
3113         allows Emacs 22.1 to read these with C-h v.
3115         * progmodes/cc-awk.el: Apply a tidy-up patch (from Stefan
3116         Monnier).
3118 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
3120         * progmodes/cc-fonts.el, cc-vars.el
3121         (gtkdoc-font-lock-doc-comments, gtkdoc-font-lock-doc-protection)
3122         (gtkdoc-font-lock-keywords): GtkDoc patterns contributed by
3123         Masatake YAMATO.
3125         (c-doc-comment-style): Made GtkDoc default in C mode.
3127         * progmodes/cc-mode.el: Fixed key bindings for C-c C-<backspace>
3128         and C-c C-<delete>.
3130         (c-bind-special-erase-keys): New function for use on
3131         `normal-erase-is-backspace-hook' to bind C-c C-<delete> correctly.
3133         * progmodes/cc-cmds.el (c-hungry-delete): New function to fix
3134         <delete> key behavior in XEmacs according to `delete-forward-p'.
3135         C.f. `c-electric-delete'.
3137 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
3139         * progmodes/cc-mode.el: Give c-hungry-backspace and
3140         c-hungry-delete-forward permanent key bindings.
3142         * progmodes/cc-cmds.el (c-electric-semi&comma): Bind
3143         c-syntactic-context for calls to "criteria functions", for
3144         consistency with other calls to user functions.
3146         * progmodes/cc-cmds.el (c-indent-command): Expunge use of
3147         `current-prefix-arg', since this might be the prefix arg to a
3148         command which calls c-indent-command as a function.  Change the
3149         interactive spec from "p" to "P".
3151         * progmodes/cc-styles.el: Amend the doc-string of c-set-style, in
3152         reponse to a report from Joseph Kiniry <kiniry@acm.org> that it
3153         was difficult to understand.
3155 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
3157         * progmodes/cc-engine.el (c-on-identifier): Fixed bug when at the
3158         first char of an identifier.
3160         * progmodes/cc-engine.el (c-on-identifier): Handle the "operator
3161         +" syntax in C++.
3163 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
3165         * progmodes/cc-cmds.el (c-mask-paragraph): Correct, so that
3166         auto-fill doesn't split a c-comment's last word from a hanging
3167         "*/" when a space is typed between them after fill-column.
3169         * progmodes/cc-defs.el: New macro c-delete-and-extract-region.
3171         * progmodes/cc-styles.el (c-set-style)
3172         (c-setup-paragraph-variables): Abort the command if we're not in a
3173         CC Mode buffer.
3175         * progmodes/cc-align.el (c-lineup-C-comments): Correct indentation
3176         with blank comment-prefix, and a blank line as the comment's
3177         second line.
3179 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
3181         * progmodes/cc-fonts.el (c-cpp-matchers, c-basic-matchers-before):
3182         Incorporated the patterns added in the Emacs development branch
3183         for the new Emacs 22 face `font-lock-negation-char-face'.
3185         * progmodes/cc-fonts.el (c-invalid-face-name): Use "red1" instead
3186         of "red" since it stands out better in xterms and DOS terminals.
3188         * progmodes/cc-engine.el (c-literal-faces): Added
3189         `font-lock-comment-delimiter-face' which is new in Emacs 22.
3191 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
3193         * progmodes/cc-cmds.el: Make C-c C-a (`c-toggle-auto-newline')
3194         forcibly enable c-electric-flag.
3196         * progmodes/cc-vars.el, cc-cmds.el: New clean-up
3197         `comment-close-slash' on c-electric-slash: if enabled, typing `/'
3198         just after the comment-prefix of a C-style comment will close that
3199         comment.
3201 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
3203         * progmodes/cc-fonts.el (c-basic-matchers-before)
3204         (c-complex-decl-matchers): Fixed the "not-arrow-prefix" regexp used
3205         in Pike.
3207         * progmodes/cc-langs.el (c-other-op-syntax-tokens): Only C++ has
3208         digraphs.
3210         * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el
3211         (c-cpp-message-directives, c-cpp-include-directives)
3212         (c-opt-cpp-macro-define, c-opt-cpp-macro-define-start)
3213         (c-cpp-expr-directives): Introduced new language constants to
3214         control cpp syntax in a cleaner way.
3216         (c-cpp-expr-functions): Renamed from c-cpp-defined-fns.
3218         (c-cpp-matchers, c-forward-to-cpp-define-body): Use them.
3220         * progmodes/cc-langs.el, cc-fonts.el (c-string-escaped-newlines)
3221         (c-multiline-string-start-char): New language constants and
3222         variables to specify how newlines in string literals work.
3224         (c-font-lock-invalid-string): Use them.
3226         * progmodes/cc-cmds.el (c-try-one-liner): Robustness fix if an
3227         unbalanced close brace is entered.  Optimization by avoiding going
3228         back over arbitrarily large blocks.  Removed hints that this
3229         function only would be relevant/useful in AWK.
3231         (c-electric-brace): Indent syntactically after the cleanups since
3232         lineup functions might do it differently then.
3234         * progmodes/cc-engine.el, cc-langs.el
3235         (c-opt-op-identifier-prefix): New language constant and variable.
3237         (c-just-after-func-arglist-p, c-after-special-operator-id)
3238         (c-search-decl-header-end, c-inside-bracelist-p): Use it.
3240         * progmodes/cc-align.el, cc-engine.el
3241         (c-after-special-operator-id): New helper to handle C++ operator
3242         identifiers.
3244         (c-lineup-topmost-intro-cont, c-just-after-func-arglist-p)
3245         (c-guess-basic-syntax): Handle C++ operator identifiers in
3246         declarations.
3248         * progmodes/cc-langs.el (c-assignment-operators): Added the
3249         trigraph version of ^= too.
3251         * progmodes/cc-langs.el (c-assignment-operators): Added the
3252         trigraph version of |= in C++.
3254         * progmodes/cc-fonts.el (c-font-lock-declarators): Handle
3255         `c-decl-hangon-kwds' after the identifier name.
3257         * progmodes/cc-engine.el (c-guess-basic-syntax): When deciding
3258         whether an arglist is "nonempty", ignore a comment after the open
3259         paren if it isn't followed by a non-comment token on the same
3260         line.
3262         * progmodes/cc-engine.el (c-guess-basic-syntax): Case 4: Enable
3263         heuristics below the point to cope with classes inside special
3264         brace lists in Pike.
3266 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
3268         * progmodes/cc-cmds.el: Amend c-point-syntax to handle macros.
3270 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
3272         * progmodes/cc-guess.el (cc-guess-install): New function to
3273         install an already guessed style in another buffer.
3275         * progmodes/cc-defs.el (c-tentative-buffer-changes): No longer
3276         sets `inhibit-read-only' - `c-save-buffer-state' should be used
3277         anyway if the change always is undone.
3279 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
3281         Implement togglable electricity:
3283         * progmodes/cc-defs.el: Enhance c-save-buffer-state's doc-string,
3284         saying when it should be used.
3286         * progmodes/cc-engine.el: Add the new buffer-local variable,
3287         c-electric-flag.
3289         * progmodes/cc-langs.el: Change the name of c-toggle-auto-state to
3290         c-toggle-auto-newline.
3292         * progmodes/cc-mode.el: Rename c-toggle-auto-state to
3293         c-toggle-auto-newline.  Remove the binding for
3294         c-toggle-auto-hungry-state.  Add the binding C-c C-l for the new
3295         c-toggle-electric-state.
3297         * progmodes/cc-vars.el: Make c-syntactic-indentation buffer local.
3299         * progmodes/cc-cmds.el: Add `c-bytecomp-defun's for
3300         c-\(forward\|backward\)-subword.
3301         (c-update-modeline): Add the new modeline flag `l' for
3302         `c-electric-flag'.  Make the auto-newline flag `a' dependent on
3303         `l'.
3304         (c-toggle-auto-state): Rename it to `c-toggle-auto-newline'.  Make
3305         the old name an alias of the new name.
3306         (c-toggle-electric-state): New function.
3307         c-electric-\(pound\|brace\|slash\|star\|semi&comma\|colon\|lt-gt\|paren\|continued-statement\):
3308         Adapt these functions to do electric things only when
3309         c-electric-flag is non-nil.
3310         (c-point-syntax, c-brace-newlines, c-try-oneliner): Extract these
3311         new functions from c-electric-brace.
3312         (c-point-syntax): Add a check for "virtual semicolons" in AWK
3313         mode, so that the tentative extra newline doesn't change the
3314         syntax of the following brace.
3315         (c-electric-brace): Restructure by extracting the above functions.
3316         Tidy up the coding somewhat.
3317         (c-electric-semi&comma, c-electric-colon, c-electric-paren):
3318         restructure a bit.
3320 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
3322         * progmodes/cc-cmds.el (c-show-syntactic-information): Show the
3323         anchor position(s) using faces.  Thanks to Masatake YAMATO for the
3324         idea.
3326         * progmodes/cc-mode.el, cc-cmds.el, cc-defs.el, cc-engine.el
3327         (c-submode-indicators): Changed name from `c-auto-hungry-string'
3328         since it's now used to track another submode.
3330         (c-update-modeline): Converted to function and extended to check
3331         `c-subword-move-mode'.
3333         (c-forward-into-nomenclature, c-backward-into-nomenclature):
3334         Converted to compat aliases for `c-forward-subword' and
3335         `c-backward-subword'.
3337         * progmodes/cc-subword.el: New functions and minor mode to handle
3338         SillyCapsedStyleIndentifiers, contributed by Masatake YAMATO:
3340         (c-forward-subword, c-backward-subword, c-mark-subword)
3341         (c-kill-subword, c-backward-kill-subword, c-transpose-subwords)
3342         (c-capitalize-subword, c-downcase-subword, c-upcase-subword):
3343         Functions corresponding to the standard word handling functions.
3345         (c-subword-move-mode): Minor mode that replaces all the standard
3346         word handling functions with their subword equivalences.
3348 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
3350         * progmodes/cc-vars.el (c-cleanup-list): Insert a customization
3351         entry for one-liner-defun.
3353         * progmodes/cc-defs.el: Give c-tentative-buffer-changes its own
3354         name in its def-edebug-spec.
3356         * progmodes/cc-cmds.el (c-electric-brace): Make the
3357         one-liner-defun clean-up work with empty-defun-braces.  o-l-d now
3358         compacts space before a comment, if this will make things fit on
3359         one line.
3361         Introduce an "awk" style, mainly for auto-newline and clean-ups.
3363         * progmodes/cc-align.el: New function c-snug-1line-defun-close
3365         * progmodes/cc-cmds.el: In c-electric-brace, add code for new
3366         clean-up one-liner-defun.
3368         * progmodes/cc-styles.el: Add the new "awk" style.
3370         * progmodes/cc-vars.el: Add description of one-liner-defun to
3371         c-cleanup-list's doc-string.  New user options,
3372         c-max-one-liner-length.  In c-default-style, set the default style
3373         for AWK to "awk".
3375 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
3377         * progmodes/cc-engine.el (c-forward-label): Fixed fontification of
3378         macros inside labels.
3380         * progmodes/cc-engine.el (c-looking-at-bos): Obsoleted in favor of
3381         `c-at-statement-start-p' and `c-at-expression-start-p'.
3383         * progmodes/cc-defs.el (c-tnt-chng-record-state): Don't signal an
3384         error if the mark isn't set.
3386         * progmodes/cc-engine.el (c-guess-continued-construct)
3387         (c-guess-basic-syntax): Use `c-forward-decl-or-cast-1' to more
3388         accurately detect functions inside functions.
3390         * progmodes/cc-engine.el (c-at-expression-start-p): New function
3391         like `c-at-statement-start-p' that additionally recognizes commas
3392         and expression parentheses as delimiters.
3394         * progmodes/cc-engine.el (c-looking-at-inexpr-block): Added flag
3395         to avoid heuristics that doesn't work for unclosed blocks.
3397         (c-at-statement-start-p): New function.
3399         * progmodes/cc-engine.el, cc-fonts.el: Fixes in handling of
3400         Objective-C directives, e.g. directives spanning lines should work
3401         reasonably well now.
3403         (c-put-c-type-property, c-clear-c-type-property): New helpers.
3405         (c-forward-objc-directive): New function to move over any ObjC
3406         directive.
3408         (c-just-after-func-arglist-p, c-guess-basic-syntax)
3409         (c-basic-matchers-before): Use it.
3411         (c-font-lock-objc-iip-decl): Removed.
3413         * progmodes/cc-engine.el (c-guess-basic-syntax): Some improvement
3414         in the template arglist recognition.
3416         * progmodes/cc-styles.el (c-style-alist): Fixed several
3417         inconsistencies in the Whitesmith style.
3419         * progmodes/cc-align.el (c-lineup-after-whitesmith-blocks):
3420         New lineup function to get lines after Whitesmith style blocks
3421         correctly indented.
3423         (c-lineup-whitesmith-in-block): Backed out the compensation for
3424         opening parens since it's done using `add' lists in the style
3425         definition instead.  Don't use the anchor position since it varies
3426         too much between the syntactic symbols. :P
3428         * progmodes/cc-vars.el (c-valid-offset): Updated.
3430         * progmodes/cc-engine.el (c-evaluate-offset): Extended to handle
3431         lists where the offsets are combined according to several
3432         different methods: `first', `min', `max', and `add'.  Report
3433         offset evaluation errors with `c-benign-error' so that some kind
3434         of reindentation still is done.
3436         * progmodes/cc-engine.el (c-guess-basic-syntax): Anchor
3437         `arglist-intro' the same way as `arglist-cont-nonempty' and
3438         `arglist-close'.
3440         * progmodes/cc-engine.el (c-guess-basic-syntax): Fixed similar
3441         situations for `arglist-cont-nonempty' and `arglist-close'.
3443         * progmodes/cc-langs.el (c-opt-identifier-concat-key-depth): New
3444         constant.
3446         * progmodes/cc-defs.el: Use `cc-bytecomp-fboundp' and
3447         cc-bytecomp-boundp' in a number of places.
3449         * progmodes/cc-engine.el (c-beginning-of-statement-1): Fixed a
3450         macro related issue.
3452 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
3454         * progmodes/cc-awk.el: Change the terminology of regexps: A char
3455         list is now [asdf], a char class [:alpha:].  Include code for char
3456         classes.  Set c-awk-NL-prop on lines ending in open strings.  (Bug
3457         fix.)  Add character classes (e.g. "[:alpha:]") into AWK Mode's
3458         regexps.
3460         Remove (nearly all of) the cruft associated with AWK Mode's former
3461         concept of "virtual semicolons":
3463         Adapt c-beginning-of-statement, c-end-of-statement (together with
3464         subfunctions) to use the new notion of "virtual semicolon" in
3465         place of the old awkward special handling for AWK.  There remains
3466         much cruft in cc-awk.el, cc-cmds.el and cc-engine.el to clear out.
3467         * progmodes/cc-cmds.el:
3468         (c-ascertain-adjacent-literal): In the backwards direction, now
3469         recognises AWK regexp delimiters as string delimiters.
3470         (c-after-statement-terminator-p): Adapt for virtual semicolons;
3471         check more rigorously for "end of macro".
3472         (c-back-over-illiterals, c-forward-over-illiterals): Adapt for
3473         virtual semicolons;
3474         (c-beginning-of-statement): Adapt for virtual semicolons; Separate
3475         out the code for forward movement into ...
3476         (c-end-of-statement): Now contains the code for forward movement,
3477         adapted for virtual semicolons.
3479         * progmodes/cc-engine.el:
3480         (c-ws*-string-limit-regexp): New regexp.
3481         (c-forward-single-comment, c-backward-single-comment): Comment out
3482         the (now redundant) "special" AWK stuff.
3484         * progmodes/cc-styles.el, cc-vars.el: Change the settings of
3485         c-string-par-start, c-string-par-separate to be more like Text
3486         Mode than Fundamental Mode.
3488 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
3490         * progmodes/cc-fonts.el (c-font-lock-declarations): Always narrow
3491         to the fontified region so that fontification doesn't occur
3492         outside it (could happen e.g. when fontifying a line with an
3493         unfinished declaration).
3495 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
3497         * progmodes/cc-awk.el: Regexps for analysing AWK code have been
3498         moved to near the start of the file.  ^L now separate sections of
3499         the file.  New defconsts: c-awk-non-eol-esc-pair-re,
3500         c-awk-blank-or-comment-line-re,
3501         c-awk-one-line-possibly-open-string-re,
3502         c-awk-regexp-one-line-possibly-open-char-class-re,
3503         c-awk-one-line-possibly-open-regexp-re,
3504         c-awk-one-line-non-syn-ws*-re.  New functions: c-awk-at-vsemi-p,
3505         c-awk-vsemi-status-unknown-p.
3507         Amend the concept of "virtual semicolons" (in the indentation
3508         engine) for languages like AWK, such that they are now
3509         conceptually attached to end of the last token of a statement, not
3510         the end of the line.  (In AWK Mode, however, the pertinent text
3511         property is still physically set on the EOL.)  Remove the specific
3512         tests for awk-mode, thus facilitating the introduction of other
3513         language modes where EOLs can end statements.  (Note: The
3514         funtionality in cc-cmds.el, specifically
3515         c-beginning/end-of-statement has yet to be amended.)
3517         * progmodes/cc-defs.el: New macros c-at-vsemi-p,
3518         c-vsemi-status-unknown-p.
3520         * progmodes/cc-langs.el: Added `#' into AWK Mode's value of
3521         c-stmt-delim-chars.  New c-lang-defvars: c-at-vsemi-p-fn,
3522         c-vsemi-status-unknown-p-fn (in a new page).
3524         * progmodes/cc-engine.el: In c-beginning-of-statement-1,
3525         c-crosses-statement-barrier-p, c-guess-basic-syntax, replace
3526         numerous awkward forms like
3527         (if (c-major-mode-is 'awk-mode) (c-awk-prev-line-incomplete-p))
3528         with
3529         (c-at-vsemi-p).  Fix a few typos.  In c-guess-basic-syntax, new
3530         variable before-ws-ip, the place just after char-before-ip
3531         appears.
3533         * progmodes/cc-mode.el: Fix what's almost a semantic ambiguity in
3534         a comment.
3536 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
3538         * progmodes/cc-cmds.el (c-electric-brace): Cleaned up using
3539         `c-tentative-buffer-changes'.
3541         * progmodes/cc-defs.el (c-region-is-active-p): Simplified and
3542         converted to macro to choose between Emacs and XEmacs at compile
3543         time.
3545         (c-set-region-active): New set counterpart to
3546         `c-region-is-active-p'.
3548         (c-tentative-buffer-changes): New macro to handle temporary buffer
3549         changes in a convenient way.
3551         (c-tnt-chng-record-state, c-tnt-chng-cleanup): Internal helpers
3552         for `c-tentative-buffer-changes'.
3554         * progmodes/cc-engine.el (c-looking-at-inexpr-block): Tightened up
3555         the checks for paren sexps between the point and the keyword, to
3556         avoid some false alarms.
3558         * progmodes/cc-engine.el, cc-langs.el (c-looking-at-inexpr-block):
3559         Fixed a situation where an error could be thrown for unbalanced
3560         parens.  Changed to make use of c-keyword-member' to avoid some
3561         repeated regexp matches.
3563         (c-opt-lambda-key, c-opt-inexpr-block-key,
3564         c-opt-inexpr-class-key): These language variable are no longer
3565         necessary.
3567         (c-block-stmt-kwds): New language constant used by
3568         c-looking-at-inexpr-block'.
3570         (c-guess-basic-syntax): Removed an optional check that looked at
3571         the existence of the now removed language variables.
3573         * progmodes/cc-engine.el (c-fdoc-shift-type-backward,
3574         c-forward-decl-or-cast-1): Fixed invalid recognition of C++ style
3575         object instantiation expressions as declarations in some contexts.
3576         This bug only affected languages where the declarator can't be
3577         enclosed in parentheses.
3579         * progmodes/cc-styles.el (c-style-alist): Fixed the GNU style to
3580         insert newlines before and after substatement braces.
3582         * progmodes/cc-engine.el: Improved the heuristics for recognizing
3583         function declaration headers and the handling of C++ style member
3584         init lists.
3586         (c-just-after-func-arglist-p): Rewritten to use
3587         `c-forward-decl-or-cast-1'.  Now behaves a bit differently too.
3589         (c-beginning-of-member-init-list): Removed since it isn't used
3590         anymore.
3592         (c-guess-basic-syntax): Case 5B adapted for the new
3593         `c-just-after-func-arglist-p'.  Cases 5B.1 and 5B.3 merged.  Cases
3594         5D.1 and 5D.2 removed since they aren't trigged anymore (case 5B.1
3595         covers all cases now).
3597         * progmodes/cc-defs.el (c-point): Added `bosws' and `eosws'.
3599 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
3601         * progmodes/cc-cmds.el, cc-styles.el, cc-vars.el: New variables
3602         c-string-par-start/separate c-sentence-end-with-esc-eol,
3603         initialised in c-setup-paragraph-variables, used in string
3604         scanning subroutines of c-beginning-of-statement.
3606         * progmodes/cc-cmds.el (c-electric-brace): Don't delete a comment
3607         which precedes the newly inserted `{'.
3609 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
3611         * progmodes/cc-engine.el, cc-langs.el: Rewrote the recognition
3612         function for declaration level blocks.  It should now cope with
3613         templates better and also be a lot more comprehensible.
3615         (c-looking-at-decl-block): The new function.
3617         (c-search-uplist-for-classkey): The old one.  It's now a wrapper
3618         for compatibility.
3620         (c-add-class-syntax, c-guess-continued-construct,
3621         c-guess-basic-syntax): Adapted for `c-looking-at-decl-block'.
3623         (c-decl-block-key): Changed to tell apart ambiguous and
3624         unambiguous keywords.  Pike specials are now handled directly in
3625         the code instead.
3627         (c-block-prefix-disallowed-chars, c-block-prefix-charset): New
3628         language constants and variables to make the backward skip in
3629         `c-looking-at-decl-block' as tight as possible.
3631         (c-nonsymbol-token-char-list): New language constant.
3633         * progmodes/cc-engine.el (c-backward-<>-arglist): New function to
3634         find balanced template arglists backwards.
3636         * progmodes/cc-defs.el (c-make-bare-char-alt): New helper for
3637         making char classes for `c-syntactic-skip-backward'.
3639         * progmodes/cc-engine.el (c-guess-basic-syntax): Simplified case
3640         16D - can't be a class-close at that point.
3642         * progmodes/cc-engine.el (c-guess-basic-syntax)
3643         (c-add-class-syntax): Don't narrow out the enclosing declaration
3644         level.  This makes everything a lot easier, and it was actually
3645         only four small places that needed it to work.  Some places that
3646         previously did `widen' are removed now, which has the effect that
3647         `c-guess-basic-syntax' never will look at things outside the
3648         current narrowment now.  The anchor position for `topmost-intro'
3649         is affected by this, but it was so bogus it was basically useless
3650         before, and now it's equally bogus but in a slightly different
3651         way.
3653         (c-narrow-out-enclosing-class): Gone.
3655         (c-most-enclosing-brace, c-least-enclosing-brace): Don't filter to
3656         the narrowed region.
3658         (c-least-enclosing-brace): Removed silly optional argument.
3660         * progmodes/cc-engine.el (c-beginning-of-decl-1): Fixed bug where
3661         the point could be left directly after an open paren when finding
3662         the beginning of the first decl in the block.
3664         * progmodes/cc-engine.el, cc-fonts.el (c-forward-keyword-clause):
3665         Specify which submatch to use.
3667         * progmodes/cc-langs.el (c-symbol-start): Include `@' in ObjC.
3669         (c-decl-start-re): No longer any need for special treatment of
3670         ObjC due to the above.
3672         (c-other-block-decl-kwds): Handle "extern" in ObjC too since it
3673         presumably follows C in that regard.
3675         * progmodes/cc-langs.el (c-identifier-ops, c-after-id-concat-ops):
3676         New language constants to specify operator tokens inside
3677         identifiers in a more high level way.
3679         (c-opt-identifier-prefix-key): New internal language constant.
3681         (c-opt-identifier-concat-key, c-opt-after-id-concat-key)
3682         (c-identifier-start, c-identifier-key): Now completely calculated
3683         from other constants.
3685         (c-identifier-last-sym-match): Decommissioned since it's no longer
3686         used.
3688         (c-operators): Use `c-identifier-ops'.  Documented
3689         `postfix-if-paren'.
3691         * progmodes/cc-engine.el (c-forward-name): Removed the
3692         optimization when c-identifier-key is equal to c-symbol-key since
3693         it doesn't work in byte compiled files.  Don't record empty
3694         regions as identifiers.
3696         * progmodes/cc-langs.el (c-filter-ops): New helper function to
3697         simplify access to `c-operators' and its likes.
3699         (c-operator-list, c-all-op-syntax-tokens)
3700         (c-nonsymbol-token-regexp, c-<>-multichar-token-regexp)
3701         (c-<-op-cont-regexp, c->-op-cont-regexp, c-expr-kwds)
3702         (c-primary-expr-regexp, c-cast-parens): Use it.
3704         * progmodes/cc-defs.el (c-lang-const): Fixes to allow use without
3705         an explicit language in functions.
3707         * progmodes/cc-defs.el (c-make-keywords-re): Added an appendable
3708         variant of adornment.
3710         * progmodes/cc-langs.el (c-any-class-key): Removed unused language
3711         variable.
3713         (c-type-decl-prefix-key): Removed some now unnecessary cruft from
3714         the Pike value.
3716         * progmodes/cc-engine.el (c-on-identifier)
3717         (c-simple-skip-symbol-backward): Small fix for handling "-"
3718         correctly in `skip-chars-backward'.  Affected the operator lfun
3719         syntax in Pike.
3721         * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Disabled the
3722         diagnostic message about precompiled language vars not being used.
3724         * progmodes/cc-langs.el (c-paren-nontype-kwds): The GCC keyword
3725         "__attribute__" is followed by a parenthesis.
3727         (c-type-start-kwds, c-prefix-spec-kwds, c-prefix-spec-kwds-re)
3728         (c-specifier-key, c-not-decl-init-keywords): Some cleanup using new
3729         language constants `c-type-start-kwds' and `c-prefix-spec-kwds'.
3731         * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el: Internal
3732         cleanups to properly detect the declared identifiers in various
3733         declarations.
3735         (c-decl-start-kwds): New language constant to recognize
3736         declarations that can start anywhere.  Used for class declarations
3737         in Pike.
3739         (c-specifier-key, c-not-decl-init-keywords)
3740         (c-decl-prefix-or-start-re, c-find-decl-prefix-search)
3741         (c-find-decl-spots): Implement `c-decl-start-kwds'.
3743         (c-other-decl-kwds, c-postfix-decl-spec-kwds, c-decl-hangon-kwds)
3744         (c-decl-hangon-key, c-forward-decl-or-cast-1): Separated the
3745         handling of the compiler specific extension keywords into a new
3746         language constant `c-decl-hangon-kwds' that defines keyword
3747         clauses to be ignored in declarations.
3749         (c-forward-id-comma-list, c-forward-keyword-clause): Don't skip
3750         past unrecognized tokens when handling `c-colon-type-list-kwds'.
3751         Necessary to stop at the declared identifier in e.g. IDL valuetype
3752         declarations.
3754         (c-typedef-decl-kwds, c-typeless-decl-kwds, c-type-list-kwds)
3755         (c-prefix-spec-kwds-re, c-postfix-spec-kwds)
3756         (c-after-suffixed-type-decl-key, c-opt-postfix-decl-spec-key)
3757         (c-forward-decl-or-cast-1): Recognize the declared identifier in
3758         class and enum declarations as such and not as part of the type.
3760         (c-forward-decl-or-cast-1, c-forward-label): Relaxed the
3761         interpretation of PRECEDING-TOKEN-END when there's no preceding
3762         token.
3764         (c-forward-decl-or-cast-1): Don't disregard sure signs of
3765         declarations when there's some syntax error later on.
3767         (c-complex-decl-matchers): Did away with a reference to
3768         `c-specifier-key'.
3770         * progmodes/cc-engine.el (c-maybe-labelp): Provide no default
3771         value - this variable is always dynamically bound.
3773         * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el, cc-menus.el
3774         * cc-mode.el, cc-styles.el, cc-vars.el, cc-align.el, cc-awk.el
3775         * cc-cmds.el, cc-defs.el: Changed the policy for marking up
3776         functions that might do hidden buffer changes: All such internal
3777         functions are now marked instead of those that don't.
3779         (c-beginning-of-macro, c-end-of-macro, c-(forward|backward)-comments)
3780         (c-(forward|backward)-single-comment, c-parse-state, c-on-identifier)
3781         (c-(fast-|slow-|)in-literal, c-literal-limits, c-collect-line-comments)
3782         (c-literal-type): Allow these functions to make hidden buffer changes,
3783         so that they are free to use text property caching later on.
3785         (c-electric-backspace, c-electric-delete-forward, c-electric-pound)
3786         (c-electric-brace, c-electric-slash, c-electric-star)
3787         (c-electric-semi&comma, c-electric-colon, c-electric-lt-gt)
3788         (c-electric-paren, c-electric-continued-statement, c-indent-command)
3789         (c-indent-region, c-mask-paragraph, c-indent-new-comment-line)
3790         (c-context-line-break): Added `c-save-buffer-state' calls to comply
3791         with the changed semantics of the functions above.
3793         * progmodes/cc-engine.el (c-beginning-of-statement-1): Fixed a bug
3794         when macros occur in obscure places.  Optimized the sexp movement
3795         a bit.
3797 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
3799         Enhancements for c-beginning-of-statement to work in AWK Mode:
3801         * progmodes/cc-awk.el: Supersede c-awk-NL-prop value `;'
3802         (completed statement) with `}' (statement completed by closing
3803         brace or semicolon) and `$' (statement completed by EOL).
3805         (c-awk-virtual-semicolon-ends-prev-line-p)
3806         (c-awk-virtual-semicolon-ends-line-p)
3807         (c-awk-skip-semantic-ws-forward, c-awk-skip-semantic-ws-backward)
3808         (c-awk-at-statement-end-p): New functions.
3810         * progmodes/cc-cmds.el: Simplify the structure of functions
3811         c-forward-over-illiterals, c-back-over-illiterals.  Enhance these
3812         two functions and c-beginning-of-statement to handle AWK Mode.
3814         * progmodes/cc-engine.el: Enhance c-forward-single-comment,
3815         c-backward-single-comment for AWK mode.  Attempt to clarify their
3816         doc-strings.
3818         * progmodes/cc-mode.el: Put M-a and M-e into awk-mode-map.
3820 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
3822         * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el: Cleaned up the
3823         label handling.  Labels are now recognized in a uniform and more
3824         robust way, regardless of context.  Text properties are put on all
3825         labels to recognize the following declarations better.  Multiword
3826         labels are handled both in indentation and fontification for the
3827         benefit of language extensions like Qt.  For consistency, keywords
3828         in labels are now fontified with the label face instead.  That
3829         also applies to "case" and "default".
3831         (c-beginning-of-statement-1): Fixed some bugs in the label
3832         handling.  Disregard `c-nonlabel-token-key' in labels that begin
3833         with `c-label-kwds'.
3835         (c-find-decl-spots): Support that the callback adds more
3836         `c-decl-end' spots to find.
3838         (c-forward-decl-or-cast-1): Don't treat a list of plain
3839         identifiers followed by a colon as a declaration.
3841         (c-forward-label): New function to recognize labels.
3843         (c-guess-basic-syntax): Replaced uses of `c-label-key' with
3844         `c-forward-label'.  Moved the label recognition cases (14 and 15)
3845         earlier since they aren't so context sensitive now.  Handle labels
3846         on the top level gracefully.  Moved access label recognition to
3847         the generic label case (CASE 15) - removed CASE 5E.
3849         (c-font-lock-declarations): Added recognition of labels in the
3850         same round since we need to handle labels in parallell with other
3851         declarations to recognize both accurately.  It should also improve
3852         speed.
3854         (c-simple-decl-matchers, c-basic-matchers-after): Moved
3855         `c-font-lock-labels' so that it only is used on decoration level 2
3856         since `c-font-lock-declarations' handles it otherwise.
3858         (c-complex-decl-matchers): Removed the simplistic recognition of
3859         access labels.
3861         (c-decl-prefix-re): Removed the kludges that was necessary to cope
3862         with labels earlier.
3864         (c-decl-start-re): New language variable to make
3865         `c-font-lock-declarations' stop for the special protection labels
3866         in Objective-C that start with `@'.
3868         (c-label-key): Removed since it's no longer used.
3870         (c-recognize-colon-labels, c-label-prefix-re): New language
3871         constants to support recognition of generic colon-terminated
3872         labels.
3874         (c-type-decl-end-used): `c-decl-end' is now used whenever there
3875         are colon terminated labels.
3877         * progmodes/cc-align.el (c-lineup-arglist): Fixed bug when the
3878         first argument starts with a special brace list.
3880         * progmodes/cc-engine.el, cc-fonts.el (c-forward-decl-or-cast-1)
3881         (c-font-lock-declarations): Broke out the declaration and cast
3882         recognition from `c-font-lock-declarations' to a new function, so
3883         that it can be used in the indentation engine.
3885         * progmodes/cc-engine.el (c-find-decl-spots): Fixed bug in backing
3886         up to the start of the literal.  Fixed bug with the point on the
3887         wrong side of the search limit that could happen when the start
3888         position is inside a literal.
3890         * progmodes/cc-engine.el (c-parse-state)
3891         (c-invalidate-state-cache): Modified the use of `c-state-cache-end'
3892         so that it's kept a little bit back to increase the hit rate.
3894         (c-parse-state): Changed the macro handling and fixed some
3895         glitches.  Macro context is checked more often than necessary now,
3896         but otoh less garbage conses are generated.
3898         * progmodes/cc-engine.el (c-parse-state)
3899         (c-invalidate-state-cache): Cache the last position where
3900         `c-state-cache' applies.  This can speed up refontification quite
3901         a bit in blocks where there are many non-brace parens before the
3902         point.
3904         (c-state-cache-end): New variable for this.
3906         (c-guess-basic-syntax, c-debug-parse-state): Adapted for the new
3907         cache variable.
3909         * progmodes/cc-engine.el (c-find-decl-spots): Take more care to
3910         get close initial continue positions when the start position is
3911         inside a literal or macro.  Do not call the callback for spots
3912         before the start position (which can happen e.g. for `c-decl-end'
3913         spots inside comments).  Optimize better in special cases when the
3914         region is a single line inside a literal or macro (typically when
3915         the current line is refontified).
3917         * progmodes/cc-engine.el (c-guess-basic-syntax): Simplified calls
3918         to `c-add-stmt-syntax' - there's no need to explicitly whack off
3919         entries from the paren state.
3921         * progmodes/cc-engine.el (c-add-stmt-syntax): Narrowed down the
3922         special case for "else if" clauses.
3924         * progmodes/cc-engine.el (c-looking-at-inexpr-block)
3925         (c-add-stmt-syntax): Use `c-recognize-paren-inexpr-blocks'.
3927         * progmodes/cc-langs.el (c-recognize-paren-inexpr-blocks): New
3928         language variable to recognize the gcc extension with statement
3929         blocks inside expressions.
3931         * progmodes/cc-engine.el (c-add-stmt-syntax): Restructured to make
3932         it somewhat more comprehensible.  The argument AT-BLOCK-START is
3933         no longer used and hence removed.
3935         (c-guess-continued-construct, c-guess-basic-syntax): Updated calls
3936         to `c-add-stmt-syntax'.
3938         * progmodes/cc-engine.el (c-backward-to-decl-anchor): Use
3939         `c-beginning-of-statement-1' instead of duplicating parts of it.
3940         This fixes bogus label recognition.
3942         * progmodes/cc-engine.el (c-add-type, c-check-type)
3943         (c-forward-name, c-forward-type): Improved storage of template
3944         types in `c-found-types' so that they can be recognized better.
3946         (c-syntactic-content): Added option to skip past nested parens.
3948         * progmodes/cc-engine.el (c-forward-name): Set
3949         `c-last-identifier-range' all the time.  It's less work that way.
3950         Handle that there might not be an identifier to store in
3951         `c-last-identifier-range'.
3953         (c-forward-type): Handle that `c-last-identifier-range' might be
3954         nil from `c-forward-name'.
3956         * progmodes/cc-defs.el (c-safe-scan-lists)
3957         (c-(go-)?(up|down)-list-(forward|backward)): Added limit arguments.
3959         * progmodes/cc-defs.el (c-save-buffer-state): Use `unwind-protect'
3960         to work even if the form fails.
3962         * progmodes/cc-engine.el (c-parse-state): Speedup when moving far
3963         down in a large file in one go.
3965         (c-get-fallback-start-pos): New helper function for
3966         `c-parse-state'.
3968         * progmodes/cc-align.el (c-lineup-assignments): New lineup
3969         function which is like `c-lineup-math' but returns nil instead of
3970         `c-basic-offset' when it doesn't match.
3972         (c-lineup-math): Changed to use `c-lineup-assignments'.
3974 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
3976         * progmodes/cc-cmds.el: Fix some bugs in subfunctions of
3977         c-beginning-of-statement.  New subfunctions
3978         c-in-comment-line-prefix-p, c-narrow-to-comment-innards.
3980 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
3982         * progmodes/cc-fonts.el, cc-langs.el: Use `c-simple-ws' instead of
3983         hardcoded char classes whereever possible.  Changed a couple of
3984         places to use skip by syntax instead of skip by char class.
3986         * progmodes/cc-langs.el (c-unterminated-block-comment-regexp):
3987         Fixed a bug in the regexp that caused extreme backtracking.
3989         * progmodes/cc-langs.el (c-block-comment-starter)
3990         (c-block-comment-ender): New language constants to specify in a
3991         single place how block comments look.
3993         (c-comment-start-regexp, c-block-comment-start-regexp)
3994         (comment-start, comment-end, comment-start-skip)
3995         (c-syntactic-ws-start, c-syntactic-ws-end, c-nonwhite-syntactic-ws)
3996         (c-syntactic-ws, c-nonempty-syntactic-ws)
3997         (c-single-line-syntactic-ws, c-syntactic-eol): Now built from
3998         `c-line-comment-starter', `c-block-comment-starter' and
3999         `c-block-comment-ender'.
4001         (c-block-comment-regexp, c-unterminated-block-comment-regexp):
4002         New language constants to break up things a bit.
4004         (c-simple-ws): New language constant for simple whitespace.
4006         * progmodes/cc-defs.el (c-concat-separated): New convenience
4007         function.
4009         * progmodes/cc-defs.el (c-make-keywords-re): Added kludge for bug
4010         in `regexp-opt' in Emacs 20 and XEmacs when strings contain
4011         newlines.  Allow and ignore nil elements in the list.
4013 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
4015         * progmodes/cc-cmds.el: Comment out a (n almost certainly
4016         superfluous) check, (eq here (point-max)) in
4017         c-beginning-of-statement.
4019         * progmodes/cc-cmds.el: Tidy up the comments in
4020         c-beginning-of-statement and subfunctions.
4022         * progmodes/cc-awk.el: Replace calls to put-text-property to the
4023         more flexible c-put-char-property and c-clear-char-properties.
4024         Add the author's email address.
4026         * progmodes/cc-langs.el: New variable,
4027         c-block-comment-start-regexp.
4029         * progmodes/cc-cmds.el: Fix bug with M-e, when point is inside the
4030         closing "*/" of a block comment.
4032         * progmodes/cc-cmds.el: Tidy c-beginning-of-sentence (and
4033         subfunctions) so that it works at BOB and EOB.
4035         * progmodes/cc-cmds.el, cc-vars.el: More updating of
4036         c-beginning-of-statement, including new variable
4037         c-block-comment-start-regexp.
4039 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
4041         * progmodes/cc-langs.el (c-known-type-key): Optimize simple
4042         symbols from `*-font-lock-extra-types' so that there's no need to
4043         use `regexp-opt' on those lists.
4045         * progmodes/cc-langs.el (c-type-decl-suffix-key): Fix when
4046         `c-type-modifier-kwds' is empty.
4048         * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix when
4049         there are several strings on the same line.
4051         * progmodes/cc-engine.el (c-literal-limits): Removed the
4052         compatibility function for older emacsen.  `c-literal-limits-fast'
4053         has now taken the place of this function.
4055         * progmodes/cc-vars.el (c-emacs-features): Removed compatibility
4056         with older emacsen: We now require `pps-extended-state'.
4058 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
4060         * progmodes/cc-cmds.el: New function c-beginning-of-sentence,
4061         which obviates the need to hack sentence-end.  This now handles
4062         escaped newlines in strings correctly.  Correct minor bugs in
4063         c-move-over-sentence and in c-beginning-of-statement.
4065         * progmodes/cc-cmds.el (c-beginning-of-statement (and
4066         subfunctions)): Adapt c-\(back\|forward\)-over-illiterals such
4067         that movement over macros and code are rigorously separated from
4068         eachother.  Correct a few incidental bugs.
4070         * progmodes/cc-cmds.el: Restructure c-beginning-of-statement:
4071         Improve its doc-string.  Improve the handling of certain specific
4072         cases.
4074 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
4076         * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el
4077         (c-guess-basic-syntax): Changed the way class-level labels are
4078         recognized; they can now contain essentially any symbols.
4080         (c-opt-extra-label-key): New language variable to cope with the
4081         special protection label syntax in Objective-C.
4083         (c-opt-access-key): Removed; this is now handled better by
4084         `c-nonlabel-token-key' and `c-opt-extra-label-key'.
4086         (c-complex-decl-matchers): Update to handle that
4087         `c-opt-access-key' no longer exists.
4089         * progmodes/cc-engine.el (c-guess-basic-syntax): Make use of the
4090         improved label recognition in `c-beginning-of-statement-1'.
4092         * progmodes/cc-engine.el (c-beginning-of-member-init-list):
4093         Recognize bitfields better.
4095         * progmodes/cc-engine.el (c-beginning-of-inheritance-list):
4096         Removed some cruft and fixed a bug that could cause it to go to a
4097         position further down.
4099         * progmodes/cc-langs.el, cc-engine.el
4100         (c-beginning-of-statement-1): Improved detection of labels in
4101         declaration contexts.
4103         (c-beginning-of-decl-1): Use it.
4105         (c-nonlabel-token-key): New language constant and variable needed
4106         by `c-beginning-of-statement-1'.
4108         * progmodes/cc-engine.el (c-guess-basic-syntax): Fixed bug that
4109         manifested itself due to the correction in `c-forward-sexp'.
4111         * progmodes/cc-defs.el (c-forward-sexp, c-backward-sexp): Made
4112         these behave as documented when used at the buffer limits.
4114         * progmodes/cc-mode.el, cc-engine.el, cc-langs.el
4115         (c-type-decl-end-used): Made this a language variable.
4117         * progmodes/cc-mode.el (c-after-change): Widen the buffer to work
4118         correctly when `combine-after-change-calls' is used together with
4119         temporary narrowings.
4121         * progmodes/cc-engine.el (c-beginning-of-statement-1): Report
4122         labels correctly when the start point is immediately after the
4123         colon.
4125         * progmodes/cc-defs.el (c-parse-sexp-lookup-properties): Removed
4126         since it isn't used anymore.
4128         * progmodes/cc-cmds.el (c-electric-lt-gt): Detect and mark angle
4129         bracket arglists such as template parens in C++.
4131         * progmodes/cc-engine.el (c-syntactic-skip-backward): Fixed a bug
4132         in the last check-in.  Some optimization.
4134         * progmodes/cc-engine.el (c-syntactic-skip-backward): Fixed bug
4135         where it could stop at the same level in a preceding sexp when
4136         PAREN-LEVEL is set.
4138         * progmodes/cc-mode.el (c-basic-common-init): Turn on syntax-table
4139         text property lookup only when it's needed.
4141         * progmodes/cc-langs.el, cc-engine.el, cc-fonts.el, cc-mode.el:
4142         Changed the policy for paren marked angle brackets to be more
4143         persistent; once marked they remain marked even when they're found
4144         to be unbalanced in the searched region.  This should keep the
4145         paren syntax around even when individual lines are refontified in
4146         multiline template arglists.
4148         (c-parse-and-markup-<>-arglists): New dynamically bound variable
4149         to control markup so that incorrect angle bracket arglists aren't
4150         marked in contexts where the correct value for
4151         `c-disallow-comma-in-<>-arglists' isn't known.
4153         (c-forward-<>-arglist, c-forward-<>-arglist-recur): The reparse
4154         argument has become `c-parse-and-markup-<>-arglists'.
4156         (c-remove-<>-arglist-properties): Removed - no longer used.
4158         (c-after-change-check-<>-operators): New function used on
4159         `after-change-functions' to avoid that "<" and ">" characters that
4160         are part of longer operators have paren syntax.
4162         (c-<>-multichar-token-regexp): New language variable used by
4163         `c-after-change-check-<>-operators'.
4165         (c-after-change): Call `c-after-change-check-<>-operators'.
4167         (c-font-lock-<>-arglists): Use the context properties set by
4168         `c-font-lock-declarations' to set
4169         `c-disallow-comma-in-<>-arglists' correctly to avoid doing invalid
4170         markup.
4172         (c-font-lock-declarations): Removed code that undoes the invalid
4173         markup done by `c-font-lock-<>-arglists'.
4175         (c-complex-decl-matchers): `c-font-lock-<>-arglists' now runs
4176         after `c-font-lock-declarations'.
4178         * progmodes/cc-engine.el (c-syntactic-skip-backward): Added
4179         paren-level feature.
4181         (c-guess-basic-syntax): Improved the anchor position for
4182         `template-args-cont' in nested template arglists.  There's still
4183         much to be desired in this area, though.
4185 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
4187         * progmodes/cc-cmds.el, cc-engine.el, cc-langs.el, cc-vars.el:
4188         Make the "Text Filling and Line Breaking" commands work for AWK
4189         buffers.
4191 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
4193         * progmodes/cc-defs.el, cc-engine.el (c-mode-is-new-awk-p):
4194         Removed; (c-major-mode-is 'awk-mode) can be used instead now.
4196         * progmodes/cc-mode.el: Always set up AWK mode since emacsen where
4197         it doesn't work no longer are supported.
4199         * progmodes/cc-mode.el, cc-styles.el, cc-vars.el, cc-defs.el
4200         * cc-engine.el, cc-fonts.el, cc-langs.el, cc-cmds.el: CC Mode now
4201         requires support for the syntax-table' text property, which rules
4202         out Emacs 19 and XEmacs < 21.4.  Removed various compatibility
4203         cruft associated with those versions.
4205         * progmodes/cc-defs.el, cc-fix.el: CC Mode now requires support
4206         for the `syntax-table' text property, which rules out Emacs 19 and
4207         XEmacs < 21.4.  Removed various compatibility cruft associated
4208         with those versions.
4210         * progmodes/cc-vars.el (c-emacs-features): CC Mode now requires
4211         support for the `syntax-table' text property.
4213         * progmodes/cc-fonts.el (c-nonbreakable-space-face): Remove the
4214         variable and use an extra quoted face name instead.  All the
4215         emacsen flavors handle that correctly.
4217         * progmodes/cc-fonts.el (c-font-lock-complex-decl-prepare)
4218         (c-font-lock-declarators, c-font-lock-declarations)
4219         (c-complex-decl-matchers, c-basic-matchers-after): Use a text
4220         property to mark the items in in declarator lists to handle
4221         refontification inside multiline declarations better.
4223         * progmodes/cc-fonts.el (c-font-lock-declarations): Recognize a
4224         construct like "a * b = c;" as a declaration.
4226 2005-12-08  Kim F. Storm  <storm@cua.dk>
4228         * emulation/cua-base.el (cua-use-hyper-key): Replaced by ...
4229         (cua-rectangle-modifier-key): ... this.  New defcustom.  Can now
4230         select either meta, hyper, or super modifier for rectangle commands.
4231         (cua--rectangle-modifier-key): New defvar.
4232         (cua--M/H-key): Use it.  Remove special case for `space'.
4233         (cua--init-keymaps): Initialize it from cua-rectangle-modifier-key
4234         on X, to meta otherwise.  Always bind C-return to toggle
4235         rectangle.  Pass ?\s instead of `space' to cua--M/H-key.
4237         * emulation/cua-rect.el (cua-help-for-rectangle): Use
4238         cua--rectangle-modifier-key.  Handle super modifier too.
4239         (cua--init-rectangles): Always bind C-return to toggle rectangle.
4240         Pass ?\s instead of `space' to cua--M/H-key and cua--rect-M/H-key.
4242         * ido.el: Move Acknowledgements and History after Commentary.
4243         Minor changes to Commentary.
4245         * emulation/cua-base.el (cua--select-keymaps): Enable repeat
4246         keymap if cua--prefix-override-timer is `shift'.
4247         (cua--shift-control-prefix): New function; emulate "type prefix
4248         key twice" functionality to handle shifted prefix key override.
4249         (cua--shift-control-c-prefix, cua--shift-control-x-prefix): New
4250         commands.
4251         (cua--init-keymaps): Bind them to S-C-c and S-C-x.
4253 2005-12-08  Carsten Dominik  <dominik@science.uva.nl>
4255         * textmodes/org.el (org-insert-heading): Try to do items before
4256         headings.
4257         (org-agenda-mode): Quote `org-agenda-mode-hook'.
4258         (org-insert-item): New function.
4259         (org-renumber-ordered-list): Don't skip to higher level lists.
4261 2005-12-08  Juri Linkov  <juri@jurta.org>
4263         * info.el (Info-mode-map): Bind M-TAB to `Info-prev-reference'.
4265         * button.el (button-buffer-map): Bind M-TAB to `backward-button'.
4267         * wid-edit.el (widget-keymap): Bind M-TAB to `widget-backward'.
4269         * pcvs.el (defun-cvs-mode): Put `definition-name' property on
4270         the constructed function name fun-1.
4272         * cus-edit.el (custom-add-parent-links): Filter out custom-group-link,
4273         because such links don't lead to parent documentation.
4275 2005-12-08  Kenichi Handa  <handa@m17n.org>
4277         * descr-text.el (describe-char): Use *Help-2* buffer if the
4278         current buffer is *Help*.  Call describe-text-properties while
4279         setting the original buffer.
4281 2005-12-07  Bill Wohler  <wohler@newt.com>
4283         * files.el (auto-mode-alist): Remove mh-letter-mode.  Unnecessary,
4284         and causes problems with non-MH users (such as Gnus users).
4286 2005-12-08  Nick Roberts  <nickrob@snap.net.nz>
4288         * progmodes/gdb-ui.el (gdb-find-file-unhook): Delete variable.
4289         (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode): Delete functions.
4290         (gdb-set-gud-minor-mode-existing-buffers, gdb-init-2): Use GDB
4291         command "info sources".  Move calls to GDB command "list".
4292         (gdb-find-file-hook): Just use gdb-source-file-list.
4293         (gdb-source-file-regexp): Use regexp for pre-GDB 6.4.
4294         (gdb-source-file-regexp-1): New regexp for GDB 6.4+ only.
4295         (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
4296         (gdb-data-list-register-values-handler): Use correct trigger name.
4298 2005-12-07  Kim F. Storm  <storm@cua.dk>
4300         * ido.el (ido-completion-map): Rename from ido-mode-map.
4301         (ido-common-completion-map, ido-file-completion-map)
4302         (ido-file-dir-completion-map, ido-buffer-completion-map):
4303         Rename from ido-mode-....-map.
4304         (ido-init-completion-maps): Rename from ido-init-mode-maps.
4305         (ido-setup-completion-map): Rename from ido-define-mode-map.
4306         (ido-read-internal): Bind minibuffer-local-filename-completion-map
4307         to ido-completion-map.
4309 2005-12-07  Kenichi Handa  <handa@m17n.org>
4311         * international/mule-cmds.el
4312         (set-display-table-and-terminal-coding-system): If the coding
4313         system specified in `unibyte-display' property is different from
4314         the arg coding-system, don't setup standard-display-table.
4316 2005-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
4318         * emacs-lisp/edebug.el (edebug-skip-whitespace): read1:lread.c says
4319         that comments end at \n, regardless of selective-display.
4321 2005-12-07  Nick Roberts  <nickrob@snap.net.nz>
4323         * progmodes/gdb-ui.el (gdb-error-regexp, gdb-first-post-prompt)
4324         (gdb-version): New variables.
4325         (gdb-source-file-list, gdb-register-names)
4326         (gdb-changed-registers): New variables for use with GDB 6.4+.
4327         (gdb-ann3): Replace with...
4328         (gdb-init-1, gdb-init-2): ...two new functions.
4329         (gdba, gdb-prompt): Call gdb-init-1.
4330         (gdb-get-version): New function.  Call gdb-init-2 from here.
4331         (gud-watch): Make it work with mouse events too.
4332         (gdb-post-prompt): Don't add to queue until GDB version is known.
4333         (gdb-speedbar-expand-node, gdb-post-prompt, gdb-registers-mode)
4334         (gdb-locals-mode): Use gdb-version.
4335         (gdb-memory-format-map, gdb-memory-unit-map)
4336         (gdb-locals-watch-map): Rename from gdb-*-*-keymap.
4337         (gdb-locals-font-lock-keywords-1)
4338         (gdb-locals-font-lock-keywords-2): New variables.
4339         (gdb-find-file-hook): Make it work with GDB 6.4+ too.
4340         (gdb-set-gud-minor-mode-existing-buffers-1)
4341         (gdb-var-list-children-1, gdb-var-list-children-handler-1)
4342         (gdb-var-update-1, gdb-var-update-handler-1)
4343         (gdb-data-list-register-values-handler)
4344         (gdb-data-list-register-values-custom)
4345         (gdb-get-changed-registers, gdb-get-changed-registers-handler)
4346         (gdb-stack-list-locals-handler, gdb-get-register-names):
4347         New functions for use with GDB 6.4+.
4348         (gdb-locals-watch-map-1): New variable for use with GDB 6.4+.
4349         (gdb-source-file-regexp, gdb-var-list-children-regexp-1)
4350         (gdb-var-update-regexp-1, gdb-data-list-register-values-regexp)
4351         (gdb-stack-list-locals-regexp)
4352         (gdb-data-list-register-names-regexp): New regexps for use with
4353         GDB 6.4+.
4355 2005-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
4357         * progmodes/cc-defs.el (c-emacs-features): Don't assume point-min==1.
4359 2005-12-06  Nozomu Ando  <nand@mac.com>  (tiny patch)
4361         * mail/smtpmail.el (smtpmail-try-auth-methods): Make password
4362         prompts work for AUTH PLAIN.  Also reported by Steve Allan
4363         <seallan@verizon.net>.
4365 2005-12-06  L\e$,1 q\e(Brentey K\e,Aa\e(Broly  <lorentey@elte.hu>
4367         * frame.el (set-frame-parameter): Add doc string.
4369 2005-12-06  Carsten Dominik  <dominik@science.uva.nl>
4371         * textmodes/org.el (org-occur-highlights): New variable.
4372         (org-highlight-new-match, org-remove-occur-highlights): New functions.
4373         (org-highlight-sparse-tree-matches): New option.
4374         (org-do-occur): New function.
4375         (org-get-heading): Make it work also at beginning of line.
4376         (org-category-table): New variable.
4377         (org-get-category-table, org-get-category)
4378         (org-camel-to-words, org-link-search): New functions.
4379         (org-select-this-todo-keyword): New variable.
4380         (org-todo-list): New command.
4381         (org-shiftright, org-shiftleft): New commands.
4382         (org-agenda-todo): Add prefix argument.
4383         (org-show-hierarchy-above): New option.
4384         (org-show-todo-tree): Numerical prefix creates tree for specific
4385         TODO keyword.
4386         (org-outline-level): New function, to assign a level to plain
4387         lists items.
4388         (org-cycle-include-plain-lists): New option.
4389         (org-mode): Use `org-outline-level' as value of `outline-level'.
4390         (org-cycle): Temporarily switch `outline-regexp' if
4391         `org-cycle-include-plain-lists' is non-nil.
4392         (org-start-icalendar-file): Fix format bug.
4393         (org-agenda-get-day-entries): Create category table.
4394         (org-agenda-get-todos, org-agenda-get-timestamps)
4395         (org-agenda-get-deadlines, org-agenda-get-scheduled)
4396         (org-agenda-get-blocks): Use `org-get-category'.
4397         (org-context-in-file-links): Rename from
4398         `org-line-numbers-in-file-links'.
4400 2005-12-06  Romain Francoise  <romain@orebokech.com>
4402         * window.el (balance-windows): Delete extraneous third arg in call
4403         to `enlarge-window'.
4405 2005-12-06  Kenichi Handa  <handa@m17n.org>
4407         * international/kinsoku.el (kinsoku-longer): Check eolp, not eobp.
4409 2005-12-06  Nick Roberts  <nickrob@snap.net.nz>
4411         * progmodes/gdb-ui.el (gdb-var-create-handler)
4412         (gdb-var-evaluate-expression-handler, gdb-frame-handler)
4413         (gdb-var-list-children-handler, gdb-var-update-handler):
4414         Current buffer is already gdb-partial-output-buffer, don't
4415         make it current again.
4417 2005-12-05  Luc Teirlinck  <teirllm@auburn.edu>
4419         * buff-menu.el (Buffer-menu-use-frame-buffer-list): New user option.
4420         (list-buffers-noselect): Use it.
4422 2005-12-05  Stefan Monnier  <monnier@iro.umontreal.ca>
4424         * mail/sendmail.el: Remove unnecessary leading-star in docstrings.
4425         (mail-yank-ignored-headers): Use regexp-opt.
4426         (mail-mode-map): Move initialization into declaration.
4427         (mail-sent-via): Remove unused shadowed var `to-line'.
4428         (mail-mailer-swallows-blank-line): Use with-temp-buffer.
4429         (mail-bury, sendmail-send-it, mail-do-fcc): Use with-current-buffer.
4430         (mail-do-fcc): Use dolist and push.
4431         (mail-mode-fill-paragraph): Pass the arg to fill-region-as-paragraph.
4432         (mail-yank-ignored-headers): Don't autoload.
4434 2005-12-05  Kenichi Handa  <handa@m17n.org>
4436         * international/mule-cmds.el (set-language-info-internal): New fun.
4437         (set-language-info): Call set-language-info-internal to update
4438         language-info-alist.  If LANG-ENV is the current one, call
4439         set-language-environment to make INFO effective now.
4440         (set-language-info-alist): Likewise.
4441         (locale-language-names): With locale "en", use English
4442         lang. env. but set the default codings to iso-8859-1.
4444 2005-12-04  Nick Roberts  <nickrob@snap.net.nz>
4446         * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer)
4447         (gdb-speedbar-auto-raise): Echo new state in minibuffer.
4448         (gdb-var-create-handler, gdb-assembler-custom): Use search-forward
4449         for plain strings.
4450         (gdb-frames-mode): Remove redundant call to font-lock-mode.
4451         (gdb-all-registers): Rename from toggle-gdb-all-registers.
4452         Create registers buffer if necessary.  Echo new state in minibuffer.
4453         (gdb-registers-mode-map, gdb-registers-mode): Use gdb-all-registers.
4455 2005-12-03  Chong Yidong  <cyd@stupidchicken.com>
4457         * info.el (Info-fontify-node): Match external links using
4458         non-directory part of filename.
4460 2005-12-04  Juri Linkov  <juri@jurta.org>
4462         * font-core.el (global-font-lock-mode): Use define-global-minor-mode
4463         instead of easy-mmode-define-global-mode.  Add `:group font-lock'.
4464         (font-lock-mode): Replace `:group font-lock' with `nil nil nil'
4465         because there is no customization option for it.
4467         * font-lock.el (lisp-font-lock-keywords-1):
4468         Add define-global-minor-mode.
4470         * emacs-lisp/autoload.el (make-autoload): Add define-global-minor-mode.
4472         * emacs-lisp/derived.el (define-derived-mode): Put `definition-name'
4473         properties on the constructed variable names.
4475         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
4476         Put `definition-name' properties on the constructed function names
4477         next-sym and prev-sym.
4479         * emacs-lisp/find-func.el (find-function-regexp):
4480         Add define-global-minor-mode.  Replace `easy-mmode-define-global-mode'
4481         with `easy-mmode-define-[a-z-]+'.  Add easy-menu-define.
4482         (find-variable-regexp): Add easy-mmode-defmap, easy-mmode-defsyntax
4483         and easy-menu-define.
4485         * emacs-lisp/lisp-mode.el: Put `doc-string-elt' property on
4486         easy-mmode-define-global-mode and define-global-minor-mode.
4487         (lisp-imenu-generic-expression): Add define-global-minor-mode.
4489         * progmodes/cwarn.el (global-cwarn-mode): Use define-global-minor-mode
4490         instead of easy-mmode-define-global-mode.
4492         * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
4493         Use define-minor-mode instead of easy-mmode-define-minor-mode.
4495         * cus-edit.el (customize-group, customize-group-other-window):
4496         Filter out autoloaded options from the group completion list by
4497         using heuristics that autoloaded groups don't have `custom-autoload'
4498         property on their symbols (they have only `custom-loads').
4500         * simple.el (completion-setup-function): Put completions-common-part
4501         face on complete completion string too (i.e. completion string
4502         without completions-first-difference face).
4504         * man.el (Man-section-regexp): Add 0-9 to support "3X11" sections.
4506 2005-12-03  Eli Zaretskii  <eliz@gnu.org>
4508         * view.el (view-mode): Doc fix.
4510         * disp-table.el (standard-display-european): Add to the warning
4511         message a reference to the doc string.
4513         * play/yow.el (apropos-zippy): Call print-help-return-message,
4514         similar to other Help and Apropos commands.
4516         * help.el (print-help-return-message): If pop-up-frames is
4517         non-nil, set up help-return-method to delete the help window and,
4518         possibly, its frame as well, and don't display message about
4519         scrolling the help window.  Doc fix.
4520         (help-return-method): Doc fix.
4522 2005-12-03  Martin Rudalics  <rudalics@gmx.at>  (tiny change)
4524         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Fix bug
4525         whereby names of length one or names starting with a
4526         symbol-constituent character would not be returned.
4528 2005-12-03  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
4530         * subr.el (atomic-change-group): Add edebug and indentation spec.
4532 2005-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4534         * completion.el (save-completions-file-name): Fix typo in last change.
4536 2005-12-02  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
4538         * info.el: Move back/forward history to the beginning of the tool bar.
4540 2005-12-02  Ken Manheimer  <ken.manheimer@gmail.com>
4542         * allout.el (eval-when-compile): Remove unnecessary load of cl.
4543         Add fset of allout-real-isearch-abort during compile to fix
4544         byte-compilation warnings.
4545         (allout-mode-p): Move definition of this macro above all uses, or
4546         byte compilation in barren emacs (eg, during emacs build) will
4547         lack the definition.
4548         (allout-mode): Move this variable above any uses, or byte
4549         compilation will fail.
4550         (allout-resolve-xref): Remove use of personal file-reference function.
4551         (allout-toggle-current-subtree-encryption): Do the current (ie,
4552         visible containing) topic, rather than nearest around point.  Doc fix.
4553         (allout-toggle-subtree-encryption): New function, workhorse that
4554         works on nearest topic containing point.
4555         (allout-encrypt-string): Signal requirement for newer version of pgg.
4556         (allout-resumptions): Doc fix.
4558 2005-12-02  Eli Zaretskii  <eliz@gnu.org>
4560         * international/latexenc.el (latex-inputenc-coding-alist): Doc fix.
4562 2005-12-02  Agustin Martin  <agustin.martin@hispalinux.es>
4564         * textmodes/flyspell.el (flyspell-external-point-words):
4565         Consider a misspelling as found in the string search if: (a) misspelling
4566         and found string lengths match, or (b) misspelling is found as
4567         element in a boundary-chars separated longer string, or (c)
4568         ispell-program-name is really ispell and misspelling is found as
4569         part of a TeX string.  After successful match move beginning of
4570         search region to end of match.  Warn about not found misspellings
4571         once the process is done.
4572         (flyspell-large-region): Do not set ispell-parser to tex if in TeX mode.
4574 2005-12-02  Nick Roberts  <nickrob@snap.net.nz>
4576         * progmodes/gud.el (gud-menu-map): Put gud-finish back on the
4577         tool bar (removed inadvertently).
4579 2005-12-02  Juri Linkov  <juri@jurta.org>
4581         * log-view.el (log-view-diff): Clarify doc string.
4583 2005-12-01  Bill Wohler  <wohler@newt.com>
4585         * Makefile.in (mh-loaddefs.el): Reinsert Change Log as its absence
4586         triggers lm-verify errors.
4588 2005-12-01  Luc Teirlinck  <teirllm@auburn.edu>
4590         * simple.el (transient-mark-mode, line-number-mode)
4591         (column-number-mode, size-indication-mode): Remove `:require nil'.
4593 2005-12-01  Nick Roberts  <nickrob@snap.net.nz>
4595         * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-2 to gdb-mouse-until
4596         in the margin also.
4597         (gdb-breakpoints-mode-map): Use D instead of d for
4598         gdb-delete-breakpoint.
4599         (gdb-get-frame-number): Require a number to match on.
4600         (gdb-threads-mode-map): Add follow-link binding.
4602 2005-11-30  Jason Rumney  <jasonr@gnu.org>
4604         * isearch.el (isearch-mode-map): Avoid exiting search on
4605         language-change event.
4607 2005-11-30  Romain Francoise  <romain@orebokech.com>
4609         * speedbar.el (speedbar-default-position): New defcustom.
4610         (speedbar-frame-reposition-smartly): Use it.
4612         * dframe.el (dframe-reposition-frame-emacs): Fix position
4613         computation for `left' location.
4614         Update copyright year.
4616 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4618         * help.el (help-map): Move initialization into declaration.
4620         * emacs-lisp/autoload.el (make-autoload): Handle defgroup specially.
4622         * help-fns.el (help-argument-name): Don't autoload.
4623         It's useless and triggers a bug in cus-dep.el causing ldefs-boot
4624         to be re-loaded when customizing the `help' group.
4626 2005-11-30  John Paul Wallington  <jpw@gnu.org>
4628         * help-fns.el (describe-function-1): Fill arglist output.
4630 2005-11-30  Kim F. Storm  <storm@cua.dk>
4632         * emulation/cua-rect.el (cua--rectangle-overlays): Make permanent-local.
4633         (cua--rectangle-post-command): Cleanup overlays and deactivate mark
4634         after revert-buffer (or anything else which kills all local variables).
4636         * apropos.el (apropos-parse-pattern): Doc fix.
4637         Set apropos-regexp directly, rather than expecting callers to do so.
4638         (apropos-command, apropos, apropos-value, apropos-documentation):
4639         Simplify calls to apropos-parse-pattern.
4641 2005-11-29  Chong Yidong  <cyd@stupidchicken.com>
4643         * hi-lock.el (hi-lock-line-face-buffer, hi-lock-face-buffer)
4644         (hi-lock-face-phrase-buffer): Use hi-yellow face.
4645         (hi-lock-write-interactive-patterns): Use comment-region.
4647         * longlines.el (longlines-mode): Add mail-setup-hook.
4649         * mail/mailheader.el, mail/sendmail.el: Revert 2005-11-17 changes.
4651         * simple.el (sendmail-user-agent-compose, next-line):
4652         Conditionally use hard-newline.
4654 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
4656         * international/latexenc.el (latex-inputenc-coding-alist):
4657         Reword doc string.
4659 2005-11-29  Chong Yidong  <cyd@stupidchicken.com>
4661         * help.el (describe-key-briefly, describe-key): Recognize default
4662         bindings.
4664 2005-11-29  Romain Francoise  <romain@orebokech.com>
4666         * view.el (view-inhibit-help-message): New defcustom.
4667         (view-mode-enter): Use it.
4669 2005-11-29  Michael Kifer  <kifer@cs.stonybrook.edu>
4671         * ediff-wind (ediff-setup-control-frame, ediff-make-wide-display):
4672         Preserve user position.
4674 2005-11-28  Luc Teirlinck  <teirllm@auburn.edu>
4676         * font-lock.el: Throw error if facemenu is not loaded to prevent
4677         accidental change of loading order in loadup.el.  (Suggested by RMS.)
4679         * loadup.el: Add comment explaining why facemenu must be loaded
4680         before font-lock.
4682 2005-11-28  Jay Belanger  <belanger@truman.edu>
4684         * calc/calc.el: Change global keybinding for calc-dispatch to "\C-x*".
4685         (calc-dispatch-map): Add more keys for `calc-same-interface'.
4687         * calc/calc-misc.el (calc-dispatch-help): Update docstring.
4689         * calc/calc-embed.el (calc-do-embedded): Update help message.
4691         * calc/calc-prog.el (calc-user-define-invokation): Update help message.
4693 2005-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
4695         * log-edit.el (log-edit-insert-cvs-rcstemplate): Ignore stderr.
4697         * emacs-lisp/elp.el (elp-not-profilable): Replace interactive-p with
4698         called-interactively-p.
4699         (elp-profilable-p): Rename from elp-not-profilable-p.
4700         Invert result and take into account macros and autoloaded functions.
4701         (elp-instrument-function): Update call.
4702         (elp-instrument-package): Update call.  Add completion.
4703         (elp-pack-number): Use match-string.
4704         (elp-results-jump-to-definition-by-mouse): Merge into
4705         elp-results-jump-to-definition and then remove.
4706         (elp-output-insert-symname): Make help echo text single-line.
4708         * replace.el (query-replace-map): Move initialization into declaration.
4709         (occur-engine): Use with-current-buffer.
4710         (occur-mode-goto-occurrence): Make it work for mouse-clicks as well.
4711         (occur-mode-mouse-goto): Replace with an alias.
4713 2005-11-28  Juri Linkov  <juri@jurta.org>
4715         * simple.el (quoted-insert): Let-bind input-method-function to nil.
4717         * term/w32-win.el: Bind [S-tab] to [backtab].
4719         * info.el (Info-fontify-node): Set 2nd arg `noerror' of
4720         `Info-find-file' to t.
4722         * replace.el (occur-mode-mouse-goto): Pop, don't switch.
4723         (occur-mode-goto-occurrence): Let-bind same-window-buffer-names
4724         and same-window-regexps.
4725         (occur-next-error): Don't move point for arg 0.
4727 2005-11-28  Chong Yidong  <cyd@stupidchicken.com>
4729         * replace.el (occur-mode-goto-occurrence): Pop, don't switch.
4731 2005-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
4733         * log-edit.el (log-edit-changelog-use-first): New var.
4734         (log-edit-changelog-ours-p): Use it.
4735         (log-edit-insert-changelog): Set it with new arg `use-first'.
4736         (log-edit-insert-cvs-rcstemplate, log-edit-insert-filenames): New funs.
4737         (log-edit-hook): Add them to the list of suggested options.
4739         * textmodes/flyspell.el (flyspell-last-buffer): New var.
4740         (flyspell-accept-buffer-local-defs): Use it to avoid doing silly
4741         redundant work.
4742         (flyspell-mode-on): Use add-hook for after-change-functions.
4743         (flyspell-mode-off): Use remove-hook for after-change-functions.
4744         (flyspell-changes): Make it buffer-local.
4745         (flyspell-after-change-function): Make it non-interactive.  Use push.
4746         (flyspell-post-command-hook): Check input-pending-p while processing
4747         the potentially long list of buffer changes.
4749 2005-11-28  L\e$,1 q\e(Brentey K\e,Aa\e(Broly  <lorentey@elte.hu>
4751         * buff-menu.el (list-buffers-noselect): Display the selected
4752         frame's buffer list, not the global one.
4754 2005-11-28  Nick Roberts  <nickrob@snap.net.nz>
4756         * xt-mouse.el (xterm-mouse-event): Set last-input-event so
4757         that (list last-input-event) works as in interactive spec.
4759 2005-11-27  Luc Teirlinck  <teirllm@auburn.edu>
4761         * loadup.el ("facemenu"): Load facemenu before font-lock, because
4762         `facemenu-keymap' needs to be defined when font-lock is loaded.
4763         Otherwise, `M-o M-o' is not bound to `font-lock-fontify-block'.
4765 2005-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
4767         * completion.el: Remove useless leading * in defcustom docstrings.
4768         (save-completions-file-name): Use ~/.emacs.d if available.
4769         (completion-standard-syntax-table): Rename from
4770         cmpl-standard-syntax-table and fold initialization into declaration,
4771         thus removing cmpl-make-standard-completion-syntax-table.
4772         (completion-lisp-syntax-table, completion-c-syntax-table)
4773         (completion-fortran-syntax-table, completion-c-def-syntax-table): Idem.
4774         (cmpl-saved-syntax, cmpl-saved-point): Remove.
4775         (symbol-under-point, symbol-before-point)
4776         (symbol-under-or-before-point, symbol-before-point-for-complete)
4777         (add-completions-from-c-buffer): Use with-syntax-table.
4778         (make-completion): Don't return a list of completion entries.
4779         Update callers.
4780         (cmpl-prefix-entry-head, cmpl-prefix-entry-tail): Use defalias.
4781         (completion-initialize): Rename from initialize-completions.
4782         (completion-find-file-hook): Rename from cmpl-find-file-hook.
4783         (kill-emacs-save-completions): Collect stats here.
4784         (save-completions-to-file, load-completions-from-file):
4785         Use with-current-buffer.
4786         (completion-def-wrapper): Rename from def-completion-wrapper.  Make it
4787         into a function.  Move all calls to toplevel.
4788         (completion-lisp-mode-hook): New fun.
4789         (completion-c-mode-hook, completion-setup-fortran-mode):
4790         Set the syntax-table here.  Use local-set-key.
4791         (completion-saved-bindings): New var.
4792         (dynamic-completion-mode): Make it into a proper minor mode.
4793         (load-completions-from-file): Remove unused var `num-uses'.
4795         * emacs-lisp/cl-macs.el (defstruct): Don't define the default
4796         constructor if it is explicitly overridden.
4798         * complete.el (PC-completion-as-file-name-predicate):
4799         Use minibuffer-completing-file-name.
4800         (partial-completion-mode): Use find-file-not-found-functions.
4801         (PC-lisp-complete-symbol): Use with-syntax-table.
4802         (PC-look-for-include-file): Remove dead setq.
4803         (PC-look-for-include-file, PC-expand-many-files, PC-do-completion)
4804         (PC-complete): Use with-current-buffer.
4806         * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): \ doesn't
4807         escape single quotes.
4809 2005-11-27  Luc Teirlinck  <teirllm@auburn.edu>
4811         * dabbrev.el (dabbrev-completion): Simplify code, by getting rid
4812         of `if' whose condition always returned nil.  Doc fix.
4814         * buff-menu.el (Buffer-menu-revert-function): Make the selected
4815         window's buffer the current buffer around the call to
4816         `list-buffers-noselect'.  This is necessary to mark that buffer
4817         with a `.' in the Buffer Menu when called from Lisp, for instance
4818         by Auto Revert Mode.
4820 2005-11-28  Nick Roberts  <nickrob@snap.net.nz>
4822         * progmodes/gdb-ui.el (gdb-stopped): Detect child process when
4823         attaching to it.
4824         (gdb-pre-prompt): Make sure gdb-error is reset.
4826         * progmodes/gud.el (gud-gdb-marker-filter): When GDB is invoked
4827         with a child process, detect it.
4828         (gud-speedbar-buttons): Match regexp more carefully.
4830 2005-11-27  Richard M. Stallman  <rms@gnu.org>
4832         * mouse.el (mouse-drag-move-window-bottom):
4833         Use adjust-window-trailing-edge.
4835 2005-11-27  Luc Teirlinck  <teirllm@auburn.edu>
4837         * simple.el (blink-matching-open): Ignore
4838         `blink-matching-paren-on-screen' if `show-paren-mode' is enabled.
4839         (blink-matching-paren-on-screen): Update docstring.
4841         * paren.el (show-paren-mode): No longer change
4842         `blink-matching-paren-on-screen'.
4844 2005-11-27  John Paul Wallington  <jpw@pobox.com>
4846         * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
4847         (gdb-threads-select, gdb-edit-register-value):
4848         Use `posn-set-point' instead of `mouse-set-point' because the
4849         latter is not fbound when configured without X.
4851 2005-11-27  Kim F. Storm  <storm@cua.dk>
4853         * emulation/cua-rect.el (cua--highlight-rectangle): Preserve
4854         existing face when partially highlighting a TAB in a rectangle.
4856 2005-11-26  Kim F. Storm  <storm@cua.dk>
4858         * ido.el (ido-mode-map): Doc fix.
4859         (ido-mode-common-map, ido-mode-file-map)
4860         (ido-mode-file-dir-map, ido-mode-buffer-map): New keymaps.
4861         (ido-define-mode-map): Rewrite.  Select one of the new maps as
4862         parent for ido-mode-map instead of building from scratch.
4863         (ido-init-mode-maps): New defun to initialize new maps.
4864         (ido-mode): Call it.
4865         (ido-switch-buffer): Doc fix -- use \<ido-mode-buffer-map>.
4866         (ido-find-file): Doc fix -- use \<ido-mode-file-map>.
4868 2005-11-26  John Paul Wallington  <jpw@pobox.com>
4870         * arc-mode.el (archive-extract): Use `posn-set-point' instead of
4871         `mouse-set-point' because the latter is not fbound when configured
4872         without X.
4874 2005-11-26  Thien-Thi Nguyen  <ttn@gnu.org>
4876         * files.el (file-relative-name): Doc fix.
4878 2005-11-26  Kurt Hornik  <Kurt.Hornik@wu-wien.ac.at>
4880         * progmodes/octave-inf.el (inferior-octave-startup): Force a
4881         non-empty string for secondary prompt PS2.
4883 2005-11-25  Chong Yidong  <cyd@stupidchicken.com>
4885         * progmodes/compile.el (compilation-setup): Fix last change.
4887 2005-11-26  Nick Roberts  <nickrob@snap.net.nz>
4889         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
4890         (gdb-mouse-toggle-breakpoint-margin)
4891         (gdb-mouse-toggle-breakpoint-fringe, gdb-threads-select):
4892         Add gdb-server-prefix to keep out of command history.
4893         (gdb-edit-register-value): New function.
4894         (gdb-registers-mode-map): Bind mouse-2 and RET to it.
4895         (gdb-info-registers-custom): Use above map.
4897 2005-11-25  Chong Yidong  <cyd@stupidchicken.com>
4899         * custom.el (enable-theme): Signal error if argument is not a
4900         theme.  Don't recalculate a face if it's not loaded yet.
4902         * cus-face.el (custom-theme-set-faces): Don't change saved-face if
4903         the `user' theme is in effect.
4905         * info.el (Info-on-current-buffer): Record actual filename in
4906         Info-current-file, instead of t, or a fake filename if a non-file
4907         buffer.  Make autoload.
4908         (Info-find-node, Info-revert-find-node): No need to check for
4909         Info-current-file nil.
4910         (Info-set-mode-line, Info-up, Info-copy-current-node-name):
4911         Info-current-file is now never `t'.
4912         (Info-fontify-node): Many simplifications due to Info-current-file
4913         always being valid.  Use Info-find-file to find node filename.
4915 2005-11-25  David Kastrup  <dak@gnu.org>
4917         * longlines.el (longlines-wrap-line): Reorder wrapping to "insert
4918         new character, then delete" in order to preserve markers.
4920 2005-11-25  David Ponce  <david@dponce.com>
4922         * recentf.el (recentf-arrange-by-rule): Handle a special
4923         `auto-mode-alist'-like "strip suffix" rule.
4924         (recentf-build-mode-rules): Handle second level auto-mode entries.
4926 2005-11-25  Michael Kifer  <kifer@cs.stonybrook.edu>
4928         * viper-keym.el (viper-ESC-key): Use different values in terminal and
4929         window modes.
4931         * viper.el (viper-emacs-state-mode-list): Delete mail-mode, add
4932         jde-javadoc-checker-report-mode.
4934         * ediff-wind (ediff-make-wide-display): Slight simplification.
4936         * ediff.el (ediff-date): Change the date of last update.
4938 2005-11-24  Chong Yidong  <cyd@stupidchicken.com>
4940         * hi-lock.el (hi-lock-buffer-mode): Renamed from `hi-lock-mode'.
4941         Use define-minor-mode, and make it a local mode.  Turn on font-lock.
4942         (hi-lock-mode): New global minor mode.
4943         (turn-on-hi-lock-if-enabled): New function.
4944         (hi-lock-line-face-buffer, hi-lock-face-buffer, hi-lock-set-pattern):
4945         Change arguments to regexp and face instead of a font-lock pattern.
4946         Directly set face property, instead of refontifying.
4947         (hi-lock-font-lock-hook): Check if font-lock is being turned on.
4948         (hi-lock-find-patterns): Use line-number-at-pos.
4950         (hi-lock-face-phrase-buffer): Call hi-lock-buffer-mode.  Use new
4951         arguments for hi-lock-set-pattern.
4952         (hi-lock-unface-buffer, hi-lock-set-file-patterns):
4953         Call font-lock-fontify-buffer.
4954         (hi-lock-find-file-hook, hi-lock-current-line)
4955         (hi-lock-refontify, hi-lock-set-patterns): Delete unused functions.
4957         (hi-lock-font-lock-hook): Turn off hi-lock when font lock is
4958         turned off.
4960         * progmodes/compile.el (compilation-setup): Don't fiddle with
4961         font-lock-defaults.
4963 2005-11-25  Nick Roberts  <nickrob@snap.net.nz>
4965         * progmodes/gdb-ui.el (gdb-var-create-handler)
4966         (gdb-var-list-children-handler): Find values for all variable
4967         objects.  gud-speedbar-buttons decides whether to display them.
4969 2005-11-24  Romain Francoise  <romain@orebokech.com>
4971         * info.el (Info-speedbar-fetch-file-nodes): Prefix temporary
4972         buffer name with a space.
4974 2005-11-24  Carsten Dominik  <dominik@science.uva.nl>
4976         * textmodes/org.el (org-export-plain-list-max-depth): Renamed from
4977         `org-export-local-list-max-depth'.  Change default value to 3.
4978         (org-auto-renumber-ordered-lists)
4979         (org-plain-list-ordered-item-terminator): New options.
4980         (org-at-item-p, org-beginning-of-item, org-end-of-item)
4981         (org-get-indentation, org-get-string-indentation)
4982         (org-maybe-renumber-ordered-list, org-renumber-ordered-list):
4983         New functions.
4984         (org-move-item-down, org-move-item-up): New commands.
4985         (org-export-as-html): New classes for CSS support.  Bug fix in
4986         regular expression detecting fixed-width regions.  Respect
4987         `org-local-list-ordered-item-terminator'.
4988         (org-set-autofill-regexps, org-adaptive-fill-function): "1)" is
4989         also a list item.
4990         (org-metaup, org-metadown, org-shiftmetaup, org-shiftmetadown):
4991         New item moving functions.
4993 2005-11-24  Juri Linkov  <juri@jurta.org>
4995         * isearch.el (isearch-repeat): With empty search ring set
4996         `isearch-error' to the error string instead of signaling error
4997         with the function `error'.
4999 2005-11-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
5001         * term/mac-win.el: Make modifier `ctrl' an alias for `control'.
5003 2005-11-24  Nick Roberts  <nickrob@snap.net.nz>
5005         * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): New function
5006         and variable.
5007         (gdb-var-create-handler, gdb-var-list-children-handler):
5008         Don't match on "char **...".
5009         (gdb-var-update-handler): Find values for all variable objects.
5010         (gdb-info-frames-custom): Identify frames by leading "#".
5012         * progmodes/gud.el (gud-speedbar-menu-items): Add
5013         gdb-speedbar-auto-raise as radio button.
5014         (gud-speedbar-buttons): Raise speedbar if requested.
5015         Don't match on "char **...".
5016         (gud-speedbar-buttons): Add (pointer) value for non-leaves.
5017         Make it editable.
5019 2005-11-23  Chong Yidong  <cyd@stupidchicken.com>
5021         * info.el (Info-fontify-node): Handle the case where
5022         Info-current-file is t.
5024 2005-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5026         * simple.el (blink-matching-open): Fix off-by-one in last change.
5028 2005-11-23  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
5030         * term/mac-win.el: Don't change default directory.
5032 2005-11-22  Luc Teirlinck  <teirllm@auburn.edu>
5034         * cus-edit.el (Custom-reset-standard): Make it handle Custom group
5035         buffers correctly.  (It used to throw an error in such buffers.)
5036         Make it ask for confirmation in group buffers and other Custom
5037         buffers containing more than one customization item.
5039 2005-11-22  John Paul Wallington  <jpw@gnu.org>
5041         * net/goto-addr.el (goto-address-fontify): Put `follow-link'
5042         property on mail and url overlays.
5043         (goto-address-at-point): Use `posn-set-point' instead of
5044         `mouse-set-point' because the latter is not fbound when configured
5045         without X.
5047 2005-11-22  Lars Hansen  <larsh@soem.dk>
5049         * ls-lisp.el (ls-lisp-parse-symlink): Delete.
5050         (ls-lisp-classify, ls-lisp-format): Delete call to
5051         ls-lisp-parse-symlink.
5052         (ls-lisp-handle-switches): Handle symlinks to directories as
5053         directories when ls-lisp-dirs-first in non-nil.
5055 2005-11-21  Luc Teirlinck  <teirllm@auburn.edu>
5057         * startup.el (command-line): Make sure that loaddefs.el is handled
5058         correctly in load-history.
5060 2005-11-22  Nick Roberts  <nickrob@snap.net.nz>
5062         * progmodes/gdb-ui.el (gdb-locals-watch-keymap): New local map.
5063         (gdb-struct-string, gdb-array-string): New constants.
5064         (gdb-info-locals-handler): Use them.
5065         (gdb-reset): Reset gdb-var-list to nil.
5067 2005-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5069         * progmodes/sh-script.el (sh-font-lock-paren): Handle continued lines
5070         in patterns.
5072 2005-11-21  Juri Linkov  <juri@jurta.org>
5074         * custom.el (defcustom): Update link types in docstring.
5076 2005-11-20  Martin Rudalics  <rudalics@gmx.at>  (tiny change)
5078         * custom.el (defgroup): Add doc-string-elt info.
5080         * widget.el (define-widget): Don't use declare for the doc-string-elt.
5082 2005-11-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5084         * newcomment.el (comment-enter-backward): Fix last fix.
5086         * simple.el (blink-matching-open):
5087         * paren.el (show-paren-function): Allow new paren-class info.
5089 2005-11-20  Chong Yidong  <cyd@stupidchicken.com>
5091         * faces.el: Revert 2005-11-17 change.  :ignore-defface is now
5092         handled automagically.
5094 2005-11-20  Andreas Schwab  <schwab@suse.de>
5096         * descr-text.el (describe-char): When copying overlays put them
5097         over the full char description instead of just the first character
5098         of it.
5100 2005-11-20  Juri Linkov  <juri@jurta.org>
5102         * simple.el (what-cursor-position):
5103         * descr-text.el (describe-char): Use Lisp-readable syntax
5104         for octal and hex.  Reorder decimal, octal and hex values.
5105         Remove excess whitespace in the output.  Use `=' in `column='
5106         like in `point=' and `Hscroll='.
5108         * international/mule-cmds.el (encoded-string-description):
5109         Use Lisp-readable syntax for hex.
5111 2005-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
5113         * newcomment.el (comment-enter-backward): Handle the case where the
5114         comment is closed by EOB.
5116 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
5118         * longlines.el (longlines-before-revert-hook)
5119         (longlines-after-revert-hook): New functions.
5120         (longlines-mode): Turn off longlines temporarily when reverting.
5121         Add a message-setup-hook.
5122         (longlines-decode-buffer): New function.
5123         (longlines-wrap-line): Preserve marker positions.
5125 2005-11-19  Andreas Schwab  <schwab@suse.de>
5127         * emacs-lisp/shadow.el: Handle compressed files.
5129 2005-11-19  Romain Francoise  <romain@orebokech.com>
5131         * net/browse-url.el (browse-url-default-browser): Signal an error
5132         if no usable browser can be found, rather than try to load w3.
5134 2005-11-16  Ryan Yeske  <rcyeske@gmail.com>
5136         * net/rcirc.el (rcirc-mangle-text): Add bold face property without
5137         replacing existing properties.
5138         (rcirc-my-nick, rcirc-other-nick, rcirc-server)
5139         (rcirc-nick-in-message, rcirc-prompt): Use min-colors and remove
5140         tty specs.
5141         (rcirc-server-prefix, rcirc-server): New faces.
5142         (rcirc-url-regexp): Generate with rx macro.
5143         (rcirc-last-server-message-time): New variable.
5144         (rcirc-filter): Record time of last message.
5145         (rcirc-keepalive): Kill processes that did not send a message
5146         since the last ping.
5147         (rcirc-mode): Give rcirc-topic a local binding here.
5149 2005-11-19  Michael Cadilhac  <michael.cadilhac@lrde.org>  (tiny change)
5151         * subr.el (read-passwd): Fontify the prompt as we do with other
5152         prompts.
5154 2005-11-19  Ryan Yeske  <rcyeske@gmail.com>
5156         * ffap.el (ffap-menu-rescan): Use inhibit-read-only instead of
5157         binding buffer-read-only to nil.
5159 2005-11-19  Eli Zaretskii  <eliz@gnu.org>
5161         * complete.el (partial-completion-mode):
5162         Mention completion-auto-help in the doc string.
5164         * man.el (Man-highlight-references): Doc fix.  Reformat code in a
5165         more Lisp-ish way.
5167 2005-11-19  Slawomir Nowaczyk  <slawomir.nowaczyk.847@student.lu.se>  (tiny change)
5169         * ls-lisp.el (ls-lisp-format-file-size): Format file size with 9
5170         digits, not 8, to avoid misalignment for files larger than 100MB.
5172 2005-11-19  Eli Zaretskii  <eliz@gnu.org>
5174         * menu-bar.el (menu-bar-describe-menu) <list-keybindings>:
5175         Mention "keyboard shortcuts" in the help text.
5177 2005-11-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
5179         * startup.el (fancy-splash-default-action): Discard only
5180         mouse-down and succeeding mouse-up events in the splash screen
5181         window so that drag-n-drop event can be processed.
5183 2005-11-18  Chong Yidong  <cyd@stupidchicken.com>
5185         * longlines.el (longlines-mode): Add hacks for mail-mode and
5186         message-mode.
5188 2005-11-18  Carsten Dominik  <dominik@science.uva.nl>
5190         * textmodes/org.el (org-table-sort-lines): New command.
5191         (org-tbl-menu): Add entry for `org-table-sort-lines'.
5192         (org-add-file): Command removed, use `org-agenda-file-to-front'
5193         instead.
5194         (org-export-icalendar): Use `org-icalendar-combined-name'.
5195         (org-cycle-agenda-files, org-agenda-file-to-end)
5196         (org-agenda-file-to-front): New commands.
5197         (org-table-tab-jumps-over-hlines, org-export-html-style):
5198         New options.
5199         (org-table-next-field): Use `org-table-tab-jumps-over-hlines'.
5200         (org-at-table.el-p, org-set-autofill-regexps, org-html-protect):
5201         New functions.
5202         (org-fill-paragraph): Call `org-table-align' in tables.
5203         (org-mode): Call `org-set-autofill-regexps'.
5204         (org-export-as-html): Support for local handformatted lists.
5205         Modified to produce valid HTML 4.0.  Use `org-export-html-style'.
5206         (org-export-local-list-max-depth): New option.
5207         (org-html-expand): Use `org-html-protect'.
5209 2005-11-18  Nick Roberts  <nickrob@snap.net.nz>
5211         * progmodes/gud.el (gud-install-speedbar-variables): Bind gud-pp
5212         to "p".
5213         (gdb): Move definition of gud-pp to...
5215         * progmodes/gdb-ui.el (gdb-ann3): ...here.  Make it work in the
5216         speedbar.
5217         (gdb-find-watch-expression): New function.
5219 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
5221         * faces.el (face-attribute, set-face-attribute): Mention existence
5222         of `:ignore-defface' setting in docstring.
5224 2005-11-17  Stefan Monnier  <monnier@iro.umontreal.ca>
5226         * simple.el (completion-setup-function): Fix last change.
5228 2005-11-17  John Paul Wallington  <jpw@pobox.com>
5230         * ibuf-ext.el (ibuffer-interactive-filter-by-mode):
5231         Use `posn-set-point' instead of `mouse-set-point' because the
5232         latter is not fbound when configured without X.
5234         * comint.el (comint-insert-input): Likewise.
5236 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
5238         * simple.el (hard-newline): New variable.
5239         (sendmail-user-agent-compose, next-line): Use it.
5241         * mail/sendmail.el (mail-setup, mail-send, mail-insert-from-field)
5242         (sendmail-send-it, mail-do-fcc, mail-cc, mail-bcc, mail-fcc)
5243         (mail-mail-reply-to, mail-mail-followup-to)
5244         (mail-position-on-field, mail-signature, mail-yank-original)
5245         (mail-attach-file): Likewise.
5247         * mail/mailheader.el (mail-header-format)
5248         (mail-header-format-function): Likewise.
5250         * add-log.el (add-change-log-entry, change-log-merge): Likewise.
5252 2005-11-17  Juri Linkov  <juri@jurta.org>
5254         * font-lock.el (font-lock-faces): Rename this defgroup from
5255         `font-lock-highlighting-faces'.
5256         (font-lock-comment-face, font-lock-comment-delimiter-face)
5257         (font-lock-string-face, font-lock-doc-face)
5258         (font-lock-keyword-face, font-lock-builtin-face)
5259         (font-lock-function-name-face, font-lock-variable-name-face)
5260         (font-lock-type-face, font-lock-constant-face)
5261         (font-lock-warning-face, font-lock-negation-char-face)
5262         (font-lock-preprocessor-face)
5263         (font-lock-regexp-grouping-backslash)
5264         (font-lock-regexp-grouping-construct): Rename :group from
5265         `font-lock-highlighting-faces' to `font-lock-faces'.
5267         * cus-edit.el (lisp, c, tex):
5268         * progmodes/ada-mode.el (ada):
5269         * progmodes/asm-mode.el (asm):
5270         * progmodes/cperl-mode.el (cperl-faces):
5271         * progmodes/cpp.el (cpp):
5272         * progmodes/dcl-mode.el (dcl):
5273         * progmodes/f90.el (f90):
5274         * progmodes/fortran.el (fortran):
5275         * progmodes/icon.el (icon):
5276         * progmodes/idlwave.el (idlwave-misc):
5277         * progmodes/m4-mode.el (m4):
5278         * progmodes/make-mode.el (makefile):
5279         * progmodes/meta-mode.el (meta-font):
5280         * progmodes/modula2.el (modula2):
5281         * progmodes/octave-mod.el (octave):
5282         * progmodes/pascal.el (pascal):
5283         * progmodes/perl-mode.el (perl):
5284         * progmodes/prolog.el (prolog):
5285         * progmodes/ps-mode.el (PostScript-edit):
5286         * progmodes/scheme.el (scheme):
5287         * progmodes/sh-script.el (sh-script):
5288         * progmodes/simula.el (simula):
5289         * progmodes/tcl.el (tcl):
5290         * textmodes/nroff-mode.el (nroff):
5291         * textmodes/reftex-vars.el (reftex-fontification-configurations):
5292         * textmodes/sgml-mode.el (sgml):
5293         * textmodes/texinfo.el (texinfo):
5294         Add :link (custom-group-link font-lock-faces) to defgroup.
5296         * hi-lock.el (hi-lock): Rename this defgroup from
5297         `hi-lock-interactive-text-highlighting'.  Change parent group from
5298         `faces' to `font-lock'.  Add link to the manual.
5299         (hi-lock-mode, hi-lock-file-patterns-range)
5300         (hi-lock-exclude-modes, hi-lock-faces): Rename :group from
5301         `hi-lock-interactive-text-highlighting' to `hi-lock'.
5302         (hi-lock-faces): Add :group `faces'.
5304         * cus-edit.el (custom-variable-prompt): Clarify the code.
5306         * faces.el (face-read-string): Set the default value arg of
5307         completing-read.
5309 2005-11-16  Luc Teirlinck  <teirllm@auburn.edu>
5311         * rfn-eshadow.el (file-name-shadow-properties)
5312         (file-name-shadow-tty-properties, file-name-shadow-mode):
5313         Remove autoloads, because the file is now preloaded.
5315 2005-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
5317         * printing.el (easy-menu-intern): Don't define.
5318         (pr-get-symbol): Use easy-menu-intern only if defined.
5320         * simple.el (blink-matching-open): Simplify a bit.
5321         (completion-setup-function): Fix the case of partial-completion-mode
5322         when the minibuffer's contents start with "-".
5323         Obey completion-base-size-function even when
5324         minibuffer-completing-file-name is non-nil.
5326 2005-11-16  Richard M. Stallman  <rms@gnu.org>
5328         * net/eudcb-ph.el (eudc-ph-open-session):
5329         Use set-process-query-on-exit-flag.
5331         * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-contents.
5333         * international/ucs-tables.el (ucs-set-table-for-input):
5334         Use make-local-variable, not make-variable-buffer-local.
5336         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
5337         Improve warning message text.
5339         * savehist.el (savehist-save-hook): Add :group.
5341         * menu-bar.el (menu-bar-help-menu):
5342         Rename Find Extra Packages to External Packages.
5344         * cus-edit.el (Custom-reset-standard): Verify that
5345         :custom-standard-value prop exists before calling it.
5347         * apropos.el (apropos-calc-scores): Use apropos-pattern.
5349 2005-11-16  Martin Rudalics  <rudalics@gmx.at>  (tiny change)
5351         * wid-edit.el (color): Enclose %t in %{...%}.
5353         * cus-edit.el (face): Enclose %t in %{...%}.
5355 2005-11-16  Hrvoje Niksic  <hniksic@xemacs.org>
5357         * savehist.el (savehist-mode-hook): Re-add the var.
5358         (savehist-mode): Use it.
5360 2005-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
5362         * textmodes/flyspell.el: Fix commenting convention.
5363         Remove unnecessary leading * in custom docstrings.
5364         (flyspell-emacs): Remove unused var.
5365         (flyspell-delete-region-overlays): Use remove-overlays.
5366         (flyspell-accept-buffer-local-defs): Use save-current-buffer.
5367         (flyspell-debug-signal-no-check, flyspell-debug-signal-changed-checked)
5368         (flyspell-debug-signal-pre-word-checked, flyspell-post-command-hook)
5369         (flyspell-debug-signal-word-checked): Use with-current-buffer.
5370         (make-flyspell-overlay): Don't locally reuse a global name.
5371         (flyspell-highlight-incorrect-region)
5372         (flyspell-highlight-duplicate-region): Use flyspell-unhighlight-at.
5373         (flyspell-check-previous-highlighted-word): Use flyspell-overlay-p.
5374         (flyspell-notify-misspell): Remove unused args `start' and `end'.
5375         (flyspell-word): Adjust call accordingly.  Use ispell-send-string.
5376         Wrap calls to accept-process-output inside with-local-quit since it's
5377         often called from a post-command-hook.
5378         (flyspell-correct-word, flyspell-auto-correct-word):
5379         Use ispell-send-string.
5380         (flyspell-xemacs-popup): Remove unused arg `event'.  Update call.
5382         * calendar/diary-lib.el (diary-list-entries): Also hide the
5383         terminating newline.
5385 2005-11-16  Carsten Dominik  <dominik@science.uva.nl>
5387         * textmodes/reftex.el (reftex-use-fonts): Remove the check for
5388         window-system, to allow fonts on tty.
5390 2005-11-17  Nick Roberts  <nickrob@snap.net.nz>
5392         * progmodes/gud.el (gud-speedbar-item-info): New function.
5393         (gud-install-speedbar-variables): Use it to display data type
5394         of watch expression as a tooltip in speedbar.
5396 2005-11-15  Luc Teirlinck  <teirllm@auburn.edu>
5398         * font-core.el (global-font-lock-mode): Add :version keyword,
5399         because default was changed.
5401         * jka-cmpr-hook.el (auto-compression-mode): Ditto.
5403         * startup.el (command-line): Use `custom-reevaluate-setting' for
5404         `file-name-shadow-mode'.
5406         * loadup.el: Preload rfn-eshadow.
5408         * rfn-eshadow.el (file-name-shadow-mode): Set :init-value to t.
5409         Add :version keyword.
5410         (file-name-shadow-properties, file-name-shadow-tty-properties)
5411         (file-name-shadow): Add :version keyword.
5413         * cus-edit.el (custom-add-parent-links): Fix bug whereby, for
5414         instance, `(fringe custom-face)' shadowed `(fringe custom-group)'
5415         in the custom-group property of the symbol frames and the fringe
5416         group got no link to its parent group frames.
5417         Doc fix.
5419 2005-11-16  Nick Roberts  <nickrob@snap.net.nz>
5421         * progmodes/gud.el (gud-stop-subjob): New function.
5422         (gud-menu-map, gud-tool-bar-map): Use it.
5424 2005-11-16  Kim F. Storm  <storm@cua.dk>
5426         * progmodes/gud.el (gud-menu-map): Let [stop] stop program rather
5427         than kill it.
5428         (gud-tool-bar-map): Likewise.  Move cont/until/finish buttons
5429         to a more useful/logical place.
5431 2005-11-16  Nick Roberts  <nickrob@snap.net.nz>
5433         * progmodes/gud.el (gud-menu-map): Make visibility of stop and
5434         go buttons complementary.
5436 2005-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
5438         * rfn-eshadow.el (rfn-eshadow-regexp): Remove.
5439         (rfn-eshadow-sifn-equal): New function.
5440         (rfn-eshadow-update-overlay): Rewrite to use substitute-in-file-name.
5442 2005-11-15  Michael Kifer  <kifer@cs.stonybrook.edu>
5444         * viper-utils (viper-non-word-characters-reformed-vi): Quote `-' in
5445         string.
5447         * viper.el (viper-emacs-state-mode-list): Ensure that
5448         rcirc-mode buffers come up in Emacs state.
5450         * ediff-util (ediff-make-temp-file): Use proper file-name-handler
5451         operation.
5453 2005-11-15  Dan Nicolaescu  <dann@ics.uci.edu>
5455         * term.el (term-termcap-format): Fix typos.
5456         (term-down): Fix the negative argument case.
5458 2005-11-16  Nick Roberts  <nickrob@snap.net.nz>
5460         * progmodes/gdb-ui.el: Remove face-alias left over from change on
5461         2005-08-15.
5462         (gdb-ann3): New command gud-go.
5463         (menu): Accomodate gdb-mi.el.
5464         (gdb-assembler-custom): Make buffer of selected window current
5465         so that set-window-point works.
5467         * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Re-define
5468         buttons and include new ones.
5470 2005-11-16  Kim F. Storm  <storm@cua.dk>
5472         * progmodes/gud.el (gud-tool-bar-item-visible-no-fringe): New function.
5473         (gud-menu-map): Use it.
5475 2005-11-14  Luc Teirlinck  <teirllm@auburn.edu>
5477         * jka-cmpr-hook.el (auto-compression-mode): Enable it in a way
5478         that works correctly for Custom and that does not override a user
5479         who disables it.
5481         * help-mode.el (help-make-xrefs, help-xref-on-pp)
5482         (help-xref-interned, help-follow): Make hyperlinks for variables
5483         that are unbound, but have a non-nil variable-documentation property.
5485         * emacs-lisp/derived.el (define-derived-mode): Remove defvar for
5486         mode hook.  (It conflicted with defcustoms for some mode hooks.)
5487         Use the `variable-documentation' property to give the mode hook a
5488         docstring and expand that docstring.
5490 2005-11-14  Hrvoje Niksic  <hniksic@xemacs.org>
5492         * savehist.el (savehist-mode): Don't bother with
5493         `custom-set-minor-mode'.
5494         (savehist-coding-system): Check XEmacs version.
5495         (history-length): Declare also at run time.
5496         (savehist-mode): Don't emit a message.  Don't run the minor mode hook.
5497         Don't set the customize state.
5498         (savehist-minibuffer-hook): Special case for when
5499         minibuffer-history-variable is equal to t.
5501 2005-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
5503         * files.el (write-file): Refresh VC status.
5505         * calendar/diary-lib.el (diary-list-entries, diary-show-all-entries)
5506         (mark-diary-entries, make-diary-entry): Check default-major-mode rather
5507         than fundamental-mode to see if the mode was set.
5509 2005-11-14  Romain Francoise  <romain@orebokech.com>
5511         * dired-x.el: If `vm-visit-folder' doesn't exist, define it as a
5512         dummy function in `eval-when-compile' to avoid compiler warning.
5513         Require `man' at compile time.
5515 2005-11-14  Jay Belanger  <belanger@truman.edu>
5517         * calc-alg.el (calcFunc-write-out-power): Rename it to
5518         calcFunc-powerexpand.
5519         (math-write-out-power): Rename it to math-powerexpand; have it
5520         handle negative exponents.
5521         (calc-writeoutpower): Rename it to calc-powerexpand.
5523         * calc-ext.el: Change calcFunc-writeoutpower and
5524         calc-writeoutpower to calcFunc-powerexpand and calc-powerexpand in
5525         autoloads.
5526         Add calcFunc-ldiv to autoloads.
5528         * calc-arith.el (calcFunc-ldiv): New function.
5530         * calc.el (calc-left-divide): New function.
5532 2005-11-14  Juri Linkov  <juri@jurta.org>
5534         * cus-edit.el (custom-variable-prompt): Set the default value arg
5535         of completing-read.
5537         * cus-dep.el (custom-make-dependencies): Reverse the list of
5538         found dependencies.
5540 2005-11-14  Dan Nicolaescu  <dann@ics.uci.edu>
5542         * menu-bar.el (menu-bar-options-menu): Delete "Syntax
5543         Highlighting" entry, it is on by default now.
5544         (menu-bar-options-save): Do not save global-font-lock-mode.
5546 2005-11-13  Richard M. Stallman  <rms@gnu.org>
5548         * textmodes/flyspell.el (flyspell-large-region):
5549         Call flyspell-accept-buffer-local-defs.
5551 2005-11-13  Agustin Martin  <agustin.martin@hispalinux.es>
5553         * textmodes/flyspell.el (flyspell-notify-misspell):
5554         Fix misspelling of "Misspelling".
5555         (flyspell-process-localwords): New function.
5556         (flyspell-large-region): Call flyspell-process-localwords and
5557         flyspell-delete-region-overlays.
5558         (flyspell-delete-region-overlays): New function.
5559         (flyspell-delete-all-overlays): Call that.
5561 2005-11-13  Richard M. Stallman  <rms@gnu.org>
5563         * help.el (help-for-help-internal): Improve doc of C-h a.
5564         (describe-key): Improve prompt; doc fix.
5566 2005-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
5568         * vc-svn.el (vc-svn-registered): Catch all errors.
5570         * cus-dep.el (custom-make-dependencies): Typo.
5572 2005-11-13  Michael Albinus  <michael.albinus@gmx.de>
5574         * net/tramp-util.el (top): Fix compilation warning.
5576 2005-11-13  Kim F. Storm  <storm@cua.dk>
5578         * help.el (help-for-help-internal): Fix `a' entry.  Add `d' entry.
5580 2005-11-13  Nick Roberts  <nickrob@snap.net.nz>
5582         * progmodes/gud.el (gud-menu-map): Move parentheses (again).
5583         (gud-speedbar-buttons): Match on "const char *" too.
5585         * progmodes/gdb-ui.el (gdb-var-create-handler)
5586         (gdb-var-list-children-handler): Match on "const char *" too.
5587         (gdb-var-evaluate-expression-handler): Match on empty string.
5588         (gdb-var-update-handler): Only call
5589         gdb-var-evaluate-expression-handler when required.
5591 2005-11-13  Nick Roberts  <nickrob@snap.net.nz>
5593         * progmodes/gud.el (gud-menu-map): Revert to window-fringes for
5594         selected window.  This still doesn't work for speedbar.
5595         (gud-speedbar-buttons): Handle string expressions properly.
5597         * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
5598         (gdb-var-create-handler): Handle string expressions properly.
5599         (gdb-var-list-children-regexp, gdb-var-list-children-handler):
5600         Handle string expressions properly.  Move "type" field into regexp.
5602 2005-11-12  Karl Fogel  <kfogel@red-bean.com>
5604         * bookmark.el (bookmark-maybe-message): New function to reduce
5605         code duplication: invokes `message' iff baud-rate is high enough.
5606         (bookmark-write-file): Use above instead of an inline conditional.
5607         (bookmark-load): Same.
5609 2005-11-12  Karl Fogel  <kfogel@red-bean.com>
5611         * bookmark.el (bookmark-write-file): Don't visit the destination
5612         file, just write the data to it using write-region.  This is
5613         similar to saveplace.el at 2005-05-29T08:36:26Z!rms@gnu.org, but with an additional
5614         change to avoid visiting the file in the first place.
5616 2005-11-12  Chong Yidong  <cyd@stupidchicken.com>
5618         * hi-lock.el (hi-lock-mode): Set the default value of
5619         font-lock-defaults.
5621 2005-11-11  Luc Teirlinck  <teirllm@auburn.edu>
5623         * find-lisp.el (find-lisp-find-dired-insert-file): Pass `string'
5624         arg to `file-attributes'.
5625         (find-lisp-format): The UID and GID can now be strings.
5627 2005-11-12  Kim F. Storm  <storm@cua.dk>
5629         * help.el (help-map): Bind C-h d to apropos-documentation.
5631         * simple.el (what-cursor-position): Print (EOB) instead of (100%)
5632         when point is at end-of-buffer.
5634         * apropos.el (apropos-match-face): Doc fix.
5635         (apropos-sort-by-scores): Add new choice `verbose'.
5636         (apropos-documentation-sort-by-scores): New defcustom.
5637         (apropos-pattern): Now contains the pattern entered by the user.
5638         (apropos-pattern-quoted): New defvar.
5639         (apropos-regexp): New defvar, containing the regexp corresponding
5640         to apropos-pattern.
5641         (apropos-all-words-regexp): Rename from apropos-all-regexp.
5642         (apropos-read-pattern): New defun.  Use it to read pattern arg in
5643         interactive calls; returns list of words for a word list, and
5644         string for a regexp.
5645         (apropos-parse-pattern): Rename from apropos-rewrite-regexp.  Now
5646         parses a list of words or regexp as returned by apropos-read-pattern.
5647         (apropos-calc-scores): Return nil if apropos-regexp doesn't match.
5648         (apropos-score-doc): Return a very high score if the string
5649         entered by the user matches literally.
5650         (apropos-variable): Doc fix.  Use apropos-read-pattern.
5651         (apropos-command): Doc fix.  Use apropos-read-pattern and
5652         apropos-parse-pattern.  Call apropos-print with nosubst=t.
5653         (apropos, apropos-value): Doc fix.  Use apropos-read-pattern and
5654         apropos-parse-pattern.
5655         (apropos-documentation): Doc fix.  Use apropos-read-pattern and
5656         apropos-parse-pattern.  Locally bind apropos-sort-by-scores to
5657         apropos-documentation-sort-by-scores.  Call apropos-print with
5658         nosubst=t.
5659         (apropos-documentation-internal): Pass doc string through
5660         substitute-key-definition before adding text properties.
5661         Highlight substring matching literal user input if possible.
5662         (apropos-documentation-check-doc-file): Remove locals beg and end.
5663         Fix calculation of score (as added twice).  Pass doc string through
5664         substitute-key-definition before adding text properties.
5665         (apropos-documentation-check-elc-file): Pass doc string through
5666         substitute-key-definition before adding text properties.
5667         Highlight substring matching literal user input if possible.
5668         (apropos-print): Add new arg NOSUBST; if set, command and variable
5669         doc strings have already been passed through substitute-key-definition.
5670         Add code to handle apropos-accumulator items without score element
5671         for backwards compatibility (e.g. with woman package).
5672         Only show scores if apropos-sort-by-scores is `verbose'.
5674 2005-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5676         * jka-cmpr-hook.el (jka-compr-install): Use push and dolist.
5677         Add jka-compr-load-suffixes to load-suffixes.
5679         * jka-compr.el: Require jka-cmpr-hook.
5680         (jka-compr-info-compress-message, jka-compr-info-compress-program)
5681         (jka-compr-info-compress-args, jka-compr-info-uncompress-message)
5682         (jka-compr-info-uncompress-program, jka-compr-info-uncompress-args)
5683         (jka-compr-info-can-append, jka-compr-info-strip-extension)
5684         (jka-compr-info-file-magic-bytes, jka-compr-get-compression-info)
5685         (jka-compr-info-regexp): Remove.  Provided by jka-cmpr-hook.
5686         (jka-compr-uninstall): Remove entries from
5687         jka-compr-added-to-file-coding-system-alist after they are used.
5688         (jka-compr-error): Remove unused var `curbuf'.
5689         (jka-compr-file-local-copy): Remove unused var `notfound'.
5691 2005-11-10  Romain Francoise  <romain@orebokech.com>
5693         * apropos.el (apropos-calc-scores): Use `apropos-pattern'.
5695 2005-11-11  Nick Roberts  <nickrob@snap.net.nz>
5697         * progmodes/gud.el (gud-menu-map): Move parentheses.
5698         (gdb): New command gud-pv.
5700 2005-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5702         * tar-mode.el: Remove spurious or unnecessary leading stars
5703         in docstrings.
5704         (tar-header-block-tokenize): Also obey default-file-name-coding-system.
5705         (tar-parse-octal-integer-safe): Use mapc.
5706         (tar-header-block-summarize): Remove unused var `ck'.
5707         (tar-summarize-buffer): Don't clear the modified-p bit if it wasn't
5708         cleared before.  Obey default-enable-multibyte-characters.
5709         Use mapconcat.  Simplify setting of tar-header-offset.
5710         (tar-mode-map): Move initialization inside delcaration.
5711         (tar-flag-deleted): Use `abs'.
5712         (tar-expunge-internal): Remove unused var `line'.
5713         (tar-expunge-internal): Don't hardcode point-min==1.
5714         (tar-expunge): Widen while doing set-buffer-multibyte.
5715         (tar-rename-entry): Use file-name-coding-system.
5716         (tar-alter-one-field): Don't hardcode point-min==1.
5717         (tar-subfile-save-buffer): string-as-unibyte works on unibyte strings.
5718         (tar-pad-to-blocksize): Don't hardcode point-min==1.  Clarify the code.
5720 2005-11-10  Masatake YAMATO  <jet@gyve.org>
5722         * add-log.el (add-log-current-defun): Handle class::method
5723         notation of c++.  Fix incorrect comment.
5725 2005-11-10  Alan Mackenzie  <acm@muc.de>
5727         * help-fns.el (describe-variable): Make C-h v work when a variable
5728         has variable documentation yet is unbound.
5730 2005-11-10  Masatake YAMATO  <jet@gyve.org>
5732         * man.el (Man-highlight-references): Set an empty
5733         string to `Man-arguments' if it is nil.
5734         Suggested by Reiner Steib <Reiner.Steib@gmx.de>.
5736 2005-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
5738         * Makefile.in (mh-loaddefs.el, loaddefs.el): Better follow the
5739         commenting conventions.
5741         * cus-dep.el (custom-make-dependencies): Simplify.
5742         Better follow the commenting conventions.
5744 2005-11-09  Richard M. Stallman  <rms@gnu.org>
5746         * apropos.el (apropos-pattern): Rename from apropos-regexp.
5747         (apropos-orig-pattern): Rename from apropos-orig-regexp.
5748         All uses changed.
5749         (apropos-rewrite-regexp): Doc fix.
5750         (apropos-variable, apropos-command, apropos, apropos-value):
5751         Change prompt; carry through the argument renaming.
5753 2005-11-09  Luc Teirlinck  <teirllm@auburn.edu>
5755         * find-lisp.el: Require dired.
5756         (find-lisp-find-dired-internal): Do not call
5757         `abbreviate-file-name' on DIR.
5759 2005-11-10  Nick Roberts  <nickrob@snap.net.nz>
5761         * progmodes/gud.el (gdb): Make gud-pp use user-defined command pp1.
5763 2005-11-09  Nick Roberts  <nickrob@snap.net.nz>
5765         * progmodes/gud.el (gud-menu-map): Ensure tool-bar is constant
5766         when using the speedbar.
5767         (gdb): New command gud-pp.
5768         (gud-menu-map, gud-tool-bar-map): Put it on the tool bar.
5770 2005-11-09  Juri Linkov  <juri@jurta.org>
5772         * replace.el (occur-excluded-properties): New defcustom.
5773         (occur-1, occur-engine, occur-accumulate-lines): Use it.
5775 2005-11-08  Jay Belanger  <belanger@truman.edu>
5777         * calc/calc-units.el (math-convert-units): Replace any composite
5778         unit by its definition.
5780 2005-11-08  Lars Hansen  <larsh@soem.dk>
5782         * emacs-lisp/autoload.el (update-directory-autoloads):
5783         Add obsolete function alias.
5785 2005-11-07  Stefan Monnier  <monnier@iro.umontreal.ca>
5787         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
5788         comment-indent-function.
5789         (lisp-comment-indent): Replace by an alias for comment-indent-default.
5791         * reveal.el (reveal-post-command): Rework the handling of
5792         reveal-open-spots, so as to be more reliable.  There were several
5793         tricky corner cases where an open spot might be lost, or where
5794         a closed spot might end up on the list of open spots.
5795         Only reveal text that's ellipsised.
5797 2005-11-07  Carsten Dominik  <dominik@science.uva.nl>
5799         * textmodes/org.el (org-export-as-html): Remove bogus (debug) form.
5801 2005-11-07  John Paul Wallington  <jpw@gnu.org>
5803         * ibuffer.el (ibuffer): Search iconified frames too when
5804         getting Ibuffer buffer's window.
5806 2005-11-06  Richard M. Stallman  <rms@gnu.org>
5808         * progmodes/compile.el (compilation-internal-error-properties):
5809         save-excursion around the computation of MARKER.
5811 2005-11-06  Piet van Oostrum  <piet@cs.uu.nl>
5813         * textmodes/flyspell.el (flyspell-external-point-words):
5814         flyspell-get-word returns a list, not just a string.
5816 2005-11-06  John Paul Wallington  <jpw@pobox.com>
5818         * ibuffer.el (ibuffer): Search all visible frames when getting
5819         Ibuffer buffer's window.
5821 2005-11-07  Masatake YAMATO  <jet@gyve.org>
5823         * man.el (Man-reference-regexp): Accept spaces between
5824         `Man-name-regexp' and `Man-section-regexp'.
5825         (Man-apropos-regexp): New variable.
5826         (Man-abstract-xref-man-page): Use value for `Man-target-string'
5827         if available.
5828         (Man-highlight-references, Man-highlight-references0):
5829         Handle the case when `Man-arguments' includes "-k".
5830         (Man-highlight-references0): Rename the argument `TARGET-POS' to
5831         `TARGET'. `TARGET' can be a number, function or nil.
5833 2005-11-06  Nick Roberts  <nickrob@snap.net.nz>
5835         * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-var-delete)
5836         (gdb-edit-value, gdb-speedbar-expand-node, gdb-get-create-buffer)
5837         (gdb-breakpoints-mode, gdb-toggle-breakpoint, gdb-delete-breakpoint)
5838         (gdb-goto-breakpoint, gdb-frames-mode, gdb-registers-mode)
5839         (gdb-locals-mode, gdb-find-file-hook): Use buffer-local-value.
5840         (gdb-send-item): Use buffer-local-value and simplify.
5842 2005-11-05  Luc Teirlinck  <teirllm@auburn.edu>
5844         * startup.el (command-line): Use `custom-reevaluate-setting' for
5845         `global-font-lock-mode'.
5847         * font-core.el (global-font-lock-mode): Enable `global-font-lock-mode'
5848         by default, except in batch mode or when the -D option is given.
5850         * emacs-lisp/easy-mmode.el (define-global-minor-mode): Pass all
5851         specified keyword args on to `define-minor-mode'.  Update docstring.
5853 2005-11-05  Romain Francoise  <romain@orebokech.com>
5855         * replace.el (occur-engine): Add marker at end of line, too.
5857 2005-11-04  Ken Manheimer  <ken.manheimer@gmail.com>
5859         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
5860         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
5861         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
5862         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
5863         argument to all these routines, so the passphrase can be managed
5864         externally and passed in to the system.
5865         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
5866         pgg-add-passphrase-to-cache function.
5868         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
5869         (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
5870         (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
5871         (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
5872         argument to all these routines, so the passphrase can be managed
5873         externally and passed in to the system.
5874         (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
5875         function.
5877 2005-11-04  Dan Nicolaescu  <dann@ics.uci.edu>
5879         * font-lock.el: Don't deal with font-lock-face-attributes here,
5880         move the code ...
5882         * startup.el (command-line): ... here.  Use face-spec-set instead
5883         of custom-declare-face.
5885         * faces.el (face-spec-set): Reset the face if spec is not nil.
5887 2005-11-04  Stefan Monnier  <monnier@iro.umontreal.ca>
5889         * newcomment.el (comment-region-internal): Box more tightly in the
5890         common case where there's no TAB in the boxed text.
5892 2005-11-04  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
5894         * info.el (info-tool-bar-map): Use images prev-node, next-node and
5895         up-node.
5897 2005-11-04  Ulf Jasper  <ulf.jasper@web.de>
5899         * newsticker.el: Commentary updated.  Code formatting changed.
5900         (newsticker-version): Change to "1.9".
5901         (newsticker, newsticker-feed): Doc fix.
5902         (newsticker-url-list): Doc fix.  Add option "Weekly".
5903         (newsticker-retrieval-interval): Add option "Weekly".
5904         (newsticker-headline-processing): Doc fix.
5905         (newsticker-auto-mark-filter): Remove.
5906         (newsticker-auto-mark-filter-list): New.
5907         (newsticker-layout, newsticker-sort-method): Doc fix.
5908         (newsticker-hide-old-items-in-newsticker-buffer)
5909         (newsticker-heading-format, newsticker-item-format)
5910         (newsticker-desc-format): Doc fix.
5911         (newsticker-show-all-rss-elements): Remove.
5912         (newsticker-show-all-news-elements): New.
5913         (newsticker-faces, newsticker-ticker): Doc fix.
5914         (remove-from-invisibility-spec): Code formatting.
5915         (newsticker--process-ids): New.
5916         (newsticker-mode): Doc fix.
5917         (newsticker-mode): Change mode-line-format.
5918         (newsticker-start): Remove debug output.
5919         (newsticker-start-ticker): Doc fix.  Add autoload cookie.
5920         (newsticker-w3m-show-inline-images): Code formatting.
5921         (newsticker-next-item): Call `force-mode-line-update'.
5922         (newsticker-previous-item): Call `force-mode-line-update'.
5923         (newsticker-next-feed): Call `force-mode-line-update'.
5924         (newsticker-previous-feed): Call `force-mode-line-update'.
5925         (newsticker-mark-all-items-at-point-as-read): Code formatting.
5926         (newsticker-show-old-items): Do not show descs.
5927         (newsticker-hide-entry): Hide too much.
5928         (newsticker-hide-entry, newsticker-show-entry)
5929         (newsticker-toggle-auto-narrow-to-feed): Code formatting.
5930         (newsticker-set-auto-narrow-to-feed): Update buffer immediately.
5931         (newsticker-toggle-auto-narrow-to-item): Code formatting.
5932         (newsticker-set-auto-narrow-to-item): Update buffer immediately.
5933         (newsticker-running-p, newsticker-ticker-running-p): Autoload cookie.
5934         (newsticker-get-news): Call `force-mode-line-update'.
5935         Collect process ids.
5936         (newsticker--sentinel): Change coding system handling.
5937         Move image retrieval to new functions newsticker--get-logo-url-*.
5938         Move feed parsing to new functions newsticker--parse-*.
5939         Update list of process ids.
5940         (newsticker--get-logo-url-atom-1.0, newsticker--get-logo-url-atom-0.3)
5941         (newsticker--get-logo-url-rss-2.0, newsticker--get-logo-url-rss-1.0)
5942         (newsticker--get-logo-url-rss-0.92, newsticker--get-logo-url-rss-0.91)
5943         (newsticker--parse-atom-0.3, newsticker--parse-atom-1.0)
5944         (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
5945         (newsticker--parse-rss-1.0, newsticker--parse-rss-2.0)
5946         (newsticker--parse-generic-feed, newsticker--parse-generic-items): New.
5947         (newsticker--decode-coding-string): Remove.
5948         (newsticker--decode-numeric-entities): Check input.  Format code.
5949         (newsticker--remove-whitespace): Check input.
5950         (newsticker--do-forget-preformatted): Doc fix.
5951         (newsticker--decode-rfc822-date): Allow for missing time.
5952         (newsticker--update-process-ids): New.
5953         (newsticker--image-sentinel): Change comment.
5954         (newsticker--image-read): Change error message.
5955         (newsticker--imenu-goto): Doc fix.  Show headline title.
5956         (newsticker--buffer-set-uptodate): Call `force-mode-line-update'.
5957         (newsticker--buffer-do-insert-text): Clean whitespace in
5958         html-rendered headline title.  Code formatting.
5959         Call `newsticker--buffer-print-extra-elements'.
5960         (newsticker--buffer-print-extra-element): Remove.
5961         (newsticker--buffer-print-extra-elements): New.
5962         (newsticker--buffer-do-print-extra-element): New.
5963         (newsticker--buffer-insert-enclosure): Doc fix.  Use MBytes for
5964         large sizes.
5965         (newsticker--run-auto-mark-filter)
5966         (newsticker--do-run-auto-mark-filter):
5967         Use `newsticker-auto-mark-filter-list'.
5969 2005-11-04  Ryan Yeske  <rcyeske@gmail.com>
5971         * net/rcirc.el: Use split-string OMIT-NULLS argument.
5972         (rcirc-print): Force redisplay before running hooks.  Do long
5973         buffer truncation after making new text read-only.  Deal with nil
5974         text when decoding strings.  If TARGET is nil, use either the
5975         currently selected buffer, if it is an rcirc buffer and of the
5976         same process or the process buffer.
5977         (rcirc-mode): Remove header-line.  Recompute short buffer names.
5978         Initialize rcirc-buffer-alist here instead of rcirc-get-buffer-create.
5979         (rcirc-short-buffer-name): Add variable.
5980         (rcirc-kill-buffer-hook): Recompute short buffer names.
5981         Remove nick from private channel.
5982         (rcirc-send-input): Send command text to current-buffer.
5983         Don't clear overlay arrow here.
5984         (rcirc-short-buffer-name): Return a short buffer name.
5985         (rcirc-update-short-buffer-names, rcirc-abbreviate)
5986         (rcirc-rebuild-tree, rcirc-make-trees): Add functions to generate
5987         buffer-name abbreviations.
5988         (rcirc-kill-buffer-hook-1): Split to make debugging easier.
5989         Do not touch nick-table when killing a parted channel.
5990         (rcirc-window-configuration-change): Rename from rcirc-update-activity.
5991         Clear arrow from current buffer if it is now hidden.
5992         (rcirc-current-buffer): Add variable.
5993         (rcirc-my-nick, rcirc-other-nick, rcirc-server)
5994         (rcirc-nick-in-message, rcirc-prompt, rcirc-mode-line-nick):
5995         Remove -face from names.
5996         (rcirc-update-activity-string): Print "DND" when globally ignoring
5997         activity.
5998         (rcirc-ignore-buffer-activity-flag): Rename from
5999         rcirc-ignore-channel-activity.
6000         (rcirc-ignore-all-activity-flag): Doc fix.
6001         (rcirc-channels): Remove variable.
6002         (rcirc-kill-buffer-hook):
6003         (rcirc-get-buffer-create): Add nick to private channel.
6004         (rcirc-multiline-edit-submit): Remove tabs.
6005         (rcirc-put-nick-channel, rcirc-channel-nicks): Look up nicks case
6006         folded.
6007         (rcirc-remove-nick-channel): Bug fix.
6008         (rcirc-toggle-ignore-buffer-activity): Rename from
6009         rcirc-toggle-ignore-channel-activity.
6010         (rcirc-record-activity): Add buffers to the front of the list.
6011         (rcirc-update-activity): Remove killed buffers from list.
6012         (rcirc-process-server-response-1): Remove last argument if it is
6013         null before calling handler.
6014         (rcirc): Add "rcirc" defcustom prefix.
6015         (rcirc-prompt): Simplify default prompt.
6016         Use custom-initialize-default.
6017         (rcirc-private-chats): Remove variable.
6018         (rcirc-prompt): Change initialization.
6019         (rcirc-version): Remove function.
6020         (rcirc-id-string): Add constant.
6021         (rcirc-last-buffer): Remove variable.
6022         (rcirc-buffer-alist): Add variable.
6023         (rcirc-connect): Update variable setup.
6024         (rcirc-sentinel, rcirc-update-prompt): Use `rcirc-buffer-alist'.
6025         (rcirc-trap-errors-flag): Rename from `rcirc-trap-errors' change
6026         default.
6027         (rcirc-handler-generic): Trigger activity.
6028         (rcirc-send-message): Create the buffor of the target.
6029         (rcirc-generate-new-buffer-name): Rename from `rcirc-get-buffer-name'.
6030         (rcirc-get-buffer): Just return nil if there is no matching buffer.
6031         (rcirc-multiline-edit-cancel): Remove function.
6032         (rcirc-set-last-buffer): Remove function.
6033         (rcirc-get-any-buffer): Add function.
6034         (rcirc-join-channels): Don't print /join text.
6035         (rcirc-toggle-ignore-channel-activity): Add and update echo area
6036         messages.
6037         (rcirc-cmd-ctcp): Use rcirc-send-string to send request.
6038         (rcirc-handler-NOTICE): Recognize CTCP responses.
6039         (rcirc-handler-332, rcirc-handler-332): Use a temp buffer for
6040         constructing TOPIC string for buffers we are not JOINed.
6041         (rcirc-handler-CTCP-response): Add handler.
6042         (rcirc-multiline-edit-submit): Restore the window-configuration
6043         before adjusting point.
6044         (rcirc): Add customization group.
6045         (rcirc-server, rcirc-port, rcirc-nick, rcirc-user-name)
6046         (rcirc-user-full-name, rcirc-startup-channels-alist)
6047         (rcirc-fill-flag, rcirc-fill-column, rcirc-fill-prefix)
6048         (rcirc-ignore-all-activity-flag, rcirc-time-format)
6049         (rcirc-input-ring-size, rcirc-read-only-flag)
6050         (rcirc-buffer-maximum-lines, rcirc-authinfo-file-name)
6051         (rcirc-auto-authenticate-flag, rcirc-prompt, rcirc-print-hooks):
6052         Change defvar to defcustom.
6053         (rcirc-update-prompt): Add optional ALL arg, which will update
6054         prompts in all rcirc buffers.  Regexp quote replacement text.
6055         (rcirc-fill-column): Accept frame-width as a value.
6056         (rcirc-set-changed): Add function.
6057         (rcirc-next-active-buffer): Write more meaningful messages.
6058         (rcirc-faces): Add customization group.
6059         (rcirc-my-nick-face, rcirc-other-nick-face, rcirc-server-face)
6060         (rcirc-nick-in-message-face, rcirc-prompt-face)
6061         (rcirc-mode-line-nick-face): Move into rcirc-faces group.
6062         (with-rcirc-process-buffer): Move before first usage.
6063         (rcirc-debug-buffer): Rename from `rcirc-log-buffer'.
6064         (rcirc-debug-flag): Rename from `rcirc-log-p'.
6065         (rcirc-debug): Rename from `rcirc-log'.
6066         (rcirc-format-response-string): Do not print `-' chars for a
6067         NOTICE with no sender.  Simplify output of server responses.
6069 2005-11-04  Henrik Enberg  <henrik.enberg@telia.com>
6071         (rcirc-browse-url-map, rcirc-browse-url-at-point)
6072         (rcirc-browse-url-at-mouse, rcirc-mangle-text):
6073         Make urls mouse and RET clickable.
6075 2005-11-04  Henrik Enberg  <henrik.enberg@telia.com>
6077         * mail/rmailout.el (rmail-output-to-rmail-file, rmail-output): Doc fix.
6079 2005-11-04  Ken Manheimer  <ken.manheimer@gmail.com>
6081         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
6082         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
6083         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
6084         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
6085         argument to all these routines, so the passphrase can be managed
6086         externally and passed in to the system.
6087         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
6088         pgg-add-passphrase-to-cache function.
6090         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
6091         (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
6092         (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
6093         (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
6094         argument to all these routines, so the passphrase can be managed
6095         externally and passed in to the system.
6096         (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
6097         function.
6099 2005-11-04  Edward O'Connor  <hober0@gmail.com>  (tiny change)
6101         * net/goto-addr.el (goto-address-url-regexp): Remove `data:' URLs
6102         from goto-address-url-regexp.
6104 2005-11-04  Carsten Dominik  <dominik@science.uva.nl>
6106         * textmodes/org.el (org-read-date, org-goto-calendar)
6107         (org-recenter-calendar, org-agenda-goto-calendar):
6108         Temporarily clear `calendar-move-hook'.
6110 2005-11-04  Michael Kifer  <kifer@cs.stonybrook.edu>
6112         * ediff-merge.el (ediff-merge-region-is-non-clash): Return t, if not
6113         merging.
6115         * ediff-util.el (ediff-previous-difference): Don't skip regions that
6116         have merge clashes.
6118 2005-11-04  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
6120         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
6121         Undo previous change.
6123         * startup.el (command-line): Use `custom-reevaluate-setting' for
6124         mouse-wheel-down-event and mouse-wheel-up-event.  Don't call
6125         tty-register-default-colors on Mac.
6127 2005-11-04  Nick Roberts  <nickrob@snap.net.nz>
6129         * progmodes/gdb-ui.el (gdb-buffer-type): Remove duplicate declaration.
6130         (gdb-buffer-type): Make it automatically buffer local...
6131         (gdb-get-create-buffer): ...and set it accordingly.
6132         (gdb-frame-gdb-buffer, gdb-display-gdb-buffer): Make these
6133         actually work.
6135 2005-11-03  Dan Nicolaescu  <dann@ics.uci.edu>
6137         * font-lock.el (font-lock-warning-face): Use the more vivid red1,
6138         not red.
6140 2005-11-04  Nick Roberts  <nickrob@snap.net.nz>
6142         * progmodes/gdb-ui.el (gud-watch): Use save-selected-window in
6143         case GUD buffer is not visible.
6144         (gdb-goto-breakpoint): Try to force display in source buffer.
6145         (gdb-frame-gdb-buffer): Copy other similar functions.
6146         (gdb-restore-windows): Don't display source if not asked for.
6147         (gdb-assembler-buffer-name): Don't capitalise.
6149 2005-11-03  Richard M. Stallman  <rms@gnu.org>
6151         * wid-edit.el (key-sequence): New widget type.
6153         * simple.el (set-mark-command-repeat-pop): New variable.
6154         (set-mark-command): Only interpret plan C-@ after a pop as a pop
6155         if set-mark-command-repeat-pop is true.
6157         * info.el (Info-fontify-node): Don't display extra "see" if there
6158         already is one here.
6160         * mouse.el: Fix special handling of DEL after dragging a region:
6161         (mouse-drag-region-1): Treat mouse-set-region like mouse-set-point.
6162         (mouse-region-delete-keys): Change to defcustom.  Add [backspace].
6164         * mail/feedmail.el: Use insert-buffer-substring, not insert-buffer.
6166         * textmodes/ispell.el (ispell-command-loop): Change `i' description
6167         not to assume it pertains to an affix.
6169         * textmodes/flyspell.el (flyspell-post-command-hook):
6170         Bind deactivate-mark to prevent deactivation.
6172 2005-11-03  Lars Hansen  <larsh@soem.dk>
6174         * dired-x.el: Add menu bindings for dired-do-find-marked-files,
6175         dired-do-relsymlink, dired-flag-extension, dired-mark-extension,
6176         dired-mark-omitted, dired-do-relsymlink-regexp, dired-omit-mode.
6178 2005-11-03  Romain Francoise  <romain@orebokech.com>
6180         * net/eudcb-mab.el: Now part of GNU Emacs.  Update FSF's address.
6181         Update copyright years.
6183 2005-11-03  Sam Steingold  <sds@gnu.org>
6185         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
6186         Use system-type instead of window-system because window-system is not
6187         correctly defined during loadup.
6189 2005-11-02  Mark A. Hershberger  <mah@everybody.org>
6191         * xml.el (xml-syntax-table): Allow xml.el to compile in xemacs.
6192         (xml-parse-tag): Join strings separated by a comment properly.
6194 2005-11-02  Andreas Schwab  <schwab@suse.de>
6196         * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Fix last fix.
6198 2005-11-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6200         * emacs-lisp/byte-opt.el (string-to-syntax): Mark it as pure.
6201         (byte-optimize-pure-func): Quote the eval'd value.
6203         * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
6204         Rename from perl-font-lock-syntactic-face-function.
6205         Change the calling convention so it can be used as a font-lock MATCHER.
6206         Do the parse-partial-sexp loop outselves.
6207         (perl-font-lock-syntactic-keywords): Use it.
6208         (perl-mode): Don't set font-lock-syntactic-face-function any more.
6210 2005-11-02  Nick Roberts  <nickrob@snap.net.nz>
6212         * progmodes/gdb-ui.el (gdb-mouse-until): Make it work in the
6213         disassembly buffer too.
6214         (gdb-exited): Remove overlay arrows when execution has finished.
6215         (gdb-info-frames-custom, gdb-info-threads-custom)
6216         (gdb-info-registers-custom): Don't add inappropriate text
6217         properties if inferior is not active.
6219 2005-11-02  Glenn Morris  <rgm@gnu.org>
6221         * progmodes/fortran.el (fortran-blink-match):
6222         Use `blink-matching-delay'.
6224 2005-11-02  John Mongan  <jmongan@mccammon.ucsd.edu>  (tiny change)
6226         * progmodes/f90.el (f90-match-end): Use `blink-matching-delay'.
6228 2005-11-02  Lars Hansen  <larsh@soem.dk>
6230         * net/tramp.el (tramp-action-out-of-band): Handle scp message
6231         "Permission denied".
6233 2005-11-01  Richard M. Stallman  <rms@gnu.org>
6235         * textmodes/flyspell.el (flyspell-external-point-words):
6236         Pass nil to flyspell-get-word.
6238 2005-11-02  Kim F. Storm  <storm@cua.dk>
6240         * menu-bar.el (menu-bar-options-menu): Show "Shift Movement (CUA)"
6241         item instead of "C-x/C-c/C-v (CUA)" if cua-enable-cua-keys is nil.
6243 2005-11-01  Stefan Monnier  <monnier@iro.umontreal.ca>
6245         * calendar/cal-menu.el (date, event): Don't declare as dynamic-var.
6246         (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
6247         (calendar-mouse-print-dates): Add optional `event' argument.
6248         Update interactive-spec.
6249         (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
6250         Use `calendar-event-to-date' instead of `event'.
6252 2005-11-02  Masatake YAMATO  <jet@gyve.org>
6254         * progmodes/ld-script.el (ld-script-builtins):
6255         Add more words: "DATA_SEGMENT_ALIGN", "DATA_SEGMENT_END",
6256         "DATA_SEGMENT_RELRO_END", "LENGTH", "ORIGIN", and "SEGMENT_START".
6257         (auto-mode-alist): Accept .ld, .lds, ld.in and .lds.in.
6259 2005-11-01  Romain Francoise  <romain@orebokech.com>
6261         * vc-sccs.el: Update copyright year.
6262         * ezimage.el: Likewise.
6264 2005-11-01  KOBAYASHI Yasuhiro  <kobayays@otsukakj.co.jp>  (tiny change)
6266         * info.el (Info-fontify-node): Use `string-width' for fontifying
6267         underlined titles.
6269 2005-11-01  Juri Linkov  <juri@jurta.org>
6271         * info.el (Info-fontify-node): Downcase node header keywords Node,
6272         Prev, Next, Up before comparison.
6273         (Info-history): Insert absolute directory name, and put invisible
6274         property on it.
6276 2005-11-01  Juri Linkov  <juri@jurta.org>
6278         * info.el (Info-file-supports-index-cookies): New variable.
6279         (Info-find-node-2): Check makeinfo version for index cookie support.
6280         (Info-index-nodes): Search for nodes with index cookies only when
6281         Info-file-supports-index-cookies is t.  Otherwise, search nodes
6282         with "Index" in the node name.
6283         (Info-index-node): Search index cookie in the current node only when
6284         Info-file-supports-index-cookies is t.  Otherwise, check the word
6285         "Index" in the node name.
6286         (Info-find-emacs-command-nodes): Remove code that searches nodes
6287         with "Index" node name in the top menu.
6289 2005-11-01  Stefan Monnier  <monnier@iro.umontreal.ca>
6291         * progmodes/scheme.el (scheme-mode-variables): Use the default
6292         comment-indent-function.
6294         * faces.el (face-attribute): Handle the case where a face inherits from
6295         a non-existent face.
6297         * simple.el (eval-expression-print-format): Use lisp-readable syntax
6298         for octal and hexa output, and merge the char into the paren.
6299         (kill-new): Use push.
6300         (copy-to-buffer): Use with-current-buffer.
6301         (completion-setup-function): Move code in loop to remove redundancy.
6302         (minibuffer-local-must-match-map): Don't add bindings that duplicate
6303         those inherited from minibuffer-local-completion-map.
6305         * savehist.el (savehist-mode) <defcustom>:
6306         Use custom-set-minor-mode if available.
6307         (savehist-mode) <defun>: Run the minor mode hook, set the custom state
6308         and emit a message if applicable.
6310 2005-11-01  Hrvoje Niksic  <hniksic@xemacs.org>
6312         * savehist.el: Sync up to version 19.
6313         (savehist-mode): New minor mode.
6314         (savehist-file): Use ~/.emacs.d or ~/.xemacs if available.
6315         (savehist-length): Remove (use history-length instead).
6316         (savehist-file-modes): Rename from savehist-modes.
6317         (savehist-save-hook, savehist-loaded): New vars.
6318         (savehist-load): Use savehist-mode.  Try to smooth up transition from
6319         old format to new format.
6320         (savehist-install): Allow savehist-autosave-interval to be nil.
6321         (savehist-save): Run the new hook.  Be more careful to only trim the
6322         history variables.
6323         (savehist-trim-history): New fun.  Replaces savehist-process-for-saving.
6324         (savehist-printable): Print into a buffer rather than char-by-char.
6326 2005-11-01  John Wiegley  <johnw@newartisans.com>
6328         * iswitchb.el (iswitchb-define-mode-map): Re-enable the
6329         toggle-ignore keybinding (C-a).  The author said it had been
6330         disabled much earlier due to a possible incompatibility, but after
6331         many months of usage I have encountered no problems (and it is a
6332         rather useful option, especially for switching to " *temp*").
6334         * net/eudcb-mab.el (eudc-mab-query-internal): Add backend
6335         support for OS/X's AddressBook, by calling out to the open source
6336         program "contacts" (installable through Fink).
6338         * net/eudc.el (eudc-expand-inline): If the
6339         `eudc-multiple-match-handling-method' is set to `all', delete the
6340         query string before inserting the query result.
6342         * eshell/em-ls.el (eshell-do-ls): Add no-op support for --dired
6343         flag, to prevent Eshell from using the system ls when
6344         `eshell-ls-insert-directory' is in used.
6345         (eshell-ls-insert-directory): Disable font-lock in directory
6346         buffer so that Eshell's own fontification is seen.  This broke
6347         recently due to changes in font-lock, so this goes back to version
6348         21 behavior.
6350 2005-11-01  Nick Roberts  <nickrob@snap.net.nz>
6352         * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New function.
6353         (menu, toggle-gdb-use-inferior-io-buffer): Get rid of defadvice.
6354         (gdb-many-windows): Doc fix.
6356 2005-10-31  Romain Francoise  <romain@orebokech.com>
6358         * help-fns.el (describe-simplify-lib-file-name): Add autoload cookie.
6360 2005-10-31  Dan Nicolaescu  <dann@ics.uci.edu>
6362         * loadup.el: Load emacs-lisp/syntax, font-lock and jit-lock so
6363         that global-font-lock-mode can be enabled by default.
6365         * font-lock.el (font-lock-keywords, font-lock-mode-internal)
6366         (font-lock-add-keywords, font-lock-remove-keywords)
6367         (font-lock-fontify-buffer): Remove autoload cookies.
6369         * jit-lock.el (jit-lock-register): Likewise.
6371         * emacs-lisp/syntax.el (syntax-ppss): Likewise.
6373 2005-10-31  Nick Roberts  <nickrob@snap.net.nz>
6375         * progmodes/gdb-ui.el (gdb-many-windows): Leave window configuration
6376         intact if there is no gud-comint-buffer.
6378 2005-10-31  Luc Teirlinck  <teirllm@auburn.edu>
6380         * progmodes/gud.el (gud-filter): Use comint-update-fence to delete
6381         old prompt comint-prompt-read-only is t and GDB commands are
6382         issued from tool bar etc.
6384 2005-10-31  Masatake YAMATO  <jet@gyve.org>
6386         * vc.el (vc-directory-exclusion-list): Add "{arch}".
6388 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
6390         * thumbs.el (thumbs-thumbsdir): Default to ~/.emacs.d/thumbs.
6391         (thumbs-thumbsdir): Make .emacs.d if it does not exist.
6393 2005-10-30  Michael Albinus  <michael.albinus@gmx.de>
6395         * net/tramp.el (tramp-chunksize): Escape parentheses in docstring
6396         starting at beginning of line.  Fontification is messed up when
6397         `open-paren-in-column-0-is-defun-start' set to t.
6398         Reported by John Paul Wallington <jpw@pobox.com>.
6400 2005-10-30  Luc Teirlinck  <teirllm@auburn.edu>
6402         * comint.el (comint-send-input): Call `comint-update-fence' when
6403         `comint-process-echoes' and `comint-prompt-read-only' are both
6404         non-nil, to avoid leftover read-only newline.
6406 2005-10-30  Richard M. Stallman  <rms@gnu.org>
6408         * textmodes/flyspell.el (flyspell-external-point-words):
6409         Detect when WORD can't be checked properly because
6410         flyspell-get-word finds just part of it, and move on.
6412         * textmodes/ispell.el (ispell-dictionary-alist-5): Add . as
6413         boundarychar for Polish.
6414         (ispell-dictionary-alist-4): Add . as boundarychar for Italian.
6415         (ispell-dictionary-alist-3): Add . and @ as boundarychars for French.
6417 2005-10-31  Nick Roberts  <nickrob@snap.net.nz>
6419         * progmodes/gdb-ui.el (gdb-tooltip-print-1): Fix regexp.
6420         (gdb-registers-font-lock-keywords): Delete.
6421         (gdb-registers-mode): Don't fontify.
6422         (gdb-info-registers-custom): Use text properties instead as, in
6423         future, changed register values will use font-lock-warning-face.
6424         (gdb-local-font-lock-keywords): Rename to...
6425         (gdb-locals-font-lock-keywords): ...for consistency.
6427 2005-10-30  Andre Spiegel  <spiegel@gnu.org>
6429         * vc.el (vc-switch-backend): Better error message if the buffer is
6430         not visiting a file under version control.
6432         * vc-cvs.el (vc-cvs-delete-file): Commit the file after removing it.
6434 2005-10-29  Chong Yidong  <cyd@stupidchicken.com>
6436         * startup.el (command-line): Use ~/.emacs.d/init.el instead of
6437         ~/.emacs.d/.emacs.
6439 2005-10-29  Richard M. Stallman  <rms@gnu.org>
6441         * replace.el (occur-mode-mouse-goto): Always go to other window.
6442         (occur-mode-goto-occurrence): Always switch in same window.
6444         * simple.el (undo): Display message at end, not at start.
6446         * emacs-lisp/timer.el (timer-activate, timer-activate-when-idle):
6447         New arg REUSE-CELL.
6448         (cancel-timer-internal): New function.
6449         (timer-event-handler): Use cancel-timer-internal,
6450         and pass the cell it returns to timer-activate...
6452         * jit-lock.el (jit-lock-function, jit-lock-stealth-fontify)
6453         (jit-lock-deferred-fontify, jit-lock-context-fontify)
6454         (jit-lock-after-change): Test memory-full.
6456 2005-10-29  Ken Manheimer  <ken.manheimer@gmail.com>
6458         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
6459         part of the decoded armor to find the key-identifier.
6460         (pgg-gpg-lookup-key-owner): New function to return the
6461         human-readable identifier of a key owner.
6462         (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
6463         key itself.
6464         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
6465         the key value) if we have a key and can match it against a secret
6466         key.  Also, added a note pointing out fact that the prompt only
6467         indicates the first matching key.
6469         * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
6470         pgg-decrypt-region.
6471         (pgg-pending-timers): A new hash for tracking the passphrase cache
6472         timers, so that new ones supercede old ones.
6473         (pgg-add-passphrase-to-cache): Rename from
6474         `pgg-add-passphrase-cache' to reduce confusion (all callers
6475         changed).  Modified to cancel old timers when new ones are added.
6476         (pgg-remove-passphrase-from-cache): Rename from
6477         `pgg-remove-passphrase-cache' to reduce confusion (all callers
6478         changed).  Modified to cancel old timers when their keys are
6479         removed from the cache.
6480         (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
6481         XEmacs, an indirection to delete-itimer.
6482         (pgg-read-passphrase-from-cache, pgg-read-passphrase):
6483         Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
6484         users can only check cache without risk of prompting.  Correct bug in
6485         notruncate behavior.
6486         (pgg-read-passphrase-from-cache, pgg-read-passphrase)
6487         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
6488         Add informative docstrings.
6489         (pgg-decrypt): Convey provided passphrase in subordinate call to
6490         pgg-decrypt-region.
6492         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
6493         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
6494         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
6495         `passphrase' argument, so the passphrase can be managed externally
6496         and then passed in to the system.
6498         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
6499         (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
6500         so the passphrase cache can be used reliably with identifiers
6501         besides a pgp packet's key id.
6503         * pgg-gpg.el (pgg-pgp-encrypt-region)
6504         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
6505         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
6506         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
6507         argument to all these routines, so the passphrase can be managed
6508         externally and passed in to the system.
6510         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
6511         `notruncate' argument, so the passphrase cache can be used
6512         reliably with identifiers besides a pgp packet's key id.
6514 2005-10-29  Sascha Wilde  <swilde@sha-bang.de>
6516         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
6517         symmetric encryption.
6518         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
6519         encrypted session key.
6520         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
6521         message ask for the passphrase in a proper way.
6523         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
6524         New user commands for symmetric encryption.
6526 2005-10-29  Roland Winkler  <roland.winkler@physik.uni-erlangen.de>
6528         * textmodes/conf-mode.el (conf-assignment-sign)
6529         (conf-assignment-regexp): Fix docstrings.
6530         (conf-mode-initialize): New function.
6531         (conf-mode): Remove optional args.  Use delay-mode-hooks to
6532         recognize recursive calls.
6533         (conf-unix-mode, conf-windows-mode, conf-javaprop-mode)
6534         (conf-space-mode, conf-colon-mode, conf-ppd-mode)
6535         (conf-xdefaults-mode): Use define-derived-mode and
6536         conf-mode-initialize.
6538 2005-10-29  Romain Francoise  <romain@orebokech.com>
6540         * help-fns.el (describe-simplify-lib-file-name): Fix regexp.
6542 2005-10-29  Ken Manheimer  <ken.manheimer@gmail.com>
6544         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
6545         part of the decoded armor to find the key-identifier.
6546         (pgg-gpg-lookup-key-owner): New function to return the
6547         human-readable identifier of a key owner.
6548         (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
6549         key itself.
6550         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
6551         the key value) if we have a key and can match it against a secret
6552         key.  Also, added a note pointing out fact that the prompt only
6553         indicates the first matching key.
6555         * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
6556         pgg-decrypt-region.
6557         (pgg-pending-timers): A new hash for tracking the passphrase cache
6558         timers, so that new ones supercede old ones.
6559         (pgg-add-passphrase-to-cache): Rename from
6560         `pgg-add-passphrase-cache' to reduce confusion (all callers
6561         changed).  Modified to cancel old timers when new ones are added.
6562         (pgg-remove-passphrase-from-cache): Rename from
6563         `pgg-remove-passphrase-cache' to reduce confusion (all callers
6564         changed).  Modified to cancel old timers when their keys are
6565         removed from the cache.
6566         (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
6567         XEmacs, an indirection to delete-itimer.
6568         (pgg-read-passphrase-from-cache, pgg-read-passphrase):
6569         Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
6570         users can only check cache without risk of prompting.  Correct bug in
6571         notruncate behavior.
6572         (pgg-read-passphrase-from-cache, pgg-read-passphrase)
6573         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
6574         Add informative docstrings.
6575         (pgg-decrypt): Convey provided passphrase in subordinate call to
6576         pgg-decrypt-region.
6578 2005-10-20  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
6580         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
6581         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
6582         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
6583         `passphrase' argument, so the passphrase can be managed externally
6584         and then passed in to the system.
6586         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
6587         (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
6588         so the passphrase cache can be used reliably with identifiers
6589         besides a pgp packet's key id.
6591         * pgg-gpg.el (pgg-pgp-encrypt-region)
6592         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
6593         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
6594         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
6595         argument to all these routines, so the passphrase can be managed
6596         externally and passed in to the system.
6598         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
6599         `notruncate' argument, so the passphrase cache can be used
6600         reliably with identifiers besides a pgp packet's key id.
6602 2005-10-29  Sascha Wilde  <swilde@sha-bang.de>
6604         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
6605         symmetric encryption.
6606         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
6607         encrypted session key.
6608         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
6609         message ask for the passphrase in a proper way.
6611         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
6612         New user commands for symmetric encryption.
6614 2005-10-28  Bill Wohler  <wohler@newt.com>
6616         * help-mode.el (help-url): New button type.  Calls browse-url.
6617         (help-xref-url-regexp): New regexp to recognize URLs in docstring.
6618         Similar to Info nodes: URL `url'.
6619         (help-make-xrefs): Create help-url buttons for
6620         help-xref-url-regexp matches.
6622 2005-10-29  Nick Roberts  <nickrob@snap.net.nz>
6624         * tool-bar.el (tool-bar-add-item-from-menu)
6625         (tool-bar-local-item-from-menu): Fix doc strings.
6627 2005-10-28  Romain Francoise  <romain@orebokech.com>
6629         * ldefs-boot.el: Update.
6631         * subr.el (locate-library): Move from help-fns.el.
6632         * help-fns.el (locate-library): Move to subr.el.
6634 2005-10-28  Richard M. Stallman  <rms@gnu.org>
6636         * net/tramp.el (tramp-completion-mode): defvar moved up.
6638         * emacs-lisp/easymenu.el (easy-menu-change): Doc fix.
6640         * tool-bar.el (tool-bar-mode): Delete autoload cookie.
6642         * files.el (find-file-noselect): Use %d to format large file size.
6644         * bindings.el (mode-line-format): Add %e.
6646         * loadup.el ("facemenu"): Load unconditionally.
6647         ("image", "international/fontset", "dnd", "mwheel", "tool-bar"):
6648         ("x-dnd"): Load, when appropriate.
6650         * startup.el (command-line): Call before-init-hook earlier.
6651         Warn about some bad characters in -u user name.
6653         * textmodes/flyspell.el (flyspell-large-region): Pass -t if Tex file.
6654         (flyspell-external-point-words): Error if misspelled word is not found.
6655         Set flyspell-large-region-beg at end of word.
6657 2005-10-28  Andreas Schwab  <schwab@suse.de>
6659         * view.el (View-revert-buffer-scroll-page-forward):
6660         Use view-page-size-default.
6662 2005-10-28  Juri Linkov  <juri@jurta.org>
6664         * international/quail.el (quail-get-current-str): Translate last
6665         raw character for deterministic input methods.
6667 2005-10-27  Jay Belanger  <belanger@truman.edu>
6669         * calc/calc-ext.el: Add functions to autoloads.
6670         (math-identity-matrix-p, math-ident-row-p): New functions.
6672         * calc/calc-arith.el (calc-mul-symb-fancy): Add checks for
6673         multiplication by an identity matrix; don't turn multiplication by
6674         an inverse matrix into division.
6675         (math-div-symbol-fancy): Replace division by matrices with
6676         multiplication by inverse.
6678         * calc/calc-misc.el (calcFunc-inv): Check for symbolic matrices.
6680         * calc/calc-alg.el (calcFunc-writeoutpower, math-write-out-power)
6681         (calc-writeoutpower): New functions.
6683 2005-10-27  Romain Francoise  <romain@orebokech.com>
6685         * replace.el (occur-engine): Include colon in mouse-face highlight.
6687         * dired-x.el: Change Maintainer field.
6689 2005-10-26  Chong Yidong  <cyd@stupidchicken.com>
6691         * longlines.el (longlines-mode): Bind after-change-functions to
6692         nil during initial decoding and final encoding.
6694 2005-10-26  Dan Nicolaescu  <dann@ics.uci.edu>
6696         * term.el (term-emulate-terminal, term-handle-colors-array)
6697         (term-handle-ansi-escape): Specify the terminfo capabilities
6698         implemented.
6700 2005-10-26  Richard M. Stallman  <rms@gnu.org>
6702         * info.el (Info-fontify-node): Fix detection of sentence-break
6703         before *Note.
6705 2005-10-26  Romain Francoise  <romain@orebokech.com>
6707         * smerge-mode.el: Add `tools' to file keywords.
6709 2005-10-26  Nick Roberts  <nickrob@snap.net.nz>
6711         * progmodes/gud.el (gud-menu-map): Only display gud-until icon
6712         when the fringe is not available.
6714         * progmodes/gdb-ui.el (def-gdb-auto-updated-buffer)
6715         (def-gdb-auto-update-trigger): Simplify construction.
6716         (gdb-locals-buffer): Use def-gdb-auto-update-trigger instead of
6717         def-gdb-auto-updated-buffer as gdb-info-locals-handler is
6718         defined explicitly.
6719         (gdb-assembler-buffer): Use def-gdb-auto-update-handler instead of
6720         def-gdb-auto-updated-buffer as gdb-invalidate-assembler is
6721         defined explicitly.
6722         (gdb-info-locals-custom): Remove as it's a no-op.
6724 2005-10-25  Chong Yidong  <cyd@stupidchicken.com>
6726         * longlines.el (longlines-mode): Remove narrowing before
6727         performing the initial decoding or final encoding.
6729 2005-10-25  Romain Francoise  <romain@orebokech.com>
6731         * emacs-lisp/find-func.el (find-library-name): Also strip
6732         extension if library name ends in .el, to take advantage of
6733         `find-library-suffixes'.
6735 2005-10-25  Richard M. Stallman  <rms@gnu.org>
6737         * menu-bar.el (menu-bar-help-menu): Say which kind of therapist.
6739 2005-10-25  Juri Linkov  <juri@jurta.org>
6741         * textmodes/texinfo.el (texinfo-mode): Change charset of one
6742         quotation mark from [mule-unicode-0100-24ff] to [japanese-jisx0208].
6744 2005-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
6746         * play/blackbox.el (blackbox-mode-map): Move init into declaration.
6747         (blackbox-redefine-key): Add argument `map'.
6749         * jit-lock.el (jit-lock-fontify-now): Be careful not to skip multiline
6750         regions when moving the jit-lock-context-unfontify-pos boundary.
6752 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
6754         * net/browse-url.el (browse-url-of-buffer): Add ".html" to filename.
6756 2005-10-25  Masatake YAMATO  <jet@gyve.org>
6758         * dired-x.el (dired-virtual): Don't use `dired-insert-headerline'.
6760 2005-10-25  Michael Cadilhac  <michael.cadilhac-@t-lrde.epita.fr>  (tiny change)
6762         * play/blackbox.el (blackbox-redefine-key): New function.
6763         (blackbox-mode-map): Use it to remap existing bindings for cursor
6764         motion instead of binding literal keys.
6766 2005-10-25  Glenn Morris  <rgm@gnu.org>
6768         * calendar/diary-lib.el (diary-list-entries): Prevent infloop when
6769         diary does not end in a newline.  Do not assume a blank line at
6770         the start of the diary file.
6772 2005-10-25  Kenichi Handa  <handa@m17n.org>
6774         * international/quail.el (quail-translate-key): If the input
6775         method is deterministic and failed to handle the last key, restart
6776         the key handling loop from an appropriate key.
6778 2005-10-25  Michael Albinus  <michael.albinus@gmx.de>
6780         * vc.el (vc-dired-mode): Extend comment for binding of
6781         `directory-listing-before-filename-regexp'.
6783 2005-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
6785         * textmodes/texinfo.el (texinfo-mode):
6786         * textmodes/paragraphs.el (sentence-end-base): Use real chars, so as
6787         not to unnecessarily expose emacs-mule's internal char codes.
6789 2005-10-25  Nick Roberts  <nickrob@snap.net.nz>
6791         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Correct help-echo.
6792         Display hand pointer and help-echo on disabled icon too.
6793         (gdb-mouse-until): New function.
6794         (gdb-ann3): Bind it to mouse-2 and drag-mouse-1 in left fringe.
6796 2005-10-24  Chong Yidong  <cyd@stupidchicken.com>
6798         * menu-bar.el (menu-bar-help-menu): Rename "psychiatrist", in line
6799         with 2005-10-23 change to doctor.el.
6801         * finder.el (finder-mode-map): Add follow-link binding.
6803 2005-10-25  Kim F. Storm  <storm@cua.dk>
6805         * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-3 in left fringe
6806         to gdb-mouse-toggle-breakpoint-fringe.
6807         (gdb-mouse-toggle-breakpoint-margin): Rename from
6808         gdb-mouse-toggle-breakpoint.  Fix doc.
6809         (gdb-mouse-toggle-breakpoint-fringe): New defun.
6810         (gdb-put-string): Add optional SPROPS arg.  Add props to string.
6811         (gdb-put-breakpoint-icon): Add gdb-bptno and gdb-enabled
6812         string properties also for fringe breakpoint bitmaps.
6814 2005-10-24  Carsten Dominik  <dominik@science.uva.nl>
6816         * textmodes/org.el (org-start-icalendar-file): Fix format form.
6818 2005-10-25  Masatake YAMATO  <jet@gyve.org>
6820         * simple.el (completion-common-substring):
6821         Use `completion-common-substring' prior to `completion-base-size'.
6823 2005-10-24  Hrvoje Niksic  <hniksic@xemacs.org>
6825         * savehist.el: Require CL while compiling.
6826         (savehist-history-variables): Remove.
6827         (savehist-save-minibuffer-history, savehist-additional-variables)
6828         (savehist-minibuffer-history-variables): New vars.
6829         (savehist-save): Use them.
6830         (savehist-uninstall, savehist-minibuffer-hook): New funs.
6831         (savehist-install): New fun, extracted from savehist-load.
6832         (savehist-load): Use them.
6834 2005-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6836         * emacs-lisp/lisp-mode.el (easy-mmode-define-global-mode): Don't add
6837         a dummy doc-string-elt property.
6838         (defalias, defvaralias, define-category): Add a docstring property.
6840         * image.el (defimage):
6841         * widget.el (define-widget):
6842         * custom.el (defface, defcustom): Add `doc-string' declaration.
6844         * emacs-lisp/advice.el (ad-make-advised-definition): Fix arg-order.
6845         (defadvice): Add `doc-string' declaration.
6847         * emacs-lisp/byte-run.el (macro-declaration-function):
6848         Handle `doc-string' declarations.
6849         (define-obsolete-function-alias, define-obsolete-variable-alias):
6850         Add `doc-string' declaration.
6852 2005-10-24  Kenichi Handa  <handa@m17n.org>
6854         * international/utf-7.el (utf-7): Add autoload cookie.
6856         * term/x-win.el: Register more Cyrillic characters in x-keysym-table.
6858 2005-10-24  Eli Zaretskii  <eliz@gnu.org>
6860         * makefile.w32-in (autoloads): Use "." instead of $(lisp) in the
6861         list of directories passed to batch-update-autoloads.  Add "." to
6862         the list of the echoed directories.
6864         * pgg-def.el:
6865         * pgg-gpg.el:
6866         * pgg-parse.el:
6867         * pgg-pgp.el:
6868         * pgg-pgp5.el:
6869         * pgg.el: Moved here from the gnus subdirectory.
6871 2005-10-24  Nick Roberts  <nickrob@snap.net.nz>
6873         * progmodes/gud.el (gud-filter): Bind inhibit-read-only to t
6874         in case comint-prompt-read-only is set to t.
6876         * progmodes/gdb-ui.el (gdb-send): Bind inhibit-read-only to t
6877         in case comint-prompt-read-only is set to t.
6879 2005-10-24  Ulf Jasper  <ulf.jasper@web.de>
6881         * calendar/icalendar.el (icalendar-version): Increase to 0.13.
6882         Now a string.
6883         (icalendar-import-format): Handle CLASS, STATUS, URL.
6884         Rename `subject' to `summary'.
6885         (icalendar-import-format-summary): Rename from
6886         `icalendar-import-format-subject'.
6887         (icalendar-import-format-url, icalendar-import-format-status)
6888         (icalendar-import-format-class): New variables.
6889         (icalendar--rris): Take variable argument list.
6890         (icalendar--datestring-to-isodate): Remove unnecessary
6891         calendar-style check when converting dates with explicit month names.
6892         (icalendar-export-region): Change return type of conversion
6893         subroutines.  Bury current buffer unless error occurred.
6894         (icalendar--convert-to-ical)
6895         (icalendar--parse-summary-and-rest): New functions.
6896         (icalendar--convert-ordinary-to-ical)
6897         (icalendar--convert-weekly-to-ical)
6898         (icalendar--convert-yearly-to-ical)
6899         (icalendar--convert-block-to-ical)
6900         (icalendar--convert-cyclic-to-ical)
6901         (icalendar--convert-anniversary-to-ical): Change return type.
6902         Strip trailing blanks from subject.
6903         (icalendar--convert-sexp-to-ical): Change return type.
6904         Strip trailing blanks from subject.  Handle simple sexp
6905         entries as generated by icalendar.el.
6906         (icalendar--convert-float-to-ical)
6907         (icalendar--convert-date-to-ical): Strip trailing blanks from subject.
6908         (icalendar-import-file): Doc fix.
6909         (icalendar--format-ical-event): Handle CLASS, STATUS, URL.
6910         Correct call to icalendar--rris.
6911         (icalendar--convert-ical-to-diary): Doc fix.  Rename `subject' to
6912         `summary'.
6913         (icalendar--add-diary-entry): Rename `subject' to `summary'.
6915 2005-10-24  Romain Francoise  <romain@orebokech.com>
6917         * server.el (server-sentinel): Set query-on-exit flag to nil on
6918         new client processes (it isn't inherited from the server process).
6920         * replace.el (occur-engine): Rearrange text properties.
6922 2005-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
6924         * emacs-lisp/debug.el (debugger-make-xrefs): Don't assume
6925         case-fold-search is nil.
6926         (debug-help-follow): Use help-xref-interned directly.
6928 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
6930         * thumbs.el (thumbs-image-type): Add .pbm.
6932 2005-10-23  Richard M. Stallman  <rms@gnu.org>
6934         * faces.el (inhibit-face-set-after-frame-default): New variable.
6935         (set-face-attribute): Bind it.
6936         (face-set-after-frame-default): Test it.
6938         * help-fns.el (describe-simplify-lib-file-name): New function.
6939         (describe-function-1, describe-variable): Use it.
6941         * faces.el (describe-face): Use describe-simplify-lib-file-name.
6943         * tooltip.el (tooltip-x-offset, tooltip-y-offset): Change defaults.
6944         Eliminate nil as possible value.
6945         (tooltip-hide-delay): Reduce internal-border-width.
6947         * menu-bar.el (menu-bar-file-menu) <dired>: Change help-echo string.
6948         (menu-bar-file-menu) <new-file>: Likewise.
6950         * simple.el (line-move-finish): Ignore fields computing LINE-END.
6952         * international/mule.el (load-with-code-conversion):
6953         Pass full file name to `eval-buffer' unless preloading.
6955         * textmodes/flyspell.el (flyspell-large-region):
6956         Call ispell-check-version.
6958         * textmodes/ispell.el (ispell-local-dictionary-overridden):
6959         Fix the make-variable-buffer-local call that was supposed
6960         to be for this variable.
6961         (ispell-aspell-supports-utf8): Doc fix.
6962         (ispell-find-aspell-dictionaries): Preserve elements of
6963         ispell-dictionary-alist for dictionaries that aspell doesn't report.
6964         (ispell-aspell-find-dictionary): Return nil on error.
6966         * play/doctor.el (doctor-doc): Don't say "psychiatrist".
6967         (doctor-symptoms): Likewise.
6969         * add-log.el (add-log-current-defun): Clean up handling of DEFUNs.
6971 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
6973         * cus-edit.el (custom-button, custom-button-pressed): New vars.
6974         (custom-raised-buttons): Add :set spec.
6975         (custom-button-unraised, custom-button-pressed-unraised):
6976         New faces, so that custom-raised-buttons actually does something.
6977         (custom-mode): Use custom-button and custom-button-pressed.
6979         * wid-edit.el (widget-specify-button): Don't ignore
6980         widget-mouse-face on graphic terminals.
6981         (widget-move-and-invoke): Cleanup.
6983 2005-10-23  Thien-Thi Nguyen  <ttn@gnu.org>
6985         * whitespace.el (whitespace-cleanup): Doc fix.
6987 2005-10-23  Romain Francoise  <romain@orebokech.com>
6989         * emulation/viper.el (viper-set-hooks): Quote forms passed to
6990         `eval-after-load' to avoid evaluating their result.
6992 2005-10-23  Michael Albinus  <michael.albinus@gmx.de>
6994         * files.el (directory-listing-before-filename-regexp):
6995         New defvar.  Replaces `dired-move-to-filename-regexp' from dired.el.
6997         * dired.el (dired-move-to-filename-regexp): Remove.
6998         All occurences replaced by `directory-listing-before-filename-regexp'.
7000         * dired-x.el, locate.el, vc.el:
7001         Replace `dired-move-to-filename-regexp' by
7002         `directory-listing-before-filename-regexp'.  In vc.el it is
7003         overwritten locally; maybe this can be handled in files.el too.
7005         * net/ange-ftp.el (ange-ftp-date-regexp): Remove.  All occurences
7006         replaced by `directory-listing-before-filename-regexp'.
7008 2005-10-23  Andreas Schwab  <schwab@suse.de>
7010         * font-lock.el (lisp-font-lock-keywords-2): Add eval-at-startup
7011         and eval-next-after-load.
7013 2005-10-23  MIYOSHI Masanori  <miyoshi@meadowy.org>  (tiny change)
7015         * mouse.el (mouse-drag-region): If the *Messages* buffer doesn't
7016         exist, create it.
7018 2005-10-23  Ken Manheimer  <ken.manheimer@gmail.com>
7020         * allout.el: Remove autoloads for mailcrypt and crypt++.
7021         Require pgg, pgg-gpg during compilation.
7022         (allout-version): Increment version number to 2.1, and use a literal
7023         rather than RCS Id.
7024         (allout-default-encryption-scheme): Remove.
7025         (allout-passphrase-verifier-handling)
7026         (allout-passphrase-verifier-string)
7027         (allout-file-passphrase-verifier-string)
7028         (allout-passphrase-hint-string): Rename -key- to -passphrase-.
7029         (allout-passphrase-hint-handling): Rename and simplify.
7030         (allout-init): Use `find-file-hook' if available, otherwise
7031         `find-file-hooks'.
7032         (allout-mode): Use `write-file-functions' if available, otherwise
7033         `local-write-file-hooks' and, instead of making auto-save-hook
7034         buffer local, make the write-file-hook activity contingent to
7035         allout-mode.
7036         (allout-mode): Use key-binding substitution in the docstring.
7037         (allout-kill-line): Spell-out kill ring data structure mutation
7038         instead of using byte-compiler-complaint-provoking `pop'.
7039         (allout-insert-listified): Use `insert' rather than `insert-string'
7040         (allout-toggle-current-subtree-encryption): Update docstring, adjust
7041         to new gpp-based encryption, use new `allout-encrypted-topic-p'.
7042         (allout-encrypt-string): Totally revamped vis new underlying
7043         encryption facilities.
7044         (allout-mc-activate-passwd): Remove.
7045         (allout-obtain-passphrase): New, more or less replaces
7046         allout-mc-activate-passwd.
7047         (allout-encrypted-key-info): More or less replaces
7048         allout-encrypted-text-type.
7049         (outlineify-sticky, outlinify-sticky): Add autoload cookie.
7050         (my-mark-marker): Use `(featurep 'xemacs)'.
7052 2005-10-23  Lars Hansen  <larsh@soem.dk>
7054         * emacs-lisp/bytecomp.el (byte-compile-lambda): New arg add-lambda.
7055         (byte-compile-file-form-defmumble, byte-compile-defun)
7056         (byte-compile-defmacro): Use it.
7057         (byte-compile-form): Don't call byte-compile-set-symbol-position
7058         when a byte-compile handler is called.
7060 2005-10-22  Romain Francoise  <romain@orebokech.com>
7062         * savehist.el (savehist-history-variables): Add `grep-find-history'.
7064         * subr.el (eval-after-load): Convert library name to an absolute
7065         file name using locate-library, since load-history no longer has
7066         library names in it.
7068 2005-10-22  Richard M. Stallman  <rms@gnu.org>
7070         * files.el (make-temp-file): Move from subr.el.
7071         * subr.el (make-temp-file): Move to files.el.
7073         * window.el (get-buffer-window-list): Move from subr.el.
7074         * subr.el (get-buffer-window-list): Move to window.el.
7076         * image.el (image-load-path): Use eval-at-startup to initialize.
7078         * subr.el (eval-at-startup): New macro.
7080         * subr.el: Much rearrangement of functions and division
7081         into pages.  No code changes.
7083 2005-10-22  Kenichi Handa  <handa@m17n.org>
7085         * tar-mode.el (tar-extract): Be sure to call
7086         find-operation-coding-system if set-auto-coding doesn't find a
7087         coding system.
7089 2005-10-22  Kim F. Storm  <storm@cua.dk>
7091         * image.el (image-type-header-regexps): Rename from image-type-regexps.
7092         Change users.
7093         (image-type-file-name-regexps): New defconst.
7094         (image-type-from-data): Simplify loop.
7095         (image-type-from-buffer): New defun.
7096         (image-type-from-file-header): Use it instead of image-type-from-data.
7097         Use image-search-load-path instead of only looking in data-directory.
7098         (image-type-from-file-name): New defun.
7099         (image-search-load-path): Change `pathname' to `filename'.
7100         Make PATH arg optional, default to image-load-path.
7102 2005-10-21  Richard M. Stallman  <rms@gnu.org>
7104         * textmodes/texinfo.el (texinfo-mode): Set sentence-end-base.
7106         * textmodes/paragraphs.el (sentence-end-base): New variable.
7107         (sentence-end): Use sentence-end-base.
7109 2005-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
7111         * font-lock.el (font-lock-default-fontify-region): Check the multiline
7112         property independently from the font-lock-multiline variable.
7114 2005-10-21  Richard M. Stallman  <rms@gnu.org>
7116         * emacs-lisp/find-func.el (find-library-name): Doc fix.
7118         * startup.el (command-line): Convert library names
7119         in `load-history' to absolute file names.
7121         * subr.el (symbol-file): Doc fix.
7123         * loadhist.el (file-loadhist-lookup): Call locate-library
7124         instead of find-library-name.  Don't try converting
7125         abs file names to library names, since load-history no longer
7126         has library names in it.
7127         (file-dependents, file-provides, file-requires): Doc fixes.
7129 2005-10-21  Juri Linkov  <juri@jurta.org>
7131         * progmodes/etags.el (tags-table-mode): New function.
7132         (tags-verify-table): Replace initialize-new-tags-table with
7133         tags-table-mode.
7135         * desktop.el (desktop-buffers-not-to-save): Remove TAGS from the
7136         default value.
7137         (desktop-modes-not-to-save): Add tags-table-mode to the
7138         default value.
7140         * info.el (Info-index-next): Add total number of index
7141         alternatives to the message.
7143         * textmodes/fill.el (fill-nobreak-p): Fix first two rules to skip
7144         backward only space (instead of space and period) before looking
7145         at sentence end.
7147         * simple.el (set-variable): Use user-variable-p instead of symbolp.
7148         Add the old variable value as 4th default-value arg of read-string.
7150 2005-10-21  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
7152         * cus-face.el (custom-declare-face): Make face from X resources
7153         also on Mac.
7155         * disp-table.el (standard-display-g1, standard-display-graphic):
7156         Refuse to use string glyphs also on Mac.
7157         (standard-display-european): Don't set terminal coding system also
7158         on Mac.
7160         * frame.el (display-screens): Use x-display-screens also on Mac.
7162 2005-10-21  Romain Francoise  <romain@orebokech.com>
7164         * net/rcirc.el: Now part of GNU Emacs.  Update FSF's address.
7166 2005-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
7168         * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): Make $@
7169         and $? into sexps.
7171         * font-lock.el (font-lock-compile-keywords): Add a help-echo to the
7172         warning face on open-paren-in-column-0.
7174         * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Fix corner
7175         boundary case.  Fix typo.
7176         Suggested by Martin Rudalics <rudalics@gmx.at>.
7178 2005-10-21  Carsten Dominik  <dominik@science.uva.nl>
7180         * textmodes/org.el (org-combined-agenda-icalendar-file)
7181         (org-icalendar-include-todo, org-icalendar-combined-name): New options.
7182         (org-export-icalendar-this-file)
7183         (org-export-icalendar-all-agenda-files)
7184         (org-export-icalendar-combine-agenda-files): New commands.
7185         (org-export-icalendar, org-print-icalendar-entries)
7186         (org-start-icalendar-file, org-finish-icalendar-file)
7187         (org-ical-ts-to-string): New functions.
7188         (org-read-date, org-goto-calendar)
7189         (org-agenda-goto-calendar): Inhibit displaying diary entries by
7190         call to `calendar'.
7191         (orgtbl-setup): Remove the :keys arguments from the menu description.
7192         (org-after-save-iCalendar-file-hook): New variable.
7194 2005-10-21  Kenichi Handa  <handa@m17n.org>
7196         * language/vietnamese.el (tcvn-5712): Make it an alias of
7197         vietnamese-tcvn coding-system.
7199 2005-10-20  Michael Albinus  <michael.albinus@gmx.de>
7201         * net/ange-ftp.el (ange-ftp-date-regexp): Handle also the case no
7202         group id is given.
7204 2005-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7206         * progmodes/sh-script.el (sh-escaped-line-re): New var.
7207         (sh-here-doc-open-re, sh-font-lock-close-heredoc): Use it.
7208         (sh-font-lock-open-heredoc): Try to properly handle heredoc starters
7209         whose line is either continued or ends with a comment.
7211 2005-10-20  Romain Francoise  <romain@orebokech.com>
7213         * net/rcirc.el (with-rcirc-process-buffer): Move above its first user.
7215         * replace.el (occur-engine): Add follow-link property.
7217         * font-core.el (font-lock-mode): Doc fix.
7219 2005-10-20  Richard M. Stallman  <rms@gnu.org>
7221         * net/rcirc.el: New file.
7223 2005-10-20  Bryan Henderson  <bryanh@giraffe-data.com>  (tiny change)
7225         * term.el (term-term-name): Initialize to "eterm-color".
7227 2005-10-20  Ken Manheimer  <ken.manheimer@gmail.com>
7229         * allout.el: Add autoloads of crypt++ and mailcrypt routines, all
7230         for encryption functionality.
7231         Move allout customization subgroup from `editing' to `outlines' group.
7232         Fix commentary keywords to legitimate ones.
7233         Update author info (using my current email address, obscurified).
7234         (allout-encrypt-string, allout-encryption-produce-work-buffer)
7235         (allout-encrypted-topic-p, allout-encrypted-text-type)
7236         (allout-mc-activate-passwd, allout-create-encryption-key-verifier)
7237         (allout-situate-encryption-key-verifier)
7238         (allout-get-encryption-key-verifier, allout-verify-key)
7239         (allout-next-topic-pending-encryption)
7240         (allout-encrypt-decrypted, allout-encrypted-type-prefix): New funcs.
7241         (outline-topic-encryption-bullet, outline-default-encryption-scheme)
7242         (outline-key-verifier-handling, outline-key-hint-handling)
7243         (outline-encrypt-unencrypted-on-saves): New defcustoms.
7244         (allout-file-key-verifier-string, allout-encryption-scheme)
7245         (allout-key-verifier-string, allout-key-hint-string)
7246         (allout-after-save-decrypt): New variables.
7247         (allout-write-file-hook-handler, allout-auto-save-hook-handler)
7248         (allout-after-saves-handler): New hook functions.
7249         (allout-post-command-business): Do allout-after-save-decrypt.
7250         (allout-enable-file-variable-adjustment): Custom var to enable
7251         mechanism for adding and adjusting settings of Emacs file variables.
7252         (allout-adjust-file-variable, allout-file-vars-section-data):
7253         New functions, implement the mechanism.
7254         (outlineify-sticky): Use the file vars mechanism.
7255         (allout-inhibit-protection, allout-during-write-cue)
7256         (allout-override-protect, allout-before-change-protect): Remove.
7257         (allout-flag-region, allout-open-topic): Adjust read-only text.
7258         (allout-open-line-not-read-only): Add to facilitate read-only
7259         text based protection.
7260         (allout-kill-line): Revise to adjust read-only text, clue the
7261         user about the inhibition.
7262         (allout-unprotected): Use unwind-protect.
7263         (allout-shift-in, allout-shift-out): Disallow manually shifting a
7264         topic deeper than the offspring depth of the previous topic -
7265         avoiding confusing "containment discontinuities".
7266         (allout-reindent-bodies): Fix retention of body relative hanging
7267         indent during promotion of collapsed bodies.
7268         (allout-open-topic): Make it easy to open new topic with same
7269         bullet as current topic - topic creation functions provided with
7270         any universal argument provokes now prompt for bullet, defaulting
7271         to the bullet of the previous topic.
7272         (allout-plain-bullets-string, allout-distinctive-bullets-string):
7273         Plain bullet alternates `.' period and `,' comma only.  All other
7274         bullets are relegated to special status (but customizable).
7275         (allout-end-of-entry): Rename from allout-end-of-current-entry
7276         since it actually operates w.r.t. most immediately containing
7277         entry, visible or not.
7278         (allout-hide-current-entry, allout-show-current-entry): Use the
7279         revised version.
7280         (allout-old-expose-topic): Solidify deprecation.
7281         (allout-end-of-subtree): Add so we can span concealed as well
7282         as visible topics.
7283         (allout-end-of-current-subtree): Use `allout-end-of-subtree'.
7284         (allout-end-of-current-heading): Tweak to just respect the first line.
7285         (allout-get-body-text): Add.
7286         (allout-ascend-to-depth, allout-ascend): Position at end of prefix
7287         when invoked interactively.
7288         (allout-up-current-level): Use `interactive-p'.
7289         (allout-mode, allout-init): Miscellaneous docstring and
7290         operational refinements, as well as hookups of new encryption stuff.
7291         (allout-beginning-of-current-entry): Now works as advertised.
7292         (allout-end-of-current-entry): Remove of superfluous allout-show-entry.
7293         (allout-isearch-rectification): Refine condition for isearching.
7294         (allout-isearch-abort, allout-enwrap-isearch)
7295         (allout-flag-region, my-region-active-p): Relocate some macros.
7296         (allout-title): Fallback title is (buffer-name), not
7297         non-existing (current-buffer-name).
7298         (subst-char-in-string): Define if absent (for some XEmacs versions).
7300 2005-10-20  Jari Aalto  <jari.aalto@cante.net>
7302         * mail/sendmail.el (mail-setup-hook, mail-aliases)
7303         (mail-yank-prefix, mail-indentation-spaces, mail-yank-hooks)
7304         (mail-citation-prefix-regexp, mail-signature-file)
7305         (mail-default-headers, mail-bury-selects-summary)
7306         (mail-send-nonascii): Add autoload cookies.
7308 2005-10-20  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>  (tiny change)
7310         * frame.el (blink-cursor-mode): Add `mac' to the list of
7311         window-system's that support blinking cursor.
7313 2005-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
7315         * textmodes/org.el (org-level-color-stars-only): Fix typo in docstring.
7317 2005-10-20  Eli Zaretskii  <eliz@gnu.org>
7319         * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el):
7320         Bind find-file-suppress-same-file-warnings to t, to avoid warnings due
7321         to different drive letter case in D:/foo/bar.el vs d:/foo/bar.el.
7323 2005-10-20  Kim F. Storm  <storm@cua.dk>
7325         * ido.el (ido-is-tramp-root): Simplify regexp matching tramp root.
7326         (ido-set-current-directory): Don't add / after final @.
7327         (ido-file-name-all-completions-1): Adapt to fixed tramp completion.
7328         Explicitly handle ange-ftp completion oddities.
7329         (ido-make-file-list): Don't rotate list at tramp root to avoid
7330         triggering tramp file handler for expand-file-name via get-file-buffer.
7332 2005-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
7334         * savehist.el (savehist-coding-system): Revert to checking XEmacs.
7336 2005-10-19  Jay Belanger  <belanger@truman.edu>
7338         * calc/calc-units.el (math-standard-units): Add units, adjust
7339         symbols and update values.
7340         (math-unit-prefixes): Add more prefixes.
7342 2005-10-19  Romain Francoise  <romain@orebokech.com>
7344         * bookmark.el (bookmark-menu-heading): New face.
7345         (bookmark-bmenu-list): Use it.
7346         Don't fiddle with `baud-rate' at top-level.
7348 2005-10-18  Chong Yidong  <cyd@stupidchicken.com>
7350         * image.el (create-image, find-image): Mention max-image-size in
7351         docstring.
7353 2005-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
7355         * savehist.el (savehist-load): Revert to checking XEmacs.
7357         * textmodes/conf-mode.el: Don't use font-lock-defaults-alist.
7358         Various docstring and line-width fixups.
7359         (conf-mode): Use cond.
7360         Set font-lock-defaults.  Don't set comment-use-syntax.
7362 2005-10-18  David Ponce  <david@dponce.com>
7364         * tree-widget.el (tree-widget-button-click): New function.
7365         (tree-widget-button-keymap): Use it.
7367 2005-10-18  Romain Francoise  <romain@orebokech.com>
7369         * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
7370         (bookmark-bmenu-hide-filenames): Add follow-link property.
7371         Improve help-echo text.
7373         * ffap.el (find-file-at-point): Doc fix.
7375 2005-10-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
7377         * mouse.el (mouse-set-region): Don't do sit-for on a mac frame.
7379 2005-10-18  Masatake YAMATO  <jet@gyve.org>
7381         Install to the CVS repository what I forgot to install in my
7382         2005-10-16 changes.
7384         * progmodes/python.el (python-complete-symbol): Pass the common
7385         prefix substring of completion to `display-completion-list'.
7387         * textmodes/org.el (org-complete): Ditto.
7389 2005-10-18  Masatake YAMATO  <jet@gyve.org>
7391         Fix a bug reported by Sven Joachim <sven_joachim@web.de>.
7393         * woman.el (WoMan-xref-man-page): New button type derived
7394         from `Man-abstract-xref-man-page'.
7395         (woman-mode): Pass `WoMan-xref-man-page' to `Man-highlight-references'.
7397         * man.el (Man-abstract-xref-man-page): New button type.
7398         (Man-xref-man-page): Make it derived from `Man-abstract-xref-man-page'.
7399         (Man-highlight-references): Add new optional argument `xref-man-type'.
7401 2005-10-18  Nick Roberts  <nickrob@snap.net.nz>
7403         * progmodes/gud.el (gud-menu-map): Correct condition for fringe.
7405 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
7407         * cus-edit.el (Custom-move-and-invoke): Delete.
7408         (custom-mode-map): Bind mouse-1 to widget-move-and-invoke.
7410         * wid-edit.el (widget-move-and-invoke): New function, from
7411         Custom-move-and-invoke.
7413 2005-10-17  Bill Wohler  <wohler@newt.com>
7415         Move all remaining images from lisp/toolbar to etc/images, move
7416         lisp/toolbar/tool-bar to lisp and "delete" lisp/toolbar.  Place
7417         the low resolution images in their own directory (low-color).
7419         * toolbar/attach.*, toolbar/cancel.*, toolbar/close.*
7420         * toolbar/copy.*, toolbar/cut.*, toolbar/diropen.*, toolbar/exit.*
7421         * toolbar/help.*, toolbar/home.*, toolbar/index.*, toolbar/info.*
7422         * toolbar/mail.*, toolbar/new.*, toolbar/open.*, toolbar/paste.*
7423         * toolbar/preferences.*, toolbar/print.*, toolbar/save.*
7424         * toolbar/saveas.*, toolbar/search.*, toolbar/search-replace.*
7425         * toolbar/spell.*, toolbar/undo.*: Move to etc/images.
7427         * toolbar/lc-copy.*: Move to etc/images/low-color/copy.*.
7428         * toolbar/lc-cut.*: Move to etc/images/low-color/cut.*.
7429         * toolbar/lc-help.*: Move to etc/images/low-color/help.*.
7430         * toolbar/lc-home.*: Move to etc/images/low-color/home.*.
7431         * toolbar/lc-index.*: Move to etc/images/low-color/index.*.
7432         * toolbar/lc-new.*: Move to etc/images/low-color/new.*.
7433         * toolbar/lc-open.*: Move to etc/images/low-color/open.*.
7434         * toolbar/lc-paste.*: Move to etc/images/low-color/paste.*.
7435         * toolbar/lc-preferences.*: Move to etc/images/low-color/preferences.*.
7436         * toolbar/lc-print.*: Move to etc/images/low-color/print.*.
7437         * toolbar/lc-save.*: Move to etc/images/low-color/save.*.
7438         * toolbar/lc-saveas.*: Move to etc/images/low-color/saveas.*.
7439         * toolbar/lc-search.*: Move to etc/images/low-color/search.*.
7440         * toolbar/lc-spell.*: Move to etc/images/low-color/spell.*.
7441         * toolbar/lc-undo.*: Move to etc/images/low-color/undo.*.
7443         To conform with convention, replace the underscore (_) in the
7444         following image names with dash (-) or (/) as appropriate.
7446         * toolbar/back_arrow.*: Move to etc/images/back-arrow.*.
7447         * toolbar/fld_open.*: Move to etc/images/fld-open.*.
7448         * toolbar/fwd_arrow.*: Move to etc/images/fwd-arrow.*.
7449         * toolbar/jump_to.*: Move to etc/images/jump-to.*.
7450         * toolbar/left_arrow.*: Move to etc/images/left-arrow.*.
7451         * toolbar/right_arrow.*: Move to etc/images/right-arrow.*.
7452         * toolbar/up_arrow.*: Move to etc/images/up-arrow.*.
7453         * toolbar/lc-back_arrow.*: Move to etc/images/low-color/back-arrow.*.
7454         * toolbar/lc-fwd_arrow.*: Move to etc/images/low-color/fwd-arrow.*.
7455         * toolbar/lc-jump_to.*: Move to etc/images/low-color/jump-to.*.
7456         * toolbar/lc-left_arrow.*: Move to etc/images/low-color/left-arrow.*.
7457         * toolbar/lc-right_arrow.*: Move to etc/images/low-color/right-arrow.*.
7458         * toolbar/lc-up_arrow.*: Move to etc/images/low-color/up-arrow.*.
7459         * toolbar/mail_compose.*: Move to etc/images/mail/compose.*.
7460         * toolbar/mail_send.*: Move to etc/images/mail/send.*.
7462         * info.el (info-tool-bar-map): Replace underscores in image names
7463         with dashes.
7465         * makefile.w32-in (WINS): Remove toolbar.
7467         * menu-bar.el: Replace toolbar/tool-bar.el with tool-bar.el in comment.
7469         * tool-bar.el: Move to lisp from toolbar.  Now that
7470         toolbar is empty, it should be deleted when folks run "cvs up -P".
7472 2005-10-18  Jay Belanger  <belanger@truman.edu>
7474         * calc/calc-store.el (calc-store-into): Get the proper variable name
7475         to display in message.
7477 2005-10-18  Nick Roberts  <nickrob@snap.net.nz>
7479         * progmodes/gdb-ui.el (gdb-var-create-handler): Make watch
7480         expressions display in speedbar for all buffers when debugging.
7481         (gdb-speedbar-expand-node): Ensure node contraction is always updated.
7483         * speedbar.el (speedbar-set-mode-line-format): Indent properly.
7484         (speedbar-insert-button, speedbar-make-button):
7485         Use add-text-properties.
7486         (speedbar-update-localized-contents)
7487         (speedbar-update-directory-contents)
7488         (speedbar-update-special-contents): Use dolist.
7489         (speedbar-buffer-easymenu-definition): Add a menu separator.
7491 2005-10-17  Jason Rumney  <jasonr@gnu.org>
7493         * makefile.w32-in: Use $(lisp) consistently.
7494         (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): New targets
7495         for shell specific generation of mh-autoloads.
7497 2005-10-17  Richard M. Stallman  <rms@gnu.org>
7499         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Undo prev change.
7501 2005-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
7503         * jit-lock.el (jit-lock-fontify-now):
7504         Move jit-lock-context-unfontify-pos to avoid wasted work.
7506 2005-10-17  Michael Albinus  <michael.albinus@gmx.de>
7508         * net/tramp.el (tramp-completion-mode): New defvar.  Used in
7509         `tramp-completion-mode' for checking if we are in completion mode.
7510         (tramp-completion-handle-file-name-all-completions): Reorder code
7511         in order to complete for file names only in case there are no
7512         method/user/host completions.  This is necessary for cooperation
7513         with ido.  Reported by Kim F. Storm <storm@cua.dk>.
7515 2005-10-16  Chong Yidong  <cyd@stupidchicken.com>
7517         * longlines.el (longlines-search-forward)
7518         (longlines-search-backward): Match any number of spaces.
7520 2005-10-16  Thien-Thi Nguyen  <ttn@gnu.org>
7522         * diff-mode.el (diff-mode): Doc fix.
7524 2005-10-16  David Reitter  <david.reitter@gmail.com>
7526         * mail/sendmail.el (send-mail-function): Use mailclient-send-it
7527         as default on darwin and windows systems.
7529 2005-10-16  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
7531         * arc-mode.el (archive-zip-extract): Doc fix.
7533 2005-10-16  Romain Francoise  <romain@orebokech.com>
7535         * mouse.el (mouse-1-click-follows-link): Doc fix.
7537 2005-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
7539         * savehist.el: Don't require CL at runtime.
7540         (savehist-xemacs): Remove.
7541         (savehist-coding-system): Use utf-8 if present, regardless of religion.
7542         (savehist-no-conversion): Use (featurep 'xemacs).
7543         (savehist-load): Check existence of start-itimer rather than XEmacs.
7544         Use an idle timer.
7545         (savehist-process-for-saving): Replace use of CL funs `subseq' and
7546         `delete-if-not'.
7548 2005-10-16  Hrvoje Niksic  <hniksic@xemacs.org>
7550         * savehist.el: Newer version.
7551         (savehist-autosave-interval, savehist-coding-system, savehist-timer)
7552         (savehist-last-checksum, savehist-no-conversion): New vars.
7553         (savehist-autosave, savehist-process-for-saving, savehist-printable):
7554         New functions.
7555         (savehist-load, savehist-save): Use them.
7556         (savehist-delimit): Remove.
7558 2005-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
7560         * progmodes/compile.el (compilation-goto-locus): Display the
7561         compilation buffer first and the source buffer second, in case they're
7562         in overlapping frames.  Don't raise the compilation frame if it was the
7563         selected window upon entry.  Pass the `other-window' arg to
7564         pop-to-buffer.
7566         * info.el (Info-fontify-node): Use dolist.
7567         Change add-text-properties to put-text-property.
7569 2005-10-16  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
7571         * textmodes/bibtex.el (bibtex-font-lock-url): Catch when point past
7572         bound of search.
7574 2005-10-16  Masatake YAMATO  <jet@gyve.org>
7576         * dabbrev.el (dabbrev-completion): Pass the common
7577         prefix substring of completion to `display-completion-list'.
7579         * filecache.el (file-cache-minibuffer-complete)
7580         (file-cache-complete): Ditto.
7582         * tempo.el (tempo-display-completions): Ditto.
7584         * wid-edit.el (widget-file-complete, widget-color-complete): Ditto.
7586         * emacs-lisp/lisp.el (lisp-complete-symbol): Ditto.
7588         * eshell/em-hist.el (eshell-list-history): Ditto.
7590         * mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto.
7592         * mail/mailalias.el (mail-complete): Ditto.
7594         * progmodes/etags.el (complete-tag): Ditto.
7596         * progmodes/make-mode.el (makefile-complete): Ditto.
7598         * progmodes/meta-mode.el (meta-complete-symbol): Ditto.
7600         * progmodes/octave-mod.el (octave-complete-symbol): Ditto.
7602         * progmodes/pascal.el (pascal-complete-word)
7603         (pascal-show-completions): Ditto.
7605         * textmodes/bibtex.el (bibtex-complete-internal): Ditto.
7607         * simple.el (completion-common-substring): New variable.
7608         (completion-setup-function): Use `completion-common-substring'
7609         to put faces.
7611 2005-10-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
7613         * term/mac-win.el: Apply 2005-10-09 change for term/x-win.el.
7614         (x-get-selection, mac-select-convert-to-string): Convert from/to
7615         UTF-16 clipboard data as in native byte order, no BOM.
7617 2005-10-16  Nick Roberts  <nickrob@snap.net.nz>
7619         * progmodes/gud.el (gud-tool-bar-map): Rename the images
7620         appropriately (gud/next, gud/nexti, gud/step, gud/stepi).
7621         (gud-sentinel): Use speedbar-frame to check for speedbar.
7623 2005-10-15  Richard M. Stallman  <rms@gnu.org>
7625         * savehist.el: New file.
7627 2005-10-14  Karl Chen  <quarl@cs.berkeley.edu>
7629         * textmodes/tex-mode.el (tex-font-lock-keywords-2):
7630         Fix bug in \bf fontification.
7632 2005-10-15  Stefan Monnier  <monnier@iro.umontreal.ca>
7634         * pcvs.el (cvs-edit-log-files): New var.
7635         (cvs-mode-edit-log): New arg `file'.
7636         (cvs-edit-log-minor-wrap): Don't set the ignore-marks property.
7637         Instead force the use of the original file and nothing else.
7638         (cvs-edit-log-filelist): Don't use the cvs-mode-* function unless
7639         the cvs-minor-wrap-function is set.
7640         (cvs-do-edit-log): Obey the vars set in cvs-edit-log-minor-wrap.
7642 2005-10-14  Bill Wohler  <wohler@newt.com>
7644         * toolbar/gud-break.*: Moved to etc/images/gud/break.*.
7645         * toolbar/gud-cont.*: Moved to etc/images/gud/cont.*.
7646         * toolbar/gud-down.*: Moved to etc/images/gud/down.*.
7647         * toolbar/gud-finish.*: Moved to etc/images/gud/finish.*.
7648         * toolbar/gud-ni.*: Moved to etc/images/gud/ni.*.
7649         * toolbar/gud-n.*: Moved to etc/images/gud/n.*.
7650         * toolbar/gud-print.*: Moved to etc/images/gud/print.*.
7651         * toolbar/gud-pstar.*: Moved to etc/images/gud/pstar.*.
7652         * toolbar/gud-remove.*: Moved to etc/images/gud/remove.*.
7653         * toolbar/gud-run.*: Moved to etc/images/gud/run.*.
7654         * toolbar/gud-si.*: Moved to etc/images/gud/si.*.
7655         * toolbar/gud-s.*: Moved to etc/images/gud/s.*.
7656         * toolbar/gud-until.*: Moved to etc/images/gud/until.*.
7657         * toolbar/gud-up.*: Moved to etc/images/gud/up.*.
7658         * toolbar/gud-watch.*: Moved to etc/images/gud/watch.*.
7660         * progmodes/gud.el (gud-tool-bar-map): Rename the images
7661         appropriately (for example, gud-break to gud/break).
7663 2005-10-14  Chong Yidong  <cyd@stupidchicken.com>
7665         * longlines.el (longlinges-search-function)
7666         (longlines-search-forward, longlines-search-backward): New functions.
7667         (longlines-mode): Set isearch-search-fun-function to
7668         longlinges-search-function.
7670         * mouse.el (mouse-drag-region-1): Handle the case where a
7671         double-click event is bound to an arbitrary function.
7673 2005-10-14  David Ponce  <david@dponce.com>
7675         * recentf.el (recentf-track-opened-file)
7676         (recentf-track-closed-file, recentf-update-menu)
7677         (recentf-used-hooks, recentf-enabled-p): Move before dialog stuff.
7678         (recentf-dialog-mode-map): Map follow-link to RET, so dialogs obey
7679         mouse-1-click-follows-link.
7681 2005-10-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
7683         * toolbar/diropen.xpm, toolbar/diropen.pbm: New versions made from
7684         Gnome file-manager.png.  Suggested by
7685         Joachim Nilsson <joachim.nilsson@vmlinux.org>.
7687         * toolbar/README: Add diropen.xpm.
7689 2005-10-13  Bill Wohler  <wohler@newt.com>
7691         * makefile.w32-in (MH_E_SRC): Rename from MH-E-SRC per NMAKE
7692         restrictions.  Suggested by David Robinow <drobinow@gmail.com>.
7694 2005-10-13  Stefan Monnier  <monnier@iro.umontreal.ca>
7696         * progmodes/mixal-mode.el (mixal-operation-codes-alist):
7697         Don't waste the byte-compiler's time on constant data.
7699 2005-10-13  Kenichi Handa  <handa@m17n.org>
7701         * international/utf-8.el (utf-8-compose): Display an invalid UTF-8
7702         byte with `escape-glyph' face.
7704         * international/fontset.el (ccl-encode-unicode-font):
7705         Lookup utf-subst-table-for-encode, not ucs-mule-cjk-to-unicode.
7706         Handle the case that ucs-mule-to-mule-unicode translates a character to
7707         ASCII (usually for IPA characters).
7709 2005-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
7711         * info.el (Info-fontify-node): Don't be fooled by a lone "...".
7712         Don't hide the underline of titles if font-lock-mode is disabled.
7714 2005-10-12  Bill Wohler  <wohler@newt.com>
7716         * makefile.w32-in (MH-E-SRC): New.  Used by mh-autoloads.
7717         (mh-autoloads): New.  Builds mh-e/mh-loaddefs.el.  Rebuilds if any
7718         files in MH-E-SRC have been updated.
7719         (updates, compile, recompile, bootstrap): Depend on mh-autoloads.
7721 2005-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
7723         * progmodes/mixal-mode.el (mixal-operation-codes): Remove.
7724         (mixal-mode-syntax-table): Add \n as end-comment.
7725         (mixal-operation-codes-alist): Immediately initialize to full value.
7726         (mixal-add-operation-code): Remove.
7727         (mixal-describe-operation-code): Make the arg non-optional.
7728         Use the interactive spec instead.
7729         Use mixal-operation-codes-alist rather than mixal-operation-codes.
7730         (mixal-font-lock-keywords): Don't highlight comments here any more.
7731         (mixal-font-lock-syntactic-keywords): New var.
7732         (mixal-mode): Use it.  Fix comment-start-skip.
7734 2005-10-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
7736         * startup.el (command-line-x-option-alist): -nb => -nbi
7738 2005-10-12  Kim F. Storm  <storm@cua.dk>
7740         * startup.el (fancy-splash-default-action): Discard mouse click in
7741         the splash screen window, as it has no sensible meaning in the
7742         next window to be selected.  Fixes error reported by Jan D.
7744 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
7746         * desktop.el (desktop-load-file): Do nothing when FUNCTION is nil.
7748 2005-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
7750         * progmodes/mixal-mode.el: Sync with version in the GNU MDK project.
7751         Try to fix up minor layout issues like indentation, line break, etc...
7752         (mixal-mode-syntax-table): Don't try to specify comment syntax,
7753         because it doesn't work.
7754         (mixal-operation-codes): Add some more codes.
7755         (mixal-font-lock-keywords): Process comments here.
7756         (mixal-mode): mixasm no longer needs -g option.
7758 2005-10-11  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
7760         * progmodes/sh-script.el (sh-tmp-file):
7761         Use mktemp -t.  Finish support for es and rc shells.
7763 2005-10-11  Jay Belanger  <belanger@truman.edu>
7765         * calc/calcalg2.el (calc-integral): With an argument, compute the
7766         definite integral.
7768 2005-10-11  Chong Yidong  <cyd@stupidchicken.com>
7770         * mouse.el (mouse-drag-region-1): Don't try to catch a
7771         double-click when doing follow-link (it's overridden anyway).
7773 2005-10-11  Juanma Barranquero  <lekktu@gmail.com>
7775         * emacs-lisp/autoload.el (update-directory-autoloads): Doc fix.
7776         (autoload-print-form-outbuf): Add docstring.
7778 2005-10-11  Juri Linkov  <juri@jurta.org>
7780         * info.el (Info-mode-menu): Delete menu item "Edit".
7781         (Info-mode): Delete description of Info-edit from docstring,
7782         and rearrange descriptions of Info commands in the order
7783         they are documented in the Info manual.
7785 2005-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
7787         * calendar/appt.el (appt-check): Use diary-selective-display var.
7789 2005-10-10  Richard M. Stallman  <rms@gnu.org>
7791         * net/newsticker.el (newsticker-start, newsticker-show-news):
7792         Add autoload cookies.
7794 2005-10-10  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>
7796         * progmodes/sh-script.el (sh-tmp-file): Use mktemp.
7798 2005-10-10  Karl Chen  <quarl@cs.berkeley.edu>
7800         * jka-cmpr-hook.el (jka-compr-handler): Fix typo in `operations' prop.
7802 2005-10-10  Jay Belanger  <belanger@truman.edu>
7804         * calc/calc-arith.el (math-check-known-scalarp)
7805         (math-check-known-matrixp): Check the values of arguments that are
7806         variables.
7807         (math-check-known-square-matrixp): New function.
7808         (math-known-square-matrixp): Use math-check-known-square-matrixp.
7809         (math-super-types): Add sqmatrix type.
7811         * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec): Change the
7812         mode name `square' to `sqmatrix'.
7814         * calc/calc.el (calc-matrix-mode, calc-set-mode-line): Change the
7815         mode name `square' to `sqmatrix'.
7817 2005-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7819         * progmodes/etags.el (select-tags-table-mode): Don't use
7820         selective-display.
7821         (tags-select-tags-table): Pass `button' to the action function.
7822         (select-tags-table): Place the side-info on button properties rather
7823         than in hidden text.  Abbreviate file names.
7824         (select-tags-table-mode-map): Inherit rather than copy buttom-map.
7825         (select-tags-table-select): Add `button' argument.
7826         Get side-info from the button property rather than from hidden text.
7828 2005-10-11  Nick Roberts  <nickrob@snap.net.nz>
7830         * progmodes/gud.el (gud-install-speedbar-variables): Add more bindings.
7831         (gud-speedbar-buttons): Preserve point if possible.
7832         (gud-sentinel): Restore previous speedbar display type.
7834         * progmodes/gdb-ui.el (gdba): Improve diagram.
7835         (def-gdb-auto-update-handler, gdb-info-locals-handler)
7836         (gdb-put-breakpoint-icon, gdb-remove-breakpoint-icons):
7837         Call get-buffer-window once.
7839 2005-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7841         * progmodes/pascal.el (pascal-mode-map): Move init into declaration.
7842         (pascal-mode-syntax-table): Make (* *) markers same class as { ... }.
7843         (pascal-indent-command): Remove unused var `ind'.
7844         (pascal-indent-case): Remove unused var `oldpos'.
7845         (pascal-outline-map): Don't inherit from pascal-mode-map anymore,
7846         since it's now used as a proper minor mode map.
7847         (pascal-outline): Rename to pascal-outline-mode.
7848         (pascal-outline-mode): Use define-minor-mode.
7849         (pascal-outline-mode, pascal-outline-change): Use overlays rather than
7850         selective-display.
7852 2005-10-10  Andreas Schwab  <schwab@suse.de>
7854         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Adjust match
7855         number.  Reported by Karl Chen <quarl@cs.berkeley.edu>.
7857         * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Fix for building
7858         outside source directory.
7860 2005-10-10  Carsten Dominik  <dominik@science.uva.nl>
7862         * textmodes/org.el (org-mode-map): Explicit definition of `C-c
7863         C-x' as a prefix.
7864         (orgtbl-mode-map): Full keymap instead of sparse, because all
7865         `self-insert-command' keys are redefined in this map.
7866         (org-export-as-html): Specify charset for HTML file, by taking it
7867         from the coding system.
7869 2005-10-10  Kenichi Handa  <handa@m17n.org>
7871         * textmodes/flyspell.el (flyspell-check-word-p):
7872         If unread-command-events is non-empty, don't call sit-for.
7874 2005-10-09  Richard M. Stallman  <rms@gnu.org>
7876         * font-lock.el (font-lock-syntactic-keywords)
7877         (font-lock-keywords): Doc fixes.
7879         * textmodes/flyspell.el (flyspell-external-point-words):
7880         Simplify logic, and don't try to check for consecutive appearances
7881         of one incorrect word.
7883 2005-10-10  Nick Roberts  <nickrob@snap.net.nz>
7885         * speedbar.el (speedbar-buffer-easymenu-definition): Add menu
7886         separator.
7888         * progmodes/gud.el (gud-last-speedbar-buffer): Remove.
7889         (gud-install-speedbar-variables): Add GUD to speedbar "Displays" list.
7890         (gud-expansion-speedbar-buttons): New function.
7891         (gud-speedbar-buttons): Check for gud-comint-buffer.
7893 2005-10-09  Bill Wohler  <wohler@newt.com>
7895         * Makefile.in (updates): Add mh-loaddefs dependency.
7897 2005-10-09  Chong Yidong  <cyd@stupidchicken.com>
7899         * speedbar.el (speedbar-file-key-map): Fix typo.
7901 2005-10-09  Daniel Brockman  <daniel@brockman.se>
7903         * cus-start.el (line-spacing): Add custom spec.
7905 2005-10-09  Romain Francoise  <romain@orebokech.com>
7907         * textmodes/ispell.el (ispell-check-version): Fix last change.
7909 2005-10-09  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
7911         * term/x-win.el: Remove -i, --icon-type from comment.
7913         * startup.el (command-line-x-option-alist): Remove options -i,
7914         -itype, --icon-type, added -nb, --no-bitmap-icon
7916 2005-10-09  Nick Roberts  <nickrob@snap.net.nz>
7918         * progmodes/gud.el (gud-speedbar-menu-items): Use :visible
7919         instead of :active.
7921 2005-10-08  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
7923         * textmodes/ispell.el (ispell-check-version):
7924         Ignore hyphen, and all that follows, in aspell's version text.
7926 2005-10-08  Jay Belanger  <belanger@truman.edu>
7928         * calc/calc-arith.el (math-known-square-matrixp): New function.
7929         (math-pow-fancy): Check for matrices before distributing exponent
7930         across products.
7932         * calc/calc-keypd.el (calc-do-keypad): Widen keypad window for
7933         fullscreen keypad.  Suggested by Luc Teirlinck.
7934         (calc-keypad-show-input): Add space for formatting.
7936         * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec):
7937         Add square matrix option.
7939         * calc/calc-poly.el (math-expand-term): Check for matrices instead
7940         of checking calc-matrix-mode when deciding how to expand.
7942         * calc/calc.el (calc-set-mode-line): Add square matrix option.
7944 2005-10-08  Lars Hansen  <larsh@soem.dk>
7946         * net/tramp.el (tramp-perl-directory-files-and-attributes):
7947         Add error handling.
7948         (tramp-handle-directory-files-and-attributes): Handle perl error msg.
7950 2005-10-08  Michael Albinus  <michael.albinus@gmx.de>
7952         Sync with Tramp 2.0.51.
7954         * net/tramp.el (tramp-handle-set-visited-file-modtime)
7955         (tramp-handle-insert-file-contents, tramp-handle-write-region):
7956         Insert special handling for `last-coding-system-used', again
7957         it still seems to be necessary (unlike stated before).
7958         Reported by Toshinori Sugita <sugita@d-pad.co.jp>.
7959         (tramp-password-prompt-regexp): There might be other words before
7960         trailing ":".  Reported by Kurt Steinkraus <kurt@steinkraus.us>.
7961         (tramp-chunksize): Improve docstring.
7962         (tramp-set-auto-save-file-modes): Octal integer code #o600 breaks
7963         Emacs 20.  Use `tramp-octal-to-decimal' therefore.  Reported by
7964         Christian Joergensen <bugs@razor.dk>.
7966 2005-10-07  Glenn Morris  <rgm@gnu.org>
7968         * progmodes/f90.el (f90-keywords-re, f90-mode): Doc fix.
7969         (f90-font-lock-keywords-2, f90-mode-abbrev-table): Add `double
7970         precision'.
7972 2005-10-07  Romain Francoise  <romain@orebokech.com>
7974         * ibuf-ext.el (ibuffer-do-shell-command-pipe)
7975         (ibuffer-do-shell-command-pipe-replace)
7976         (ibuffer-do-shell-command-file, ibuffer-do-eval)
7977         (ibuffer-do-view-and-eval, ibuffer-do-rename-uniquely)
7978         (ibuffer-do-revert, ibuffer-do-replace-regexp)
7979         (ibuffer-do-query-replace, ibuffer-do-query-replace-regexp)
7980         (ibuffer-do-print, ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
7981         (ibuffer-filter-by-name, ibuffer-filter-by-filename)
7982         (ibuffer-filter-by-size-gt, ibuffer-filter-by-size-lt)
7983         (ibuffer-filter-by-content, ibuffer-filter-by-predicate
7984         (ibuffer-do-sort-by-major-mode, ibuffer-do-sort-by-mode-name)
7985         (ibuffer-do-sort-by-alphabetic, ibuffer-do-sort-by-size):
7986         Autoload file sans suffix.
7988         * emulation/cua-base.el (cua-toggle-global-mark): Likewise.
7990 2005-10-07  David Ponce  <david@dponce.com>
7992         * recentf.el (recentf-menu-open-all-flag): New option.
7993         (recentf-digit-shortcut-command-name): New function.
7994         (recentf--shortcuts-keymap): New variable.
7995         (recentf-menu-shortcuts): New variable.
7996         (recentf-make-menu-items): Initialize it.  Replace the "More..."
7997         menu item by "All...", if `recentf-menu-open-all-flag' is non-nil.
7998         (recentf-menu-value-shortcut): New function.
7999         (recentf-make-menu-item): Use it.  No more in-lined.
8000         (recentf-dialog-mode-map): Base on `recentf--shortcuts-keymap'.
8001         (recentf-open-most-recent-file): Rename from
8002         `recentf-open-file-with-key'.  Don't depend on key binding.
8003         (recentf-mode-map): New variable.
8004         (recentf-mode): Use it.
8006 2005-10-06  Bill Wohler  <wohler@newt.com>
8008         * mh-e/mh-loaddefs.el: Remove.  Now generated automatically.
8010         * Makefile.in (AUTOGENEL): Add mh-e/mh-loaddefs.el.
8011         (MH-E-SRC): New.  Used by mh-autoloads.
8012         (mh-autoloads): New.  Builds mh-e/mh-loaddefs.el.  Rebuilds if any
8013         files in MH-E-SRC have been updated.
8014         (compile, recompile, bootstrap): Depend on mh-autoloads.
8016 2005-10-07  Nick Roberts  <nickrob@snap.net.nz>
8018         * progmodes/gud.el (gud-menu-map): Only display un-intuitive
8019         gud-break and gud-remove icons when the fringe is not available.
8021         * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width):
8022         Typo.
8024 2005-10-06  Michael Cadilhac  <michael.cadilhac-@t-lrde.epita.fr>  (tiny change)
8026         * play/zone.el (zone): Wrap body with save-window-excursion.
8028 2005-10-06  Stefan Monnier  <monnier@iro.umontreal.ca>
8030         * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
8031         Use the new `list-only' arg to diary-list-entries.
8033         * calendar/diary-lib.el: Use overlays rather than selective-display.
8034         (diary-selective-display): New var.
8035         (diary-header-line-format): Use it.
8036         (diary-list-entries): Add argument `list-only'.
8037         Put the buffer in diary-mode.  Don't add \^M at beg and end.
8038         Replace \^M by invisible overlays.
8039         (diary-unhide-everything): Replace \^M by invisible overlays.
8040         (print-diary-entries): Look for overlays rather than \^M.
8041         Add a space to the temp buffer name.
8042         (diary-show-all-entries, mark-diary-entries, make-diary-entry):
8043         Put the buffer in diary-mode.
8044         (list-sexp-diary-entries): Replace \^M by invisible overlays.
8045         (diary-anniversary): Make the year arg optional.
8046         (diary-time-regexp): New const.
8047         (diary-font-lock-keywords): Use it to accept a few more time formats.
8049         * pcvs.el (cvs-sentinel): Make sure we do re-enable undo.
8051 2005-10-06  Thien-Thi Nguyen  <ttn@gnu.org>
8053         * textmodes/artist.el (artist-ellipse-mirror-quadrant):
8054         Fix bug introduced 2005-07-03: Use (car (last ...))
8055         to faithfully reproduce replaced artist-last.
8056         (artist-set-arrow-points-for-poly): Likewise.
8057         Suggested by Johan Bockg\e,Ae\e(Brd.
8059 2005-10-06  Juanma Barranquero  <lekktu@gmail.com>
8061         * dframe.el (x-pointer-hand2, x-pointer-top-left-arrow):
8062         * wid-edit.el (widget):
8063         * progmodes/gdb-ui.el (gdb-buffer-fringe-width):
8064         * progmodes/vhdl-mode.el (speedbar-attached-frame): Add defvars.
8066 2005-10-06  Kenichi Handa  <handa@m17n.org>
8068         * international/mule-cmds.el (set-language-environment):
8069         Fix setting up of case-table for unibyte mode.
8071         * simple.el (what-cursor-position): If the character is displayed
8072         by some `display' text property, show that.  Don't use
8073         single-key-description for eight-bit characters in multibyte mode.
8075 2005-10-06  Nick Roberts  <nickrob@snap.net.nz>
8077         * progmodes/gdb-ui.el (gdb-fringe-width): New variable.
8078         (gdb-ann3): Set it.
8079         (gdb-put-breakpoint-icon): Don't take fringe-width from speedbar frame.
8080         (gdb-info-frames-custom): Use inverse-video for first five
8081         characters of selected frame only.
8082         (gdb-get-frame-number): Select frame even when point is on frame
8083         number.
8085 2005-10-06  Masatake YAMATO  <jet@gyve.org>
8087         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
8088         Put `font-lock-function-name-face'.
8089         (gdb-info-frames-custom): Put `font-lock-function-name-face'
8090         and `font-lock-variable-name-face'
8091         (gdb-registers-font-lock-keywords): New font lock keywords definition.
8092         (gdb-registers-mode): Use `gdb-registers-font-lock-keywords`.
8093         (gdb-memory-font-lock-keywords): New font lock keywords definition.
8094         (gdb-memory-mode): Use `gdb-memory-font-lock-keywords'.
8095         (gdb-local-font-lock-keywords): New font lock keywords definition.
8096         (gdb-locals-mode): Use `gdb-local-font-lock-keywords'
8097         (gdb-threads-font-lock-keywords): New font lock keywords definition.
8098         (gdb-threads-mode): Use `gdb-threads-font-lock-keywords'.
8100 2005-10-05  Michael Kifer  <kifer@cs.stonybrook.edu>
8102         * ediff-merge.el (ediff-merge-region-is-non-clash): New defsubst.
8103         (ediff-merge-region-is-non-clash-to-skip): Previously called
8104         ediff-merge-region-is-non-clash.
8106         * ediff-mult.el (ediff-append-custom-diff, ediff-meta-show-patch):
8107         Use insert-buffer-substring.
8109         * ediff-ptch.el (ediff-fixup-patch-map): Use better heuristics for
8110         selecting files to patch.  Also bug fixes.
8112         * ediff-util.el (ediff-setup): Bug fix.
8113         (ediff-next-difference): Never skip clashes that differ in white
8114         space only.
8116         * ediff-wind.el (ediff-setup-control-frame)
8117         (ediff-destroy-control-frame): Check the menubar feature.
8119         * viper-cmd.el (viper-normalize-minor-mode-map-alist)
8120         (viper-refresh-mode-line): Use make-local-variable to localize
8121         some vars instead of make-variable-buffer-local.  Suggested by
8122         Stefan Monnier.
8124         * viper-init.el (viper-make-variable-buffer-local): Delete alias.
8125         (viper-restore-cursor-type, viper-set-insert-cursor-type):
8126         Use make-local-variable instead of make-variable-buffer-local.
8127         Suggested by Stefan Monnier.
8129         * viper.el (viper-mode): Don't use viper-make-variable-buffer-local.
8130         (viper-comint-mode-hook): Use make-local-variable on
8131         require-final-newline.
8132         (viper-non-hook-settings): Don't use make-variable-buffer-local.
8134 2005-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
8136         * progmodes/scheme.el (scheme-mode-syntax-table): Mark ; as being
8137         also the second char of a comment-start sequence.
8138         (scheme-sexp-comment-syntax-table): New var.
8139         (lambda, define): Set their scheme-doc-string-elt property.
8140         (scheme-font-lock-syntactic-face-function): Handle sexp-comments.
8141         Use lisp-font-lock-syntactic-face-function now that it properly
8142         handles |...| symbols.
8143         (scheme-mode-variables): Set lisp-doc-string-elt-property,
8144         parse-sexp-lookup-properties and font-lock-extra-managed-props.
8146         * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Move the nesting
8147         bit from # to |.
8148         (lisp-font-lock-syntactic-face-function): Distinguish |...| symbols.
8150         * emacs-lisp/lisp-mode.el (lambda): Add its doc-string-elt property.
8151         (lisp-doc-string-elt-property): New var.
8152         (lisp-font-lock-syntactic-face-function): Use it.
8153         Rewrite to recognize docstrings even for forms not at toplevel.
8155         * progmodes/scheme.el (scheme-mode-syntax-table): Put the nested
8156         annotation on the | part of #| rather than on the # part.
8157         (scheme-font-lock-syntactic-face-function): New function, to
8158         distinguish strings from |...| symbols.
8159         (scheme-mode-variables): Use it.  Also fix up the font-lock-time
8160         syntax-table so that #|...|# is properly highlighted.
8162         * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):
8163         Don't mark as docstring the 3rd elem of an unknown toplevel form.
8165 2005-10-04  Stefan Monnier  <monnier@iro.umontreal.ca>
8167         * bindings.el (global-map): Resync [home] and [end] bindings with C-a
8168         and C-e.
8170         * emacs-lisp/eldoc.el: Move comments into docstrings.
8171         (eldoc-message-commands): Initialize in its declaration.
8172         Add move-beginning-of-line and move-end-of-line.
8173         (eldoc-add-command, eldoc-add-command-completions)
8174         (eldoc-remove-command, eldoc-remove-command-completions): Simplify.
8176         * outline.el (outline-mark-subtree): Activate the mark.
8178         * calendar/appt.el (appt-time-regexp): New var.
8179         (appt-add, appt-make-list): Use it.
8180         (appt-convert-time): Clean up.
8182         * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
8183         Don't set any syntax-table property here.
8184         (tex-font-lock-verb): New function.  Do it here.
8185         (tex-font-lock-syntactic-keywords): Use it.
8187 2005-10-04  Richard M. Stallman  <rms@gnu.org>
8189         * wid-edit.el (widget-file-complete): Get the widget start point
8190         the right way.  Default directory to `/' if file has none.
8192         * x-dnd.el (x-dnd-drop-data): Check for dedicated windows.
8194         * textmodes/flyspell.el (flyspell-mode-on):
8195         Call ispell-maybe-find-aspell-dictionaries.
8197         * textmodes/ispell.el (ispell-word, ispell-region):
8198         Call ispell-maybe-find-aspell-dictionaries.
8199         (ispell-accept-buffer-local-defs):
8200         Don't call ispell-maybe-find-aspell-dictionaries
8202 2005-10-04  Richard M. Stallman  <rms@gnu.org>
8204         * iswitchb.el (iswitchb-buffer-ignore): Label it risky.
8206 2005-10-04  Emilio C. Lopes  <eclig@gmx.net>
8208         * iswitchb.el (iswitchb-ignore-buffername-p): Use `functionp'
8209         instead of `fboundp' in order to allow for anonymous functions.
8211 2005-10-04  Chong Yidong  <cyd@stupidchicken.com>
8213         * info.el (Info-next, Info-prev, Info-up): Select info buffer, in
8214         case the user clicks on the link while another window is selected.
8215         (Info-speedbar-hierarchy-buttons): Use speedbar-current-frame.
8217         * dframe.el (dframe-update-keymap): Use mouse-1-click-follows-link
8218         functionality.
8219         (dframe-help-echo): Save point in case mouse tracking is off.
8221 2005-10-04  Thien-Thi Nguyen  <ttn@gnu.org>
8223         * net/ange-ftp.el (ange-ftp-ls): Fix typo introduced in last change.
8225 2005-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8227         * progmodes/cc-styles.el (c-setup-paragraph-variables): Make sure we do
8228         not change the global value of those vars.
8230         * progmodes/cc-mode.el (c-basic-common-init): Remove calls to
8231         make-local-variable which we do not need any more.
8233 2005-10-03  Chong Yidong  <cyd@stupidchicken.com>
8235         * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path)
8236         (speedbar-ignored-path-expressions, speedbar-buffers-line-path)
8237         (speedbar-add-ignored-path-regexp, speedbar-buffers-line-path)
8238         (speedbar-path-line): Define obsolete aliases.
8239         (speedbar-line-directory): Doc fix.
8241         * progmodes/vhdl-mode.el (vhdl-speedbar-initialize)
8242         (vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory
8243         instead of speedbar-line-path.
8245 2005-10-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
8247         * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window
8248         to nil if dropping on a window.  Handle dropping on a minibuffer window
8249         like dropping on a non-window part of Emacs.
8251 2005-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8253         * net/ange-ftp.el: Use with-current-buffer.
8254         (ange-ftp-insert-directory): Do not follow symlinks any more.
8256         * textmodes/ispell.el (ispell-find-aspell-dictionaries):
8257         Remove interactive spec.
8259 2005-10-03  Kim F. Storm  <storm@cua.dk>
8261         * ido.el (ido-mode): Use custom-initialize-set.
8263 2005-10-02  Richard M. Stallman  <rms@gnu.org>
8265         * progmodes/ebnf2ps.el (ebnf-eps-production-list):
8266         Use insert-buffer-substring.
8268         * net/tramp.el: Pacify byte compiler warnings in pacification code.
8269         (tramp-handle-file-local-copy): Use insert-buffer-substring.
8271 2005-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
8273         * net/ange-ftp.el (ange-ftp-insert-directory): Undo unintended part
8274         in last change.
8275         (ange-ftp-insert-directory): Fix up the search for the case where
8276         `file' is absolute.
8278 2005-10-02  Romain Francoise  <romain@orebokech.com>
8280         * progmodes/compile.el (compile-goto-error): Delete extra paren.
8282 2005-10-02  Andreas Schwab  <schwab@suse.de>
8284         * ediff-ptch.el (ediff-fixup-patch-map): Handle file names without
8285         directory component in the session info.
8287 2005-10-01  Richard M. Stallman  <rms@gnu.org>
8289         * comint.el (comint-redirect-subvert-readonly): Doc fix.
8291         * simple.el (next-error-internal): New function.
8293         * progmodes/compile.el (compilation-buffer-name): New arg MODE-COMMAND.
8294         (compilation-start): Pass new arg to compilation-buffer-name.
8295         (compile-goto-error): Use next-error-internal.
8297 2005-10-01  Chong Yidong  <cyd@stupidchicken.com>
8299         * speedbar.el: Remove RCS tag.
8300         (speedbar-check-read-only): Handle non-existent files.
8302         * dframe.el, ezimage.el, sb-image.el: Remove RCS tags.
8304         * info.el (Info-speedbar-hierarchy-buttons)
8305         (Info-speedbar-goto-node): Call speedbar-select-attached-frame.
8307 2005-10-01  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
8309         * textmodes/bibtex.el (bibtex-valid-entry-whitespace-re):
8310         Do not match newline.
8311         (bibtex-realign): Do not use bibtex-valid-entry-whitespace-re.
8312         (bibtex-summary): Remove unnecessary save-excursion.
8313         (bibtex-fill-field-bounds): Use fill-region-as-paragraph.
8315 2005-10-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
8317         * term/mac-win.el: Add charset info for "iso10646-1".
8318         Modify default fontset to use ATSUI-compatible fonts for some charsets
8319         if available.
8321 2005-10-01  Chong Yidong  <cyd@stupidchicken.com>
8323         * speedbar.el: Re-apply arch tag.
8324         (speedbar-version): Rename to version 1.0.  Suggested by Eric
8325         M. Ludlam.
8326         Reapply two changes from Emacs CVS' version of speedbar lost
8327         during the merge:
8328         (speedbar-use-imenu-flag): Avoid unnecessary use of locate-library.
8329         (speedbar-frame-parameters): Improve customize type.
8331 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
8333         * net/ange-ftp.el (ange-ftp-gwp-start): Use with-current-buffer.
8334         (ange-ftp-file-directory-p): Fix the symlink case.
8335         (ange-ftp-insert-directory): When listing a single file, get a list of
8336         the parent buffer and extract the relevant line.  Inspired from a patch
8337         by Katsumi Yamaoka <yamaoka@jpl.org>.
8338         (ange-ftp-file-name-sans-versions): Simplify.
8340 2005-09-30  Bill Wohler  <wohler@newt.com>
8342         Move MH-E image files from toolbar and mail directories into
8343         etc/images.
8345         * mail/reply2.*: Move to etc/images/mail/reply*.
8347         * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm:
8348         * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Move to
8349         etc/images.
8351         * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*:
8352         * toolbar/reply*: Move to etc/images/mail.
8354         * toolbar/rescan.*: Move and rename to etc/images/refresh.*.
8356 2005-09-30  Eric M. Ludlam  <zappo@gnu.org>
8358         * speedbar.el: New version 1.0pre3.
8360         Frame management code (including timer, and mouse click specifics)
8361         moved to dframe.el:
8362         (speedbar-attached-frame): Removed.  Use dframe-attached-frame.
8363         (speedbar-timer): Removed.  Use dframe-timer.
8364         (speedbar-close-frame): Removed.  Use dframe-close-frame.
8365         (speedbar-activity-change-focus-flag): Removed.  Use
8366         dframe-activity-change-focus-flag.
8367         (speedbar-update-speed, speedbar-navigating-speed): Obsolete.  Use
8368         dframe-update-speed.
8370         (speedbar-current-frame): New macro.  Use this instead of the
8371         variable speedbar-frame.
8373         (speedbar-use-images, speedbar-expand-image-button-alist)
8374         (speedbar-insert-image-button-maybe): Moved to sb-image.el.
8376         (speedbar-find-image-on-load-path): Removed.  Replaced by
8377         defezimage in ezimage.el.
8378         (speedbar-expand-image-button-alist): Removed.  Replaced by
8379         ezimage-expand-image-button-alist in ezimage.el.
8381         (speedbar-ignored-directory-regexp)
8382         (speedbar-add-ignored-directory-regexp)
8383         (speedbar-ignored-directory-expressions)
8384         (speedbar-line-directory, speedbar-buffers-line-directory)
8385         (speedbar-directory-line, speedbar-buffers-line-directory):
8386         Renamed, replacing `path' with `directory'.
8388         (speedbar-create-directory, speedbar-expand-line-descendants)
8389         (speedbar-toggle-line-expansion)
8390         (speedbar-contract-line-descendants): New commands.
8392         (speedbar-query-confirmation-method, speedbar-select-frame-method)
8393         (speedbar-use-tool-tips-flag): New options.
8395         (speedbar-check-read-only, speedbar-require-version)
8396         (speedbar-insert-separator, speedbar-buffers-tail-notes)
8397         (speedbar-handle-delete-frame, speedbar-try-completion)
8398         (speedbar-update-localized-contents): New functions.
8400         (speedbar-incompatible-version, speedbar-ro-to-do-point)
8401         (speedbar-object-read-only-indicator): New variables.
8403         (speedbar-visiting-tag-hook, speedbar-before-visiting-file-hook):
8404         New hooks.
8406         (speedbar-separator-face): New face.
8408         (speedbar-supported-extension-expressions): Add `.g' and `.ma?k'.
8409         (speedbar-ignored-modes): Add fundamental-mode.
8410         (speedbar-directory-unshown-regexp): Add . directories.
8412         (speedbar-key-map): Remove old SPC and DEL page up/down keys.
8413         (speedbar-file-key-map): Add SPC to toggle node expansion, `[' and
8414         `]' for full expand/close.
8415         (speedbar-buffers-key-map): Add SPC to toggle node expansion.
8417         (speedbar-check-vc): Support hidden files.
8418         (speedbar-vc-check-dir-p): Use vc-state if available for CVS.
8419         (speedbar-this-file-in-vc): Use vc-state if available.  If VC
8420         state is nil, it is not checked out.
8422         (speedbar-line-text, speedbar-line-token): Support expand buttons
8423         with no text.
8424         (speedbar-refresh): Universal argument acts as power-click.
8425         (speedbar-fetch-dynamic-tags): If a buffer is in Emacs, switch to
8426         that buffer to get variable values.
8428         And many other bugfixes.
8430         * dframe.el, ezimage.el, sb-image.el: New files.
8432         * sb-*.xpm: Remove files.  New image files installed into
8433         etc/images/ezimage.
8435 2005-09-30  Kenichi Handa  <handa@m17n.org>
8437         * ps-mule.el (ps-mule-show-warning): If a character is in
8438         ps-print-translation-table, don't treat it as non-printable.
8440 2005-09-30  David Ponce  <david@dponce.com>
8442         * tree-widget.el (tree-widget-themes-load-path): New variable.
8443         (tree-widget-themes-directory): Doc fix.
8444         (tree-widget-image-formats) [Emacs]: Doc fix.
8445         (tree-widget--locate-sub-directory): New function.
8446         (tree-widget-themes-directory): Use it.
8448         * recentf.el (recentf-filename-handlers): Rename from
8449         `recentf-filename-handler'.  Allow a list of functions.
8450         (recentf-menu-items-for-commands): Fix :help strings.
8451         (recentf-apply-filename-handlers): New function.
8452         (recentf-expand-file-name): Use it.
8453         (recentf-cleanup): Remove duplicates too.
8455 2005-09-29  Juri Linkov  <juri@jurta.org>
8457         * faces.el: Rearrange face definitions to be in the same order as
8458         their face descriptions in "(emacs)Standard Faces".
8460         * isearch.el (isearch, lazy-highlight): Add group `basic-faces'.
8462         * tooltip.el (tooltip): Add group `basic-faces'.
8464         * buff-menu.el (Buffer-menu-buffer): Remove group
8465         `font-lock-highlighting-faces'.
8467         * progmodes/compile.el (compilation-error, compilation-warning)
8468         (compilation-info, compilation-line-number, compilation-column-number):
8469         Change group from `font-lock-highlighting-faces' to `compilation'.
8471         * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
8472         (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face)
8473         (vhdl-font-lock-function-face, vhdl-font-lock-directive-face)
8474         (vhdl-font-lock-reserved-words-face)
8475         (vhdl-font-lock-translate-off-face, syntax-alist): Remove group
8476         `font-lock-highlighting-faces'.
8478         * cus-edit.el (custom-buffer-sort-alphabetically): Default to nil.
8480 2005-09-28  Kim F. Storm  <storm@cua.dk>
8482         * emulation/cua-base.el: Set CUA move property on additional commands:
8483         up-list, down-list, backward-up-list, end-of-defun beginning-of-defun,
8484         forward-sexp, backward-sexp, forward-list, backward-list.
8486 2005-09-28  Romain Francoise  <romain@orebokech.com>
8488         * comint.el (comint-show-output): Really set point at the
8489         beginning of the output when not using `comint-use-prompt-regexp'.
8491 2005-09-27  Jay Belanger  <belanger@truman.edu>
8493         * calc/calc-lang.el (math-oper-table): Raise the precedence of "/"
8494         in TeX mode.
8496 2005-09-26  Juanma Barranquero  <lekktu@gmail.com>
8498         * textmodes/org.el (org-table-sum): Fix format string.
8500         * textmodes/tex-mode.el (tex-insert-quote, latex-indent):
8501         Quote face names.
8503 2005-09-26  Romain Francoise  <romain@orebokech.com>
8505         * isearch.el (isearch-forward-regexp): Close doc string.
8507 2005-09-25  Richard M. Stallman  <rms@gnu.org>
8509         * simple.el (blink-matching-open): Don't no-op when point is BEGV+1.
8511         * isearch.el (isearch-forward, isearch-forward-regexp): Doc fixes.
8513         * progmodes/compile.el (compilation-error-properties):
8514         When getting the file from the previous error message,
8515         correctly decode the new data format.
8517         * progmodes/cc-cmds.el (c-electric-paren):
8518         Call old-blink-paren only for close-paren.
8520 2005-09-24  Andreas Schwab  <schwab@suse.de>
8522         * term/rxvt.el (rxvt-register-default-colors): Delete redundant
8523         condition.
8525 2005-09-25  Romain Francoise  <romain@orebokech.com>
8527         * dired-aux.el (dired-copy-file-recursive):
8528         * dired.el (dired-delete-file):
8529         * ediff-mult.el (ediff-dir-diff-copy-file):
8530         * ediff-util.el (ediff-test-save-region):
8531         * forms.el (forms-mode):
8532         * ido.el (ido-file-internal, ido-delete-file-at-head):
8533         * log-edit.el (log-edit-done):
8534         * ses.el (ses-yank-resize):
8535         * play/gomoku.el (gomoku-human-plays, gomoku)
8536         (gomoku-human-resigns, gomoku-prompt-for-other-game)
8537         (gomoku-offer-a-draw):
8538         * play/landmark.el (lm-human-resigns, lm):
8539         * net/eudcb-ldap.el (eudc-ldap-check-base):
8540         * play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game):
8541         * progmodes/ebrowse.el (ebrowse-find-pattern):
8542         * progmodes/idlw-shell.el (idlwave-shell-set-bp-check):
8543         * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer):
8544         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and space.
8546         * vc.el (vc-delete-file):
8547         * play/gomoku.el (gomoku-terminate-game, gomoku)
8548         (gomoku-prompt-for-move, gomoku-human-takes-back):
8549         * play/landmark.el (lm-human-takes-back, lm-prompt-for-move)
8550         (lm-start-robot, lm-human-plays): Remove extraneous spaces in messages.
8552 2005-09-24  Dan Nicolaescu  <dann@ics.uci.edu>
8554         * term/rxvt.el (rxvt-register-default-colors): Add support for 255
8555         color rxvt terminals by using the code xterm.el used to use before
8556         2005-04-09 in order to match the colors used by rxvt.
8558 2005-09-24  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>  (tiny change)
8560         * term/rxvt.el (rxvt-register-default-colors): Add support for 88
8561         colors rxvt-unicode terminals by using the same code as xterm.el.
8563 2005-09-24  Stefan Monnier  <monnier@iro.umontreal.ca>
8565         * textmodes/tex-mode.el (tex-font-lock-append-prop)
8566         (tex-font-lock-suscript, tex-insert-quote, latex-indent): Adjust to the
8567         new symbol used for the tex-verbatim face.
8569 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
8571         * woman.el (woman-file-name):
8572         * wid-edit.el (widget-file-prompt-value)
8573         (widget-coding-system-prompt-value):
8574         * w32-fns.el (set-w32-system-coding-system):
8575         * vc.el (vc-version-diff, vc-annotate):
8576         * textmodes/reftex-auc.el (reftex-arg-cite)
8577         (reftex-arg-index-tag):
8578         * textmodes/refer.el (refer-get-bib-files):
8579         * textmodes/artist.el (artist-figlet-choose-font):
8580         * terminal.el (terminal-emulator):
8581         * replace.el (occur-read-primary-args):
8582         * rect.el (string-rectangle, string-insert-rectangle):
8583         * ps-print.el (ps-print-preprint):
8584         * progmodes/pascal.el (pascal-goto-defun):
8585         * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
8586         * progmodes/compile.el (compilation-find-file):
8587         * printing.el (pr-interactive-n-up):
8588         * play/animate.el (animate-birthday-present):
8589         * net/rcompile.el (remote-compile):
8590         * man.el (man, Man-goto-section, Man-follow-manual-reference):
8591         * mail/rmailsum.el (rmail-summary-search-backward)
8592         (rmail-summary-search):
8593         * mail/rmailout.el (rmail-output-read-rmail-file-name)
8594         (rmail-output-read-file-name):
8595         * mail/rmail.el (rmail-search, rmail-search-backwards):
8596         * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
8597         * locate.el (locate):
8598         * international/quail.el (quail-show-keyboard-layout):
8599         * international/mule.el (set-buffer-file-coding-system)
8600         (revert-buffer-with-coding-system, set-file-name-coding-system)
8601         (set-terminal-coding-system, set-keyboard-coding-system)
8602         (set-next-selection-coding-system):
8603         * international/mule-diag.el (describe-coding-system)
8604         (describe-font, describe-fontset):
8605         * international/mule-cmds.el (universal-coding-system-argument)
8606         (search-unencodable-char, describe-input-method)
8607         (set-language-environment, describe-language-environment):
8608         * international/codepage.el (codepage-setup):
8609         * international/code-pages.el (codepage-setup):
8610         * info.el (Info-search, Info-follow-reference)
8611         (Info-search-backward):
8612         * emacs-lisp/advice.el (ad-read-advised-function)
8613         (ad-read-advice-class, ad-clear-cache, ad-activate)
8614         (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
8615         (ad-enable-advice, ad-disable-advice, ad-remove-advice)
8616         (ad-read-regexp):
8617         * ediff-util.el (ediff-toggle-regexp-match):
8618         * ediff-ptch.el (ediff-prompt-for-patch-file):
8619         * dired-aux.el (dired-diff):
8620         * diff.el (diff):
8621         * cus-edit.el (custom-variable-prompt):
8622         * calendar/timeclock.el (timeclock-ask-for-project):
8623         * calc/calcalg3.el (calc-get-fit-variables):
8624         * calc/calc-store.el (calc-edit-variable)
8625         (calc-permanent-variable):
8626         * vc-mcvs.el (vc-mcvs-register):
8627         * shadowfile.el (shadow-define-literal-group):
8628         * woman.el (woman-file-name):
8629         * vc.el (vc-version-diff, vc-merge):
8630         * textmodes/reftex-index.el (reftex-index-complete-tag):
8631         * format.el (format-decode-buffer, format-decode-region):
8632         * emulation/viper-cmd.el (viper-read-string-with-history):
8633         * emacs-lisp/debug.el (cancel-debug-on-entry):
8634         * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
8635         * ediff.el (ediff-merge-revisions)
8636         (ediff-merge-revisions-with-ancestor, ediff-revision):
8637         * completion.el (interactive-completion-string-reader):
8638         * calc/calc-prog.el (calc-user-define-formula):
8639         Follow convention for reading with the minibuffer.
8641 2005-09-24  Steven Huwig  <steven_h@acm.org>  (tiny change)
8643         * progmodes/python.el (python-describe-symbol): Add globals() and
8644         locals() to the arguments of emacs.ehelp.
8646 2005-09-24  Magnus Henoch  <mange@freemail.hu>
8648         * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries):
8649         New function, code extracted from ispell-valid-dictionary-list.
8650         (ispell-valid-dictionary-list, ispell-accept-buffer-local-defs):
8651         Call it.
8653 2005-09-24  Eli Zaretskii  <eliz@gnu.org>
8655         * subr.el (version-regexp-alist): Extend valid syntax for version
8656         strings: allow any of the characters -,_,+ to separate the
8657         alpha/beta/rc part from the version part.  Doc fix.
8658         (version-to-list): Doc fix.  Bind case-fold-search to t, as advertised.
8660 2005-09-23  David Reitter  <david.reitter@gmail.com>
8662         * mail/mailclient.el: New file.
8664 2005-09-23  Richard M. Stallman  <rms@gnu.org>
8666         * textmodes/flyspell.el (flyspell-highlight-incorrect-region)
8667         (flyspell-incorrect-hook, flyspell-highlight-duplicate-region):
8668         Doc fixes.
8670         * progmodes/cc-mode.el (c-font-lock-init):
8671         Specify font-lock-lines-before.
8673 2005-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
8675         * smerge-mode.el (smerge-remove-props): Cause re-highlighting of the
8676         whole conflict.
8678 2005-09-23  Carsten Dominik  <dominik@science.uva.nl>
8680         * textmodes/org.el (org-mode-map, orgtbl-mode-map):
8681         Move keybindings with `C-c C-h' prefix to `C-c C-x' prefix.  Make use
8682         of `remap' feature when available.  Additional key bindings for
8683         better tty support.
8684         (org-mode-restart, org-force-self-insert): New commands.
8685         (org-time-stamp-inactive): New command.
8686         (org-remap): New function.
8687         (org-table-auto-blank-field, org-level-color-stars-only): New options.
8688         (org-enable-fixed-width-editor): Move to `org-structure'
8689         customization group.
8690         (org-self-insert-command, orgtbl-self-insert-command): Modify to
8691         blank field after field motion commands.
8693 2005-09-23  Kenichi Handa  <handa@m17n.org>
8695         * international/mule-cmds.el (set-language-environment):
8696         Don't check utf-translate-cjk-lang-env is nil or not on deciding if we
8697         have to call utf-translate-cjk-load-tables.
8699 2005-09-22  Stefan Monnier  <monnier@iro.umontreal.ca>
8701         * mouse.el (mouse-move-drag-overlay): Fix last change.
8703 2005-09-22  David Ponce  <david@dponce.com>
8705         * tree-widget.el (tree-widget-value-create): Fix previous change.
8707 2005-09-21  Dan Nicolaescu  <dann@ics.uci.edu>
8709         * term/xterm.el (terminal-init-xterm): Fix loading rxvt at run time.
8711 2005-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
8713         * mouse.el (mouse-move-drag-overlay): New function.
8714         (mouse-drag-region-1): Use it.
8715         Try to simplify a bit the state handling.  Handle clicks on links
8716         inside intangible areas.
8717         (mouse-save-then-kill): Minor simplification.
8718         (mouse-secondary-overlay): Make it always non-nil instead of
8719         recreating it each time.
8720         (mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary)
8721         (mouse-kill-secondary, mouse-secondary-save-then-kill):
8722         Simplify accordingly.
8724 2005-09-21  Dan Nicolaescu  <dann@ics.uci.edu>
8726         * term/rxvt.el (rxvt-standard-colors): Fix some colors.
8728 2005-09-20  Michael Kifer  <kifer@cs.stonybrook.edu>
8730         * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt.
8731         (ediff-file-name-sans-prefix): Treat nil as an empty string.
8732         (ediff-fixup-patch-map): Better heuristic for intuiting the file names
8733         to patch.
8735         * ediff-util.el: Use insert-buffer-substring.
8737         * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Bug fix.
8739         * emulation/viper-cmd.el (viper-change-state): Don't move over the
8740         field boundaries in the minibuffer.
8741         (viper-set-minibuffer-style): Add viper-minibuffer-post-command-hook.
8742         (viper-minibuffer-post-command-hook): New hook.
8743         (viper-line): Don't move cursor at bolp.
8745         * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Fix message.
8747         * emulation/viper-init.el: Add alias to make-variable-buffer-local to
8748         avoid compiler warnings.
8750         * emulation/viper-macs.el (ex-map): Better messages.
8752         * emulation/viper-utils.el (viper-beginning-of-field): New function.
8754         * emulation/viper.el: Replace make-variable-buffer-local with
8755         viper-make-variable-buffer-local everywhere, to avoid warnings.
8757 2005-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
8759         * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
8760         Delete unused var `old-selected-window'.
8761         (mouse-drag-region-1): Delete unused vars `start-frame', `end-of-range'.
8762         (mouse-drag-secondary): Delete unused var `start-frame'.
8764 2005-09-19  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>  (tiny change)
8766         * term/rxvt.el (terminal-init-rxvt): Add entry for [end].
8768 2005-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
8770         * calendar/calendar.el (mark-visible-calendar-date): Save excursion.
8771         Re-indent within 80 columns.  Use inhibit-read-only.
8773 2005-09-19  Romain Francoise  <romain@orebokech.com>
8775         * calendar/diary-lib.el (mark-diary-entries): Revert last change.
8777 2005-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
8779         * font-lock.el (font-lock-default-fontify-region): Don't add a line
8780         unconditionally, since the after-change-function already did it.
8782 2005-09-19  Miles Bader  <miles@gnu.org>
8784         * net/newsticker.el: Get rid of CVS keyword.
8786 2005-09-19  Johan Bockg\e,Ae\e(Brd  <bojohan+sf@dd.chalmers.se>
8788         * dired-aux.el (dired-handle-overwrite): Don't use `format' here.
8789         The prompt is formatted later.
8791 2005-09-19  David Ponce  <david@dponce.com>
8793         * tree-widget.el (tree-widget-value-create): Save the converted
8794         tree :node widget.
8796 2005-09-19  Juanma Barranquero  <lekktu@gmail.com>
8798         * progmodes/sh-script.el (sh-blink): Fix spurious reference to
8799         variable `message'.
8801 2005-09-18  Michael Albinus  <michael.albinus@gmx.de>
8803         * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
8804         to cover prompts like "login as:".  Reported by Slawomir Nowaczyk
8805         <slawomir.nowaczyk.847@student.lu.se>.
8807 2005-09-18  Chong Yidong  <cyd@stupidchicken.com>
8809         * image.el (image-load-path): Use symbol `data-directory' instead
8810         of its value, for backward compatibility with packages that bind
8811         it during `find-image'.  Suggested by Katsumi Yamaoka.
8812         (image-search-load-path): Handle symbols whose values are strings.
8814 2005-09-18  Romain Francoise  <romain@orebokech.com>
8816         * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap
8817         with-current-buffer form in save-excursion.
8819 2005-09-18  D Goel  <deego@gnufans.org>
8821         * apropos.el (apropos-command): Fix `message' call: first arg
8822         should be a format spec.  In this and all other cases that appear
8823         below and elsewhere in the source code, I made a change only when
8824         two conditions were satisfied: [1] I can think of a possibility
8825         that the arguments would cause an error, for example, the code in
8826         question relies on external variables such as filenames.  [2] I
8827         was sure that the arg to `message' could not have been nil in the code.
8829         * textmodes/tildify.el (tildify-region): Ditto.
8831         * textmodes/reftex-index.el (reftex-index-change-entry)
8832         (reftex-index-phrase-selection-or-word, reftex-query-index-phrase):
8833         * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite):
8834         * textmodes/org.el (org-complete, org-deadline, org-schedule)
8835         (org-priority, org-table-sum):
8836         * textmodes/ispell.el (ispell-check-version, ispell-parse-output):
8837         * textmodes/flyspell.el (flyspell-mode-on, flyspell-notify-misspell)
8838         (flyspell-word, flyspell-display-next-corrections):
8839         * textmodes/bibtex.el (bibtex-print-help-message):
8840         * textmodes/artist.el (artist-key-set-point-poly):
8841         * term/mac-win.el (mac-services-insert-text):
8842         * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings)
8843         (vhdl-hooked-abbrev, vhdl-template-insert-fun)
8844         (vhdl-port-paste-testbench, vhdl-compose-new-component)
8845         (vhdl-compose-configuration):
8846         * progmodes/sh-script.el (sh-blink, sh-show-indent)
8847         (sh-set-indent, sh-learn-line-indent):
8848         * progmodes/ps-mode.el (ps-mode-target-column):
8849         * progmodes/idlwave.el (idlwave-make-tags)
8850         (idlwave-scan-library-catalogs):
8851         * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display):
8852         * progmodes/gud.el (gud-jdb-analyze-source):
8853         * progmodes/flymake.el (flymake-log):
8854         * progmodes/ebnf2ps.el (ebnf-generate-region):
8855         * progmodes/cmacexp.el (c-macro-expansion):
8856         * progmodes/ada-xref.el (ada-treat-cmd-string):
8857         * progmodes/ada-mode.el (ada-create-case-exception-substring)
8858         (ada-justified-indent-current, ada-batch-reformat):
8859         * play/zone.el (zone):
8860         * play/landmark.el (lm-move):
8861         * play/decipher.el (decipher-show-alphabet):
8862         * net/newsticker.el (newsticker--display-jump)
8863         (newsticker--display-scroll):
8864         * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list)
8865         (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list):
8866         * mail/feedmail.el (feedmail-dump-message-to-queue):
8867         * eshell/esh-proc.el (eshell-remove-process-entry):
8868         * emulation/ws-mode.el (ws-last-error):
8869         * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args)
8870         (viper-record-kbd-macro):
8871         * emulation/viper-ex.el (ex-pwd, viper-info-on-file):
8872         * emacs-lisp/lisp-mnt.el (lm-report-bug):
8873         * emacs-lisp/find-func.el (find-function-noselect):
8874         * calendar/timeclock.el (timeclock-status-string)
8875         (timeclock-workday-remaining-string, timeclock-workday-elapsed-string)
8876         (timeclock-when-to-leave-string):
8877         * calendar/icalendar.el (icalendar--convert-ical-to-diary):
8878         * calc/calc-units.el (calc-enter-units-table):
8879         * calc/calc-mode.el (calc-mode-record-mode):
8880         * woman.el (woman-mini-help):
8881         * wdired.el (wdired-change-to-wdired-mode):
8882         * vc.el (vc-retrieve-snapshot):
8883         * strokes.el (strokes-read-stroke, strokes-read-complex-stroke):
8884         * startup.el (display-startup-echo-area-message):
8885         * simple.el (set-goal-column):
8886         * ses.el (ses-command-hook, ses-recalculate-cell):
8887         * server.el (server-process-filter):
8888         * printing.el (pr-interface-txt-print, pr-interface-printify)
8889         (pr-interface-ps):
8890         * pcvs.el (cvs-help):
8891         * log-edit.el (log-edit, log-edit-mode-help):
8892         * iswitchb.el (iswitchb-possible-new-buffer):
8893         * isearch.el (isearch-edit-string):
8894         * image-mode.el (image-mode, image-minor-mode):
8895         * ibuf-macs.el (define-ibuffer-filter):
8896         * hi-lock.el (hi-lock-find-patterns):
8897         * files.el (toggle-read-only):
8898         * ediff-util.el (ediff-copy-diff)
8899         (ediff-write-merge-buffer-and-maybe-kill):
8900         * echistory.el (Electric-history-undefined):
8901         * dnd.el (dnd-insert-text):
8902         * dired-aux.el (dired-query):
8903         * desktop.el (desktop-restore-file-buffer, desktop-lazy-create-buffer):
8904         * bookmark.el (bookmark-bmenu-locate):
8905         * obsolete/fast-lock.el (@top-level) <with-temp-message macro>:
8906         Fix `message' calls to ensure first arg is a format string.
8907         The change was made only when these two conditions were satisfied:
8908         [1] when there is a possibility that the arguments would cause an error
8909         for example, if the code in question relies on external variables
8910         such as filenames, and
8911         [2] if the arg to `message' could not have been nil in the code.
8913         * pcomplete.el (pcomplete--help): Fix `message' format spec.
8914         Not having a %s would be weird, though not technically wrong.
8916 2005-09-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
8918         * term/mac-win.el (mac-add-charset-info): Doc fix.
8920 2005-09-17  Romain Francoise  <romain@orebokech.com>
8922         * shell.el (shell-resync-dirs): Handle echoing processes more
8923         reliably.  Don't insert resync command if `comint-process-echoes'
8924         is non-nil.
8926 2005-09-17  Magnus Henoch  <mange@freemail.hu>
8928         * textmodes/ispell.el (ispell-aspell-supports-utf8): New variable.
8929         (ispell-check-version): Set ispell-aspell-supports-utf8 to t for
8930         aspell versions >= 0.60.
8931         (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
8932         only if ispell-aspell-supports-utf8 is non-nil.
8934 2005-09-17  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
8936         * progmodes/scheme.el (scheme-mode-variables): Use setq to assign
8937         buffer-local value to lisp-indent-function.
8939 2005-09-17  Milan Zamazal  <pdm@zamazal.org>
8941         * progmodes/glasses.el (glasses-make-readable): If
8942         glasses-separator differs from underscore, put appropriate
8943         overlays over underscore characters.
8944         (glasses-convert-to-unreadable): If glasses-separator differs from
8945         underscore, try to convert glasses-separator characters to
8946         underscores.
8948 2005-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
8950         * calendar/diary-lib.el (mark-diary-entries): Don't move point.
8951         Use with-syntax-table and dolist.
8953 2005-09-16  Carsten Dominik  <dominik@science.uva.nl>
8955         * textmodes/reftex-auc.el:
8956         * textmodes/reftex-cite.el:
8957         * textmodes/reftex-dcr.el:
8958         * textmodes/reftex-global.el:
8959         * textmodes/reftex-parse.el:
8960         * textmodes/reftex-ref.el:
8961         * textmodes/reftex-sel.el:
8962         * textmodes/reftex-toc.el:
8963         * textmodes/reftex-vars.el:
8964         * textmodes/reftex.el: Small changes to remove compiler warnings.
8966         * textmodes/reftex-index.el: Likewise.
8967         (reftex-query-index-phrase): More efficient use of markers.
8969 2005-09-15  Chong Yidong  <cyd@stupidchicken.com>
8971         * image.el (image-load-path): New variable.
8972         (image-search-load-path): New function.
8973         (find-image): Search for images in `image-load-path'.
8975 2005-09-15  Richard M. Stallman  <rms@gnu.org>
8977         * follow.el: Change Maintainer field.
8979 2005-09-15  David Ponce  <david@dponce.com>
8981         * recentf.el (recentf-save-file-modes): New option.
8982         (recentf-save-list): Use it.
8984 2005-09-15  Nick Roberts  <nickrob@snap.net.nz>
8986         * bindings.el (mode-line-eol-desc, mode-line-coding-system-map)
8987         (mode-line-mule-info, mode-line-modified): Move bindings from
8988         mouse-3 to mouse-1.
8990 2005-09-15  Chong Yidong  <cyd@stupidchicken.com>
8992         * simple.el (sendmail-user-agent-compose): Revert last change.
8994 2005-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
8996         * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
8997         Use with-current-buffer.
8998         (ange-ftp-gwp-start): Remove unused var `gw-user'.
8999         (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
9000         (ange-ftp-insert-directory): Remove unused var `short'.
9001         (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
9003         * pcvs-defs.el (cvs-version): Recognize CVSNT version string.
9004         (cvs-execute-single-dir): Change default: cvs-1.9 is ancient.
9006         * calendar/cal-menu.el: Don't require easymenu, since we don't use it.
9007         (check-calendar-holidays, diary-list-entries): Autoload.
9008         Otherwise `emacs -q' followed by "mouse-2 -> diary entries" burps.
9009         (calendar-mouse-holidays, calendar-mouse-view-diary-entries): Simplify.
9011         * calendar/diary-lib.el (diary-show-all-entries): Fix last change,
9012         which mistakenly removed a call to display-buffer.
9014 2005-09-14  Juanma Barranquero  <lekktu@gmail.com>
9016         * obsolete/iso-insert.el: Move to obsolete/ from international/.
9018 2005-09-14  Thien-Thi Nguyen  <ttn@gnu.org>
9020         * progmodes/hideshow.el
9021         (hs-hide-comments-when-hiding-all): Remove autoload cookie.
9022         (hs-allow-nesting): New user var.
9023         (hs-discard-overlays): Skip "internal" overlays if nesting allowed.
9024         (hs-hide-block-at-point): When nesting allowed,
9025         if there is already an overlay in place, delete it.
9026         (hs-safety-is-job-n): Delete func; remove call sites.
9027         (hs-hide-level-recursive): Don't pre-clean if nesting allowed.
9028         (hs-overlay-at): New func.
9029         (hs-already-hidden-p, hs-show-block): Use it.
9030         (hs-hide-all): Don't pre-clean if nesting allowed.
9031         (hs-show-all): Temporarily disallow
9032         nesting around call to `hs-discard-overlays'.
9034 2005-09-14  Chong Yidong  <cyd@stupidchicken.com>
9036         * mouse.el (mouse-major-mode-menu): Make `prefix' optional.
9037         Delete unused local var.
9039 2005-09-13  Juanma Barranquero  <lekktu@gmail.com>
9041         * help-fns.el (describe-categories): "?\ " -> "?\s".
9042         (help-do-arg-highlight): Recognize also ARG-n, as in
9043         `move-to-left-margin' (ARG+n is already recognized).  Simplify.
9045         * international/codepage.el (dos-unsupported-char-glyph):
9046         * net/newsticker.el (tool-bar-map, w3-mode-map)
9047         (w3m-minor-mode-map):
9048         * progmodes/vhdl-mode.el (conf-alist, conf-entry, conf-key)
9049         (ent-alist):
9050         * textmodes/reftex-vars.el (reftex-tables-dirty): Add defvars.
9052 2005-09-13  Chong Yidong  <cyd@stupidchicken.com>
9054         * custom.el (custom-push-theme): Handle the case where a symbol is
9055         bound but face properties have not yet been assigned.
9057         * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
9058         Fix behavior if noerase is `t' and there is no mail buffer.
9060         * simple.el (sendmail-user-agent-compose): Use a new mail buffer
9061         if `continue' is nil, rather than signal an error.
9063 2005-09-12  Richard M. Stallman  <rms@gnu.org>
9065         * font-lock.el (font-lock-keywords): Add autoload.
9067         * help-fns.el (describe-variable): Rearrange to put source link
9068         in a predictable place.
9070         * net/newsticker.el: New file.
9072 2005-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
9074         * calendar/calendar.el (calendar-for-loop): Add edebug info.
9075         (calendar-basic-setup): Use the new nil arg.
9076         (number-of-diary-entries): Move to diary-lib.el.
9078         * calendar/diary-lib.el: Use with-current-buffer, match-string.
9079         (diary-list-entries): Use with-syntax-table and dolist.
9080         Rename from list-diary-entries.
9081         Use number-of-diary-entries if `number' is nil.
9082         (diary, diary-view-entries): Use this new name and new nil arg value.
9083         (number-of-diary-entries): Move from calendar.el.
9084         (diary-unhide-everything): New function.
9085         (include-other-diary-files, fancy-diary-display)
9086         (diary-show-all-entries, make-diary-entry): Use it.
9087         (diary-mail-entries): Use buffer-string.
9088         (mark-diary-entries): Fix long standing paren typo.
9089         (diary-sexp-entry): Use count-lines.
9090         (make-diary-entry): Avoid `previous-line'.
9091         (diary-mode-map): New var.
9092         (diary-mode): Redraw cal after saving.  Setup header-line.
9093         (fancy-diary-display-mode): Use local-set-key.
9095         * startup.el (command-line): Try calling various terminal-init-foo-bar
9096         functions by stripping hyphenated suffixes from $TERM.
9098         * files.el (normal-mode): Check boundness of font-lock-keywords.
9100 2005-09-12  Richard M. Stallman  <rms@gnu.org>
9102         * progmodes/compile.el: Don't decide a file's directory
9103         until the user actually tries to go there.
9104         (compilation-next-error-function):
9105         Pass compilation-find-file the directory from the file-struct.
9106         (compilation-internal-error-properties): Separate local FILE-STRUCT
9107         from FILE.  Doc the args better.  Rename arg FMT to FMTS.
9108         (compilation-find-file): Arg DIR renamed to DIRECTORY.
9109         Expand it, and if nil, use default-directory.
9110         (compilation-get-file-structure): Don't mix specified directory
9111         with default directory.  Put specified directory into
9112         file-struct.  Don't make the file name absolute.
9114         * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
9115         (compile-command): Add autoload.
9116         (compilation-disable-input): Add autoload.
9118 2005-09-11  Stephen Gildea  <gildea@stop.mail-abuse.org>
9120         * time-stamp.el: Mention variable `time-stamp-pattern' in doc
9121         strings of the variables it can override.
9122         (time-stamp): New (as yet undocumented) time-stamp-format escapes
9123         %Q and %q, for fully-qualified domain name and unqualified host name.
9125 2005-09-11  Kim F. Storm  <storm@cua.dk>
9127         * emacs-lisp/authors.el (authors-aliases): Update list.
9128         (authors-fixed-entries): Update mldrag.el entry.
9130 2005-09-10  Alan Mackenzie  <acm@muc.de>
9132         * page.el (narrow-to-page): Exclude _entire_ multi-line delimiter
9133         from the region narrowed to.
9135 2005-09-10  Magnus Henoch  <mange@freemail.hu>
9137         * textmodes/ispell.el (ispell-check-version): Signal an error if
9138         aspell version is less than 0.60.
9140 2005-09-10  Pascal Dupuis  <Pascal.Dupuis@esat.kuleuven.be>  (tiny change)
9142         * progmodes/octave-inf.el (inferior-octave-startup):
9143         Resync current dir at the end.
9145 2005-09-10  Emilio C. Lopes  <eclig@gmx.net>
9147         * woman.el (woman-topic-at-point-default):
9148         Rename to woman-use-topic-at-point-default.
9149         (woman-topic-at-point): Rename to woman-use-topic-at-point.
9150         (woman-file-name): Reflect renames above.  Automatically use the
9151         word at point as topic if woman-use-topic-at-point is non-nil.
9152         Otherwise offer it as default but don't insert it in the
9153         minibuffer.  Also use `test-completion' instead of `assoc' as
9154         suggested by Stefan Monnier.
9156 2005-09-10  Andre Spiegel  <spiegel@gnu.org>
9158         * vc.el (vc-directory, vc-update-change-log): Throw an error on
9159         the attempt to do it over Tramp.  This is not yet supported.
9161 2005-09-10  Eli Zaretskii  <eliz@gnu.org>
9163         * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
9164         (menu-bar-non-minibuffer-window-p): New functions.
9165         ("Split Window", "Save As..."): Use them.
9166         ("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
9167         ("Print Buffer", "Truncate Long Lines in this Buffer"):
9168         Use menu-bar-menu-frame-live-and-visible-p.
9169         ("Save Buffer", "Insert File", "Open Directory...")
9170         ("Open File...", "Visit New File..."):
9171         Use menu-bar-non-minibuffer-window-p.
9172         (kill-this-buffer-enabled-p, dired <menu-enable>):
9173         Use menu-bar-non-minibuffer-window-p.
9175 2005-09-09  Eli Zaretskii  <eliz@gnu.org>
9177         * cus-start.el (all): Don't complain about fringe-related
9178         built-ins if fringes are not supported.  Ditto about
9179         selection-related built-ins.  Fix the test for GTK-related built-ins.
9181         * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)")
9182         ("Postscript Print Buffer", "Print Region", "Save As...")
9183         ("Save", "Insert File...", "Open Directory...")
9184         ("Open File...", "Visit New File..."")
9185         ("Truncate Long Lines in this Buffer"): Don't look at
9186         menu-updating-frame if this display does not support multiple frames.
9188 2005-09-09  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
9190         * mail/sendmail.el (default-sendmail-coding-system): Doc fix.
9192 2005-09-09  Emilio Lopes  <eclig@gmx.net>
9194         * woman.el: Format- and whitespace-related changes.
9196 2005-09-09  Eli Zaretskii  <eliz@gnu.org>
9198         * woman.el: Fix my email address.
9200 2005-09-08  Richard M. Stallman  <rms@gnu.org>
9202         * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var.
9203         (sh-mode): Locally set skeleton-pair-default-alist.
9205         * progmodes/make-mode.el (makefile-add-log-defun): Trim the result.
9207         * progmodes/flymake.el: Require `compile' unconditionally.
9209         * mail/sendmail.el (send-mail-function): Add Mailclient alternative.
9211         * woman.el (woman-file-name): Provide a default, not initial input.
9213         * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props.
9215         * font-lock.el (font-lock-support-mode): Doc fix.
9217         * descr-text.el (describe-property-list): Handle non-symbol prop names.
9219 2005-09-08  Richard M. Stallman  <rms@gnu.org>
9221         * simple.el (blink-matching-open): Get rid of text props from
9222         the string shown in echo area.  Don't permanently set point.
9223         Some rearrangements.
9225 2005-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
9227         * recentf.el (recentf-filename-handler): Add custom choice
9228         `abbreviate-file-name'.
9230         * msb.el (msb--very-many-menus): Fix typo.
9232         * disp-table.el (standard-display-european): Don't set
9233         enable-multibyte-characters to nil.
9235 2005-09-08  David Ponce  <david@dponce.com>
9237         * recentf.el (recentf-show-file-shortcuts-flag): New option.
9238         (recentf-expand-file-name): Doc fix.
9239         (recentf-dialog-mode-map): Define digit shortcuts.
9240         (recentf--files-with-key): New variable.
9241         (recentf-show-digit-shortcut-filter): New function.
9242         (recentf-open-files-items): New function.
9243         (recentf-open-files): Use it.
9244         (recentf-open-file-with-key): New command.
9246 2005-09-08  Chong Yidong  <cyd@stupidchicken.com>
9248         * buff-menu.el (Buffer-menu-sort-by-column): New function.
9249         Suggested by Kim F. Storm.
9250         (Buffer-menu-sort-button-map): Global keymap for sort buttons.
9251         (Buffer-menu-make-sort-button): Use global keymap.
9253 2005-09-07  Michael Albinus  <michael.albinus@gmx.de>
9255         * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'.
9256         (Man-getpage-in-background-advice): Remove defadvice; it isn't
9257         necessary any longer with the remapped command.
9258         (Man-bgproc-sentinel-advice): Remove defadvice which counts
9259         formatting time only.
9261         * net/tramp.el (tramp-action-password)
9262         (tramp-multi-action-password): Compile the password prompt from
9263         `method', `user' and `host'.  Sometimes it isn't obvious which
9264         password to enter, for example with remote files offered by
9265         recentf.el, or with multiple steps.  Suggested by Robert Marshall
9266         <robert@chezmarshall.freeserve.co.uk>.
9268 2005-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
9270         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
9271         Fix regexp for when "s///" is at the beginning of line.
9273 2005-09-07  Jay Belanger  <belanger@truman.edu>
9275         * calc/calc-poly.el (math-expand-term): Multiply out any powers
9276         when in matrix mode.
9278 2005-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
9280         * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use
9281         non-anonymous functions.
9283 2005-09-06  Chong Yidong  <cyd@stupidchicken.com>
9285         * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks
9286         when using a header line.  Otherwise, use mouse-1-click-follows-link.
9288         * mouse.el (mouse-drag-header-line): Do nothing if the header-line
9289         can't be moved; don't signal an error.
9291 2005-09-05  Chong Yidong  <cyd@stupidchicken.com>
9293         * cus-theme.el (custom-theme-write-faces): Save the current face
9294         spec, not the defface spec.
9296         * custom.el (custom-known-themes): Clarify meaning of "standard".
9297         (custom-push-theme): Save old values in the standard theme.
9298         (disable-theme): Correct typo.
9299         (custom-face-theme-value) Deleted unused function.
9300         (custom-theme-recalc-face): Rewritten to treat enable/disable properly.
9302 2005-09-05  Stefan Monnier  <monnier@iro.umontreal.ca>
9304         * progmodes/compile.el (compilation-goto-locus): Take into account
9305         iconified frames when determining whether the buffer is
9306         already visible.
9307         Don't reset window height if the window already existed.
9309 2005-09-04  Chong Yidong  <cyd@stupidchicken.com>
9311         * custom.el (load-theme): Rename from require-theme.
9312         Add interactive spec.
9313         (enable-theme): Rename from custom-enable-theme.
9314         Add interactive spec.
9315         (disable-theme): Rename from custom-disable-theme.
9316         Add interactive spec.
9317         (custom-make-theme-feature): Doc fix.
9318         (custom-theme-directory): Doc fix.
9319         (provide-theme): Call enable-theme.
9321 2005-09-02  Stefan Monnier  <monnier@iro.umontreal.ca>
9323         * obsolete/lazy-lock.el (lazy-lock-mode):
9324         * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on
9325         font-lock-mode if it's off.  Print a warning instead.
9327         * progmodes/compile.el (compilation-start): Ignore errors if the
9328         process died before we get to send-eof.
9330         * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file):
9331         Undo last change.  Enclosing the result in quotes broke things on Unix
9332         since tex-send-command passes it through shell-quote-argument.
9333         (tex-send-command): Pass `file' through convert-standard-filename
9334         when possible.
9335         (tex-uptodate-p): Handle the case where TeX hasn't put additional
9336         info in a transcript.
9338 2005-09-02  Dan Nicolaescu  <dann@ics.uci.edu>
9340         * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
9341         fix compilation warning.  Reorder the key definitions to group
9342         together keys emitted by the current version of xterm.
9344         * progmodes/vhdl-mode.el (vhdl-highlight-faces)
9345         (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face):
9346         Reorder predicates to correct min-color usage.
9348 2005-09-01  Chong Yidong  <cyd@stupidchicken.com>
9350         * longlines.el (longlines-mode): Inhibit read-only when encoding.
9351         Kill local variables when longlines-mode is turned off.
9353 2005-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
9355         * international/mule-cmds.el (set-locale-environment): Soothe compiler.
9357         * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
9359         * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el.
9361         * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove.
9362         (font-lock-lines-before): Change default to being inactive.
9363         (font-lock-default-fontify-region): Obey font-lock-lines-before.
9364         (font-lock-after-change-function): Don't handle f-l-lines-before here.
9366 2005-08-31  Michael Albinus  <michael.albinus@gmx.de>
9368         * net/tramp.el (tramp-handle-make-auto-save-file-name):
9369         Deactivate temporarily advice if active (not needed for Emacs 22,
9370         but for backwards compatibility).
9371         (tramp-exists-file-name-handler): Rewrite.  First implementation
9372         was too simple.
9373         (tramp-advice-make-auto-save-file-name):
9374         Call `tramp-handle-make-auto-save-file-name' (again, just for
9375         backwards compatibility).
9377 2005-08-31  Reto Zimmermann  <reto@gnu.org>
9379         * progmodes/vhdl-mode.el
9380         (vhdl-update-sensitivity-list): Handle multi-dimensional array access.
9381         (vhdl-end-p): Fix indentation bug "else" after "-- when".
9382         (vhdl-set-default-project): New function (easier setting of default).
9383         (vhdl-port-copy): Handle extended identifiers for generics.
9384         (vhdl-compiler-alist): Better description for error message regexp.
9385         (vhdl-make): Query for target, use previous as default.
9386         (vhdl-port-copy): Fix port copy for port names starting with "signal".
9387         (vhdl-font-lock-keywords-2): Fix fontification for record
9388         el. assign.
9389         (vhdl-speedbar-make-subpack-line): Add package body link.
9390         (vhdl-generate-makefile-1): Not include itself as dependency.
9391         (vhdl-font-lock-init): Highlight c-preprocessor directives.
9392         (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives.
9393         (vhdl-get-syntactic-context): Handle c-preprocessor directives.
9394         (vhdl-update-sensitivity-list): Start scan at opening parenthesis.
9395         (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop).
9396         (vhdl-update-sensitivity-list-buffer): Add string argument for `error'.
9397         (vhdl-import-project): Add string argument for `error'.
9398         (vhdl-compose-configuration)
9399         (vhdl-compose-configuration-architecture): Add configuration
9400         declaration generation.
9401         (vhdl-scan-directory-contents): Scan for block/generate hierarchy.
9402         (vhdl-trailer-re): Add "record" keyword (better indentation).
9403         (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of
9404         "[^ \t-\"]+".
9405         (vhdl-font-lock-keywords-2): Not highlight formal parameter after `|'.
9406         (vhdl-testbench-entity-file-name)
9407         (vhdl-testbench-architecture-file-name): Allow separate
9408         customization of testbench file names.
9409         (vhdl-beginning-of-block): Handle optional subprogram parameter list.
9410         (vhdl-get-visible-signals): Allow newline within alias declaration.
9411         (vhdl-update-sensitivity-list): Signal read only on certain attributes.
9412         (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes).
9413         (member-ignore-case): Alias for missing function in XEmacs.
9414         (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC.
9415         (vhdl-update-sensitivity-list): Ignore case on read signals.
9416         (vhdl-replace-string): Adjust case only for file names.
9417         (vhdl-update-sensitivity-list): Fix search for read signals.
9418         (vhdl-update-sensitivity-list): Exclude formal parameters.
9419         (vhdl-get-visible-signals): Include aliases of signals.
9420         (vhdl-get-visible-signals): Fix signal name searching.
9421         (vhdl-port-flatten, vhdl-port-reverse-direction): Better message.
9422         (vhdl-fixup-whitespace-region): Fix for character
9423         literals (e.g. `:').
9425 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
9427         * ansi-color.el (comint-last-output-start):
9428         * bs.el (font-lock-verbose):
9429         * diff-mode.el (add-log-buffer-file-name-function):
9430         * dired-x.el (vm-folder-directory):
9431         * faces.el (help-xref-stack-item):
9432         * files.el (font-lock-keywords):
9433         * find-lisp.el (dired-buffers, dired-subdir-alist):
9434         * ido.el (cua-inhibit-cua-keys):
9435         * log-view.el (cvs-minor-wrap-function):
9436         * outline.el (font-lock-warning-face):
9437         * simple.el (compilation-current-error):
9438         * speedbar.el (ange-ftp-path-format, efs-path-regexp)
9439         (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow):
9440         * tooltip.el (comint-prompt-regexp):
9441         * w32-fns.el (explicit-shell-file-name):
9442         * term/mac-win.el (mac-charset-info-alist)
9443         (mac-services-selection, mac-system-script-code):
9444         * term/tty-colors.el (msdos-color-values):
9445         * term/w32-win.el (xlfd-regexp-registry-subnum):
9446         * term/x-win.el (x-keysym-table, x-selection-timeout)
9447         (x-session-id, x-session-previous-id):
9448         * textmodes/ispell.el (mail-yank-prefix):
9449         * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header):
9450         * textmodes/org.el (calc-embedded-close-formula)
9451         (calc-embedded-open-formula)
9452         (font-lock-unfontify-region-function):
9453         * textmodes/reftex-global.el (isearch-next-buffer-function)
9454         (TeX-master):
9455         * textmodes/reftex.el (font-lock-keywords):
9456         * textmodes/tex-mode.el (font-lock-comment-face)
9457         (font-lock-doc-face):
9458         * textmodes/texinfo.el (outline-heading-alist):
9459         Add defvars.
9461         * textmodes/artist.el (x-pointer-crosshair): Add defvar.
9462         (artist-spray-chars, artist-mode-init, artist-replace-string)
9463         (artist-select-erase-char, artist-vap-find-endpoints-horiz)
9464         (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne)
9465         (artist-vap-find-endpoints-nwse): "?\ " -> "?\s".
9467         * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar.
9468         (conf-align-assignments): "?\ " -> "?\s".
9470         * textmodes/reftex-index.el (TeX-master): Add defvar.
9471         (reftex-index-phrases-marker): Move up defvar.
9473         * textmodes/reftex-toc.el (zmacs-regions): Add defvar.
9474         (reftex-toc-include-labels-indicator)
9475         (reftex-toc-include-index-indicator)
9476         (reftex-toc-max-level-indicator): Move up declarations.
9478         * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list
9479         of args to `tramp-run-real-handler', even if it's empty in this case.
9481 2005-08-31  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
9483         * dired.el (dired-move-to-filename-regexp): Add date format for
9484         Mac OS X 10.3 in East Asian locales.
9486 2005-08-31  Michael Albinus  <michael.albinus@gmx.de>
9488         * files.el (make-auto-save-file-name): Add file name handler call
9489         if applicable.
9491         * net/tramp.el (tramp-file-name-handler-alist)
9492         (tramp-file-name-for-operation): Add `make-auto-save-file-name'.
9493         (tramp-handle-make-auto-save-file-name): Rename from
9494         `tramp-make-auto-save-file-name'.
9495         (tramp-exists-file-name-handler): New defun.
9496         (tramp-advice-make-auto-save-file-name): Make defadvice only when
9497         `make-auto-save-file-name' is not a magic file name operation.
9499 2005-08-30  Richard M. Stallman  <rms@gnu.org>
9501         * files.el (risky-local-variable-p):
9502         Match `-predicates' and `-commands.
9504         * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
9505         (custom-save-all): Visit the file if necessary;
9506         kill the buffer if we created it.
9507         (custom-save-delete): Don't visit file or kill buffer here.
9509 2005-08-30  Carsten Dominik  <dominik@science.uva.nl>
9511         * textmodes/org.el (org-special-keyword): New face.
9512         (org-table-copy-down, org-table-eval-formula)
9513         (org-table-recalculate, org-init-section-numbers):
9514         Use `string-to-number' instead of `string-to-int'.
9515         (org-get-location): Use `insert-buffer-substring' instead of
9516         `insert-buffer'.
9517         (org-modify-diary-entry-string): New function.
9518         (org-get-entries-from-diary): Set the hook for `add-to-diary-list'.
9519         (org-disable-agenda-to-diary): Rename from `org-disable-diary'.
9520         (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
9521         active region.
9522         (org-export-as-html): Handle QUOTE keyword.
9523         (org-quote-string): New option.
9524         (org-bookmark-jump-unhide): New function, used for
9525         `bookmark-after-jump-hook'.
9526         (org-diary-default-entry): Apply only when not called through
9527         `org-agenda'.
9529 2005-08-30  Juanma Barranquero  <lekktu@gmail.com>
9531         * net/eudc.el (mode-popup-menu):
9532         * play/handwrite.el (ps-printer-name, ps-lpr-command):
9533         * progmodes/ada-mode.el (compile-auto-highlight)
9534         (skeleton-further-elements):
9535         * progmodes/autoconf.el (font-lock-syntactic-keywords):
9536         * progmodes/cmacexp.el (msdos-shells):
9537         * progmodes/compile.el (font-lock-extra-managed-props)
9538         (font-lock-keywords, font-lock-maximum-size)
9539         (font-lock-support-mode):
9540         * progmodes/grep.el (font-lock-lines-before):
9541         * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info):
9542         * progmodes/mixal-mode.el (compile-command):
9543         * progmodes/perl-mode.el (font-lock-comment-face)
9544         (font-lock-doc-face, font-lock-string-face):
9545         * progmodes/prolog.el (comint-prompt-regexp):
9546         * progmodes/sh-script.el (font-lock-comment-face)
9547         (font-lock-set-defaults, font-lock-string-face):
9548         * progmodes/sql.el (font-lock-keyword-face)
9549         (font-lock-set-defaults, font-lock-string-face):
9550         * progmodes/vhdl-mode.el (compilation-file-regexp-alist)
9551         (itimer-version, lazy-lock-defer-contextually)
9552         (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly):
9553         Add defvars.
9555         * progmodes/cperl-mode.el (cperl-electric-lbrace)
9556         (cperl-electric-keyword, cperl-electric-pod)
9557         (cperl-electric-backspace, cperl-forward-re)
9558         (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s".
9559         (vc-rcs-header, vc-sccs-header): Add defvars.
9561         * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s".
9562         (font-lock-syntactic-keywords, gud-find-expr-function):
9563         Add defvars.
9565         * progmodes/gdb-ui.el (tool-bar-map): Add defvar.
9566         (gdb-frame-parameters): Declare before use.
9568         * progmodes/gud.el (gdb-active-process, gdb-define-alist)
9569         (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values)
9570         (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars.
9571         (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s".
9573         * progmodes/idlw-help.el (browse-url-generic-args): Add defvar.
9574         (idlwave-help-with-source): Use `insert-buffer-substring', not
9575         `insert-buffer'.
9577 2005-08-29  Juri Linkov  <juri@jurta.org>
9579         * outline.el (hide-entry, hide-leaves, outline-toggle-children):
9580         Put outline-back-to-heading function call inside save-excursion.
9582 2005-08-29  Juanma Barranquero  <lekktu@gmail.com>
9584         * man.el (Man-init-defvars, Man-translate-references)
9585         (Man-support-local-filenames, Man-highlight-references):
9586         * progmodes/sql.el (sql-interactive-mode):
9587         * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings.
9589         * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
9590         (compilation-mode-font-lock-keywords): Add defvars.
9591         (checkdoc-interactive-loop): "?\ " -> "?\s".
9593         * emacs-lisp/lisp-mode.el (font-lock-comment-face)
9594         (font-lock-doc-face, font-lock-string-face)
9595         (font-lock-keywords-case-fold-search): Add defvars.
9596         (emacs-lisp-mode-syntax-table): "?\ " -> "?\s".
9598         * obsolete/sun-fns.el (mouse-select-or-drag-move-point):
9599         Don't pass X and Y (they are ignored anyway).
9600         (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
9601         (mouse-delete-window): Make arguments optional.
9603         * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'.
9604         (caesar-translate-table, minor-modes, news-buffer-save)
9605         (news-group-name, news-minor-modes): Add defvars.
9607         * emacs-lisp/lselect.el (mouse-highlight-priority)
9608         (x-lost-selection-functions, zmacs-regions):
9609         * emacs-lisp/pp.el (font-lock-verbose):
9610         * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function):
9611         * emacs-lisp/tcover-ses.el (ses-initial-global-parameters)
9612         (ses-mode-map):
9613         * emacs-lisp/tcover-unsafep.el (safe-functions):
9614         * international/mule-cmds.el (mac-system-coding-system)
9615         (mac-system-locale):
9616         * language/ethio-util.el (rmail-current-message)
9617         (rmail-message-vector):
9618         * language/thai-util.el (thai-auto-composition-mode):
9619         * mail/metamail.el (rmail-current-message, rmail-message-vector):
9620         * mail/mspools.el (rmail-inbox-list, vm-crash-box)
9621         (vm-folder-directory, vm-init-file, vm-init-file-loaded)
9622         (vm-primary-inbox, vm-spool-files):
9623         * mail/rmail.el (deleted-head, font-lock-fontified)
9624         (mail-abbrev-syntax-table, mail-abbrevs, messages-head)
9625         (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message)
9626         (total-messages):
9627         * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p)
9628         (rmail-summary-mode-map):
9629         * mail/rmailkwd.el (rmail-buffer, rmail-current-message)
9630         (rmail-last-label, rmail-last-multi-labels)
9631         (rmail-summary-vector, rmail-total-messages):
9632         * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list):
9633         * mail/rmailsum.el (msgnum):
9634         * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer)
9635         (rmail-current-message):
9636         * obsolete/fast-lock.el (font-lock-face-list):
9637         * obsolete/rnewspost.el (mail-reply-buffer):
9638         * obsolete/scribe.el (compile-command):
9639         * obsolete/x-menu.el (x-process-mouse-hook): Add defvars.
9641 2005-08-28  John Paul Wallington  <jpw@gnu.org>
9643         * ibuf-ext.el (ibuffer-auto-update-changed):
9644         Use `frame-or-buffer-changed-p' to check whether we need to update.
9645         (ibuffer-auto-mode): Don't advise `get-buffer-create' and
9646         `kill-buffer'.  Initialise `ibuffer-auto-buffers-changed'
9647         as a `frame-or-buffer-changed-p' state vector instead.
9649 2005-08-27  Romain Francoise  <romain@orebokech.com>
9651         * textmodes/makeinfo.el (makeinfo-compile):
9652         Use `compilation-start'.  Set `next-error-function' according to
9653         `disable-errors'.
9654         (makeinfo-next-error): New function.
9655         (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
9656         (makeinfo-buffer): Likewise.
9658         * progmodes/compile.el (compilation-start): Add autoload cookie.
9660         * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
9661         * textmodes/sgml-mode.el: Likewise.
9662         * progmodes/python.el: Likewise.
9664 2005-08-27  Eli Zaretskii  <eliz@gnu.org>
9666         * simple.el (blink-matching-paren-distance): Document the meaning
9667         of nil value, and allow to customize to nil.
9669         * eshell/esh-ext.el (eshell-windows-shell-file): Look for
9670         command.com, not command.exe.
9672 2005-08-26  John Wiegley  <johnw@newartisans.com>
9674         * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the
9675         code around a bit so that an extraneous nil argument is not added
9676         to a command when no args are given.
9678         * eshell/esh-arg.el (eshell-parse-double-quote): If a
9679         double-quoted argument resolves to nil, return it as an empty
9680         string rather than as nil.  This made it impossible to pass "" to
9681         a shell script as a null string argument.
9683 2005-08-26  Stefan Monnier  <monnier@iro.umontreal.ca>
9685         * outline.el (outline-invent-heading): New fun.
9686         (outline-promote, outline-demote): Use it.
9687         (outline-move-subtree-down): Remove unused vars `re' and `txt'.
9688         (outline-end-of-subtree): Remove unused var `opoint'.
9690 2005-08-26  David Reitter  <david.reitter@gmail.com>
9692         * menu-bar.el (truncate-lines, write-file, print-buffer)
9693         (ps-print-buffer-faces, ps-print-buffer, split-window):
9694         Disable menu items when the frame they refer to is invisible, or when
9695         they refer to a buffer and the minibuffer is selected.
9697 2005-08-26  Pavel Kobiakov  <pk_at_work@yahoo.com>
9699         * progmodes/flymake.el (flymake-highlight-err-lines):
9700         Use save-excursion around flymake-highlight-line to preserve point.
9702 2005-08-26  Eli Zaretskii  <eliz@gnu.org>
9704         * progmodes/octave-mod.el: Change Author and Maintainer address.
9705         (octave-maintainer-address): Change Kurt's email address.
9706         * progmodes/octave-inf.el: Change Author and Maintainer address.
9707         * progmodes/octave-hlp.el: Change Author and Maintainer address.
9709 2005-08-26  Kim F. Storm  <storm@cua.dk>
9711         * subr.el (version-list-<, version-list-<=, version-list-=):
9712         Rename from integer-list-*.
9713         (version-list-not-zero): Likewise.  Fix while loop.
9714         (version=): Use version-list-= instead of string-equal.
9716 2005-08-26  Richard M. Stallman  <rms@gnu.org>
9718         * outline.el (outline-promote): Try shortening the heading.
9719         As last resort, read the heading to use.
9720         (outline-demote): As last resort, read the heading to use.
9722 2005-08-26  Romain Francoise  <romain@orebokech.com>
9724         * progmodes/compile.el (compilation-start): Doc fix.
9726         * progmodes/antlr-mode.el (antlr-default): Fix defface form.
9727         (antlr-font-lock-additional-keywords): Fix reference to
9728         `antlr-font-lock-literal-regexp' erroneously changed during the
9729         mass face rename.
9730         (antlr-run-tool): Use `compilation-start'.
9732         * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
9733         instead of the obsolete `compile-internal'.
9735 2005-08-26  Juanma Barranquero  <lekktu@gmail.com>
9737         * calendar/cal-bahai.el (date, displayed-month, displayed-year)
9738         (number, original-date):
9739         * calendar/cal-china.el (date):
9740         * calendar/cal-coptic.el (date):
9741         * calendar/cal-french.el (date):
9742         * calendar/cal-hebrew.el (date, entry, number, original-date):
9743         * calendar/cal-islam.el (date, number, original-date):
9744         * calendar/cal-iso.el (date):
9745         * calendar/cal-julian.el (date):
9746         * calendar/cal-mayan.el (date):
9747         * calendar/cal-menu.el (date, event):
9748         * calendar/cal-persia.el (date):
9749         * calendar/lunar.el (date):
9750         * calendar/solar.el (date): Add defvars.
9752         * emerge.el:
9753         * ibuffer.el:
9754         * info-xref.el:
9755         * obsolete/bg-mouse.el:
9756         * obsolete/sun-curs.el:
9757         * obsolete/swedish.el: Move the `defvar's to the top level.
9759         * smerge-mode.el (smerge-refined-change): Add :group.
9761 2005-08-25  Stefan Monnier  <monnier@iro.umontreal.ca>
9763         * smerge-mode.el (smerge-remove-props): Make the args non-optional.
9764         (smerge-keep-n): Remove props.
9765         (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
9766         (smerge-keep-current, smerge-kill-current): Don't remove props anymore
9767         now that it's done in smerge-keep-n.
9768         (smerge-refined-change): New face.
9769         (smerge-refine-chopup-region, smerge-refine-highlight-change)
9770         (smerge-refine): New funs.
9771         (smerge-basic-map): Bind smerge-refine.
9773 2005-08-25  Juri Linkov  <juri@jurta.org>
9775         * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
9776         compilation-process-setup-function and compilation-disable-input
9777         in grep-mode instead of let-bindings in grep.
9779         * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
9780         Delete "Automatic File De/compression" (auto-compression-mode).
9782 2005-08-25  Juanma Barranquero  <lekktu@gmail.com>
9784         * obsolete/bg-mouse.el: Move to obsolete/ from term/.
9785         Silence warning about non-existent variable.
9787 2005-08-25  Richard M. Stallman  <rms@gnu.org>
9789         * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
9790         Rename "Describe Key" to "Describe Key or Mouse Operation".
9792         * mail/mailalias.el (build-mail-aliases): Delete comments
9793         from the contents before processing them.
9795         * isearch.el (isearch-edit-string): Erase the Search prompt
9796         if user enters an empty string and there is no default.
9798         * comint.el (comint-file-name-prefix): Add autoload.
9800 2005-08-25  Joe Corneli  <jcorneli@math.utexas.edu>
9802         * subr.el (play-sound): Rearrange to avoid warning.
9804 2005-08-25  Carsten Dominik  <dominik@science.uva.nl>
9806         * calendar/diary-lib.el (diary-modify-entry-list-string-function):
9807         New hook.
9808         (add-to-diary-list): Call `diary-modify-entry-list-string-function'
9810 2005-08-24  Stefan Monnier  <monnier@iro.umontreal.ca>
9812         * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify.
9814         * custom.el (custom-theme-set-variables): Sort minor modes last.
9816 2005-08-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
9818         * subr.el (version-separator, version-regexp-alist): New vars used by
9819         version comparison funs.
9820         (integer-list-<, integer-list-=, integer-list-<=)
9821         (integer-list-not-zero): New funs for integer list comparison.
9822         (version-to-list, version=, version<, version<=): New funs for version
9823         comparison.
9825 2005-08-24  Juanma Barranquero  <lekktu@gmail.com>
9827         * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
9828         (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
9829         time to silence the byte-compiler.
9831         * ibuffer.el (ibuffer-compile-make-eliding-form)
9832         (ibuffer-check-formats): Use `with-no-warnings' to hide references
9833         to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
9834         so it's silly to get warnings for it).
9835         (ibuffer-auto-mode, ibuffer-cached-filter-formats)
9836         (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
9837         (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
9838         (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
9839         (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
9840         (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
9841         Defvar at compile time.
9842         (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
9843         (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
9844         Declare them before use.
9846         * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
9847         (info-xref-good, info-xref-bad): Defvar at compile time.
9849         * obsolete/mlsupport.el (filter-region, execute-monitor-command):
9850         Use `let*' instead of `let'.
9852         * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
9853         (*mouse-y*, menu, char): Defvar at compile time.
9854         (sc::menu): Declare it before use.
9855         (sc::pack-one-line): Use `let', not `let*'.
9857         * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
9858         (mail-send-hook): Defvar at compile time.
9860         * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
9861         Defvar at compile time.
9863         * term/sun-mouse.el (current-global-mousemap)
9864         (current-local-mousemap): Declare them before use.
9866 2005-08-24  Carsten Dominik  <dominik@science.uva.nl>
9868         * bookmark.el (bookmark-after-jump-hook): New hook.
9869         (bookmark-jump): Run `bookmark-after-jump-hook'.
9871 2005-08-23  Juri Linkov  <juri@jurta.org>
9873         * faces.el (minibuffer-prompt): Doc fix.
9875 2005-08-23  Juanma Barranquero  <lekktu@gmail.com>
9877         * progmodes/xscheme.el: Trivial changes to silence warnings.
9878         (xscheme-previous-mode, xscheme-previous-process-state):
9879         Add defvars.
9880         (xscheme-last-input-end, xscheme-process-command-line)
9881         (xscheme-process-name, xscheme-buffer-name)
9882         (xscheme-expressions-ring-max, xscheme-expressions-ring)
9883         (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
9884         (xscheme-control-g-synchronization-p)
9885         (xscheme-control-g-disabled-p, xscheme-string-receiver)
9886         (default-xscheme-runlight, xscheme-runlight)
9887         (xscheme-runlight-string, xscheme-process-filter-state)
9888         (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
9889         Move to beginning of file.
9890         (scheme-interaction-mode-commands-alist)
9891         (scheme-interaction-mode-map, scheme-debugger-mode-map):
9892         Declare them before use.  Note: the initialization code for the variables
9893         has not been moved because it uses functions that reference the variables.
9894         (xscheme-control-g-message-string, xscheme-process-filter-alist)
9895         (xscheme-prompt-for-expression-map): Declare them before use.
9896         (scheme-debugger-mode-commands): "?\ " -> "?\s".
9898 2005-08-23  Ed Swarthout  <ed.swarthout@gmail.com>  (tiny change)
9900         * hexl.el (hexl-print-current-point-info): Fix simple spelling error.
9902 2005-08-22  Juri Linkov  <juri@jurta.org>
9904         * faces.el (set-face-underline): Delete this duplicate function
9905         and make an obsolete alias to set-face-underline-p.
9906         (set-face-underline-p): Use docstring of set-face-underline.
9907         (describe-face): Create hyperlink to parent face.
9909         * info.el (Info-insert-dir): Use save-excursion around
9910         insert-buffer-substring.
9911         (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
9912         (Info-escape-percent): Delete function.
9913         (Info-fontify-node): Replace Info-escape-percent by
9914         replace-regexp-in-string with REP arg set to lambda that
9915         duplicates `%' and preserves text properties.
9917         * progmodes/compile.el (compilation-disable-input): Doc fix.
9918         (define-compilation-mode): Doc fix and refill.
9919         (kill-compilation): Use `mode-name' in the error message.
9920         (compilation-find-file): Use `compilation-error' in the
9921         read-file-name's prompt.
9923 2005-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
9925         * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
9926         (smerge-auto-leave): Make undo re-enable the mode.
9927         (debug-ignored-errors): Add the user-error of impossible resolution.
9928         (smerge-resolve): Move things around a bit, in preparation for later.
9929         (smerge-diff): Don't fail if the buffer has no associated file.
9930         (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
9931         (smerge-conflict-overlay): New function.
9932         (smerge-match-conflict): Don't add text properties here.
9933         (smerge-find-conflict): Instead, add an overlay here.
9934         Also check for the case where we're inside a conflict already, so as to
9935         obviate the need for font-lock-multiline, which is unbearably slow with
9936         large conflicts and ciomplex font-lock patterns.
9937         (smerge-remove-props): Remove overlay rather than text-properties.
9938         (smerge-mode): Don't set font-lock-multiline.
9939         Remove overlays when turned off.
9941 2005-08-21  Kim F. Storm  <storm@cua.dk>
9943         * ido.el (ido-ignore-item-p): Use save-match-data.
9944         Bind case-fold-search to ido-case-fold locally.
9946 2005-08-20  Richard M. Stallman  <rms@gnu.org>
9948         * files.el (normal-mode): If font lock is on, turn it off and on.
9950         * subr.el (replace-regexp-in-string): Doc fix.
9952         * startup.el (command-line-1): Don't suppress startup screen
9953         due to existing processes.
9955         * progmodes/grep.el (grep): Bind compilation-disable-input to t.
9957         * progmodes/compile.el (compilation-disable-input): Default to nil.
9959 2005-08-20  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
9961         * progmodes/compile.el (compilation-disable-input): New defcustom.
9962         (compilation-start): If compilation-disable-input is non-nil, send
9963         EOF to the compilation process.
9965 2005-08-20  Eli Zaretskii  <eliz@gnu.org>
9967         * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
9968         Run the argument of tex-shell-cd-command through
9969         convert-standard-filename, to get the correct style of slashes on
9970         Windows, and enclose the result in quotes, in case the file name
9971         includes whitespace or other special characters.
9973 2005-08-19  Andreas Schwab  <schwab@suse.de>
9975         * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
9976         process.
9978 2005-08-18  Luc Teirlinck  <teirllm@auburn.edu>
9980         * cus-start.el (minibuffer-prompt-properties): Correct typo.
9982 2005-08-18  Kim F. Storm  <storm@cua.dk>
9984         * scroll-lock.el: Fix errors due to incorrect line wrapping.
9986 2005-08-18  Richard M. Stallman  <rms@gnu.org>
9988         * scroll-lock.el: New file.
9990 2005-08-18  Thien-Thi Nguyen  <ttn@gnu.org>
9992         * dired.el (dired-move-to-end-of-filename):
9993         Handle fifo as rendered by "ls -lF": Don't include trailing "|".
9995 2005-08-18  Kim F. Storm  <storm@cua.dk>
9997         * ido.el (ido-everywhere): Fix defcustom :set function to disable
9998         rather than toggle mode when custom value is nil.
9999         (ido-everywhere): Fix defun doc string.
10001 2005-08-17  Richard M. Stallman  <rms@gnu.org>
10003         * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
10004         as tag instead of "Inviolable".
10006 2005-08-17  Kim F. Storm  <storm@cua.dk>
10008         * windmove.el (windmove-coordinates-of-position): Remove.
10009         (windmove-coordinates-of-window-position): Remove.
10010         (windmove-reference-loc): Use posn-at-point instead.
10012         * subr.el (insert-for-yank-1): Doc fix.
10014         * ido.el (ido-enter-matching-directory): Rename from
10015         ido-enter-single-matching-directory.  Change `slash' choice to
10016         `only'.  Add `first' choice.
10017         (ido-exhibit): Adapt to above changes.
10019 2005-08-16  Luc Teirlinck  <teirllm@auburn.edu>
10021         * Makefile.in: Expand comment about building loaddefs.el.
10023 2005-08-16  Nick Roberts  <nickrob@snap.net.nz>
10025         * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
10026         Comment use of defadvice.
10028         * progmodes/gud.el (gud-jump): Rework for gdb-ui.
10030 2005-08-15  Dan Nicolaescu  <dann@ics.uci.edu>
10032         * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
10033         * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
10034         * progmodes/gdb-ui.el, progmodes/idlw-help.el,
10035         * progmodes/idlw-shell.el, progmodes/ld-script.el,
10036         * progmodes/which-func.el, ruler-mode.el, strokes.el,
10037         * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
10038         for backward compatibility for faces that did not appear in the
10039         previous Emacs release.
10041         * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
10043 2005-08-15  Kim F. Storm  <storm@cua.dk>
10045         * emulation/cua-base.el (cua-delete-region): Return t if
10046         deleted region was non-empty.
10047         (cua-replace-region): Inhibit overwrite-mode for
10048         self-insert-command if replaced region was non-empty.
10049         (cua--explicit-region-start, cua--status-string): Make them
10050         buffer-local at top-level...
10051         (cua-mode): ...rather than when mode is enabled.
10053 2005-08-15  Thien-Thi Nguyen  <ttn@gnu.org>
10055         * progmodes/vhdl-mode.el (vhdl-emacs-21):
10056         Set t for Emacs 21, 22, and so on.
10058 2005-08-15  David Ponce  <david@dponce.com>
10060         * tree-widget.el: Update Commentary header.
10061         (tree-widget-theme): Doc fix.
10062         (tree-widget-space-width): New option.
10063         (tree-widget-image-properties): Look up in the default theme too.
10064         (tree-widget--cursors): Only for images with arrow pointer shape.
10065         (tree-widget-lookup-image): Pointer shape is hand by default.
10066         (tree-widget-icon): Rename generic icon widget from
10067         `tree-widget-control'.
10068         (tree-widget-*-icon): Rename from `tree-widget-*-control' and
10069         derive from `tree-widget-icon'.
10070         (tree-widget-handle): Improve default look and feel of the text
10071         representation.
10072         (tree-widget): Rename :*-control properties to :*-icon properties.
10073         Add :action and :help-echo properties.
10074         (tree-widget-after-toggle-functions): Move.
10075         (tree-widget-close-node, tree-widget-open-node): Remove.
10076         (tree-widget-before-create-icon-functions): New hook.
10077         (tree-widget-value-create): Update to allow customization of icons
10078         and nodes at run-time via that new hook.
10079         (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
10080         (tree-widget-icon-action, tree-widget-icon-help-echo)
10081         (tree-widget-action, tree-widget-help-echo): New functions.
10083 2005-08-15  Kim F. Storm  <storm@cua.dk>
10085         * ido.el (ido-buffer-internal): Use with-no-warnings.
10086         (ido-make-merged-file-list): Use while-no-input.
10088 2005-08-15  Richard M. Stallman  <rms@gnu.org>
10090         * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
10091         (flyspell-large-region): Fix doc and custom type.
10093 2005-08-14  Richard M. Stallman  <rms@gnu.org>
10095         * files.el (interpreter-mode-alist): Doc fix.
10097         * mail/rmail.el (rmail-nonignored-headers): New variable.
10098         (rmail-clear-headers): Use it.
10099         (rmail-reply): Better handling of mail-followup-to header.
10101         * progmodes/sh-script.el (sh-font-lock-keywords-var):
10102         Rename variable from sh-font-lock-keywords.  In the `shell' entry,
10103         don't try to refer to executable-font-lock-keywords.
10104         (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
10105         (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
10106         (sh-font-lock-keywords): Append executable-font-lock-keywords here.
10107         (sh-mode): Set comment-start-skip, local-abbrev-table,
10108         imenu-case-fold-search.
10109         (sh-set-shell): Don't set them here.
10110         (sh-feature): Simplify.  Get rid of the eval-a-variable feature.
10111         Don't cache the results in the original alist; don't ever modify
10112         that alist.
10114         * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
10116         * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
10117         empty.
10119 2005-08-15  Andreas Schwab  <schwab@suse.de>
10121         * desktop.el: Put autoload cookie at risky-local-variable declarations.
10123         * dired.el, info.el, mail/rmail.el: Revert last change.
10125 2005-08-14  Thien-Thi Nguyen  <ttn@gnu.org>
10127         * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
10128         modification in `eval-after-load' form.
10129         * info.el: Likewise.
10130         * mail/rmail.el: Likewise.
10132 2005-08-14  Juri Linkov  <juri@jurta.org>
10134         * progmodes/compile.el (compilation-mode-font-lock-keywords):
10135         Remove highlighting of "Compilation started".  Highlight only
10136         the word "finished" in "Compilation finished".  Add highlighting
10137         of "interrupt", "killed", "terminated" and the exit code.
10138         (compilation-start): Add newline after header.  Use exactly the
10139         same time stamp format as the finishing message.
10140         (compilation-mode-map): Add ellipsis to "Search Files (grep)".
10142         * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
10143         (grep-mode-font-lock-keywords): Don't highlight "Grep started".
10144         Add highlighting of "interrupt", "killed", "terminated".
10146         * delsel.el (delete-selection-pre-hook): If overwrite-mode is
10147         enabled and the current command is self-insert-command, call it
10148         explicitly with overwrite-mode bound to nil, to not allow it
10149         to delete the character after the selected region.
10151 2005-08-12  Matt Hodges  <MPHodges@member.fsf.org>
10153         * emacs-lisp/eldoc.el: Add move-beginning-of-line,
10154         move-end-of-line, end-of-line, and beginning-of-line to the list
10155         of commands after which the echo area is updated.
10157 2005-08-12  Eli Zaretskii  <eliz@gnu.org>
10159         * cus-edit.el (custom-save-all, custom-save-delete):
10160         Bind recentf-exclude to exclude custom-file.
10162 2005-08-12  Ehud Karni  <ehud@unix.mvs.co.il>
10164         * mail/rmailsum.el (rmail-summary-end-of-message): New command
10165         to go to the bottom of the mail message.  Added to
10166         `rmail-summary-mode-map' with key "/".
10167         (rmail-summary-show-message): New (internal) function for use by
10168         both `rmail-summary-beginning/end-of-message'.
10169         (rmail-summary-beginning-of-message): Change to use
10170         rmail-summary-show-message.
10172         * mail/rmail.el (rmail-end-of-message): New command to go to the
10173         end of the current message.  Added to `rmail-mode-map' with key "/".
10174         (rmail-beginning-of-message): Fix to work as documented.
10175         (rmail-mode): Change documentation.
10177         * progmodes/compile.el (compilation-start): Add the line
10178         "Compilation started" with compilation start time.
10179         (compilation-mode-font-lock-keywords): Add `started' to keywords.
10181 2005-08-11  Luc Teirlinck  <teirllm@auburn.edu>
10183         * menu-bar.el (menu-bar-options-menu): Standardize capitalization
10184         of menu items.
10186 2005-08-11  Richard M. Stallman  <rms@gnu.org>
10188         * simple.el (pop-global-mark): Reverse test of widen-automatically.
10190         * battery.el (battery-status-function): Don't use ignore-errors.
10192 2005-08-11  Lute Kamstra  <lute@gnu.org>
10194         * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
10195         define-obsolete-variable-alias.
10197 2005-08-11  Stefan Monnier  <monnier@iro.umontreal.ca>
10199         * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
10200         (ange-ftp-send-cmd): Revert last change, and expand
10201         the comment explaining the problem.
10203 2005-08-10  Luc Teirlinck  <teirllm@auburn.edu>
10205         * ldefs-boot.el: Update.
10207         * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
10208         item to "Time, Load and Mail".  Change help echo text.
10210         * time.el (display-time-use-mail-icon, display-time-format)
10211         (display-time-string-forms): Shorten first line of docstrings.
10213 2005-08-10  Lars Hansen  <larsh@soem.dk>
10215         * desktop.el (desktop-buffer-mode-handlers):
10216         Make non-customizable.  Add autoload cookie.  Change initial value to
10217         nil; add elements in respective modules instead.  Fix doc string.
10218         (desktop-load-file): New function.
10219         (desktop-minor-mode-handlers): New autoloaded variable.
10220         (desktop-create-buffer): Call minor mode handlers.
10221         Use desktop-load-file to load major and minor mode modules prior to
10222         checking for a handler.
10223         (desktop-save): Don't add nil to desktop-minor-modes for minor
10224         modes with nil function in desktop-minor-mode-table.  Don't delete
10225         desktop file before rewriting it.
10226         (desktop-locals-to-save): Add autoload cookie.  Don't make
10227         automatically buffer-local.  Add variables column-number-mode,
10228         size-indication-mode, indent-tabs-mode,
10229         indicate-buffer-boundaries, indicate-empty-lines and
10230         show-trailing-whitespace.
10231         (desktop-clear): Allow desktop-clear-preserve-buffers to contain
10232         regexps.  Don't use desktop-clear-preserve-buffers-regexp.
10233         (desktop-clear-preserve-buffers-regexp): Delete.
10234         (desktop-clear-preserve-buffers): Update initial value and docstring.
10235         (desktop-save-buffer): Fix doc string.
10237         * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
10238         (hilit-chg-desktop-restore): New function.
10239         (highlight-changes-mode): Add highlight-changes-mode to
10240         desktop-locals-to-save.
10242         * dired.el: Add handler to desktop-buffer-mode-handlers.
10243         (dired-restore-desktop-buffer): Remove autoload cookie.
10244         (dired-mode): Add autoload cookie.
10246         * info.el: Add handler to desktop-buffer-mode-handlers.
10247         (Info-restore-desktop-buffer): Remove autoload cookie.
10248         (Info-mode): Add autoload cookie.
10250         * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
10251         (mh-restore-desktop-buffer): Remove autoload cookie.
10252         (mh-folder-mode): Add autoload cookie.
10254         * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
10255         (rmail-restore-desktop-buffer): Remove autoload cookie.
10257 2005-08-11  Masatake YAMATO  <jet@gyve.org>
10259         * hexl.el (hexl-address-region):
10260         (hexl-ascii-region, hexl-font-lock-keywords):
10261         (hexl-highlight-line-range): Use the term "region"
10262         instead of "area" for consistency with the other symbols
10263         defined in hexl.el.
10265 2005-08-09  Luc Teirlinck  <teirllm@auburn.edu>
10267         * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
10268         correct group: it is set with `menu-bar-make-mm-toggle' (pointed
10269         out by Juri Linkov).  Add `display-battery-mode'.
10271 2005-08-09  Juri Linkov  <juri@jurta.org>
10273         * progmodes/compile.el (compilation-mode-font-lock-keywords):
10274         Remove `-text' from face variable names.
10275         (compilation-error-file-name, compilation-warning-file-name)
10276         (compilation-info-file-name): Delete faces.
10277         (compilation-line-number, compilation-column-number):
10278         Remove face underlining.
10279         (compilation-message-face): Set to `underline' value by default.
10280         (compilation-error-face, compilation-warning-face)
10281         (compilation-info-face): Remove `-file-name' from face names.
10282         (compilation-error-text-face, compilation-warning-text-face)
10283         (compilation-info-text-face): Delete face variables.
10284         (compilation-text-face): Delete function.
10286         * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
10287         (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
10288         (grep-error-face): Set to `compilation-error' instead of
10289         `compilation-error-face' (which is redefined to `grep-hit-face' in
10290         grep buffers).
10291         (grep-mode-font-lock-keywords): Remove `-text' from face variable
10292         names.  Use `grep-error-face' instead of `compilation-error-text-face'.
10294         * dired-aux.el (dired-do-query-replace-regexp):
10295         Use `query-replace-read-args'.
10297         * replace.el (query-replace-read-from, query-replace-read-to)
10298         (query-replace-read-args): Rename arg `string' to `prompt'.
10300         * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
10302 2005-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>  (tiny change)
10304         * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
10305         uploading files.
10306         (ange-ftp-canonize-filename): Handle file names beginning with ~
10307         correctly.
10309 2005-08-09  Juanma Barranquero  <lekktu@gmail.com>
10311         * textmodes/fill.el (canonically-space-region)
10312         (fill-context-prefix, fill-french-nobreak-p)
10313         (fill-delete-newlines, fill-comment-paragraph)
10314         (justify-current-line): "?\ " -> "?\s".
10316 2005-08-09  Ben North  <ben@redfrontdoor.org>  (tiny change)
10318         * textmodes/fill.el (fill-nonuniform-paragraphs):
10319         Improve argument/docstring consistency.
10321 2005-08-09  Richard M. Stallman  <rms@gnu.org>
10323         * textmodes/ispell.el (ispell-word): More fboundp checks.
10325         * files.el (find-file-noselect): Don't call set-buffer-major-mode.
10326         (find-file-noselect-1): Call it here, only if RAWFILE.
10327         (normal-mode): Always set some major mode.
10328         (save-some-buffers-action-alist): Change some explanation strings.
10329         (file-name-non-special): In the `quote' method, use unwind-protect.
10331 2005-08-09  Magnus Henoch  <mange@freemail.hu>
10333         * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
10334         (ispell-have-aspell-dictionaries): New variable.
10335         (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
10336         (ispell-get-aspell-config-value): New function.
10337         (ispell-aspell-find-dictionary): New function.
10338         (ispell-aspell-add-aliases): New function.
10339         (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
10340         appropriate.  Don't look for ispell dictionaries if we use aspell.
10341         (ispell-menu-map): Don't build a submenu of dictionaries.
10343 2005-08-09  Richard M. Stallman  <rms@gnu.org>
10345         * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
10346         (sql-read-passwd): Use read-passwd.
10348         * progmodes/idlw-toolbar.el (idlwave-toolbar)
10349         (idlwave-toolbar-is-possible): Add defvars.
10351         * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
10352         Avoid warnings.
10354         * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
10355         (idlwave-system-class-info, idlwave-executive-commands-alist):
10356         Use defvar.
10358         * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
10360         * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
10361         Avoid warnings.
10363         * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
10364         and content-type: headers.
10366         * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
10368         * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
10369         and rename some of them to be more self-explanatory.
10371         * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
10373         * startup.el (command-line-1): Implement -scriptload.
10375         * replace.el (occur-engine): Initial *Occur* output not undoable.
10377         * menu-bar.el (menu-bar-file-menu): Rename some menu items
10378         and improve help strings.
10380         * isearch.el (isearch-repeat): When changing direction,
10381         mark search successful.
10383         * ediff-init.el: Use (featurep 'xemacs).
10385         * comint.el (send-invisible): Identify buffer, if not selected.
10387         * align.el: Delete autoload for c-guess-basic-syntax.
10389 2005-08-09  Juanma Barranquero  <lekktu@gmail.com>
10391         * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
10392         Improve argument/docstring consistency.  Doc fixes.
10393         (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
10394         (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
10395         (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
10396         (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
10397         (r2bv-organization, r2bv-pages, r2bv-primary-author)
10398         (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
10399         (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
10400         Defvar at compile time.
10402 2005-08-09  Juri Linkov  <juri@jurta.org>
10404         * info.el: Replace `info' with upper-case `Info' where appropriate.
10405         (info-title-1, info-title-2, info-title-3, info-title-4)
10406         (info-menu-header): Move up face definitions.
10407         (info-menu-star): Rename from `info-menu-5'.
10408         (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
10409         (Info-fontify-visited-nodes): Fix docstring.
10410         (Info-hide-note-references): Fix docstring.
10411         (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
10412         menu items in the same way as on cross-references.
10413         (info-apropos): Fix sorting order and formatting to be like in the
10414         stand-alone Info browser.  Display error messages for 1 sec.
10415         (Info-mode-map): Move down `c' key binding.  Bind `^' to `Info-up'.
10416         (Info-mode-menu): Remove item for `Info-search-case-sensitively'
10417         from the menu bar.
10418         (Info-insert-dir): Restore point after calling
10419         `insert-buffer-substring'.
10421 2005-08-08  Richard M. Stallman  <rms@gnu.org>
10423         * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
10424         (recompute-lucid-menubar): Add defvars.
10426         * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
10428         * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
10430         * net/net-utils.el (run-dig): Rename from `dig'.
10432         * play/gametree.el (gametree-mode): Use make-local-variable,
10433         not make-variable-buffer-local.
10435         * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
10437         * ansi-color.el (ansi-color-make-extent)
10438         (ansi-color-set-extent-face): Use fboundp, not functionp.
10440         * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
10441         not make-variable-buffer-local.
10443         * bookmark.el (Info-current-file): Add defvar.
10444         (bookmark-jump-noselect): Use with-no-warnings.
10446         * completion.el (c-mode-map, fortran-mode-map): Add defvars.
10448         * ebuff-menu.el (Helper-return-blurb): Add defvar.
10450         * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
10452         * find-file.el (ada-procedure-start-regexp)
10453         (ada-package-start-regexp): Add defvars.
10455         * info.el (Info-insert-dir): Use insert-buffer-substring.
10457         * xml.el (xml-att-def-re): Add defvar.
10459         * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
10460         calling convention.
10462         * subr.el (while-no-input): Return t if there is input.
10464 2005-08-08  Luc Teirlinck  <teirllm@auburn.edu>
10466         * cus-start.el (all): Add `overflow-newline-into-fringe'.
10468 2005-08-08  Juanma Barranquero  <lekktu@gmail.com>
10470         * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
10471         (scheme-prev-l/c-dir/file): Fix typos in docstrings.
10473 2005-08-08  Emilio C. Lopes  <eclig@gmx.net>
10475         * cmuscheme.el (scheme-start-file): Replace reference to
10476         `user-emacs-directory' by "~/.emacs.d/".
10478 2005-08-08  Thien-Thi Nguyen  <ttn@gnu.org>
10480         * info.el (Info-dir-remove-duplicates): Avoid case folding
10481         in loop; instead, keep downcased strings for comparison.
10482         Suggested by Helmut Eller.
10484 2005-08-07  Michael Albinus  <michael.albinus@gmx.de>
10486         Sync with Tramp 2.0.50.
10488         * net/tramp.el: Remove defvar of `last-coding-system-used' in the
10489         XEmacs case; not necessary anymore.
10490         (tramp-user-regexp): Allow "@" as part of user name.
10491         (tramp-handle-set-visited-file-modtime)
10492         (tramp-handle-insert-file-contents)
10493         (tramp-handle-write-region): No special handling for
10494         `last-coding-system-used, because this is done in
10495         `tramp-accept-process-output' now.
10496         (tramp-accept-process-output): New defun.
10497         (tramp-process-one-action, tramp-process-one-multi-action)
10498         (tramp-wait-for-regexp, tramp-wait-for-output)
10499         (tramp-discard-garbage-erase-buffer): Call it.  Reported by David
10500         Howells <dhowells@redhat.com>.
10501         (clear-visited-file-modtime): Defadvice removed.  The check for
10502         unset buffer's modtime does not need to be based on
10503         `tramp-buffer-file-attributes'.  Suggested by RMS.
10504         (tramp-message): Insert "\n" if not being at beginning of line.
10505         (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
10506         sequence with same logic.
10507         (tramp-completion-handle-expand-file-name): Discard call of
10508         `tramp-drop-volume-letter'.  It is not necessary, and there have
10509         been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
10510         Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
10511         (tramp-do-copy-or-rename-file-out-of-band): Transfer message
10512         should always be visible.
10513         (tramp-handle-insert-directory, tramp-setup-complete)
10514         (tramp-set-process-query-on-exit-flag)
10515         (tramp-append-tramp-buffers): Pacify byte-compiler.
10516         (tramp-bug): Delete non-existing variables from list.
10517         Apply `tramp-load-report-modules' as pre-hook.
10518         Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
10519         `shell-prompt-pattern' because of non-7bit characters.
10520         Reported by Sebastian Luque <sluque@mun.ca>.
10521         (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
10522         (tramp-match-string-list): Remove function.
10523         (tramp-wait-for-regexp): Remove call of that function.
10524         Suggested by Kim F. Storm <storm@cua.dk>.
10525         (tramp-set-auto-save-file-modes): Use octal integer code #o600
10526         instead of octal character code ?\600.  The latter resulted in a
10527         syntax error with XEmacs.
10529         * net/tramp-smb.el: Remove defvar of `last-coding-system-used' in the
10530         XEmacs case; not necessary anymore.
10531         (tramp-smb-handle-write-region): No special handling for
10532         `last-coding-system-used, because this is done in
10533         `tramp-accept-process-output' now.
10534         (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
10536 2005-08-06  Luc Teirlinck  <teirllm@auburn.edu>
10538         * wid-edit.el (widget-choice-value-create):
10539         Unconditionally respect user choice.  Set :explicit-choice back to nil
10540         when no longer needed.
10541         (widget-choice-action): Unconditionally respect user choice.
10542         Eliminate :explicit-choice-value.
10544         * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
10546         * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
10547         with `indicate-empty-lines' and `indicate-buffer-boundaries'.
10548         (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
10549         running new function `toggle-indicate-empty-lines'.
10550         Rename "Customize" item to "Customize fringe".
10551         Rename "Indicators" item to "Buffer boundaries" and change help echo.
10552         (menu-bar-showhide-fringe-ind-menu): Change several help echos.
10553         Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
10554         Delete "Empty lines only" item.
10555         (menu-bar-showhide-fringe-ind-customize): New function.
10556         (menu-bar-showhide-fringe-ind-mixed)
10557         (menu-bar-showhide-fringe-ind-box)
10558         (menu-bar-showhide-fringe-ind-right)
10559         (menu-bar-showhide-fringe-ind-left)
10560         (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
10561         instead of `fringe-indicators'.
10563 2005-08-06  Michael Kifer  <kifer@cs.stonybrook.edu>
10565         * viper.el (viper-emacs-state-mode-list): Add recentf-dialog-mode.
10566         Change the date of last update.
10568 2005-08-06  Michael Kifer  <kifer@cs.stonybrook.edu>
10570         * viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
10571         (viper-exec-yank, viper-put-back): Don't display modification msg
10572         if in the minibuffer.
10574         * viper-init.el (viper-replace-overlay-cursor-color)
10575         (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
10576         Make variables frame local.
10578         * viper-util.el (viper-append-filter-alist): Use append instead of
10579         nconc.
10581         * viper.el (viper-vi-state-mode-list)
10582         (viper-emacs-state-mode-list): Move help-mode and
10583         completion-list-mode from the first list to the second.
10584         (viper-mode): Docstring.
10585         (viper-go-away, viper-non-hook-settings): Don't localize
10586         minor-mode-alist in newer Emacsen.  Add advice to
10587         set-cursor-color.  Don't bind "\C-c\\".
10589 2005-08-06  Emilio C. Lopes  <eclig@gmx.net>
10591         * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
10592         (scheme-macro-expand-command): New user options.
10593         (scheme-trace-procedure, scheme-expand-current-form): New commands.
10594         (scheme-form-at-point, scheme-start-file)
10595         (scheme-interactively-start-process): New functions.
10596         (scheme-get-process): New function, extracted from `scheme-proc'.
10597         (run-scheme): Call `scheme-start-file' to get start file, and pass
10598         it to `make-comint'.
10599         (switch-to-scheme, scheme-proc):
10600         Call `scheme-interactively-start-process' if no Scheme buffer/process
10601         is available.
10603 2005-08-06  Juri Linkov  <juri@jurta.org>
10605         * progmodes/compile.el (compilation-mode-font-lock-keywords):
10606         Use `compilation-text-face', `compilation-info-text-face' and
10607         `compilation-error-text-face' instead of `font-lock-keyword-face'.
10608         (compilation-error): New face.
10609         (compilation-error-file-name): Inherit from
10610         `compilation-error' instead of `font-lock-warning-face'.
10611         (compilation-warning-file-name): Inherit from
10612         `compilation-warning' instead of `font-lock-warning-face'.
10613         (compilation-info, compilation-error-file-name)
10614         (compilation-warning-file-name, compilation-info-file-name)
10615         (compilation-line-number, compilation-column-number): Doc fix.
10616         (compilation-error-text-face, compilation-warning-text-face)
10617         (compilation-info-text-face): New face variables.
10618         (compilation-line-face, compilation-column-face)
10619         (compilation-enter-directory-face)
10620         (compilation-leave-directory-face): Doc fix.
10621         (compilation-text-face): New function.
10623         * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
10624         instead of 1 to display binary file names as info file links.
10625         (grep-error-face): Use `compilation-error-face' instead of
10626         `font-lock-keyword-face'.
10627         (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
10628         and `compilation-warning-text-face' instead of
10629         `font-lock-keyword-face'.  Use `compilation-error-text-face'
10630         instead of `grep-error-face'.
10632 2005-08-05  Kenichi Handa  <handa@m17n.org>
10634         * international/code-pages.el: Add autoload cookies for all coding
10635         systems.
10637 2005-08-04  Luc Teirlinck  <teirllm@auburn.edu>
10639         * cus-start.el (all): Put undo.c where it alphabetically belongs.
10641 2005-08-04  Juri Linkov  <juri@jurta.org>
10643         * progmodes/compile.el (compilation-mode-map):
10644         * progmodes/grep.el (grep-mode-map):
10645         Bind TAB to `compilation-next-error' and [backtab] to
10646         `compilation-previous-error'.
10648         * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
10649         matching line numbers, column numbers and their ranges with regexp
10650         matching only line numbers.
10651         (grep-context-face): New face variable.
10652         (grep-mode-font-lock-keywords): Use it.
10654         * faces.el (read-face-name): Delete duplicate faces.
10656 2005-08-02  Juanma Barranquero  <lekktu@gmail.com>
10658         * thumbs.el (thumbs-find-image): Don't make variables
10659         automatically buffer local.
10660         (thumbs-current-tmp-filename, thumbs-current-image-filename)
10661         (thumbs-image-num): Make automatically buffer local.
10662         (thumbs-show-thumbs-list): Use `make-local-variable', not
10663         `make-variable-buffer-local'.
10664         (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
10666         * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
10667         (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
10668         (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
10669         (bother, bye, canyou, chatlst, continue, deathlst, describe)
10670         (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
10671         (feelings-about, foullst, found, hello, history, howareyoulst)
10672         (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
10673         (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
10674         (neglst, obj, object, owner, please, problems, qlist)
10675         (random-adjective, relation, remlst, repetitive-shortness)
10676         (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
10677         (shortlst, something, sportslst, stallmanlst, states, subj)
10678         (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
10679         (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
10680         Defvar at compile time.
10682         * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
10683         not `make-variable-buffer-local'.
10685 2005-08-02  Kim F. Storm  <storm@cua.dk>
10687         * emulation/cua-rect.el (cua--highlight-rectangle): Only show
10688         rectangle overlay in selected window.
10690 2005-08-01  Luc Teirlinck  <teirllm@auburn.edu>
10692         * cus-start.el (all): Put `indicate-empty-lines' in fringe group
10693         instead of display group.  Make `indicate-buffer-boundaries'
10694         customizable through Custom.
10696 2005-08-01  Juanma Barranquero  <lekktu@gmail.com>
10698         * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
10699         (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
10700         (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
10701         (gdb-put-string): Fix typos in docstrings.
10703 2005-08-01  Nick Roberts  <nickrob@snap.net.nz>
10705         Update copyright notices of files in progmodes directory for
10706         release of Emacs 22.1.
10708         * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
10710         * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
10711         Don't barf if the GUD buffer has been killed.
10713 2005-08-01  Kim F. Storm  <storm@cua.dk>
10715         * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
10717 2005-07-29  Stefan Monnier  <monnier@iro.umontreal.ca>
10719         * simple.el (next-error-follow-minor-mode):
10720         make-variable-buffer-local -> make-local-variable.
10722         * emacs-lisp/cl-extra.el: Require CL also when compiling.
10724         * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
10725         (byte-compile-form-make-variable-buffer-local): New functions to warn
10726         about misuses of make-variable-buffer-local where make-local-variable
10727         was meant.
10729 2005-07-29  Juanma Barranquero  <lekktu@gmail.com>
10731         * bs.el (bs-attributes-list): Doc fix.
10732         (bs): Update url-link.
10734         * desktop.el (desktop-save-buffer): Fix typos in docstring.
10735         (desktop-load-default): Simplify.
10737         * ibuffer.el (ibuffer-columnize-and-insert-list)
10738         (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
10739         (ibuffer-unmark-all, ibuffer-toggle-marks)
10740         (ibuffer-unmark-forward, ibuffer-unmark-backward)
10741         (ibuffer-compile-make-format-form, ibuffer-format-column)
10742         (ibuffer-current-buffers-with-marks)
10743         (ibuffer-update-title-and-summary): "?\ " -> "?\s".
10744         (ibuffer): Doc fix.
10745         (ibuffer-mode): Fix typo in docstring.
10746         (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
10747         with `define-obsolete-variable-alias'.
10748         (ibuffer-elide-long-columns): Mark as obsolete.  Doc fix.
10750 2005-07-29  Kenichi Handa  <handa@m17n.org>
10752         * international/mule-cmds.el (select-message-coding-system):
10753         Be sure to use LF for end-of-line.  If no coding system is decided,
10754         return iso-8859-1-unix.
10756 2005-07-28  Stefan Monnier  <monnier@iro.umontreal.ca>
10758         * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
10759         (ange-ftp-pending-error-line): New vars.
10760         (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
10761         to handle the non-fatal no-route-to-host messages.
10762         (internal-ange-ftp-mode): Make the no-match regexp more efficient.
10764 2005-07-28  Juanma Barranquero  <lekktu@gmail.com>
10766         * isearch.el (isearch-mode-map, isearch-other-meta-char)
10767         (isearch-quote-char, isearch-printing-char)
10768         (isearch-text-char-description): "?\ " -> "?\s".
10769         (isearch-lazy-highlight-cleanup)
10770         (isearch-lazy-highlight-initial-delay)
10771         (isearch-lazy-highlight-interval)
10772         (isearch-lazy-highlight-max-at-a-time)
10773         (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
10774         Declare with define-obsolete-*-alias macros.
10775         (isearch-forward): Fix typo in docstring.
10776         (search-invisible, search-ring-yank-pointer)
10777         (regexp-search-ring-yank-pointer): Doc fixes.
10779         * recentf.el (recentf-menu-append-commands-p): Declare with
10780         `define-obsolete-variable-alias'.
10781         (recentf-max-saved-items, recentf-menu-filter)
10782         (recentf-arrange-by-rule-subfilter): Doc fixes.
10783         (recentf-menu-append-commands-flag)
10784         (recentf-initialize-file-name-history, recentf-expand-file-name)
10785         (recentf-clear-data): Fix typos in docstrings.
10787 2005-07-28  Nick Roberts  <nickrob@snap.net.nz>
10789         * progmodes/gdb-ui.el: Smarten comments.
10790         (gdb-info-breakpoints-custom): Use nowarn when finding file.
10792 2005-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
10794         * term/apollo.el (terminal-init-apollo): New function containing
10795         all former top level forms in the file.
10796         * term/bobcat.el (terminal-init-bobcat):
10797         * term/cygwin.el (terminal-init-cygwin):
10798         * term/iris-ansi.el (terminal-init-iris-ansi):
10799         * term/linux.el (terminal-init-linux):
10800         * term/news.el (terminal-init-news):
10801         * term/rxvt.el (terminal-init-rxvt):
10802         * term/sun.el (terminal-init-sun):
10803         * term/tvi970.el (terminal-init-tvi970):
10804         * term/vt100.el (terminal-init-vt100):
10805         * term/vt102.el (terminal-init-vt102):
10806         * term/vt125.el (terminal-init-vt125):
10807         * term/vt200.el (terminal-init-vt200):
10808         * term/vt201.el (terminal-init-vt201):
10809         * term/vt220.el (terminal-init-vt220):
10810         * term/vt240.el (terminal-init-vt240):
10811         * term/vt300.el (terminal-init-vt300):
10812         * term/vt320.el (terminal-init-vt320):
10813         * term/vt400.el (terminal-init-vt400):
10814         * term/vt420.el (terminal-init-vt420):
10815         * term/wyse50.el (terminal-init-wyse50):
10816         * term/xterm.el (terminal-init-xterm): Likewise.
10818         * term/README: Describe the terminal-init-* functionality.
10820         * startup.el (command-line): After loading the terminal initialization
10821         file call the corresponding terminal initialization function.
10823 2005-07-27  Kenichi Handa  <handa@m17n.org>
10825         * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
10826         negative.
10828         * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
10829         (ps-mule-composition-prologue): Fix for the case that
10830         RelativeCompose is false.
10832 2005-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
10834         * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
10836         * descr-text.el (describe-char): Handle the case where the list of
10837         chars is displayed in a separate frame.
10838         Be a bit more discriminating when looking for the char.
10840 2005-07-26  Juanma Barranquero  <lekktu@gmail.com>
10842         * bookmark.el (bookmark-automatically-show-annotations)
10843         (bookmark-read-annotation-text-func): Doc fixes.
10844         (bookmark-save): Improve argument/docstring consistency.
10845         (bookmark-get-bookmark, bookmark-get-bookmark-record)
10846         (bookmark-alist-from-buffer)
10847         (bookmark-upgrade-file-format-from-0)
10848         (bookmark-grok-file-format-version)
10849         (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
10850         (bookmark-read-annotation-mode)
10851         (bookmark-insert-current-bookmark, bookmark-jump)
10852         (bookmark-exit-hook): Fix typos in docstrings.
10853         (bookmark-exit-hooks): Define as obsolete alias.
10854         (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
10855         not `bookmark-exit-hooks'.  Fix docstring.
10856         (bookmark-bmenu-select): "?\ " -> "?\s".
10858 2005-07-25  Ari Roponen  <arjuropo@cc.jyu.fi>  (tiny change)
10860         * startup.el (command-line): Fix typo.
10862 2005-07-24  Richard M. Stallman  <rms@gnu.org>
10864         * tooltip.el (tooltip-mode): Test emacs-basic-display,
10865         not emacs-quick-startup.
10867 2005-07-24  Juanma Barranquero  <lekktu@gmail.com>
10869         * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
10870         (reb-next-match, reb-show-subexp): Use `with-selected-window'
10871         instead of `reb-with-current-window'.
10872         (reb-prev-match): Likewise.  Also, don't move left if the search
10873         was unsuccessful.
10874         (reb-initialize-buffer): New function.
10875         (re-builder, reb-change-syntax): Use it.
10877         * man.el (Man-goto-page): Make second argument NOERROR optional.
10879 2005-07-23  Richard M. Stallman  <rms@gnu.org>
10881         * man.el (Man-bgproc-sentinel): Check here for failure to find
10882         any man page in the output, and report the error here.
10883         (Man-arguments): Make it permanent local.
10884         (Man-goto-page): New arg NOERROR.  Never kill the current buffer.
10885         (Man-mode): Pass t for NOERROR.
10887         * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
10888         (grep-mode-font-lock-keywords):
10889         Don't use compilation-...-face for messages that are not file names.
10891         * progmodes/compile.el (compilation-mode-font-lock-keywords):
10892         Don't use compilation-...-face for messages that are not file names.
10894 2005-07-22  Juri Linkov  <juri@jurta.org>
10896         * startup.el (normal-splash-screen): Update menu name.
10898         * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
10900 2005-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
10902         * term/xterm.el: Load term/rxvt if the terminal is actually an
10903         rxvt terminal.
10904         (xterm-rxvt-set-background-mode): Remove, not used anymore.
10906         * term/rxvt.el (function-key-map): Use substitute-key-definition
10907         to bind {C,S,C-S}-{f1-f10}.  Add a few missing key bindings.
10909         * term/cygwin.el: New file.
10911 2005-07-22  Kim F. Storm  <storm@cua.dk>
10913         * image-file.el (insert-image-file, image-file-yank-handler):
10914         Fix last change to maintain a (unique) yank-handler on yanked images.
10916 2005-07-22  Eduardo Mu\e,Aq\e(Boz  <emufer@terra.es>  (tiny change)
10918         * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
10919         of the file size (as in "177B" for 177 bytes).  This happens with
10920         "ls -lh" on FreeBSD.
10922 2005-07-22  Juanma Barranquero  <lekktu@gmail.com>
10924         * hilit-chg.el (highlight-changes-global-initial-state)
10925         (highlight-compare-buffers, hilit-chg-turn-on-maybe)
10926         (hilit-chg-fixup, highlight-changes-mode):
10927         Fix typos in docstrings.
10928         (highlight-changes-global-modes, highlight-changes-rotate-faces):
10929         Doc fixes.
10931 2005-07-21  Luc Teirlinck  <teirllm@auburn.edu>
10933         * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
10934         mode function using `eval-after-load'.
10936 2005-07-21  Kim F. Storm  <storm@cua.dk>
10938         * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
10939         included when reporting an emacs crash, and tell about the DEBUG file.
10941         * image-file.el (insert-image-file): Add yank-handler.
10942         (image-file-yank-handler): Yank handler to make unique copies of
10943         images when they are yanked into a buffer next to each other.
10945 2005-07-21  Juanma Barranquero  <lekktu@gmail.com>
10947         * comint.el (comint-use-prompt-regexp, comint-send-input)
10948         (comint-source-default, comint-extract-string)
10949         (comint-get-source, comint-word, comint-completion)
10950         (comint-source, comint-prompt-read-only, comint-update-fence):
10951         Fix typos in docstrings.
10952         (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
10953         Declare with define-obsolete-*-alias macros.
10954         (comint-previous-matching-input-from-input)
10955         (comint-next-matching-input-from-input)
10956         (comint-previous-matching-input, comint-next-matching-input)
10957         (comint-forward-matching-input):
10958         Improve argument/docstring consistency.
10960         * desktop.el (desktop-clear-preserve-buffers-regexp):
10961         Also preserve the *server* buffer.
10963         * simple.el (clone-indirect-buffer): Doc fix.
10964         (fixup-whitespace, just-one-space)
10965         (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
10966         (next-error, next-error-highlight)
10967         (next-error-highlight-no-select, next-error-last-buffer)
10968         (next-error-buffer-p, next-error-find-buffer, next-error)
10969         (previous-error, next-error-no-select, previous-error-no-select)
10970         (open-line, split-line, minibuffer-prompt-width, kill-new)
10971         (binary-overwrite-mode): Fix typos in docstrings.
10972         (set-fill-column): Fix typo in message.
10974         * skeleton.el (skeleton-proxy-new): Doc fix.
10976         * strokes.el (strokes-load-hook): Doc fix.
10977         (strokes-grid-resolution, strokes-get-grid-position)
10978         (strokes-renormalize-to-grid, strokes-read-stroke)
10979         (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
10980         (strokes-global-map): Fix typos in docstrings.
10981         (strokes-help): Doc fix.  Fix help message and pass it through
10982         `substitute-command-keys'.
10984         * tempo.el (tempo-insert-prompt, tempo-interactive)
10985         (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
10986         (tempo-insert-string-functions, tempo-local-tags)
10987         (tempo-define-template, tempo-insert-template)
10988         (tempo-insert-prompt-compat, tempo-is-user-element)
10989         (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
10990         Fix typos in docstrings.
10992         * vcursor.el (vcursor-other-window, vcursor-bind-keys)
10993         (vcursor-key-bindings, vcursor-use-vcursor-map)
10994         (vcursor-find-window, vcursor-scroll-down)
10995         (vcursor-disable, vcursor-beginning-of-buffer)
10996         (vcursor-end-of-buffer): Fix typos in docstrings.
10997         (vcursor-relative-move, vcursor-get-char-count):
10998         Improve argument/docstring consistency.
11000         * version.el: "?\ " -> "?\s".
11002         * wid-edit.el (widget-default-create, widget-after-change)
11003         (widget-default-format-handler, widget-checklist-add-item)
11004         (widget-radio-add-item, widget-choose, widget-specify-secret)
11005         (widget-field-value-create, widget-field-value-get)
11006         (widget-editable-list-format-handler)
11007         (widget-editable-list-entry-create, widget-group-value-create)
11008         (widget-documentation-link-add)
11009         (widget-documentation-string-value-create): "?\ " -> "?\s".
11010         (widget-convert-text): Doc fix.
11011         (widget-narrow-to-field, widget-field-find)
11012         (widget-url-link-action, widget-emacs-library-link-action)
11013         (widget-color-notify): Fix typos in docstrings.
11015         * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
11016         (x-select-text, set-w32-system-coding-system)
11017         (w32-add-charset-info): Fix typos in docstrings.
11019         * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
11020         (cua-enable-cua-keys, cua-use-hyper-key)
11021         (cua-virtual-rectangle-edges): Fix typos in docstrings.
11022         (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
11024         * net/tramp.el (tramp-handle-load): Fix typo in error message.
11026         * emacs-lisp/re-builder.el (regexp-builder): Declare with
11027         `defalias' instead of faking it.
11029         * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
11030         (eshell-ls-missing, eshell-ls-dired-initial-args)
11031         (eshell-ls-use-in-dired): Fix typos in docstrings.
11033 2005-07-20  Kim F. Storm  <storm@cua.dk>
11035         * emulation/cua-base.el (cua-mode): Improve doc string.
11037 2005-07-20  Juanma Barranquero  <lekktu@gmail.com>
11039         * abbrev.el (expand-region-abbrevs): Doc fix.
11040         (inverse-add-mode-abbrev, inverse-add-global-abbrev):
11041         Improve argument/docstring consistency.
11043         * arc-mode.el (archive-get-descr, archive-alternate-display):
11044         Doc fixes.
11045         (archive-l-e): Improve argument/docstring consistency.
11046         (archive-tmpdir, archive-unixdate, archive-unixtime)
11047         (archive-chmod-entry): Fix typos in docstrings.
11048         (archive-unflag, archive-unflag-backwards)
11049         (archive-unmark-all-files): "?\ " -> "?\s".
11051         * buff-menu.el (Buffer-menu-unmark): Doc fix.
11052         (Buffer-menu-not-modified, Buffer-menu-execute)
11053         (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
11054         (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
11056         * composite.el (compose-string, encode-composition-rule)
11057         (compose-last-chars): Fix typos in docstrings.
11059         * desktop.el (desktop-enable, desktop-basefilename):
11060         Declare with `define-obsolete-variable-alias'.
11061         (desktop-internal-v2s): Don't quote keywords.
11062         (desktop-clear): "?\ " -> "?\s".
11064         * dired.el (dired-align-file, dired-flag-backup-files)
11065         (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
11066         (dired-listing-switches, dired-ls-F-marks-symlinks)
11067         (dired-dwim-target, dired-load-hook, dired-mode-hook)
11068         (dired-directory, dired-faces, dired, dired-revert)
11069         (dired-mode, dired-summary, dired-view-file)
11070         (dired-copy-filename-as-kill, dired-delete-file)
11071         (dired-no-confirm, dired-unmark-all-marks)
11072         (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
11073         (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
11074         (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
11075         Fix typos in message strings.
11077         * dired-x.el (virtual-dired): Declare with `defalias'.
11078         (dired-mark-unmarked-files, dired-local-variables-file)
11079         (dired-omit-here-always): Doc fix.
11080         (dired-omit-mode, dired-find-subdir)
11081         (dired-enable-local-variables, dired-clean-up-buffers-too)
11082         (dired-extra-startup, dired-mark-extension, dired-jump)
11083         (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
11084         (dired-smart-shell-command, dired-guess-shell-alist-user)
11085         (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
11086         (dired-x-bind-find-file, dired-x-submit-report):
11087         Fix typos in docstrings.
11088         (dired-mark-unmarked-files): "?\ " -> "?\s".
11090         * dirtrack.el (dirtrack-list): Fix typos in docstring.
11092         * faces.el (describe-face): "?\ " -> "?\s".
11093         (read-all-face-attributes, read-face-font, modify-face)
11094         (face-attr-construct, italic): Fix typos in docstrings.
11095         (frame-update-face-colors): Declare with
11096         `define-obsolete-function-alias'.
11098         * files.el (find-file-noselect, recode-file-name): Doc fixes.
11099         (insert-directory, kill-some-buffers): "?\ " -> "?\s".
11100         (magic-mode-alist, buffer-file-numbers-unique)
11101         (write-file-functions, get-free-disk-space):
11102         Fix typos in docstrings.
11103         (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
11104         (write-contents-hooks, write-file-hooks):
11105         Declare with `define-obsolete-variable-alias'.
11107         * forms-d2.el (arch-rj): Fix typo in docstrings.
11108         (arch-tocol): Likewise.  "?\ " -> "?\s".
11110         * frame.el (set-frame-font, cursor-in-non-selected-windows):
11111         Fix typo in docstring.
11112         (set-screen-width, set-screen-height): Delete redundant info in
11113         doctrings.
11114         (new-frame, screen-height, screen-width): Declare with
11115         `define-obsolete-function-alias'.
11116         (delete-frame-hook, blink-cursor): Declare with
11117         `define-obsolete-variable-alias'.
11119         * paths.el (prune-directory-list): Fix typos in docstring.
11121         * pcvs-util.el (cvs-flags-query, cvs-strings->string)
11122         (cvs-prefix-get): Fix typos in docstrings.
11124         * ps-print.el (ps-extend-face-list, ps-extend-face)
11125         (ps-print-background-image): Fix typos in docstrings.
11126         (ps-default-fg, ps-default-bg): Doc fixes.
11128         * s-region.el (s-region-bind): Doc fix.
11129         (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
11131         * textmodes/org.el (org-table-formula-substitute-names)
11132         (org-table-get-vertical-vector): Doc fixes.
11133         (org-table-recalculate): Remove unused argument to `message'.
11135 2005-07-19  Carsten Dominik  <dominik@science.uva.nl>
11137         * textmodes/org.el (org-table-column-names)
11138         (org-table-column-name-regexp)
11139         (org-table-named-field-locations): New variables.
11140         (org-archive-subtree): Protect `this-command' when calling
11141         `org-copy-subtree' and `org-cut-subtree', to avoid appending to
11142         the kill buffer.
11143         (org-complete): Remove fixed-formula completion.
11144         (org-edit-formulas-map): New variable.
11145         (org-table-edit-formulas): New command.
11146         (org-finish-edit-formulas, org-abort-edit-formulas)
11147         (org-show-variable, org-table-get-vertical-vector): New functions.
11148         (org-table-maybe-eval-formula): Handle `:=' fields.
11149         (org-table-get-stored-formulas, org-table-store-formulas)
11150         (org-table-get-formula, org-table-modify-formulas)
11151         (org-table-replace-in-formulas): Handle named field formulas.
11152         (org-table-get-specials): Store locations of named fields.
11154 2005-07-19  Juri Linkov  <juri@jurta.org>
11156         * progmodes/grep.el (grep-regexp-alist)
11157         (grep-mode-font-lock-keywords, grep-process-setup):
11158         Use default GNU grep match color "01;31m" instead of "01;41m".
11159         (grep-regexp-alist, grep-mode-font-lock-keywords):
11160         Use `\\[[0-9]*m' instead of `\\[00m'.
11161         (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
11162         sgr_start where its handling is more important.  Use the real
11163         length of sgr_start instead of constant 8.
11164         (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
11165         specially.  Delete all remaining escape sequences.
11166         (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
11167         (grep-regexp-alist): Make hyperlink only for binary file name
11168         instead of the whole line.
11169         (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
11170         (grep-mode): Add autoload.
11172         * emacs-lisp/find-func.el (find-function-regexp):
11173         Add `define-compilation-mode'.
11175 2005-07-19  Juri Linkov  <juri@jurta.org>
11177         * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
11178         (compare-windows-sync-string-size, compare-windows-recenter)
11179         (compare-windows-highlight, compare-windows): Add version 22.1.
11180         (compare-windows) <defface>: Inherit from lazy-highlight instead
11181         of duplicating its default value.
11183         * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
11184         (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
11186         * descr-text.el (describe-char): Create link buttons for `charset'
11187         and `code point'.  Add the current input method name with a link
11188         button to `to input' field.  Print face names of display table
11189         characters in `The display table entry is displayed by' section
11190         instead of printing face-id in the `display' field.
11191         Guess hardcoded faces and create a link button for them.
11192         Skip empty fields when calculating max-width.
11193         Treat `widget-create' specially while inserting strings from the
11194         collected field list.
11195         (describe-char-after): Made obsolete in version 22.1, not 21.5.
11197         * diff-mode.el (diff-file-header): Change foreground color from
11198         yellow to green on light backgrounds.
11199         (diff-context): Inherit from `shadow' only for color/grayscale
11200         with more than 88 colors.
11201         (diff-indicator-removed, diff-indicator-added)
11202         (diff-indicator-changed): New faces.
11203         (diff-font-lock-keywords): Use new faces.  Regroup rules.
11204         Add "^---$" for `normal' diff format.  Fontify `#' lines with
11205         font-lock-comment-delimiter-face and font-lock-comment-face.
11206         Add `#' to ^[^...] in the rule for `diff-context-face'.
11208         * faces.el (mode-line-highlight): Replace RoyalBlue4 with
11209         a button-like box.  Inherit from `highlight' on low colors.
11210         (shadow): Use shades of gray only for color/grayscale with
11211         more than 88 colors.  Use green for light backgrounds with
11212         8 colors, and yellow for dark backgrounds with 8 colors.
11214         * font-lock.el (font-lock-regexp-grouping-backslash):
11215         Don't inherit from escape-glyph (use bold for all cases).
11217         * info.el (info-xref-visited): Use light foreground color `violet'
11218         for dark backgrounds instead of dark color `magenta3'.
11219         (info-title-1): Use `yellow' color for dark backgrounds.
11221         * isearch.el (isearch): Use not-too-dark magenta3 instead of
11222         too-light magenta2.
11224         * replace.el (match): Use slightly more light RoyalBlue3 instead
11225         of dark RoyalBlue4.
11227         * wid-edit.el (widget-inactive): Inherit from `shadow'.
11229 2005-07-19  Juanma Barranquero  <lekktu@gmail.com>
11231         * novice.el (disabled-command-hook): Declare it with
11232         `define-obsolete-variable-alias'.
11234         * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
11235         (desktop-buffer-misc-functions, desktop-buffer-handlers)
11236         (desktop-load-default): Add release to obsolescence info.
11237         (desktop-globals-to-clear, desktop-buffer-mode-handlers)
11238         (desktop-append-buffer-args, desktop-read):
11239         Fix typos in docstrings.
11240         (desktop-kill): Fix typo in message.
11241         (desktop-save): Doc fix.
11243 2005-07-19  Michael Kifer  <kifer@cs.stonybrook.edu>
11245         * viper-cmd.el (viper-escape-to-state): Bug fix.
11246         (viper-envelop-ESC-key): Change the definition of fast
11247         keysequence so it'll work with keyboard macros.
11249         * ediff.el (ediff-patch-buffer): Change the docstring.
11251 2005-07-19  Kenichi Handa  <handa@m17n.org>
11253         * international/mule-cmds.el (select-safe-coding-system): Try to
11254         use an auto-coding (if any) before anything else.  If the found
11255         auto-coding is invalid, show a warning message.
11257         * international/mule.el (find-auto-coding): New function created
11258         by modifying the body of set-auto-coding.
11259         (set-auto-coding): Use find-auto-coding to find a coding.
11261 2005-07-18  Richard M. Stallman  <rms@gnu.org>
11263         * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
11264         not isearch-mode-end-hook-error.
11265         (allout-before-change-protect): Fix error message.
11267 2005-07-18  Juri Linkov  <juri@jurta.org>
11269         * allout.el (allout-mode):
11270         * calculator.el (calculator-copy):
11271         * custom.el (custom-known-themes):
11272         * dired.el (dired-desktop-buffer-misc-data)
11273         (dired-restore-desktop-buffer):
11274         * dired-x.el (dired-omit-marker-char):
11275         * files.el (basic-save-buffer):
11276         * font-core.el (font-lock-mode):
11277         * calendar/calendar.el (calendar-goto-hebrew-date)
11278         (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
11279         (calendar-goto-persian-date):
11280         * language/ethio-util.el (ethio-sera-to-fidel-region):
11281         * textmodes/picture.el (picture-mode):
11282         Delete duplicate duplicate words.
11284 2005-07-18  Juri Linkov  <juri@jurta.org>
11286         * isearch.el (isearch-mode-map): Remove key bindings for regexp
11287         chars * ? } |.
11288         (isearch-fallback): Don't call `isearch-process-search-char'.
11289         (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
11290         (isearch-process-search-char): Call `isearch-fallback' for regexp
11291         chars * ? } |.
11292         (isearch-return-char): Make obsolete with `make-obsolete' instead
11293         of simply documenting it as obsolete in the docstring.
11294         (isearch-fallback): Refill docstring.
11296         * international/isearch-x.el
11297         (isearch-process-search-multibyte-characters): Remove unneeded
11298         `concat'.  Add intermediate values to `junk-hist' instead of
11299         `minibuffer-history'.  Test the length of `str'.
11301 2005-07-18  Juanma Barranquero  <lekktu@gmail.com>
11303         * allout.el (allout-resolve-xref): Fix typos in error strings.
11304         (allout-before-change-protect): Remove unneeded `concat'.
11306         * array.el (array-mode, array-reconfigure-rows)
11307         (untabify-backward): Fix typos in docstrings.
11308         (array-reconfigure-rows): Use `insert-buffer-substring', not
11309         `insert-buffer'.
11311         * calendar/icalendar.el (icalendar--get-unfolded-buffer):
11312         * progmodes/ada-mode.el (ada-make-body):
11313         Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
11315         * dired.el (dired-log):
11316         * tar-mode.el (tar-subfile-save-buffer):
11317         * play/zone.el (zone-pgm-stress-destress):
11318         Use `insert-buffer-substring', not `insert-buffer'.
11320 2005-07-17  Simon Josefsson  <jas@extundo.com>
11322         * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
11324 2005-07-16  Jose E. Marchesi  <jemarch@gnu.org>
11326         * lisp/mail/smtpmail.el (smtpmail-auth-supported):
11327         Add plain auth method.
11328         (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
11330 2005-07-17  Kim F. Storm  <storm@cua.dk>
11332         * ido.el (dired-other-window): Add ido property.
11334 2005-07-16  Juanma Barranquero  <lekktu@gmail.com>
11336         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
11337         Fix typo in docstring.
11338         (byte-compile-interactive-only-functions): Add `insert-buffer' and
11339         `insert-file-literally'.
11341         * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
11342         info and delete redundant message.  Doc fix.
11343         (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
11344         (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
11346 2005-07-16  Richard M. Stallman  <rms@gnu.org>
11348         * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
11349         (byte-compile-and): Use byte-compile-and-recursion.
11350         (byte-compile-or-recursion): New function.
11351         (byte-compile-or): Use that.
11352         (byte-compile-if): Guard the else-clause too.
11353         (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
11355         * isearch.el (isearch-mode-end-hook-quit): New variable.
11356         (isearch-done): Bind it.
11357         (isearch-mode-end-hook): Doc fix.
11359         * allout.el (allout-isearch-did-quit): Variable deleted.
11360         (allout-real-isearch-abort): Function name no longer used.
11361         (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
11362         (allout-isearch-rectification): isearch-mode always exists.
11363         Don't set allout-isearch-did-quit.
11364         (allout-isearch-expose): Check isearch-mode-end-hook-error, not
11365         allout-isearch-did-quit.
11366         (allout-enwrap-isearch): Just add the hook.
11367         (allout-isearch-abort): Function deleted.
11368         (allout-pre-command-business): Avoid warning.
11370         * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
11371         Correctly avoid warnings.
11372         (pascal-outline): Likewise.
11374         * progmodes/f90.el (f90-abbrev-start): Avoid warning.
11376         * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
11378         * play/tetris.el (tetris-mode): Avoid warning.
11380         * play/snake.el (snake-mode): Avoid warning.
11382         * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
11383         (gamegrid-set-display-table): Avoid warning.
11384         (gamegrid-set-timer): Likewise.
11385         (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
11386         (gamegrid-add-score-with-update-game-score-1): Take FILE
11387         as argument.
11388         (gamegrid-add-score-with-update-game-score): Pass that argument.
11389         Rename have-shared-game-dir to gamegrid-shared-game-dir.
11391         * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
11393         * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
11394         (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
11396         * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
11397         and insert-file.
11399         * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
11400         (sc-ask): Avoid warnings.
11402         * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
11403         (eshell-hist-initialize): Use that var the natural way.
11405         * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
11407         * emacs-lisp/re-builder.el (reb-cook-regexp):
11408         Avoid warning calling lre-compile-string.
11409         (reb-color-display-p): Avoid warning.
11411         * calculator.el (calculator-last-input): Guard uses
11412         of event-key and key-press-event-p.
11413         (event-key, key-press-event-p): Delete definitions.
11415         * emacs-lisp/find-gc.el (find-gc-unsafe-list)
11416         (find-gc-source-directory, find-gc-subrs-callers)
11417         (find-gc-noreturn-list, find-gc-source-files)
11418         (find-gc-subrs-called): Vars renamed and defvar'd.
11420         * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
11421         (checkdoc-overlay-put, checkdoc-delete-overlay)
11422         (checkdoc-overlay-start, checkdoc-overlay-end)
11423         (checkdoc-mode-line-update, checkdoc-char=):
11424         Define such that compiler knows they are defined.
11425         (checkdoc-call-eval-buffer): Delete.  Use eval-buffer directly.
11426         (checkdoc-read-event): Delete.  Use read-event directly.
11428         * whitespace.el (whitespace-make-overlay)
11429         (whitespace-overlay-put, whitespace-delete-overlay)
11430         (whitespace-overlay-start, whitespace-overlay-end):
11431         Define such that compiler knows they are defined.
11432         (whitespace): Move conditional inside.
11434         * tempo.el (tempo-insert-template): Suppress warning.
11436         * ediff-diff.el (longlines-mode): Add defvar.
11438 2005-07-16  Gary Howell  <g1howell-list@yahoo.com>  (tiny change)
11440         * server.el: Bind "C-x #" in a way that works even if C-x is
11441         redefined to a command key, not a prefix key.
11443 2005-07-16  Johan Bockgard  <bojohan@users.sourceforge.net>  (tiny change)
11445         * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
11446         cl-make-type-test till execution time.
11448 2005-07-16  Markus Rost  <rost@math.uni-bielefeld.de>
11450         * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
11451         arg ARG and use it.
11453 2005-07-16  Johan Bockgard  <bojohan@users.sourceforge.net>  (tiny change)
11455         * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
11457 2005-07-15  Luc Teirlinck  <teirllm@auburn.edu>
11459         * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
11460         a defcustom with two :set or :type keywords.
11462 2005-07-15  Richard M. Stallman  <rms@gnu.org>
11464         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
11465         Don't give ^M comment-end syntax.
11467 2005-07-16  Nick Roberts  <nickrob@snap.net.nz>
11469         * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
11470         Don't consider gdbmi (gdb-mi.el has its own update functions).
11471         (gdb-var-delete): Make it work for gdbmi as well.
11472         (gdb-speedbar-expand-node): Move var-update here for gdbmi.
11474         * progmodes/gud.el (etags, sdb): Only require etags when needed.
11475         (gud-speedbar-menu-items): Correct logic for enabling items.
11477 2005-07-15  Kim F. Storm  <storm@cua.dk>
11479         * ido.el: Fix commentary.
11480         (ido-define-mode-map): Move ido-next-work-file to C-M-o.
11481         Use with-no-warnings around ffap-guesser.
11482         (ido-file-internal, ido-read-file-name, ido-read-directory-name):
11483         Let bind minibuffer-completing-file-name to t.
11485 2005-07-15  Juanma Barranquero  <lekktu@gmail.com>
11487         * startup.el (site-run-file, keyboard-type): Doc fixes.
11488         (command-line): Check for "--basic-display" argument; also for
11489         "--quick", not "--bare-bones" (which was renamed).
11490         (fancy-splash-text): Add missing item "Getting New Versions".
11491         (normal-splash-screen): Fix typos and improve consistency with
11492         `fancy-splash-text'.  Update copyright year.
11494         * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
11495         valid binding for `help-char'.
11497         * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
11499 2005-07-14  Dan Nicolaescu  <dann@ics.uci.edu>
11501         * term.el (term-mode): Disable cua-mode for term buffers.
11503 2005-07-14  Juanma Barranquero  <lekktu@gmail.com>
11505         * add-log.el (add-log-mailing-address, change-log-merge):
11506         Doc fixes.
11507         (change-log-get-method-definition): Fix typo in docstring.
11509 2005-07-14  Kim F. Storm  <storm@cua.dk>
11511         * emulation/cua-base.el:
11512         (cua--pre-command-handler-1, cua--pre-command-handler)
11513         (cua--post-command-handler-1, cua--post-command-handler):
11514         Split in two.  Check (buffer local) value of cua-mode.
11515         (cua-selection-mode): New command.
11517 2005-07-13  Luc Teirlinck  <teirllm@auburn.edu>
11519         * custom.el (custom-initialize-safe-set)
11520         (custom-initialize-safe-default): Doc fixes.
11522         * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
11523         and simplify :init-value again.
11525         * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
11526         and simplify :init-value again.  Delete autoload.
11528         * startup.el (command-line): Use `custom-reevaluate-setting' again
11529         for tooltip-mode.
11531         * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
11532         a defcustom with two :initialize keywords.
11534 2005-07-13  Juanma Barranquero  <lekktu@gmail.com>
11536         * allout.el (my-mark-marker, allout-isearch-prior-pos)
11537         (allout-unprotected, allout-undo-aggregation, allout-snug-back)
11538         (allout-post-command-business, allout-flag-region)
11539         (isearch-reenable-font-lock, allout-yank)
11540         (allout-insert-latex-header, allout-insert-latex-trailer)
11541         (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
11542         (allout-latex-verb-quote): Fix typos in docstrings.
11543         (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
11544         (allout-unprotected, allout-prefix-data):
11545         Improve argument/docstring consistency.
11546         (allout-chart-subtree): Fix argument spec.
11547         (allout-open-topic): Rename `use_sib_bullet' argument to
11548         `use-sib-bullet'.  Doc fix.
11550         * whitespace.el (whitespace-check-buffer-leading)
11551         (whitespace-check-buffer-trailing)
11552         (whitespace-check-buffer-indent)
11553         (whitespace-check-buffer-spacetab)
11554         (whitespace-check-buffer-ateol, whitespace-highlighted-space)
11555         (whitespace-check-leading-whitespace)
11556         (whitespace-check-trailing-whitespace)
11557         (whitespace-check-spacetab-whitespace)
11558         (whitespace-check-indent-whitespace)
11559         (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
11560         (whitespace-modes): Fix typos in docstrings.
11561         (defgroup, defcustom): Doc fixes.
11563         * winner.el (winner-mode, winner-boring-buffers)
11564         (winner-pending-undo-ring): Doc fixes.
11565         (winner-ring): Remove unneeded `progn'.
11566         (winner-equal): `defsubst' it.
11567         (winner-redo): Fix message.
11569 2005-07-13  Kim F. Storm  <storm@cua.dk>
11571         * simple.el (line-move-1): Always use vertical-motion to
11572         do the last (or only) line move to ensure some movement.
11573         Undo 2005-06-23 change--don't check for overlays.
11575 2005-07-13  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
11577         * term/mac-win.el (ccl-encode-mac-roman-font)
11578         (ccl-encode-mac-centraleurroman-font)
11579         (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
11580         (ccl-encode-mac-dingbats-font): Remove check for ASCII.
11581         Change charset-id boundary of dimension to ?\xef.
11582         (mac-char-fontspec-list): New constant.
11583         (fontset-add-mac-fonts): Use it.  Accept non-string `base-family'
11584         argument.  Nil uses itself as family in font-spec.  Previous
11585         behavior for nil is now provided by non-nil non-string argument.
11586         All callers changed.  Add font-specs for Mac fonts to
11587         "fontset-default" unless iso8859-1 fonts are installed.
11589 2005-07-13  Stefan Monnier  <monnier@iro.umontreal.ca>
11591         * progmodes/sh-script.el (sh-get-indent-info): Only indent
11592         a continuation line if the \ is preceded by SPC or TAB.
11593         (sh-get-indent-info): Simplify.
11594         (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
11595         Use with-current-buffer.
11597         * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
11598         when the matched text is empty.
11600 2005-07-12  Luc Teirlinck  <teirllm@auburn.edu>
11602         * startup.el (command-line): Revert to previous handling of
11603         tooltip-mode.  Explain in comment why the complexity is needed.
11605         * tooltip.el (tooltip-mode): Revert to previous implementation of
11606         its defcustom.
11608         * frame.el (blink-cursor-mode): Revert to previous implementation
11609         of its defcustom.  Update comment.
11611 2005-07-12  Lars Hansen  <larsh@soem.dk>
11613         * desktop.el: Update e-mail address.
11615 2005-07-12  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
11617         * term/mac-win.el (mac-services-mail-selection)
11618         (mac-services-mail-to): New functions.
11619         (mac-application-menu-map): Bind them.
11621 2005-07-12  wulei  <milton@wulei.net>  (tiny change)
11623         * progmodes/gdb-ui.el: Add note about buffering with Windows.
11625 2005-07-11  Luc Teirlinck  <teirllm@auburn.edu>
11627         * custom.el (custom-reevaluate-setting): Doc fix.
11629 2005-07-11  Jay Belanger  <belanger@truman.edu>
11631         * calc/calc.el (calc-embedded-announce-formula-alist)
11632         (calc-embedded-open-close-plain-alist)
11633         (calc-embedded-open-close-mode-alist): Add checks for additional
11634         major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
11636 2005-07-11  Juanma Barranquero  <lekktu@gmail.com>
11638         * custom.el (custom-enable-theme): Don't add theme to
11639         `custom-enabled-themes' with `push' because there is no
11640         setf-method for `delq'.
11642 2005-07-11  Richard M. Stallman  <rms@gnu.org>
11644         * custom.el (custom-declare-variable): Doc fix.
11646         * dired-aux.el (dired-compare-directories): Remove "." and ".."
11647         from the alists.
11649         * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
11650         Do nothing if edebug-active.
11652         * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
11653         (edebug-display): Do it here instead.
11655 2005-07-10  Richard M. Stallman  <rms@gnu.org>
11657         * cus-face.el (custom-theme-set-faces): Make it work.
11658         (custom-reset-faces): Doc fix.
11659         (custom-theme-reset-internal-face, custom-theme-face-value):
11660         Functions deleted.
11662         * custom.el (custom-push-theme): Maintain list of the settings
11663         of a given theme in its theme-settings property.
11664         Maintain position of old settings in the theme-value
11665         or theme-face property.
11666         (custom-enabled-themes): New variable.
11667         (custom-theme-enabled-p): New function.
11668         (provide-theme): Update custom-enabled-themes.
11669         Disable and reenable the `user' theme.
11670         (require-theme): Doc fix.
11671         (custom-do-theme-reset, custom-remove-theme): Functions deleted.
11672         (custom-theme-value, custom-theme-variable-value): Likewise.
11673         (custom-theme-reset-internal): Likewise.
11674         (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
11675         (custom-enable-theme, custom-disable-theme): New functions.
11676         (custom-variable-theme-value, custom-face-theme-value): Likewise.
11677         (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
11678         (custom-theme-reset-variables): Simplify.
11679         (deftheme, custom-declare-theme, custom-make-theme-feature):
11680         Definitions moved.
11682 2005-07-10  Chong Yidong  <cyd@stupidchicken.com>
11684         * longlines.el (longlines-show-region)
11685         (longlines-unshow-hard-newlines): Recognize hard newlines by
11686         non-nil hard property, instead of t.
11688 2005-07-10  Michael Kifer  <kifer@cs.stonybrook.edu>
11690         * viper-cmd.el (viper--key-maps): New variable.
11691         (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
11692         emulation-mode-map-alists.
11693         (viper-envelop-ESC-key): Use viper-subseq.
11694         (viper-search-forward/backward/next): Disable debug-on-error.
11696         * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
11697         (viper-ESC-key): New defcustoms.
11699         * viper-macs.el (ex-map-read-args): Use viper-subseq.
11701         * viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
11702         (viper-subseq): Copy of subseq from cl.el.
11704         * viper.el (viper-go-away, viper-set-hooks): Use
11705         emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
11707         * viper-mous.el (viper-current-frame-saved): Use defvar.
11709         * viper-init.el: Get rid of -face in face names.
11711         * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
11712         Make it work with longlines mode
11714         * ediff-mult.el (ediff-meta-mode-hook): New variable.
11716         * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
11718         * ediff-init.el: Get rid of -face in face names.
11720 2005-07-10  Richard M. Stallman  <rms@gnu.org>
11722         * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
11723         and with-timeout-unsuspend.
11725         * emacs-lisp/debug.el (debug): Call with-timeout-suspend
11726         and with-timeout-unsuspend.
11728         * emacs-lisp/timer.el (with-timeout-timers): New variable.
11729         (with-timeout): Bind that variable to record timers.
11730         (with-timeout-suspend, with-timeout-unsuspend): New functions.
11732         * emacs-lisp/debug.el (debug-help-follow): New function.
11733         (debugger-mode-map): Use that instead of help-follow.
11734         (debugger-setup-buffer): Use eval-buffer-list
11735         to handle eval-buffer frames.
11737 2005-07-10  N. Raghavendra  <raghu@mri.ernet.in>  (tiny change)
11739         * timezone.el (timezone-parse-date): Change first regexp
11740         so it will not mistakenly match dates with no time zone.
11742 2005-07-10  Jeff Dwork  <jeff.dwork@amd.com>  (tiny change)
11744         * facemenu.el (facemenu-read-color): Do case-insensitive matching.
11746 2005-07-10  Luc Teirlinck  <teirllm@auburn.edu>
11748         * custom.el (custom-initialize-safe-set)
11749         (custom-initialize-safe-default): New functions.
11751         * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
11752         and simplify :init-value.
11754         * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
11755         and simplify :init-value.  Delete obsolete comment.
11757         * startup.el (command-line): Use `custom-reevaluate-setting' to
11758         handle `tooltip-mode'.  Delete obsolete comment.
11760         * files.el (set-visited-file-name): Avoid calling
11761         `file-name-nondirectory' with a nil argument.
11763 2005-07-09  Richard M. Stallman  <rms@gnu.org>
11765         * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
11766         was called with nil for the buffer, handle the read position right.
11767         Handle read position for eval-region, too.
11769 2005-07-09  Juri Linkov  <juri@jurta.org>
11771         * fringe.el (fringe-mode): Add period in docstring.
11772         (fringe-query-style): Build prompt depending on `all-frames' arg.
11774         * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
11775         to not create links to unrelated functions in the Help buffer.
11777         * progmodes/compile.el (compilation-mode-hook, compilation-mode):
11778         Doc fix.
11780         * simple.el (next-error-hook): New variable.
11781         (next-error): Use it.  Doc fix.
11783         * textmodes/ispell.el (ispell-command-loop): Add current
11784         dictionary name and program name to mode-line-format.
11785         (ispell-region, ispell-process-line): Add current dictionary name
11786         and program name to messages.
11788 2005-07-08  Jay Belanger  <belanger@truman.edu>
11790         * calc/calc.el (calc-embedded-announce-formula-alist)
11791         (calc-embedded-open-close-formula-alist)
11792         (calc-embedded-open-close-word-alist)
11793         (calc-embedded-open-close-plain-alist)
11794         (calc-embedded-open-close-new-formula-alist)
11795         (calc-embedded-open-close-mode-alist)
11796         (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
11797         (calc-embedded-mode-hook): New variables.
11799         * calc/calc-embed.el (calc-embedded-firsttime)
11800         (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
11801         New variables.
11802         (calc-do-embedded): Use calc-embedded-firsttime,
11803         calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
11804         determine whether or not to run hooks.
11805         (calc-embedded-make-info) Set calc-embedded-firsttime-buf and
11806         calc-embedded-firsttime-formula appropriately.
11807         Set calc-embedded delimiter variables according to mode.
11809 2005-07-08  Richard M. Stallman  <rms@gnu.org>
11811         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
11812         Check for "emacs", etc., as entire symbol, not just as word.
11813         (checkdoc-file-comments-engine): Use regexp-quote on FN.
11815         * files.el (set-visited-file-name): Report the error
11816         for "empty filename" earlier.
11817         (kill-some-buffers): Ignore buffers already dead.
11819         * fringe.el (fringe-mode): Doc fix.
11821         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
11822         Check for (featurep 'xemacs) and turn off warnings in what it guards.
11823         Use unwind-protect to ensure byte-compile-unresolved-functions
11824         is updated.
11826         * whitespace.el (whitespace-buffer-leading-cleanup):
11827         Simplify w/ skip-chars-forward.
11828         (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
11830         * mail/rmail.el (rmail-only-expunge): Fix paren error.
11831         Unconditionally try to leave point at the same old place.
11833 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>  (tiny change)
11835         * comint.el (comint-postoutput-scroll-to-bottom)
11836         (comint-show-maximum-output): Take scroll-margin into consideration.
11838 2005-07-08  Kim F. Storm  <storm@cua.dk>
11840         * ido.el (ido-use-filename-at-point): New choice `guess'.
11841         (ido-file-internal): Try ffap-guesser if selected.
11843         * ido.el (ido-before-fallback-functions): New hook.
11844         (ido-buffer-internal, ido-file-internal, ido-read-buffer)
11845         (ido-read-file-name): Run it.
11847 2005-07-07  Stefan Monnier  <monnier@iro.umontreal.ca>
11849         * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
11850         strings rather than a list of symbols to the completion function.
11852 2005-07-07  Jay Belanger  <belanger@truman.edu>
11854         * calc/calc-units.el (math-apply-units): Change the places in
11855         which units are simplified.
11857 2005-07-07  Luc Teirlinck  <teirllm@auburn.edu>
11859         * cus-edit.el (customize-option, customize-option-other-window):
11860         Make them handle aliases.
11862         * custom.el (custom-variable-p): Make it recursively follow
11863         aliases.  Mention that in the docstring.
11865 2005-07-07  Richard M. Stallman  <rms@gnu.org>
11867         * cus-start.el (exec-path): Use `directory' instead of `file'.
11868         Fix tag for nil.
11870 2005-07-07  Juanma Barranquero  <lekktu@gmail.com>
11872         * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
11873         when called non-interactively.  Doc fix.
11875 2005-07-07  Lute Kamstra  <lute@gnu.org>
11877         * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
11878         new address as well.
11880 2005-07-07  Kenichi Handa  <handa@m17n.org>
11882         * international/mule.el (make-coding-system):
11883         Describe `ascii-incompatible' property in the docstring.
11884         (set-file-name-coding-system): Signal an error if coding-system is
11885         ascii-incompatible.
11886         (set-keyboard-coding-system): Likewise.
11888         * international/mule-cmds.el (set-default-coding-systems):
11889         Don't set default-file-name-coding-system and
11890         default-keyboard-coding-system if coding-system is ASCII-incompatible.
11892         * international/utf-16.el: Declare that all UTF-16-based coding
11893         systems are ASCII-incompatible.
11895 2005-07-07  Nick Roberts  <nickrob@snap.net.nz>
11897         * progmodes/gud.el: Require font-lock for displaying errors.
11898         Used by gdb-ui.el.
11900 2005-07-07  Juanma Barranquero  <lekktu@gmail.com>
11902         * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
11903         values for the pattern lists which are `read'able but not
11904         `append'able (like symbols).
11906 2005-07-06  Richard M. Stallman  <rms@gnu.org>
11908         * progmodes/flymake.el (flymake-float-time): Instead of
11909         with-no-warnings, test for xemacs.
11910         (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
11911         to avoid warning.
11913 2005-07-06  Juanma Barranquero  <lekktu@gmail.com>
11915         * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
11917 2005-07-05  Lute Kamstra  <lute@gnu.org>
11919         * battery.el: Add support for Darwin (with much debugging help
11920         from Samuel Lauber <sam124@operamail.com>).
11921         (battery-status-function, battery-echo-area-format)
11922         (battery-mode-line-format): Add support for pmset on Darwin.
11923         (battery-load-low, battery-load-critical): New user options.
11924         (battery-pmset): New function.
11926 2005-07-05  Lute Kamstra  <lute@gnu.org>
11928         Update FSF's address in GPL notices.
11930         * textmodes/page-ext.el: Update FSF's address.
11932 2005-07-04  Stefan Monnier  <monnier@iro.umontreal.ca>
11934         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
11935         filling from using prefix when filling a single-line docstring.
11937         * progmodes/flymake.el: Remove useless eval-when-compile.
11939         * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
11941 2005-07-04  Richard M. Stallman  <rms@gnu.org>
11943         * textmodes/org.el (org-file-apps-defaults-gnu):
11944         Rename from org-file-apps-defaults-linux.
11945         (org-default-apps): Don't test system-type for `linux'.
11946         (org-file-apps): Doc fix.
11948 2005-07-04  David Ponce  <david@dponce.com>
11950         * tree-widget.el: Improve header Commentary section.
11951         (tree-widget) [defgroup]
11952         (tree-widget-image-enable, tree-widget-themes-directory)
11953         (tree-widget-theme, tree-widget-image-properties-emacs)
11954         (tree-widget-image-properties-xemacs, tree-widget-create-image)
11955         (tree-widget-image-formats, tree-widget-control)
11956         (tree-widget-empty-control, tree-widget-leaf-control
11957         (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
11958         (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
11959         (tree-widget-keep, tree-widget-after-toggle-functions)
11960         (tree-widget-open-node, tree-widget-close-node): Doc fix.
11961         (tree-widget-open-control, tree-widget-close-control): Fix doc and
11962         :help-echo message.
11963         (tree-widget-set-theme): Doc fix.  Use `string-equal'.
11964         (tree-widget-image-properties): Doc fix.  Clearer implementation.
11965         (tree-widget--cursors): New constant.
11966         (tree-widget-lookup-image): New function split from
11967         `tree-widget-find-image'.  Clearer implementation.
11968         (tree-widget-find-image): Use it.
11969         (tree-widget-button-keymap): Use `set-keymap-parent'.
11970         (tree-widget) [define-widget]: Use `widget-children-value-delete'.
11971         Define the sub-widgets here.
11972         (tree-widget-node): Check that :node is not a tree-widget.
11973         (tree-widget-get-super, tree-widget-open-control)
11974         (tree-widget-close-control, tree-widget-empty-control)
11975         (tree-widget-leaf-control, tree-widget-guide)
11976         (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
11977         (tree-widget-no-handle, tree-widget-value-delete)
11978         (tree-widget-map): Remove.
11979         (tree-widget-children-value-save): Doc fix.  Simplified.
11980         (tree-widget-value-create): Update according to previous changes.
11982 2005-07-04  Carsten Dominik  <dominik@science.uva.nl>
11984         * textmodes/org.el: Leading space replaced by TABS.
11985         (org-recalc-marks, org-table-rotate-recalc-marks)
11986         (org-table-get-specials): Treat "^" and "_" marks.
11987         (org-table-justify-field-maybe): Optional argument NEW.
11988         (org-table-eval-formula): Parsing of the format simplified.
11989         New modes C,I.  Honor the %= parameter in the current table.
11990         Avoid unnecessary re-align by using the NEW argument to
11991         `org-table-justify-field-maybe'.
11992         (org-calc-default-modes): Default for date-format mimicks org-mode.
11993         (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
11995 2005-07-03  Luc Teirlinck  <teirllm@auburn.edu>
11997         * cus-face.el (custom-theme-set-faces): Make it handle face
11998         aliases whose alias declarations are pre- or autoloaded.
12000 2005-07-04  Juri Linkov  <juri@jurta.org>
12002         * faces.el (read-face-name): Put the code for getting a face name
12003         from the buffer before adding the faces from the `face' property.
12004         Use `completing-read-multiple' instead of `completing-read'.
12005         Require `crm'.  Add default value and post-process the returned
12006         list of faces.
12008         * emacs-lisp/crm.el (crm-find-current-element)
12009         (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
12011         * emacs-lisp/lisp-mode.el (eval-defun-1):
12012         * emacs-lisp/edebug.el (edebug-eval-defun):
12013         Remove unnecessary quotes.
12015 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
12017         * progmodes/prolog.el (prolog-eof-string): Doc fixes.
12018         (prolog-indent-level): Fix typo in docstring.
12020         * info.el (Info-history, Info-history-forward)
12021         (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
12023         * add-log.el (add-change-log-entry):
12024         * comint.el (comint-dynamic-list-input-ring)
12025         (comint-dynamic-list-completions):
12026         * dabbrev.el (dabbrev-expand):
12027         * delim-col.el (delimit-columns-rectangle-line):
12028         * diff-mode.el (diff-context->unified, diff-reverse-direction)
12029         (diff-unified->context):
12030         * ediff-init.el (ediff-abbrev-jobname):
12031         * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
12032         (ediff-replace-session-activity-marker-in-meta-buffer):
12033         * info.el (Info-summary):
12034         * lpr.el (printify-region):
12035         * printing.el (pr-create-interface):
12036         * ps-print.el (ps-print-quote):
12037         * ses.el (ses-column-widths, ses-print-cell)
12038         (ses-adjust-print-width, ses-center):
12039         * shell.el (shell-file-name-quote-list):
12040         * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
12041         (strokes-fill-current-buffer-with-whitespace)
12042         (strokes-xpm-for-stroke, strokes-list-strokes)
12043         (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
12044         * term.el (term-dynamic-list-input-ring)
12045         (term-dynamic-list-completions):
12046         * calc/calc.el (math-format-stack-value):
12047         * emacs-lisp/edebug.el (edebug-display-freq-count):
12048         * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
12049         (delphi-new-comment-line):
12050         * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
12051         * progmodes/executable.el (executable-set-magic):
12052         * progmodes/python.el (inferior-python-mode):
12053         * progmodes/scheme.el (scheme-mode-syntax-table):
12054         * progmodes/sh-script.el (sh-maybe-here-document):
12055         * progmodes/sql.el (sql-copy-column):
12056         * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
12057         * textmodes/bibtex.el (bibtex-mode):
12058         * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
12059         (sgml-auto-attributes):
12060         * textmodes/table.el (table-insert, table-shorten-cell)
12061         (table--generate-source-scan-lines, table-delete-row)
12062         (*table--cell-delete-char, table--spacify-frame)
12063         (table--horizontally-shift-above-and-below)
12064         (table--cell-insert-char, table--cell-blank-str)
12065         (table--fill-region-strictly):
12066         * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
12067         * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
12069         * add-log.el (change-log):
12070         * apropos.el (apropos):
12071         * comint.el (comint-completion, comint-source):
12072         * dabbrev.el (dabbrev):
12073         * delim-col.el (columns):
12074         * diff-mode.el (diff-mode):
12075         * ediff.el (ediff):
12076         * ediff-diff.el (ediff-diff):
12077         * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
12078         * ediff-mult.el (ediff-mult):
12079         * ediff-ptch.el (ediff-ptch):
12080         * ediff-wind.el (ediff-window):
12081         * facemenu.el (facemenu):
12082         * indent.el (indent):
12083         * info.el (info):
12084         * jka-cmpr-hook.el (compression, jka-compr):
12085         * lpr.el (lpr):
12086         * outline.el (outlines):
12087         * pcmpl-cvs.el (pcmpl-cvs):
12088         * pcmpl-rpm.el (pcmpl-rpm):
12089         * printing.el (printing):
12090         * ps-print.el (postscript, ps-print, ps-print-horizontal)
12091         (ps-print-vertical, ps-print-headers, ps-print-font)
12092         (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
12093         (ps-print-background, ps-print-printer, ps-print-page)
12094         (ps-print-miscellany):
12095         * ses.el (ses):
12096         * shell.el (shell, shell-directories, shell-faces):
12097         * startup.el (initialization):
12098         * strokes.el (strokes):
12099         * term.el (term):
12100         * uniquify.el (uniquify):
12101         * w32-vars.el (w32):
12102         * calc/calc.el (calc):
12103         * emacs-lisp/bytecomp.el (bytecomp):
12104         * emacs-lisp/cl-indent.el (lisp-indent):
12105         * emacs-lisp/edebug.el (edebug):
12106         * emacs-lisp/elp.el (elp):
12107         * emacs-lisp/testcover.el (testcover):
12108         * emacs-lisp/trace.el (trace):
12109         * emulation/viper-ex.el (viper-ex):
12110         * emulation/viper-mous.el (viper-mouse):
12111         * mail/mailalias.el (mailalias):
12112         * mail/supercite.el (supercite, supercite-frames)
12113         (supercite-attr, supercite-cite, supercite-hooks):
12114         * net/rcompile.el (remote-compile):
12115         * net/rlogin.el (rlogin):
12116         * obsolete/ooutline.el (outlines):
12117         * progmodes/delphi.el (delphi):
12118         * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
12119         (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
12120         (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
12121         (ebnf-optimization):
12122         * progmodes/etags.el (etags):
12123         * progmodes/executable.el (executable):
12124         * progmodes/idlwave.el (idlwave):
12125         * progmodes/pascal.el (pascal):
12126         * progmodes/prolog.el (prolog):
12127         * progmodes/python.el (python):
12128         * progmodes/scheme.el (scheme):
12129         * progmodes/sh-script.el (sh, sh-script):
12130         * progmodes/sql.el (SQL):
12131         * progmodes/tcl.el (tcl):
12132         * textmodes/bibtex.el (bibtex, bibtex-autokey):
12133         * textmodes/enriched.el (enriched):
12134         * textmodes/makeinfo.el (makeinfo):
12135         * textmodes/sgml-mode.el (sgml):
12136         * textmodes/table.el (table-hooks):
12137         * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
12138         * textmodes/texinfo.el (texinfo):
12139         * textmodes/two-column.el (two-column):
12140         Finish `defgroup' description with period.
12142         * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
12143         * eshell/esh-var.el (eshell-var):
12144         * progmodes/vhdl-mode.el (vhdl-testbench):
12145         * textmodes/org.el (org): Fix typos in docstrings.
12147         * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
12148         consistency.
12150         * progmodes/flymake.el (flymake-find-file): Remove.
12151         (flymake-float-time): Use `with-no-warnings'.
12152         (flymake-check-start-time, flymake-check-was-interrupted)
12153         (flymake-err-info, flymake-is-running, flymake-last-change-time)
12154         (flymake-new-err-info): `defvar' at compile time.
12156 2005-07-03  Juanma Barranquero  <lekktu@gmail.com>
12158         * replace.el (occur-hook): Doc fix.
12159         (occur-1): Don't call `occur-hook' if there are no matches.
12161 2005-07-03  Richard M. Stallman  <rms@gnu.org>
12163         * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
12164         global-map, save the same map.
12165         (global-map): Don't alter it at top level.
12166         (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
12167         Then alter it here instead.
12168         (tpu-edt-off): Set global-map to the saved one.
12170         * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
12171         All references simplified.
12172         (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p.  Uses changed.
12173         (zmacs-regions): Add defvar.
12174         (repeat-complex-command-map): Everything about that deleted.
12176         * textmodes/artist.el (artist-key-is-drawing)
12177         (artist-key-endpoint1, artist-key-poly-point-list)
12178         (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
12179         (artist-key-compl-table, artist-rb-save-data)
12180         (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
12181         Don't put them in eval-when-compile.
12182         (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
12184         * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
12185         Use with-no-warnings.
12187         * net/browse-url.el (dos-windows-version): Add defvar.
12189         * mail/supercite.el (filladapt-prefix-table): Add defvar.
12191         * mail/rmailsum.el (rmail-summary-redo): Add defvar.
12192         (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
12193         (rmail-new-summary-line-count): Rename from new-summary-line-count.
12194         Add defvar.
12195         (rmail-summary-beginning-of-message): Use with-no-warnings.
12196         (rmail-summary-first-message, rmail-summary-last-message): Likewise.
12198         * emulation/vip.el (vip-replace-string, ex-map, ex-read):
12199         Use with-no-warnings.
12201         * emulation/vi.el (vi-mark-region): Use c-mark-function.
12202         (c-mark-function): Add point-moving-unit property.
12203         (vi-goto-line): Use with-no-warnings.
12205         * emulation/edt.el (edt-last-copied-word): Add defvar.
12206         (zmacs-region-stays): Likewise.
12207         (edt-mark-section-wisely): Use c-mark-function for C.
12208         Use makr-defun for Fortran.
12209         (time-string): defvar deleted.
12210         (edt-display-the-time): Don't set time-string.
12212         * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
12214         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
12215         Don't warn when name is not constant
12216         or for defining the group `emacs'.
12218         * tooltip.el (gud-tooltip-mode): Add defvar.
12220         * startup.el (default-frame-background-mode): Add defvar.
12222         * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
12224         * info.el (tool-bar-map): Add defvar.
12226         * dired.el (dnd-protocol-alist): Add defvar.
12228         * dired-aux.el (dired-query): Display question with answer, when
12229         the user answers.
12231         * custom.el (custom-add-option): Doc fix.
12233         * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
12235 2005-07-03  Eli Zaretskii  <eliz@gnu.org>
12237         * font-lock.el (font-lock-regexp-grouping-construct): Fix the
12238         bogus name from the last change.
12240 2005-07-02  Luc Teirlinck  <teirllm@auburn.edu>
12242         * custom.el (custom-declare-variable): Fix typos in comment.
12243         (custom-known-themes): Doc fix.
12244         (custom-theme-directory): New defcustom.
12245         (require-theme): Make it check `custom-theme-directory'.
12247         * cus-theme.el (custom-new-theme-mode): New function.
12248         (custom-theme-name, custom-theme-variables, custom-theme-faces)
12249         (custom-theme-description): Add compiler defvars.
12250         (customize-create-theme): Add doc to the "*New Custom Theme*"
12251         buffer.  Use `custom-new-theme-mode'.
12252         (custom-theme-write): Put the created buffer in emacs-lisp-mode
12253         and save it to the `custom-theme-directory'.  Make this the
12254         default directory of the buffer.
12256 2005-07-02  David Hunter  <hunterd_42@comcast.net>  (tiny change)
12258         * progmodes/flymake.el (flymake-mode, flymake-mode-off):
12259         Fix unbalanced parentheses.
12261 2005-07-02  Stefan Monnier  <monnier@iro.umontreal.ca>
12263         * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
12264         into flymake-mode and delegate to flymake-mode.
12266         * find-file.el (ff-which-function-are-we-in): Clean up.
12268 2005-07-02  Juanma Barranquero  <lekktu@gmail.com>
12270         * replace.el (occur-rename-buffer): Fix docstring.
12272         * emulation/edt.el (*EDT-keys*, edt-default-global-map)
12273         (edt-last-copied-word, edt-learn-macro-count)
12274         (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
12275         (edt-rect-start-point, edt-user-global-map, rect-start-point)
12276         (time-string, zmacs-region-stays):
12277         * emulation/edt-mapper.el (edt-save-function-key-map)
12278         (EDT-key-name): `defvar' to silence the byte-compiler.
12280 2005-07-02  Martin Rudalics  <rudalics@gmx.at>  (tiny change)
12282         * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
12283         font-lock-regexp-backslash.  Doc fix.
12284         (font-lock-regexp-backslash-grouping-construct): Rename from
12285         font-lock-regexp-backslash-construct.  Doc fix.
12286         (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
12287         grouping constructs.
12289 2005-07-02  Eli Zaretskii  <eliz@gnu.org>
12291         * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
12292         updating all the prerequisites.
12294 2005-07-01  Juanma Barranquero  <lekktu@gmail.com>
12296         * textmodes/org.el (org-agenda-start-on-weekday)
12297         (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
12298         (org-agenda-use-time-grid, org-archive-location)
12299         (org-allow-space-in-links, org-usenet-links-prefer-google)
12300         (org-enable-table-editor, org-export-default-language)
12301         (org-export-html-show-new-buffer, org-fill-paragraph)
12302         (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
12303         (org-goto-quit, org-occur, org-eval-in-calendar)
12304         (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
12305         (org-agenda-diary-entry, org-remember-help)
12306         (org-table-convert-region, org-at-table-p)
12307         (org-table-move-row-down, org-table-move-row-up)
12308         (org-table-copy-region, org-table-toggle-vline-visibility)
12309         (org-table-get-stored-formulas, org-table-get-specials)
12310         (org-recalc-commands, org-table-eval-formula)
12311         (org-table-formula-substitute-names, orgtbl-make-binding)
12312         (org-format-org-table-html, org-format-table-table-html)
12313         (org-format-table-table-html-using-table-generate-source)
12314         (org-customize): Fix typos in docstrings.
12315         (org-level-2, org-at-timestamp-p, org-agenda-day-view)
12316         (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
12317         (org-back-to-heading): Doc fixes.
12318         (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
12319         (org-agenda-change-all-lines, org-get-header):
12320         Improve argument/docstring consistency.
12321         (orgtbl-error): Fix error message.
12323         * progmodes/flymake.el (flymake-find-possible-master-files)
12324         (flymake-master-file-compare, flymake-get-line-err-count)
12325         (flymake-highlight-line, flymake-gui-warnings-enabled):
12326         Fix typos in docstrings.
12327         (flymake-parse-line, flymake-get-project-include-dirs-function)
12328         (flymake-get-prev-err-line-no, flymake-goto-prev-error):
12329         Doc fixes.
12330         (flymake-get-project-include-dirs-function)
12331         (flymake-make-err-menu-data):
12332         Improve argument/docstring consistency.
12334 2005-07-01  Lute Kamstra  <lute@gnu.org>
12336         * battery.el (battery-linux-proc-apm): Fix typo in docstring.
12337         Catch errors with ignore-errors.  Use temporary buffer.
12338         (battery-linux-proc-acpi): Fix typo in docstring.  Document `%r'.
12340         * facemenu.el (facemenu-unlisted-faces): Delete foreground and
12341         background color faces.
12342         (facemenu-set-foreground, facemenu-set-background):
12343         Use facemenu-set-face-from-menu.
12344         (facemenu-set-face-from-menu): Treat face names that start with
12345         "fg:" or "bg:" as special.
12346         (facemenu-add-new-color): Don't create faces.  Simplify.
12348 2005-06-30  Richard M. Stallman  <rms@gnu.org>
12350         * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
12351         (crm-find-current-element): Likewise.
12353 2005-06-30  Johan Bockg\e,Ae\e(Brd  <bojohan@users.sourceforge.net>
12355         * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
12357 2005-06-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12359         * arc-mode.el (archive-extract): Make it work as a mouse binding.
12360         (archive-mouse-extract): Make it an obsolete alias.
12361         (archive-mode-map): Don't use archive-mouse-extract any more.
12362         (archive-mode, archive-extract): write-contents-hooks ->
12363         write-contents-functions.
12364         (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
12365         first arg.
12366         (archive-rename-entry): Update the call.
12367         (archive-zip-summarize): Remove unused var `method'.
12368         (archive-lzh-summarize): Remove unused var `creator'.
12370         * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
12371         dedicated frame upon exit.
12373         * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
12374         (archive-zip-extract, archive-zip-expunge)
12375         (archive-zip-update, archive-zip-update-case): Use executable-find.
12376         (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
12377         Use restore-buffer-modified-p.
12378         (archive-extract, archive-add-new-member, archive-write-file-member):
12379         Use with-current-buffer.
12380         (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
12382 2005-06-30  Andreas Schwab  <schwab@suse.de>
12384         * progmodes/gud.el (gud-filter): Remove unneeded progn.
12386 2005-06-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
12388         * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
12390 2005-06-30  Juri Linkov  <juri@jurta.org>
12392         * faces.el (vertical-border): Inherit from mode-line-inactive
12393         only on tty.
12395 2005-06-30  Juanma Barranquero  <lekktu@gmail.com>
12397         * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
12398         example, -NLINES in the `occur' docstring).
12400         * replace.el (occur-1): When no matches are found, do not set the
12401         `buffer-read-only' and modified flags for the occur buffer,
12402         because it is deleted.
12404         * emulation/cua-base.el (cua-check-pending-input)
12405         (cua-repeat-replace-region, cua-mode, cua-debug)
12406         (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
12407         Fix typos in docstrings.
12409         * emulation/cua-gmrk.el (cua-toggle-global-mark)
12410         (cua-cut-region-to-global-mark)
12411         (cua--cut-rectangle-to-global-mark):
12412         Remove period from end of messages.
12414         * emulation/cua-rect.el (cua-do-rectangle-padding):
12415         Remove period from end of messages.
12416         (cua--rectangle-seq-format): Fix typo in docstring.
12417         (cua-sequence-rectangle, cua-fill-char-rectangle):
12418         Improve argument/docstring consistency.
12420 2005-06-29  Juri Linkov  <juri@jurta.org>
12422         * faces.el (default-frame-background-mode): New internal variable.
12423         (frame-set-background-mode): Use it.
12425         * startup.el (normal-top-level): Set default-frame-background-mode
12426         instead of frame-background-mode.  Before setting it, test for its
12427         nil value.  Remove tests for frame-background-mode and frame
12428         parameter `reverse'.  Add test for "unspecified-fg".
12430         * term/xterm.el (xterm-rxvt-set-background-mode):
12431         * term/rxvt.el (rxvt-set-background-mode):
12432         Set default-frame-background-mode instead of frame-background-mode.
12434 2005-06-29  Juanma Barranquero  <lekktu@gmail.com>
12436         * simple.el (set-variable): Warn about obsolete user variables.
12438         * imenu.el (imenu--completion-buffer):
12439         * mouse.el (mouse-buffer-menu-alist):
12440         * msb.el (msb-invisible-buffer-p):
12441         * calendar/diary-lib.el (diary-header-line-format):
12442         * emacs-lisp/pp.el (pp-buffer):
12443         * progmodes/cperl-mode.el (cperl-do-auto-fill):
12444         * textmodes/picture.el (picture-replace-match):
12445         Change space constants followed by a sexp to "?\s ".
12447         * play/decipher.el (decipher-loop-with-breaks):
12448         * textmodes/texinfo.el (texinfo-insert-@item): Change space
12449         constants "protected" from end of line by a comment to "?\s".
12451 2005-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
12453         * font-lock.el (save-buffer-state): Use `declare'.
12455         * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
12456         reset the syntax-table to cperl-mode-syntax-table.
12457         (cperl-mode): Make _ into word-syntax during font-locking so "print" in
12458         "foo_print_bar" is not matched as a reserved keyword.
12460 2005-06-29  Carsten Dominik  <dominik@science.uva.nl>
12462         * textmodes/org.el (orgtbl-setup): New function, for delayed
12463         setup for the orgtbl commands.
12464         (org-calc-default-modes): New option.
12465         (orgtbl-make-binding): Use `defun' to get better help display.
12466         (org-diary): Call `org-compile-prefix-format'.
12467         (org-table-formula-substitute-names): New function.
12468         (org-agenda-day-view, org-agenda-week-view): New commands.
12469         (org-agenda-toggle-week-view): Command removed.
12470         (org-tbl-menu): Split off from org-org-menu.
12471         (org-mode): Move removal of outline-mode menus to here.
12472         (org-table-formula-debug): New option.
12473         (org-table-insert-row): Keep first field if just "#" or "*".
12474         (org-mode): Paragraph regexps fixed.
12475         (org-table-recalculate-regexp): New constant.
12476         (org-table-justify-field-maybe): Avoid replace if not necessary.
12477         (org-copy-special, org-cut-special): Use `call-interactively'.
12478         (org-table-copy-region): Take region from `interactive' call.
12479         (org-trim): Return string even if no match.
12480         (org-formula): New face.
12481         (org-set-font-lock-defaults): No longer highlight "FIXME".
12482         But highlight formula-related fields in table.
12483         (org-table-p): Use regexp, not fontification.
12484         (org-table-align): Handle white space at end of line.
12485         (org-table-formula-evaluate-inline): New option.
12486         (org-mode): Auto-wrapping in comment lines turned off.
12487         (org-table-copy-down): Evaluate only in copied field, not in
12488         destination.
12489         (org-table-current-formula): Variable removed.
12490         (org-table-store-formulas, org-table-get-stored-formulas)
12491         (org-table-modify-formulas, org-table-replace-in-formulas)
12492         (org-table-maybe-eval-formula): New functions.
12493         (org-table-get-formula): Modify to use stored formulas.
12494         (org-table-insert-column, org-table-delete-column)
12495         (org-table-move-column): Call `org-table-modify-formulas'.
12496         (org-complete): Add completion for keyword formulas.
12497         (orgtbl-mode): Pull orgtbl-mode-map to start of
12498         minor-mode-map-alist.
12500 2005-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
12502         * progmodes/python.el (python-check): Require `compile' before
12503         modifying its variables.
12505         * newcomment.el (comment-indent-default): Don't get fooled by an early
12506         end of buffer.
12508 2005-06-28  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
12510         * ps-print.el (ps-print-version): Fix version number.
12512 2005-06-28  Luc Teirlinck  <teirllm@auburn.edu>
12514         * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
12516 2005-06-28  Richard M. Stallman  <rms@gnu.org>
12518         * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
12519         (flyspell-local-mouse-map): Declaration deleted.
12520         (flyspell-mouse-map): Bind only mouse-2.
12521         (flyspell-mode-map): Don't test flyspell-use-local-map.
12522         (flyspell-overlay-keymap-property-name): Var deleted.
12523         (flyspell-mode-on): Don't make local bindings for
12524         flyspell-mouse-map and flyspell-mode-map.
12525         (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
12527         * textmodes/ispell.el (ispell-word): Do not ignore short words.
12529         * progmodes/compile.el (compilation-next-error-function):
12530         Don't switch buffers; operate on the current buffer.
12532         * progmodes/compile.el (compilation-error-file-name)
12533         (compilation-warning-file-name, compilation-info-file-name)
12534         (compilation-line-number, compilation-column-number): New faces.
12535         (compilation-error-face, compilation-warning-face)
12536         (compilation-info-face, compilation-line-face)
12537         (compilation-column-face): Use them.
12539         * facemenu.el (facemenu-add-face): Warn when font-lock is active.
12541         * comint.el (comint-password-prompt-regexp): Accept ", try again".
12543         * bindings.el (global-map): Bind insertchar and its variants.
12545 2005-06-27  Richard M. Stallman  <rms@gnu.org>
12547         * textmodes/artist.el (artist-text-overwrite)
12548         (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
12550 2005-06-27  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
12552         * ps-print.el: It was not working the page selection for printing.
12553         Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
12554         (ps-print-version): New version 6.6.7.
12555         (ps-end-sheet): New fun.
12556         (ps-header-sheet, ps-end-job): Call it.
12558 2005-06-27  Luc Teirlinck  <teirllm@auburn.edu>
12560         * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
12562 2005-06-27  Lute Kamstra  <lute@gnu.org>
12564         * facemenu.el (facemenu-unlisted-faces): Add foreground and
12565         background color faces.
12566         (facemenu-get-face): Delete function.
12567         (facemenu-set-face-from-menu): Don't call facemenu-get-face.
12568         (facemenu-add-new-color): Make second argument mandatory.
12569         Create the appropriate face and return it.  Simplify.
12570         (facemenu-set-foreground, facemenu-set-background): Don't check if
12571         color is defined.  Use return value of facemenu-add-new-color.
12573 2005-06-26  Nick Roberts  <nickrob@snap.net.nz>
12575         * progmodes/gud.el (gud-filter): Add missing argument to
12576         with-selected-window.
12578 2005-06-26  Stefan Monnier  <monnier@iro.umontreal.ca>
12580         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
12581         a :require to the defcustom.
12583         * emacs-lisp/autoload.el (make-autoload): Add the :setter for
12584         defcustoms corresponding to minor modes.
12586 2005-06-26  David Ponce  <david@dponce.com>
12588         * recentf.el: Require tree-widget instead of wid-edit.
12589         (recentf-filename-handler): Fix widget :type.
12590         (recentf-cancel-dialog, recentf-open-more-files)
12591         (recentf-open-files-action): Doc fix.
12592         (recentf-dialog-goto-first): New function.
12593         (recentf-dialog-mode-map): Set parent keymap first.
12594         (recentf-dialog-mode): Define with define-derived-mode.
12595         Don't display continuation lines in dialogs.
12596         (recentf-edit-list): Rename from recentf-edit-selected-items.
12597         (recentf-edit-list-select): Rename from recentf-edit-list-action.
12598         Simplify.
12599         (recentf-edit-list-validate): New function.
12600         (recentf-edit-list): Update accordingly.
12601         (recentf-open-files-item-shift): Remove.
12602         (recentf-open-files-item): Convert menu elements into tree and
12603         link widgets.  Don't create the widgets.
12604         (recentf-open-files): Update accordingly.
12605         (recentf-save-list): Untabify.
12607 2005-06-25  Luc Teirlinck  <teirllm@auburn.edu>
12609         * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
12610         (keep-lines): Add INTERACTIVE arg.  Never delete lines only
12611         partially contained in the active region.  Do not take active
12612         region into account when called from Lisp, unless INTERACTIVE arg
12613         is non-nil.  Use `forward-line' instead of `beginning-of-line' to
12614         avoid trouble with fields.  Make marker point nowhere when no
12615         longer used.  Always return nil.  Doc fix.
12616         (flush-lines): Add INTERACTIVE arg.  Do not take active region
12617         into account when called from Lisp, unless INTERACTIVE arg is
12618         non-nil.  Use `forward-line' instead of `beginning-of-line' to
12619         avoid trouble with fields.  Make marker point nowhere when no
12620         longer used.  Always return nil.  Doc fix.
12621         (how-many): Add INTERACTIVE arg.  Make RSTART and REND args
12622         interchangeable.  Do not take active region into account when
12623         called from Lisp, unless INTERACTIVE arg is non-nil.  Do not print
12624         message in echo area when called from Lisp, unless INTERACTIVE arg
12625         is non-nil.  Avoid saying "1 occurrences".  Do not use markers.
12626         Return the number of matches.  Doc fix.
12627         (occur): Doc fix.
12628         (perform-replace): Make comment follow double space convention for
12629         the sake of `outline-minor-mode'.
12631         * faces.el (facep): Doc fix.
12633 2005-06-25  Richard M. Stallman  <rms@gnu.org>
12635         * facemenu.el (facemenu-enable-faces-p): New function.
12636         (facemenu-background-menu, facemenu-foreground-menu)
12637         (facemenu-face-menu): Add menu-enable property.
12639         * jka-compr.el (jka-compr-insert-file-contents):
12640         Special handling if cannot find the uncompression program.
12642         * cus-face.el (custom-face-attributes): Add autoload.
12644         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
12645         Bind comment-indent-function locally.
12647         * window.el (save-selected-window): Use save-current-buffer.
12649         * subr.el (with-selected-window): Use save-current-buffer.
12651         * progmodes/gud.el (gud-filter): Simplify using with-selected-window
12652         and with-current-buffer.
12654 2005-06-24  Richard M. Stallman  <rms@gnu.org>
12656         * simple.el (line-move-1): Fix previous change.
12658 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
12660         * replace.el (occur-1): Set `buffer-read-only' and the
12661         buffer-modified flag before running `occur-hook' to protect
12662         against unintentional buffer switches that can lead to data loss.
12664 2005-06-24  Nick Roberts  <nickrob@snap.net.nz>
12666         * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
12667         (gud-gdb-marker-filter): Use font-lock-warning-face for any
12668         initial error.
12670         * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
12671         after fresh input.
12672         (gdb-var-create-handler): Put name of expression in quotes.
12674 2005-06-23  Luc Teirlinck  <teirllm@auburn.edu>
12676         * emacs-lisp/ring.el (ring-elements): Make it return a list of the
12677         elements of RING in order, and without bogus nil elements.
12679 2005-06-23  Richard M. Stallman  <rms@gnu.org>
12681         * simple.el (set-variable): Args renamed; doc fix.
12682         (line-move-1): When there are overlays around, use vertical-motion.
12684         * faces.el (escape-glyph): Use brown against light background.
12685         (nobreak-space): Rename from no-break-space.
12686         Fix previous change.
12688         * dired-aux.el (dired-do-copy): Fix arg prompt.
12690         * mail/sendmail.el (mail-setup-with-from): Fix custom type.
12692 2005-06-23  Glenn Morris  <gmorris@ast.cam.ac.uk>
12694         * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
12695         rather than "Distributor".
12697 2005-06-23  Lute Kamstra  <lute@gnu.org>
12699         * emacs-lisp/debug.el (debugger-special-form-p): New defun.
12700         (debug-on-entry): Use it.  New interactive declaration that uses
12701         function-called-at-point.
12703 2005-06-23  Kim F. Storm  <storm@cua.dk>
12705         * subr.el (save-match-data): Add comment about using evaporate arg
12706         to set-match-data.
12708 2005-06-22  Glenn Morris  <gmorris@ast.cam.ac.uk>
12710         * cus-edit.el (customize-face)
12711         (customize-face-other-window): Handle face aliases.
12713         * faces.el (face-documentation, set-face-attribute)
12714         (face-spec-set): Handle face aliases.
12716 2005-06-22  Juanma Barranquero  <lekktu@gmail.com>
12718         * help-mode.el (help-make-xrefs): If a symbol representing a face
12719         name is not followed by the word "face", it could still be a
12720         function or variable name, so don't bypass other checks.
12722 2005-06-22  Juri Linkov  <juri@jurta.org>
12724         * ps-print.el (ps-face-foreground-name, ps-face-background-name):
12725         Replace aliased functions with calls where second arg `inherit' is t.
12727 2005-06-22  Nick Roberts  <nickrob@snap.net.nz>
12729         * progmodes/gdb-ui.el (gdb-error): New variable.
12730         (gdb-error): New function.
12731         (gdb-annotation-rules): Act on error-begin and error annotations.
12732         (gdb-concat-output): Use font-lock-warning-face for errors.
12734 2005-06-22  Miles Bader  <miles@gnu.org>
12736         * bindings.el (propertized-buffer-identification): Use renamed
12737         `Buffer-menu-buffer' face.
12739         * faces.el (vertical-border): Rename from `vertical-divider'.
12740         (escape-glyph): Change dark-background color back to `cyan'.
12742 2005-06-21  Juri Linkov  <juri@jurta.org>
12744         * faces.el (face-user-default-spec): Try getting `customized-face'
12745         prior to `saved-face'.
12746         (frame-background-mode): Refill docstring.
12748         * emacs-lisp/lisp-mode.el (eval-defun-1):
12749         * emacs-lisp/edebug.el (edebug-eval-defun):
12750         Set `saved-face' temporarily to nil before calling form.
12751         Set `customized-face' to the new spec after that.
12753 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
12755         * subr.el (1value, lambda, key-substitution-in-progress):
12756         Doc fixes.
12758         * autoinsert.el (auto-insert-alist):
12759         * ses.el (ses-call-printer):
12760         * subr.el (noreturn):
12761         * emacs-lisp/lisp.el (check-parens):
12762         * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
12763         * net/browse-url.el (browse-url-mosaic):
12764         * progmodes/cc-defs.el (c-safe-scan-lists):
12765         * progmodes/ebnf-abn.el (ebnf-abn-lex):
12766         * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
12767         * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
12768         * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
12769         * progmodes/ebnf-iso.el (ebnf-iso-lex):
12770         * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
12772 2005-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
12774         * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
12776 2005-06-21  Glenn Morris  <gmorris@ast.cam.ac.uk>
12778         * calendar/appt.el (appt-make-list): Activate the package, if
12779         not already active (for backwards compatibility).
12781 2005-06-20  Kim F. Storm  <storm@cua.dk>
12783         * subr.el (add-to-ordered-list): Test membership with eq.  Simplify.
12785 2005-06-20  Miles Bader  <miles@gnu.org>
12787         * faces.el (vertical-divider): New face.
12789 2005-06-20  Juanma Barranquero  <lekktu@gmail.com>
12791         * simple.el (kill-whole-line): Doc fix.
12792         (next-error-buffer-p, next-error-find-buffer)
12793         (clone-indirect-buffer): Fix typos in docstrings.
12794         (comment-line-break-function): Doc fix: don't say variable
12795         is automatically buffer-local (it isn't).
12797 2005-06-19  Michael Albinus  <michael.albinus@gmx.de>
12799         * net/tramp-ftp.el (top):
12800         * net/tramp-smb.el (top):
12801         * net/tramp-util.el (top):
12802         * net/tramp-uu.el (top):
12803         * net/tramp-vc.el (top):
12804         * net/tramp.el (top): Revert copyright years back to original
12805         ones.  Tramp has a life outside GNU Emacs.
12807 2005-06-19  Nick Roberts  <nickrob@snap.net.nz>
12809         * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
12811 2005-06-18  Juri Linkov  <juri@jurta.org>
12813         * progmodes/grep.el (grep-regexp-alist): Use backreference at the
12814         end of first regexp to limit the match to the position between
12815         line number and source line with same separator character as used
12816         between file name and line number.  In the second regexp limit
12817         mouse-face area to file name and line number by adding new group
12818         for them and referring it in HYPERLINK arg.
12819         (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
12820         (grep-mode): Set font-lock-lines-before to 0 to not refontify the
12821         previous line where grep markers may be already removed.
12823 2005-06-18  Peter Kleiweg  <p.c.j.kleiweg@rug.nl>
12825         * progmodes/ps-mode.el: Update version and maintainer's email address.
12827 2005-06-18  Steve Youngs  <steve@xemacs.org>
12829         * net/browse-url.el (browse-url-browser-function)
12830         (browse-url-default-browser): Add firefox.
12831         (browse-url-firefox-program, browse-url-firefox-arguments)
12832         (browse-url-firefox-startup-arguments)
12833         (browse-url-firefox-new-window-is-tab): New defcustoms.
12834         (browse-url-firefox, browse-url-firefox-sentinel): New functions.
12836 2005-06-17  Richard M. Stallman  <rms@gnu.org>
12838         * startup.el (command-line): Warn if specified user name has
12839         no home directory.
12841         * term.el (term-get-old-input, term-input-filter, term-input-sender)
12842         (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
12844         * longlines.el (longlines-mode, longlines-show-hard-newlines):
12845         Doc fixes.
12847         * faces.el (underline): Try bold if terminal doesn't support underline.
12849         * mail/sendmail.el (mail-setup-with-from): New variable.
12850         (mail-insert-from-field): New function.
12851         (sendmail-send-it): Call it.
12852         (mail-setup): Optionally call it here.
12854         * term/linux.el: Call tty-no-underline.
12856 2005-06-17  Luc Teirlinck  <teirllm@auburn.edu>
12858         * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
12860 2005-06-17  Miles Bader  <miles@gnu.org>
12862         * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
12863         (ediff-current-diff-C, ediff-current-diff-Ancestor)
12864         (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
12865         (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
12866         (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
12867         (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
12868         Remove "-face" suffix from face names.
12869         (ediff-current-diff-face-A, ediff-current-diff-face-B)
12870         (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
12871         (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
12872         (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
12873         (ediff-even-diff-face-A, ediff-even-diff-face-B)
12874         (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
12875         (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
12876         (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
12877         New backward-compatibility aliases for renamed faces.
12878         (ediff-current-diff-face-A, ediff-current-diff-face-B)
12879         (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
12880         (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
12881         (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
12882         (ediff-even-diff-face-A, ediff-even-diff-face-B)
12883         (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
12884         (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
12885         (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
12886         Use renamed ediff faces.
12888         * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
12889         Remove "-face" suffix from face names.
12890         (eshell-test-ok-face, eshell-test-failed-face):
12891         New backward-compatibility aliases for renamed faces.
12892         (eshell-run-test): Use renamed eshell-test faces.
12894         * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
12895         face name.
12896         (eshell-prompt-face): New backward-compatibility alias for renamed
12897         face.
12898         (eshell-emit-prompt): Use renamed eshell-prompt face.
12900         * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
12901         (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
12902         (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
12903         (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
12904         Remove "-face" suffix from face names.
12905         (eshell-ls-directory-face, eshell-ls-symlink-face)
12906         (eshell-ls-executable-face, eshell-ls-readonly-face)
12907         (eshell-ls-unreadable-face, eshell-ls-special-face)
12908         (eshell-ls-missing-face, eshell-ls-archive-face)
12909         (eshell-ls-backup-face, eshell-ls-product-face)
12910         (eshell-ls-clutter-face):
12911         New backward-compatibility aliases for renamed faces.
12912         (eshell-ls-decorated-name): Use renamed eshell-ls faces.
12914         * progmodes/cc-fonts.el (c-nonbreakable-space-face):
12915         Remove "-face" suffix from face name.
12916         (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
12917         instead of literal face.
12919 2005-06-17  Juanma Barranquero  <lekktu@gmail.com>
12921         * emacs-lisp/warnings.el (display-warning, lwarn)
12922         (warning-minimum-log-level): Doc fixes.
12923         (warning-minimum-level, warning-minimum-log-level):
12924         Add :debug to :type choices.
12926         * progmodes/ada-mode.el (ada-format-paramlist)
12927         (ada-get-indent-case, ada-check-matching-start)
12928         (ada-check-defun-name, ada-goto-matching-decl-start)
12929         (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
12930         (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
12931         (ada-make-subprogram-body): Follow error conventions.
12932         (ada-case-exception-file, ada-indent-comment-as-code)
12933         (ada-indent-handle-comment-special, ada-indent-renames)
12934         (ada-indent-return, ada-search-directories-internal)
12935         (ada-tab-policy, ada-case-exception-substring)
12936         (ada-other-file-alist, ada-matching-start-re)
12937         (ada-matching-decl-start-re, ada-contextual-menu-last-point)
12938         (ada-imenu-generic-expression, ada-compile-goto-error)
12939         (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
12940         (ada-popup-menu, ada-add-extensions, ada-mode)
12941         (ada-region-selected, ada-create-case-exception)
12942         (ada-create-case-exception-substring, ada-after-keyword-p)
12943         (ada-activate-keys-for-case, ada-adjust-case-region)
12944         (ada-adjust-case-buffer, ada-format-paramlist)
12945         (ada-scan-paramlist, ada-insert-paramlist)
12946         (ada-indent-newline-indent)
12947         (ada-indent-newline-indent-conditional)
12948         (ada-justified-indent-current, ada-goto-previous-word)
12949         (ada-indent-current, ada-get-indent-open-paren)
12950         (ada-get-indent-paramlist, ada-get-indent-end)
12951         (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
12952         (ada-get-indent-block-start, ada-get-indent-subprog)
12953         (ada-get-indent-noindent, ada-get-indent-label)
12954         (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
12955         (ada-search-prev-end-stmt, ada-goto-next-non-ws)
12956         (ada-goto-stmt-end, ada-goto-next-word)
12957         (ada-check-matching-start, ada-check-defun-name)
12958         (ada-goto-matching-decl-start, ada-goto-matching-start)
12959         (ada-goto-matching-end, ada-search-ignore-string-comment)
12960         (ada-in-decl-p, ada-looking-at-semi-or)
12961         (ada-looking-at-semi-private, ada-in-paramlist-p)
12962         (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
12963         (ada-untab-hard, ada-move-to-start, ada-move-to-end)
12964         (ada-next-procedure, ada-previous-procedure, ada-next-package)
12965         (ada-previous-package, ada-create-menu)
12966         (ada-fill-comment-paragraph-justify)
12967         (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
12968         (ada-other-file-name, ada-last-which-function-line)
12969         (ada-last-which-function-subprog, ada-which-function)
12970         (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
12971         (ada-gen-treat-proc, ada-check-emacs-version)
12972         (ada-continuation-indent, ada-align-region-separate):
12973         Fix typos in docstrings.
12974         (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
12976 2005-06-16  Lute Kamstra  <lute@gnu.org>
12978         * simple.el (fundamental-mode): Run after-change-major-mode-hook
12979         conditionally.
12981 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
12983         * comint.el (comint-replace-by-expanded-filename)
12984         (comint-prompt-regexp, comint-delimiter-argument-list)
12985         (comint-preinput-scroll-to-bottom):
12986         * info.el (Info-hide-cookies-node):
12987         * ls-lisp.el (ls-lisp-classify):
12988         * find-file.el (ff-search-directories, ff-special-constructs)
12989         (ff-find-other-file):
12990         * font-lock.el (font-lock-keywords):
12991         * shell.el (shell-prompt-pattern)
12992         (shell-dynamic-complete-functions, shell-mode)
12993         (shell-delimiter-argument-list):
12994         * term.el (term-replace-by-expanded-filename)
12995         (term-prompt-regexp, term-delimiter-argument-list):
12996         * woman.el (woman-ignore, woman0-if):
12997         * emacs-lisp/derived.el (derived-mode-init-mode-variables):
12998         * emacs-lisp/elint.el (elint-init-env):
12999         * emacs-lisp/regexp-opt.el (regexp-opt-depth):
13000         * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
13001         * language/ethio-util.el (ethio-tilde-escape)
13002         (ethio-use-three-dot-question):
13003         * net/zone-mode.el (zone-mode-load-time-setup):
13004         * progmodes/cc-align.el (c-lineup-argcont):
13005         * progmodes/cc-awk.el (c-awk-beginning-of-defun):
13006         * progmodes/cperl-mode.el (cperl-set-style-back):
13007         * progmodes/inf-lisp.el (inferior-lisp-prompt):
13008         * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
13009         Fix spellings in docstrings.
13011         * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
13012         * progmodes/modula2.el (m2-for): Fix spellings.
13014         * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
13016         * simple.el (undo-more): Don't use `format' on `error' arguments.
13017         Improve argument/docstring consistency.
13018         (pending-undo-list): Doc fix.
13020         * smerge-mode.el (smerge-ensure-match):
13021         * emulation/vip.el (vip-ex):
13022         * net/zone-mode.el (zone-mode-update-serial):
13023         * progmodes/idlwave.el (idlwave-complete):
13024         * progmodes/vhdl-mode.el (vhdl-visit-file)
13025         (vhdl-compose-wire-components):
13026         Don't use `format' on `error' arguments.
13028         * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
13029         (tooltip-use-echo-area, tooltip-process-prompt-regexp)
13030         (tooltip-help-tips): Fix typos in docstrings.
13032 2005-06-16  David Ponce  <david@dponce.com>
13034         * tree-widget.el (tree-widget-value-create): Simplify last change.
13036 2005-06-15  Matt Hodges  <MPHodges@member.fsf.org>
13038         * ido.el (ido-incomplete-regexp): New variable.
13039         (ido-set-matches-1): Handle invalid-regexp error and set
13040         ido-incomplete-regexp.
13041         (ido-incomplete-regexp): New face.
13042         (ido-completions): Use it.
13043         (ido-complete, ido-exit-minibuffer, ido-completions):
13044         Handle incomplete regexps.
13045         (ido-completions): Add check for complete match when entering a regexp.
13047 2005-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
13049         * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
13051 2005-06-15  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
13053         * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
13054         by field delimiters.
13056 2005-06-15  David Ponce  <david@dponce.com>
13058         * tree-widget.el: eval-and-compile inlined functions so they will
13059         be available at run-time too.
13060         (tree-widget-super-format-handler)
13061         (tree-widget-format-handler): Remove.
13062         (tree-widget-value-create): Handle the :indent property.
13064 2005-06-15  Miles Bader  <miles@gnu.org>
13066         * progmodes/which-func.el (which-func): Only inherit
13067         `font-lock-function-name-face' when that makes sense against the
13068         default mode-line face, otherwise set the face color explicitly.
13070         * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
13071         faces instead of (non-existent) variables.
13073 2005-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
13075         * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
13076         (iswitchb-get-matched-buffers): Likewise.  Simplify.
13078 2005-06-14  Miles Bader  <miles@gnu.org>
13080         * progmodes/ld-script.el (ld-script-location-counter):
13081         Remove "-face" suffix from face name.
13082         (ld-script-location-counter-face):
13083         New backward-compatibility alias for renamed face.
13084         (ld-script-location-counter-face): Use renamed face.
13086         * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
13087         (cperl-hash): Remove "-face" suffix from face names.
13088         (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
13089         New backward-compatibility aliases for renamed faces.
13090         (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
13091         (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
13093         * progmodes/which-func.el (which-func): Remove "-face" suffix from face
13094         name.
13095         (which-func-face): New backward-compatibility alias for renamed face.
13096         (which-func-format): Use renamed which-func face.
13098         * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
13099         (vhdl-function, vhdl-directive, vhdl-reserved-word)
13100         (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
13101         names.
13102         (vhdl-speedbar-entity, vhdl-speedbar-architecture)
13103         (vhdl-speedbar-configuration, vhdl-speedbar-package)
13104         (vhdl-speedbar-library, vhdl-speedbar-instantiation)
13105         (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
13106         (vhdl-speedbar-architecture-selected)
13107         (vhdl-speedbar-configuration-selected)
13108         (vhdl-speedbar-package-selected)
13109         (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
13110         names.
13111         (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
13112         Use renamed faces.
13113         (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
13114         (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
13115         (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
13116         Use renamed faces.
13117         (syntax-alist): Don't use "font-lock-" or "-face" in generated face
13118         names.
13119         (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
13120         (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
13121         (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
13122         (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
13123         (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
13124         (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
13126         * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
13127         face name.
13128         (sh-heredoc-face): New backward-compatibility alias for renamed face.
13129         (sh-heredoc-face): Use renamed sh-heredoc face.
13131         * progmodes/idlw-help.el (idlwave-help-link):
13132         Remove "-face" suffix from face name.
13133         (idlwave-help-link-face):
13134         New backward-compatibility alias for renamed face.
13135         (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
13137         * progmodes/idlw-shell.el (idlwave-shell-bp-face)
13138         (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
13139         (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
13140         New backward-compatibility aliases for renamed faces.
13141         (idlwave-shell-disabled-breakpoint-face)
13142         (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
13144         * progmodes/flymake.el (flymake-errline, flymake-warnline):
13145         Remove "-face" suffix from face names.
13146         (flymake-errline-face, flymake-warnline-face):
13147         New backward-compatibility aliases for renamed faces.
13148         (flymake-highlight-line): Use renamed flymake faces.
13150         * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
13151         (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
13152         (ebrowse-member-class, ebrowse-progress):
13153         Remove "-face" suffix from face names.
13154         (ebrowse-tree-mark-face, ebrowse-root-class-face)
13155         (ebrowse-file-name-face, ebrowse-default-face)
13156         (ebrowse-member-attribute-face, ebrowse-member-class-face)
13157         (ebrowse-progress-face):
13158         New backward-compatibility aliases for renamed faces.
13159         (ebrowse-show-progress, ebrowse-show-file-name-at-point)
13160         (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
13161         (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
13162         (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
13164         * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
13165         antlr-syntax)
13166         (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
13167         (antlr-literal): Remove "-face" suffix and "font-lock-" from face
13168         names.
13169         (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
13170         (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
13171         (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
13172         (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
13173         backward-compatibility aliases for renamed faces.
13174         (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
13175         (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
13176         (antlr-tokenref-face, antlr-literal-face): Variables renamed to
13177         remove "font-lock-".  Use renamed antlr-mode faces.
13178         (antlr-font-lock-additional-keywords): Use renamed faces.  Replace
13179         literal face-names with face variable references.
13181         * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
13182         face name.
13183         (Buffer-menu-buffer-face): New backward-compatibility alias for
13184         renamed face.
13185         (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
13187 2005-06-15  Daniel Pfeiffer  <occitan@esperanto.org>
13189         * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
13190         Eliminate "-face" suffix.
13191         (makefile-targets): Inherit from font-lock-function-name-face and
13192         eliminate "-face" suffix.
13193         (makefile-shell): Remove attributes and eliminate "-face" suffix.
13194         (makefile-*-font-lock-keywords): Append makefile-targets in rule
13195         actions, instead of prepending, to make it less visible.
13196         (makefile-previous-dependency, makefile-match-dependency):
13197         Don't match a target on a continuation line.
13199         * files.el (auto-mode-alist): Put Makefile in gmake mode.
13201 2005-06-15  Nick Roberts  <nickrob@snap.net.nz>
13203         * progmodes/gdb-ui.el (menu): Re-order menu items.
13204         (gdb-tooltip-print): Respect tooltip-use-echo-area.
13206         * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
13207         Define in tooltip.el.
13208         (gud-tooltip-process-output): Respect tooltip-use-echo-area.
13209         (gud-tooltip-tips): Respect tooltip-use-echo-area and
13210         gud-tooltip-echo-area.
13212         * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
13213         backward compatibility and make obsolete.
13214         (tooltip-help-tips): Use tooltip-use-echo-area.
13215         (tooltip-show-help-function): Rename to...
13216         (tooltip-show-help): ...this, because it is a function.
13217         (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
13219 2005-06-14  Luc Teirlinck  <teirllm@auburn.edu>
13221         * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
13222         (edebug-print-length, edebug-print-level, edebug-print-circle)
13223         (edebug-modify-breakpoint, edebug-eval-last-sexp)
13224         (edebug-eval-print-last-sexp): Doc fixes.
13226 2005-06-14  Kim F. Storm  <storm@cua.dk>
13228         * ido.el (ido-mode): Make a new keymap every time we enable ido,
13229         as the coverage buffer/file/both may change.
13231 2005-06-14  Lute Kamstra  <lute@gnu.org>
13233         * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
13234         and run-mode-hooks.  Simplify.
13236         * mail/rmailedit.el (rmail-edit-mode):
13237         * progmodes/octave-inf.el (inferior-octave-mode):
13238         * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
13240         * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
13241         and run-mode-hooks.
13242         (recentf-edit-list, recentf-open-files): Don't call
13243         kill-all-local-variables directly.
13245         * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
13247 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
13249         * emacs-lisp/byte-run.el (make-obsolete)
13250         (define-obsolete-function-alias): Rename arguments FUNCTION and
13251         NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
13252         (make-obsolete-variable, define-obsolete-variable-alias):
13253         Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
13254         respectively.
13256         * isearchb.el (isearchb-activate):
13257         * pcvs.el (cvs-mode):
13258         * ses.el (ses-load):
13259         * vc-arch.el (vc-arch-checkin, vc-arch-diff):
13260         * net/tramp.el (tramp-find-file-exists-command)
13261         (tramp-find-shell):
13262         * progmodes/ada-mode.el (ada-create-case-exception)
13263         (ada-create-case-exception-substring, ada-make-subprogram-body):
13264         * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
13265         * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
13266         * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
13267         * textmodes/org.el (org-promote, org-evaluate-time-range)
13268         (org-agenda-next-date-line, org-agenda-previous-date-line)
13269         (org-agenda-error, org-open-at-point, org-table-move-row)
13270         (org-format-table-table-html-using-table-generate-source)
13271         (org-shiftcursor-error, org-ctrl-c-ctrl-c):
13272         * textmodes/reftex.el (reftex-access-scan-info):
13273         * textmodes/reftex-toc.el (reftex-toc-dframe-p)
13274         (reftex-toc-promote-prepare): Follow error conventions.
13276         * diff-mode.el (diff-mode): Fix typo in docstring.
13278         * forms.el (forms--intuit-from-file): Fix reference to
13279         `forms-number-of-fields' in error message.
13280         (forms-print): Fix quoting in error message.
13282         * forms.el (forms-mode):
13283         * emulation/vi.el (vi-goto-insert-state):
13284         * progmodes/flymake.el (flymake-new-err-info)
13285         (flymake-start-syntax-check-for-current-buffer)
13286         (flymake-simple-cleanup):
13287         * eshell/esh-var.el (eshell/export):
13288         * progmodes/gud.el (xdb):
13289         * textmodes/flyspell.el (flyspell-incorrect-hook)
13290         (flyspell-maybe-correct-transposition)
13291         (flyspell-maybe-correct-doubling): Fix quoting in docstring.
13293 2005-06-13  Luc Teirlinck  <teirllm@auburn.edu>
13295         * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
13296         minibuffer prompt.
13298 2005-06-13  Kim F. Storm  <storm@cua.dk>
13300         * subr.el (add-to-ordered-list): New defun.
13302         * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
13303         add cua--keymap-alist to emulation-mode-map-alists.
13305 2005-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
13307         * subr.el (complete-in-turn): New macro.
13308         (dynamic-completion-table, lazy-completion-table): Add debug info.
13310         * faces.el (read-face-name): Use complete-in-turn complete non-aliases
13311         in preference to face aliases.
13313         * textmodes/fill.el (fill-match-adaptive-prefix): New function.
13314         (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
13315         Remove unused vars `start' and `firstline'.
13316         (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
13317         (justify-current-line, fill-individual-paragraphs): Remove unused vars.
13319 2005-06-13  Eli Zaretskii  <eliz@gnu.org>
13321         * cus-start.el (all): Don't complain about missing GTK-related
13322         variables, unless either `gtk' is boundp or this isn't a
13323         `windows-nt' build.
13325 2005-06-13  Lute Kamstra  <lute@gnu.org>
13327         * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
13328         run-mode-hooks.
13330         * ediff-mult.el (ediff-meta-mode):
13331         * ediff-util.el (ediff-mode): Use run-mode-hooks.
13333         * ledit.el (ledit-mode): Use delay-mode-hooks.
13335         * woman.el (woman-mode-line-format): Delete constant.
13336         (woman-mode-map): Initialize it properly.
13337         (woman-mode): Set mode-class property to special.
13338         Use delay-mode-hooks and run-mode-hooks.  Use the right keymap.
13339         Set major-mode and mode-name.  Don't set mode-line-format directly.
13340         (Man-getpage-in-background): Don't reference woman-mode-line-format.
13342         * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
13343         string argument obsolete.
13345 2005-06-13  Carsten Dominik  <dominik@science.uva.nl>
13347         * textmodes/org.el (org-CUA-compatible): New option.
13348         (org-disputed-keys): New variable.
13349         (org-key): New function.
13350         (orgtbl-make-binding): Add docstring to the created function.
13351         (org-mode): Set paragraph start/separate regexps.
13352         (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
13353         (org-archive-location, org-archive-mark-done)
13354         (org-archive-stamp-time): New options.
13355         (org-archive-subtree): New command.
13356         (org-fill-paragraph): New function.
13357         (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
13358         (org-fake-empty-table-line): Function removed.
13359         (org-format-org-table-html): Do not create empty table lines at
13360         separator lines.  Improved table header treatment.
13361         (org-link-format): New option.
13362         (org-make-link): New function.
13363         (org-insert-link, org-store-link): Use org-make-link.
13364         (org-open-file): Quote file name for shell command, to allow
13365         spaces in file names.
13366         (org-link-regexp): Fix bug with mailto link.
13367         (org-link-maybe-angles-regexp, org-protected-link-regexp):
13368         New constants.
13369         (org-export-as-html): Deal with the optional angles around a link.
13370         Better treatment of file: links.
13371         (org-open-at-point): Replace @{ and @} with < and >.
13372         (org-run-mode-hooks): Function removed.
13373         (org-agenda-mode): No longer use `org-run-mode-hooks'.
13375 2005-06-13  Nick Roberts  <nickrob@snap.net.nz>
13377         * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
13378         MI command -data-list-register-values.
13379         (gdb-post-prompt): Indent properly.
13381 2005-06-13  Juanma Barranquero  <lekktu@gmail.com>
13383         * hilit-chg.el (highlight-changes-colors): Rename from
13384         `highlight-changes-colours'.
13385         (highlight-changes-colours): Keep as obsolete alias.
13386         (highlight-changes-face-list): Doc fix.
13387         (hilit-chg-make-list): Use `highlight-changes-colors'.
13389 2005-06-12  Mark A. Hershberger  <mah@everybody.org>
13391         * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
13392         defun-prompt-regexp.
13394 2005-06-12  Eli Zaretskii  <eliz@gnu.org>
13396         * loadup.el: Don't say we are dumping under 2 names on windows-nt
13397         and cygwin.
13399         * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
13400         Don't use an old loaddefs.el, as in Makefile.in.
13402 2005-06-12  Lute Kamstra  <lute@gnu.org>
13404         * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
13406         * man.el (Man-mode-map): Initialize it properly.
13407         (Man-mode): Set mode-class property to special.
13409         * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
13411 2005-06-11  Luc Teirlinck  <teirllm@auburn.edu>
13413         * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
13414         A newline is needed in the docstring there.
13416         * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
13417         Doc fixes.
13419 2005-06-11  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
13421         * printing.el: Doc fix.  The menubar is no more changed when printing
13422         is loaded, it only changes when pr-menu-bind or pr-update-menus is
13423         called.  Now, the menubar changing will work in Emacs 20, 21 and 22.
13424         (pr-version): New version number (6.8.4).
13425         (pr-menu-bind): New command.
13426         (pr-update-menus): Docstring and code fix.
13427         (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
13428         Docstring fix.
13429         (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
13430         (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
13432 2005-06-11  Thien-Thi Nguyen  <ttn@gnu.org>
13434         * emacs-lisp/ewoc.el: Doc fixes for public funcs:
13435         "Returns" to "return", document useful return values, etc.
13437 2005-06-11  Alan Mackenzie  <acm@muc.de>
13439         * fill.el (fill-context-prefix): Try `adaptive-fill-function'
13440         BEFORE `adaptive-fill-regexp' when determining a fill prefix.
13441         (adaptive-file-function): Minor amendment to doc-string.
13443 2005-06-11  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
13445         * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
13446         (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
13447         Fix :type--it is `integer', not `string'.
13449         * faces.el (modeline-highlight): Rename from (the erroneous)
13450         `modeline-higilight'.
13452 2005-06-11  Lute Kamstra  <lute@gnu.org>
13454         * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
13455         lisp-interaction-mode-map but make it the parent.
13456         (edebug-eval-mode): Use define-derived-mode.
13458 2005-06-11  Andreas Schwab  <schwab@suse.de>
13460         * bindings.el: Add binding of `ESC functionkey' for every
13461         `M-functionkey'.
13462         * hexl.el (hexl-mode-map): Likewise.
13464 2005-06-10  Michael Hotchin  <michael@hotchin.net>  (tiny change)
13466         * progmodes/compile.el (compilation-error-regexp-alist-alist)
13467         [msft]: update regexp for newer msft compilers.
13469 2005-06-10  Mark A. Hershberger  <mah@everybody.org>
13471         * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
13472         ATTLIST portions of included DTDs.
13473         (xml-parse-dtd): Eliminate use of inefficient match-data.
13475 2005-06-10  Miles Bader  <miles@gnu.org>
13477         * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
13478         (mpuz-text): Remove "-face" suffix from face names.
13479         (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
13480         (mpuz-text-face): New backward-compatibility aliases for renamed faces.
13481         (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
13483         * play/gomoku.el (gomoku-O, gomoku-X):
13484         Remove "-face" suffix from face names.
13485         (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
13486         New backward-compatibility aliases for renamed faces.
13487         (gomoku-font-lock-keywords): Use renamed gomoku faces.
13489 2005-06-10  Juanma Barranquero  <lekktu@gmail.com>
13491         * thumbs.el: Fixes for changes of 2005-06-09.
13492         (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
13493         as a directory.
13494         (thumbs-thumbname): Remove directory separator from format string;
13495         `thumbs-thumbsdir' now returns a valid directory name.
13496         (thumbs-temp-dir): New defsubst.
13497         (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
13498         Use it.
13500         * cus-edit.el (minibuffer):
13501         * files.el (make-backup-file-name-function):
13502         * filesets.el (filesets-external-viewers):
13503         * hilit-chg.el (highlight-changes-colours)
13504         (highlight-changes-face-list, highlight-changes-rotate-faces):
13505         * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
13506         * kmacro.el (kmacro-call-macro):
13507         * log-edit.el (log-edit-changelog-full-paragraphs):
13508         * mouse.el (mouse-1-click-follows-link):
13509         * skeleton.el (skeleton-autowrap):
13510         * subr.el (insert-for-yank-1):
13511         * tempo.el (tempo-insert-region):
13512         * terminal.el (terminal-emulator):
13513         * time.el (display-time-mail-face):
13514         * vc.el (vc-annotate):
13515         * vcursor.el (vcursor-copy-line):
13516         * woman.el (woman-bold-headings, woman-ignore)
13517         (woman-default-faces, woman-monochrome-faces):
13518         * calendar/todo-mode.el (todo-insert-threshold):
13519         * emulation/pc-select.el (pc-select-selection-keys-only)
13520         (pc-selection-mode):
13521         * emulation/vip.el (vip-find-char-forward):
13522         * emulation/viper-cmd.el (viper-find-char-forward):
13523         * international/mule-cmds.el
13524         (select-safe-coding-system-accept-default-p)
13525         (input-method-exit-on-invalid-key):
13526         * international/mule-diag.el (describe-coding-system):
13527         * international/ucs-tables.el (unify-8859-on-encoding-mode):
13528         * net/browse-url.el (browse-url-xterm-program):
13529         * obsolete/lazy-lock.el (lazy-lock-mode):
13530         * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
13531         (cperl-mode):
13532         * progmodes/cpp.el (cpp-face-light-name-list)
13533         (cpp-face-dark-name-list):
13534         * progmodes/delphi.el (delphi-newline-always-indents):
13535         Fix spellings in docstrings.
13537         * ido.el (ido-mode, ido-file-extensions-order)
13538         (ido-default-file-method, ido-default-buffer-method)
13539         (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
13540         (ido-decorations, ido-read-file-name-as-directory-commands)
13541         (ido-read-file-name-non-ido, ido-work-directory-list)
13542         (ido-ignore-item-temp-list, ido-current-directory)
13543         (ido-magic-forward-char, ido-enter-find-file)
13544         (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
13545         (ido-find-file, ido-read-buffer): Fix typos in docstrings.
13547 2005-06-10  Lute Kamstra  <lute@gnu.org>
13549         * play/dunnet.el (dun-mode): Use define-derived-mode.
13550         (dungeon-mode-map): Rename to dun-mode-map.  Keep old name as an
13551         obsolete alias.
13553         * play/doctor.el (doctor-mode-map): Remove defvar.
13554         (doctor-mode): Use define-derived-mode.
13556         * mail/mspools.el (mspools-mode):
13557         * net/eudc-hotlist.el (eudc-hotlist-mode):
13558         * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
13560 2005-06-10  Miles Bader  <miles@gnu.org>
13562         * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
13563         Remove "-face" suffix from face names.
13564         (flyspell-incorrect-face, flyspell-duplicate-face):
13565         New backward-compatibility aliases for renamed faces.
13566         (flyspell-mode-on, make-flyspell-overlay)
13567         (flyspell-highlight-incorrect-region)
13568         (flyspell-highlight-duplicate-region)
13569         (flyspell-display-next-corrections)
13570         (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
13572         * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
13573         from face name.
13574         (texinfo-heading-face): New backward-compatibility alias for
13575         renamed face.
13576         (texinfo-heading-face): Use renamed texinfo-heading face.
13578         * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
13579         suffix from face names.
13580         (tex-math-face, tex-verbatim-face):
13581         New backward-compatibility aliases for renamed faces.
13582         (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
13583         (tex-insert-quote): Use `tex-verbatim-face' variable instead of
13584         literal face name.
13586         * textmodes/table.el (table-cell): Remove "-face" suffix from face
13587         name.
13588         (table-cell-face): New backward-compatibility alias for renamed face.
13589         (table--put-cell-face-property, table--update-cell-face):
13590         Use renamed table-cell face.
13592         * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
13593         from face name.
13594         (sgml-namespace-face): New backward-compatibility alias for
13595         renamed face.
13596         (sgml-namespace-face): Use renamed sgml-namespace face.
13598         * textmodes/org.el (org-level-1, org-level-2, org-level-3)
13599         (org-level-4, org-level-5, org-level-6, org-level-7)
13600         (org-level-8, org-warning, org-headline-done)
13601         (org-deadline-announce, org-scheduled-today)
13602         (org-scheduled-previously, org-link, org-done, org-table)
13603         (org-time-grid): Remove "-face" suffix from face names.
13604         (org-level-1-face, org-level-2-face, org-level-3-face)
13605         (org-level-4-face, org-level-5-face, org-level-6-face)
13606         (org-level-7-face, org-level-8-face, org-warning-face)
13607         (org-headline-done-face, org-deadline-announce-face)
13608         (org-scheduled-today-face, org-scheduled-previously-face)
13609         (org-link-face, org-done-face, org-table-face)
13610         (org-time-grid-face):
13611         New backward-compatibility aliases for renamed faces.
13612         (org-level-faces, org-set-font-lock-defaults, org-timeline)
13613         (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
13614         (org-agenda-get-timestamps, org-agenda-get-scheduled)
13615         (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
13617         * emulation/viper-init.el (viper-search, viper-replace-overlay)
13618         (viper-minibuffer-emacs, viper-minibuffer-insert)
13619         (viper-minibuffer-vi): Remove "-face" suffix from face names.
13620         (viper-search-face, viper-replace-overlay-face)
13621         (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
13622         (viper-minibuffer-vi-face):
13623         New backward-compatibility aliases for renamed faces.
13624         (viper-search-face, viper-replace-overlay-face)
13625         (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
13626         (viper-minibuffer-vi-face): Use renamed viper faces.
13628         * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
13629         Remove "-face" suffix from face names.
13630         (testcover-nohits-face, testcover-1value-face):
13631         New backward-compatibility aliases for renamed faces.
13632         (testcover-mark): Use renamed testcover faces.
13634         * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
13635         face name.
13636         (diary-button-face): New backward-compatibility alias for renamed face.
13637         (diary-entry): Use renamed diary-button face.
13639         * calendar/calendar.el (diary, calendar-today, holiday)
13640         (mark-visible-calendar-date): Remove "-face" suffix from face names.
13641         (diary-face, calendar-today-face, holiday-face):
13642         New backward-compatibility aliases for renamed faces.
13643         (eval-after-load "facemenu", diary-entry-marker)
13644         (calendar-today-marker, calendar-holiday-marker, diary-face):
13645         Use renamed calendar faces.
13647         * compare-w.el (compare-windows): Remove "-face" suffix from face name.
13648         (compare-windows-face): New backward-compatibility alias for
13649         renamed face.
13650         (compare-windows-highlight): Use renamed compare-windows face.
13652         * strokes.el (strokes-char): Remove "-face" suffix from face name.
13653         (strokes-char-face): New backward-compatibility alias for renamed face.
13654         (strokes-encode-buffer): Use renamed strokes-char face.
13656         * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
13657         (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
13658         Remove "-face" suffix from face names.
13659         (cvs-header-face, cvs-filename-face, cvs-unknown-face)
13660         (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
13661         (cvs-msg-face): New backward-compatibility aliases for renamed faces.
13662         (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
13663         Use renamed pcvs faces.
13664         * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
13665         * pcvs-defs.el (cvs-mode-map): Likewise.
13666         * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
13668         * info.el (info-title-1, info-title-2, info-title-3)
13669         (info-title-4): Remove "-face" suffix from and downcase face names.
13670         (Info-title-1-face, Info-title-2-face, Info-title-3-face)
13671         (Info-title-4-face):
13672         New backward-compatibility aliases for renamed faces.
13673         (Info-fontify-node): Use renamed info faces.
13675         * hilit-chg.el (highlight-changes, highlight-changes-delete):
13676         Remove "-face" suffix from face names.
13677         (highlight-changes-face, highlight-changes-delete-face):
13678         New backward-compatibility aliases for renamed faces.
13679         (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
13680         (hilit-chg-make-list): Use renamed highlight-changes faces.
13682         * generic-x.el (show-tabs-tab, show-tabs-space):
13683         Remove "-face" suffix from face names.
13684         (show-tabs-tab-face, show-tabs-space-face):
13685         New backward-compatibility aliases for renamed faces.
13686         (show-tabs-generic-mode-font-lock-defaults-1)
13687         (show-tabs-generic-mode-font-lock-defaults-2):
13688         Use renamed show-tabs faces.
13690         * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
13691         (smerge-markers): Remove "-face" suffix from face names.
13692         (smerge-mine-face, smerge-other-face, smerge-base-face)
13693         (smerge-markers-face):
13694         New backward-compatibility aliases for renamed faces.
13695         (smerge-mine-face, smerge-other-face, smerge-base-face)
13696         (smerge-markers-face): Use renamed smerge faces.
13698         * log-view.el (log-view-file, log-view-message): Remove "-face"
13699         suffix from face names.
13700         (log-view-file-face, log-view-message-face):
13701         New backward-compatibility aliases for renamed faces.
13702         (log-view-file-face, log-view-message-face): Use renamed log-view
13703         faces.
13705         * paren.el (show-paren-match, show-paren-mismatch):
13706         Remove "-face" suffix from face names.
13707         (show-paren-match-face, show-paren-mismatch-face):
13708         New backward-compatibility aliases for renamed faces.
13709         (show-paren-function): Use renamed show-paren faces.
13711         * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
13712         (ruler-mode-margins, ruler-mode-fringes)
13713         (ruler-mode-column-number, ruler-mode-fill-column)
13714         (ruler-mode-comment-column, ruler-mode-goal-column)
13715         (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
13716         suffix from face names.
13717         (ruler-mode-default-face, ruler-mode-pad-face)
13718         (ruler-mode-margins-face, ruler-mode-fringes-face)
13719         (ruler-mode-column-number-face, ruler-mode-fill-column-face)
13720         (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
13721         (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
13722         New backward-compatibility aliases for renamed faces.
13723         (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
13724         (ruler-mode-column-number, ruler-mode-fill-column)
13725         (ruler-mode-comment-column, ruler-mode-goal-column)
13726         (ruler-mode-tab-stop, ruler-mode-current-column)
13727         (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
13728         faces.
13730         * whitespace.el (whitespace-highlight): Remove "-face" suffix from
13731         face name.
13732         (whitespace-highlight-the-space): Use renamed face.
13733         (whitespace-highlight-face): New backward-compatibility alias for
13734         renamed face.
13736         * woman.el (woman-italic, woman-bold, woman-unknown)
13737         (woman-addition, woman-symbol-face):
13738         Remove "-face" suffix from face names.
13739         (woman-italic-face, woman-bold-face, woman-unknown-face)
13740         (woman-addition-face):
13741         New backward-compatibility aliases for renamed faces.
13742         (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
13743         (woman-decode-region, woman-replace-match)
13744         (woman-display-extended-fonts, woman-special-characters)
13745         (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
13746         Use renamed woman faces.
13748         * longlines.el (longlines-visible-face): Face removed.
13750         * diff-mode.el (diff-header, diff-file-header, diff-index)
13751         (diff-hunk-header, diff-removed, diff-added, diff-changed)
13752         (diff-function, diff-context, diff-nonexistent): Remove "-face"
13753         suffix from face names.
13754         (diff-header-face, diff-file-header-face, diff-index-face)
13755         (diff-hunk-header-face, diff-removed-face, diff-added-face)
13756         (diff-changed-face, diff-function-face, diff-context-face)
13757         (diff-nonexistent-face): New backward-compatibility aliases for
13758         renamed faces.
13759         (diff-header-face, diff-file-header-face)
13760         (diff-index, diff-index-face, diff-hunk-header)
13761         (diff-hunk-header-face, diff-removed, diff-removed-face)
13762         (diff-added, diff-added-face, diff-changed-face, diff-function)
13763         (diff-function-face, diff-context-face, diff-nonexistent)
13764         (diff-nonexistent-face): Use renamed diff-mode faces.
13766         * progmodes/compile.el (compilation-warning-face)
13767         (compilation-info-face): Remove "-face" suffix from face names.
13768         (compilation-warning-face, compilation-info-face):
13769         New backward-compatibility aliases for renamed faces.
13770         (compilation-warning-face, compilation-info-face):
13771         Use renamed compilation faces.
13773         * add-log.el (change-log-date, change-log-name)
13774         (change-log-email, change-log-file, change-log-list)
13775         (change-log-conditionals, change-log-function)
13776         (change-log-acknowledgement): Remove "-face" suffix from face names.
13777         (change-log-date-face, change-log-name-face)
13778         (change-log-email-face, change-log-file-face)
13779         (change-log-list-face, change-log-conditionals-face)
13780         (change-log-function-face, change-log-acknowledgement-face):
13781         New backward-compatibility aliases for renamed faces.
13782         (change-log-font-lock-keywords): Use renamed change-log faces.
13784         * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
13785         (custom-set, custom-changed, custom-saved, custom-button)
13786         (custom-button-pressed, custom-documentation, custom-state)
13787         (custom-comment, custom-comment-tag, custom-variable-tag)
13788         (custom-variable-button, custom-face-tag, custom-group-tag-1)
13789         (custom-group-tag): Remove "-face" suffix from face names.
13790         (custom-magic-alist, custom-magic-value-create)
13791         (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
13792         (custom-invalid-face, custom-rogue-face, custom-modified-face)
13793         (custom-set-face, custom-changed-face, custom-saved-face)
13794         (custom-button-face, custom-button-pressed-face)
13795         (custom-documentation-face, custom-state-face)
13796         (custom-comment-face, custom-comment-tag-face)
13797         (custom-variable-tag-face, custom-variable-button-face)
13798         (custom-face-tag-face, custom-group-tag-face-1)
13799         (custom-group-tag-face):
13800         New backward-compatibility aliases for renamed faces.
13802         * wid-edit.el (widget-documentation, widget-button)
13803         (widget-field, widget-single-line-field, widget-inactive)
13804         (widget-button-pressed): "-face" suffix removed from face names.
13805         (widget-documentation-face, widget-button-face)
13806         (widget-field-face, widget-single-line-field-face)
13807         (widget-inactive-face, widget-button-pressed-face):
13808         New backward-compatibility aliases for renamed faces.
13809         (widget-documentation-face, widget-button-face)
13810         (widget-button-pressed-face, widget-specify-field)
13811         (widget-specify-inactive): Use renamed widget faces.
13813 2005-06-10  Kenichi Handa  <handa@m17n.org>
13815         * term/x-win.el (x-clipboard-yank): Remove condition-case
13816         wrapping.
13818 2005-06-11  Kenichi Handa  <handa@m17n.org>
13820         * add-log.el (change-log-font-lock-keywords): Make the regexp for
13821         date lines stricter.
13823 2005-06-10  Zhang Wei  <id.brep@gmail.com>  (tiny change)
13825         * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
13826         of x-get-selection.
13828 2005-06-10  Juanma Barranquero  <lekktu@gmail.com>
13830         * comint.el (comint-mode, comint-snapshot-last-prompt):
13831         * frame.el (frame-current-scroll-bars):
13832         * term.el (term-mode, term-check-proc, term-input-sender)
13833         (term-simple-send, term-extract-string, term-word)
13834         (term-match-partial-filename):
13835         * window.el (window-current-scroll-bars):
13836         * emulation/cua-base.el (cua-normal-cursor-color)
13837         (cua-read-only-cursor-color, cua-overwrite-cursor-color)
13838         (cua-global-mark-cursor-color):
13839         * mail/undigest.el (rmail-forward-separator-regex):
13840         Fix typos in docstrings.
13842         * comint.el (comint-check-proc, make-comint-in-buffer)
13843         (comint-source-default): Doc fixes.
13845         * term.el (term-send-string): Improve argument/docstring consistency.
13847 2005-06-09  Luc Teirlinck  <teirllm@auburn.edu>
13849         * comint.el (comint-send-input): Bind `inhibit-read-only' around
13850         call to `delete-region'.
13851         (comint-mode-hook): Do not enable Font Lock by default.
13853 2005-06-09  Lute Kamstra  <lute@gnu.org>
13855         * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
13856         could be void.
13858 2005-06-09  Stefan Monnier  <monnier@iro.umontreal.ca>
13860         * emacs-lisp/debug.el (debugger-will-be-back): New var.
13861         (debug): Use it.
13862         (debugger-step-through, debugger-continue, debugger-jump)
13863         (debugger-return-value): Set it when needed.
13864         (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
13865         Use inhibit-read-only.
13867 2005-06-09  Juanma Barranquero  <lekktu@gmail.com>
13869         * window.el (shrink-window-if-larger-than-buffer)
13870         (window-size-fixed): Fix typo in docstring.
13872         * thumbs.el: Don't set `auto-image-file-mode'.  Do not create the
13873         thumbnails directory on loading.
13874         (thumbs-conversion-program): Use `eq' to check the system type,
13875         not `equal'.
13876         (thumbs-temp-dir): Initialize to `temporary-file-directory',
13877         not "/tmp".  Fix docstring.
13878         (thumbs-thumbsdir): New function to return the thumbnails
13879         directory, creating it if needed.
13880         (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
13881         (thumbs-temp-file): Delete variable and make it into a function.
13882         (thumbs-resize-image, thumbs-modify-image): Use it.
13883         (thumbs-kill-buffer): Simplify.
13884         (thumbs-gensym): Defalias or duplicate CL `gensym'.
13885         (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
13886         docstrings.
13888 2005-06-09  Kim F. Storm  <storm@cua.dk>
13890         * subr.el (save-match-data): Add RESEAT arg `evaporate' to
13891         set-match-data to free markers in match-data.
13893         * replace.el (replace-match-data): Pass RESEAT arg `t' to
13894         match-data to unchain markers in match-data.
13896 2005-06-08  Stefan Monnier  <monnier@iro.umontreal.ca>
13898         * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
13899         the debugger immediately anyway.  Undo the 2005-06-06 change, rendered
13900         unnecessary now.
13902 2005-06-08  Richard M. Stallman  <rms@gnu.org>
13904         * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
13905         give the variable a doc string that doesn't say don't set it directly.
13907         * textmodes/ispell.el (ispell-check-version):
13908         Use match-string-no-properties.
13909         (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
13910         (ispell-buffer-local-words): Likewise.
13912         * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
13913         except on terminals with enough colors to really display it.
13914         (makefile-dependency-regex): Delete spurious `bb'.
13916         * faces.el (escape-glyph): Use blue once again in last case.
13917         (no-break-space): Redefine so that it isn't invisible on a tty.
13919 2005-06-08  Kim F. Storm  <storm@cua.dk>
13921         * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
13922         also when reading directory name.
13924 2005-06-08  Lute Kamstra  <lute@gnu.org>
13926         * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
13927         (flyspell-mode-line-string): Remove autoload cookie.
13928         (flyspell-mode): Remove defvar.
13930 2005-06-07  Lute Kamstra  <lute@gnu.org>
13932         * textmodes/org.el (org-run-mode-hooks): New function.
13933         (org-agenda-mode): Use it.
13935 2005-06-07  David McCabe  <davemccabe@gmail.com>  (tiny change)
13937         * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
13939 2005-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
13941         * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
13943 2005-06-06  Luc Teirlinck  <teirllm@auburn.edu>
13945         * font-lock.el (font-lock-add-keywords): Doc fix.
13947 2005-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
13949         * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
13950         (tex-compile-default): In the absence of any history, use the order in
13951         tex-compile-alist to choose the preferred command.
13952         (tex-compile-commands): Reorder a bit.
13954         * textmodes/flyspell.el (flyspell-auto-correct-binding)
13955         (flyspell-incorrect-face, flyspell-duplicate-face):
13956         Use (X)Emacs-agnostic code.
13957         (flyspell-mode-map): Don't overwrite at each load.  Remove code
13958         redundant with the subsequent add-minor-mode.  Merge Emacs and
13959         XEmacs code.
13960         (flyspell-word): Minor simplification.
13961         (flyspell-math-tex-command-p): Quieten the byte-compiler.
13962         (flyspell-external-point-words): Remove unused vars `size' and `start'.
13963         (flyspell-do-correct): Rename from flyspell-xemacs-correct.
13964         Merge the corresponding Emacs code.
13965         (flyspell-correct-word, flyspell-xemacs-popup):
13966         Use flyspell-do-correct.
13968         * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
13969         a dedicated window.
13971         * international/latexenc.el (latexenc-find-file-coding-system):
13972         Undo part of last patch, to turn off a compiler warning.
13974 2005-06-06  Juri Linkov  <juri@jurta.org>
13976         * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
13977         Rename `tmm-inactive-face' to `tmm-inactive'.
13979 2005-06-06  Matt Hodges  <MPHodges@member.fsf.org>
13981         * iswitchb.el: Rename faces.
13983 2005-06-06  Kim F. Storm  <storm@cua.dk>
13985         * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
13986         (cua-global-mark): Remove -face suffix from face names.
13988         * emulation/cua-gmrk.el (cua--init-global-mark):
13989         Remove cua-global-mark face setup.
13991 2005-06-06  Richard M. Stallman  <rms@gnu.org>
13993         * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
13994         just like other allowed characters.
13995         (makefile-match-dependency): Exclude leading and training whitespace
13996         from the range of regexp subexp 1.
13997         (makefile-macroassign-regex): Don't try to match the body,
13998         just the name of the macro being defined.
14000         * info.el (Info-read-node-name-2): New function.
14001         (Info-read-node-name-1): Use that.
14002         Add a completion-base-size-function property.
14004         * simple.el (completion-setup-function): Look for
14005         completion-base-size-function property of minibuffer-completion-table.
14007         * files.el (locate-file-completion): Doc fix.
14009         * printing.el: Don't call pr-update-menus; user must do that.
14011         * emacs-lisp/debug.el (debugger-window): New variable.
14012         (debug): Use debugger-window if it is set and still alive.
14013         Record debugger-window for next entry.
14015         * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
14017 2005-06-06  Matthias F\e,Av\e(Brste  <slashdevslashnull@gmx.net>
14019         * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
14020         (hack-one-local-variable, hack-local-variables)
14021         (hack-local-variables-prop-line): Pass that arg.
14023 2005-06-06  Kim F. Storm  <storm@cua.dk>
14025         * ido.el (ido-first-match, ido-only-match, ido-subdir)
14026         (ido-indicator): Remove -face suffix from face names.
14028 2005-06-06  Juri Linkov  <juri@jurta.org>
14030         * font-lock.el (font-lock-regexp-backslash)
14031         (font-lock-regexp-backslash-construct): New faces.
14032         (lisp-font-lock-keywords-2): Use new faces.  Match `?:' only
14033         after `('.  Add `while-no-input' to control structures.
14035         * faces.el (no-break-space, shadow): New faces.
14036         (escape-glyph): Use less loud colors pink2 and red4.
14038         * diff-mode.el (diff-context-face)
14039         * dired.el (dired-ignored)
14040         * rfn-eshadow.el (file-name-shadow)
14041         * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
14043         * info.el (Info-title-1-face): Use green instead of yellow because
14044         bold yellow is not readable on light backgrounds.
14046         * progmodes/compile.el (compilation-start): Move `erase-buffer' up
14047         before selecting the desired mode to not spend time fontifying
14048         old contents.
14050 2005-06-06  Juanma Barranquero  <lekktu@gmail.com>
14052         * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
14053         (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
14055         * ps-print.el (ps-default-fg, ps-default-bg):
14056         Fix typos in docstrings.
14058         * isearchb.el (isearchb): Don't pass a spurious second argument to
14059         `iswitchb-completions'.
14061 2005-06-05  Nick Roberts  <nickrob@snap.net.nz>
14063         * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
14064         to preserve point.
14065         (gdb-find-file-hook): Add doc string.
14067         * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
14068         C dereferenced pointer expression.
14069         (gud-tool-bar-map): Put it on the tool bar.  Re-order icons.
14071         * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
14073         * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
14074         * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
14075         * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
14076         * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
14077         * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
14078         Make background transparent.
14080 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
14082         * font-lock.el (font-lock-add-keywords): Doc fix.  Comment change.
14083         (font-lock-remove-keywords): Doc fix.
14084         (font-lock-mode-major-mode): Compiler defvar.
14085         (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
14087         * font-core.el (font-lock-mode-major-mode): Compiler defvar.
14088         (font-lock-mode): Update `font-lock-mode-major-mode'.
14089         (font-lock-set-defaults): Compiler defvar.
14090         (font-lock-default-function): Take `font-lock-mode-major-mode'
14091         into account.
14093         * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
14094         keep track of which major mode it enabled the minor mode for.
14095         Use find-file-hook again.  Update docstring.
14097         * simple.el (eval-expression-print-level)
14098         (eval-expression-print-length, eval-expression-debug-on-error):
14099         Doc fixes.
14101 2005-06-04  Matt Hodges  <MPHodges@member.fsf.org>
14103         * iswitchb.el (iswitchb-single-match-face)
14104         (iswitchb-current-match-face, iswitchb-virtual-matches-face)
14105         (iswitchb-invalid-regexp-face): New faces.
14106         (iswitchb-completions): Use them.
14107         (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
14108         now marked as an obsolete alias.
14109         (iswitchb-read-buffer): Remove check for bound font variables.
14110         (iswitchb-invalid-regexp): New free variable.
14111         (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
14112         set iswitchb-invalid-regexp.
14113         (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
14114         invalid regexps.
14115         (iswitchb-completions): Add check for complete match when entering
14116         a regexp.
14117         (iswitchb-completions): Remove require-match argument.
14118         (iswitchb-exhibit): Fix caller.
14119         (iswitchb-common-match-inserted): New variable.
14120         (iswitchb-complete, iswitchb-completion-help): Use it.
14122 2005-06-04  David Reitter  <david.reitter@gmail.com>  (tiny change)
14124         * url-http.el (url-http-chunked-encoding-after-change-function):
14125         Use `url-http-debug' instead of `message'.
14127 2005-06-04  Thierry Emery  <thierry.emery@free.fr>  (tiny change)
14129         * url-http.el (url-http-parse-headers): Pass redirected URL as a
14130         callback argument.
14132 2005-06-04  Kim F. Storm  <storm@cua.dk>
14134         * simple.el (line-move): Only call sit-for when moving backwards.
14136         * ido.el (ido-make-merged-file-list-1): New defun split from
14137         ido-make-merged-file-list.
14138         (ido-make-merged-file-list): Bind throw-on-input around call to
14139         ido-make-merged-file-list-1.  Return input-pending-p if
14140         interrupted by more input available.
14141         (ido-read-internal): Handle input-pending-p return value from
14142         ido-make-merged-file-list.
14144 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
14146         * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
14147         compatibility code.
14149         * international/latexenc.el (latexenc-find-file-coding-system):
14150         Don't inherit the EOL part of the coding-system from the
14151         tex-main buffer.  Fit within 80 columns.
14153 2005-06-03  Matt Hodges  <MPHodges@member.fsf.org>
14155         * tmm.el (tmm-inactive-face): New face.
14156         (tmm-remove-inactive-mouse-face): New function.
14157         (tmm-prompt, tmm-add-one-shortcut)
14158         (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
14159         but not selectable.
14161 2005-06-03  Juanma Barranquero  <lekktu@gmail.com>
14163         * faces.el (face-equal): Improve argument/docstring consistency.
14165 2005-06-03  Daniel Pfeiffer  <occitan@esperanto.org>
14167         * progmodes/make-mode.el (makefile-targets-face)
14168         (makefile-shell-face, makefile-makepp-perl-face): Add :version.
14169         (makefile-bsdmake-dependency-regex)
14170         (makefile-makepp-rule-action-regex)
14171         (makefile-bsdmake-rule-action-regex): New constants.
14172         (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
14174         * progmodes/compile.el (compilation-error-regexp-alist-alist):
14175         Allow (...) within `...' for makepp messages.
14177 2005-06-03  Michael Kifer  <kifer@cs.stonybrook.edu>
14179         * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
14181         * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
14182         "." files are deleted from all file lists before comparison.
14184         * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
14185         (viper-ESC-key): Made them customizable.
14187         * viper.el (viper-non-hook-settings): Fix the names of defadvices.
14189 2005-06-01  Luc Teirlinck  <teirllm@auburn.edu>
14191         * autorevert.el (auto-revert-buffers): Use save-match-data.
14193 2005-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
14195         * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
14196         menu items with a nil command binding.
14198 2005-06-01  Juanma Barranquero  <lekktu@gmail.com>
14200         * emacs-lisp/cl-macs.el (defsetf):
14201         Improve argument/docstring consistency.
14203         * faces.el (list-faces-display): Improve the formatting by
14204         computing the maximum length required for any face-name (reworked
14205         patch of 1999-01-11, accidentally deleted on 1999-07-21).
14206         (internal-find-face): Remove redundant info in docstring.
14208 2005-06-01  Nick Roberts  <nickrob@snap.net.nz>
14210         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
14211         (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
14212         (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
14213         (gdb-assembler-custom): Improve regexps.
14214         (def-gdb-auto-update-handler): Use window point to preserve point.
14216 2005-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
14218         * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
14220 2005-05-31  Jay Belanger  <belanger@truman.edu>
14222         * calc/calc-embed.el (calc-embedded-word): Change argument passed
14223         to calc-embedded.
14224         (calc-embedded-make-info): Have plain prefix argument select
14225         entire line.
14227 2005-05-31  Juanma Barranquero  <lekktu@gmail.com>
14229         * faces.el (list-faces-display): Signal error if passed a regexp
14230         that matches no face name.
14232         * simple.el (filter-buffer-substring): Fix typo in docstring.
14234 2005-05-31  Richard M. Stallman  <rms@gnu.org>
14236         * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
14237         (vhdl-emacs-21): Doc fix.
14238         (vhdl-mode): Unconditionally set comment-padding.
14239         (vhdl-fixup-whitespace-region): Insert spaces only where
14240         there are none.
14241         (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
14243 2005-05-30  John Wiegley  <johnw@newartisans.com>
14245         * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
14246         * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
14247         * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
14248         `directory-sep-char' to ?/, and all uses of `string-to-int' to
14249         `string-to-number'.
14251 2005-05-30  Jay Belanger  <belanger@truman.edu>
14253         * calc/calc.el (calc-bug-address): Fix docstring.
14254         (calc-window-hook, calc-trail-window-hook): New variables.
14255         (calc-trail-display): Restore use of calc-trail-window-hook.
14256         (calc): Restore use of calc-window-hook.
14258 2005-05-31  Masatake YAMATO  <jet@gyve.org>
14260         * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
14262         * help-fns.el (help-C-file-name): Add autoload mark for
14263         `find-function-noselect'.
14265 2005-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14267         * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
14268         (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
14270 2005-05-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
14272         * calendar/diary-lib.el (mark-included-diary-files): Only kill
14273         included diary buffer if it was not already being visited.
14274         Reported by Stephen Berman <Stephen.Berman@gmx.net>.
14276         * calendar/icalendar.el (top-level): Do not require appt.
14278         * mail/supercite.el (sc-select-attribution): Only use a list
14279         element from sc-attrib-selection-list if it returns a string.
14280         Reported by Davide G. M. Salvetti <salve@debian.org>.
14282 2005-05-30  Juanma Barranquero  <lekktu@gmail.com>
14284         * thumbs.el (thumbs-thumbname): The resulting thumbname now
14285         includes a hash value to improve its uniqueness, and has a ".jpg"
14286         extension.  Also, it is now a valid filename on all systems.
14287         (thumbs-make-thumb): Use `let', not `let*'.
14288         (thumbs-show-thumbs-list): Check for JPEG availability.
14290 2005-05-30  Richard M. Stallman  <rms@gnu.org>
14292         * filesets.el (filesets-menu-ensure-use-cached):
14293         Prevent warning when emacs-version>= is undefined.
14295         * printing.el (pr-interactive-n-up): Use string-to-number.
14297         * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
14299         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
14300         Warn only when name to be defined is quoted.
14302 2005-05-30  Nick Roberts  <nickrob@snap.net.nz>
14304         * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
14305         Make regexp more robust.
14306         (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
14307         Force regeneration of disassembly.
14309 2005-05-29  Jay Belanger  <belanger@truman.edu>
14311         * calc/calc.el (calc-user-invocation): Check if
14312         calc-invocation-macro is non-nil.
14314 2005-05-29  Juri Linkov  <juri@jurta.org>
14316         * add-log.el (change-log-font-lock-keywords):
14317         Add `+' to e-mail regexp to accept mail address with keywords.
14319         * man.el (Man-name-regexp): Add `:' to accept qualified names.
14321 2005-05-29  Luc Teirlinck  <teirllm@auburn.edu>
14323         * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
14325         * ielm.el (inferior-emacs-lisp-mode): Ditto.
14327 2005-05-29  Richard M. Stallman  <rms@gnu.org>
14329         * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
14330         Undo the change that moves to end of the current word.
14332 2005-05-29  Nick Roberts  <nickrob@snap.net.nz>
14334         * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
14335         Throw error when count <= 0 to ensure input is a number.
14336         (gdb-read-memory-custom): Pick up address from buffer.
14337         (gdb-memory-mode): Allow user to increment and decrement
14338         memory address from header line.
14340 2005-05-29  Richard M. Stallman  <rms@gnu.org>
14342         * flyspell.el (flyspell-version): Function deleted.
14343         (flyspell-auto-correct-previous-hook): Doc fix.
14345         * jit-lock.el (jit-lock-function, jit-lock-after-change):
14346         Do nothing if memory is full.
14348         * font-lock.el (font-lock-fontify-syntactically-region):
14349         Pass t for GREEDY to looking-back.
14351         * saveplace.el (save-place-alist-to-file): Write the file
14352         using write-region.
14354         * subr.el (looking-back): New argument GREEDY.
14356         * progmodes/compile.el (compilation-start): Set the mode
14357         before inserting the initial text.
14359         * progmodes/which-func.el (which-func-update-1): Turn the mode
14360         off in case of error by setting which-func-mode.
14362 2005-05-29  Peter Heslin  <p.j.heslin@durham.ac.uk>  (tiny change)
14364         * flyspell.el (flyspell-auto-correct-previous-word):
14365         Narrow down to what's on the screen, and recenter overlays
14366         at the end of the next word.
14368 2005-05-29  Manuel Serrano  <Manuel.Serrano@sophia.inria.fr>
14370         * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
14371         (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
14372         (flyspell-abbrev-p): Default to nil.
14373         (flyspell-use-global-abbrev-table-p): Doc fix.
14374         (flyspell-large-region): Allow nil as value.
14375         (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
14377         (mail-mode-flyspell-verify): More robust handling
14378         of `mail-header-separator'.  More efficient signature detection.
14379         Allow for regexp metacharacters in message-header-separator.
14380         Adding `To' not to be checked in mail-mode-flyspell-verify.
14382         (flyspell-prog-mode): Run flyspell-prog-mode-hook.
14383         (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
14384         Bind flyspell-auto-correct-binding.
14385         Bind C-. and C-, .
14386         (flyspell-mode-map): Likewise.
14387         (flyspell-mode): Doc fix.
14388         (flyspell-accept-buffer-local-defs): Preserve current buffer.
14389         (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
14390         (flyspell-word-cache-result): New var, always local.
14391         (flyspell-check-pre-word-p): Doc fix.
14392         (flyspell-check-changed-word-p): Handle spc like newline.
14393         (flyspell-post-command-hook): Set flyspell-word-cache-result.
14394         (flyspell-word-search-backward, flyspell-word-search-forward):
14395         New functions.
14396         (flyspell-word): Return t if nothing to check.
14397         When parsing TeX code, check for after } or \.
14398         Use flyspell-word-search-backward to find previous word.
14399         Return nil if duplicated word.
14400         For word already checked, return same value as last time.
14401         Set flyspell-word-cache-result after checking.
14402         Don't clobber the return value.
14403         (flyspell-get-word): Major rewrite.
14404         (flyspell-external-point-words): New locals pword, pcount.
14405         Fix size used in progress message.
14406         Find the proper corresponding word in flyspell-large-region-buffer.
14407         (flyspell-region): Check for flyspell-large-region = nil.
14408         (flyspell-highlight-incorrect-region): Clean up overlays in region.
14409         (flyspell-auto-correct-word): Check that WORD is a cons.
14410         (flyspell-correct-word): Likewise.
14412 2005-05-29  Daniel Pfeiffer  <occitan@esperanto.org>
14414         * progmodes/make-mode.el (makefile-rule-action-regex)
14415         (makefile-macroassign-regex, makefile-makepp-mode)
14416         (makefile-bsdmake-mode): Continuation lines may be empty.
14417         Reported by Joshua Varner.
14418         (makefile-makepp-font-lock-keywords): Add $(stem).
14420 2005-05-28  Karl Berry  <karl@gnu.org>
14422         * textmodes/tex-mode.el: Now that tex-send-command calls
14423         shell-quote-argument (2005-03-31 change), remove all calls to
14424         shell-quote-argument; they all end up invoking tex-send-command.
14425         The double quoting loses on filenames with non-safe characters,
14426         such as "@".  Reported by Frederik Fouvry.
14428 2005-05-29  Nick Roberts  <nickrob@snap.net.nz>
14430         * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
14431         about preserving point.
14433 2005-05-27  Jay Belanger  <belanger@truman.edu>
14435         * calc/calc-misc.el (calc-info-goto-node): Use info instead of
14436         Info-goto-node.
14438         * calc/calc-embed.el (calc-embed-arg): New variable.
14439         (calc-do-embedded-activate, calc-embedded-activate-formula)
14440         (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
14441         variable by new variable.
14442         (calc-embedded-make-info): Replace undeclared variable by new
14443         variable.  When selecting region with positive prefix
14444         argument, use end of previous line instead of beginning of line.
14446         * calc/calc-aent.el (calc-arg-values): Declare it.
14448         * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
14449         Declare them.
14451         * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
14453         * calc/calc.el (calc-alg-map): Declare it.
14455         * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
14457 2005-05-28  Nick Roberts  <nickrob@snap.net.nz>
14459         * progmodes/gdb-ui.el (gdb-all-registers): New variable.
14460         (gdb-registers-buffer, toggle-gdb-all-registers):
14461         Toggle display of floating point registers.
14462         (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
14464         * progmodes/gud.el (gud-goto-info): Use info.  Don't use require.
14465         (toggle-gud-tooltip-dereference):
14466         Rename from gud-toggle-tooltip-dereference.
14468 2005-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
14470         * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
14472 2005-05-27  Jay Belanger  <belanger@truman.edu>
14474         * calc/calc-prog.el (calc-kbd-report): Remove.
14475         (calc-kbd-query): Rewrite.
14477 2005-05-27  Juanma Barranquero  <lekktu@gmail.com>
14479         * image.el (image-library-alist): Move to image.c.
14480         (image-type-available-p): Doc fix.
14482 2005-05-27  Lute Kamstra  <lute@gnu.org>
14484         * calc/calc.el (calc):
14485         * outline.el (outline-1, outline-2, outline-3, outline-4)
14486         (outline-5, outline-6, outline-7, outline-8):
14487         * textmodes/dns-mode.el (dns-mode):
14488         * textmodes/sgml-mode.el (sgml-namespace-face):
14489         * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
14490         (tex-verbatim-face, tex-use-reftex):
14491         * textmodes/texinfo.el (texinfo-heading-face):
14492         Specify customization group.
14494         * longlines.el: Don't require easy-mmode.
14495         (longlines-visible-face): Specify customization group.
14497 2005-05-27  Kenichi Handa  <handa@m17n.org>
14499         * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
14500         encoding table of windows-1251.
14502         * international/ucs-tables.el (ucs-set-table-for-input):
14503         If translation-table-for-input of a coding system is a symbol, get
14504         its translation-table property.
14506         * international/code-pages.el: Don't register a coding system into
14507         non-iso-charset-alist more than once.
14508         (cp-make-coding-system): Likewise.
14510 2005-05-26  John Wiegley  <johnw@newartisans.com>
14512         * eshell/esh-cmd.el (eshell-eval-command): If the return value of
14513         `eshell-resume-eval' is wrapped in a list, it indicates that the
14514         command was run asynchronously.  In that case, unwrap the value
14515         before checking the delimiter value.
14517         * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
14518         character before a space at the end of a line is \, assume the space
14519         is part of the last argument rather than a final argument separator.
14521         * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
14522         is in use, and the target is `t' or `nil' (which are the most common
14523         values), don't assume that the symbol target is a buffer.
14525 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
14527         * calendar/calendar.el (calendar-mode-line-format):
14528         Use mode-line-highlight as mouse-face.
14530         * time.el (display-time-string-forms, display-time-update):
14531         Use mode-line-highlight as mouse-face.
14533 2005-05-26  Jay Belanger  <belanger@truman.edu>
14535         * calc/calc.el (calc-language-alist): Remove extra defvar.
14537 2005-05-26  Lute Kamstra  <lute@gnu.org>
14539         * arc-mode.el (archive-mode):
14540         * bookmark.el (bookmark-read-annotation-mode)
14541         (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
14542         * bs.el (bs-mode):
14543         * calc/calc-yank.el (calc-edit-mode):
14544         * calc/calc.el (calc-mode, calc-trail-mode):
14545         * calculator.el (calculator-mode):
14546         * chistory.el (command-history-mode):
14547         * comint.el:
14548         * cus-edit.el (custom-mode):
14549         * descr-text.el (describe-text-mode):
14550         * ebuff-menu.el (Electric-buffer-menu-mode):
14551         * ediff-util.el (ediff-mode):
14552         * emacs-lisp/re-builder.el (reb-mode):
14553         * emulation/vi.el (vi-mode-setup):
14554         * emulation/ws-mode.el (wordstar-mode):
14555         * eshell/esh-mode.el (eshell-mode):
14556         * forms.el (forms-mode):
14557         * help-mode.el (help-mode):
14558         * hexl.el (hexl-mode):
14559         * ibuffer.el (ibuffer-mode):
14560         * ielm.el (inferior-emacs-lisp-mode):
14561         * info.el (Info-mode, Info-edit-mode):
14562         * international/swedish.el:
14563         * ledit.el (ledit-from-lisp-mode):
14564         * locate.el (locate-mode):
14565         * mail/rmail.el (rmail-mode):
14566         * mail/rmailedit.el (rmail-edit-mode):
14567         * mail/rmailsum.el (rmail-summary-mode):
14568         * mail/supercite.el (sc-electric-mode):
14569         * net/eudc.el (eudc-mode):
14570         * net/quickurl.el (quickurl-list-mode):
14571         * net/snmp-mode.el (snmp-mode, snmpv2-mode):
14572         * obsolete/ooutline.el (outline-mode):
14573         * obsolete/options.el (Edit-options-mode):
14574         * obsolete/rnews.el (news-mode):
14575         * obsolete/rnewspost.el (news-reply-mode):
14576         * play/5x5.el (5x5-mode):
14577         * play/decipher.el (decipher-mode, decipher-stats-mode):
14578         * play/gomoku.el (gomoku-mode):
14579         * play/snake.el (snake-mode):
14580         * play/solitaire.el (solitaire-mode):
14581         * play/tetris.el (tetris-mode):
14582         * progmodes/ada-mode.el (ada-mode):
14583         * progmodes/antlr-mode.el (antlr-mode):
14584         * progmodes/autoconf.el (autoconf-mode):
14585         * progmodes/dcl-mode.el (dcl-mode):
14586         * progmodes/delphi.el (delphi-mode):
14587         * progmodes/ebrowse.el (ebrowse-tree-mode)
14588         (ebrowse-electric-list-mode, ebrowse-member-mode)
14589         (ebrowse-electric-position-mode):
14590         * progmodes/f90.el (f90-mode):
14591         * progmodes/fortran.el (fortran-mode):
14592         * progmodes/icon.el (icon-mode):
14593         * progmodes/idlw-help.el (idlwave-help-mode):
14594         * progmodes/idlw-shell.el (idlwave-shell-mode):
14595         * progmodes/idlwave.el (idlwave-mode):
14596         * progmodes/inf-lisp.el (inferior-lisp-mode):
14597         * progmodes/m4-mode.el (m4-mode):
14598         * progmodes/meta-mode.el (metafont-mode, metapost-mode):
14599         * progmodes/modula2.el (modula-2-mode):
14600         * progmodes/octave-inf.el (inferior-octave-mode):
14601         * progmodes/octave-mod.el (octave-mode):
14602         * progmodes/pascal.el (pascal-mode):
14603         * progmodes/sh-script.el (sh-mode):
14604         * progmodes/sql.el (sql-mode, sql-interactive-mode):
14605         * progmodes/vhdl-mode.el (vhdl-mode):
14606         * progmodes/xscheme.el (scheme-interaction-mode):
14607         * replace.el (occur-mode):
14608         * ses.el (ses-mode):
14609         * simple.el (completion-list-mode):
14610         * skeleton.el:
14611         * speedbar.el (speedbar-mode):
14612         * term.el (term-mode):
14613         * terminal.el (terminal-edit-mode):
14614         * textmodes/reftex-index.el (reftex-index-mode)
14615         (reftex-index-phrases-mode):
14616         * textmodes/reftex-sel.el (reftex-select-label-mode)
14617         (reftex-select-bib-mode):
14618         * textmodes/reftex-toc.el (reftex-toc-mode):
14619         * wdired.el (wdired-change-to-wdired-mode):
14620         * wid-browse.el (widget-browse-mode):
14621         Use run-mode-hooks.
14623         * array.el (array-mode):
14624         * calendar/todo-mode.el (todo-mode):
14625         * man.el (Man-mode):
14626         * play/landmark.el (lm-mode):
14627         * play/mpuz.el (mpuz-mode):
14628         Use kill-all-local-variables and run-mode-hooks.
14630         * subr.el (delay-mode-hooks): Specify indentation.
14632 2005-05-26  Mark A. Hershberger  <mah@everybody.org>
14634         * xml.el (xml-substitute-special): Don't die for undefined xml
14635         entities.
14637 2005-05-26  Jay Belanger  <belanger@truman.edu>
14639         * calc/calc-prog.el (calc-user-define-edit): Don't find substring
14640         of nil.
14642 2005-05-27  Nick Roberts  <nickrob@snap.net.nz>
14644         * progmodes/gdb-ui.el (gdb-frame-address):
14645         Rename from gdb-current-address.
14646         (gdb-previous-frame-address): Rename from gdb-previous-address.
14647         (gdb-selected-frame): Rename from gdb-current-frame.
14648         (gdb-get-selected-frame): Rename from gdb-get-current-frame.
14649         (gdb-frame-number): Rename from gdb-current-stack-level.
14650         (gdb-ann3): Match new mode-name for disassembly buffer.
14651         Extend initialization of variables.
14652         (gdb-post-prompt): Update disassembly from gdb-frame-handler.
14653         (gdb-memory-mode): Use mouse-face in header line.
14654         (gdb-assembler-buffer-name): Call it disassembly and give frame
14655         in mode line.
14656         (gdb-source-spec-regexp, gdb-assembler-custom)
14657         (gdb-invalidate-assembler, gdb-frame-handler):
14658         Make robust to leading zeroes in address format.
14660 2005-05-26  Carsten Dominik  <dominik@science.uva.nl>
14662         * textmodes/org.el (org-mode): Use `define-derived-mode' to
14663         define `org-mode'.
14664         (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
14666 2005-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
14668         * log-edit.el (log-edit-changelog-entries): Distinguish between
14669         filenames like xfns.c and fns.c.
14671 2005-05-25  Luc Teirlinck  <teirllm@auburn.edu>
14673         * buff-menu.el (Buffer-menu-revert-function): Improve handling of
14674         point after reverting.
14675         (Buffer-menu-make-sort-button): Handle the case where
14676         `Buffer-menu-use-header-line' is nil.
14678 2005-05-25  Thien-Thi Nguyen  <ttn@gnu.org>
14680         * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
14681         New funcs.  In minibuffer-local-completion-map bind `]', `/'
14682         and `:' to them.
14684 2005-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
14686         * startup.el (normal-top-level): Allow modification of load-path while
14687         we're iterating over it.
14689 2005-05-25  Juanma Barranquero  <lekktu@gmail.com>
14691         * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
14692         (thumbs-cleanup-thumbsdir, thumbs-call-convert)
14693         (thumbs-resize-interactive, thumbs-insert-image)
14694         (thumbs-insert-thumb, thumbs-dired-show-marked)
14695         (thumbs-find-image-at-point, thumbs-delete-images)
14696         (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
14697         (thumbs-increment-image-size, thumbs-decrement-image-size):
14698         Fix typos in docstrings.
14700 2005-05-24  Andre Spiegel  <spiegel@gnu.org>
14702         * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
14703         (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
14704         (cperl-mode): Use them.
14706 2005-05-24  Juanma Barranquero  <lekktu@gmail.com>
14708         * window.el (quit-window, shrink-window-if-larger-than-buffer):
14709         Doc fixes.
14711 2005-05-24  Nick Roberts  <nickrob@snap.net.nz>
14713         * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
14714         Bind C-d to gdb-inferior-io-eof.
14716         * dired.el (dired-dnd-popup-notice): Use message-box.
14718 2005-05-23  Masatake YAMATO  <jet@gyve.org>
14720         * bindings.el (mode-line-major-mode-keymap):
14721         Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
14723         * faces.el (mode-line-highlight): New face.
14725         * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
14726         as mouse-face.
14728         * bindings.el (top-level, help-echo, mode-line-modified)
14729         (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
14730         as mouse-face.
14732 2005-05-23  Juanma Barranquero  <lekktu@gmail.com>
14734         * progmodes/cc-engine.el (c-guess-basic-syntax):
14735         Remove spurious call to `zerop'.
14737         * emacs-lisp/cl.el (acons, pairlis): Add docstring.
14739 2005-05-23  Martin Stjernholm  <bug-cc-mode@gnu.org>
14741         CC Mode update to 5.30.10:
14743         * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
14744         could go past the limit in decoration level 2, thereby causing
14745         errors during interactive fontification.
14747         * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
14748         the file is evaluated interactively.
14750         * cc-engine.el (c-guess-basic-syntax): Handle operator
14751         declarations somewhat better in C++.
14753         * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
14754         make use of `run-mode-hooks' which has been added in Emacs 21.1.
14755         (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
14756         (awk-mode): Use it.
14757         (make-local-hook): Suppress warning about obsoleteness.
14759         * cc-engine.el, cc-align.el, cc-cmds.el
14760         (c-append-backslashes-forward, c-delete-backslashes-forward)
14761         (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
14762         Compensate for return value from `forward-line' when it has moved
14763         but not to a different line due to eob.
14765         * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
14766         `objc-method-intro' and `objc-method-args-cont'.
14768 2005-05-23  Alan Mackenzie  <bug-cc-mode@gnu.org>
14770         CC Mode update to 5.30.10:
14772         * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
14773         in the copyright statement.  Incidentally, change "along with GNU
14774         Emacs" to "along with this program" where it occurs.
14776         * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
14777         so that it is interactive, hence can be found by M-x awk-mode
14778         whilst cc-mode is yet to be loaded.  Reported by Glenn Morris
14779         <gmorris+emacs@ast.cam.ac.uk>.
14781         * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
14782         Mode's regexps.
14784 2005-05-23  Kevin Ryde  <user42@zip.com.au>
14786         * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
14787         c-parse-state, to avoid a lisp error (on bad code).
14789 2005-05-23  Lute Kamstra  <lute@gnu.org>
14791         * subr.el (font-lock-defaults): Remove defvar as it's already
14792         defined in font-core.el.
14794         * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
14796 2005-05-23  Nick Roberts  <nickrob@snap.net.nz>
14798         * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
14799         more general and work when GDB variable "print pretty" is on,
14800         as with Emacs, for example.
14802 2005-05-22  Luc Teirlinck  <teirllm@auburn.edu>
14804         * font-core.el: Update comment.
14806         * emacs-lisp/easy-mmode.el (define-global-minor-mode):
14807         Use `after-change-major-mode-hook' instead of `find-file-hook'.
14809         * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
14811 2005-05-22  Eli Zaretskii  <eliz@gnu.org>
14813         * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
14814         and `yank-handler' in the doc strings.
14816 2005-05-22  Stefan Monnier  <monnier@iro.umontreal.ca>
14818         * emacs-lisp/cl.el (eql): Remove.  It's a builtin already.
14820 2005-05-22  Richard M. Stallman  <rms@gnu.org>
14822         * help.el (describe-key): Move print-help-return-message call
14823         out of conditional.
14825         * progmodes/etags.el (list-tags): Use with-no-warnings.
14827         * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
14828         (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
14829         (starttls-extra-args, starttls-extra-arguments): Add defvars.
14831         * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
14833         * language/viet-util.el (viet-viscii-nonascii-translation-table):
14834         Add defvar.
14836         * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
14837         Use defvar, not defconst.
14839         * hexl.el (hexl-follow-line): Use with-no-warnings.
14841         * emulation/tpu-extras.el: Use write-file-functions instead of
14842         write-file-hooks.
14844         * dired.el (dired-font-lock-keywords): Fontify files with junk
14845         extensions even if marked by -F.
14847 2005-05-22  Juanma Barranquero  <lekktu@gmail.com>
14849         * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
14850         (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
14851         * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
14852         (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
14853         (concatenate, list-length, get*, getf, cl-remprop):
14854         * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
14855         (etypecase, progv, lexical-let, lexical-let*)
14856         (multiple-value-bind, multiple-value-setq, shiftf):
14857         Improve argument/docstring consistency.
14859         * subr.el (focus-frame, unfocus-frame): Revert deletion on 2005-05-01.
14861 2005-05-22  Andre Spiegel  <spiegel@gnu.org>
14863         * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
14864         doesn't exist.
14866         * vc.el (vc-trunk-p): Add autoload cookie.  The function is used in
14867         vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
14869 2005-05-22  Nick Roberts  <nickrob@snap.net.nz>
14871         * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
14872         already deleted variables: auto-fill-hook, blink-paren-hook,
14873         lisp-indent-hook, inhibit-local-variables, unread-command-event,
14874         suspend-hooks, comment-indent-hook, meta-flag,
14875         before-change-function, after-change-function,
14876         font-lock-doc-string-face.
14878 2005-05-21  Luc Teirlinck  <teirllm@auburn.edu>
14880         * emacs-lisp/derived.el (define-derived-mode): Doc fix.
14882 2005-05-21  Eli Zaretskii  <eliz@gnu.org>
14884         * mail/rmail.el (rmail-reply): Filter the list in reply-to through
14885         rmail-dont-reply-to.
14887 2005-05-21  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
14889         * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
14890         literal blank when splitting new-header-values.
14892 2005-05-21  Matt Hodges  <MPHodges@member.fsf.org>
14894         * calendar/cal-menu.el (cal-menu-update): Add separator as a
14895         string so that tmm doesn't create a completion entry for it.
14897         * textmodes/table.el (table-disable-menu): Ditto.
14899 2005-05-21  Richard M. Stallman  <rms@gnu.org>
14901         * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
14903         * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
14905         * net/rcompile.el (remote-compile): Use compilation-start.
14907         * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
14909 2005-05-21  Daniel Pfeiffer  <occitan@esperanto.org>
14911         * files.el (auto-mode-alist): Check GNUmakefile before makefile.
14912         Default to makefile-bsdmake-mode on BSD systems.
14914         * imenu.el (imenu-generic-expression, imenu--generic-function'):
14915         REGEXP may also be a search function now.  The part of doc-string
14916         for describing the structure was 95% identical to that of
14917         `imenu--generic-function'.  Unify it there.
14919         * progmodes/make-mode.el (makefile-imenu-generic-expression):
14920         Use function to find dependencies, because regexp alone is so complex,
14921         it easily goes into an endless loop.
14922         (makefile-makepp-mode): Also add submenu for Perl functions
14923         defined in the makefile.
14924         (makefile-bsdmake-mode): Special imenu-generic-expression no
14925         longer needed, due to function call.
14926         (makefile-match-dependency): Take BOUND into account when checking
14927         if we're through.
14929 2005-05-20  Jay Belanger  <belanger@truman.edu>
14931         * calc/calc-units.el (calc-invalidate-units-table):
14932         Use inhibit-read-only.
14933         (math-build-units-table-buffer): Use view-mode.
14935 2005-05-20  David Kastrup  <dak@gnu.org>
14937         * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
14938         easy-menu-add is not a nop on Emacs; and clarify when to call it.
14940 2005-05-20  Lute Kamstra  <lute@gnu.org>
14942         * diff-mode.el (diff-header-face, diff-file-header-face)
14943         (diff-index-face, diff-hunk-header-face, diff-removed-face)
14944         (diff-added-face, diff-changed-face, diff-function-face)
14945         (diff-context-face, diff-nonexistent-face): Put them in the
14946         diff-mode customization group.
14948 2005-05-20  Stefan Monnier  <monnier@iro.umontreal.ca>
14950         * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
14952         * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
14954         * font-lock.el (lisp-font-lock-keywords-2): Don't error.
14955         Minor regexp-optimization.
14957 2005-05-20  Carsten Dominik  <dominik@science.uva.nl>
14959         * textmodes/org.el (org-agenda-toggle-time-grid): New command.
14960         (org-agenda-use-time-grid, org-agenda-time-grid): New options.
14961         (org-agenda-add-time-grid-maybe): New function.
14962         (org-agenda): Call `org-agenda-add-time-grid-maybe'.
14963         (org-table-create): `dotimes' instead of `mapcar'.
14964         (org-xor): Simplify implementation.
14965         (org-agenda): `inhibit-redisplay' turned on.
14966         (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
14967         a consistent line after a state change.
14968         (org-agenda-remove-times-when-in-prefix): New option.
14969         (org-prefix-has-time): New variable.
14970         (org-parse-time-string): Optional argument NODEFAULT.
14971         (org-format-agenda-item): Parse items for time-of-day
14972         specifications and move these into the prefix if possible.
14973         (org-agenda-priority): Get current heading, not previous heading
14974         during agenda remote editing.
14976 2005-05-20  Juanma Barranquero  <lekktu@gmail.com>
14978         * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
14979         (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
14980         (remove-duplicates, delete-duplicates, substitute)
14981         (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
14982         (nsubstitute-if-not, find, find-if, find-if-not, position)
14983         (position-if, position-if-not, count, count-if, count-if-not)
14984         (mismatch, search, sort*, stable-sort, merge, member*)
14985         (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
14986         (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
14987         (intersection, nintersection, set-difference, nset-difference)
14988         (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
14989         (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
14990         (nsublis, tree-equal): Improve argument/docstring consistency.
14992         * subr.el (send-string, send-region): Remove obsolescence declaration.
14993         (window-dot, set-window-dot, read-input, show-buffer)
14994         (eval-current-buffer, string-to-int):
14995         Add release number to obsolescence declarations.
14997 2005-05-19  Kim F. Storm  <storm@cua.dk>
14999         * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
15000         (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
15002 2005-05-20  Matt Hodges  <MPHodges@member.fsf.org>
15004         * faces.el (list-faces-display): Make back button respect optional
15005         regexp arg.
15007 2005-05-19  Juanma Barranquero  <lekktu@gmail.com>
15009         * calculator.el (calculator-radix-grouping-mode)
15010         (calculator-radix-grouping-digits, calculator-displayer)
15011         (calculator-radix-grouping-separator, calculator-copy-displayer):
15012         * dabbrev.el (dabbrev-search-these-buffers-only):
15013         * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
15014         (diff-advance-after-apply-hunk, diff-mode-hook)
15015         (diff-minor-mode-prefix):
15016         * imenu.el (imenu-use-popup-menu):
15017         * jit-lock.el (jit-lock-context-time):
15018         * newcomment.el (comment-fill-column, comment-column)
15019         (comment-style, comment-padding, comment-multi-line)
15020         (comment-empty-lines, comment-auto-fill-only-comments):
15021         * reveal.el (reveal-around-mark):
15022         * uniquify.el (uniquify-buffer-name-style)
15023         (uniquify-after-kill-buffer-p)
15024         (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
15025         (uniquify-min-dir-content, uniquify-separator)
15026         (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
15027         * w32-vars.el (w32-fixed-font-alist):
15028         * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
15029         * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
15030         * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
15031         * progmodes/perl-mode.el (perl-indent-level)
15032         (perl-continued-statement-offset, perl-continued-brace-offset)
15033         (perl-brace-offset, perl-brace-imaginary-offset)
15034         (perl-label-offset, perl-indent-continued-arguments)
15035         (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
15036         * progmodes/tcl.el (tcl-indent-level)
15037         (tcl-continued-indent-level, tcl-auto-newline)
15038         (tcl-tab-always-indent, tcl-electric-hash-style)
15039         (tcl-help-directory-list, tcl-use-smart-word-finder)
15040         (tcl-application, tcl-command-switches, tcl-prompt-regexp)
15041         (inferior-tcl-source-command):
15042         * textmodes/fill.el (enable-kinsoku):
15043         * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
15044         * textmodes/table.el (table-yank-handler):
15045         Specify missing group (and type, if simple) in defcustom.
15047 2005-05-19  Luc Teirlinck  <teirllm@auburn.edu>
15049         * progmodes/compile.el (compilation-finish-function): Fix defvar.
15051 2005-05-19  Richard M. Stallman  <rms@gnu.org>
15053         * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
15055         * subr.el (event-basic-type): Don't get an error.
15056         (left-fringe-p): Function deleted.
15058         * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
15059         (list-buffers-noselect): Set `font-lock-face' property, not `face'.
15061         * dired-aux.el (dired-copy-file-recursive): Handle symlinks
15062         in recursive copy.
15064         * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
15066         * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
15068         * emacs-lisp/bytecomp.el
15069         (byte-compile-file-form-custom-declare-variable):
15070         Call byte-compile-nogroup-warn if appropriate.
15072         * progmodes/compile.el (compilation-finish-function): Mark obsolete.
15073         (compilation-set-window): Don't call left-fringe-p; do it directly.
15075 2005-05-19  Jay Belanger  <belanger@truman.edu>
15077         * calc/calc-graph.el (calc-graph-format-data): Make sure
15078         var-PlotRejects is bound before trying to check its value.
15080 2005-05-19  Carsten Dominik  <dominik@science.uva.nl>
15082         * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
15083         definition of this variable from reftex-global.el to reftex.el,
15084         because it is needed in the menu.
15086 2005-05-19  Lute Kamstra  <lute@gnu.org>
15088         * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
15089         years are fixed.  Don't insert a space after a dash.
15091 2005-05-19  Kim F. Storm  <storm@cua.dk>
15093         * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
15095 2005-05-19  Daniel Pfeiffer  <occitan@esperanto.org>
15097         * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
15098         strings, because (eq ... ?\\) is fairly frequent.
15100         * progmodes/make-mode.el (makefile-add-this-line-targets):
15101         Simplify and integrate into `makefile-pickup-targets'.
15102         (makefile-add-this-line-macro): Simplify and integrate into
15103         `makefile-pickup-macros.
15104         (makefile-pickup-filenames-as-targets): Simplify.
15105         (makefile-previous-dependency, makefile-match-dependency):
15106         Don't stumble over `::'.
15108 2005-05-19  Nick Roberts  <nickrob@snap.net.nz>
15110         * subr.el (post-command-idle-hook, post-command-idle-delay):
15111         Remove obsoletion of post-command-idle-hook and
15112         post-command-idle-delay.
15114         * faces.el (list-faces-display): Provide button when describe-face
15115         is called to take user back to the list of faces.
15117         * help-fns.el (describe-variable): Remove hyperlinks in a
15118         variable's value as these are quite frequently inappropriate.
15120         * follow.el (follow-submit-feedback, follow-mode):
15121         Remove references to post-command-idle-hook.
15123 2005-05-18  Daniel Pfeiffer  <occitan@esperanto.org>
15125         * progmodes/make-mode.el (makefile-previous-dependency)
15126         (makefile-match-dependency): Check for := (and in bsd mode also
15127         !=) to give a better result, even when font-lock is not on.
15129 2005-05-18  Jay Belanger  <belanger@truman.edu>
15131         * calc/calc-help.el (calc-s-prefix-help):
15132         Add `calc-copy-special-constant' to help string.
15134 2005-05-18  Luc Teirlinck  <teirllm@auburn.edu>
15136         * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
15138 2005-05-18  Jay Belanger  <belanger@truman.edu>
15140         * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
15141         in linear factors are in proper order.
15143 2005-05-18  Carsten Dominik  <dominik@science.uva.nl>
15145         * textmodes/reftex-vars.el (reftex-cite-format-builtin):
15146         Support for jurabib.
15148         * textmodes/reftex.el (featurep): Define aliases for overlay
15149         commands, for XEmacs compatibility, and use these aliases in
15150         overlay initializations.
15151         (reftex-highlight): Use `reftex-move-overlay'.
15152         (reftex-unhighlight): Use `reftex-delete-overlay'.
15153         (reftex-uniq): Function removed.  Use `reftex-uniquify' instead.
15154         (reftex-access-search-path): Use `reftex-uniquify' instead of
15155         `reftex-uniq'
15157         * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
15158         `before-string' property modification enables for Emacs as well.
15159         (reftex-select-item): Use `reftex-delete-overlay'.
15160         (reftex-select-mark): Use `reftex-make-overlay' and
15161         `reftex-overlay-put'.
15162         (reftex-select-unmark): Use `reftex-delete-overlay' and
15163         `reftex-overlay-put'.
15165 2005-05-18  Lute Kamstra  <lute@gnu.org>
15167         * emacs-lisp/lisp.el (check-parens): Fix docstring.
15169 2005-05-18  Juanma Barranquero  <lekktu@gmail.com>
15171         * add-log.el (add-change-log-entry):
15172         * array.el (array-make-template, array-reconfigure-rows)
15173         (array-init-max-row, array-init-max-column)
15174         (array-init-columns-per-line, array-init-field-width):
15175         * replace.el (replace-match-maybe-edit, perform-replace):
15176         * textmodes/spell.el (spell-region):
15177         Replace `read-input' by `read-string'.
15179         * forms.el (forms-mode):
15180         * finder.el (finder-compile-keywords):
15181         * shadowfile.el (shadow-read-files):
15182         Replace `eval-current-buffer' by `eval-buffer'.
15184         * terminal.el (te-pass-through):
15185         * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
15186         (ange-ftp-raw-send-cmd):
15187         * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
15188         (send-process-next-char, telnet-initial-filter, telnet):
15189         Replace `send-string' by `process-send-string'.
15191         * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
15192         (prolog-consult-region): Replace `send-string' by
15193         `process-send-string'; replace `send-region' by `process-send-region'.
15195         * progmodes/delphi.el (delphi-log-msg):
15196         Replace `set-window-dot' by `set-window-point'.
15198         * subr.el (window-dot, set-window-dot, read-input, send-string)
15199         (send-region, show-buffer, eval-current-buffer):
15200         Make really obsolete, as the comment says.
15202 2005-05-17  Kim F. Storm  <storm@cua.dk>
15204         * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
15205         (cua--init-keymaps): Bind C-return instead of S-return to set
15206         rectangle mark.
15208         * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
15209         instead of S-return to toggle/clear rectangle mark.
15211 2005-05-17  Daniel Pfeiffer  <occitan@esperanto.org>
15213         * progmodes/make-mode.el (makefile-dependency-skip): New variable.
15214         (makefile-macroassign-regex, makefile-make-font-lock-keywords):
15215         Also fontify plain strings assigned to variables, mostly so that a
15216         colon has a face and is thus not taken as a dependency separator.
15217         (makefile-previous-dependency): Inline the new matcher, because it
15218         is too complex to work in both directions.
15219         (makefile-match-dependency): Eliminate `backward' arg (see above).
15220         Completely reimplemented so as to not sometimes go into an endless
15221         loop.  It should also be more efficient, because first it only
15222         searches for `:', instead of applying the very complex regexp.
15223         (makefile-mode): Cancel `font-lock-support-mode', because blocks
15224         to be fontified in one piece can be too long for JIT.
15225         Makefiles are never *that* big.
15227 2005-05-17  Reiner Steib  <Reiner.Steib@gmx.de>
15229         * dired.el (dired-mode): Simplify.
15231 2005-05-17  Lute Kamstra  <lute@gnu.org>
15233         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
15234         defcustom for the mode hook variable.
15236         * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
15237         Emacs Lisp Reference Manual.
15239 2005-05-17  Juanma Barranquero  <lekktu@gmail.com>
15241         * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
15242         (evenp, list*):
15243         * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
15244         * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
15246         * net/tramp-smb.el (tramp-smb-open-connection):
15247         Pass `tramp-chunksize' as fifth (required) argument.
15249 2005-05-16  Daniel Pfeiffer  <occitan@esperanto.org>
15251         * font-lock.el (lisp-font-lock-keywords-1):
15252         Set `font-lock-negation-char-face' for [^...] char group.
15253         (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
15255         * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
15256         a var, and refine it to mask one more level of nested vars.
15257         (makefile-rule-action-regex): Turn it into a var, and refine it so
15258         it recognizes backslashed continuation lines as belonging to the
15259         same command.
15260         (makefile-macroassign-regex): Refine it so it recognizes
15261         backslashed continuation lines as belonging to the same command.
15262         (makefile-var-use-regex): Don't look at the next char, because it
15263         might be the same one to be skipped by the initial [^$], leading
15264         to an overlooked variable use.
15265         (makefile-make-font-lock-keywords): Remove two parameters, which
15266         are now variables that some of the modes set locally.
15267         Handle dependency and rule action matching through functions, because
15268         regexps alone match too often.  Dependency matching now comes
15269         last, so it can check, whether a colon already matched something else.
15270         (makefile-mode): Inform that font-lock improves makefile parsing
15271         capabilities.
15272         (makefile-match-dependency, makefile-match-action): New functions.
15274 2005-05-16  Juanma Barranquero  <lekktu@gmail.com>
15276         * emacs-lisp/cl-extra.el (equalp): Doc fix.
15278         * align.el (align-regexp):
15279         * ansi-color.el (ansi-color-get-face):
15280         * array.el (array-reconfigure-rows, array-init-max-row)
15281         (array-init-max-column, array-init-columns-per-line)
15282         (array-init-field-width):
15283         * dired-aux.el (dired-trample-file-versions):
15284         * dired-x.el (dired-mark-sexp):
15285         * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
15286         * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
15287         * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
15288         * faces.el (face-read-integer):
15289         * files.el (backup-extract-version, insert-directory):
15290         * hexl.el (hexl-insert-decimal-char):
15291         * server.el (server-process-filter):
15292         * shell.el (shell-extract-num):
15293         * startup.el (command-line-1):
15294         * term.el (term-command-hook):
15295         * time-stamp.el (time-stamp, time-stamp-string-preprocess)
15296         (time-stamp-do-number):
15297         * time.el (display-time-update):
15298         * timezone.el (timezone-parse-date, timezone-zone-to-minute)
15299         (timezone-fix-time):
15300         * vms-patch.el (vms-suspend-resume-hook):
15301         * calendar/appt.el (appt-convert-time):
15302         * calendar/cal-bahai.el (mark-bahai-diary-entries):
15303         * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
15304         * calendar/cal-islam.el (mark-islamic-diary-entries):
15305         * calendar/calendar.el (calendar-cursor-to-date)
15306         (calendar-star-date):
15307         * calendar/diary-lib.el (diary-attrtype-convert)
15308         (mark-diary-entries, diary-entry-time):
15309         * calendar/solar.el (solar-get-number):
15310         * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
15311         * emacs-lisp/re-builder.el (reb-display-subexp):
15312         * emulation/edt.el (edt-set-scroll-margins):
15313         * emulation/tpu-extras.el (tpu-set-scroll-margins):
15314         * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
15315         (vip-get-ex-count):
15316         * emulation/viper-ex.el (viper-get-ex-token)
15317         (viper-get-ex-buffer, viper-get-ex-count, ex-next):
15318         * international/fontset.el (fontset-plain-name):
15319         * mail/feedmail.el (feedmail-look-at-queue-directory):
15320         * mail/mailalias.el (mail-get-names):
15321         * mail/rmail.el (rmail-convert-to-babyl-format):
15322         * mail/rmailsum.el (rmail-make-basic-summary-line)
15323         (rmail-summary-next-same-subject, rmail-summary-rmail-update)
15324         (rmail-summary-goto-msg):
15325         * mail/smtpmail.el (smtpmail-read-response):
15326         * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
15327         (ange-ftp-vms-add-file-entry):
15328         * play/gametree.el (gametree-looking-at-ply)
15329         (gametree-current-branch-score):
15330         * progmodes/ada-xref.el (ada-prj-find-prj-file)
15331         (ada-xref-find-in-modified-ali, ada-find-in-src-path):
15332         * progmodes/cperl-mode.el (condition-case):
15333         * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
15334         (ebrowse-set-member-buffer-column-width)
15335         (ebrowse-select-1st-to-9nth):
15336         * progmodes/etags.el (etags-snarf-tag):
15337         * progmodes/flymake.el (flymake-parse-line):
15338         * progmodes/idlw-shell.el (idlwave-shell-parse-line)
15339         (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
15340         (idlwave-shell-menu-def):
15341         * progmodes/ps-mode.el (ps-run-goto-error):
15342         * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
15343         (vhdl-speedbar-contract-level):
15344         * term/mac-win.el (x-handle-numeric-switch):
15345         * term/sun-mouse.el (sun-get-frame-data):
15346         * term/w32-win.el (x-handle-numeric-switch):
15347         * term/x-win.el (x-handle-numeric-switch):
15348         * textmodes/ispell.el (ispell-parse-output):
15349         * textmodes/nroff-mode.el (nroff-outline-level):
15350         * textmodes/reftex-cite.el (reftex-bib-sort-year)
15351         (reftex-bib-sort-year-reverse, reftex-format-citation):
15352         * textmodes/reftex-parse.el (reftex-init-section-numbers)
15353         (reftex-section-number):
15354         * textmodes/texinfmt.el (texinfo-paragraphindent):
15355         Replace `string-to-int' by `string-to-number'.
15357         * international/latexenc.el: Add page marker to force the "Local
15358         Variables:" string out of the last page.
15360 2005-05-16  Nick Roberts  <nickrob@snap.net.nz>
15362         * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
15363         tooltip-change-major-mode.
15364         (gud-tooltip-print-command): Remove case where gud-minor-mode
15365         is gdb ("--fullname").
15366         (gud-tooltip-tips): Turn GUD tooltips off for this case and
15367         explain to user.
15369 2005-05-16  Jay Belanger  <belanger@truman.edu>
15371         * calc/calc-store.el (calc-copy-special-constant): New function.
15373         * calc/calc-ext.el (calc-init-extensions): Add binding for
15374         `calc-copy-special-constant'.
15376         * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
15377         for the `calc-copy-special-constant' command.
15379 2005-05-16  Nick Roberts  <nickrob@snap.net.nz>
15381         * subr.el (left-fringe-p): New function.
15383         * progmodes/compile.el (compilation-setup): Set local value of
15384         overlay-arrow-string to "" always.
15385         (compilation-set-window): Left fringe then don't scroll.
15386         No left fringe then no arrow and scroll message to top.
15387         (compilation-context-lines): Adjust doc string accordingly.
15389 2005-05-16  Kim F. Storm  <storm@cua.dk>
15391         * ido.el (ido-magic-forward-char, ido-magic-backward-char)
15392         (ido-magic-delete-char): New commands for C-f, C-b, C-d.
15393         (ido-wide-find-dir-or-delete-dir): New command for M-d.
15394         (ido-define-mode-map): Bind them.  Add C-x prefix to fallback commands.
15395         (ido-read-file-name): Handle commands with ido property value
15396         equal to find-file as reading a file name, to allow C-d to enter dired.
15397         (ibuffer-find-file): Add ido property with value find-file.
15399 2005-05-15  Kim F. Storm  <storm@cua.dk>
15401         * subr.el (open-network-stream-nowait): Remove.
15402         (open-network-stream-server): Remove.
15404 2005-05-15  Richard M. Stallman  <rms@gnu.org>
15406         * faces.el (describe-face): Output a definition link button.
15408         * help-mode.el (help-face-def): New button type.
15410         * emacs-lisp/copyright.el (copyright-fix-years):
15411         Match properly if the first year is 2-digit.
15412         Don't mess up the whitespace after the years by filling.
15414         * dired-aux.el (dired-mark-confirm):
15415         Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
15417         * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
15418         (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
15419         (dired-mark-pop-up): Handle FILES = (t FILE) specially.
15421         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
15422         Set font-lock-comment-start-skip.
15424         * font-lock.el (font-lock-comment-start-skip): New variable.
15425         (font-lock-comment-end-skip): New variable.
15426         (font-lock-fontify-syntactically-region): Use them if non-nil.
15428 2005-05-15  Jay Belanger  <belanger@truman.edu>
15430         * calc/calc-store.el (calc-store-value): Return a string rather
15431         than display it as a message.
15432         Use calc-var-name for variable name.
15433         (calc-store-into): Add the result of calc-store-value to message.
15434         (calc-copy-variable): Add a message.
15435         (calc-store-exchange): Improve error messages.
15436         (calc-store-binary, calc-store-map): Don't reset the values of
15437         special constants.
15439 2005-05-14  Luc Teirlinck  <teirllm@auburn.edu>
15441         * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
15442         manual to docstring.
15444         * files.el (hack-local-variables-confirm): Add STRING argument.
15445         Make the function handle non file visiting buffers correctly.
15446         (hack-local-variables-prop-line, hack-local-variables)
15447         (hack-one-local-variable): Use STRING arg of
15448         `hack-local-variables-confirm'.
15450 2005-05-14  Michael Albinus  <michael.albinus@gmx.de>
15452         Sync with Tramp 2.0.49.
15454         * net/tramp.el (tramp-handle-dired-call-process)
15455         (tramp-handle-insert-directory):`insert-buffer' cannot be used
15456         because the contents of the Tramp buffer is changed before
15457         insertion (`expand-file' and alike).
15458         (tramp-handle-insert-directory): If `localname' has an empty
15459         nondirectory name, it must not be quoted.
15460         (tramp-pre-connection): Add parameter CHUNKSIZE.  Make local
15461         variable `tramp-chunksize'.  Change callees.
15462         (tramp-open-connection-setup-interactive-shell): Check remote host
15463         for buggy `send-process-string' implementation.
15464         Set `tramp-chunksize' if found.  Reported by Michael Kifer
15465         <kifer@cs.sunysb.edu> (and a lot of other people all the years).
15466         (tramp-handle-shell-command): `insert-buffer' cannot be used
15467         because the contents of the Tramp buffer is changed before
15468         insertion (`expand-file' and alike).  Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
15469         <frederic.bothamy@free.fr>.
15470         (tramp-set-auto-save): Actions should be done for Tramp file name
15471         handler only.  Ange-FTP has its own auto-save mechanism.
15472         Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
15473         (tramp-set-auto-save-file-modes): Set file modes of
15474         `buffer-auto-save-file-name' to ?\600 as fallback solution.
15475         Reported by Ferenc Wagner <wferi@tba.elte.hu>.
15476         (tramp-bug): Remove obsolete variable.
15477         (tramp-append-tramp-buffers): Rewrite partly.  More suitable check
15478         for presence of `mml-mode'.  Make it running for older Emacsen as well.
15480 2005-05-14  John Paul Wallington  <jpw@pobox.com>
15482         * ibuf-ext.el (define-ibuffer-filter filename):
15483         If `dired-directory' is a list, use its car.
15485 2005-05-14  Daniel Brockman  <daniel@brockman.se>  (tiny change)
15487         * ibuffer.el (define-ibuffer-column filename):
15488         If `dired-directory' is a list, use its car.
15490 2005-05-14  Richard M. Stallman  <rms@gnu.org>
15492         * subr.el (symbol-file): Doc fix.
15494         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
15495         (byte-compile-form): Call byte-compile-nogroup-warn.
15496         (byte-compile-warning-types): Doc fix.
15498         * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
15500         * progmodes/cc-engine.el (c-literal-faces):
15501         Add font-lock-comment-delimiter-face.
15503         * net/net-utils.el (dig): Use with-no-warnings.
15505         * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
15506         (sc-recite-frame-alist, sc-default-cite-frame)
15507         (sc-default-uncite-frame, sc-default-recite-frame)
15508         (sc-attrib-selection-list, sc-rewrite-header-list):
15509         Mark as risky-local-variable.
15511         * international/ogonek.el (ogonek-jak, ogonek-how):
15512         Don't use beginning-of-buffer.
15514         * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
15516         * calendar/solar.el (solar-data-list): Move definition up.
15518         * dnd.el (dnd-protocol-alist): Add autoload.
15520         * progmodes/sh-script.el: Many doc usage fixes.
15521         (sh-indent-after-do): Change default to match common styles.
15523 2005-05-13  Luc Teirlinck  <teirllm@auburn.edu>
15525         * files.el (interpreter-mode-alist)
15526         (auto-mode-interpreter-regexp): Doc fixes.
15528 2005-05-13  Matt Hodges  <MPHodges@member.fsf.org>
15530         * tmm.el (tmm-get-keymap): Include only active menus and menu items.
15532         * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
15534 2005-05-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
15536         * dired.el (dired-mode): make-variable-buffer-local =>
15537         make-local-variable.
15539 2005-05-13  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
15541         * term/mac-win.el (mac-select-convert-to-string): Try coding
15542         systems in mac-script-code-coding-systems if specified one cannot
15543         encode string for `com.apple.traditional-mac-plain-text'.
15545 2005-05-13  Daniel Pfeiffer  <occitan@esperanto.org>
15547         * progmodes/make-mode.el (makefile-targets-face)
15548         (makefile-shell-face, makefile-makepp-perl-face): New faces.
15549         (makefile-dependency-regex): Fix it to not make the colon in
15550         $(var:a=b) special.
15551         (makefile-rule-action-regex): New regexp for highlighting embedded
15552         Shell strings.
15553         (makefile-macroassign-regex): Handle != for highlighting as
15554         embedded Shell strings.
15555         (makefile-var-use-regex): New const.
15556         (makefile-statements, makefile-automake-statements)
15557         (makefile-gmake-statements, makefile-makepp-statements)
15558         (makefile-bsdmake-statements): New consts.
15559         (makefile-make-font-lock-keywords): New function.
15560         (makefile-automake-font-lock-keywords)
15561         (makefile-gmake-font-lock-keywords)
15562         (makefile-makepp-font-lock-keywords)
15563         (makefile-bsdmake-font-lock-keywords): New consts.
15564         (makefile-mode-map): Add switchers between the various submodes.
15565         (makefile-mode): Document the availability of the variants.
15566         (makefile-automake-mode, makefile-gmake-mode)
15567         (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
15569         * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
15570         new variants of makefile-mode.
15572 2005-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
15574         * font-lock.el (font-lock-comment-delimiter-face): Fix up
15575         the inheritance.
15577 2005-05-12  Luc Teirlinck  <teirllm@auburn.edu>
15579         * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
15580         (inferior-lisp-load-hook): Convert defcustoms back to defvars.
15582         * files.el (normal-mode): Extend the scope of the
15583         `enable-local-variables' binding to include the `set-auto-mode' call.
15584         (magic-mode-alist): Doc fix.
15586 2005-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
15588         * font-lock.el (font-lock-comment-delimiter-face): Inherit from
15589         font-lock-comment-face rather than copying its setting.
15591 2005-05-12  Andreas Schwab  <schwab@suse.de>
15593         * eshell/esh-mode.el (eshell-send-input): Doc fix.
15595 2005-05-12  Lute Kamstra  <lute@gnu.org>
15597         * emacs-lisp/generic.el (define-generic-mode): Don't generate a
15598         defcustom for the mode hook variable.  Delete the last argument.
15599         * generic-x.el: Fix callers of define-generic-mode.
15600         (generic-x-modes): Delete group.
15601         (show-tabs-tab-face, show-tabs-space-face): Put them in the
15602         generic-x customization group.
15604 2005-05-12  Kim F. Storm  <storm@cua.dk>
15606         * font-lock.el (font-lock-negation-char-face): Default to "off".
15608         * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
15609         font-lock-negation-char-face to ! in !=.
15611 2005-05-12  Masatake YAMATO  <jet@gyve.org>
15613         * add-log.el (find-change-log): Fix typos in the docstring
15614         of function.
15616 2005-05-11  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
15618         * international/latexenc.el (latexenc-find-file-coding-system):
15619         Avoid `re-search-forward' when looking for input encoding because
15620         of speed and safety.  Better regular expressions for recognizing
15621         input encoding.  Limit a search for TeX-master/tex-main-file to
15622         the local variable section.
15624 2005-05-11  Dan Nicolaescu  <dann@ics.uci.edu>
15626         * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
15627         syntax of $ to "'" (quote).
15629 2005-05-11  Reiner Steib  <Reiner.Steib@gmx.de>
15631         * dnd.el (dnd-protocol-alist): Improve custom type.
15633         * dired.el (dired-dnd-protocol-alist): New variable.
15634         (dired-mode): Use `dired-dnd-protocol-alist'.  Move call of
15635         `dired-mode-hook' to the end.
15637 2005-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
15639         * font-lock.el (font-lock-fontify-syntactically-region): Don't use
15640         comment-end if comment-start-skip is not set.
15641         Obey the font-lock-comment-delimiter-face variables.
15643 2005-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
15645         * files.el (executable-find): Move from executable.el.  Use
15646         locate-file.
15647         * progmodes/executable.el (executable-find): Move to files.el.
15649         * font-lock.el (font-lock-fontify-keywords-region): Use a marker
15650         when trying to ensure forward progress.
15652 2005-05-11  Chong Yidong  <cyd@stupidchicken.com>
15654         * mouse-sel.el (mouse-sel-follow-link-p): New function.
15655         (mouse-select, mouse-select-internal, mouse-extend-internal):
15656         Use it to implement mouse-1-click-follows-link functionality.
15658 2005-05-11  Richard M. Stallman  <rms@gnu.org>
15660         * font-lock.el (font-lock-fontify-syntactically-region):
15661         Use font-lock-comment-delimiter-face for comment delimiters.
15663 2005-05-10  Jay Belanger  <belanger@truman.edu>
15665         * calc/calc-help.el (calc-m-prefix-help): Add mention of
15666         preserving embedded modes.
15668 2005-05-10  Richard M. Stallman  <rms@gnu.org>
15670         * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
15672         * progmodes/ada-mode.el (ada-adjust-case-skeleton):
15673         Move from ada-stmt.el.
15674         (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
15676         * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
15677         Move to ada-mode.el.
15678         (ada-stmt-mode-hook): Delete; do the work in ada-mode.
15680         * cus-edit.el (custom-file): Call file-chase-links.
15682         * files.el (read-directory-name): Fix previous change.
15683         (hack-local-variables-confirm): New function.
15684         (hack-local-variables-prop-line, hack-local-variables)
15685         (hack-one-local-variable): Use it.
15687 2005-05-10  Lute Kamstra  <lute@gnu.org>
15689         * font-lock.el (font-lock-keywords-alist)
15690         (font-lock-removed-keywords-alist): Clarify docstrings.
15692 2005-05-10  Nick Roberts  <nickrob@snap.net.nz>
15694         * progmodes/gdb-ui.el (gdb-macro-info): New variable.
15695         (gdb-source-info): Check for preprocessor info.
15696         (gdb-tooltip-print-1): New function.  Don't print tooltip if it is
15697         a macro for a function.
15698         (gdb-info-breakpoints-custom): Try to find file again if not already
15699         found (user might have used GDB dir command).
15700         (gdb-get-location): Update gdb-location-alist correctly for change
15701         to gdb-info-breakpoints-custom.
15703         * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
15704         (gud-tooltip-print-command): Add gdbmi case.
15705         (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
15706         preprocessor info.
15708 2005-05-09  Reiner Steib  <Reiner.Steib@gmx.de>
15710         * startup.el (fancy-splash-insert): Fix typo in doc string.
15712 2005-05-09  Juanma Barranquero  <lekktu@gmail.com>
15714         * obsolete/float.el (string-to-float):
15715         * obsolete/hilit19.el (hilit-add-pattern):
15716         * obsolete/rnews.el (news-parse-range, news-select-message)
15717         (news-get-pruned-list-of-files): Replace `string-to-int' by
15718         `string-to-number'.
15720         * obsolete/uncompress.el: Set `find-file-not-found-functions', not
15721         `find-file-not-found-hooks'; use `add-hook'.
15722         (uncompress-while-visiting): Set `write-file-functions', not
15723         `write-file-hooks'; use `add-hook'.
15725 2005-05-09  Kim F. Storm  <storm@cua.dk>
15727         * emulation/cua-base.el (cua-copy-region, cua-cut-region)
15728         (cua-paste): Handle clipboard action.
15729         (cua--init-keymaps): Remap clipboard-kill-region and
15730         clipboard-kill-ring-save.
15732 2005-05-08  Eli Zaretskii  <eliz@gnu.org>
15734         * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
15735         Improve commentary.
15737         * simple.el (next-error-overlay-arrow-position): Revert the change
15738         made on 2005-04-30.
15740 2005-05-07  Jay Belanger  <belanger@truman.edu>
15742         * calc/calcsel2.el (calc-commute-left, calc-commute-right)
15743         (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
15744         `calc-sel-reselect'.
15746         * calc/calc-mode.el (calc-save-modes): Reset the modes list if
15747         Calc is in embedded mode.
15749 2005-05-07  Eli Zaretskii  <eliz@gnu.org>
15751         * progmodes/compile.el (compilation-setup):
15752         Set overlay-arrow-string to an empty string on text terminals.
15754         * textmodes/ispell.el (ispell-program-name): Try looking for
15755         "aspell" along exec-path, and if found, use it as the default
15756         speller program.
15758 2005-05-07  Jirka Kosek  <jirka@kosek.cz>  (tiny change)
15760         * international/mule.el (sgml-xml-auto-coding-function):
15761         Recognize encoding='FOO' in single quotes as well as in double quotes.
15763 2005-05-07  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
15765         * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
15766         as well as `interactive', so that defmacro* would recognize
15767         `declare' forms.
15769 2005-05-07  Eli Zaretskii  <eliz@gnu.org>
15771         * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
15772         Explain more about the LIGHTER arg's usage in the doc string.
15773         Add commentary to clarify what the code does.  Fix the regexp that
15774         strips whitespace from LIGHTER.  Quote LIGHTER before using it,
15775         since it could have characters special to regular expressions.
15777 2005-05-07  Matt Hodges  <MPHodges@member.fsf.org>  (tiny change)
15779         * replace.el (occur-1): Bind inhibit-read-only so that
15780         erase-buffer doesn't barf on read-only text properties (likewise
15781         for add-text-properties in occur-engine).  Mark buffer as unmodified.
15782         (occur-engine): Don't set buffer-read-only here.
15784 2005-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
15786         * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
15787         list-buffers-directory.  This caused the *cvs-commit* buffer to be
15788         sometimes mistakenly reused as a *cvs* buffer.
15790 2005-05-07  Nick Roberts  <nickrob@snap.net.nz>
15792         * tooltip.el: Move code for GUD tooltips into gud.el.
15793         (require): CL no longer needed to compile case.
15794         (tooltip-mode): Do not toggle functions for GUD tooltips.
15795         (tooltip-gud-tips-p): Remove.  Replace with minor mode
15796         gud-tooltip-mode in gud.el.
15797         (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
15798         (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
15799         tooltip-gud prefix with gud-tooltip and obsolete.
15800         (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
15801         (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
15802         (tooltip-mouse-motion): Mouse movement functions/variable.
15803         Rename in gud.el by adding gud prefix.
15804         (tooltip-gud-original-filter, tooltip-gud-dereference)
15805         (tooltip-gud-event, tooltip-toggle-gud-tips)
15806         (tooltip-gud-process-output, tooltip-gud-print-command)
15807         (tooltip-gud-tips): GUD tooltip functions/variables.  Rename in
15808         gud.el by replacing tooltip-gud prefix with gud-tooltip.
15809         (gdb-tooltip-print): Move to gdb-ui.el.
15811         * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
15812         (require): CL needed to compile case.
15813         (gud-tooltip-mode): Use to toggle GUD tooltips instead of
15814         tooltip-gud-tips-p.  Make it a minor-mode.
15815         (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
15816         (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
15817         (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
15818         (gud-tooltip-change-major-mode)
15819         (gud-tooltip-activate-mouse-motions-if-enabled)
15820         (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
15821         (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
15822         (gud-tooltip-original-filter, gud-tooltip-dereference)
15823         (gud-tooltip-event, tooltip-toggle-gud-tips)
15824         (gud-tooltip-process-output, gud-tooltip-print-command)
15825         (gud-tooltip-tips): Move from tooltip.el.
15827         * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
15828         (gdb-cpp-define-alist-flags): Doc fix.
15829         (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
15830         gud-tooltip-mode is t.
15832 2005-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
15834         * net/goto-addr.el (goto-address-fontify): Make sure the overlays
15835         evaporate if their text is deleted.
15836         (goto-address-at-point): Make it work as a mouse binding as well.
15837         (goto-address-at-mouse): Obsolete it.  Update users.
15839 2005-05-06  Glenn Morris  <gmorris@ast.cam.ac.uk>
15841         * calendar/appt.el (top-level): No longer activate on load.
15843 2005-05-06  Juanma Barranquero  <lekktu@gmail.com>
15845         * calendar/cal-bahai.el (mark-bahai-diary-entries):
15846         * net/webjump.el (webjump):
15847         * progmodes/idlw-help.el (idlwave-do-context-help1)
15848         (idlwave-highlight-linked-completions):
15849         * textmodes/po.el (po-find-file-coding-system-guts):
15850         Replace `assoc-ignore-case' by `assoc-string'.
15852 2005-05-06  Eli Zaretskii  <eliz@gnu.org>
15854         * files.el (locate-file): Doc fix.
15856         * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
15857         Remove the redundant test for ms-dos.
15859         * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
15860         look for the preprocessor with exec-suffixes.  If not found in
15861         standard places, look in exec-path.  Remove most of the tests that
15862         used system-type.
15864         * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
15866         * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
15868         * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
15869         file-name clash with jka-compr.el on 8+3 filesystems.
15871 2005-05-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
15873         * term/mac-win.el: Don't define or bind scroll bar functions if
15874         x-toolkit-scroll-bars is t.
15875         (x-select-text, x-get-selection-value): Clear
15876         x-last-selected-text-clipboard if x-select-enable-clipboard is
15877         nil.
15878         (PRIMARY): Put mac-scrap-name property.
15879         (mac-select-convert-to-file-url): New function.
15880         (public.file-url): New selection target type.  Add to
15881         selection-converter-alist.
15882         (x-get-selection, x-selection-value): Handle it.
15883         (x-cut-buffer-or-selection-value): New alias.
15885 2005-05-05  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
15887         * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
15888         entry to avoid calling bibtex-find-entry with arg global
15889         being t.  Remove arg key.
15890         (bibtex-summary-function, bibtex-complete-crossref-cleanup)
15891         (bibtex-copy-summary-as-kill): Change accordingly.
15893 2005-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
15895         * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
15896         (org-agenda-date-later): Use with-current-buffer.
15898 2005-05-05  Luc Teirlinck  <teirllm@auburn.edu>
15900         * emacs-lisp/byte-run.el (define-obsolete-function-alias)
15901         (define-obsolete-variable-alias): Doc Fixes.
15903 2005-05-06  Kim F. Storm  <storm@cua.dk>
15905         * simple.el (line-move-1): Fix 2005-04-26 change.  Must still use
15906         vertical-motion when selective-display is active.
15908         * ido.el (ido-setup-hook): New hook.
15909         (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
15910         (ido-input-stack): New var.
15911         (ido-define-mode-map): Bind M-b to ido-push-dir.  Move old
15912         ido-next-work-file binding to M-O.
15913         Bind M-f to ido-wide-find-file-or-pop-dir.
15914         (ido-define-mode-map): Don't run ido-define-mode-map-hook.
15915         (ido-read-internal): Run ido-setup-hook.
15916         Catch quit in read-file-name and read-string to cancel edit.
15917         Handle new push, pop, and pop-all exit codes (for M-b/M-f).
15918         Automatically pop-all when completing a directory name (RET).
15919         (ido-file-internal): Add with-no-warnings around ffap and dired code.
15920         (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
15921         (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
15922         (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
15923         New functions for M-b/M-f to move among the directory components.
15924         (ido-make-merged-file-list): Catch quit to cancel merge.
15925         (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
15926         (ido-completion-help): No warnings for ido-completion-buffer-full.
15928 2005-05-05  Daniel Pfeiffer  <occitan@esperanto.org>
15930         * font-lock.el (font-lock-negation-char-face): New face and variable.
15931         * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
15932         * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
15933         * progmodes/cperl-mode.el (cperl-init-faces): Use it.
15934         * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
15936 2005-05-05  Juanma Barranquero  <lekktu@gmail.com>
15938         * emacs-lisp/byte-run.el (define-obsolete-function-alias):
15939         Fix typo in docstring.
15941         * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
15942         (ebrowse-print-statistics-line)
15943         (ebrowse-electric-position-mode-hook): Fix typo in docstring.
15945         * term/w32-win.el (image-library-alist): Add additional name for
15946         Xpm library.
15948 2005-05-05  Nick Roberts  <nickrob@snap.net.nz>
15950         * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
15951         use gcc instead of cpp.
15953         * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
15954         (gdb-create-define-alist): Use it.
15955         (gdb-cpp-define-alist-program): Update for MS-DOS.
15957 2005-05-04  Nick Roberts  <nickrob@snap.net.nz>
15959         * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
15961 2005-05-04  Richard M. Stallman  <rms@gnu.org>
15963         * help.el (describe-key): No error when UNTRANSLATED is nil.
15965         * simple.el (line-move-1): Fix previous change to signal errors
15966         appropriately.
15968 2005-05-03  Ulf Jasper  <ulf.jasper@web.de>
15970         * calendar/icalendar.el (icalendar-version): Now at 0.12.
15971         (icalendar-duration-correction): Remove.
15972         (icalendar--get-event-properties): Split result at commas.
15973         (icalendar--decode-isoduration): New optional argument
15974         DURATION-CORRECTION.
15975         (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
15976         (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
15977         (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
15978         (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
15979         (icalendar--convert-anniversary-to-ical): New functions, extracted
15980         from icalendar-export-region, with bug fixes.
15981         (icalendar-export-region): Use the above functions.
15982         (icalendar-import-buffer): Check before saving diary file.
15983         (icalendar--convert-recurring-to-diary)
15984         (icalendar--convert-non-recurring-all-day-to-diary)
15985         (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
15986         extracted from icalendar--convert-ical-to-diary, with bug fixes.
15987         (icalendar--convert-ical-to-diary): Use the above functions.
15989 2005-05-03  Nick Roberts  <nickrob@snap.net.nz>
15991         * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
15992         Remove these recent additions.
15993         (c-mode): Restore to before 2005-04-28.
15995         * progmodes/cc-vars.el (cc-define-list-program): Remove this
15996         recent addition.
15998         * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
15999         (gdb-define-alist): New variables.
16000         (gdb-create-define-alist): New function.
16001         (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
16002         (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
16003         with string-to-number.
16004         (gdb-reset): Kill gdb-define-alist.  Move assignments outside loop.
16006         * progmodes/gud.el: Replace string-to-int with string-to-number.
16007         (gud-find-file): Handle gdb-define-alist.
16009         * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
16011 2005-05-02  Jay Belanger  <belanger@truman.edu>
16013         * calc/calc-aent.el (math-read-token):
16014         * calc/calc-bin.el (calc-word-size):
16015         * calc/calc-ext.el (calc-read-number-fancy):
16016         * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
16017         (math-parse-date, math-parse-standard-date, calcFunc-tzone):
16018         * calc/calc-frac.el (calc-over-notation):
16019         * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
16020         (calc-graph-num-points, calc-graph-init):
16021         * calc/calc-prog.el (calc-read-parse-table-part)
16022         (calc-edit-macro-repeats):
16023         * calc/calc-yank.el (calc-do-grab-rectangle):
16024         * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
16025         Replace `string-to-int' by `string-to-number'.
16027 2005-05-02  Kim F. Storm  <storm@cua.dk>
16029         * kmacro.el: Use executing-kbd-macro-index variable.
16031 2005-05-02  Thien-Thi Nguyen  <ttn@gnu.org>
16033         * net/rlogin.el (rlogin-parse-words): Delete func.
16034         (rlogin): Use split-string, not rlogin-parse-words.
16035         Also, if there are option-like elements in the parsed args,
16036         take the host to be the first arg immediately following them.
16037         Suggested by Michael Mauger.
16039 2005-05-01  Luc Teirlinck  <teirllm@auburn.edu>
16041         * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
16043 2005-05-02  Nick Roberts  <nickrob@snap.net.nz>
16045         * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
16046         (cc-mode-cpp-program): Rename to cc-define-list-program and
16047         move to cc-vars.el.
16049         * progmodes/cc-vars.el (cc-define-list-program):
16050         Change to "gcc -E -dM -".  Make customizable.
16052 2005-05-02  Kim F. Storm  <storm@cua.dk>
16054         * emulation/cua-base.el: Fix check for CUA-mode if no init file.
16056 2005-05-02  Nick Roberts  <nickrob@snap.net.nz>
16058         * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
16060         * international/mule-util.el (truncate-string): Remove alias and
16061         obsolete declaration.
16063         * international/mule-cmds.el (update-iso-coding-systems):
16064         Remove alias and obsolete declaration.
16066         * international/mule.el (coding-system-parent): Remove alias and
16067         obsolete declaration.
16069         * subr.el (define-function, sref): Remove aliases and obsolete
16070         declarations.
16071         (chars-in-region): Remove obsolete declaration.
16073 2005-05-01  Richard M. Stallman  <rms@gnu.org>
16075         * info.el (Info-mode): Set widen-automatically to nil, locally.
16077         * simple.el (widen-automatically): New variable.
16078         (pop-global-mark): Obey widen-automatically.
16080 2005-05-01  Dan Nicolaescu  <dann@ics.uci.edu>
16082         * term/xterm.el (function-key-map): Call substitute-key-definition
16083         before the keymap size is increased by a lot of define-key calls.
16085 2005-05-01  Richard M. Stallman  <rms@gnu.org>
16087         * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
16088         Rename ARG to ELEMENT.  Doc fix.
16090 2005-05-01  Nick Roberts  <nickrob@snap.net.nz>
16092         * allout.el (allout-exposure): Remove macro and obsolete declaration.
16093         Remove references to allout-exposure/change to allout-new-exposure.
16095         * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
16096         bytecode symbols.
16098         * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
16099         (compiled-function-p, focus-frame, unfocus-frame):
16100         Remove aliases and obsolete declarations.
16101         Back out inadvertent changes from previous commit.
16103 2005-05-01  Luc Teirlinck  <teirllm@auburn.edu>
16105         * files.el (require-final-newline): Make Custom tags consistent
16106         with mode-require-final-newline.
16107         (mode-require-final-newline): Doc fix.
16109 2005-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
16111         * international/latexenc.el (latexenc-find-file-coding-system):
16112         Fix regular expressions.
16114 2005-05-01  David Kastrup  <dak@gnu.org>
16116         * international/latexenc.el (latexenc-find-file-coding-system):
16117         Fix regular expressions.
16119 2005-05-01  Nick Roberts  <nickrob@snap.net.nz>
16121         * subr.el (string-to-int): Make obsolete.
16123 2005-04-30  Richard M. Stallman  <rms@gnu.org>
16125         * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
16127         * loadup.el: load jka-comp-hook.
16129         * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
16130         (jka-compr-handler): Add autoload.  `put' calls moved
16131         to jka-comp-hook.el.
16132         (compression, jka-compr): defgroups moved to jka-comp-hook.el.
16133         (jka-compr-inhibit): Autoload.
16135         * jka-comp-hook.el: New file.
16136         Enable the mode by default.
16138         * files.el (backup-buffer-copy): Use copy-file instead
16139         of write-region, and put back the 'excl.
16141 2005-04-30  Chong Yidong  <cyd@stupidchicken.com>
16143         * progmodes/flymake.el (flymake-split-string)
16144         (flymake-split-string, flymake-log, flymake-pid-to-names)
16145         (flymake-reg-names, flymake-get-source-buffer-name)
16146         (flymake-unreg-names, flymake-add-line-err-info)
16147         (flymake-add-err-info): Clarify docstrings.
16148         (flymake-popup-menu, flymake-make-emacs-menu)
16149         (flymake-make-xemacs-menu): Add docstrings.
16150         (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
16151         Set variables directly throughout.
16153 2005-04-30  Nick Roberts  <nickrob@snap.net.nz>
16155         * progmodes/cc-mode.el (cc-create-define-alist): Check that file
16156         exists.  Initialize cc-define-alist.
16157         (c-mode): Add cc-create-define-alist locally to after-save-hook.
16158         If there is no file (Macroexpansion) don't create an alist.
16160 2005-04-29  Sam Steingold  <sds@gnu.org>
16162         * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
16163         (cc-create-define-alist): Use it instead of the hard-coded string.
16165 2005-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
16167         * international/mule-conf.el (file-coding-system-alist): Fix regexp
16168         for latexenc.
16170 2005-04-29  Lute Kamstra  <lute@gnu.org>
16172         * emacs-lisp/generic.el: Improve commentary section.
16173         (define-generic-mode): Improve docstring.
16175 2005-04-29  Carsten Dominik  <dominik@science.uva.nl>
16177         * textmodes/org.el (many places): Change to quiet the byte compiler.
16178         (org-prefix-format-compiled): New variable.
16179         (org-compile-prefix-format): New function.
16180         (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
16181         (org-agenda-prefix-format, org-timeline-prefix-format): New options.
16182         (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
16183         (org-get-entries-from-diary): Use `org-get-time-of-day' for
16184         consistency with entries from `org-mode' files.
16185         (org-get-time-of-day): Fix bug with partial matches early in a line.
16186         (org-non-link-chars): New constant.
16187         (org-link-regexp): Respect `org-non-link-chars'.
16188         (org-agenda-day-view): Remove command.
16189         (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
16190         (org-follow-bbdb-link, org-store-link): Search also company field.
16191         (org-highlight-overlay): New variable.
16192         (org-highlight, org-unhighlight): New functions.
16193         (org-agenda-mode): Add pre-command-hook to remove highlight.
16194         (org-evaluate-time-range): Behavior depends upon whether time stamp
16195         contains a time or not.
16196         (org-show-subtree, org-show-entry): New functions.
16197         (org-agenda-cleanup-fancy-diary): Remove empty lines.
16199 2005-04-28  Luc Teirlinck  <teirllm@auburn.edu>
16201         * comint.el (comint-output-filter-functions): Add autoload cookie.
16203 2005-04-28  Kim F. Storm  <storm@cua.dk>
16205         * ido.el (ido-everywhere): Fix last change.
16207 2005-04-28  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
16209         * international/latexenc.el: New file.
16210         * international/mule-conf.el (file-coding-system-alist): For .tex,
16211         .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
16213 2005-04-28  Lute Kamstra  <lute@gnu.org>
16215         * font-lock.el (font-lock-add-keywords)
16216         (font-lock-remove-keywords): Clarify docstring.
16217         (font-lock-keywords-alist, font-lock-removed-keywords-alist):
16218         Don't start docstrings with a `*'.
16219         (font-lock-update-removed-keyword-alist): Give it a docstring.
16221         * generic-x.el: Update commentary section.
16222         Only require font-lock when compiling.
16223         Define all modes conditionally.
16224         Place all generic modes in the generic-x-modes customization group.
16225         (generic-x-modes): New customization group.
16226         (generic-default-modes, generic-mswindows-modes)
16227         (generic-unix-modes, generic-other-modes): New constants.
16228         (generic-define-mswindows-modes, generic-define-unix-modes):
16229         Update docstrings.  Make them obsolete.
16230         (generic-extras-enable-list): New default value.  Update docstring.
16231         Improve :type.  Change :set function.
16232         (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
16233         Fix docstring.
16235         * emacs-lisp/generic.el (generic-mode-internal):
16236         Simplify font-lock-defaults.
16237         (define-generic-mode): Fix docstring.
16239 2005-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
16241         * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
16242         font-lock-face property to highlight matches.
16244 2005-04-28  Nick Roberts  <nickrob@snap.net.nz>
16246         * progmodes/cc-mode.el (cc-create-define-alist): New function.
16247         (cc-define-alist): New variable.
16248         (c-mode): Make it local and initialize it.
16250         * progmodes/gdb-ui.el (gdb-active-process): New variable.
16251         (gdb-exited): New function.
16252         (gdb-annotation-rules): Use it.
16253         (gdb-starting): Set gdb-active-process to t.
16254         (gdb-stopping): Amend doc string.
16255         (gdb-reset): Set gdb-active-process to nil.
16257         * tooltip.el (tooltip-gud-tips): Show the associated #define
16258         directives when a C program under GDB is not executing.
16260 2005-04-27  Stefan Monnier  <monnier@iro.umontreal.ca>
16262         * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
16263         font-lock-fontify-syntactic-keywords.
16265         * font-lock.el (font-lock-default-fontify-region): Don't force
16266         parse-sexp-lookup-properties to nil.
16268 2005-04-27  Alexander Klimov  <alserkli@inbox.ru>  (tiny change)
16270         * man.el (man-mode-syntax-table): Set up `:' to have
16271         word-constituent syntax.
16273 2005-04-27  Lute Kamstra  <lute@gnu.org>
16275         * novice.el (disable-command): Don't add spurious newlines to the
16276         init file.  Reported by Dan Jacobson <jidanni@jidanni.org>.
16278 2005-04-26  Jay Belanger  <belanger@truman.edu>
16280         * calc/calc-yank.el (calc-edit-finish): Make sure there is more
16281         than one window before deleting window.
16283 2005-04-26  Luc Teirlinck  <teirllm@auburn.edu>
16285         * shell.el (shell-prompt-pattern): Doc fix.
16286         (shell-mode): Set paragraph-separate buffer locally to "\\'".
16288         * comint.el (comint-prompt-regexp, comint-get-old-input)
16289         (comint-use-prompt-regexp)
16290         (comint-use-prompt-regexp-instead-of-fields)
16291         (comint-replace-by-expanded-history, comint-send-input)
16292         (comint-output-filter, comint-get-old-input-default)
16293         (comint-line-beginning-position, comint-bol, comint-show-output)
16294         (comint-backward-matching-input, comint-forward-matching-input)
16295         (comint-next-prompt, comint-previous-prompt):
16296         Rename `comint-use-prompt-regexp-instead-of-fields' to
16297         `comint-use-prompt-regexp'.  Keep old name as alias and declare
16298         obsolete.
16299         (comint-use-prompt-regexp): Shorten first line of doc string.
16301         * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
16302         Set paragraph-separate buffer locally to "\\'".
16304         * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
16305         Adapt to above name change.
16307         * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
16308         (smbclient-prompt-regexp): Ditto.
16310         * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
16312 2005-04-27  Nick Roberts  <nickrob@snap.net.nz>
16314         * progmodes/gdb-ui.el (gdb-location-alist): Rename from
16315         gdb-location-list.
16316         Break lines that are over 80 characters wide.
16318 2005-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
16320         * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
16321         New fun and var, to preserve compatibility.
16323         * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
16325 2005-04-26  Dominique de Waleffe  <ddw@missioncriticalit.com>  (tiny change)
16327         * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
16328         name to file-newer-than-file-p.
16330 2005-04-26  Richard M. Stallman  <rms@gnu.org>
16332         * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
16334         * progmodes/python.el (python-mode):
16335         Use new name eldoc-documentation-function.
16337         * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
16339         * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
16340         (eldoc-documentation-function):
16341         Rename from eldoc-print-current-symbol-info-function.  Calls changed.
16343 2005-04-26  Nick Roberts  <nickrob@snap.net.nz>
16345         * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
16347 2005-04-25  Dan Nicolaescu  <dann@ics.uci.edu>
16349         * term/xterm.el (function-key-map): Fix strings for
16350         {C,S,A,C-S}-f[1-4].  Use substitute-key-definition to bind
16351         {C,S,A,C-S}-{f1-f12}.
16353 2005-04-26  Kenichi Handa  <handa@m17n.org>
16355         * international/mule-cmds.el (select-safe-coding-system):
16356         Fix previous change.
16358 2005-04-26  Lute Kamstra  <lute@gnu.org>
16360         * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
16362         * font-lock.el (font-lock-fontify-region-function): Fix docstring.
16363         (font-lock-comment-delimiter-face): Ditto.
16365         * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
16367 2005-04-25  Jay Belanger  <belanger@truman.edu>
16369         * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
16370         to t while inserting information; use help-mode.
16372 2005-04-25  Dan Nicolaescu  <dann@ics.uci.edu>
16374         * term.el (ansi-term-color-vector): Use the xterm colors.
16375         (term-raw-map): Don't add mappings for \eO and \e[.  Map deletechar.
16377 2005-04-25  Lute Kamstra  <lute@gnu.org>
16379         * font-core.el (font-lock-defaults): Fix docstring.
16381         * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
16383 2005-04-25  Kenichi Handa  <handa@m17n.org>
16385         * international/mule-cmds.el (select-safe-coding-system):
16386         Don't check consistency with coding: spec, etc if raw-text or
16387         no-conversion was found to be safe.
16389 2005-04-24  Richard M. Stallman  <rms@gnu.org>
16391         * mail/sendmail.el (mail-font-lock-keywords): Match any number of
16392         citation markers at start of each line.
16394         * mail/rmail.el (rmail-font-lock-keywords): Match any number of
16395         citation markers at start of each line.
16397         * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
16399         * files.el (mode-require-final-newline): Fix previous change.
16400         (require-final-newline): Fix type label.
16402 2005-04-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
16404         * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
16405         statement in buffer (broken by 2004-11-24 change).
16407 2005-04-24  Kim F. Storm  <storm@cua.dk>
16409         * ido.el (ido-everywhere): Save and restore old read-buffer-function
16410         and read-file-name-function values.  Don't overwrite existing
16411         non-nil values if ido-mode is enabled without ido-everywhere.
16413 2005-04-24  Luc Teirlinck  <teirllm@auburn.edu>
16415         * files.el (mode-require-final-newline): Minor doc fix.
16417 2005-04-24  Eli Zaretskii  <eliz@gnu.org>
16419         * subr.el (syntax-after): Doc fix.
16420         (syntax-class): If argument is nil, return nil.  Mask off upper 16
16421         bits, not 8 bits.
16423         * files.el (mode-require-final-newline): Doc fix.
16424         (backup-buffer-copy): Fix last change.
16426 2005-04-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
16428         * term/mac-win.el: Require select.  Set selection-coding-system to
16429         mac-system-coding-system.  Call menu-bar-enable-clipboard.
16430         (x-last-selected-text-clipboard, x-last-selected-text-primary)
16431         (x-select-enable-clipboard): New variables.
16432         (x-select-text, x-get-selection, x-selection-value)
16433         (x-get-selection-value, mac-select-convert-to-string)
16434         (mac-services-open-file, mac-services-open-selection)
16435         (mac-services-insert-text): New functions.
16436         (CLIPBOARD, FIND): Put mac-scrap-name property.
16437         (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
16438         (public.tiff): Put mac-ostype property.
16439         (selection-converter-alist): Add entries for them.
16440         (mac-application-menu-map): New keymap.
16441         (interprogram-cut-function, interprogram-paste-function): Set to
16442         x-select-text and x-get-selection-value, respectively.
16443         (split-window-keep-point): Set to t.
16445 2005-04-23  Richard M. Stallman  <rms@gnu.org>
16447         * files.el (read-directory-name): Always pass non-nil
16448         DEFAULT-FILENAME arg to read-file-name.
16449         (backup-buffer-copy, basic-save-buffer-2): Take care against
16450         writing thru an unexpected existing symlink.
16451         (revert-buffer): In indirect buffer, revert the base buffer.
16452         (magic-mode-alist): Doc fix.
16453         (buffer-stale-function): Doc fix.
16454         (minibuffer-with-setup-hook): Avoid warning.
16455         (mode-require-final-newline): Doc and custom fix.
16457         * follow.el (follow-end-of-buffer): Use with-no-warnings.
16459         * font-lock.el (font-lock-comment-face): On terminals with few colors,
16460         use the default appearance.
16461         (font-lock-comment-delimiter-face): New face, new variable.
16463         * imenu.el (imenu--generic-function): The official position of a
16464         definition is the start of the line that BEG is in.
16466         * midnight.el (midnight-timer): Move defvar up.
16468         * mouse.el (mouse-drag-region-1): Delete some debugging code.
16470         * saveplace.el (save-place-to-alist): Use with-no-warnings.
16472         * startup.el (command-line): Use with-no-warnings.
16474         * window.el (window-size-fixed): New defvar.
16476         * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
16478         * mail/rmail.el (rmail-font-lock-keywords):
16479         Use font-lock-comment-delimiter-face.
16481         * mail/sendmail.el (mail-font-lock-keywords):
16482         Use font-lock-comment-delimiter-face.
16484         * progmodes/compile.el (next-error-highlight-timer): New defvar.
16486 2005-04-23  SAITO Takuya  <tabmore@rivo.mediatti.net>  (tiny change)
16488         * progmodes/compile.el (compilation-mode-font-lock-keywords):
16489         Specify t for LAXMATCH when matching directories.
16490         Save match data around compilation-compat-error-properties form.
16492 2005-04-23  David Kastrup  <dak@gnu.org>
16494         * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
16495         Mention that the autoloaded aliases should be kept for AUCTeX.
16497 2005-04-23  Andreas Schwab  <schwab@suse.de>
16499         * isearch.el (isearch-forward): Doc fix.
16501 2005-04-23  Eli Zaretskii  <eliz@gnu.org>
16503         * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
16504         (jit-lock-stealth-nice): Change default value to 0.5.
16506 2005-04-23  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
16508         * abbrev.el (write-abbrev-file): Write table entries in
16509         alphabetical order by table name.
16511 2005-04-22  Kim F. Storm  <storm@cua.dk>
16513         * ido.el (ido-read-internal): Fix `list' completion.
16515 2005-04-22  Kenichi Handa  <handa@m17n.org>
16517         * recentf.el (recentf-save-file-coding-system): New variable.
16518         (recentf-save-list): Encode the file by
16519         recentf-save-file-coding-system and add coding: tag.
16521 2005-04-22  Nick Roberts  <nickrob@snap.net.nz>
16523         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
16525 2005-04-21  Lute Kamstra  <lute@gnu.org>
16527         * loadhist.el (unload-feature): Don't remove a function from hooks
16528         if it is about to be restored to an autoload .  Remove functions
16529         that will become unbound from auto-mode-alist.  Simplify the code.
16531         * subr.el (assq-delete-all): New implementation that is linear,
16532         not quadratic.  Suggested by David Kastrup <dak@gnu.org>.
16533         (rassq-delete-all): New function.
16535         * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
16536         Add size-indication-mode.
16538 2005-04-21  Kenichi Handa  <handa@m17n.org>
16540         * international/mule-cmds.el: Add autoload for widget-value in
16541         eval-when-compile.
16543 2005-04-21  Nick Roberts  <nickrob@snap.net.nz>
16545         * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
16546         Add tooltip-mode.
16548         * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
16550 2005-04-20  Luc Teirlinck  <teirllm@auburn.edu>
16552         * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
16553         (inferior-lisp-filter-regexp, inferior-lisp-program)
16554         (inferior-lisp-load-command, inferior-lisp-prompt)
16555         (inferior-lisp-mode-hook, lisp-source-modes)
16556         (inferior-lisp-load-hook): defvar->defcustom.
16557         (inferior-lisp-program, inferior-lisp-prompt)
16558         (inferior-lisp-load-hook): Doc fixes.
16559         (inferior-lisp-install-letter-bindings): Small change in
16560         introductory comment.
16562 2005-04-20  Dan Nicolaescu  <dann@ics.uci.edu>
16564         * vc.el (vc-annotate-color-map): Change some colors so that text
16565         using them as foreground is readable on both white and black
16566         backgrounds.
16568 2005-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
16570         * international/mule-conf.el (translation-table-for-input):
16571         Remove redundant declaration.
16573 2005-04-20  Nick Roberts  <nickrob@snap.net.nz>
16575         * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
16577         * tooltip.el (tooltip-gud-tips-p): Expand documentation.
16578         (tooltip-toggle-gud-tips): New function.
16580 2005-04-20  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
16582         * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
16583         right angle brackets.
16585 2005-04-20  Nick Roberts  <nickrob@snap.net.nz>
16587         * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
16589 2005-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
16591         * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
16592         Remove.  Update callers to use expand-file-name instead.
16594         * subr.el (syntax-class): New function.
16596         * simple.el (blink-matching-open): Use it.
16598         * paren.el (show-paren-function): Use it to recognize parens that are
16599         also used in 2-char comment markers.
16601 2005-04-19  Lute Kamstra  <lute@gnu.org>
16603         * loadhist.el (unload-feature): Update for new format of
16604         load-history.  Simplify the code.
16606 2005-04-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
16608         * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
16609         (mac-add-charset-info): New function.  Initialize variable
16610         mac-charset-info-alist using it.
16611         (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
16612         for translation.
16613         (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
16614         (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
16615         (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
16616         New CCL programs.
16618 2005-04-19  Kim F. Storm  <storm@cua.dk>
16620         * simple.el (next-buffer, prev-buffer, next-error)
16621         (scroll-other-window, keyboard-quit, keyboard-escape-quit)
16622         (clone-indirect-buffer-other-window): Move bindings to bindings.el.
16624         * bindings.el (next-buffer, prev-buffer, next-error)
16625         (scroll-other-window, keyboard-quit, keyboard-escape-quit)
16626         (clone-indirect-buffer-other-window): Move bindings from simple.el.
16627         (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
16628         (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
16630 2005-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
16632         * isearch.el (isearch-edit-string): Make the search-ring available for
16633         minibuffer history commands.
16634         (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
16635         the default history commands now work just as well.
16636         (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
16638 2005-04-18  Kim F. Storm  <storm@cua.dk>
16640         * emulation/cua-base.el (cua--pre-command-handler): Add more
16641         elaborate check for shift modifier on non-window systems.
16643 2005-04-18  Lars Hansen  <larsh@math.ku.dk>
16645         * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
16647 2005-04-18  Kim F. Storm  <storm@cua.dk>
16649         * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
16650         and make it optional.  Don't test tooltip-gud-echo-area here.
16651         (tooltip-gud-process-output, gdb-tooltip-print):
16652         Pass tooltip-gud-echo-area to tooltip-show.
16653         (tooltip-help-tips): Remove second optional arg to tooltip-show.
16655 2005-04-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
16657         * tooltip.el (tooltip-mode): `emacs-quick-startup' and
16658         `display-graphic-p' may not be bound yet.
16660 2005-04-17  Luc Teirlinck  <teirllm@auburn.edu>
16662         * startup.el (command-line): No longer enable Xterm Mouse mode by
16663         default in terminals compatible with xterm.
16665         * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
16667 2005-04-18  Nick Roberts  <nickrob@snap.net.nz>
16669         * tooltip.el (tooltip-gud-echo-area): Rename from
16670         tooltip-use-echo-area.
16671         (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
16672         (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
16673         area independently of where help tooltips are displayed.
16675 2005-04-17  David Kastrup  <dak@gnu.org>
16677         * cus-theme.el (custom-theme-write-variables): Quote variables
16678         where necessary.
16680 2005-04-17  Richard M. Stallman  <rms@gnu.org>
16682         * simple.el (yank-excluded-properties): Add follow-link to value.
16684         * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
16686         * startup.el (fancy-splash-max-time): Just 30 seconds.
16687         (fancy-splash-delay): Just 7.
16688         (fancy-splash-screens): No time limit other than fancy-splash-max-time.
16690         * loadhist.el (unload-feature): Update for new format of load-history.
16691         Simplify the code.
16693         * mail/rmail.el (rmail-ignored-headers): Ignore more headers
16694         (rmail-font-lock-keywords): Don't fontify the text of a citation.
16696         * mail/sendmail.el (mail-font-lock-keywords):
16697         Don't fontify subject text.
16698         Don't fontify the text of a citation.
16700 2005-04-17  Mark H. Weaver  <mhw@netris.org>  (tiny change)
16702         * comint.el (comint-output-filter): Run comint-output-filter-functions
16703         with point where the user had it.
16705 2005-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
16707         * international/ucs-tables.el (ucs-set-table-for-input):
16708         Disable when using unify-on-decoding.
16710 2005-04-16  Dan Nicolaescu  <dann@ics.uci.edu>
16712         * emulation/cua-base.el (cua-global-mark-face): Add special case
16713         for displays supporting a high number of colors.
16715 2005-04-16  Matt Hodges  <MPHodges@member.fsf.org>  (tiny change)
16717         * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
16719 2005-04-16  Chong Yidong  <cyd@stupidchicken.com>
16721         * filesets.el (filesets-add-buffer): If user supplies a name of a
16722         non-existing fileset, create a new fileset.
16724 2005-04-16  Carsten Dominik  <dominik@science.uva.nl>
16726         * textmodes/org.el (org-up-heading-all): Fix bug with
16727         `outline-up-heading-all'.
16729 2005-04-16  Andreas Schwab  <schwab@suse.de>
16731         * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
16732         /etc/permissions.d/* and /etc/aliases.d/*.
16734 2005-04-16  Kenichi Handa  <handa@m17n.org>
16736         * international/code-pages.el (cp-make-coding-system):
16737         Set `translation-table-for-input' property value to the symbol
16738         ucs-mule-to-mule-unicode, not to that value.
16739         (pt154): Escape guillemet by `\'.
16741 2005-04-15  Luc Teirlinck  <teirllm@auburn.edu>
16743         * loadup.el: Load tooltip if x-show-tip is fboundp.
16745         * startup.el (command-line): Add comment.
16747         * tooltip.el (tooltip-mode): Specify correct standard value for
16748         Custom in init-value.
16750 2005-04-15  Nick Roberts  <nickrob@snap.net.nz>
16752         * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
16753         possible.
16755 2005-04-15  Carsten Dominik  <dominik@science.uva.nl>
16757         * textmodes/org.el (org-agenda-date-prompt): Rename from
16758         `org-agenda-date-today'.
16759         (org-evaluate-time-range): Insert at point instead of directly
16760         after time range.
16761         (org-first-headline-recenter, org-subtree-end-visible-p)
16762         (org-optimize-window-after-visibility-change): New functions
16763         (org-agenda-post-command-hook): Don't allow point at end of line,
16764         to make sure it always hits the text properties.
16765         (org-agenda-next-date-line, org-agenda-previous-date-line):
16766         New commands.
16767         (org-set-regexps-and-options): Category may contain white space.
16768         (org-agenda-get-deadlines, org-agenda-get-scheduled):
16769         Improve marker positions.
16770         (org-agenda-new-marker): Argument POS made optional.
16771         (org-agenda-get-timestamps): Deadlines which are done are listed
16772         in org-done-face now.
16773         (org-agenda-get-todos, org-agenda-get-timestamps)
16774         (org-agenda-get-deadlines, org-agenda-get-scheduled):
16775         Set `undone-face' and `done-face' properties.
16776         (org-last-todo-state-is-todo): New variable.
16777         (org-todo): Set `org-last-todo-state-is-todo'.
16778         (org-agenda-todo): Change face according to
16779         `org-last-todo-state-is-todo'.  And change other lines referring to
16780         the same entry.
16781         (org-calendar-goto-agenda): New command.
16782         (org-calendar-to-agenda-key): New option.
16783         (org-startup-folded): New allowed value `content'.
16784         (org-set-regexps-and-options): Accept new value `content' for
16785         `org-startup-folded'.
16786         (org-get-current-options): Handle new value `content' for
16787         `org-startup-folded'.
16788         (org-insert-todo-heading): New command.
16789         (org-mode): Insert first line "*-* mode: org-mode -*-" when called
16790         interactively in empty file and option
16791         `org-insert-mode-line-in-empty-file' has been set.
16792         (org-agenda-todo, org-agenda-priority): Modify to use
16793         `org-agenda-change-all-lines'.
16794         (org-warning-face): Change color on dark background
16796 2005-04-14  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
16798         * international/mule-cmds.el (set-locale-environment): On Mac OS,
16799         use preferences AppleLocale and AppleLanguages, and variable
16800         mac-system-locale for default locale.  On Mac OS Classic, use
16801         mac-system-coding-system for default coding systems.
16803         * term/mac-win.el: Don't set file-name-coding-system.
16804         Decode variables system-name, emacs-build-system, user-login-name, and
16805         user-full-name by mac-system-coding-system on Mac OS Classic.
16806         (mac-system-coding-system): New variable.
16808 2005-04-13  Luc Teirlinck  <teirllm@auburn.edu>
16810         * startup.el (command-line): Handle `xterm-mouse-mode' before
16811         reading init file.
16813         * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
16815 2005-04-13  Glenn Morris  <gmorris@ast.cam.ac.uk>
16817         * progmodes/sh-script.el (sh-here-document-word): Make it a
16818         defcustom.  Doc fix.
16819         (sh-add): Bash uses $(( )) for arithmetic.
16820         (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
16821         (sh-maybe-here-document): Remove quotes and leading whitespace
16822         from heredoc word when closing.  Indent heredoc with tabs if word
16823         starts with "-".
16825 2005-04-13  Richard M. Stallman  <rms@gnu.org>
16827         * simple.el (undo): Fix previous change.
16829         * custom.el (defface): Doc fix.
16831 2005-04-13  Lute Kamstra  <lute@gnu.org>
16833         * Makefile.in (DONTCOMPILE): Remove list.
16834         (compile, compile-always): Don't use DONTCOMPILE.
16835         (update-authors): Load the library in which batch-update-authors
16836         is defined.
16837         * makefile.w32-in (DONTCOMPILE): Remove list.
16838         (compile, compile-always): Fix comments.
16839         (update-authors): Load the library in which batch-update-authors
16840         is defined.
16842         * generic-x.el (generic-mode-ini-file-find-file-hook):
16843         Rename to ini-generic-mode-find-file-hook.
16844         Keep generic-mode-ini-file-find-file-hook as an alias.
16845         (ini-generic-mode-find-file-hook): Rename from
16846         generic-mode-ini-file-find-file-hook.  Fix docstring.
16847         (ini-generic-mode): Docstring change.
16848         (bat-generic-mode-run-as-comint): Silence the byte compiler.
16850         * help.el (describe-key-briefly): UNTRANSLATED can be nil when
16851         called from lisp.
16853         * generic.el: Move to the emacs-lisp subdir.
16855 2005-04-12  Dan Nicolaescu  <dann@ics.uci.edu>
16857         * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
16858         and C-S- function and cursor motion keys.
16860 2005-04-12  Luc Teirlinck  <teirllm@auburn.edu>
16862         * startup.el (command-line): Enable Xterm Mouse mode by default.
16863         * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
16864         for Custom.  No longer show "Mouse" in mode line when enabled.
16865         Doc fix.
16867 2005-04-12  Kim F. Storm  <storm@cua.dk>
16869         * emulation/cua-base.el (cua-rectangle-face)
16870         (cua-rectangle-noselect-face): Define face attributes here.
16872         * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
16874 2005-04-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
16876         * startup.el (command-line): Turn off blinking cursor if
16877         cursorBlink in resources is off or false.
16879 2005-04-12  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
16881         * term/mac-win.el (dnd): Require dnd.
16882         (mac-drag-n-drop): Call dnd-handle-one-url.
16883         (kTextEncodingMacRoman, kTextEncodingISOLatin1)
16884         (kTextEncodingISOLatin2): Remove constants.
16885         (mac-script-code-coding-systems): New constant.
16886         (mac-handle-language-change): New function.
16887         (special-event-map): Bind it to `language-change' event.
16888         (mac-centraleurroman, mac-cyrillic): New coding systems.
16889         (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
16890         (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
16891         and mac-cyrillic-encoder to encode-mac-centraleurroman and
16892         encode-mac-cyrillic, respectively.
16894 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
16896         * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
16897         Don't set overlay-arrow-string to "=>" as this is done
16898         globally in C now.
16900 2005-04-12  Lute Kamstra  <lute@gnu.org>
16902         * generic-x.el (rc-generic-mode, rul-generic-mode):
16903         Fix auto-mode-alist entries.
16904         (etc-fstab-generic-mode): Tweak fontification.
16906         * generic.el (generic-make-keywords-list): Fix docstring.
16907         (generic-mode-internal): Simplify generic-font-lock-keywords.
16909 2005-04-11  Rajesh Vaidheeswarran  <rv@gnu.org>
16911         * whitespace.el (whitespace-buffer-leading)
16912         (whitespace-buffer-trailing): Revert the incorrect test inversion.
16913         However, fix the highlight area for the leading and
16914         trailing whitespaces to show space.
16916 2005-04-11  Rajesh Vaidheeswarran  <rv@gnu.org>
16918         * whitespace.el (whitespace-version): Bump to 3.5
16920         (whitespace-buffer-leading, whitespace-buffer-trailing):
16921         Invert sense of the test to highlight the whitespace.
16923 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
16925         * progmodes/gud.el (gud-display-line): GUD uses its own
16926         overlay arrow now so don't set overlay-arrow-string.
16927         (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
16929 2005-04-11  Dan Nicolaescu  <dann@ics.uci.edu>
16931         * term.el (term-ansi-current-bold, term-ansi-current-underline)
16932         (term-ansi-current-reverse, term-ansi-current-invisible)
16933         (term-ansi-face-already-done): Change to boolean.
16934         (term-reset-terminal, term-handle-colors-array): Handle the above
16935         vars accordingly.
16936         (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
16937         (term-emulate-terminal): Use the new name.
16939         * faces.el (secondary-selection): Use yellow1, not yellow.
16940         (trailing-whitespace): Use red1, not red.
16942 2005-04-11  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
16944         * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
16945         (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
16946         (dired-dnd-handle-file): Call dnd-get-local-file-uri
16948         * cus-edit.el (dnd): New group.
16950         * term/w32-win.el (dnd): Require dnd
16951         (w32-drag-n-drop): Call dnd-handle-one-url.
16953         * x-dnd.el: Require dnd.
16954         (x-dnd-handle-uri-list, x-dnd-handle-file-name):
16955         Call dnd-handle-one-url.
16956         (x-dnd-types-alist, x-dnd-insert-utf8-text)
16957         (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
16958         to dnd-insert-text.
16959         (x-dnd-protocol-alist, x-dnd-open-file-other-window)
16960         (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
16961         (x-dnd-get-local-file-name, x-dnd-open-local-file)
16962         (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
16964         * dnd.el (dnd-protocol-alist): New file with generic DND functions.
16966 2005-04-11  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
16968         * wdired.el: Doc fixes.
16969         (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
16970         (wdired-use-dired-vertical-movement): Rename from
16971         wdired-always-move-to-filename-beginning.
16972         (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
16973         (wdired-change-to-wdired-mode): Change mode name.
16974         (wdired-newline): Delete.
16976 2005-04-11  Richard M. Stallman  <rms@gnu.org>
16978         * whitespace.el (whitespace-highlight-the-space):
16979         Don't call whitespace-unhighlight-the-space here.
16981         * simple.el (undo): Record t in undo-equiv-table
16982         for the redo record made by an undo-in-region.
16984 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
16986         * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
16987         (gdb-frame-inferior-io-buffer): New Functions to control
16988         display of separate IO buffer.
16989         (menu): Add them to menu-bar.
16990         (gdb-display-buffer): Check for buffer another frame.
16991         Protect GUD buffer.
16992         (gdb-setup-windows): Create IO buffer if not already there.
16993         (gdb-memory-mode): Remove purecopy noops.
16995 2005-04-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
16997         * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
16998         and pass to self-insert-command.
17000 2005-04-11  Lute Kamstra  <lute@gnu.org>
17002         * generic.el: Commentary section cleanup.
17003         (generic): Delete.
17004         (generic-use-find-file-hook, generic-lines-to-scan)
17005         (generic-find-file-regexp, generic-ignore-files-regexp)
17006         (default-generic-mode, generic-mode-find-file-hook)
17007         (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
17008         * generic-x.el (generic-x): Docstring fix.  Put it in the data group.
17009         (generic-use-find-file-hook, generic-lines-to-scan)
17010         (generic-find-file-regexp, generic-ignore-files-regexp)
17011         (default-generic-mode, generic-mode-find-file-hook)
17012         (generic-mode-ini-file-find-file-hook): Move from generic.el.
17014 2005-04-10  Karl Fogel  <kfogel@red-bean.com>
17016         * bookmark.el (bookmark-write-file): Catch errors writing file.
17017         This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
17019 2005-04-10  Richard M. Stallman  <rms@gnu.org>
17021         * startup.el (fancy-splash-tail): Update copyright year.
17022         (command-line): Split part of -Q into -D.
17023         (emacs-basic-display): New defvar.
17024         (fancy-splash-text): Correct name of menu item.
17026         * saveplace.el (save-place-alist-to-file): Catch errors writing file.
17028         * info.el (Info-fontify-node): Handle fontification of multiple * Menu
17029         lines in one node.
17031         * comint.el (comint-send-input): New arg ARTIFICIAL.
17032         Callers in this file changed.
17034         * abbrev.el (define-abbrevs): Read system abbrevs properly.
17036         * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
17038 2005-04-10  Chong Yidong  <cyd@stupidchicken.com>
17040         * url/url-ldap.el (url-ldap): Add docstring.  Fix call to
17041         `ldap-search-internal'.
17043 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
17045         * files.el (set-auto-mode-1): Use line-end-position.
17047         * international/latin-1.el:
17048         * international/latin-2.el:
17049         * international/latin-3.el:
17050         * international/latin-4.el:
17051         * international/latin-5.el:
17052         * international/latin-8.el:
17053         * international/latin-9.el: Give punctuation syntax to NBSP.
17055         * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
17056         (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
17057         Use char-classes to accept non-ascii letters, accepted in some recent
17058         bibtex implementations.
17060 2005-04-10  Luc Teirlinck  <teirllm@auburn.edu>
17062         * custom.el (custom-set-minor-mode): Any non-nil value for the
17063         variable should enable the mode when set through Custom.
17065 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
17067         * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
17068         TAB binding so tab-always-indent is obeyed.
17069         (vhdl-minibuffer-local-map): Move initialization into declaration.
17070         (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
17071         (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
17072         (vhdl-hooked-abbrev): Avoid test for XEmacs.
17073         (vhdl-current-line): Use line-beginning-position.
17074         (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
17075         with-output-to-temp-buffer, so the current position can be recorded.
17077 2005-04-10  Masatake YAMATO  <jet@gyve.org>
17079         * progmodes/compile.el (compilation-error-regexp-alist-alist):
17080         Add regexp for gcov.
17082 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17084         * calendar/time-date.el (time-to-seconds, seconds-to-time)
17085         (days-to-time, time-subtract, time-add): Don't use the #xhhhh
17086         syntax which Emacs 20 doesn't support.
17088 2005-04-09  Richard M. Stallman  <rms@gnu.org>
17090         * help.el (describe-key-briefly, describe-key):
17091         Replace strings as event types with "(any string)".
17093 2005-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
17095         * arc-mode.el (archive-mode-map): Move initialization into
17096         the declaration.  Override *all* bindings of `undo'.
17097         (archive-lemacs): Remove, use (featurep 'xemacs) instead.
17099 2005-04-09  Jay Belanger  <belanger@truman.edu>
17101         * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
17103 2005-04-09  Dan Nicolaescu  <dann@ics.uci.edu>
17105         * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
17106         (xterm-register-default-colors): Update color values computation
17107         to match xterm-200.
17109 2005-04-09  Kenichi Handa  <handa@m17n.org>
17111         * international/code-pages.el (iso-latin-7): Fix the map.
17113 2005-04-08  Luc Teirlinck  <teirllm@auburn.edu>
17115         * emacs-lisp/lisp.el (defun-prompt-regexp)
17116         (parens-require-spaces, buffer-end, end-of-defun)
17117         (insert-parentheses): Doc fixes.
17119 2005-04-08  Kim F. Storm  <storm@cua.dk>
17121         * comint.el (comint-highlight-prompt): Fix face spec.
17122         * hi-lock.el (hi-green): Likewise.
17124 2005-04-08  Dan Nicolaescu  <dann@ics.uci.edu>
17126         * cus-edit.el (custom-modified-face):
17127         * comint.el (comint-highlight-input): Fix previous changes.
17128         * term.el (term-handle-ansi-escape): Add a comment.
17130 2005-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
17132         * whitespace.el (whitespace-highlight-the-space): Put the same overlay
17133         in the buffer and in whitespace-highlighted-space.
17134         (whitespace-unhighlight-the-space): Simplify.
17135         (whitespace-buffer): Simplify.
17137 2005-04-08  Dan Nicolaescu  <dann@ics.uci.edu>
17139         * textmodes/table.el (table-cell-face): Add special case for
17140         displays supporting a high number of colors.
17141         * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
17142         (vhdl-font-lock-reserved-words-face)
17143         (vhdl-speedbar-architecture-face)
17144         (vhdl-speedbar-instantiation-face)
17145         (vhdl-speedbar-architecture-selected-face)
17146         (vhdl-speedbar-instantiation-selected-face): Likewise.
17147         * progmodes/sh-script.el (sh-heredoc-face): Likewise.
17148         * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
17149         * progmodes/ebrowse.el (ebrowse-tree-mark-face)
17150         (ebrowse-root-class-face, ebrowse-member-attribute-face)
17151         (ebrowse-progress-face): Likewise.
17152         * progmodes/compile.el (compilation-info-face): Likewise.
17153         * progmodes/cc-fonts.el (c-invalid-face): Likewise.
17154         * emacs-lisp/re-builder.el (reb-match-3): Likewise.
17155         * calendar/calendar.el (diary-face): Likewise.
17156         * woman.el (woman-italic-face, woman-bold-face)
17157         (woman-unknown-face): Likewise.
17158         * wid-edit.el (widget-button-pressed-face): Likewise.
17159         * whitespace.el (whitespace-highlight-face): Likewise.
17160         * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
17161         * pcvs-info.el (cvs-marked-face): Likewise.
17162         * info.el (info-xref): Likewise.
17163         * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
17164         * hilit-chg.el (highlight-changes-face)
17165         (highlight-changes-delete-face): Likewise.
17166         * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
17167         (hi-red-b): Likewise.
17168         * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
17169         * font-lock.el (font-lock-keyword-face)
17170         (font-lock-function-name-face, font-lock-warning-face): Likewise.
17171         * cus-edit.el (custom-invalid-face, custom-modified-face)
17172         (custom-set-face, custom-changed-face, custom-variable-tag-face)
17173         (custom-group-tag-face-1, custom-group-tag-face): Likewise.
17174         * comint.el (comint-highlight-prompt): Likewise.
17176 2005-04-08  Lute Kamstra  <lute@gnu.org>
17178         * font-lock.el (font-lock-keywords): Docstring fixes.
17180 2005-04-08  Kenichi Handa  <handa@m17n.org>
17182         * ps-mule.el (ps-mule-show-warning): If the number of unprintable
17183         chars are more than a limit, print " and more..." at the tail.
17185 2005-04-08  Kim F. Storm  <storm@cua.dk>
17187         * emacs-lisp/authors.el (authors-aliases): Update list.
17188         (authors-ignored-files): New list.
17189         (authors-fixed-entries): Fix typo.
17190         (authors-renamed-files-alist): Update list.
17191         (authors-add): Check authors-ignored-files.
17193 2005-04-08  Carsten Dominik  <dominik@science.uva.nl>
17195         * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
17196         optional, to ensure backward compatibility.
17198 2005-04-08  Stephen Eglen  <stephen@gnu.org>
17200         * textmodes/flyspell.el (flyspell-large-region): Doc fix.
17202 2005-04-08  Kim F. Storm  <storm@cua.dk>
17204         * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
17206         * mouse.el (mouse-on-link-p): Doc fix.
17208 2005-04-07  Luc Teirlinck  <teirllm@auburn.edu>
17210         * ielm.el (ielm-prompt-read-only): Doc fix.
17212         * comint.el (comint-prompt-read-only): Doc fix.
17214 2005-04-07  Benjamin Rutt  <brutt@bloomington.in.us>
17216         * ffap.el (ffap-pass-wildcards-to-dired): New user option to
17217         ensure dired always handles wildcards passed to ffap.
17218         (find-file-at-point): Use it.
17219         (ffap-dired-wildcards): Doc fix.
17221 2005-04-07  Juri Linkov  <juri@jurta.org>
17223         * simple.el (next-error-overlay-arrow-position): New defvar.
17224         Put "=>" on its property `overlay-arrow-string'.  Add it to
17225         `overlay-arrow-variable-list'.
17227         * progmodes/compile.el (compilation-setup):
17228         Set `next-error-overlay-arrow-position' to nil.  Also set it to
17229         nil in the local hook `kill-buffer-hook'.  Make local variable
17230         `overlay-arrow-string' and set it to "=>".
17231         (compilation-goto-locus): Set BOL position to
17232         `next-error-overlay-arrow-position' instead of
17233         `overlay-arrow-position'.
17235         * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
17236         locally instead of adding it to the global hook.
17237         (Info-kill-buffer): Move up.
17239 2005-04-06  Dan Nicolaescu  <dann@ics.uci.edu>
17241         * term/xterm.el (xterm-standard-colors): Update color values from
17242         xterm-200.
17244 2005-04-06  Stefan Monnier  <monnier@iro.umontreal.ca>
17246         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
17248         * fast-lock.el:
17249         * lazy-lock.el: Move them to the obsolete subdir.
17251 2005-04-06  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
17253         * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
17254         (wdired-add-replace-advice): Remove.
17255         (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
17257 2005-04-06  Kim F. Storm  <storm@cua.dk>
17259         * startup.el (command-line): Add --bare-bones alias for -Q.
17261 2005-04-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
17263         * term/mac-win.el: Use create-fontset-from-mac-roman-font to
17264         create the startup fontset if a font specification ends with
17265         `mac-roman'.
17267 2005-04-06  Lute Kamstra  <lute@gnu.org>
17269         * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
17270         change.
17272         * emacs-lisp/copyright.el (copyright-update-year): Replace the
17273         right subexpression.  Suggested by Jay Bingham <jay.bingham@hp.com>.
17275 2005-04-05  Lute Kamstra  <lute@gnu.org>
17277         * generic.el (generic-mode-internal): Fix 2005-03-31 change.
17278         (define-generic-mode): Ditto.  Fix debug declaration.
17280         * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
17281         Put them in the generic-x group.
17283         * calendar/timeclock.el (timeclock): Doc fix.
17285         * generic.el (define-generic-mode): Don't use custom-current-group.
17286         Document default :group value.
17287         * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
17288         (define-global-minor-mode): Don't use custom-current-group.
17290 2005-04-05  Glenn Morris  <gmorris@ast.cam.ac.uk>
17292         * startup.el (command-line-1): Display startup-echo-area-message
17293         when fancy splash screen is in use.
17295         * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
17296         (sh-escaped-newline): New face.
17297         (sh-font-lock-keywords) <shell>: Improve regexp for escaped
17298         newline, and use sh-escaped-newline face.
17300         * progmodes/tcl.el (tcl-escaped-newline): New face.
17301         (tcl-builtin-list): New variable.
17302         (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
17303         newlines.  Fix keywords subexpression number.
17305 2005-04-05  Carsten Dominik  <dominik@science.uva.nl>
17307         * textmodes/org.el (org-diary-default-entry): Fix call to
17308         `add-to-diary-entry'.
17310 2005-04-05  Kim F. Storm  <storm@cua.dk>
17312         * ediff-init.el: Use (featurep 'xemacs).
17314 2005-04-05  David Ponce  <david@dponce.com>
17316         * cus-edit.el (face): Derive from symbol widget.  Display sample
17317         of the current face on the fly.
17318         (widget-face-sample-face-get, widget-face-notify): New functions.
17319         (widget-face-value-create): Remove.
17321         * wid-edit.el (widget-field-end): Temporarily remove field
17322         narrowing before to call `get-char-property'.
17324 2005-04-04  Jay Belanger  <belanger@truman.edu>
17326         * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
17327         (math-read-subscripts): New variable.
17328         (math-read-preprocess-string): Process subscripts.
17330 2005-04-04  Luc Teirlinck  <teirllm@auburn.edu>
17332         * comint.el (comint-prompt-read-only): Doc fix.
17334         * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
17335         `-1'.  Doc fix.
17337 2005-04-04  Carsten Dominik  <dominik@science.uva.nl>
17339         * textmodes/org.el (org-insert-mode-line-in-empty-file):
17340         Change default value to nil.
17342 2005-04-04  Lute Kamstra  <lute@gnu.org>
17344         * autorevert.el (auto-revert-mode): Specify :group.
17345         * battery.el (display-battery-mode): Specify :group.
17346         * diff-mode.el (diff-minor-mode): Specify :group.
17347         * font-core.el (font-lock-mode): Specify :group.
17348         * hl-line.el (hl-line-mode): Specify :group.
17349         * iimage.el (iimage): New customization group.
17350         (iimage-mode): Specify :group.
17351         * longlines.el (longlines-mode): Specify :group.
17352         * master.el: Don't require easy-mmode.
17353         (master): New customization group.
17354         (master-mode): Specify :group.
17355         * msb.el (msb-mode): Specify :group.
17356         * reveal.el (reveal-mode): Specify :group.
17357         * simple.el (next-error-follow-minor-mode): Specify :group.
17358         * smerge-mode.el (smerge-mode): Specify :group.
17359         * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
17360         * emulation/cua-base.el (cua-mode): Specify :group.
17361         * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
17362         * language/thai-util.el (thai-auto-composition-mode)
17363         (thai-word-mode): Specify :group.
17364         * mail/supercite.el (sc-minor-mode): Specify :group.
17365         * progmodes/cwarn.el (cwarn-mode): Specify :group.
17366         * progmodes/flymake.el (flymake-mode): Specify :group.
17367         * progmodes/glasses.el (glasses-mode): Specify :group.
17368         * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
17369         * textmodes/enriched.el (enriched-mode): Specify :group.
17370         * textmodes/refill.el (refill-mode): Specify :group.
17372         * add-log.el (change-log-font-lock-keywords): Names in
17373         parenthesized lists can contain spaces.
17375 2005-04-04  Thien-Thi Nguyen  <ttn@gnu.org>
17377         * startup.el (fancy-splash-text): Shorten default text of
17378         "Emacs Tutorial" line.  Also, if the current language env
17379         indicates an available tutorial file other than TUTORIAL,
17380         extract its title and append it to the line in parentheses.
17381         (fancy-splash-insert): If arg is a thunk, funcall it.
17383 2005-04-04  Jay Belanger  <belanger@truman.edu>
17385         * calc.el (calc-language-alist): Add tags to customization type.
17387 2005-04-03  Luc Teirlinck  <teirllm@auburn.edu>
17389         * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
17390         Doc fix.
17392 2005-04-03  Marcelo Toledo  <marcelo@gnu.org>
17394         * add-log.el (change-log-font-lock-keywords): The manual
17395         describing a Change Log entry, says: (...) "Aside from these
17396         header lines, every line in the change log starts with a space or
17397         a tab.".  The font-lock was not highlighting lines started with
17398         spaces, added support for it.
17400 2005-04-03  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
17402         * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
17403         (bibtex-generate-url-list): Update docstring accordingly.  Put the
17404         complex example in the docstring.
17405         (bibtex-font-lock-url): Use pop.
17407 2005-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
17409         * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
17411         * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
17413 2005-04-03  Glenn Morris  <gmorris@ast.cam.ac.uk>
17415         * filesets.el (filesets-set-default): Doc fix.
17417 2005-04-03  Lute Kamstra  <lute@gnu.org>
17419         * generic.el (define-generic-mode): Add argument to specify
17420         keywords for defcustom.
17421         (default-generic-mode): Specify :group.
17423         * generic-x.el: Specify :group for all generic modes.
17425         * desktop.el (desktop-no-desktop-file-hook)
17426         (desktop-after-read-hook): Doc fix.
17428 2005-04-02  Luc Teirlinck  <teirllm@auburn.edu>
17430         * simple.el (visible-mode): Use explicit :group keyword.
17431         This changes the group of `visible-mode-hook' from paren-blinking
17432         to editing-basics.
17434 2005-04-02  Sergey Poznyakoff  <gray@Mirddin.farlep.net>  (tiny change)
17436         * mail/rmail.el (rmail-parse-url): Bugfix.  Parse traditional
17437         mailbox specifications as well as URLs.
17438         (rmail-insert-inbox-text): Remove unused conditional branches.
17440 2005-04-01  Jay Belanger  <belanger@truman.edu>
17442         * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
17443         (calc-gnuplot-print-command): Move definitions to calc.el.
17445         * calc/calc-embed.el (calc-embedded-announce-formula)
17446         (calc-embedded-open-formula, calc-embedded-close-formula)
17447         (calc-embedded-open-word, calc-embedded-close-word)
17448         (calc-embedded-open-plain, calc-embedded-close-plain)
17449         (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
17450         (calc-embedded-open-mode, calc-embedded-close-mode):
17451         Move definitions to calc.el.
17453         * calc/calc.el (calc-settings-file, calc-language-alist):
17454         Make customizable.
17455         (calc-embedded-announce-formula, calc-embedded-open-formula)
17456         (calc-embedded-close-formula, calc-embedded-open-word)
17457         (calc-embedded-close-word, calc-embedded-open-plain)
17458         (calc-embedded-close-plain, calc-embedded-open-new-formula)
17459         (calc-embedded-close-new-formula, calc-embedded-open-mode)
17460         (calc-embedded-close-mode, calc-gnuplot-name)
17461         (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
17462         from other files and make customizable.
17464 2005-04-01  Stefan Monnier  <monnier@iro.umontreal.ca>
17466         * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
17467         Use buffer-live-p.
17468         (cvs-mode-run): Don't call cvs-update-header here.
17469         (cvs-run-process): Call cvs-update-header.
17470         Use process properties for cvs-postprocess and cvs-buffer so that
17471         the sentinel can behave better if the temp buffer is killed.
17472         Use a pipe rather than a tty, to better handle unexpected prompts.
17473         (cvs-sentinel): Rewrite.  Call cvs-update-header.
17475 2005-04-01  Andre Spiegel  <spiegel@gnu.org>
17477         * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
17478         we go via Tramp or Ange-FTP.  Suggested by Kai Grossjohann.
17480 2005-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
17482         * generic.el (define-generic-mode): Add indentation rule.
17484 2005-03-31  Luc Teirlinck  <teirllm@auburn.edu>
17486         * files.el (mode-require-final-newline): Make Custom correctly
17487         report a nil value and allow to set it to nil via Custom.
17488         Doc fix.
17490 2005-04-01  Kenichi Handa  <handa@m17n.org>
17492         * international/characters.el: Enable the correct case setting for
17493         dotless-i and dotted-I.
17495 2005-04-01  Kim F. Storm  <storm@cua.dk>
17497         * ido.el (ido-file-internal): Fall back to non-ido command if
17498         initial directory is on slow ftp (or tramp) host.
17500 2005-03-31  Richard M. Stallman  <rms@gnu.org>
17502         * emacs-lisp/autoload.el (make-autoload):
17503         Handle define-global-minor-mode.
17505         * emacs-lisp/easy-mmode.el (define-global-minor-mode):
17506         Rename from easy-mmode-define-global-mode.
17507         (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
17509         * progmodes/scheme.el (scheme-mode-syntax-table):
17510         Update syntax of | and # for two-character comment syntax.
17512 2005-03-31  Lute Kamstra  <lute@gnu.org>
17514         * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
17515         (define-minor-mode): Call custom-current-group at load-time.
17517         * generic.el (define-generic-mode): Add debug declaration.
17518         Add defcustom for the mode hook.
17519         (generic-mode-internal): Use run-mode-hooks.
17521 2005-03-31  Kim F. Storm  <storm@cua.dk>
17523         * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
17524         (mouse-fixup-help-message): New defun called by show_help_echo
17525         to fixup mouse-2 prefix in help messages when applicable.
17527         * tooltip.el (tooltip-show-help-function): Don't fixup message here.
17529 2005-03-31  Kenichi Handa  <handa@m17n.org>
17531         * language/thai-word.el (thai-find-word-ends): Pay attention to
17532         the case that we reach the end of buffer.
17534         * textmodes/fill.el (fill-text-properties-at): New function.
17535         (fill-newline): Use fill-text-properties-at instead of
17536         text-properties-at.
17538 2005-03-31  Olive Lin  <olive.lin@versateladsl.be>  (tiny change)
17540         * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
17541         not comint-quote-filename.
17543 2005-03-31  Thien-Thi Nguyen  <ttn@gnu.org>
17545         * help-fns.el (help-with-tutorial): Revert last change.
17547 2005-03-31  Kim F. Storm  <storm@cua.dk>
17549         * emulation/cua-base.el (cua-scroll-down): Add CUA property.
17551 2005-03-30  Paul Eggert  <eggert@cs.ucla.edu>
17553         * calendar/cal-china.el: Update reference to "Calendrical
17554         Calculations" book; there's a new edition.
17555         * calendar/cal-coptic.el: Likewise.
17556         * calendar/cal-french.el: Likewise.
17557         * calendar/cal-hebrew.el: Likewise.
17558         * calendar/cal-islam.el: Likewise.
17559         * calendar/cal-iso.el: Likewise.
17560         * calendar/cal-julian.el: Likewise.
17561         * calendar/cal-mayan.el: Likewise.
17562         * calendar/cal-persia.el: Likewise.
17563         * calendar/calendar.el: Likewise.
17564         * calendar/holidays.el: Likewise.
17565         * calendar/lunar.el: Likewise.
17566         * calendar/solar.el: Likewise.
17568         * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
17569         white space from doc string.
17571 2005-03-30  Jay Belanger  <belanger@truman.edu>
17573         * calc/calc-help.el (calc-full-help): Remove email address.
17575 2005-03-30  Thien-Thi Nguyen  <ttn@gnu.org>
17577         * help-fns.el (help-with-tutorial): Delete title line.
17579 2005-03-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
17581         * calendar/cal-x.el (calendar-one-frame-setup)
17582         (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
17583         rather than `symbol' for set-window-dedicated-p.
17585         * calendar/appt.el (appt-buffer-name): Make it a constant.
17586         (appt-add): Doc fix.
17588         * filesets.el (filesets-menu-path, filesets-menu-before)
17589         (filesets-menu-in-menu): Doc fix.  Now valid in GNU Emacs.
17590         (filesets-menu-cache-file): Use directory ~/.emacs.d.
17591         (filesets-add-submenu): Delete and use add-submenu instead.
17593 2005-03-30  Carsten Dominik  <dominik@science.uva.nl>
17595         * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
17596         (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
17597         (org-diary-default-entry): New function.
17598         (org-get-entries-from-diary): Better parsing of diary entries.
17599         (org-agenda-check-no-diary): New function.
17600         ("diary-lib"): Advice to function `add-to-diary-list', to allow
17601         linking to diary entries.
17602         (org-agenda-execute-calendar-command): New function.
17603         (org-agenda): Improve visible section in window.
17604         Use `org-fit-agenda-window'.
17605         (org-fit-agenda-window): New option.
17606         (org-move-subtree-down): Better handling of empty lines
17607         at end of subtree.
17608         (org-cycle): Numeric prefix is interpreted now as show-subtree N
17609         levels up.
17610         (org-fontify-done-headline): New option.
17611         (org-headline-done-face): New face.
17612         (org-set-font-lock-defaults): Use `org-headline-done-face'.
17613         (org-table-copy-down): Rename from `org-table-copy-from-above'.
17614         When current field is non-empty, it is copied to next row.
17615         (org-table-copy-from-above): Fix bug which made it
17616         impossible to copy fields containing only a single non-white character.
17618 2005-03-30  Kim F. Storm  <storm@cua.dk>
17620         * kmacro.el (kmacro-end-macro): Isearch may store this command
17621         into the macro -- so ignore it when executing keyboard macro.
17623 2005-03-30  Nick Roberts  <nickrob@snap.net.nz>
17625         * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
17627 2005-03-29  Kenichi Handa  <handa@m17n.org>
17629         * language/thai.el ("Thai"): Set setup-function and exit-function
17630         for Thai language environment.
17632         * language/thai-util.el: Require thai-word.
17633         (thai-word-mode-map): New variable.
17634         (thai-word-mode): New minor mode.
17635         (setup-thai-language-environment-internal): New function.
17636         (exit-thai-language-environment-internal): New function.
17638         * language/thai-word.el (thai-word-table): Declare it by defvar,
17639         use dolist to initialize it.
17640         (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
17641         (thai-fill-find-break-point): New functions.
17643 2005-03-29  Richard M. Stallman  <rms@gnu.org>
17645         * simple.el (idle-update-delay): Move definition up.
17646         (set-mark): Doc fix.
17648 2005-03-29  Chong Yidong  <cyd@stupidchicken.com>
17650         * longlines.el: New file.
17652         * simple.el (buffer-substring-filters): New variable.
17653         (filter-buffer-substring): New function.
17654         (kill-region, copy-region-as-kill): Use it.
17656         * register.el (copy-to-register, append-to-register)
17657         (prepend-to-register): Use filter-buffer-substring.
17659 2005-03-30  Nick Roberts  <nickrob@snap.net.nz>
17661         * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
17662         (gud-filter-pending-text): Move in front of gdb.
17663         (gud-overlay-arrow-position): New variable.
17664         (gud-sentinel, gud-display-line): Use it in place of
17665         overlay-arrow-position.
17667 2005-03-29  Glenn Morris  <gmorris@ast.cam.ac.uk>
17669         * progmodes/fortran.el (fortran-if-indent): Doc fix.
17670         (fortran-font-lock-keywords-2): Add "where", "elsewhere".
17671         (fortran-font-lock-keywords-4): New variable.
17672         (fortran-blocks-re, fortran-end-block-re)
17673         (fortran-start-block-re): New constants, for hideshow.
17674         (hs-special-modes-alist): Add a Fortran entry.
17675         (fortran-mode-map): Bind fortran-end-of-block,
17676         fortran-beginning-of-block to \M-\C-n, \M-\C-p.
17677         (fortran-mode): Doc fix.  Add fortran-font-lock-keywords-4.
17678         (fortran-looking-at-if-then, fortran-end-of-block)
17679         (fortran-beginning-of-block): New functions, for hideshow.
17681         * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
17682         Doc fix.  Tweak regexp.
17683         (f90-beginning-of-block): Push mark first.
17685 2005-03-29  Jay Belanger  <belanger@truman.edu>
17687         * calc/calc.el: Update copyright date.
17688         (calc-version): Increase to 2.1.
17689         (calc-version-date): Remove.
17691         * calc/calc-help.el: Update copyright date.
17692         (calc-full-help): Remove reference to calc-version-date.
17693         Update copyright date.
17695 2005-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
17697         * vc.el (vc-do-command): Use a pipe for async processes, so password
17698         prompts don't show up at places where the user can't reply.
17700 2005-03-29  Olive Lin  <olive.lin@versateladsl.be>  (tiny change)
17702         * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
17703         on the file name we pass to the inferior shell.
17705 2005-03-29  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
17707         * progmodes/which-func.el (which-function): Be robust in the face of an
17708         imenu--make-index-alist failure.
17710 2005-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
17712         * reveal.el (reveal-mode-map): Don't override C-a and C-e.
17714         * progmodes/python.el (python-preoutput-filter): Fix last change.
17716 2005-03-29  Lute Kamstra  <lute@gnu.org>
17718         * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
17719         functions and compiled macros.
17720         (debug-convert-byte-code): Handle macros too.
17721         (debug-on-entry-1): Don't signal an error when trying to clear a
17722         function that is not set to debug on entry.
17724 2005-03-29  Jay Belanger  <belanger@truman.edu>
17726         * calc/calc-lang.el: Add functions to math-function-table
17727         properties of tex and math.
17729 2005-03-29  Kenichi Handa  <handa@m17n.org>
17731         * ps-mule.el (ps-mule-plot-string): Translate characters by
17732         ps-print-translation-table.
17733         (ps-mule-begin-job): Call find-charset-region/string with
17734         ps-print-translation-table.
17735         (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
17737         * ps-print.el (ps-print-translation-table): New variable.
17738         (ps-plot-region): Translate characters by ps-print-translation-table.
17740 2005-03-29  Juri Linkov  <juri@jurta.org>
17742         * simple.el (next-error-highlight-timer): New variable.
17744         * progmodes/compile.el (compilation-goto-locus):
17745         Use `next-error-highlight-timer' instead of `sit-for'.
17747 2005-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
17749         * mail/supercite.el (sc-mail-field): Use assoc-string.
17750         (sc-get-address): Simplify regexps.
17752         * files.el (minibuffer-with-setup-hook): New macro.
17753         (find-file-read-args): Use it to avoid let-binding
17754         minibuffer-with-setup-hook (which breaks turning on/off
17755         file-name-shadow-mode while in the prompt).
17757         * complete.el (PC-read-include-file-name-internal):
17758         Use test-completion.
17760 2005-03-28  Luc Teirlinck  <teirllm@auburn.edu>
17762         * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
17764 2005-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
17766         * window.el (window-buffer-height): Use count-screen-lines.
17768         * progmodes/python.el (python-preoutput-leftover): New var.
17769         (python-preoutput-filter): Use it.
17770         (python-send-receive): Loop until all the result has been received.
17772 2005-03-28  Juri Linkov  <juri@jurta.org>
17774         * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
17776         * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
17777         "Recover Crashed Session".
17778         (menu-bar-search-menu): Add ellipsis to "Search tagged files".
17779         (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
17780         (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
17781         (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
17782         (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
17783         (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
17784         (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
17785         (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
17787         * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
17788         Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
17789         Ediff Sessions", "Toggle use of separate control buffer frame",
17790         "Use separate frame for Ediff control buffer".
17792         * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
17793         Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
17794         "Rename Bookmark", "Delete Bookmark".
17796         * info.el (Info-mode-menu): Remove ellipsis from "Index".
17797         Add ellipsis to "Lookup a String", "Lookup a string in all indices".
17798         Add `:active Info-index-alternatives' to "Next Matching Item".
17800         * wdired.el (wdired-change-to-wdired-mode):
17801         Mention `wdired-abort-changes' key in the initial message.
17803         * international/mule.el (auto-coding-alist): Associate non-ascii
17804         image filename extensions with `no-conversion'.
17806 2005-03-27  Stefan Monnier  <monnier@iro.umontreal.ca>
17808         * international/iso-acc.el:
17809         * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
17811 2005-03-26  Luc Teirlinck  <teirllm@auburn.edu>
17813         * textmodes/sgml-mode.el (html-mode): Doc update.
17815         * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
17817 2005-03-26  Dan Nicolaescu  <dann@ics.uci.edu>
17819         * term.el (term-move-columns): Fix face after extending a line.
17820         (term-insert-spaces): Likewise.
17821         (term-reset-terminal): Fix off by one error.
17823 2005-03-26  Eli Zaretskii  <eliz@gnu.org>
17825         * international/mule.el (auto-coding-alist): Add .xpi files.
17827         * files.el (auto-mode-alist): Add .xpi files.
17829 2005-03-26  Jure Cuhalev  <gandalf@owca.info>  (tiny change)
17831         * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
17833 2005-03-26  Eli Zaretskii  <eliz@gnu.org>
17835         * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
17837 2005-03-26  Glenn Morris  <gmorris@ast.cam.ac.uk>
17839         * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
17840         binding.  Suggested by Stephan Stahl <stahl@eos.franken.de>.
17842         * calendar/cal-move.el (calendar-beginning-of-year): Move the
17843         cursor to Jan 1 when needed.
17844         (calendar-end-of-year): Fix -/+ typo.
17845         Reported by Chong Yidong <cyd@stupidchicken.com>.
17847 2005-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
17849         * progmodes/flymake.el (flymake-mode): Add autoload cookie.
17851         * emacs-lisp/debug.el (debugger-record-expression): Add a missing
17852         format to `message'.  Inspired by Deepak Goel <deego@gnufans.org>.
17854 2005-03-25  Richard M. Stallman  <rms@gnu.org>
17856         * filesets.el (filesets-init): Add autoload.
17858         * mail/mailalias.el (mail-directory): Doc fix.
17860 2005-03-25  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
17862         * mail/mailalias.el (mail-directory-process): Do nothing if
17863         mail-directory-process is an atom.
17864         (mail-get-names): Ignore mail-directory-names if it is an atom.
17865         (mail-directory-process defvar): Doc fix.
17866         (mail-names): Doc fix.
17868 2005-03-25  Johan Bockg\e,Ae\e(Brd  <bojohan+mail@dd.chalmers.se>  (tiny change)
17870         * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
17872 2005-03-26  Kenichi Handa  <handa@m17n.org>
17874         * international/mule-util.el (detect-coding-with-priority):
17875         Call update-coding-systems-internal before detect-coding-region.
17877 2005-03-26  Nick Roberts  <nickrob@snap.net.nz>
17879         * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
17880         (gdb-frames-mode-map): Add follow-link property.
17882 2005-03-25  Jay Belanger  <belanger@truman.edu>
17884         * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
17885         for variables.
17887 2005-03-25  Juri Linkov  <juri@jurta.org>
17889         * image-mode.el: Optimize image filename extension regexps in
17890         autoload cookies.  Associate .x[bp]m with `image-mode-maybe'
17891         in `auto-mode-alist'.
17892         (image-mode): Add `image-toggle-display-text' to local hook
17893         `change-major-mode-hook'.  Display the image as an image by
17894         default.  Set `cursor-type' and `truncate-lines' if the image
17895         is already displayed.  Take into account the current mode (image
17896         or text) in message.
17897         (image-minor-mode): New minor mode.
17898         (image-mode-maybe, image-toggle-display-text): New functions.
17899         (image-toggle-display): Use called-interactively-p.
17900         Let-bind `inhibit-read-only' to t.
17902         * image-mode.el (image-minor-mode): Set `cursor-type' and
17903         `truncate-lines' if the image is already displayed.  Add turning
17904         image-minor-mode off to `change-major-mode-hook'.  Add message.
17905         Call `image-toggle-display-text' after turning image-minor-mode off.
17907 2005-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
17909         * international/mule-cmds.el (set-locale-environment): For Mac OS X's
17910         Terminal.app, use utf-8.
17911         (set-display-table-and-terminal-coding-system): Add coding-system arg.
17912         (set-locale-environment): Use it.
17914         * term/xterm.el: Undo last change, better done in mule-cmds.el.
17916         * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
17918         * progmodes/python.el (python-close-block-statement-p)
17919         (python-outdent-p, python-current-defun): Use symbol-end.
17921 2005-03-25  Karl Chen  <quarl@cs.berkeley.edu>  (tiny change)
17923         * files.el (save-some-buffers): Doc fix.
17925 2005-03-25  Werner Lemberg  <wl@gnu.org>
17927         * complete.el, thumbs.el: Replace `legal' with `valid'.
17928         * calendar/calendar.el: Replace `legal' with `valid'.
17929         * emacs-lisp/advice.el: Replace `legal' with `valid'.
17930         * mail/supercite.el: Replace `legal' with `valid'.
17931         * progmodes/cperl-mode.el, progmodes/idlw-shell.el
17932         * progmodes/idlwave.el, progmodes/vhdl-mode.el:
17933         Replace `legal' with `valid'.
17934         * textmodes/reftex-vars.el, textmodes/reftex.el:
17935         Replace `legal' with `valid'.
17937 2005-03-25  Werner Lemberg  <wl@gnu.org>
17939         * calc/calc-forms.el, calc/calc-sel.el
17940         * midnight.el, vc-cvs.el
17941         * emacs-lisp/cl-macs.el
17942         * emulation/vip.el
17943         * eshell/esh-io.el, eshell/esh-var.el
17944         * mail/supercite.el
17945         * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
17946         * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
17947         * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
17948         * progmodes/sh-script.el, progmodes/xscheme.el
17949         * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
17950         * textmodes/reftex-index.el, textmodes/reftex-parse.el
17951         * textmodes/reftex-ref.el, textmodes/reftex-vars.el
17952         * textmodes/reftex.el, textmodes/org.el:
17953         Replace `illegal' with `invalid'.
17955 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
17957         * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
17958         (flymake-find-buildfile, flymake-find-possible-master-files)
17959         (flymake-check-include, flymake-parse-line): Replace loops over the
17960         length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
17962         * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
17963         Substitute file-name-as-directory in the rest of the file.
17964         (flymake-get-common-file-prefix): Rewrite, using compare-strings.
17965         (flymake-replace-region): Remove unused arg `buffer'.
17966         (flymake-check-patch-master-file-buffer): Update calls to it.
17967         (flymake-add-err-info): Remove unused var `count'.
17968         (flymake-mode): Use define-minor-mode.
17970         * progmodes/flymake.el: Use with-current-buffer.
17971         (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
17972         flymake-replace-regexp-in-string, flymake-line-beginning-position)
17973         (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
17974         Avoid testing for `xemacs'.
17975         (flymake-nop): Move.
17976         (flymake-region-has-flymake-overlays): Return the computed value.
17977         (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
17978         Remove unused var `endline'.
17979         (flymake-get-line-count): Remove unused function.
17980         (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
17982         * emulation/vi.el:
17983         * generic.el:
17984         * hilit-chg.el (global-highlight-changes):
17985         * hi-lock.el (hi-lock-mode):
17986         * follow.el: find-file-hooks -> find-file-hook.
17988         * comint.el (comint-insert-input): Obey mouse-yank-at-point.
17990 2005-03-24  Juri Linkov  <juri@jurta.org>
17992         * dired.el (dired-mode-map): Add menu item "Compare directories"
17993         for dired-compare-directories.
17995         * dired-aux.el (dired-compare-directories): Add autoload cookie.
17996         Doc fix.  Replace `read-file-name' with `read-directory-name'.
17998 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
18000         * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
18002 2005-03-24  Jay Belanger  <belanger@truman.edu>
18004         * calc/calc-embed.el (calc-embedded-mode-change): Save all
18005         relevant mode settings in calc-embedded-original-modes when modes
18006         are permanently changed.
18008 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
18010         * autoinsert.el: find-file-hooks -> find-file-hook.
18012 2005-03-24  Lute Kamstra  <lute@gnu.org>
18014         * generic.el (generic-font-lock-defaults): Make it obsolete.
18015         (generic-font-lock-keywords): New variable to replace
18016         generic-font-lock-defaults.
18017         (generic-mode-set-font-lock): Delete it.
18018         (generic-mode-internal): Don't call generic-mode-set-font-lock.
18019         (generic-bracket-support): Add docstring.
18021         * generic-x.el: Rename generic-font-lock-defaults to
18022         generic-font-lock-keywords throughout.
18023         (mailagent-rules-setup-function): Delete it.
18024         (mailagent-rules-generic-mode): Use anonymous function instead.
18025         (show-tabs-generic-mode-font-lock-defaults-1)
18026         (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
18027         Quote faces.
18028         (show-tabs-tab-face, show-tabs-space-face): Specify background,
18029         not foreground.
18031         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
18032         Recognize define-generic-mode.
18034 2005-03-23  Stefan Monnier  <monnier@iro.umontreal.ca>
18036         * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
18037         if there's no completion table.
18039 2005-03-23  Miles Bader  <miles@gnu.org>
18041         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
18042         Remove tty-specific variants, as they're no longer needed.
18044 2005-03-23  Lute Kamstra  <lute@gnu.org>
18046         * generic-x.el: Code cleanup: make args constant whenever possible.
18047         (installshield-statement-keyword-list)
18048         (installshield-system-functions-list)
18049         (installshield-system-variables-list, installshield-types-list)
18050         (installshield-funarg-constants-list): Make them constants.
18052         * generic.el (generic-make-keywords-list): Add autoload cookie.
18054         * calendar/time-date.el: Add comment on time value formats.
18055         Don't require parse-time.
18056         (with-decoded-time-value): New macro.
18057         (encode-time-value): New function.
18058         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
18059         (days-to-time): Return a valid time value when arg is huge.
18060         (time-since): Use time-subtract.
18061         (time-to-number-of-days): Use time-to-seconds.
18063 2005-03-23  David Ponce  <david@dponce.com>
18065         * recentf.el (recentf-keep): New option.
18066         (recentf-menu-action): Default to `find-file'.
18067         (recentf-keep-non-readable-files-flag)
18068         (recentf-keep-non-readable-files-p)
18069         (recentf-file-readable-p, recentf-find-file)
18070         (recentf-cleanup-remote): Remove.
18071         (recentf-include-p): More robust.
18072         (recentf-keep-p): New function.
18073         (recentf-remove-if-non-kept): Rename from
18074         `recentf-remove-if-non-readable'.  Use `recentf-keep-p'.
18075         All callers updated.
18076         (recentf-menu-items-for-commands): Fix help string.
18077         (recentf-track-closed-file): Update.  Doc fix.
18078         (recentf-cleanup): Update.  Count removed files.  Doc fix.
18080 2005-03-23  Kim F. Storm  <storm@cua.dk>
18082         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
18083         Don't inherit from fringe face (now happens automatically).
18085 2005-03-22  Kim F. Storm  <storm@cua.dk>
18087         * tooltip.el (tooltip-show-help-function): Ignore negative mouse
18088         position values.
18090 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
18092         * menu-bar.el (showhide-date-time): Remove.
18093         (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
18094         (menu-bar-make-mm-toggle): Simplify.
18096 2005-03-22  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
18098         * progmodes/perl-mode.el (perl-font-lock-keywords-2):
18099         Accept qualified variable and function names.
18101 2005-03-22  Thien-Thi Nguyen  <ttn@gnu.org>
18103         * bindings.el (completion-ignored-extensions):
18104         Remove ".lis" for `vax-vms'.
18106 2005-03-22  Andreas Schwab  <schwab@suse.de>
18108         * generic-x.el: Revert last change.
18109         * ldefs-boot.el: Update.
18111 2005-03-22  Jay Belanger  <belanger@truman.edu>
18113         * calc/calc-embed.el (calc-embedded-original-modes): New variable.
18114         (calc-embedded-save-original-modes)
18115         (calc-embedded-restore-original-modes): New functions.
18116         (calc-do-embedded): Save original modes when entering embedded mode
18117         and restore when leaving embedded mode.
18118         (calc-embedded-modes-change): Change the value of
18119         calc-embedded-original-modes to reflect permanent changes.
18121 2005-03-22  Lute Kamstra  <lute@gnu.org>
18123         * generic-x.el: Require generic again.
18125 2005-03-22  Miles Bader  <miles@gnu.org>
18127         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
18128         Tweak details to look good on both ttys and bitmap displays, light
18129         or dark background, etc.
18131 2005-03-21  Kim F. Storm  <storm@cua.dk>
18133         * tooltip.el (tooltip-show-help-function): Check car and cdr of
18134         mouse position.
18136 2005-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
18138         * icomplete.el: Don't forcibly turn on the mode upon load.
18139         (icomplete-mode): Use define-minor-mode.
18140         (icomplete-eoinput): Default to nil.
18141         (icomplete-minibuffer-setup): Remove autoload.
18142         (icomplete-tidy): Simplify.
18143         (icomplete-exhibit): Use buffer-undo-list to determine if we're still
18144         in the initial state or if the user has modified the field.
18145         Fix handling of icomplete-max-delay-chars.
18146         Remove code that handles the oddball case where
18147         minibuffer-completion-table is an integer.
18148         Wrap icomplete-completions in while-no-input in case building
18149         completions takes more time than expected.
18150         (icomplete-completions): Simplify.
18152 2005-03-21  Richard M. Stallman  <rms@gnu.org>
18154         * jka-compr.el (jka-compr-really-do-compress):
18155         Make variable buffer-local.
18157         * image-mode.el: Handle .xpm files too.
18158         (image-toggle-display): Preserve modification flag.
18160         * help.el (where-is): Don't mention aliases with no key bindings.
18162 2005-03-21  Lute Kamstra  <lute@gnu.org>
18164         * generic.el: Fix commentary section.  Don't require cl for
18165         compilation.
18166         (generic-mode-list): Add autoload cookie.
18167         (generic-use-find-file-hook, generic-lines-to-scan)
18168         (generic-find-file-regexp, generic-ignore-files-regexp)
18169         (generic-mode, generic-mode-find-file-hook)
18170         (generic-mode-ini-file-find-file-hook): Fix docstrings.
18171         (define-generic-mode): Make it a defmacro.  Fix docstring.
18172         (generic-mode-internal): Code cleanup.  Add autoload cookie.
18173         (generic-mode-set-comments): Code cleanup.
18174         * generic-x.el: Don't prevent compilation.  Don't require generic.
18175         Follow coding conventions.  Minor code cleanup.
18176         (etc-fstab-generic-mode): Add some keywords.
18177         * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
18178         define-generic-mode like a function declaration.
18180 2005-03-21  Jay Belanger  <belanger@truman.edu>
18182         * calc/calc-embed.el (calc-do-embedded): Put data on stack before
18183         changing modes.
18185 2005-03-21  Sam Steingold  <sds@gnu.org>
18187         * add-log.el (add-log-current-defun): Support more C DEFUN forms.
18189 2005-03-21  Thien-Thi Nguyen  <ttn@gnu.org>
18191         * progmodes/dcl-mode.el (dcl-font-lock-keywords):
18192         Add underscore to "f$ lexicals" regexp.
18194 2005-03-20  Juri Linkov  <juri@jurta.org>
18196         * subr.el (progress-reporter-do-update): When `min-value' is equal
18197         to `max-value', set `percentage' to 0 and prevent division by zero.
18199 2005-03-20  Michael Albinus  <michael.albinus@gmx.de>
18201         Sync with Tramp 2.0.48.
18203         * net/tramp.el (all): Change all addresses to .gnu.org.
18204         (tramp-append-tramp-buffers): New defun.
18205         (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
18206         Catch `dont-send' signal.
18207         (tramp-set-auto-save-file-modes): Set always permissions, because
18208         there might be an old auto-saved file belonging to another
18209         original file.  This could be a security threat.  Reported by
18210         Kjetil Kjernsmo <kjetil@kjernsmo.net>.
18211         Check for Emacs 21.3.50 removed.
18213         * net/tramp-smb.el (all): Remove debug construct for
18214         `with-parsed-tramp-file-name'.
18215         (tramp-smb-prompt): Prompt can contain spaces inside directory names.
18216         (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
18217         No error message if DIRECTORY or FILENAME doesn't exist.
18218         (tramp-smb-open-connection): Check existence of
18219         `tramp-smb-program'.
18221 2005-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
18223         * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
18224         Properly handle the case where the `m' or `s' command's argument is not
18225         yet terminated.
18226         (perl-indent-new-calculate): New function.
18227         (perl-indent-line): Use it.
18229 2005-03-20  Miles Bader  <miles@gnu.org>
18231         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
18232         in text-mode too.  Change to new face names.
18233         (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
18234         Add `:weight bold' attribute.
18235         (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
18237 2005-03-19  Juri Linkov  <juri@jurta.org>
18239         * files.el (auto-mode-alist): Add comment.  Optimize jar/ear/war.
18241         * international/mule.el (auto-coding-alist): Sync with
18242         `auto-mode-alist' by adding upper case archive file extensions
18243         and adding ear/war to jar extension.
18245 2005-03-19  David Casperson  <casper@unbc.ca>  (tiny change)
18247         * textmodes/tex-mode.el (tex-view): If tex-shell process is not
18248         running, restart it.
18250 2005-03-19  Yoichi NAKAYAMA  <yoichi@geiin.org>  (tiny changes)
18252         * finder.el (finder-current-item): Throw an error on an empty line.
18254         * man.el (Man-follow-manual-reference): If current-word returns
18255         nil, use "".
18257 2005-03-19  Matt Hodges  <MPHodges@member.fsf.org>
18259         * simple.el (goto-line): Doc fix.
18261 2005-03-19  Aaron Hawley  <Aaron.Hawley@uvm.edu>  (tiny change)
18263         * files.el (save-buffer): Doc fix.
18265 2005-03-19  Michael R. Mauger  <mmaug@yahoo.com>
18267         * recentf.el (recentf-cleanup-remote): New variable.
18268         (recentf-cleanup): Use it to conditionally check availability of
18269         remote files.
18271 2005-03-19  Joe Edmonds  <joe-bugs-debian-org@elem.com>  (tiny change)
18273         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
18274         function names.
18276 2005-03-19  Eli Zaretskii  <eliz@gnu.org>
18278         * language/thai-word.el: New file.
18280 2005-03-19  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
18282         * files.el (backup-buffer): If the file's directory is not
18283         writable, use copy instead of move to backup the file.
18285 2005-03-19  Eli Zaretskii  <eliz@gnu.org>
18287         * obsolete/keyswap.el: Moved to obsolete/ from term/.
18289 2005-03-19  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
18291         * ps-print.el (ps-generate-string-list, ps-generate-header-line):
18292         Use functionp instead of symbolp and fboundp.  Reported by Drkm
18293         <darkman_spam@yahoo.fr>.
18294         (ps-print-version): New version 6.6.6.
18296 2005-03-18  Tak Ota  <Takaaki.Ota@am.sony.com>
18298         * textmodes/table.el (table--line-column-position): New idiom.
18299         (table--row-column-insertion-point-p): New function to test
18300         validity of row and column insertion operation at a location.
18301         (table-global-menu, table-cell-menu): Use above functions for
18302         deterministic test operation.
18303         (table--editable-cell-p): Behave in deterministic fashion.
18305 2005-03-18  Juri Linkov  <juri@jurta.org>
18307         * isearch.el (isearch-lazy-highlight-new-loop):
18308         Make arguments beg and end optional.
18309         (isearch-update): Remove optional arguments nil from
18310         isearch-lazy-highlight-new-loop.
18311         (isearch-lazy-highlight-search): Let-bind case-fold-search to
18312         isearch-lazy-highlight-case-fold-search instead of
18313         isearch-case-fold-search, and let-bind isearch-regexp to
18314         isearch-lazy-highlight-regexp.
18315         Use isearch-lazy-highlight-last-string instead of isearch-string.
18317         * replace.el (perform-replace): Remove bindings of global
18318         variables isearch-string, isearch-regexp, isearch-case-fold-search.
18319         Add three new arguments to `replace-highlight'.
18320         (replace-highlight): Add arguments string, regexp, case-fold.
18321         Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
18322         to allow isearch-lazy-highlight-new-loop to use these values
18323         to set corresponding isearch-lazy-highlight-* internal
18324         variables whose values lazy highlighting will use regardless of
18325         changes to global variables isearch-string, isearch-regexp,
18326         isearch-case-fold-search during lazy highlighting loop.
18327         (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
18328         to `lazy-highlight-cleanup'.
18330         * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
18331         (ispell-highlight-face): Set default face to `isearch' when
18332         lazy highlighting is enabled.
18333         (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
18334         priority to 1.  Add lazy highlighting.
18335         (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
18336         from `isearch-dehighlight'.
18338 2005-03-18  David Ponce  <david@dponce.com>
18340         * files.el (hack-local-variables): Do a case-insensitive search
18341         for End.
18343 2005-03-18  Juri Linkov  <juri@jurta.org>
18345         * isearch.el (lazy-highlight-cleanup) <command>: Rename from
18346         `isearch-lazy-highlight-cleanup', add alias to old name and
18347         declare obsolete.  Add release numbers to other obsolete vars.
18348         (isearch-done, isearch-lazy-highlight-new-loop):
18349         Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
18350         (lazy-highlight-cleanup) <variable>: Doc fix.
18351         (isearch-lazy-highlight-update): Rename obsolete
18352         `isearch-lazy-highlight-face' to `lazy-highlight-face'.
18354 2005-03-18  Kenichi Handa  <handa@m17n.org>
18356         * language/thai-util.el: Fix categorization of Thai characters in
18357         thai-category-table.
18358         (thai-composition-pattern): Adjust it for the above change.
18359         (thai-self-insert-command, thai-compose-syllable): New functions.
18360         (thai-compose-region): Use thai-compose-syllable.
18361         (thai-compose-string): Likewise.
18362         (thai-composition-function): Likewise.
18363         (thai-auto-composition): New function.
18364         (thai-auto-composition-mode): New minor mode.
18366         * language/thai.el: Fix patterns to be registered in
18367         composition-function-table.
18369         * international/quail.el (quail-input-method): Locally bind
18370         inhibit-modification-hooks to t.
18372 2005-03-17  Richard M. Stallman  <rms@gnu.org>
18374         * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
18375         (perl-mode): Use run-mode-hooks.
18377         * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
18378         (rmail-pop-password-required, rmail-remote-password): Doc fixes.
18379         (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
18381         * mail/sendmail.el (sendmail-send-it): Reenable the code
18382         to compute resend-to-address and use it.
18384         * tar-mode.el (tar-mode): Turn off undo unconditionally.
18386         * image-mode.el: New file.
18388         * image.el (insert-sliced-image): Add autoload cookie.
18390         * font-lock.el (font-lock-lines-before): New user option.
18391         (font-lock-after-change-function): Obey it.
18393         * bindings.el (esc-map): Make M-g a prefix.
18394         Bind M-g g and M-g M-g to goto-line.
18396         * faces.el (face-id): Doc fix.
18398 2005-03-17  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
18400         * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
18401         (rmail-show-message): Use rmail-unknown-mail-followup-to.
18402         (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
18404         * mail/sendmail.el (mail-yank-ignored-headers)
18405         (mail-font-lock-keywords, mail-mode-fill-paragraph):
18406         Add Mail-Followup-To and Mail-Reply-To headers.
18407         (mail-citation-hook): Add autoload cookie.
18408         (mail-mode): Doc fix.
18409         (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
18410         (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
18411         (mail-mode-fill-paragraph): Handle those headers.
18412         (mail-mailing-lists): New variable.
18413         (mail-mail-reply-to, mail-mail-followup-to): New functions.
18415 2005-03-17  Juri Linkov  <juri@jurta.org>
18417         * isearch.el (isearch-fallback): Check for `(car previous)'
18418         before calling `isearch-other-end-state'.
18420 2005-03-17  Kim F. Storm  <storm@cua.dk>
18422         * simple.el (move-beginning-of-line): Move to beginning of buffer
18423         line, as well as beginning of screen line.
18425 2005-03-16  Glenn Morris  <gmorris@ast.cam.ac.uk>
18427         * calendar/diary-lib.el (mark-diary-entries): Use new optional
18428         argument REDRAW rather than calendar-redrawing variable.
18429         * calendar/calendar.el (calendar-redrawing): Delete.
18430         (redraw-calendar): Do not bind calendar-redrawing.
18432 2005-03-16  Matt Hodges  <MPHodges@member.fsf.org>
18434         * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
18435         diary-file buffer.
18437 2005-03-16  Stefan Monnier  <monnier@iro.umontreal.ca>
18439         * help.el (describe-mode): Allow a :minor-mode-function property to
18440         specify a different minor mode toggle function than the variable.
18441         * simple.el (auto-fill-function):
18442         * subr.el (add-minor-mode): Use it.
18444 2005-03-16  Kenichi Handa  <handa@m17n.org>
18446         * language/ethio-util.el (sera-being-called-by-w3): New variable.
18447         (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
18448         (ethio-fidel-to-sera-buffer): Likewise.
18450 2005-03-16  Juri Linkov  <juri@jurta.org>
18452         * emacs-lisp/find-func.el (find-function-regexp):
18453         Add defun-emitting macro `menu-bar-make-toggle'.
18455         * isearch.el: Put `isearch-scroll' property to
18456         `split-window-horizontally'.
18458         * info.el: Update error messages for `debug-ignored-errors'.
18459         (Info-isearch-search): Doc fix.
18460         (Info-find-node): Move up code to go into info buffer before
18461         recording the node to the history.
18462         (Info-fontify-node): Fontify titles only if the next line
18463         has two or more `*', `=', `-', `.'.
18464         Display "go to this node" for empty (match-string 3).
18466 2005-03-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
18468         * term/mac-win.el: Add mouse pointer shape constants.
18470 2005-03-15  Kim F. Storm  <storm@cua.dk>
18472         * simple.el (move-beginning-of-line): Use vertical-motion.
18474 2005-03-15  Juri Linkov  <juri@jurta.org>
18476         * isearch.el (isearch-error): New variable.
18477         (isearch-invalid-regexp, isearch-within-brackets): Remove.
18478         (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
18479         (isearch-within-brackets-state): Remove.
18480         (isearch-case-fold-search-state, isearch-pop-fun-state):
18481         Decrease frame index.
18482         (isearch-mode, isearch-top-state, isearch-push-state)
18483         (isearch-edit-string, isearch-abort, isearch-search-and-update)
18484         (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
18485         (isearch-search, isearch-lazy-highlight-new-loop):
18486         Replace `isearch-invalid-regexp' with `isearch-error'.
18487         Remove `isearch-within-brackets'.
18488         (isearch-search): Add `search-failed' handler to `condition-case'.
18489         (isearch-lazy-highlight-search): Add `condition-case' to catch
18490         errors and allow `isearch-lazy-highlight-update' to try
18491         highlighting from the beginning of the window.
18492         (isearch-repeat): Move up code to set isearch-wrapped to t
18493         before calling isearch-wrap-function.
18495         * info.el (Info-isearch-initial-node): New internal variable.
18496         (Info-search): Signal an error in isearch mode when search leaves
18497         the initial node.  Signal an error when `bound' is non-nil and
18498         nothing was found in the current subfile.
18499         (Info-isearch-search): Remove `condition-case'.
18500         (Info-isearch-wrap): Don't wrap when search failed during leaving
18501         the initial node.  If `Info-isearch-search' is nil, wrap around
18502         the current node.
18503         (Info-isearch-start): New fun.
18504         (Info-mode): Add buffer-local hook `Info-isearch-start' to
18505         `isearch-mode-hook'.
18507 2005-03-15  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
18509         * simple.el (normal-erase-is-backspace): Set default to t if
18510         running on Mac.
18512         * term/mac-win.el (function-key-map): Sync with x-win.el.
18514 2005-03-15  Kenichi Handa  <handa@m17n.org>
18516         * international/mule-cmds.el (locale-language-names): Modify the
18517         format of elements and add more entries.
18518         (locale-preferred-coding-systems): Add more entries.
18519         (set-locale-environment): Adjust for the change of
18520         locale-language-names.
18522 2005-03-14  Stefan Monnier  <monnier@iro.umontreal.ca>
18524         * pcvs.el (smerge-ediff): Remove bogus autoload.
18526 2005-03-14  Lute Kamstra  <lute@gnu.org>
18528         * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
18529         Ignore a `*' at the beginning of a line.
18531         * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
18532         * emacs-lisp/byte-run.el (macro-declaration-function): Move from
18533         subr.el.
18534         (dont-compile, eval-when-compile, eval-and-compile): Use declare
18535         to specify indentation.
18537         * generic.el (define-generic-mode): Let generic-mode-list be a
18538         list of strings; test membership with equal.
18540 2005-03-14  Kim F. Storm  <storm@cua.dk>
18542         * simple.el (next-line, previous-line): Add optional try-vscroll
18543         arg to recognize interactive use.  Pass it on to line-move.
18544         (line-move): Don't perform auto-window-vscroll when defining or
18545         executing keyboard macro to ensure consistent behavior.
18547 2005-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
18549         * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
18551 2005-03-13  Lute Kamstra  <lute@gnu.org>
18553         * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
18554         debugger-setup-buffer so that backtrace marks the frames set to
18555         debug-on-exit and we don't have to do it manually.  Set an extra
18556         debug-on-exit for macro's.
18557         (debugger-setup-buffer): Don't mark the top frame manually.
18559 2005-03-12  Lute Kamstra  <lute@gnu.org>
18561         * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
18562         lisp-indent-function throughout.
18563         (with-no-warnings): Set lisp-indent-function property.
18565 2005-03-12  Thien-Thi Nguyen  <ttn@gnu.org>
18567         * progmodes/dcl-mode.el (dcl-mode-syntax-table):
18568         Add entry for backslash.
18570 2005-03-12  Juri Linkov  <juri@jurta.org>
18572         * info.el (Info-search): Four fixes for backward search.
18574 2005-03-11  Jay Belanger  <belanger@truman.edu>
18576         * calc/calc.el (calc-language-alist): New variable.
18577         * calc/calc-embed.el (calc-embedded-language-alist): Remove.
18578         (calc-embedded-find-modes): Use calc-language-alist instead of
18579         calc-embedded-language-alist.
18581 2005-03-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
18583         * calendar/calendar.el (calendar-redrawing): New internal
18584         variable.
18585         (redraw-calendar): Remove bogus save-excursion from previous
18586         change.  Bind calendar-redrawing to t for mark-diary-entries.
18587         * calendar/diary-lib.el (mark-diary-entries): No need to redraw
18588         calendar if that is why we were called.
18590 2005-03-11  Kenichi Handa  <handa@m17n.org>
18592         * international/mule.el (make-coding-system): Set property
18593         coding-system-define-form to nil.
18594         (define-coding-system-alias): Likewise.
18596 2005-03-11  Kenichi Handa  <handa@m17n.org>
18598         These changes are suggested by Dave Love <fx@gnu.org>.
18600         * textmodes/fill.el: Change encoding to iso-2022-7bit and add
18601         coding: tag.
18602         (adaptive-fill-regexp): Add more bullets.
18603         (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
18604         regexps.
18606 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
18608         * help.el (describe-mode): Properly handle non-trivial lighters.
18609         Don't ignore minor modes that are not listed in minor-mode-list.
18611         * tooltip.el (tooltip-mode): Don't complain that you can't turn the
18612         feature ON when the user requests to turn it OFF.
18614 2005-03-10  Lute Kamstra  <lute@gnu.org>
18616         * emacs-lisp/debug.el (debug-entry-code): Delete it.
18617         (implement-debug-on-entry): New function to replace debug-entry-code.
18618         (debug-on-entry-1): Use implement-debug-on-entry.  Delete the
18619         second argument as the 2005-03-07 change makes it obsolete.
18620         (debug-on-entry, cancel-debug-on-entry): Update call to
18621         debug-on-entry-1.
18622         (debug, debugger-setup-buffer): Comment update.
18623         (debugger-frame-number): Update to work with implement-debug-on-entry.
18625 2005-03-10  Jay Belanger  <belanger@truman.edu>
18627         * calc/calc-embed.el (math-ms-args): Declare it.
18628         (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
18629         math-ms-args.
18630         (calc-embedded-subst): Use math-multi-subst-rec to substitute
18631         variables.
18633 2005-03-10  Nick Roberts  <nickrob@snap.net.nz>
18635         * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
18636         Use message-box.
18638         * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
18639         (tooltip-activate-mouse-motions-if-enabled): Use dolist.
18640         (tooltip-gud-tips): Simplify.
18641         (tooltip-gud-tips-p): Remove superfluous :set.
18642         (tooltip-gud-modes): Add fortran-mode.
18643         (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
18645         * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
18647 2005-03-09  Kim F. Storm  <storm@cua.dk>
18649         * play/animate.el (animate-place-char): Use forward-line instead
18650         of next-line to improve performance.
18652 2005-03-09  Simon Josefsson  <jas@extundo.com>
18654         * net/browse-url.el (browse-url-default-browser): Doc fix.
18656 2005-03-09  Miles Bader  <miles@gnu.org>
18658         * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
18659         (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
18661 2005-03-09  Kenichi Handa  <handa@m17n.org>
18663         * international/latin-1.el: Set case and syntax for 255 only if
18664         set-case-syntax-set-multibyte is nil.
18666         * textmodes/ispell.el (ispell-insert-word): New function.
18667         (ispell-word): Use ispell-insert-word to insert a new word.
18668         (ispell-process-line): Likewise.
18669         (ispell-complete-word): Likewise.
18671 2005-03-09  Glenn Morris  <gmorris@ast.cam.ac.uk>
18673         * calendar/calendar.el (redraw-calendar): Preserve point.
18674         Reported by Matt Hodges <MPHodges@member.fsf.org>.
18675         (calendar-week-start-day): Move after definition of
18676         redraw-calendar.  Delete buffer test, since redraw-calendar has
18677         that now.
18679         * calendar/diary-lib.el (mark-diary-entries): Only call
18680         redraw-calendar in the first of any recursive calls.
18681         Reported by Alan Shutko <ats@acm.org>.
18683 2005-03-08  Juri Linkov  <juri@jurta.org>
18685         * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
18686         (html-horizontal-rule, html-line, html-image, html-checkboxes)
18687         (html-radio-buttons): Add a space before the trailing `/>' where
18688         sgml-xml-mode is non-nil.
18689         (sgml-delete-tag): Check if the tag ends with `/>' to not delete
18690         the subsequent tag of the empty XML tag.
18691         (html-href-anchor): Don't set initial input to "http:".
18692         (html-image): Ask for the image URL and set point inside alt="".
18693         (html-name-anchor): Duplicate the name in the `id' attribute when
18694         sgml-xml-mode is non-nil.
18695         (html-paragraph): Remove \n before <p>.
18696         (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
18697         instead of `checked' when sgml-xml-mode is non-nil.
18699         * facemenu.el (list-colors-print): Print #RRGGBB in default face.
18700         Remove 1 space before #RRGGBB to not truncate it on terminal
18701         windows w/o fringes.  Remove 1 space between bg and fg examples
18702         to get more space.
18703         (list-colors-duplicates): Replace `and' with `if' for `boundp' to
18704         avoid byte-compile warnings.
18706         * image-file.el (image-file-handler): Put `safe-magic' property to
18707         `image-file-handler'.
18709         * info.el (Info-isearch-search): Emulate word search in
18710         isearching through multiple Info nodes with Info-search.
18711         (Info-isearch-wrap): Allow isearch-word.
18713 2005-03-08  Lute Kamstra  <lute@gnu.org>
18715         * emacs-lisp/debug.el (debugger-step-through): Make sure that
18716         stepping into the debugger's code is not possible.
18717         (debugger-jumping-flag): Docstring update.
18719 2005-03-08  Jay Belanger  <belanger@truman.edu>
18721         * calc/calc-embed.el (calc-do-embedded): Reset mode line when
18722         embedded mode begins.
18723         (calc-embedded-language-alist): New variable.
18724         (calc-embedded-find-modes): Use calc-embedded-language-alist to
18725         set default language mode.
18727 2005-03-08  Kenichi Handa  <handa@m17n.org>
18729         * international/ccl.el (define-ccl-program): Fix docstring about
18730         extra 256 bytes assured for the output buffer.
18732         * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
18733         Fix BUFFER_MAGNIFICATION to 2.
18734         (ccl-encode-mule-utf-16be-with-signature): Likewise.
18736 2005-03-07  Karl Chen  <quarl@cs.berkeley.edu>
18738         * align.el (align-rules-list): Added an alignment rule for CSS
18739         declarations (applies to css-mode and html-mode buffers).
18741 2005-03-07  Stefan Monnier  <monnier@iro.umontreal.ca>
18743         * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
18745 2005-03-07  Kim F. Storm  <storm@cua.dk>
18747         * simple.el (move-beginning-of-line): New command.
18749         * bindings.el (global-map): Bind C-a to move-beginning-of-line.
18751         * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
18753         * emulation/cua-base.el: Put CUA move property on move-end-of-line
18754         and move-beginning-of-line.
18756         * apropos.el (apropos-print): Omit command from M-x ... RET.
18758 2005-03-07  Nick Roberts  <nickrob@snap.net.nz>
18760         * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
18761         (gdb-send, gdb-send-item): Log items sent from gdb-send too.
18763 2005-03-06  Richard M. Stallman  <rms@gnu.org>
18765         * bindings.el (esc-map): Bind M-g to goto-line.
18767         * facemenu.el (global-map): Bind M-o, not M-g.
18769 2005-03-06  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
18771         * menu-bar.el (menu-bar-file-menu): Add the same :enable to
18772         "Open Directory" as for "Open File".
18774 2005-03-06  Chong Yidong  <cyd@stupidchicken.com>
18776         * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
18777         (push-mark-command): Run activate-mark-hook.
18779 2005-03-06  Richard M. Stallman  <rms@gnu.org>
18781         * help-mode.el (help-mode-finish): Don't alter the element
18782         in view-return-to-alist if there already is one.
18784         * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
18785         make sure the current buffer is the expected one.
18787         * novice.el (disabled-command-function): Output in *Disabled Command*.
18788         Explicitly ignore non-keyboard events, and explicitly handle C-g.
18790         * textmodes/flyspell.el (flyspell-large-region):
18791         Pass args differently for aspell.
18793         * files.el (mode-require-final-newline): Doc fix.
18795 2005-03-03  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
18797         * progmodes/which-func.el (which-function):
18798         Specify NOERROR when calling imenu--make-index-alist.
18800 2005-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
18802         * simple.el (normal-erase-is-backspace): Define default value.
18804         * custom.el (custom-theme-set-variables): Remove unused var
18805         `immediate'.
18806         (custom-reevaluate-setting): Simple function to handle variables
18807         that are defined before their default value can really be
18808         computed.
18810         * startup.el (command-line): Use it for temporary-file-directory,
18811         small-emporary-file-directory, auto-save-file-name-transforms,
18812         blink-cursor-mode, and normal-erase-is-backspace.
18814         * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
18815         progress, even with buggy anchored keywords.
18817 2005-03-05  Luc Teirlinck  <teirllm@auburn.edu>
18819         * simple.el (goto-line): Remove unbalanced final parenthesis.
18821 2005-03-05  Richard M. Stallman  <rms@gnu.org>
18823         * simple.el (goto-line): Use a number at point as the default.
18824         With C-u as arg, switch buffers.
18826 2005-03-05  Juri Linkov  <juri@jurta.org>
18828         * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
18829         with `no-blinking-cursor'.
18831         * startup.el (no-blinking-cursor): New defvar.
18832         (command-line): Add `--no-blinking-cursor' to longopts.
18833         Set `no-blinking-cursor' to t for command line arguments
18834         -Q, -nbc, --no-blinking-cursor.  Replace `emacs-quick-startup'
18835         with `no-blinking-cursor' in the condition for calling
18836         `blink-cursor-mode'.
18838 2005-03-04  Luc Teirlinck  <teirllm@auburn.edu>
18840         * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
18841         (menu-bar-options-save): Add blink-cursor-mode.
18842         (menu-bar-options-menu): Add blink-cursor-mode.
18844 2005-03-04  Ulf Jasper  <ulf.jasper@web.de>
18846         * calendar/icalendar.el (icalendar-version): Increase to 0.11.
18847         (icalendar-export-file, icalendar-export-region)
18848         (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
18849         (icalendar--convert-ical-to-diary): Fix problem with DURATION.
18851 2005-03-04  Lute Kamstra  <lute@gnu.org>
18853         * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
18854         (debug-function-list): Ditto.
18856 2005-03-04  Robert J. Chassell  <bob@rattlesnake.com>
18858         * textmodes/texinfmt.el (texinfo-append-refill):
18859         Redefine the types of line to which @refill
18860         is not appended by replacing a search for `@refill\\|@bye' with
18861         `@refill\\|^[ \t]*@'.  The intent is to solve both the `@end
18862         itemize@refill' bug and the unfilled long lines bug.
18863         (texinfmt-version): Update number and date.
18865 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
18867         * international/code-pages.el (windows-1250, windows-125[2-8])
18868         (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
18870 2005-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
18872         * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
18873         bound yet.
18875 2005-03-02  Romain Francoise  <romain@orebokech.com>
18877         * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
18878         buffer after removing limits.
18879         (ibuffer-pop-filter): Ditto.
18880         Update copyright.
18882 2005-03-02  Miles Bader  <miles@gnu.org>
18884         * button.el (make-text-button): If the user doesn't specify a
18885         type, use the default.  Rewrite to use `add-text-properties' and
18886         plist functions.
18888 2005-03-01  Lute Kamstra  <lute@gnu.org>
18890         * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
18891         (debugger-jumping-flag): New var.
18892         (debug-entry-code): Use it.
18893         (debugger-jump): Use debugger-jumping-flag and add
18894         debugger-reenable to post-command-hook.
18895         (debugger-reenable): Use debugger-jumping-flag and remove itself
18896         from post-command-hook.
18897         (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
18898         debugger-reenable.
18900 2005-03-01  Robert J. Chassell  <bob@rattlesnake.com>
18902         * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
18903         inclusion of "itemize\\|", which may be unnecessary, is certainly
18904         inelegant, and stops refilling in itemize lists when formatting
18905         Japanese Texinfo files to Info.
18906         Update copyright to 2005.
18908 2005-03-01  Nick Roberts  <nickrob@snap.net.nz>
18910         * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
18911         of an error if GDB can't find the source file.
18913 2005-03-01  Glenn Morris  <gmorris@ast.cam.ac.uk>
18915         * calendar/calendar.el (redraw-calendar): Work from any buffer,
18916         not just the calendar.
18918         * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
18919         first.
18920         (diary-redraw-calendar): New function.
18921         (make-diary-entry): Add diary-redraw-calendar to local
18922         write-contents-functions.  Turn off selective display before
18923         inserting in diary.
18925 2005-03-01  Kim F. Storm  <storm@cua.dk>
18927         * emacs-lisp/copyright.el (copyright-fix-years): New command.
18929 2005-03-01  Lute Kamstra  <lute@gnu.org>
18931         * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
18932         that debug-entry-code can be safely removed from a function while
18933         this code is being evaluated.  Revert the 2005-02-27 change as the
18934         new implementation no longer requires it.  Make sure that a
18935         function body containing just a string is not mistaken for a docstring.
18936         (debug): Skip one more frame in case of debug on entry.
18937         (debugger-setup-buffer): Delete one more frame line in case of
18938         debug on entry.
18939         (debugger-frame-number): Update to use the new text introduced by
18940         the 1999-11-03 change.  Skip one more frame in case of debug on entry.
18942 2005-02-28  Kim F. Storm  <storm@cua.dk>
18944         * double.el (double-translate-key): Call force-window-update after
18945         read-event to avoid crash in redisplay.
18947 2005-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
18949         * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
18950         (debug): Use it.  Move the inhibit-trace earlier.
18951         (debug-entry-code): New const.
18952         (debug-on-entry-1): Use it.
18954 2005-02-28  Chong Yidong  <cyd@stupidchicken.com>
18956         * international/utf-16.el (ccl-encode-mule-utf-16le):
18957         Fix BUFFER_MAGNIFICATION to 2.
18958         (ccl-encode-mule-utf-16be): Likewise.
18960 2005-02-28  Kenichi Handa  <handa@m17n.org>
18962         * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
18963         Fix BUFFER_MAGNIFICATION to 4.
18964         (ccl-encode-mule-utf-16be-with-signature): Likewise.
18966 2005-02-28  Nick Roberts  <nickrob@snap.net.nz>
18968         * speedbar.el (speedbar-update-flag): Doc fix.
18969         (speedbar-show-info-under-mouse): Give set-mouse-position the right
18970         argument.
18972 2005-02-27  Stefan Monnier  <monnier@iro.umontreal.ca>
18974         * reveal.el (reveal-post-command): Don't try to reveal overlays which
18975         have a non-nil `invisible' property but are actually visible.
18977         * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
18978         for perldoc sections.
18979         (perl-outline-regexp, perl-outline-level): New var and function.
18980         (perl-mode): Use them.
18982 2005-02-27  Glenn Morris  <gmorris@ast.cam.ac.uk>
18984         * calendar/diary-lib.el (diary-remind): Discard any mark portion
18985         from diary-entry.  Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
18987 2005-02-27  Luc Teirlinck  <teirllm@auburn.edu>
18989         * cus-edit.el: Comment change.
18990         (custom-buffer-create-internal): Slightly reword text at top of
18991         Custom buffers.  Mention there that saving an option edits the
18992         init file.  Add link to Emacs manual node on `custom-file'.
18993         (custom-magic-alist): Rewrite individual State messages to use
18994         capitalized keywords.  Doc fix.
18996 2005-02-27  Matt Hodges  <MPHodges@member.fsf.org>
18998         * calendar/calendar.el (calendar-buffer): Move above
18999         calendar-week-start-day.
19000         (calendar-week-start-day): Doc fix.  Add :set function.
19001         (calendar-minimum-window-height): New variable.
19002         (generate-calendar-window): Only resize window if selected-window
19003         is displaying the calendar buffer.  Use new variable
19004         calendar-minimum-window-height.
19005         (generate-calendar): Reword error message.
19006         (calendar-mode-map): Bind DEL to scroll-other-window-down.
19008 2005-02-27  Andreas Schwab  <schwab@suse.de>
19010         * vc.el (vc-do-command): Don't run command asynchronously when
19011         operating in a remote directory.
19013         * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
19014         change from sync with Tramp 2.0.47.
19016 2005-02-27  Richard M. Stallman  <rms@gnu.org>
19018         * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
19020         * textmodes/flyspell.el (flyspell-mode-on):
19021         Call ispell-change-dictionary only if necessary.
19023         * emacs-lisp/re-builder.el (regexp-builder): New function.
19025         * register.el (describe-register-1): Explicitly handle
19026         yank-excluded-properties = t.
19028         * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
19029         (custom-magic-alist): Change the status descriptions again.
19030         (face widget-type): Total rewrite based on `restricted-sexp'
19031         to eliminate the confusing double hiding levels.
19033         * emacs-lisp/debug.el (debug-on-entry-1):
19034         If function body is empty, add nil as body form.
19036 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
19038         * emacs-lisp/trace.el (inhibit-trace): New var.
19039         (trace-make-advice): Use it.
19041         * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
19043 2005-02-26  Kim F. Storm  <storm@cua.dk>
19045         * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
19046         (mouse-on-link-p, mouse-drag-region-1): Use it.
19048 2005-02-25  Lute Kamstra  <lute@gnu.org>
19050         * replace.el (query-replace-read-from): Fix 2005-02-19 change.
19052 2005-02-24  Luc Teirlinck  <teirllm@auburn.edu>
19054         * frame.el (blink-cursor-mode): Add :group keyword.
19056 2005-02-24  Ulf Jasper  <ulf.jasper@web.de>
19058         * calendar/icalendar.el (icalendar--decode-isodatetime):
19059         New optional argument DAY-SHIFT.
19060         (icalendar-export-region): Fix coding-system-for-write.
19061         (icalendar--convert-ical-to-diary): Shift end-day of all-day
19062         events by one.
19064 2005-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
19066         * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
19068 2005-02-24  Kim F. Storm  <storm@cua.dk>
19070         * international/iso-acc.el (iso-accents-compose): Fix crash
19071         during redisplay.  Call force-window-update after read-event
19072         and delete-region to signal that window is not accurate.
19074 2005-02-23  Stefan Monnier  <monnier@iro.umontreal.ca>
19076         * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
19077         Remove unused and inexistent var `inhibit-trace'.
19078         (debugger-mode): Use run-mode-hooks.
19079         (debugger-list-functions): Add buttons; setup xref stack.
19081 2005-02-23  Richard M. Stallman  <rms@gnu.org>
19083         * calendar/appt.el (appt-time-msg-list): 3rd elt of each
19084         appointment says it was explicitly made.
19085         (appt-add): Set the 3rd element.
19086         (appt-make-list): Preserve explicit appointments.
19088         * subr.el (find-tag-default): Catch errors in forward-sexp.
19090 2005-02-23  Juri Linkov  <juri@jurta.org>
19092         * info.el (Info-isearch-search): New defcustom.
19093         (Info-isearch-search): Call the default isearch function
19094         when Info-isearch-search is nil.
19095         (Info-isearch-wrap): Use variable Info-isearch-search.
19097 2005-02-22  Luc Teirlinck  <teirllm@auburn.edu>
19099         * cus-edit.el: Comment change.
19101 2005-02-22  Kim F. Storm  <storm@cua.dk>
19103         * progmodes/hideif.el (hide-ifdef-use-define-alist):
19104         Use completing-read.  Suggested by Juan-Leon Lahoz Garcia.
19106 2005-02-22  Simon Josefsson  <jas@extundo.com>
19108         * net/browse-url.el (browse-url-netscape-new-window-is-tab):
19109         New variable.
19110         (browse-url-netscape): Use it.  Suggested by "Johann 'Myrkraverk'
19111         Oskarsson" <myrkraverk@users.sourceforget.net>.
19113 2005-02-22  Kim F. Storm  <storm@cua.dk>
19115         * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
19116         check that window of that event is the selected window.
19117         (mouse-drag-region-1): Compare mouse event window to selected
19118         window before setting point.
19120         * tooltip.el (tooltip-show-help-function): Pass event to
19121         mouse-on-link-p so it can check selected window.
19123 2005-02-22  Kenichi Handa  <handa@m17n.org>
19125         * ps-mule.el (ps-mule-header-string-charsets): Delete it.
19126         (ps-mule-show-warning): New function.
19127         (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
19128         characters are found.
19130         * ps-print.el (ps-header-footer-string): Return a list of header
19131         and footer strings.
19133 2005-02-21  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
19135         * pcvs.el (cvs-retrieve-revision): Fix thinko.
19137 2005-02-21  Stefan Monnier  <monnier@iro.umontreal.ca>
19139         * frame.el (blink-cursor-mode): Use define-minor-mode.
19141         * term/mac-win.el (function-key-map): Use char-names more consistently.
19142         (file-name-coding-system): Only set it for MacOS-9.  The other case is
19143         already handled in mule-cmds.el (where it also works when mac-win.el
19144         is not used).
19146 2005-02-21  Kenichi Handa  <handa@m17n.org>
19148         * international/mule.el (ctext-pre-write-conversion): Always use
19149         " *code-converting-work*" buffer for work.
19151         * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
19153 2005-02-20  Thien-Thi Nguyen  <ttn@gnu.org>
19155         * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
19157 2005-02-20  Jonathan Yavner  <jyavner@member.fsf.org>
19159         * ses.el (undo-more): Restore defadvice, but only the part that
19160         allows changes outside the restricted area of the buffer.
19162 2005-02-20  Kim F. Storm  <storm@cua.dk>
19164         * simple.el (line-move): Add fourth optional arg try-vscroll which
19165         must be set to perform auto-window-vscroll.
19166         When moving backwards and doing auto-window-vscroll, automatically
19167         vscroll to the last part of lines which are taller than the window.
19168         (next-line, previous-line): Set try-vscroll arg on line-move.
19170 2005-02-19  Dan Nicolaescu  <dann@ics.uci.edu>
19172         * replace.el (query-replace, query-replace-regexp)
19173         (replace-string, replace-regexp): When operating on region, make
19174         the minibuffer prompt say so.
19176         * isearch.el (isearch-forward): Document isearch-query-replace and
19177         isearch-query-replace-regexp keybindings.
19179 2005-02-19  Jay Belanger  <belanger@truman.edu>
19181         * calc/calc-aent.el (math-read-token): Add local variable.
19183         * calc/calc-prog.el (calc-user-define-edit): Add local variable.
19184         (calc-edit-top): Move declaration to earlier in file.
19185         (calc-edit-macro-repeats): Add local variables.
19187         * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
19188         Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
19189         calcFunc-tanh.
19190         Adjust integration rule for calcFunc-tan.
19192 2005-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
19194         * viper-cmd.el (viper-prefix-commands): Make into a defconst.
19195         (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
19196         (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
19197         (viper-skip-separators): Bug fix.
19198         (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
19199         particular major mode.
19200         (viper-del-backward-char-in-replace): Don't put deleted char on the
19201         kill ring.
19203         * viper-ex.el (viper-color-display-p): New function.
19204         (viper-has-face-support-p): Use viper-color-display-p.
19206         * viper-keym.el (viper-gnus-modifier-map): New keymap.
19208         * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
19210         * viper-util.el (viper-glob-unix-files): Fix shell status check.
19211         (viper-file-remote-p): Make equivalent to file-remote-p.
19213         * viper.el (viper-major-mode-modifier-list):
19214         Use viper-gnus-modifier-map.
19216 2005-02-19  David Kastrup  <dak@gnu.org>
19218         * subr.el (subregexp-context-p): Fix garbled doc string by adding
19219         quoting.
19221 2005-02-19  Jay Belanger  <belanger@truman.edu>
19223         * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
19224         Remove extra definitions.
19225         (calc-coth): New function.
19226         (calcFunc-cot): Fix `let'.
19228 2005-02-19  Eli Zaretskii  <eliz@gnu.org>
19230         * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
19231         the reasons we use "type pc" in these faces.
19233         * button.el (button): Ditto.
19235 2005-02-19  Michael Mauger  <mmaug@yahoo.com>
19237         * replace.el (query-replace-read-from): Set the value of
19238         query-replace-from-history-variable to handle the case of an empty
19239         string entered to accept the suggested default.
19241         * net/tramp.el (tramp-file-name-for-operation):
19242         Use dired-call-process instead of dired-call-process-command.
19244 2005-02-19  Jay Belanger  <belanger@truman.edu>
19246         * calc/calc-arith.el (math-trig-inverses, math-div-trig)
19247         (math-div-non-trig): New variables.
19248         (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
19249         (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
19250         (math-combine-prod, math-div-symb-fancy): Add simplifications for
19251         trig expressions.
19253 2005-02-19  Nick Roberts  <nickrob@snap.net.nz>
19255         * progmodes/gdb-ui.el (gdb-var-update-handler)
19256         (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
19257         for watch expressions,
19258         (gdb-var-create-handler): Don't set speedbar-update-flag.
19259         (gdb-post-prompt): Simplify test for speedbar.
19261 2005-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
19263         * ediff.el (ediff-set-diff-overlays-in-one-buffer)
19264         (ediff-set-fine-overlays-in-one-buffer, ediff-goto-word): Make sure
19265         we use the syntax table of the correct buffer.
19266         (ediff-same-file-contents, ediff-same-contents): Enhancements thanks to
19267         Felix Gatzemeier.
19269         * ediff-init.el (ediff-hide-face): Check for definedness of functions.
19270         (ediff-file-remote-p): Make synonymous with file-remote-p.
19271         In all deffaces ediff-*-face-*, use min-colors.
19273         * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
19274         ediff-recurse-to-subdirectories.
19275         (ediff-mark-if-equal): Check that the arguments are strings, use
19276         ediff-same-contents (after to Felix Gatzemeier).
19278         * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
19279         nil.
19281 2005-02-18  Stefan Monnier  <monnier@iro.umontreal.ca>
19283         * log-view.el (log-view-message-re): Fix up Subversion regexp.
19285 2005-02-18  David Kastrup  <dak@gnu.org>
19287         * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
19288         use `mark-active' when defined.
19290 2005-02-18  Kenichi Handa  <handa@m17n.org>
19292         * ps-print.el (ps-font-info-database): New entry
19293         ZapfChancery-MediumItalic with correct font name.  Fix font name
19294         of the entry Zapf-Chancery-MediumItalic.
19296 2005-02-16  Luc Teirlinck  <teirllm@auburn.edu>
19298         * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
19300 2005-02-16  Kim F. Storm  <storm@cua.dk>
19302         * ido.el (ido-fallback-command): Pass user input to fallback command.
19304 2005-02-16  Nick Roberts  <nickrob@snap.net.nz>
19306         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
19307         (gdb-find-file-hook): Add server prefix.
19309 2005-02-16  Richard M. Stallman  <rms@gnu.org>
19311         * replace.el (perform-replace): Pass new args to replace-highlight.
19312         (replace-highlight): Take region args,
19313         and pass them to isearch-lazy-highlight-new-loop.
19315         * novice.el (disabled-command-hook): Autoload the defalias
19316         and the make-obsolete-variable call.
19318         * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
19320         * isearch.el (isearch-lazy-highlight-start-limit)
19321         (isearch-lazy-highlight-end-limit): New variables limit
19322         the region for highlighting.
19323         (isearch-lazy-highlight-new-loop): New args BEG and END.
19324         (isearch-lazy-highlight-search): Use the new vars.
19325         (isearch-lazy-highlight-update): Likewise.
19327         * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
19329         * cus-start.el (all): Use default-boundp.
19331 2005-02-15  David Casperson  <casper@unbc.ca>  (tiny change)
19333         * menu-bar.el (menu-bar-select-frame): Handle current frame.
19335 2005-02-15  Luc Teirlinck  <teirllm@auburn.edu>
19337         * autorevert.el (auto-revert-stop-on-user-input)
19338         (auto-revert-verbose): Doc fixes.
19340 2005-02-15  Benjamin Riefenstahl  <Benjamin.Riefenstahl@epost.de>
19342         * international/mule-cmds.el (set-locale-environment): Remove call
19343         to set-selection-coding-system on Windows.
19345 2005-02-15  Jay Belanger  <belanger@truman.edu>
19347         * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
19348         calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
19349         calcFunc-coth.
19350         (math-simplify-sqrt): Add simplifications.
19352         * calc/calc-arith.el (math-real-if-arg-functions): Add functions
19353         to list.
19355         * calc/calc-ext.el: Add functions to autoloads.
19357         * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
19358         (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
19359         (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
19360         (math-csc-raw, math-cot-raw): New functions.
19362         * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
19364         * calc/calc-undo.el (calc-handle-undo): Remove prefix from
19365         the variable name in a message.
19367         * calc/calc-units.el: Add simplification rules for calcFunc-sec,
19368         calcFunc-csc, calcFunc-cot.
19370         * calc/calcalg2.el: Add derivative and integration rules for
19371         calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
19372         calcFunc-csch, calcFunc-coth.
19373         (math-do-integral-methods): Add to checks for when to use
19374         substitutions.
19376         * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
19378 2005-02-15  Lute Kamstra  <lute@gnu.org>
19380         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
19381         Add ;;;###autoload to `outline-regexp'.  Suggested by Stefan Monnier
19382         <monnier@iro.umontreal.ca>
19383         (lisp-outline-level): Improve efficiency.  Suggested by David
19384         Kastrup <dak@gnu.org>.
19386 2005-02-15  Nick Roberts  <nickrob@snap.net.nz>
19388         * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
19389         (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
19390         (gdb-set-gud-minor-mode-existing-buffers): New functions.
19391         (gdb-find-file-hook): New hook.  Add it to find-file-hook.
19392         (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
19394 2005-02-14  Luc Teirlinck  <teirllm@auburn.edu>
19396         * cus-start.el (all): Comment change.
19398 2005-02-14  Lute Kamstra  <lute@gnu.org>
19400         * cus-start.el (all): Check if symbol is void.
19402 2005-02-14  Carsten Dominik  <dominik@science.uva.nl>
19404         * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
19405         optional argument to \cite.
19407 2005-02-14  Richard M. Stallman  <rms@gnu.org>
19409         * cus-edit.el (custom-buffer-create-internal): Update help message.
19410         (custom-magic-alist): Update help messages.
19412         * cus-start.el (all): Allow a var to specify a standard value.
19414 2005-02-12  Luc Teirlinck  <teirllm@auburn.edu>
19416         * custom.el (custom-theme-set-variables): Handle variable aliases.
19418         * frame.el (blink-cursor-timer): Doc fix.
19419         (blink-cursor): Make it an alias for `blink-cursor-mode' and
19420         declare obsolete.
19421         (blink-cursor-mode): Define with defcustom and use correct
19422         standard expression in that defcustom.
19423         * startup.el (command-line): Adapt to above changes in frame.el.
19425 2005-02-11  Lute Kamstra  <lute@gnu.org>
19427         * apropos.el (apropos-score-doc): Prevent division by zero.
19429 2005-02-11  Ulf Jasper  <ulf.jasper@web.de>
19431         * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
19432         (icalendar--get-event-property-attributes)
19433         (icalendar--get-event-properties)
19434         (icalendar--datetime-to-diary-date): New functions.
19435         (icalendar--split-value): Doc fix.
19436         (icalendar--datetime-to-noneuropean-date)
19437         (icalendar--datetime-to-european-date): New optional argument
19438         SEPARATOR.  Return result as a string instead of a list.
19439         (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
19440         (icalendar--convert-string-for-export): Rename arg S to STRING.
19441         (icalendar-export-region): Doc fix.  Change name of error buffer.
19442         Save output buffer.
19443         (icalendar-import-file): Add blank at end of prompt.
19444         (icalendar-import-buffer): Doc fix.  Do not switch to error
19445         buffer.  Indicate status in return value.
19446         (icalendar--convert-ical-to-diary): Doc fix.  Change name of error
19447         buffer.  Save output buffer.  Handle exception from recurrence
19448         rules (EXDATE, EXRULE).  Handle start- and end-date of recurring
19449         events.  Fix problems with weekly all-day events.
19451 2005-02-10  Richard M. Stallman  <rms@gnu.org>
19453         * simple.el (eval-expression-print-format):
19454         Avoid warning about edebug-active.
19456         * help.el (help-for-help-internal): Rename from help-for-help.
19457         (help-for-help): Define with defalias.
19459         * font-core.el (font-lock-default-function): Use with-no-warnings.
19461         * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
19463         * custom.el (defface): Doc fix.
19465 2005-02-10  Nick Roberts  <nickrob@snap.net.nz>
19467         * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
19468         width 0" to prevent word wrapping problems.
19470 2005-02-09  Kim F. Storm  <storm@cua.dk>
19472         * ido.el (ido-file-extensions-order): New defcustom.
19473         (ido-file-extension-lessp, ido-file-extension-aux)
19474         (ido-file-extension-order): New advanced file ordering.
19475         (ido-file-lessp): New simple file ordering.
19476         (ido-sort-list): Remove.
19477         (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
19478         (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
19480 2005-02-08  Dan Nicolaescu  <dann@ics.uci.edu>
19482         * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
19483         that some versions of grep produce.
19484         (grep-mode-font-lock-keywords): Likewise.
19486 2005-02-09  Nick Roberts  <nickrob@snap.net.nz>
19488         * progmodes/gdb-ui.el (gdb-location-list): New variable.
19489         (gdb-cdir): Delete.
19490         (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
19491         (gdb-source-info): Treat case when source file is in another
19492         directory properly.
19493         (gdb-get-location): New function.
19495 2005-02-07  Jay Belanger  <belanger@truman.edu>
19497         * calc/calc-prog.el (calc-write-parse-table-part)
19498         (calc-fix-token-name): Fix a check for language type.
19500         * calc/calccomp.el (math-compose-expr): Fix a check for language type.
19502 2005-02-07  Andre Spiegel  <spiegel@gnu.org>
19504         * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
19505         as directory not writable.
19507 2005-02-07  Kim F. Storm  <storm@cua.dk>
19509         * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
19510         (cua--standard-movement-commands): Remove list.
19511         Instead, set CUA property value to move for movement commands.
19512         (cua-movement-commands): Remove.  Users must set CUA prop instead.
19513         (cua--pre-command-handler): Check CUA property.
19514         (cua--init-keymaps): Don't remap undo commands.
19515         (cua-mode): Don't call cua--rectangle-on-off.
19517         * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
19518         (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
19519         (cua--rect-undo-set-point): New var.
19520         (cua--rectangle-undo-boundary): Setup undo apply entry.
19521         (cua--rect-undo-handler): New function for rectangle undo.
19522         (cua--rect-start-position, cua--rect-end-position): Add.
19523         (cua--rectangle-post-command): Call cua--rectangle-set-corners
19524         for restored rectangle.  Set point if cua--rect-undo-set-point.
19526 2005-02-06  Jay Belanger  <belanger@truman.edu>
19528         * calc/calc-lang.el (calc-tex-language): Display more information
19529         in messages.
19531         * calc/calccomp.el (math-compose-expr): Allow multiline matrices
19532         in TeX mode.
19534 2005-02-06  Richard M. Stallman  <rms@gnu.org>
19536         * emacs-lisp/lisp.el (buffer-end): Doc fix.
19538 2005-02-05  Arne_J\e,Ax\e(Brgensen  <arne@arnested.dk>  (tiny change)
19540         * net/ldap.el (ldap-search-internal): Support attributes with
19541         optional descriptions separated by a semi-colon, as in
19542         "userCertificate;binary".
19544 2005-02-05  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
19546         * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
19547         isn't a cons (i.e. the version is 0).
19549 2005-02-05  Eli Zaretskii  <eliz@gnu.org>
19551         * help.el (help-for-help): Doc fix.
19553 2005-02-05  Nick Roberts  <nickrob@snap.net.nz>
19555         * progmodes/gdb-ui.el: Update copyright.  Put GDB-Frames before
19556         GDB-Windows on the menu-bar as this works better.
19558 2005-02-04  Jay Belanger  <belanger@truman.edu>
19560         * calc/calc-embed.el (calc-embedded-update): Don't put in
19561         unnecessary newlines.  Adjust the end of formula marker.
19563         * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
19564         (math-latex-parse-two-args): New function.
19566 2005-02-03  Lute Kamstra  <lute@gnu.org>
19568         * help-fns.el (help-with-tutorial): Make sure that users cannot
19569         remove the entire text of the tutorial by means of `undo'.
19571 2005-02-03  Stefan Monnier  <monnier@iro.umontreal.ca>
19573         * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
19574         in recent changes, where the ispell process was repeatedly
19575         killed & restarted.
19577         * international/mule-cmds.el (set-locale-environment): Set file-name
19578         coding system to utf-8 on Darwin systems.
19579         (set-default-coding-systems): Don't set default-file-name-coding-system
19580         on Darwin systems.
19582 2005-02-03  Richard M. Stallman  <rms@gnu.org>
19584         * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
19586 2005-02-03  Matt Hodges  <MPHodges@member.fsf.org>
19588         * faces.el (list-faces-display): Add optional argument.
19590 2005-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
19592         * font-core.el (font-lock-default-function): Handle the rare case where
19593         only font-lock-keywords is set.
19595 2005-02-02  Kenichi Handa  <handa@m17n.org>
19597         * international/characters.el: Cancel previous change for
19598         I-WITH-DOT-ABOVE and DOTLESS-i.
19600         * international/latin-5.el: Cancel previous change.
19602 2005-02-02  Nick Roberts  <nickrob@snap.net.nz>
19604         * progmodes/gud.el: Correction to syntax in gud-menu-map.
19606 2005-02-02  Kenichi Handa  <handa@m17n.org>
19608         * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
19609         DOTLESS-i.
19611         * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
19612         Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
19614         * case-table.el (get-upcase-table): New function.
19615         (copy-case-table): Copy upcaes table too if non-nil.
19616         (set-case-syntax-delims): Maintain upcase table too.
19617         (set-case-syntax-pair): Likewise.
19618         (set-upcase-syntax, set-downcase-syntax): New functions.
19619         (set-case-syntax): Maintain upcase table too.
19621 2005-02-02  Nick Roberts  <nickrob@snap.net.nz>
19623         * progmodes/gdb-ui.el (gdb-goto-info): Delete.
19625         * progmodes/gud.el (gud-goto-info): New function.
19626         (gud-tool-bar-map): Use correct icon.
19628 2005-02-01  Thien-Thi Nguyen  <ttn@gnu.org>
19630         * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
19631         When delegating, order args in the funcall correctly.
19633 2005-02-01  Thien-Thi Nguyen  <ttn@gnu.org>
19635         * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
19637 2005-02-01  Carsten Dominik  <dominik@science.uva.nl>
19639         * textmodes/reftex.el (reftex-access-scan-info): Error out in a
19640         buffer not visiting a file.
19642 2005-01-31  Jay Belanger  <belanger@truman.edu>
19644         * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
19645         bound on the line with the formula.
19647 2005-01-31  Kim F. Storm  <storm@cua.dk>
19649         * ses.el (ses-create-cell-variable-range)
19650         (ses-destroy-cell-variable-range, ses-reset-header-string)
19651         (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
19652         (ses-insert-row): Fix format of apply undo entries.
19654 2005-01-31  Jay Belanger  <belanger@truman.edu>
19656         * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
19657         parts.
19659         * calc/calc-embed.el (calc-embedded-open-formula)
19660         (calc-embedded-close-formula): Ignore matrix environments.
19662         * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
19663         TeX mode.
19665         * calc/calc-lang.el (math-function-table, math-oper-table)
19666         (math-variable-table): Adjust the LaTeX portions.
19668         * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
19669         (math-latex-ignore-words): New constant.
19671 2005-01-31  Richard M. Stallman  <rms@gnu.org>
19673         * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
19674         (ispell-local-dictionary): Doc fix.
19675         (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
19676         Don't reinitialize at run time.  Don't defcustom.
19677         All uses changed to append ispell-local-dictionary-alist,
19678         or check it first.
19679         (ispell-current-dictionary): New variable for dictionary in use.
19680         (ispell-dictionary): Now used only for global default.
19681         (ispell-start-process): Set ispell-current-dictionary,
19682         not ispell-dictionary.
19683         (ispell-change-dictionary): Use this only for setting
19684         user preferences.
19685         (ispell-internal-change-dictionary): New function
19686         to change the current dictionary in use.
19687         (ispell-region, ispell-process-line, ispell-buffer-local-dict):
19688         Use ispell-current-dictionary.
19689         Handle ispell-local-dictionary-overridden.
19690         (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
19692 2005-01-31  Jay Belanger  <belanger@truman.edu>
19694         * calc/calc-aent.el (math-read-token): Add support for LaTeX.
19696         * calc/calc-ext.el: Add calc-latex-language to autoloads.
19697         (calc-mode-map): Add calc-latex-language.
19699         * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
19700         (math-latex-print-frac): New functions.
19701         (math-oper-table, math-function-table, math-variable-table)
19702         (math-complex-format, math-input-filter): Add latex properties.
19703         (calc-set-language): Set math-expr-special-function-mapping.
19705         * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
19706         (calc-write-parse-table-part): Add LaTeX support.
19708         * calc/calc.el (calc-language): Adjust docstring.
19709         (calc-set-mode-line): Add LaTeX support.
19710         (math-expr-special-function-mapping): New variable.
19711         (math-tex-ignore-words): Add to list.
19713         * calc/calccomp.el (math-compose-expr, math-compose-rows):
19714         Add LaTeX support.
19715         (math-compose-expr): Add support for special functions.
19717         * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
19719 2005-01-31  Nick Roberts  <nickrob@snap.net.nz>
19721         * progmodes/gdb-ui.el (gdb-memory-address)
19722         (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
19723         (gdb-memory-mode-map, gdb-memory-format-keymap)
19724         (gdb-memory-format-menu, gdb-memory-unit-keymap)
19725         (gdb-memory-unit-menu): New variables for a buffer
19726         that lets the user examine program memory.
19727         (gdb-memory-set-address, gdb-memory-set-repeat-count)
19728         (gdb-memory-format-binary, gdb-memory-format-octal)
19729         (gdb-memory-format-unsigned, gdb-memory-format-signed)
19730         (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
19731         (gdb-memory-format-menu-1, gdb-memory-unit-giant)
19732         (gdb-memory-unit-word, gdb-memory-unit-halfword)
19733         (gdb-memory-unit-byte, gdb-memory-unit-menu)
19734         (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
19735         (gdb-memory-mode, gdb-memory-buffer-name)
19736         (gdb-display-memory-buffer, gdb-frame-memory-buffer):
19737         New functions for above buffer.
19739 2005-01-30  Richard M. Stallman  <rms@gnu.org>
19741         * cus-edit.el (custom-bury-buffer): Function deleted.
19742         (custom-buffer-done-function): Option deleted.
19743         (custom-buffer-done-kill): New replacement option.
19744         (Custom-buffer-done): Call quit-window.
19745         (custom-buffer-create-internal): Update for above changes.
19747 2005-01-29  Luc Teirlinck  <teirllm@auburn.edu>
19749         * simple.el (undo-ask-before-discard): New var.
19750         (undo-outer-limit-truncate): Implement it.
19751         (undo-extra-outer-limit): Doc update.
19753 2005-01-29  Richard M. Stallman  <rms@gnu.org>
19755         * ses.el (undo-more): Delete defadvice.
19756         (ses-begin-change): Doc fix.
19758         * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
19759         instead of rebinding C-x u and C-_.
19761         * files.el (normal-backup-enable-predicate): Return nil for files
19762         in /tmp, regardless of temporary-file-directory.
19764         * man.el (Man-getpage-in-background): Disable undo in Man buffer.
19766         * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
19767         (open-rectangle, delete-whitespace-rectangle-line)
19768         (clear-rectangle-line): If FILL, pass t instead of FILL
19769         for move-to-column's 2nd arg.
19771         * simple.el (undo): Fix the test for continuing a series of undos.
19772         (undo-more): Set pending-undo-list to t when we reach end.
19773         (pending-undo-list): Move up defvar.
19775         * wid-edit.el (widget-button-click):
19776         Shorten the range of the track-mouse binding.
19778         * comint.el (comint-insert-input): Undo previous changes;
19779         use last-input-event in interactive spec.
19781 2005-01-29  Eli Zaretskii  <eliz@gnu.org>
19783         * progmodes/compile.el (compilation-start): Bind buffer-read-only
19784         to nil before invoking call-process.  Reset buffer's modified flag
19785         after fontifying it in the no-async branch.
19787         * wid-edit.el (widget-specify-button): If mouse pointer shape
19788         cannot be changed, use mouse face instead.
19790 2005-01-29  Nick Roberts  <nickrob@snap.net.nz>
19792         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
19793         (gdb-goto-breakpoint): Make breakpoint handling work on template
19794         functions in C++.  Reported by Martin Reed <mjreed@essex.ac.uk>
19795         (gdb-assembler-custom): Update to recognize breakpoint information
19796         added on 2005-01-19.
19798 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
19800         * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
19801         (dsssl-mode): Use define-derived-mode.
19802         (scheme-mode-initialize): Remove.
19803         (scheme-mode): Use run-mode-hooks.
19805         * cus-edit.el (customize-group-other-window)
19806         (custom-buffer-create-other-window): Don't override special-display-*.
19807         (custom-mode-map): Make it dense.
19809         * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
19810         sets the default value.
19812 2005-01-28  Eli Zaretskii  <eliz@gnu.org>
19814         * descr-text.el: Add more keywords.
19816 2005-01-27  Stefan Monnier  <monnier@iro.umontreal.ca>
19818         * speedbar.el: Avoid unnecessary use of locate-library.
19820         * international/mule-cmds.el (standard-display-european-internal):
19821         Don't fiddle with latin-1 non-break space any more since it's now
19822         special cased in the C code.
19823         Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
19825 2005-01-26  Luc Teirlinck  <teirllm@auburn.edu>
19827         * cus-start.el (all): Add `undo-outer-limit'.
19829 2005-01-25  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
19831         * textmodes/bibtex.el (bibtex-format-entry):
19832         Use `bibtex-empty-field-re' only on the text of fields, not on entire
19833         field lines.
19834         (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
19835         not on part of a buffer.
19837 2005-01-25  Lute Kamstra  <lute@gnu.org>
19839         * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
19840         nonempty field text strings like "{letters\\macro{}more letters}".
19841         Clarify docstring.
19842         (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
19843         (bibtex-entry-offset, bibtex-parse-association)
19844         (bibtex-parse-field-name): Fix typos in docstrings.
19845         (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
19847 2005-01-24  Carsten Dominik  <dominik@science.uva.nl>
19849         * textmodes/reftex-global.el (reftex-isearch-push-state-function)
19850         (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
19851         (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
19852         (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
19854         * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
19855         isearch minor mode.
19857 2005-01-24  Luc Teirlinck  <teirllm@auburn.edu>
19859         * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
19861 2005-01-24  Lute Kamstra  <lute@gnu.org>
19863         * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
19864         CASECHARS and NOT-CASECHARS regular expressions of the
19865         "nederlands" and "nederlands8" dictionaries to prevent a "Range
19866         striding over charsets" error.
19868 2005-01-24  Jay Belanger  <belanger@truman.edu>
19870         * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
19871         display variable name.
19873 2005-01-24  Kenichi Handa  <handa@m17n.org>
19875         * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
19876         Fix setting of the element of encoded-kbd-iso2022-invocations.
19878 2005-01-24  Nick Roberts  <nickrob@snap.net.nz>
19880         * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
19881         (gdb-threads-select): Change to also accept mouse events.
19882         (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
19883         (gdb-threads-mouse-select): Delete.
19885 2005-01-23  Luc Teirlinck  <teirllm@auburn.edu>
19887         * files.el (insert-directory): Take care of empty directory,
19888         listed without -a switch.
19890 2005-01-23  Stefan Monnier  <monnier@iro.umontreal.ca>
19892         * textmodes/refill.el (refill-post-command-function):
19893         Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
19894         to the list of functions that we should be careful not to undo.
19895         (refill-late-fill-paragraph-function): Remove.
19896         (refill-saved-state): New var.
19897         (refill-mode): Use it to save fill-paragraph-function.
19898         Save also the value of auto-fill-function.
19900         * term/w32-win.el: Simplify code.
19902 2005-01-23  Kim F. Storm  <storm@cua.dk>
19904         * simple.el (line-move): Adapt to new return value from
19905         pos-visible-in-window-p.
19907         * simple.el (line-move): Fix last change.  Check partial
19908         visibility at point rather than at window-start.
19910 2005-01-22  Jason Rumney  <jasonr@gnu.org>
19912         * term/w32-win.el (xw-defined-colors): Remove debug-message.
19914 2005-01-22  David Kastrup  <dak@gnu.org>
19916         * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
19918 2005-01-22  Eli Zaretskii  <eliz@gnu.org>
19920         * type-break.el (type-break-mode): Add a test for
19921         type-break-file-name being non-nil.
19923 2005-01-22  Toby Allsopp  <Toby.Allsopp@navman.com>  (tiny change)
19925         * net/eudc.el (top level): Call (message "") via progn, so that
19926         eudc-options-file is loaded.
19928 2005-01-22  Kim F. Storm  <storm@cua.dk>
19930         * simple.el (line-move-1): Rename from line-move.
19931         (line-move): New function that adjusts vscroll for partially
19932         visible rows, and calls line-move-1 otherwise.
19934 2005-01-21  Ren\e,Ai\e(B Kyllingstad  <listmailxemacs@kyllingstad.com>
19936         * pcomplete.el: Define pcomplete-read-event instead of read-event,
19937         since it's not a complete read-event implementation
19939 2005-01-20  Jay Belanger  <belanger@truman.edu>
19941         * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
19942         for called function.
19944 2005-01-20  Steven Tamm  <steventamm@mac.com>
19946         * term/mac-win.el (process-connection-type): Remove.
19947         Controlled now by s/darwin.h:PTY_ITERATION.
19949 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
19951         * window.el (handle-select-window): Don't switch window when we're
19952         in the minibuffer.
19954 2005-01-10  Paul Pogonyshev  <pogonyshev@gmx.net>
19956         * subr.el (dotimes-with-progress-reporter): New macro.
19958         * ses.el (ses-dotimes-msg): Remove macro.
19959         Use `dotimes-with-progress-reporter' instead.
19961 2005-01-19  Steven Tamm  <steventamm@mac.com>
19963         * term/mac-win.el (process-connection-type): Use new
19964         operating-system-release variable to use ptys on Darwin 7 (OS X
19965         10.3) when using carbon build.
19967 2005-01-19  Jay Belanger  <belanger@truman.edu>
19969         * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
19970         flags if the last command was a tab or M-tab.
19972         * calc/calc-prog.el (calc-user-define-edit): Put original formula
19973         in formula editing buffer.
19975 2005-01-19  Nick Roberts  <nickrob@snap.net.nz>
19977         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
19978         breakpoint image symbol in margin.
19980 2005-01-19  Jay Belanger  <belanger@truman.edu>
19982         * calc/calc-prog.el (calc-execute-kbd-macro):
19983         Ignore calc-keep-arg-flag.
19985 2005-01-19  Kenichi Handa  <handa@m17n.org>
19987         * textmodes/ispell.el (ispell-looking-at): New function.
19988         (ispell-process-line): Use ispell-looking-at to compare the ispell
19989         output and the buffer contents.
19991 2005-01-18  Jay Belanger  <belanger@truman.edu>
19993         * calc/calc.el (calc-display-raw): Fix docstring.
19995 2005-01-18  Stefan Monnier  <monnier@iro.umontreal.ca>
19997         * simple.el (blink-matching-open): Strip extra info from syntax.
19999         * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
20000         funny chars in the end-of-here-doc marker.
20002 2005-01-19  Nick Roberts  <nickrob@snap.net.nz>
20004         * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
20005         that enable/disabled state of breakpoints is shown correctly in
20006         fringe and on ttys.
20007         (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
20008         Add breakpoint information as text properties.
20009         (gdb-mouse-toggle-breakpoint):
20010         Rename to gdb-mouse-set-clear-breakpoint.
20011         (gdb-mouse-toggle-breakpoint): New function.  Enable/disable
20012         breakpoints in the margin.
20013         (gdb-remove-strings): Simplify.
20015 2005-01-17  Jay Belanger  <belanger@truman.edu>
20017         * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
20018         erasing buffer.
20020 2005-01-17  Richard M. Stallman  <rms@gnu.org>
20022         * progmodes/grep.el (grep-find): Copy from `grep' the condition
20023         for calling grep-compute-defaults.
20025         * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
20026         if buffer is empty.
20028         * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
20030 2005-01-17  Stefan Monnier  <monnier@iro.umontreal.ca>
20032         * hilit-chg.el (highlight-changes-mode): Don't autoload.
20034         * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
20035         non-preloaded variables.
20037 2005-01-17  Steven Tamm  <steventamm@mac.com>
20039         * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
20040         tex-shell cause to force interactivity when using pipes.
20042 2005-01-17  Kim F. Storm  <storm@cua.dk>
20044         * simple.el (just-one-space): Make arg optional.
20046 2005-01-17  Nick Roberts  <nickrob@snap.net.nz>
20048         * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
20049         posn-at-x-y to t to access left-margin.
20051 2005-01-16  Michael Albinus  <michael.albinus@gmx.de>
20053         Sync with Tramp 2.0.47.
20055         * net/tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
20056         catching keep-date problems in cp/scp operations.
20057         (tramp-handle-copy-file): Don't call `set-file-modes'
20058         unconditionally.  Specialized functions should know better what is
20059         necessary.  This improves performance a little bit, and the
20060         functions could catch errors with `cp -p' and `scp -p'.
20061         (tramp-do-copy-or-rename-file-via-buffer)
20062         (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
20063         when appropriate.
20064         (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
20065         Call `set-file-modes' when appropriate.
20066         (tramp-action-out-of-band): Mask `scp -p' error.  Reported by Isak
20067         Johnsson <isak@hypergene.com>
20068         (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
20069         of both Tramp buffer and debug buffer.  Reported by Joakim Verona
20070         <joakim@verona.se>
20071         (tramp-file-name-for-operation): Mark `shell-command' as magic for
20072         Emacs only.
20074         * net/tramp-util.el (tramp-minor-mode): New minor mode.  Add it to
20075         `find-file-hooks' and `dired-mode-hook'.
20076         (tramp-minor-mode-map): Respective map.  Add remapping for
20077         `compile' and `recompile'.
20078         (tramp-remap-command, tramp-recompile): New defuns.
20079         (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
20080         in buffer "*Compilation*".  Call the commands asynchronously.
20082         * net/tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
20083         (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
20084         `shell-command', because it isn't magic in XEmacs.  Reported by
20085         Adrian Aichner <adrian@xemacs.org>.
20087         * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
20088         `substitute-in-file-name.
20089         (tramp-smb-handle-substitute-in-file-name): New defun.
20090         (tramp-smb-advice-PC-do-completion): Delete advice.
20092 2005-01-16  Kai Grossjohann  <kgrossjo@eu.uu.net>
20094         * net/tramp.el (tramp-wait-for-output): Fix typo in echo processing.
20095         Fix error in deleting region.
20097 2005-01-15  Richard M. Stallman  <rms@gnu.org>
20099         * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
20100         In non-temp buffer, switch syntax table temporarily.
20102         * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
20104         * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
20106         * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
20108         * imenu.el (imenu--split-menu): Copy menulist before sorting.
20109         (imenu--generic-function): Use START, not BEG, as pos of definition.
20111         * simple.el (just-one-space): Argument specifies number of spaces.
20113         * simple.el (eval-expression-print-format): Avoid warning
20114         about edebug-active.
20116 2005-01-15  James R. Van Zandt  <jrvz@comcast.net>  (Tiny change)
20118         * progmodes/sh-script.el: Code copied from make-mode.el
20119         with small changes,
20120         (sh-mode-map): Bind C-c C-\.
20121         (sh-backslash-column, sh-backslash-align): New variables.
20122         (sh-backslash-region, sh-append-backslash): New functions.
20124 2005-01-15  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
20126         * mail/rmail.el: Updated to work with movemail from GNU Mailutils
20127         (rmail-pop-password, rmail-pop-password-required): Move to
20128         rmail-obsolete group.
20129         (rmail-set-pop-password): Rename to rmail-set-remote-password.
20130         All callers updated.
20131         (rmail-get-pop-password): Rename to rmail-get-remote-password.
20132         Take an argument specifying whether it is POP or IMAP mailbox we
20133         are using.  All callers updated.
20134         (rmail-pop-password-error): Rename to
20135         rmail-remote-password-error.  Added mailutils-specific error message.
20136         (rmail-movemail-search-path)
20137         (rmail-movemail-variant-in-use): New variables.
20138         (rmail-remote-password, rmail-remote-password-required):
20139         New customization variables.
20140         (rmail-probe, rmail-autodetect, rmail-movemail-variant-p): New funs.
20141         (rmail-parse-url): New function.
20142         (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
20143         with GNU mailutils movemail.
20145 2005-01-15  Kevin Ryde  <user42@zip.com.au>
20147         * info-look.el (c-mode/symbol): Add ^` to prefix, and change
20148         suffix to space, $ or '$, to correctly position point when going
20149         to @table style constants like DBL_MAX.
20151 2005-01-15  Jorgen Schaefer  <forcer@forcix.cx>  (tiny change)
20153         * type-break.el (type-break-mode, type-break-file-time)
20154         (type-break-file-keystroke-count, type-break-choose-file):
20155         Don't store data in or load data from the file if type-break-file-name
20156         is nil.
20157         (type-break-file-name): Doc update as per the above.
20159 2005-01-15  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>  (tiny change)
20161         * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
20162         lookup-key might return nil; handle that.
20164 2005-01-15  Alan Mackenzie  <acm@muc.de>
20166         * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
20167         rather than the element found, thus enabling the tree to be setcar'd.
20169 2005-01-14  Carsten Dominik  <dominik@science.uva.nl>
20171         * textmodes/org.el (org-show-following-heading): New option.
20172         (org-show-hierarchy-above): Use `org-show-following-heading'.
20173         (org-cycle): Documentation fix.
20175         * textmodes/org.el (orgtbl-optimized): New option
20176         (orgtbl-mode): New command, a minor mode.
20177         (orgtbl-mode-map): New variable.
20178         (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
20179         (orgtbl-error, orgtbl-self-insert-command)
20180         (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
20182         * textmodes/org.el (org-mode): `org-table-may-need-update' is now
20183         a local variable in each org-mode buffer.
20185         * textmodes/org.el (org-set-regexps-and-options): Rename from
20186         `org-set-regexps'.  Added checking for STARTUP keyword.
20187         (org-get-current-options): Add STARTUP options.
20188         (org-table-insert-row): Make mode intelligent about when
20189         realignment is needed.
20190         (org-self-insert-command, org-delete-backward-char, org-delete-char):
20191         New commands.
20192         (org-enable-table-editor): New default value `optimized'.
20193         (org-table-blank-field): Support blanking regions if active.
20195 2005-01-14  Carsten Dominik  <dominik@science.uva.nl>
20197         * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
20198         if the year is not given.
20200         * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
20201         Add new escapes %m and %M, fixed bug with %F by adding
20202         save-match-data.
20203         (reftex-reference): Remove ?. from list of spaces.
20204         (reftex-label-info): Add automatic label prefix recognition.
20206         * textmodes/reftex-index.el (reftex-index-next-phrase):
20207         Add slave parameter to call of `reftex-index-this-phrase'.
20208         (reftex-index-this-phrase): New optional argument.
20209         (reftex-index-region-phrases): Add slave parameter to call of
20210         `reftex-index-this-phrase'.
20211         (reftex-display-index): New argument redo.
20212         (reftex-index-rescan): Add `redo' to arguments of
20213         `reftex-display-index'.
20214         (reftex-index-Rescan, reftex-index-revert)
20215         (reftex-index-switch-index-tag): Add `redo' to arguments of
20216         `reftex-display-index'.
20217         (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
20218         indexing.  Fix bug with matching is there is a quote before or
20219         after the word.
20221         * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
20222         Fix bug when collecting citation keys in lines with comments.
20223         (reftex-citation): Prefix argument no longer rescans the document,
20224         but forces prompting for optional arguments of cite macros.
20225         (reftex-do-citation): Prompting for optional arguments implemented.
20227         * textmodes/reftex-vars.el (reftex-cite-format-builtin):
20228         Add optional arguments to most cite commands.
20229         (reftex-cite-cleanup-optional-args): New option
20230         (reftex-cite-prompt-optional-args): New option.
20231         (reftex-trust-label-prefix): New option.
20233         * textmodes/reftex-toc.el (reftex-toc-find-section):
20234         Add push-mark before changing the position in the buffer.
20236         * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
20237         (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
20239 2005-01-14  Nick Roberts  <nickrob@snap.net.nz>
20241         * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
20242         more carefully.
20244 2005-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
20246         * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
20247         (sgml-mode): Use it.
20248         (sgml-get-context): Better keep track of implicitly closed tags.
20250 2005-01-13  Kenichi Handa  <handa@m17n.org>
20252         * textmodes/ispell.el: These changes are to fix misalignment error
20253         caused by equivalent characters of different Emacs charsets.
20254         (ispell-unified-chars-table): New variable.
20255         (ispell-get-decoded-string): New function.
20256         (ispell-get-casechars, ispell-get-not-casechars)
20257         (ispell-get-otherchars): Call ispell-get-decoded-string.
20259 2005-01-12  Johan Bockg\e,Ae\e(Brd  <bojohan@users.sourceforge.net>
20261         * custom.el (custom-declare-variable): Just put symbol instead
20262         of (defvar . symbol) in `current-load-list'.
20264 2005-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
20266         * emacs-lisp/elint.el: Fixed typo in Commentary section.
20268 2005-01-12  Jay Belanger  <belanger@truman.edu>
20270         * calc/calc-help.el (calc-describe-key): Use temporary info buffer
20271         to create a Calc summary.
20273 2005-01-12  Kim F. Storm  <storm@cua.dk>
20275         * mouse.el (mouse-on-link-p): Change functionality and doc
20276         string to comply with latest description in lisp ref.
20278 2005-01-12  Nick Roberts  <nickrob@snap.net.nz>
20280         * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
20281         Enable mouse clicks on mode-line, header-line and margin.
20282         (event-type): Give mouse event symbols an `event-kind' property
20283         with value `mouse-click'.
20285 2005-01-12  Juri Linkov  <juri@jurta.org>
20287         * facemenu.el (list-colors-display): Add new arg buffer-name.
20288         Use it.  Fix docstring.  Replace code for identifying duplicate
20289         colors by the name with call to `list-colors-duplicates' which
20290         identifies duplicate colors by the value unless the color
20291         is one of special Windows colors.  Set truncate-lines to t.
20292         Print sorted duplicate color names on each line.  Indent to 22
20293         \(the longest color name in rgb.txt) instead of 20.  Optimize.
20294         (list-colors-duplicates): New function.
20295         (facemenu-color-name-equal): Delete function.
20297         * facemenu.el (list-colors-print): New function created from code
20298         in list-colors-display.  Print #RRGGBB at the window right edge.
20299         (list-colors-display): When temp-buffer-show-function is not
20300         defined, call list-colors-print from temp-buffer-show-hook
20301         to get the right value of window-width in list-colors-print
20302         after the buffer is displayed.
20304         * simple.el (pop-mark): Move deactivate-mark out of conditional
20305         part to deactivate the active mark regardless of the state of the
20306         mark ring.
20308         * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
20309         variables line in desktop files.
20311 2005-01-12  Juri Linkov  <juri@jurta.org>
20313         * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
20314         Bring together isearch highlight related options.
20315         (lazy-highlight): Replace group `replace' by `matching'.
20316         (lazy-highlight-cleanup, lazy-highlight-initial-delay)
20317         (lazy-highlight-interval, lazy-highlight-max-at-a-time)
20318         (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
20319         and declare them obsolete.
20320         (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
20321         (isearch-faces): Remove defgroup.
20322         (isearch-overlay, isearch-highlight, isearch-dehighlight):
20323         Move isearch highlighting code closer to lazy highlighting code.
20325         * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
20326         (query-replace-highlight, query-replace-lazy-highlight)
20327         (query-replace): Move definitions to the beginning of the file.
20329 2005-01-11  Juri Linkov  <juri@jurta.org>
20331         * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
20332         * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
20333         * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
20335         * info.el (Info-history-forward): New variable.
20336         (Info-select-node): Reset Info-history-forward to nil.
20337         (Info-last): Turn into defalias.
20338         (Info-history-back): Rename from Info-last.
20339         Add current node to Info-history-forward.
20340         (Info-history-forward): New fun.
20341         (Info-mode-map): Replace Info-last by Info-history-back.
20342         Bind Info-history-forward to "r".
20343         (Info-mode-menu): Replace Info-last by Info-history-back.
20344         Fix menu item text.  Add menu item for Info-history-forward.
20345         (info-tool-bar-map): Replace Info-last by Info-history-back.
20346         Replace its icon "undo" by "back_arrow".  Add icon "fwd_arrow"
20347         for Info-history-forward.
20348         (Info-mode): Replace Info-last by Info-history-back in docstring.
20349         Add local variable Info-history-forward.
20350         (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
20352 2005-01-11  Stefan Monnier  <monnier@iro.umontreal.ca>
20354         * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
20355         (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
20356         Ignore select-window events rather than fiddle with
20357         mouse-autoselect-window.
20359 2005-01-11  Matthew Mundell  <matt@mundell.ukfsn.org>
20361         * type-break.el (type-break-mode): Fix previous change.
20363 2005-01-10  Jay Belanger  <belanger@truman.edu>
20365         * calc/calc-ext.el (calc-reset): Reset when inside embedded
20366         calculator; only reset when point is inside a calculator.
20367         Don't adjust the window height if the window takes up the whole height
20368         of the frame.
20370 2005-01-10  Thien-Thi Nguyen  <ttn@gnu.org>
20372         * ebuff-menu.el (Electric-buffer-menu-mode):
20373         Preserve value of buffer-local var header-line-format.
20375 2005-01-09  Jay Belanger  <belanger@truman.edu>
20377         * calc/calc.el (calc-mode-var-list-restore-saved-values):
20378         Make sure settings file exists before accessing it.
20380         * calc/calc-embed.el (calc-embedded-subst):
20381         Replace math-multi-subst-rec, which is only supposed to be called
20382         by math-multi-subst, by math-multi-subst.
20384 2005-01-09  Andre Spiegel  <spiegel@gnu.org>
20386         * vc.el (vc-allow-async-revert): New user option.
20387         (vc-disable-async-diff): New internal variable.
20388         (vc-revert-buffer): Use them to disable asynchronous diff.
20390         * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
20391         (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
20392         asynchronously if vc-disable-async-diff is t.
20394 2005-01-09  Jay Belanger  <belanger@truman.edu>
20396         * calc/calc.el (defcalcmodevar): New macro.
20397         (calc-mode-var-list-restore-default-values)
20398         (calc-mode-var-list-restore-saved-values): New functions.
20399         (calc-mode-var-list): Use defcalcmodevar to define it.
20400         (calc-always-load-extensions, calc-line-numbering)
20401         (calc-line-breaking, calc-display-just, calc-display-origin)
20402         (calc-number-radix, calc-leading-zeros, calc-group-digits)
20403         (calc-group-char, calc-point-char, calc-frac-format)
20404         (calc-prefer-frac, calc-hms-format, calc-date-format)
20405         (calc-float-format, calc-full-float-format, calc-complex-format)
20406         (calc-complex-mode, calc-infinite-mode, calc-display-strings)
20407         (calc-matrix-just, calc-break-vectors, calc-full-vectors)
20408         (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
20409         (calc-matrix-brackets, calc-language, calc-language-option)
20410         (calc-left-label, calc-right-label, calc-word-size)
20411         (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
20412         (calc-display-raw, calc-internal-prec, calc-angle-mode)
20413         (calc-algebraic-mode, calc-incomplete-algebraic-mode)
20414         (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
20415         (calc-window-height, calc-display-trail, calc-show-selections)
20416         (calc-use-selections, calc-assoc-selections)
20417         (calc-display-working-message, calc-auto-why, calc-timing)
20418         (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
20419         (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
20420         (calc-gnuplot-default-device, calc-gnuplot-default-output)
20421         (calc-gnuplot-print-device, calc-gnuplot-print-output)
20422         (calc-gnuplot-geometry, calc-graph-default-resolution)
20423         (calc-graph-default-resolution-3d, calc-invocation-macro)
20424         (calc-show-banner): Use defcalcmodevar to declare them and set
20425         their default values.
20427         * calc/calc-ext.el (calc-reset): Restore saved values of variables
20428         instead of default values (but restore default values if there is
20429         an argument of 0).
20431 2005-01-09  David Kastrup  <dak@gnu.org>
20433         * desktop.el (desktop-restore-eager): Fix typo in type.
20435 2005-01-08  Richard M. Stallman  <rms@gnu.org>
20437         * cus-edit.el (customize): Delete :link.
20439 2005-01-08  Jay Belanger  <belanger@truman.edu>
20441         * calc/calc.el (calc-mode): Remove the extension from the
20442         `calc-settings-file' file name when loading it.
20444 2005-01-08  Kim F. Storm  <storm@cua.dk>
20446         * info.el (Info-mode-map, Info-next-link-keymap)
20447         (Info-prev-link-keymap, Info-up-link-keymap):
20448         Map follow-link to mouse-face.
20449         (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
20451 2005-01-08  Jay Belanger  <belanger@truman.edu>
20453         * calc/calc.el (calc-settings-file): Change default value.
20454         Suggested by cgw in a comment in calc-mode.el.
20456         * calc/calc-mode.el (calc-settings-file-name):
20457         Compare calc-settings-file to user-init-file instead of ~/.emacs.
20458         Replace ~/.emacs in a prompt by calc-settings-file.
20460 2005-01-07  Lars Hansen  <larsh@math.ku.dk>
20462         * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
20463         (desktop-lazy-idle-delay): New customizable variables.
20464         (desktop-buffer-args-list): New variable.
20465         (desktop-append-buffer-args): New function.
20466         (desktop-save): Call desktop-append-buffer-args for some buffers.
20467         (desktop-lazy-create-buffer): New function.
20468         (desktop-idle-create-buffers): New function.
20469         (desktop-read): Add message about buffers to restore lazily.
20470         (desktop-lazy-abort): New command.
20471         (desktop-clear): Call desktop-lazy-abort.
20472         (desktop-lazy-complete): New command.
20474 2005-01-06  Richard M. Stallman  <rms@gnu.org>
20476         * emacs-lisp/find-func.el (find-face-definition):
20477         Rename from find-face.
20479 2005-01-06  Kim F. Storm  <storm@cua.dk>
20481         * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
20483         * man.el (Man-xref-man-page, Man-xref-header-file)
20484         (Man-xref-normal-file): Add follow-link property.
20486 2005-01-06  Jay Belanger  <belanger@truman.edu>
20488         * calc/calc-units.el: Make sure the proper macro definitions are
20489         available when compiling.
20491 2005-01-06  Juri Linkov  <juri@jurta.org>
20493         * isearch.el (isearch-lazy-highlight-update):
20494         Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
20496 2005-01-06  Miles Bader  <miles@gnu.org>
20498         * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
20499         (isearch-lazy-highlight-face): Use new name.
20501 2005-01-05  Stefan Monnier  <monnier@iro.umontreal.ca>
20503         * uniquify.el (uniquify-rationalize-file-buffer-names):
20504         Re-add an interactive spec.
20505         (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
20506         to the same name.
20508         * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
20509         (isearch-update, isearch-done): Adjust calls accordingly.
20511 2005-01-05  Richard M. Stallman  <rms@gnu.org>
20513         * custom.el (custom-set-variables, custom-theme-set-variables):
20514         Clarify documentation.
20516         * emacs-lisp/find-func.el (find-variable)
20517         (find-variable-other-window, find-variable-other-frame):
20518         Fix the TYPE args to find-function-read and find-function-do-it.
20519         (find-function): Doc fix.
20520         (find-function-at-point): Replace function-at-point alias.
20522 2005-01-04  Richard M. Stallman  <rms@gnu.org>
20524         * cus-face.el (custom-declare-face):
20525         Record defface in current-load-list.
20527         * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
20529         * emacs-lisp/find-func.el: Doc fixes.
20530         (find-face-regexp): New variable.
20531         (find-function-regexp-alist): New variable.
20532         (find-function-C-source): Third arg is now TYPE.
20533         (find-function-search-for-symbol): Handle general TYPE.
20534         (find-function-read, find-function-do-it): Handle general TYPE.
20535         (find-definition-noselect, find-face): New functions.
20536         (function-at-point): Alias deleted.
20538 2005-01-04  Stefan Monnier  <monnier@iro.umontreal.ca>
20540         * battery.el (display-battery-mode): Rename from display-battery.
20541         Handle the case where it gets turned off.
20543 2005-01-04  Richard M. Stallman  <rms@gnu.org>
20545         * cus-edit.el (customize): Make :link point to user doc.
20547         * man.el (Man-fontify-manpage): Turn off undo generation.
20549         * add-log.el (change-log-font-lock-keywords): Don't match just "From".
20551 2005-01-04  Andreas Schwab  <schwab@suse.de>
20553         * files.el (insert-directory): Only look for error lines in
20554         inserted text.  Don't move too far after processing --dired markers.
20556 2005-01-04  Richard M. Stallman  <rms@gnu.org>
20558         * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
20559         Don't expand if the character is @, period, dash, etc.
20560         (define-mail-abbrev): Quote names that contain problem characters.
20562 2005-01-04  Thien-Thi Nguyen  <ttn@gnu.org>
20564         * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
20566 2005-01-03  Richard M. Stallman  <rms@gnu.org>
20568         * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
20569         (query-replace-highlight, query-replace-lazy-highlight)
20570         (query-replace): Definitions moved up.  Doc fix.
20572 2005-01-03  Richard M. Stallman  <rms@gnu.org>
20574         * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
20575         (lazy-highlight-cleanup, lazy-highlight-initial-delay)
20576         (lazy-highlight-interval, lazy-highlight-max-at-a-time)
20577         (lazy-highlight-face): Rename from isearch-lazy-...
20578         Change all references to them.
20580 2005-01-03  Luc Teirlinck  <teirllm@auburn.edu>
20582         * cus-edit.el (custom-file): Doc fix for defcustom.
20583         (custom-file): The function no longer sets the variable
20584         `custom-file' to its return value.
20586         * startup.el (command-line): No longer load `custom-file'.
20588 2005-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
20590         * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
20592         * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
20593         Don't confuse module-prefixed identifiers for labels.
20594         Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
20596 2005-01-02  Richard M. Stallman  <rms@gnu.org>
20598         * files.el (basic-save-buffer-1): Fix previous change.
20600         * loadhist.el (file-loadhist-lookup): New function.
20601         (file-provides, file-requires): Use it.
20603         * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
20604         instead of calculating the right size.
20606 2005-01-02  Karl Chen  <quarl@cs.berkeley.edu>  (tiny change)
20608         * vc-svn.el (vc-svn-diff): Stay local if possible.
20610 2005-01-02  Stefan Monnier  <monnier@iro.umontreal.ca>
20612         * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
20614         * files.el (hack-local-variables): Fix last change.
20616 2005-01-02  Jay Belanger  <belanger@truman.edu>
20618         * calc/calc-yank.el (calc-edit-top): New variable.
20619         (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
20620         object.  Change header properties.
20621         (calc-edit-finish, calc-edit-finish-stack-object)
20622         (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
20623         edited object.
20624         * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
20625         for the beginning of the edited object.
20626         * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
20627         for the beginning of the edited object.
20628         * calc/calc-prog.el (calc-edit-macro-finish-edit)
20629         (calc-finish-formula-edit, calc-macro-repeats)
20630         (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
20631         (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
20632         beginning of the edited object.
20633         (calc-user-define-edit): Change the header for editing macros.
20634         Remove unnecessary variable.
20636 2005-01-01  Jay Belanger  <belanger@truman.edu>
20638         * calc/calc-yank.el (calc-edit-mode): Change default header.
20639         (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
20640         * calc/calc-store.el (calc-edit-variable): Change title to match new
20641         header.
20642         * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
20643         mode to match new header.
20644         (calc-user-define-edit): Change titles to include names of commands.
20645         (calc-finish-formula-edit): Adjust to handle new header.
20646         (calc-finish-macro-edit): Remove.
20647         (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
20648         (calc-edit-macro-command, calc-edit-macro-command-type)
20649         (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
20650         (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
20651         (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
20652         (calc-edit-macro-finish-edit): New functions.
20653         (calc-user-define-edit): Use new functions to edit named calc macros.
20655 2005-01-01  Stefan  <monnier@iro.umontreal.ca>
20657         * files.el (hack-local-variables): Cleanup prefix/suffix matching.
20659         * ses.el (copy-region-as-kill): Deactivate mark.
20661 2005-01-01  Richard M. Stallman  <rms@gnu.org>
20663         * replace.el (occur-1): If the output buffer is also an input,
20664         don't kill it, rename it.
20666         * faces.el (set-face-background, set-face-foreground): Doc fix.
20668         * cus-face.el (custom-face-attributes): Fix :help-echo strings
20669         for :foreground and :background.
20671         * dired.el (dired-view-command-alist): Variable deleted.
20672         (dired-view-file, dired-mouse-find-file-other-window):
20673         Delete the code to use it.
20675 2005-01-01  Kim F. Storm  <storm@cua.dk>
20677         * image.el (insert-sliced-image): Use t for line-height property.
20679 See ChangeLog.11 for earlier changes.
20681 ;; Local Variables:
20682 ;; coding: iso-2022-7bit
20683 ;; End:
20685     Copyright (C) 2005, 2006 Free Software Foundation, Inc.
20686   Copying and distribution of this file, with or without modification,
20687   are permitted provided the copyright notice and this notice are preserved.
20689 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1