(ffap-read-file-or-url): Bind `completion-ignore-case' to value of
[emacs.git] / lisp / ChangeLog
blob8d238e82decbaa7932cdd9660050c038d32199e8
1 2006-02-19  Ryan Yeske  <rcyeske@gmail.com>
3         * ffap.el (ffap-read-file-or-url): Bind `completion-ignore-case'
4         to value of `read-file-name-completion-ignore-case'.
6 2006-02-19  Chong Yidong  <cyd@stupidchicken.com>
8         * custom.el (customize-mark-as-set): Push to `user' theme.
10         * cus-edit.el (custom-save-variables): Allow unthemed values.
11         (customize-set-variable): Push setting to `user' theme.
13 2006-02-19  Nick Roberts  <nickrob@snap.net.nz>
15         * progmodes/gud.el: Don't require font-lock as it's now
16         automatically loaded.
17         (gud-speedbar-buttons): Replace gdb-var-changed with
18         gdb-force-update.
20         * progmodes/gdb-ui.el (gdb-force-update): Rename from
21         gdb-var-changed.
22         (gdb-post-prompt): Use it.
23         (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
24         (gdb-var-update-handler, gdb-var-delete)
25         (gdb-speedbar-expand-node, gdb-var-list-children-handler-1)
26         (gdb-var-update-handler-1): Don't set gdb-var-changed, just set
27         gdb-force-update in gdb-post-prompt.
28         (gdb-reset): Clear watch expressions from speedbar when quitting.
30 2006-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
31         
32         * viper-cmd.el (viper-insert-state-post-command-sentinel,
33         viper-change-state-to-vi, viper-change-state-to-emacs): 
34         made aware of cursor coloring in the emacs state.
35         (viper-special-read-and-insert-char): use read-char-exclusive.
36         (viper-minibuffer-trim-tail): workaround for fields in minibuffer.
37         
38         * viper-init.el (viper-emacs-state-cursor-color): new variable.
39         
40         * viper-util.el (viper-save-cursor-color,
41         viper-get-saved-cursor-color-in-replace-mode,
42         viper-get-saved-cursor-color-in-insert-mode,
43         viper-restore-cursor-color): make aware of the cursor color in emacs
44         state.
45         (viper-get-saved-cursor-color-in-emacs-mode): new function.
46         
47         * ediff-diff.el (ediff-ignore-case, ediff-ignore-case-option,
48         ediff-ignore-case-option3, ediff-actual-diff-options,
49         ediff-actual-diff3-options): new variables to control case sensitivity.
50         (ediff-make-diff2-buffer, ediff-setup-fine-diff-regions,
51         ediff-setup-diff-regions3): made aware of case-sensitivity.
52         (ediff-toggle-ignore-case): new function.
53         (ediff-extract-diffs, ediff-extract-diffs3): preserve point in buffers.
54         
55         * ediff-help.el (ediff-long-help-message-narrow2,
56         ediff-long-help-message-compare2, ediff-long-help-message-compare3,
57         ediff-long-help-message-word-mode): add ignore-case command.
58         (ediff-help-for-quick-help): add ignore-case command.
59         
60         * ediff-merg.el: move provide to the end.
61         
62         * ediff-ptch.el: move provide to the end.
63         
64         * ediff-wind.el: move provide to the end.
65         
66         * ediff-mult.el: move provide to the end.
67         (ediff-set-meta-overlay): enable follow-link.
68         
69         * ediff.el: move provide to the end.
70         Break recursive load cycle in eval-when-compile.
71         (ediff-patch-buffer): better heuristics.
72         
73         * ediff-util.el: move provide to the end.
74         Break recursive load cycle in eval-when-compile.
75         (ediff-setup-keymap): add binding for #c. Replaced some defsubsts with
76         defuns.
77         (ediff-submit-report): pass the values of ediff-diff3-program,
78         ediff-diff3-options.
79         
80 2006-02-19  Juanma Barranquero  <lekktu@gmail.com>
82         * help-fns.el (help-do-arg-highlight): Recognize also ARG- followed by
83         the opening bracket of the following bracketing pairs: {}, [], (), <>,
84         `' (for example, in the docstring of `windmove-default-keybindings').
86 2006-02-19  Nick Roberts  <nickrob@snap.net.nz>
88         * progmodes/gud.el (gud-speedbar-buttons): Update properly for
89         shadow face.  Don't provide binding to edit variable when it is
90         out of scope.
92         * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
93         (gdb-var-update-handler): Detect out of scope variables with pre
94         GDB 6.4 too.
95         (gdb-post-prompt): Revert changet 2006-02-17 (force update).
96         Reset status of variable objects to nil in update handlers.
97         (gdb-var-update-handler-1): Detect when a variable object comes
98         in scope.  setcar on var changes gdb-var-list directly.
100 2006-02-17  Juri Linkov  <juri@jurta.org>
102         * ffap.el (ffap) <defface>: Add explicit face declaration.
103         (ffap-highlight): Use face `ffap' directly instead of checking
104         for its existence.
106         * icomplete.el (icomplete-get-keys): Use `t' for the second arg
107         `visible-ok' of `other-buffer' to find the right original buffer.
109         * info.el (Info-search): Skip `Local Variables' node.
111 2006-02-17  Juri Linkov  <juri@jurta.org>
113         * info.el (Info-find-file): Check for symbols `apropos', `history',
114         `toc' in the input filename, and return these symbols as is.
115         (Info-find-node-2): Set Info-current-file to symbols `apropos',
116         `history', `toc' instead of strings.
117         (Info-set-mode-line): For non-string Info-current-file use the
118         symbol's name inside **.
119         (Info-isearch-push-state): Add quote before Info-current-file and
120         Info-current-node.
121         (Info-isearch-pop-state): Use `equal' instead of `string='.
122         (Info-extract-pointer, Info-following-node-name): Use
123         `match-string-no-properties' instead of `match-string'.
124         (Info-up): Check `old-file' for `stringp'.
125         (Info-history): Use `equal' instead of `string-equal'.
126         Check `file' for `stringp'.
127         (Info-history): Use symbol `history' instead of string as first arg
128         of `Info-find-node'.
129         (Info-toc): Check `Info-current-file' for `stringp'.  Use symbol
130         `toc' instead of string.
131         (Info-extract-menu-node-name): Use `buffer-substring-no-properties'
132         instead of `buffer-substring', and `match-string-no-properties'
133         instead of `match-string'.
134         (Info-index-nodes): Check for symbols `apropos', `history', `toc'
135         instead of strings.
136         (info-apropos): Use `Info-find-node' instead of `Info-goto-node'.
137         Use symbol `apropos' instead of string.
138         (Info-copy-current-node-name): Check `Info-current-file' for
139         `stringp' and construct a command with `Info-find-node' from it.
140         (Info-fontify-node): Use `match-string-no-properties' instead of
141         `match-string' and check file names for `stringp'.
142         (Info-desktop-buffer-misc-data): Check for symbols `apropos',
143         `history', `toc' instead of strings.
145 2006-02-17  Chong Yidong  <cyd@stupidchicken.com>
147         * files.el: Rearrange functions and variables in the file local
148         variables section.
150 2006-02-17  Reiner Steib  <Reiner.Steib@gmx.de>
152         * files.el: Add truncate-lines, ispell-check-comments and
153         ispell-local-dictionary as safe local variables.
155 2006-02-18  Nick Roberts  <nickrob@snap.net.nz>
157         * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for
158         out of scope variables.
159         (gud-speedbar-buttons): Use unless.
161         * progmodes/gdb-ui.el (gdb-var-list): Update doc string.
162         (gdb-init-1, gdb-var-changed): Set gdb-var-changed to t initially.
163         (gdb-show-changed-values): Also use for out of scope variables.
164         (gdb-var-update-handler-1): Note if variable goes out of scope.
166 2006-02-17  Ryan Yeske  <rcyeske@gmail.com>
168         * net/rcirc.el (rcirc-connect): Make all arguments optional, and
169         default to global variable values for unsupplied args.
170         (rcirc-get-buffer-create): Fix bug with setting the target.
171         (rcirc-any-buffer): Rename from rcirc-get-any-buffer, and include
172         test for rcirc-always-use-server-buffer-flag here.
173         (rcirc-response-formats): Add %N, which is a facified nick.  %n
174         uses the default face.  Change the ACTION format string.  If the
175         "nick" is the server, don't print anything for that field.
176         Comment fixes.
177         (rcirc-target-buffer): Don't test
178         rcirc-always-use-server-buffer-flag here.
179         (rcirc-print): Squeeze extra spaces out of the text before message.
180         (rcirc-put-nick-channel): Strip potential "@" char from nick
181         before adding them to nick table.
182         (rcirc-url-regexp): Improve to match address like "foo.com".
184 2006-02-17  Eli Zaretskii  <eliz@gnu.org>
186         * allout.el (allout-hidden-p): Move this defsubst before
187         allout-overlay-interior-modification-handler, where it is first
188         used.
190 2006-02-17  Ken Manheimer  <ken.manheimer@gmail.com>
192         * allout.el: Use allout invisible-text overlays instead of
193         selective display for concealed text.  Also, lots of general
194         cleanup, and improved compatibility code.
196         (allout-version) Incremented, corrected, revised, and refined
197         module commentary.
199         (provide 'allout): Moved to the bottom, added a require of overlay.
201         (allout-encrypt-unencrypted-on-saves): Defaults to t instead of
202         `except-current'.
203         (allout-write-file-hook-handler): Minimize delay.
204         (count-trailing-whitespace-region): New function so
205         auto-encryption of current topic can resituate cursor exactly.
206         PGP/GPG encryption trims trailing whitespace from lines, which
207         must be accounted for across encryption then decryption.
209         (allout-command-prefix): Now defaults to "\C-c<space>" rather than
210         just plain "\C-c", to avoid intruding on user's keybinding space.
212         (allout-toggle-current-subtree-encryption): Pass along fetch-pass
213         parameter, so user request to provide a new password is done.
215         (allout-outside-normal-auto-fill-function, allout-auto-fill):
216         Refined mechanism for auto-filling behavior while in allout mode.
218         (allout-mode): Explicitly specify the mode map in the docstring.
219         Clarify provision for various write-file hook var names.
220         Adjusted for invisible-text overlays instead of selective-display.
222         (allout-depth): Really return 0 if not within any topic.  This
223         rectifies `allout-beginning-of-level' and sequence numbering
224         errors that occur when cutting and pasting numbered topics.
225         Changed from a in-line subst to a regular function, as well.
227         (allout-pre-next-prefix): Renamed from allout-pre-next-preface.
229         (allout-end-of-subtree, allout-end-of-subtree)
230         (allout-end-of-entry, allout-end-of-current-heading)
231         (allout-next-visible-heading, allout-open-topic, allout-show-entry)
232         (allout-show-children, allout-show-to-offshoot)
233         (allout-hide-current-entry, allout-show-current-entry): Rectified
234         handling of trailing blank lines between items.
236         (allout-line-boundary-regexp, set-allout-regexp, allout-depth)
237         (allout-current-depth, allout-unprotected, allout-hidden-p)
238         (allout-on-current-heading-p, allout-listify-exposed)
239         (allout-chart-subtree, allout-goto-prefix)
240         (allout-back-to-current-heading, allout-get-body-text)
241         (allout-snug-back, allout-flag-current-subtree, allout-show-all)
242         (allout-hide-region-body, allout-toggle-subtree-encryption)
243         (allout-encrypt-string, allout-encrypted-key-info)
244         (allout-next-topic-pending-encryption, allout-encrypt-decrypted)
245         (allout-file-vars-section-data): Adjusted for use with
246         invisible-text overlays instead of selective-display.
248         (allout-kill-line, allout-kill-topic, allout-yank-processing):
249         Reworked for use with invisible text overlays.
251         (allout-current-topic-collapsed-p): New function.
253         (allout-hide-current-subtree): Use allout-current-topic-collapsed-p
254         to know when to close the containing topic.
256         (allout-pre-command-business, allout-post-command-business):
257         Simplify undo-batching and dynamic isearch exposure.
259         (allout-set-overlay-category): New for invisible-text overlays.
260         Sets properties of allout-overlay-category, used by
261         allout-flag-region to set invisible-text overlay properties.
262         (allout-get-invisibility-overlay): Get the first qualifying
263         invisibility overlay, so we can find the extent of it.
264         (allout-back-to-visible-text): Get to just before the beginnining
265         of the current invisibility overlay, if any.
267         (allout-overlay-insert-in-front-handler)
268         (allout-overlay-interior-modification-handler)
269         (allout-before-change-handler, allout-isearch-end-handler): New
270         functions to handle extraordinary actions affecting concealed
271         text.
273         (allout-flag-region): Use overlays instead of selective-display
274         for invisible text - by inheritence from the properties of
275         allout-overlay-category in mainline Emacs, and applied
276         property-by-property in XEmacs, some recent versions of which
277         don't inherit the properties from the category.  Provisions to
278         respond to concealed-text edits simplified drastically.
280         (allout-isearch-rectification, allout-isearch-was-font-lock)
281         (allout-isearch-expose, allout-enwrap-isearch)
282         (allout-isearch-abort, allout-pre-was-isearching)
283         (allout-isearch-prior-pos, allout-isearch-did-quit)
284         (allout-isearch-dynamic-expose)
285         (allout-hide-current-entry-completely): Functions deleted.
287         (allout-undo-aggregation): Explicit undo aggregation no longer
288         necessary due to transition away from selective-display.
290         (set-allout-regexp, allout-up-current-level)
291         (allout-next-visible-heading, allout-forward-current-level)
292         (allout-open-topic, allout-reindent-body, allout-rebullet-topic)
293         (allout-kill-line, allout-yank-processing, allout-show-children)
294         (allout-expose-topic, allout-old-expose-topic)
295         (allout-listify-exposed, allout-insert-latex-header)
296         (allout-toggle-subtree-encryption, allout-encrypt-string)
297         (remove-from-invisibility-spec, allout-hide-current-subtree):
298         Ditched unused variables.
300 2006-02-17  Agustin Martin  <agustin.martin@hispalinux.es>
302         * textmodes/ispell.el (ispell-change-dictionary): Call
303         ispell-buffer-local-dict instead of
304         ispell-accept-buffer-local-defs.
305         (ispell-local-dictionary-alist): Accept as valid any coding-system
306         supported by Emacs.
307         (ispell-dictionary-alist-3): Esperanto dictionary's coding system
308         changed to iso-8859-3.
310 2006-02-17  Nick Roberts  <nickrob@snap.net.nz>
312         * speedbar.el (speedbar-frame-width): Make an inline function
313         instead of a macro.  Use frame-width.
314         (speedbar-try-completion, speedbar-update-contents)
315         (speedbar-timer-fn): Use consp.
316         (speedbar-update-localized-contents): Try to preserve point.
318         * progmodes/gdb-ui.el (gdba, gdb-var-list): Improve doc strings.
319         (menu): Re-order menu items.
320         (gdb-var-update-regexp, gdb-var-update-regexp-1): Match "in_scope"
321         field.
322         (gdb-var-update-handler-1): Use it for GDB 6.4+.
323         (gdb-post-prompt): Speed things by not forcing update.
325 2006-02-16  Chong Yidong  <cyd@stupidchicken.com>
327         * wid-edit.el (widget-button-click): For mouse-1, cancel button
328         press and perform default action if we get a mouse movement event.
330 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
332         * calendar/icalendar.el (icalendar--get-event-property)
333         (icalendar--get-event-property-attributes): Fix typos in
334         docstrings.
336         * progmodes/flymake.el (flymake-fix-file-name): Fix typo in
337         docstring.
339 2006-02-15  Juanma Barranquero  <lekktu@gmail.com>
341         * bs.el (bs-mode): Use `buffer-disable-undo'.
342         (bs--get-file-name): Simplify.
343         (bs-show-in-buffer): Mark the buffer as not modified.
345 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
347         * wid-edit.el (widget-keymap): Bind down-mouse-1 to
348         widget-button-click.
350         * cus-edit.el (custom-mode-map): Remove mouse-1 binding.
351         (custom-mode): Update docstring.
353         * cus-theme.el (custom-new-theme-mode-map): Remove mouse-1
354         binding.
356         * files.el (hack-local-variables-confirm): Allow scrolling if the
357         file variable list is too long.  Kill temp buffer after use.
359 2006-02-15  Nick Roberts  <nickrob@snap.net.nz>
361         * progmodes/gud.el (gdb): Improve doc string.
362         (gdb-script-font-lock-keywords): Expand allowed character set.
364         * progmodes/gdb-ui.el (gdb-use-separate-io-buffer)
365         (gdb-display-separate-io-buffer, gdb-frame-separate-io-buffer)
366         (gdb-separate-io-interrupt, gdb-separate-io-quit)
367         (gdb-separate-io-stop, gdb-separate-io-eof):
368         Rename from gdb-inferior-* to gdb-separate-*.
369         (gdb-set-gud-minor-mode-existing-buffers-1): Improve doc string.
371 2006-02-14  Jay Belanger  <belanger@truman.edu>
373         * calc/calc-arith.el (math-check-known-scalarp): Make sure
374         expression is a symbol before checking that it is bound.
376         * calc/calcalg2.el (math-integrate-by-parts): Do a more careful
377         test to see if equation can be solved.
379 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
381         * wid-edit.el (widget-button-click): Use :pressed-face property
382         for overlay face, if it exists.
384         * cus-edit.el (custom-manual, custom-add-see-also)
385         (custom-add-parent-links, custom-group-link): Add :pressed-face
386         property to links.
388         * files.el (hack-local-variables): Remove ignored variables before
389         checking if any variables need setting.
391 2006-02-14  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
393         * cus-start.el (all): Add x-gtk-whole-detached-tool-bar.
395 2006-02-14  Juanma Barranquero  <lekktu@gmail.com>
397         * help.el (where-is): Fix message for remapped commands.
399         * mwheel.el (mouse-wheel-click-event, mouse-wheel-mode):
400         Fix typos in docstrings.
402 2006-02-13  Chong Yidong  <cyd@stupidchicken.com>
404         * files.el (safe-local-variable-values): New option.
405         (hack-local-variables-prop-line): Return a list of variable-value
406         pairs if MODE-ONLY is non-nil.
407         (hack-local-variables): Construct list of variable-value pairs,
408         and apply or reject them in one go.  Ask for confirmation if
409         variables are not known safe.
410         (hack-local-variables-confirm): Complete rewrite.  Support
411         `safe-local-variable-values'.
412         (enable-local-variables): Update docstring to reflect new
413         behavior.
414         (ignored-local-variables): Ignore ignored-local-variables and
415         safe-local-variable-values.
416         (safe-local-variable-p): New function.
417         (risky-local-variable-p): `safe-local-variable' property check
418         moved to safe-local-variable-p.
419         (hack-one-local-variable): Checks moved to hack-local-variables.
421         (byte-compile-dynamic, c-basic-offset, c-file-style)
422         (c-indent-level, comment-column, fill-column, fill-prefix)
423         (indent-tabs-mode, kept-new-versions, no-byte-compile)
424         (no-update-autoloads, outline-regexp, page-delimiter)
425         (paragraph-start, paragraph-separate, sentence-end)
426         (sentence-end-double-space tab-width, version-control):
427         Add `safe-local-variable' property.
429         * find-lisp.el: Delete nonexistent `autocompile' file variable.
431         * icomplete.el, play/landmark.el: Change nonexistent
432         `outline-layout' file variable to `allout-layout'.
434 2006-02-14  Nick Roberts  <nickrob@snap.net.nz>
436         * progmodes/gdb-ui.el (gud-watch, gdb-invalidate-registers-1)
437         (gdb-get-changed-registers): Test value of gud-minor-mode relative
438         to gud-comint-buffer.
439         (gdb-speedbar-expand-node, gdb-locals-mode): Use functions in
440         gdb-ui.el for gdb-mi.el.
441         (gdb-post-prompt, gdb-get-changed-registers): Move test for
442         registers buffer to gdb-get-changed-registers.
443         (gdb-breakpoint-regexp): New regexp.  Allow toggling and
444         deletion of catchpoints (throw and catch).
445         (gdb-toggle-breakpoint, gdb-delete-breakpoint)
446         (gdb-goto-breakpoint): Use it for both gdb-ui and gdb-mi.
447         (gdb-find-file-hook, gdb-set-gud-minor-mode-existing-buffers-1)
448         (gdb-var-list-children-1, gdb-info-breakpoints-custom)
449         (gdb-var-update-1, gdb-invalidate-locals-1): Use also for gdb-mi.
451 2006-02-13  Jay Belanger  <belanger@truman.edu>
453         * calc/calc-arith.el (math-check-known-matrixp): Make sure
454         expression is a symbol before checking that it is bound.
456 2006-02-13  Richard M. Stallman  <rms@gnu.org>
458         * mouse.el (mouse-drag-mode-line-1): Use mouse-drag-move-window-bottom
459         for the minibuffer too, but not if resize-mini-windows will interfere.
461         * help.el (describe-key-briefly, describe-key): Do all arg-reading
462         inside `interactive' spec.
463         (describe-key-briefly-internal, describe-key-internal):
464         Functions merged back into their callers.
466 2006-02-13  Martin Rudalics  <rudalics@gmx.at>  (tiny change)
468         * info.el (info-xref-visited): Inherit from info-xref too.
469         (Info-set-mode-line): Replace occurrences of `%' by `%%'
470         when propertizing Info-current-file and Info-current-node.
472 2006-02-13  Juri Linkov  <juri@jurta.org>
474         * tumme.el (tumme-thumbnail-storage): Fix docstring.
475         (tumme-thumb-name): Fix per-directory format.
477 2006-02-13  Juanma Barranquero  <lekktu@gmail.com>
479         * subr.el (substitute-key-definition): Doc fix (hide internal arg).
481 2006-02-12  Miles Bader  <miles@gnu.org>
483         * net/rcirc.el (rcirc-format-response-string): Fix small bugs.
485 2006-02-13  Mathias Dahl  <mathias.dahl@gmail.com>
487         * tumme.el: Remove history section.  If someone needs the it, it
488         can always be found in CVS.
490 2006-02-12  Mathias Dahl  <mathias.dahl@gmail.com>
492         * tumme.el (tumme-thumbnail-storage): Update docstring.  Add info
493         about the Thumbnail Managing Standard option.
495 2006-02-12  Richard M. Stallman  <rms@gnu.org>
497         * subr.el (substitute-key-definition): Doc fix.
499         * simple.el (blink-matching-paren-dont-ignore-comments): Doc fix.
501         * files.el (magic-mode-alist): Don't use `\\s ' in regexps.
503         * info.el (Info-mode): Doc fix.
505         * progmodes/ebrowse.el (ebrowse-global-prefix-key): Change to C-c C-m.
507 2006-02-12  Michael Albinus  <michael.albinus@gmx.de>
509         * net/tramp.el (tramp-remote-path): Add "/usr/xpg4/bin" on top,
510         because on Solaris a POSIX compatible "id" is needed.  Reported by
511         Magnus Henoch <mange@freemail.hu>.
513 2006-02-12  Juri Linkov  <juri@jurta.org>
515         * tumme.el: Remove todo item about Thumbnail Managing Standard.
516         (tumme) <defgroup>: Change :group to `multimedia'.
517         (tumme-thumbnail-storage): Add choice `standard' for Thumbnail
518         Managing Standard.
519         (tumme-cmd-create-thumbnail-options): Use %w and %h instead of %s.
520         Fix dostring.
521         (tumme-cmd-create-temp-image-options): Use %w and %h instead of %x
522         and %y.  Fix docstring.
523         (tumme-cmd-pngnq-program, tumme-cmd-pngcrush-program)
524         (tumme-cmd-create-standard-thumbnail-command): New user options.
525         (tumme-thumb-size): Set default to 128 if tumme-thumbnail-storage
526         is `standard'.  Fix docstring.
527         (tumme-thumb-width, tumme-thumb-height): New user options.
528         (tumme-external-viewer): Try to find various viewers.
529         (tumme-get-thumbnail-image): Use `create-image' instead of
530         constructing the `image' structure.
531         (tumme-insert-thumbnail): Use `png' if tumme-thumbnail-storage is
532         `standard'.
533         (tumme-thumb-name): Add file name generation for standard storage.
534         Simplify code for other storages.
535         (tumme-thumb-name): Use width %w and height %h instead of size %s.
536         Add modification time %m and thumbnail-nq8 %q.
537         Use `tumme-cmd-create-standard-thumbnail-command' if
538         tumme-thumbnail-storage is `standard'.
539         (tumme-dired-insert-marked-thumbs): New autoload command.
540         (tumme-dired-after-readin-hook): New function.
541         (tumme-line-up-dynamic): Use `tumme-thumb-width' instead of
542         `tumme-thumb-size'.
543         (tumme-display-image): Replace size-x %x and size-y %y with
544         width %w and height %h.
546         * dired.el (dired-mode-map): Bind `\C-t\C-t' to
547         `tumme-dired-insert-marked-thumbs'.
549 2006-02-12  Mathias Dahl  <mathias.dahl@gmail.com>
551         * tumme.el (tumme-write-tag): Fix small bug (file name did not
552         include path).
553         (tumme-mark-tagged-files): Fix bug in regexp used to find rows
554         matching tag.
556 2006-02-12  Miles Bader  <miles@gnu.org>
558         * net/rcirc.el (rcirc-nick-abbrevs, rcirc-response-formats):
559         New variables.
560         (rcirc-abbrev-nick): New function.
561         (rcirc-format-response-string): Rewrite to use the formats in
562         `rcirc-response-formats' and expand escape sequences therein.
563         A text-property `rcirc-text' is added over the actual response
564         text to make easy to find inside the returned string.
565         (rcirc-print): When filling, just look for the `rcirc-text'
566         text-property to find the appropriate fill prefix, instead of
567         using hardwired patterns.
569 2006-02-11  Mathias Dahl  <brakjoller@hotmail.com>
571         * tumme.el: Enhance some docstrings.  Add todo item about Thumbnail
572         Managing Standard.
574 2006-02-11  Kim F. Storm  <storm@cua.dk>
576         * ido.el (ido-buffer-internal): Set mark for ido-insert-buffer.
577         Don't use insert-buffer; do insert-buffer-substring directly.
578         (ido-file-internal): Set mark for ido-insert-file.  Use insert-file-1.
580 2006-02-11  Martin Rudalics  <rudalics@gmx.at>
582         * files.el (revert-buffer, recover-file): Replace buffer-read-only
583         with inhibit-read-only.  Suggested by Stefan Monnier.
584         (revert-buffer): Let insert-file-contents discard
585         buffer-undo-list.  Simplify code.
586         (find-file, find-file-existing, revert-buffer): Doc-string fixes.
588 2006-02-11  Eli Zaretskii  <eliz@gnu.org>
590         * menu-bar.el (menu-bar-select-yank): Add a doc string.
592         * help.el (describe-key-briefly): Now a wrapper for
593         describe-key-briefly-internal.  Bind enable-disabled-menus-and-buttons
594         to t.  Populate yank-menu if empty.
595         (describe-key-briefly-internal): Renamed from describe-key-briefly.
596         (describe-key): Now a wrapper for describe-key-internal.  Bind
597         enable-disabled-menus-and-buttons to t.  Populate yank-menu if empty.
598         (describe-key-internal): Renamed from describe-key.
600 2006-02-11  Milan Zamazal  <pdm@zamazal.org>
602         * progmodes/glasses.el (glasses-separator): Doc fix.
603         (glasses-original-separator): New defcustom.
604         (glasses-make-readable, glasses-convert-to-unreadable): Use it.
606 2006-02-11  Martin Rudalics  <rudalics@gmx.at>
608         * mwheel.el (mouse-wheel-up-event): Doc fix.
610 2006-02-11  Mathias Dahl  <brakjoller@hotmail.com>
612         * tumme.el (tumme-dir): Change default value to "~/.emacs.d/tumme/".
613         (tumme-dir): New function.  Copied from thumbs.el.
615 2006-02-10  Juanma Barranquero  <lekktu@gmail.com>
617         * desktop.el (desktop-outvar): Fix typo.
618         (desktop-save-buffer-p): Doc fix.
620         * subr.el (substitute-key-definition): Fix typo.
622 2006-02-10  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
624         * frame.el (select-frame-set-input-focus): Call x-focus-frame also
625         when window-system is mac.
627         * term/mac-win.el (fontset-standard): Rename from "fontset-mac".
629 2006-02-10  Kim F. Storm  <storm@cua.dk>
631         * subr.el (substitute-key-definition-key): Pass t for NOERROR to
632         indirect-function instead of using condition-case.
634 2006-02-10  Mathias Dahl  <mathias.dahl@gmail.com>
636         * tumme.el (tumme-copy-with-exif-file-name): Try to make docstring
637         less `colloquial'...
639 2006-02-09  Mathias Dahl  <mathias.dahl@gmail.com>
641         * tumme.el: Add a couple of todo items.
643 2006-02-09  Lars Hansen  <larsh@soem.dk>
645         * hilit-chg.el: Add highlight-changes-mode to desktop-locals-to-save.
646         (highlight-changes-mode): Don't change desktop-locals-to-save.
648 2006-02-09  Chong Yidong  <cyd@stupidchicken.com>
650         * image-mode.el (image-toggle-display): Clear image cache if using
651         filename.
653 2006-02-09  Masatake YAMATO  <jet@gyve.org>
655         * dired-x.el (dired-guess-shell-alist-default): Add .man as
656         a `dired-man' target.
658         * progmodes/autoconf.el (autoconf-font-lock-keywords): Check start
659         boundary of symbols.
661 2006-02-08  Peter Doornbosch  <peter.doornbosch@luminis.nl>  (tiny change)
663         * vc-svn.el (vc-svn-print-log): Show recent commits as well.
665 2006-02-09  Juanma Barranquero  <lekktu@gmail.com>
667         * hilit-chg.el (hilit-chg-update-all-buffers): Use `mapc' instead of
668         `mapcar'; return nil.
670 2006-02-08  Chong Yidong  <cyd@stupidchicken.com>
672         * mouse.el (mouse-drag-track): Don't change window if we rebind to
673         some other event.
675 2006-02-08  Ryan Yeske  <rcyeske@gmail.com>
677         * net/rcirc.el (rcirc-startup-channels-alist):
678         Add irc.freenode.net and #emacs as defaults.
679         (rcirc-ignore-all-activity-flag): Remove variable.
680         (rcirc-authinfo): New variable.
681         (rcirc-authinfo-filename): Remove variable.
682         (rcirc-always-use-server-buffer-flag): New flag.
683         (rcirc): M-x rcirc will automatically connect without prompting.
684         C-u M-x rcirc will prompt.  Use rcirc-connect to create a
685         connection in lisp.
686         (rcirc-process-server-response-1): Remove everything but the nick
687         portion of the sender so it doesn't need to be done everywhere
688         else.  Update related code.
689         (global-map): Remove global keybindings.
690         (rcirc-get-buffer-create): Make sure rcirc-topic is set.
691         (rcirc-send-input): Split into several functions.
692         (rcirc-process-input-line, rcirc-process-message)
693         (rcirc-process-command): New functions.
694         (rcirc-target-buffer): New function to determine where to route
695         messages.
696         (rcirc-user-nick): Save match data.
697         (rcirc-toggle-ignore-buffer-activity)
698         (rcirc-update-activity-string): Remove global ignore functionality,
699         which can be done now by toggling rcirc-track-minor-mode.
700         (rcirc-track-minor-mode-map): New keymap.
701         (rcirc-track-minor-mode): New minor-mode.
702         (ignore): Make the ignore output nicer.  Always print it when
703         adding or removing nicks.
704         (rcirc-url-regexp): Improve.
705         (rcirc-mangle-text): Remove properties before using text in the
706         modeline.
707         (rcirc-authenticate): Authentication data comes from
708         rcirc-authinfo, not the file pointed to by rcirc-authinfo-file.
709         (rcirc-server-prefix): Inherit from rcirc-server.
711 2006-02-08  Mathias Megyei  <Mathias.Megyei@micronas.com>  (tiny change)
713         * Makefile.in (compile): Append "|| true" to the end of the `find'
714         command, like compile-always does.
716 2006-02-08  Sam Steingold  <sds@gnu.org>
718         * net/tramp.el (tramp-maybe-open-connection): Do not wait for
719         output from a dead connection.
721 2006-02-07  Mathias Dahl  <brakjoller@hotmail.com>
723         * dired.el (dired-mode-map): Add more bindings for tumme.
725 2006-02-07  Stefan Monnier  <monnier@iro.umontreal.ca>
727         * wdired.el (wdired-mode-map): Use remap.
728         (wdired-get-filename): Massage.
729         (wdired-perm-mode-map): Don't copy bindings from wdired-mode-map.
730         (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit): Use the
731         `keymap' property rather than `local-map'.
733 2006-02-07  Mathias Dahl  <brakjoller@hotmail.com>
735         * tumme.el (tumme-get-thumbnail-image): New utility function.
736         Suggested by from Chong Yidong.
737         (tumme-dired-with-window-configuration): Rename from
738         `tumme-dired'.  Add code to save window configuration.
739         (tumme-restore-window-configuration): New command to restore the
740         window configuration that `tumme-dired-with-window-configuration'
741         saves before it changes the window configuration.
742         (tumme-show-all-from-dir): New command to display thumbnails for
743         all files in a directory entered by the user, like M-x thumbs.
744         (tumme-display-thumbs): Call `pop-to-buffer' after all thumbnails
745         have been created.
746         (tumme-display-thumbnail-original-image): Call `display-buffer'.
747         (obsolete-tumme-display-thumbnail-original-image-and-buffer):
748         Remove obsolete test function.
750 2006-02-07  Juanma Barranquero  <lekktu@gmail.com>
752         * vc.el (small-temporary-file-directory): Remove defvar; there's
753         a defcustom for it in files.el.
755         * tumme.el (tumme-get-thumbnail-image): Add missing arg to `error'.
756         Fix typo in message.
757         (tumme-gallery-generate): Fix typo in `error' message.
758         (tumme-display-window-height-correction)
759         (tumme-display-window-width-correction, tumme-line-up-dynamic)
760         (tumme-line-up-interactive): Dox fixes.
761         (tumme-cmd-rotate-original-options, tumme-display-properties-format)
762         (tumme-restore-window-configuration, tumme-format-properties-string)
763         (tumme-create-thumbs, tumme-display-previous-thumbnail-original):
764         Fix typos in docstrings.
766 2006-02-07  Chris Moore  <christopher.ian.moore@gmail.com>  (tiny change)
768         * wdired.el (wdired-get-filename): Fix bug: Don't re-normalize OLD.
770 2006-02-07  Nick Roberts  <nickrob@snap.net.nz>
772         * progmodes/gud.el (gud-tooltip-mode): Remove autoload cookie.
773         User should use hook if desired.
775         * progmodes/gdb-ui.el (gdb-post-prompt): Regenerate breakpoints
776         buffer if necessary.
777         (gdb-delete-frame-or-window): New function.
778         (gdb-breakpoints-mode-map): Bind "q" to it.
780 2006-02-06  Stefan Monnier  <monnier@iro.umontreal.ca>
782         * textmodes/nroff-mode.el: Clean up name space.
783         (nroff-mode-syntax-table): Remove spurious `1' in the syntax of \n.
784         (nroff-mode): Obey the global setting of nroff-electric-mode.
785         (nroff-electric-mode): Use define-minor-mode and derived-mode-p.
787         * calendar/calendar.el (calendar-increment-month): Typo in last change.
789 2006-02-06  Thien-Thi Nguyen  <ttn@gnu.org>
791         * vc-svn.el (vc-svn-previous-version, vc-svn-next-version): New funcs.
793 2006-02-06  Lars Hansen  <larsh@soem.dk>
795         * generic-x.el (etc-fstab-generic-mode): Add file system types
796         cifs and usbdevfs.  Allow special chars in file names.
798 2006-02-05  Jay Belanger  <belanger@truman.edu>
800         Update copyright notices of the files in lisp/calc.
802 2006-02-05  Romain Francoise  <romain@orebokech.com>
804         Update copyright notices of all files in the lisp/play directory.
806 2006-02-04  Luc Teirlinck  <teirllm@auburn.edu>
808         * ldefs-boot.el: Regenerate.
810         * emacs-lisp/find-func.el (find-definition-noselect): Minor doc fix.
812 2006-02-05  Kim F. Storm  <storm@cua.dk>
814         * files.el (magic-mode-regexp-match-limit): New defvar.
815         (set-auto-mode): Use it to limit magic-mode-alist matching.
817 2006-02-04  Kevin Rodgers  <ihs_4664@yahoo.com>
819         * simple.el (display-message-or-buffer): Compare the number of
820         characters to the frame width when determining whether a 1-line
821         message string will fit in the echo area.  Count screen lines
822         instead of buffer lines when determining whether a multi-line
823         message will fit in the echo area/minibuffer window.
825 2006-02-04  Eli Zaretskii  <eliz@gnu.org>
827         * info.el (Info-index, Info-mode): Improve the description of the
828         `i' command.
830         * ldefs-boot.el: Regenerate.
832 2006-02-03  Werner Lemberg  <wl@gnu.org>
834         * textmodes/nroff-mode.el (nroff-font-lock-keywords): Don't be
835         greedy to find the closing bracket in \*[...] and similar
836         expressions.  This is a first rough fix -- many additional
837         refinements are necessary to make nroff mode really usable with groff.
839 2006-02-03  Jens Petersen  <petersen@redhat.com>  (tiny change)
841         * international/mule-cmds.el (set-locale-environment):
842         Add "/usr/share/X11/locale/locale.alias" to search list for xorg-x11
843         libX11.
845 2006-02-03  Joe Wells  <jbw@macs.hw.ac.uk>  (tiny change)
847         * arc-mode.el (archive-maybe-copy): Fix the way directories in the
848         archive are created in archive-tmpdir.
850 2006-02-02  John Paul Wallington  <jpw@pobox.com>
852         * ibuffer.el (ibuffer-compressed-file-name-regexp): New defcustom.
853         (ibuffer-fontification-alist): Use it.
854         (ibuffer-mode-map): Bind `ibuffer-mark-compressed-file-buffers'
855         to "* z" and the Ibuffer Mark menu.
857         * ibuf-ext.el (ibuffer-mark-compressed-file-buffers): New command.
859 2006-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
861         * textmodes/table.el (*table--cell-describe-mode)
862         (*table--cell-describe-bindings): Undo last change since
863         print-help-return-message is not obsoleted by anything at all.
865 2006-02-02  Luc Teirlinck  <teirllm@auburn.edu>
867         * emulation/cua-base.el (cua-mode): Doc fix.
869 2006-02-02  Juanma Barranquero  <lekktu@gmail.com>
871         * dframe.el (dframe-handle-make-frame-visible)
872         (dframe-handle-iconify-frame, dframe-get-focus)
873         (dframe-select-attached-frame, dframe-power-click)
874         (dframe-frame-mode): Fix typos in docstrings.
876         * ezimage.el (ezimage-mail, ezimage-object-out-of-date)
877         (ezimage-insert-image-button-maybe, ezimage-insert-over-text):
878         Fix typos in docstrings.
880         * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer)
881         (hi-lock-face-buffer, hi-lock-font-lock-hook)
882         (hi-lock-archaic-interface-message-used)
883         (hi-lock-file-patterns-range): Fix typos in docstrings.
885         * savehist.el (savehist-loaded, savehist-load, savehist-install)
886         (savehist-autosave, savehist-trim-history): Fix typos in docstrings.
888         * mail/mailclient.el (mailclient-place-body-on-clipboard-flag):
889         Fix typo in docstring.
891         * net/newsticker.el (newsticker--decode-iso8601-date)
892         (newsticker--set-customvar, newsticker--buffer-insert-item)
893         (newsticker--do-run-auto-mark-filter)
894         (newsticker--parse-generic-feed): Doc fixes.
895         (newsticker--retrieval-timer-list, newsticker-url-list)
896         (newsticker-hide-immortal-items-in-echo-area)
897         (newsticker-hide-obsolete-items-in-echo-area)
898         (newsticker-new-item-face, newsticker--enclosure)
899         (newsticker-buffer-update, newsticker-w3m-show-inline-images)
900         (newsticker--parse-atom-0.3, newsticker--parse-rss-1.0)
901         (newsticker--parse-generic-feed, newsticker--cache-contains)
902         (newsticker--stat-num-items, newsticker-download-enclosures):
903         Fix typos in docstrings.
905         * net/rcirc.el (rcirc-debug): Doc fix.
906         (rcirc-fill-column, rcirc-receive-message-hooks)
907         (rcirc-browse-url-map, rcirc-read-only-flag, rcirc-prompt)
908         (rcirc-mode, rcirc-generate-new-buffer-name)
909         (rcirc-startup-channels, rcirc-ignore-update-automatic)
910         (rcirc-cmd-ignore, rcirc-browse-url, rcirc-url-regexp):
911         Fix typos in docstrings.
912         (rcirc-print): "?\ " -> "?\s".
913         (rcirc-cmd-join): Improve argument/docstring consistency.
915 2006-02-01  Mark A. Hershberger  <mah@everybody.org>
917         * xml.el (xml-parse-region): Move save-excursion and set-buffer up
918         before narrow-to-region.
920 2006-02-01  Richard M. Stallman  <rms@gnu.org>
922         * simple.el (move-beginning-of-line): Scan properly for invis change.
924         * replace.el (multi-occur-in-matching-buffers): Fix prev change.
926 2006-02-01  Michael Albinus  <michael.albinus@gmx.de>
928         * net/tramp.el (tramp-convert-file-attributes): Set file's gid
929         change bit only when id-format is 'integer.  Reported by Matt
930         Hodges <M.P.Hodges@rl.ac.uk>.
932 2006-02-01  Juanma Barranquero  <lekktu@gmail.com>
934         * hilit-chg.el (highlight-changes-initial-state)
935         (highlight-changes-global-initial-state): Doc fixes.
936         (highlight-changes-global-modes, global-highlight-changes):
937         Fix typos in docstrings.
939 2006-02-01  Kim F. Storm  <storm@cua.dk>
941         * emulation/cua-base.el (cua-mode): Mention that CUA enables
942         transient-mark-mode in doc string.
944 2006-01-31  Richard M. Stallman  <rms@gnu.org>
946         * replace.el (multi-occur): Doc fix.
947         (multi-occur-in-matching-buffers): Rename from
948         multi-occur-by-filename-regexp.  Prefix arg says match
949         buffer names instead of file names.
951 2006-01-31  Juanma Barranquero  <lekktu@gmail.com>
953         * bs.el: Allow non-default values of `bs-header-lines-length'.
954         (bs--running-in-xemacs): Remove (not needed anymore).
955         (bs--set-window-height): Simplify by using `fit-window-to-buffer'
956         instead of `shrink-window', thus avoiding having to compute the
957         height of the window.
958         (bs--up): Wrap around even when there's no header.
959         (bs--down): Use `forward-line' instead of `next-line'.
961 2006-01-30  Chong Yidong  <cyd@stupidchicken.com>
963         * image-mode.el (image-toggle-display): Use file name if possible,
964         instead of unnecessarily allocating a (possibly huge) lisp string.
966 2006-01-30  John Paul Wallington  <jpw@pobox.com>
968         * subr.el (toplevel): Define `cl-assertion-failed' condition here
969         because the `assert' macro signals it at runtime.
971         * emacs-lisp/cl.el (toplevel): Remove definition of
972         `cl-assertion-failed' condition.
974 2006-01-30  Nick Roberts  <nickrob@snap.net.nz>
976         * thumbs.el (thumbs-marked-list): Make buffer-local and
977         permanent-local.
978         (thumbs-insert-thumb): Make help-echo non-sticky.
979         (thumbs-file-alist): Use eolp as check for (non)-image.
981 2006-01-30  Juanma Barranquero  <lekktu@gmail.com>
983         * ediff-mult.el (ediff-meta-buffer-keymap-setup-hook)
984         (ediff-before-session-group-setup-hooks)
985         (ediff-default-filtering-regexp, ediff-meta-mark-equal-files):
986         Fix typos in docstrings.
988         * window.el (bw-dir, bw-eqdir, balance-windows)
989         (split-window-keep-point): Fix typos in docstrings.
991         * textmodes/org.el (org-allow-space-in-links, org-closed-string)
992         (org-quote-string, org-calendar-to-agenda-key)
993         (org-agenda-sorting-strategy, org-agenda-use-time-grid)
994         (org-show-following-heading, org-tags-column)
995         (org-use-tag-inheritance, org, org-allow-space-in-links)
996         (org-usenet-links-prefer-google, org-file-apps-defaults-gnu)
997         (org-enable-table-editor, org-calc-default-modes)
998         (org-table-allow-automatic-line-recalculation)
999         (org-export-html-style, org-export-with-fixed-width)
1000         (org-export-with-sub-superscripts, org-special-keyword)
1001         (org-formula, org-time-grid, org-table-may-need-update)
1002         (org-mode, org-goto-ret, org-goto-left, org-goto-right)
1003         (org-goto-quit, org-get-indentation, org-end-of-item)
1004         (org-move-item-down, org-move-item-up)
1005         (org-renumber-ordered-list, org-todo, org-log-done, org-occur)
1006         (org-remove-occur-highlights, org-read-date, org-goto-calendar)
1007         (org-agenda, org-agenda-day-view, org-agenda-previous-date-line)
1008         (org-agenda-log-mode, org-agenda-toggle-diary)
1009         (org-agenda-toggle-time-grid, org-agenda-cleanup-fancy-diary)
1010         (org-agenda-file-to-end, org-agenda-no-heading-message)
1011         (org-agenda-get-closed, org-format-agenda-item)
1012         (org-cmp-priority, org-cmp-category, org-cmp-time)
1013         (org-agenda-change-all-lines, org-agenda-diary-entry)
1014         (org-scan-tags, org-after-todo-state-change-hook, org-tags-view)
1015         (org-link-search, org-camel-to-words, org-open-file)
1016         (org-remember-handler, org-table-convert-region)
1017         (org-table-move-row-down, org-table-move-row-up)
1018         (org-table-copy-region, org-table-wrap-region)
1019         (org-table-toggle-vline-visibility)
1020         (org-table-get-vertical-vector, org-table-modify-formulas)
1021         (org-table-get-specials, org-recalc-commands)
1022         (org-table-rotate-recalc-marks, org-table-eval-formula)
1023         (orgtbl-make-binding, org-in-invisibility-spec-p, org-cycle)
1024         (org-level-color-stars-only, org-insert-heading):
1025         Fix typos in docstrings.
1026         (last-arg): Add defvar.
1028         * makefile.w32-in (WINS): Add erc.
1029         (MH_E_SRC): Update (copied from lisp/Makefile.in).
1031 2006-01-29  Bill Wohler  <wohler@newt.com>
1033         * Makefile.in (MH_E_SRC): Add mh-compat.el, mh-folder.el,
1034         mh-letter.el, mh-limit.el, mh-scan.el, mh-show.el, mh-thread.el,
1035         mh-tool-bar.el, mh-xface.el.  Remove mh-customize.el, mh-init.el.
1036         (mh-autoloads): Don't use comments on otherwise empty lines.
1038 2006-01-29  Edward O'Connor  <ted@oconnor.cx>
1040         * emulation/viper.el (viper-major-mode-modifier-list): Add
1041         insert-state and vi-state entries for erc-mode.
1042         (viper-go-away, viper-set-hooks): Add and remove
1043         viper-comint-mode-hook from erc-mode-hook as appropriate.
1045         * emulation/viper.el (viper-insert-state-mode-list): Add erc-mode.
1047 2006-01-29  Juanma Barranquero  <lekktu@gmail.com>
1049         * bs.el (bs--format-aux): Implement `middle' alignment as
1050         described in the docstring for `bs-attributes-list'.
1051         (bs--get-name): Simplify.  Don't pad the buffer name.
1053 2006-01-27  Agustin Martin  <agustin.martin@hispalinux.es>
1055         * textmodes/ispell.el (ispell-find-aspell-dictionaries): If no
1056         English aspell dictionary is installed, use the first entry of
1057         ispell-dictionary-alist-1.
1059 2006-01-27  Kevin Rodgers  <ihs_4664@yahoo.com>
1061         * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
1062         Doc fix.
1064 2006-01-27  Michael Albinus  <michael.albinus@gmx.de>
1066         * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
1067         for `process-file', in order to let it work for older Emacsen too.
1069 2006-01-27  Eli Zaretskii  <eliz@gnu.org>
1071         * international/latexenc.el: Add a suitable `coding:' tag.
1072         (latexenc-find-file-coding-system): Undo last change.
1074 2006-01-27  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
1076         * international/latexenc.el (latexenc-find-file-coding-system):
1077         Make sure latexenc-main-file is a regular file and is readable.
1079 2006-01-27  Andre Spiegel  <spiegel@gnu.org>
1081         * vc-rcs.el (vc-rcs-fetch-master-state, vc-rcs-consult-headers):
1082         Pass FILE to vc-user-login-name.
1084         * vc-sccs.el (vc-sccs-state): Pass FILE to vc-user-login-name.
1086 2006-01-27  Nick Roberts  <nickrob@snap.net.nz>
1088         * thumbs.el (thumbs-do-thumbs-insertion): Suppress message when
1089         there are no more images to display.
1090         (thumbs-mark, thumbs-unmark): Revert change so that they move to
1091         the next image.
1093 2006-01-26  Richard M. Stallman  <rms@gnu.org>
1095         * cus-edit.el (custom-mode): Doc: Use advertised-widget-backward.
1097         * wid-edit.el (advertised-widget-backward): New alias.
1098         (widget-keymap): Use advertised-widget-backward for S-TAB.
1100         * tumme.el: Correct the keywords.
1101         (tumme-dir-max-size): Use defvar.
1102         (tumme-setup-dired-keybindings, tumme-dired): Add autoload cookie.
1104         * simple.el (move-beginning-of-line): Take account of fields.
1105         (clone-indirect-buffer-other-window): Take args like
1106         clone-indirect-buffer, and work like it.
1108         * help-fns.el (describe-function): Don't pass `nil' as default.
1110         * files.el (risky-local-variable-p): Follow var aliases.
1112         * subr.el (lazy-completion-table): Doc fix.
1114         * mail/rmailsum.el (rmail-make-summary-line-1): Don't set
1115         global binding of `line'.
1117 2006-01-25  Andre Spiegel  <spiegel@gnu.org>
1119         * vc-hooks.el (vc-user-login-name): Rewritten to handle access via
1120         Tramp.
1122         * vc.el (vc-default-dired-state-info): Pass FILE to
1123         vc-user-login-name.
1124         (vc-default-update-changelog): Don't use vc-user-login-name, we
1125         don't need it here.
1127         * tramp-vc.el (vc-user-login-name): Comment out defadvice, it is
1128         no longer necessary.
1130 2006-01-25  Kenichi Handa  <handa@m17n.org>
1132         * international/mule.el (decode-char): Avoid the overhead of
1133         calling utf-lookup-subst-table-for-decode if
1134         utf-translate-cjk-mode is nil.
1135         (encode-char): Avoid the overhead of calling
1136         utf-lookup-subst-table-for-encode if utf-translate-cjk-mode is
1137         nil.
1139 2006-01-22  Kenichi Handa  <handa@m17n.org>
1141         * international/mule.el (make-subsidiary-coding-system): Reset
1142         `coding-system-define-form' property of subsidiaries to nil.
1143         Avoid duplicated entry in coding-system-alist.
1144         (make-coding-system): Avoid duplicated entry in
1145         coding-system-alist.
1146         (define-coding-system-alias): Likewise.
1148 2006-01-24  Luc Teirlinck  <teirllm@auburn.edu>
1150         * completion.el: Minor fixes in introductory comment.
1151         (completion-def-wrapper): Fix alist.
1153 2006-01-25  Nick Roberts  <nickrob@snap.net.nz>
1155         * thumbs.el (thumbs-new-image-size): New function.
1156         (thumbs-increment-image-size-element)
1157         (thumbs-decrement-image-size-element, thumbs-increment-image-size)
1158         (thumbs-decrement-image-size): Delete.
1159         (thumbs-resize-image-1): Rename from thumbs-resize-image.  Keep old
1160         temp files and use to resize.
1161         (thumbs-resize-image): Rename from thumbs-resize-image-interactive.
1162         Use increment argument to enlarge/shrink.  Preserve point.
1163         (thumbs-shrink-image): Rename from thumbs-resize-image-size-down.
1164         (thumbs-enlarge-image): Rename from thumbs-resize-image-size-up
1165         (thumbs-show-thumbs-list): Set thumbs-buffer to current-buffer.
1166         (thumbs-mark, thumbs-unmark): Preserve point.
1167         (thumbs-modify-image): Keep old temp files and use to modify.
1168         Cleanup old temp files at load time.  Preserve point.
1169         (thumbs-view-image-mode-map): Use new command names.
1171 2006-01-24  Stefan Monnier  <monnier@iro.umontreal.ca>
1173         * log-view.el (log-view-minor-wrap): First rev is the one at point.
1175         * calendar/cal-menu.el: Avoid macros from calendar.el so as to break
1176         the nastiest part of the cyclic dependency.
1177         (cal-menu-update): Use dotimes and calendar-increment-month.
1179         * calendar/calendar.el: Remove unnecessary leading stars in docstrings.
1180         (calendar-week-start-day): Add an :initializer.
1181         (calendar-mode-map): Use suppress-keymap, and command remapping.
1182         (describe-calendar-mode): Setup xref-stack info for the back button.
1183         (calendar-star-date): Insert before delete.
1184         (calendar-set-mode-line): Add file-modified info if applicable.
1185         (calendar-increment-month): New function.
1187 2006-01-24  Tobias C. Rittweiler  <tcr@freebits.de>  (tiny change)
1189         * font-lock.el (lisp-font-lock-keywords-2):
1190         Recognize "& keywords" only at word boundaries.
1192 2006-01-24  Nick Roberts  <nickrob@snap.net.nz>
1194         * thumbs.el (thumbs-extra-images): New variable.  Make it buffer-local
1195         and permanent-local.
1196         (thumbs-max-image-number): New variable.
1197         (thumbs-do-thumbs-insertion): Use them.
1198         (thumbs-per-line): Change default to 4.
1199         (thumbs-marked-list): Rename from thumbs-markedL.
1200         (thumbs-cleanup-thumbsdir, thumbs-delete-images)
1201         (thumbs-rename-images): Use -list instead of L for internal variables.
1202         (thumbs-call-convert): Use call-process instead of shell-command.
1203         (thumbs-insert-thumb): Add filename as help-echo to each image.
1204         (thumbs-show-from-dir): Rename from thumbs-show-all-from-dir.
1205         Give dir to thumbs-show-thumbs-list.
1206         (thumbs-show-thumbs-list): Set default-directory to that of images.
1207         (thumbs-dired-show): Rename from thumbs-dired-show-all.
1208         (thumbs-display-thumbs-buffer, thumbs-show-more-images): New functions.
1209         (thumbs-mode-map): Bind "+" to thumbs-show-more-images.
1210         (thumbs-view-image-mode-map): Bind "^" to thumbs-display-thumbs-buffer.
1212 2006-01-23  Stefan Monnier  <monnier@iro.umontreal.ca>
1214         * ses.el (ses-read-cell): Provide a default value.
1216 2006-01-23  Juanma Barranquero  <lekktu@gmail.com>
1218         * term/w32-win.el (image-library-alist): Add additional names for
1219         GIF library.
1221 2006-01-23  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
1223         * international/latexenc.el (latexenc-find-file-coding-system):
1224         Add file-regular-p check.
1226 2006-01-22  Stefan Monnier  <monnier@iro.umontreal.ca>
1228         * simple.el (clone-buffer): Don't show the new buffer in the same
1229         window.
1231 2006-01-23  Juri Linkov  <juri@jurta.org>
1233         * faces.el (link, link-visited): New faces based on default values
1234         of `info-xref' and `info-xref-visited'.
1236         * info.el (info-xref): Inherit from `link'.
1237         (info-xref-visited): Inherit from `link-visited'.
1239         * cus-edit.el (custom-buffer-create-internal): Use widget type
1240         `custom-manual' instead of `info-link' and don't set properties
1241         `button-face' and `mouse-face' explicitly.
1242         (custom-browse-group-tag, custom-browse-variable-tag)
1243         (custom-browse-face-tag): Inherit from widget class
1244         `custom-group-link' instead of `push-button'.
1245         (custom-button-unraised): Inherit from `underline' face.
1246         (custom-link): Inherit from `link' face.  Fix doc and group.
1247         (custom-add-parent-links, custom-group-value-create): Don't set
1248         properties `button-face' and `mouse-face' explicitly for
1249         `custom-group-link' widget.
1250         (custom-group-link): Add properties `button-face' and `mouse-face'
1251         to widget definition.
1252         (custom-field-keymap): New variable.  Put `custom-field-keymap' to
1253         editable-field's :keymap property.
1254         (custom-mode): Fix docstring: substitute keybindings for
1255         `widget-forward' and `widget-backward' from `widget-keymap',
1256         `widget-complete' from `custom-field-keymap', replace old
1257         `Custom-move-and-invoke' with `widget-move-and-invoke'.  Untabify.
1259         * desktop.el (desktop-load-file): Check for `fboundp' before
1260         calling `symbol-function'.
1262         * simple.el (clone-buffer, clone-indirect-buffer)
1263         (clone-indirect-buffer-other-window): Use `read-buffer' instead of
1264         `read-string'.  Fix prompts.
1266         * play/doctor.el (doctor-mode-map): Rename from `doc-mode-map'.
1268 2006-01-23  Nick Roberts  <nickrob@snap.net.nz>
1270         * thumbs.el (thumbs-file-alist): Avoid creating duplicate entries.
1272 2006-01-22  Luc Teirlinck  <teirllm@auburn.edu>
1274         * startup.el (inhibit-splash-screen, initial-scratch-message):
1275         Doc fixes.
1277 2006-01-22  Michael Albinus  <michael.albinus@gmx.de>
1279         Sync with Tramp 2.0.52.
1281         * net/tramp.el, net/tramp-ftp.el, net/tramp-util.el,
1282         net/tramp-vc.el: Add code for unloading Tramp.  See comment before
1283         `tramp-unload-tramp' for checklist.
1285         * net/tramp.el: Require `timer-funcs' instead of `timer' if in
1286         XEmacs.  Contributed by Steve Youngs <steve@sxemacs.org>.
1287         (tramp-unload-file-name-handler-alist)
1288         (tramp-unload-tramp): New defuns.
1289         (tramp-advice-PC-expand-many-files): New defadvice.
1290         (tramp-save-PC-expand-many-files, tramp-setup-complete) Defuns
1291         removed.
1292         (tramp-handle-expand-file-name): Remove double slash.
1293         (tramp-handle-file-attributes-with-ls): Return t as 9th attribute.
1294         It doesn't matter, because it will be converted later on.
1295         (tramp-handle-file-ownership-preserved-p): Rewritten.  The old
1296         implementation was just heuristic.
1297         (tramp-post-connection): Set uid and gid properties.
1298         (tramp-convert-file-attributes): Set file's gid change bit.
1299         (tramp-get-remote-uid, tramp-get-remote-gid): New defuns.
1300         (tramp-handle-expand-file-name): Use "~root" for tilde expansion
1301         in case of su(do)? methods.  The home directory of the local user
1302         will be taken else.
1303         (tramp-open-connection-telnet)
1304         (tramp-open-connection-rsh, tramp-open-connection-su)
1305         (tramp-open-connection-multi): Set PS1 to "$ ".  Otherwise, a
1306         local shell prompt could hurt.  Reported by Romain Francoise
1307         <romain@orebokech.com>.
1308         (tramp-let-maybe): Add `edebug-form-spec' property.
1309         (tramp-handle-expand-file-name): Bind `default-directory' locally
1310         to "/" in order to avoid problems with UNC shares or Cygwin
1311         mounts.
1312         (tramp-md5-function): Fix typo in error message.
1314         * net/tramp-ftp.el (tramp-ftp-enable-ange-ftp): New defun.
1316         * net/tramp-util.el (top): Apply `ignore' instead of `identity'
1317         for byte-compiler pacification.
1319 2006-01-22  Andre Spiegel  <spiegel@gnu.org>
1321         * vc-rcs.el (vc-rcs-state-heuristic): Use file-attributes with
1322         ID-FORMAT `string'.  This allows us to get rid of
1323         `vc-user-login-name UID'.
1325         * vc-sccs.el (vc-sccs-state-heuristic): Likewise.
1327 2006-01-22  John Paul Wallington  <jpw@pobox.com>
1329         * hl-line.el (hl-line-highlight, hl-line-move): Doc fixes.
1331 2006-01-21  Martin Rudalics  <rudalics@gmx.at>
1333         * emacs-lisp/find-func.el (find-definition-noselect)
1334         (find-variable-noselect): Search variables in C source code too.
1335         (find-function-C-source, find-function-noselect, find-function)
1336         (find-function-other-frame, find-variable-noselect, find-variable)
1337         (find-variable-other-frame, find-variable-at-point):
1338         Fix docstrings.
1340 2006-01-21  Francesco Potorti`  <pot@gnu.org>
1342         * mail/rmailout.el (rmail-output): Don't use content-type if it is nil.
1344 2006-01-21  Agustin Martin  <agustin.martin@hispalinux.es>
1346         * textmodes/flyspell.el (flyspell-emacs-popup, flypell-xemacs-popup):
1347         Default to disabling the "Save affix" question.
1349 2006-01-21  Marien Zwart  <marienz@gentoo.org>  (tiny change)
1351         * progmodes/python.el (python-mode) <eldoc-mode-hook>: Pass nil as
1352         the first arg to run-python.
1354 2006-01-21  Eli Zaretskii  <eliz@gnu.org>
1356         * startup.el (command-line-1): Handle --no-desktop if desktop.el
1357         is not loaded.
1359 2006-01-20  Jay Belanger  <belanger@truman.edu>
1361         * calc/calcalg2.el (calc-sum-rec): Fix the sum when the lower
1362         limit is 0.
1364         * calc/calc-arith.el (math-add-symb-fancy): Check the length of
1365         the correct variable.
1367 2006-01-20  Carsten Dominik  <dominik@science.uva.nl>
1369         * textmodes/org.el (org-open-at-point): Fixed bug with matching a
1370         link.  Fixed buggy argument sequence in call to `org-view-tags'.
1371         (org-compile-prefix-format): Set `org-prefix-has-tag'.
1372         (org-prefix-has-tag): New variable.
1373         (org-format-agenda-item): Remove tags from headline if
1374         appropriate.
1375         (org-agenda-remove-tags-when-in-prefix): New option.
1376         (org-get-tags-at): New function.
1378 2006-01-20  Nick Roberts  <nickrob@snap.net.nz>
1380         * thumbs.el (thumbs-buffer): New variable.  Make it buffer local.
1381         (thumbs-find-image): Move image name and number from buffer name
1382         to mode name.  Set thumbs-buffer.  Preserve point so that large
1383         images remain visible.
1384         (thumbs-file-alist): Construct list in thumbs-buffer and reverse
1385         order.
1386         (thumbs-show-image-num): Get image from thumbs-file-alist.  Set
1387         mode name.
1388         (thumbs-next-image, thumbs-previous-image): Make them work.
1390 2006-01-19  Luc Teirlinck  <teirllm@auburn.edu>
1392         * cus-edit.el (custom-buffer-create-internal): State in the text above
1393         the whole buffer buttons that they do not operate on hidden items.
1394         (custom-face-menu): Use `custom-face-save' instead of
1395         `custom-face-save-command'.
1396         (custom-face-save-command): Make it an alias for `custom-face-save'
1397         and declare it obsolete.
1398         (custom-face-save): Doc fix.
1400         * dired.el (dired-no-confirm): Add quote.
1401         (dired-subdir-alist-pre-R): Add quote in
1402         `make-variable-buffer-local' form and remove unbalanced parenthesis.
1404 2006-01-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1406         * textmodes/table.el (table-mode-indicator): Typo in last change.
1408 2006-01-19  Richard M. Stallman  <rms@gnu.org>
1410         * outline.el (hide-leaves): Don't call outline-end-of-heading.
1411         Fixes bug reported in Nov 2005.
1413         * isearch.el (isearch-forward): Doc fix.
1415         * dired.el (dired-move-to-filename-regexp): Define as alias.
1416         (dired-no-confirm): Use defcustom.
1417         (dired-subdir-alist-pre-R): Put defvar at top level.
1419         * battery.el (battery-linux-proc-acpi): Handle "last full capacity".
1421         * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
1422         Mark as risky.
1424         * simple.el (set-mark-command): Doc fix.
1425         (clone-indirect-buffer-other-window):
1426         Read arg like clone-indirect-buffer.
1427         (move-beginning-of-line): Skip invisible newlines.
1429 2006-01-19  Masatake YAMATO  <jet@gyve.org>
1431         * progmodes/cpp.el (cpp-edit-load): Make the order of
1432         listed conditions in a base C code buffer and its associate
1433         CPP Edit buffer the same.
1435 2006-01-19  Kenichi Handa  <handa@m17n.org>
1437         * mail/rmail.el (rmail-enable-mime): Docstring fixed.
1438         (rmail-mime-feature): Likewise.
1439         (rmail-require-mime-maybe): Use display-warning to show a warning
1440         message.
1442         * international/mule.el (auto-coding-regexp-alist-lookup): New fun.
1443         (find-auto-coding): Use auto-coding-regexp-alist-lookup.
1445 2006-01-18  Stefan Monnier  <monnier@iro.umontreal.ca>
1447         * array.el: Move defvars out of eval-when-compile.
1448         (array-make-template): Replace undeclared global var with a local one.
1449         (array-mode): Inline initialization functions.
1450         (array-init-local-variables, array-init-max-row)
1451         (array-init-max-column, array-init-columns-per-line)
1452         (array-init-field-width, array-init-rows-numbered)
1453         (array-init-line-length, array-init-lines-per-row): Remove.
1455         * play/doctor.el: Move defvars out of eval-when-compile.  Use dolist.
1456         (doc-mode-map): Define explicitly.
1457         (doctor-txtype): Use mapc.
1459         * textmodes/table.el: Move defvars out of eval-when-compile.
1460         Remove harmful code meant to avoid byte-compiler warnings.
1461         (table-fixed-mode-indicator): Remove.  Use a more complex mode-line
1462         specification that checks table-fixed-width-mode directly.
1463         (table-recognize-region, table-recognize-cell):
1464         Use restore-buffer-modified-p.
1465         (table-fixed-width-mode): Remove code that refreshes
1466         table-fixed-mode-indicator.
1467         (*table--cell-describe-bindings, *table--cell-describe-mode):
1468         Avoid obsolete name print-help-return-message.
1469         (table--test-cell-list): Don't use replace-regexp from elisp.
1470         (table--point-entered-cell-function, table--point-left-cell-function):
1471         Don't set table-fixed-mode-indicator, use force-mode-line-update.
1473         * textmodes/org.el: Move defvars out of eval-when-compile.  Move code
1474         that was after the end of file.  Use buffer-file-name variable.
1475         (org-timestamp-change): Use with-current-buffer.
1476         (org-todo-list): Don't unnecessarily define a new buffer-local var.
1477         (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused arg
1478         `file'.
1480         * progmodes/fortran.el: Move defvars out of eval-when-compile.
1481         (fortran-break-line): Remove unused var `opoint'.
1482         (fortran-abbrev-start): Obey help-event-list.
1484 2006-01-18  Jesper Harder  <harder@phys.au.dk>
1486         * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-substring.
1488 2006-01-18  Masatake YAMATO  <jet@gyve.org>
1490         * progmodes/make-mode.el (makefile-imake-mode): New mode
1491         derived from makefile-mode.
1492         (makefile-imake-mode-syntax-table): New syntax table
1493         derived from makefile-mode-syntax-table.
1494         (makefile-mode): Write about makefile-imake-mode in doc string.
1495         (makefile-mode-map): Bind "\C-c\C-m\C-i" to makefile-imake-mode.
1496         (makefile-imake-font-lock-keywords): New font lock keywords.
1498         * files.el (auto-mode-alist): Add Imakefile.
1500 2006-01-17  Agustin Martin  <agustin.martin@hispalinux.es>
1502         * textmodes/flyspell.el (ispell-kill-ispell-hook): Add to the hook when
1503         loading the file rather than when turning on flyspell-mode.
1505 2006-01-16  Luc Teirlinck  <teirllm@auburn.edu>
1507         * cus-edit.el (customize-rogue): Minor doc fix.
1509 2006-01-17  Juri Linkov  <juri@jurta.org>
1511         * dired-aux.el (dired-diff): Use dired-dwim-target-directory
1512         instead of the file at the mark as default if the file at the mark
1513         is the same as the file at point or if dired-dwim-target-directory
1514         is not the same as the current directory and the mark is not active.
1516         * log-view.el (log-view-minor-wrap): Use the same logic to get
1517         revisions as `log-view-diff'.
1519         * info.el (Info-revert-find-node): Check for Info-current-file
1520         before preserving new-history.
1522         * man.el (Man-heading-regexp): Add `/'.
1524         * textmodes/sgml-mode.el: Add `coding: iso-2022-7bit' cookie.
1525         (html-mode): Set `sentence-end-base' instead of `sentence-end'.
1527 2006-01-16  Juri Linkov  <juri@jurta.org>
1529         * faces.el (mode-line-faces): New defgroup.
1530         (mode-line-highlight): Move definition after new defgroup.
1531         (mode-line, mode-line-inactive, mode-line-highlight):
1532         Replace :group `modeline' with `mode-line-faces'.
1533         (mode-line-buffer-id): New face.
1534         (modeline-buffer-id): New face alias.
1535         (vertical-border): Remove :group `modeline'.
1537         * bindings.el (propertized-buffer-identification): Use face
1538         `mode-line-buffer-id' instead of `Buffer-menu-buffer'.
1539         (mode-line-next-buffer, mode-line-previous-buffer): New functions.
1540         (mode-line-buffer-identification-keymap): For mouse-1 replace
1541         `mode-line-unbury-buffer' with `mode-line-previous-buffer'.
1542         Replace `mode-line-bury-buffer' with `mode-line-next-buffer' for
1543         mouse-3.
1545         * buff-menu.el (buffer-menu-buffer) <defface>: Renamed from
1546         Buffer-menu-buffer.  Doc fix.
1547         (Buffer-menu-buffer): Face alias to buffer-menu-buffer.
1548         (list-buffers-noselect): Use `buffer-menu-buffer' face instead of
1549         `Buffer-menu-buffer'.
1551         * info.el (Info-mode-line-node-keymap): New defvar.
1552         (Info-set-mode-line): Use `stringp' to check Info-current-file.
1553         Propertize Info-current-node with `mode-line-buffer-id' and
1554         `mode-line-highlight' faces and `Info-mode-line-node-keymap'.
1556         * time.el (display-time-mail-face): Replace :group `faces' with
1557         `mode-line-faces'.
1559 2006-01-16  Kenichi Handa  <handa@m17n.org>
1561         * international/code-pages.el: Add autoload cookies for cp125[0345678].
1563         * language/european.el (cp1252): New alias for windows-1252.
1565         * international/mule.el (autoload-coding-system): Prepare for EOL
1566         variants.
1568 2006-01-15  Dan Nicolaescu  <dann@ics.uci.edu>
1570         * term.el (term-raw-map): Add mapping for insert.
1571         (term-send-insert): New.
1572         (term-mode): Make variables local here instead of doing it in
1573         `term-emulate-terminal'.
1574         (term-emulate-terminal): Delete incorrect optimization for cr+lf.
1575         Scroll reverse needs to take into account the scroll region.
1576         Saving and restoring the cursor should save the color attributes too.
1577         (term-reset-terminal): Reset the scroll region.
1578         (term-handle-ansi-escape): Cursor up and down should take into
1579         account the scroll region.
1580         (term-set-scroll-region): Rename from `term-scroll-region'.
1581         Move to 0,0 after setting the region.
1582         (term-handle-scroll): Handle scroll up.
1583         (term-down): Fix off by one error.
1584         (term-delete-lines): Do not delete outside the scroll region.
1585         (term-insert-lines): Take into account the scroll region.
1587 2006-01-15  Stefan Monnier  <monnier@iro.umontreal.ca>
1589         * textmodes/ispell.el (ispell-internal-change-dictionary)
1590         (ispell-change-dictionary): Undo most of last change of 2006-01-13.
1591         (start, end): Move declaration outside of eval-when-compile.
1593         * textmodes/flyspell.el (flyspell-kill-ispell-hook): New fun.
1594         (flyspell-mode-on): Use it.
1596         * textmodes/ispell.el (ispell-kill-ispell): Run new hook
1597         ispell-kill-ispell-hook.
1599 2006-01-14  Luc Teirlinck  <teirllm@auburn.edu>
1601         * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
1602         (Custom-reset-saved): Do not ask for confirmation in single option
1603         buffers.
1605 2006-01-13  Richard M. Stallman  <rms@gnu.org>
1607         * font-lock.el (lisp-font-lock-keywords-1): Minor rearrangement.
1609 2006-01-13  Romain Francoise  <romain@orebokech.com>
1611         * add-log.el (add-change-log-entry, change-log-merge):
1612         Conditionally use `hard-newline'.
1614 2006-01-13  Martin Rudalics  <rudalics@gmx.at>  (tiny change)
1616         * wid-edit.el (widget-field-end): If the overlay is no longer
1617         associated with a buffer, behave as if the overlay didn't exist.
1619         * cus-edit.el (custom-add-see-also, custom-add-parent-links):
1620         Make sure the links use the `custom-link' face.
1622 2006-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
1624         * progmodes/ld-script.el (auto-mode-alist): Use \' rather than $.
1625         (ld-script-mode): Don't set indent-line-function since we don't
1626         have one.
1628 2006-01-13  Carsten Dominik  <dominik@science.uva.nl>
1630         * textmodes/org.el (org-open-file): Use mailcap for selecting an
1631         application.
1632         (org-file-apps-defaults-gnu): Use mailcap as the default for
1633         selecting an application on a UNIX system.
1634         (org-agenda-show-tags): New command.
1635         (org-table-insert-hline): Keep cursor in current table line.
1636         (org-table-convert): Offset effect of modifying
1637         `org-table-insert-hline'.
1638         (org-format-agenda-item): New optional argument TAG.
1639         (org-compile-prefix-format): Handle %T format for the tag.
1640         (org-expand-wide-chars): New function.
1641         (org-table-insert-row, org-table-insert-hline):
1642         Use `org-expand-wide-chars'.
1643         (org-open-file): Fix bug in program launch.
1644         (org-get-time-of-day): Fix bug with times before 1am.
1645         (org-agenda-menu): Add tags commands.
1647 2006-01-13  Agustin Martin  <agustin.martin@hispalinux.es>
1649         * textmodes/ispell.el (ispell-init-process): Include the used
1650         dictionary in ispell process start message.
1651         (ispell-internal-change-dictionary): When flyspell-mode is active
1652         and dictionary is changed, make sure ispell process is restarted
1653         and flyspell word cache cleared out for the current buffer.
1654         (ispell-change-dictionary): Make sure flyspell word cache is
1655         cleared out in all buffers with active flyspell mode when
1656         dictionary is globally changed.
1657         Call ispell-internal-change-dictionary after dictionary change.
1659 2006-01-13  Eli Zaretskii  <eliz@gnu.org>
1661         * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
1663         * makefile.w32-in (MH_E_SRC): Synchronize with Makefile.in.
1664         (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): Update Copyright
1665         years.  Fix small differences wrt Makefile.in.
1666         (recompile): Use --eval '(batch-byte-recompile-directory 0)', like
1667         Makefile.in does.
1669 2006-01-12  Bill Wohler  <wohler@newt.com>
1671         * Makefile.in (MH_E_SRC): Replace mh-index.el and mh-pick.el with
1672         mh-search.el.
1674 2006-01-12  Masatake YAMATO  <jet@gyve.org>
1676         * progmodes/ld-script.el: Update copyright year.
1678 2006-01-12  Chong Yidong  <cyd@stupidchicken.com>
1680         * cus-theme.el (custom-theme-add-variable, custom-theme-add-face):
1681         Don't add widget if setting undefined.
1683 2006-01-12  John Paul Wallington  <jpw@pobox.com>
1685         * help-fns.el (describe-variable): Remove newlines from void
1686         variable output.
1688 2006-01-13  Nick Roberts  <nickrob@snap.net.nz>
1690         * wdired.el (wdired-mode-map): Add help echo for
1691         wdired-abort-changes.
1693         * man.el (Man-file-name-regexp): Adjust for a list of files.
1695 2006-01-12  Masatake YAMATO  <jet@gyve.org>
1697         * progmodes/ld-script.el (auto-mode-alist): Support
1698         suffix conventions used in netbsd and eCos.
1700 2006-01-11  Luc Teirlinck  <teirllm@auburn.edu>
1702         * cus-edit.el (custom-reset-menu, custom-buffer-create-internal)
1703         (custom-variable-menu, custom-face-menu, custom-group-menu)
1704         (Custom-mode-menu): Change names of menu items.  (As discussed on
1705         emacs-devel.)
1706         (custom-face-menu): Add "Undo Edits" item.
1708         * startup.el (init-file-user): defcustom -> defvar.
1710         * tooltip.el (tooltip-mode): Doc fix.
1712 2006-01-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1714         * reveal.el (reveal-post-command): window-buffer signals an error on
1715         dead windows rather than returning nil.
1716         (reveal-open-new-overlays): An overlay might die while we open others.
1718 2006-01-11  Bill Wohler  <wohler@newt.com>
1720         * cus-dep.el (generated-custom-dependencies-file): Fix typo and
1721         phrasing in docstring.
1723         * Makefile.in (MH_E_SRC): Rename from MH-E-SRC since the dashes
1724         can give some systems gas.  Add new file mh-buffers.el.
1726 2006-01-06  Masatake YAMATO  <jet@gyve.org>
1728         * font-lock.el (cpp-font-lock-keywords): Font lock keywords for
1729         C preprocessor forward ported from GNU Emacs 21.2.
1731         * progmodes/asm-mode.el (asm-font-lock-keywords):
1732         Use `cpp-font-lock-keywords'.
1734         * progmodes/ld-script.el (ld-script-font-lock-keywords): Ditto.
1736         * progmodes/ld-script.el (auto-mode-alist): Use \\> instead
1737         of $ for "\\.ld[s]?".
1739 2006-01-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1741         * progmodes/tcl.el (tcl-indent-command): Use indent-for-tab-command.
1742         (tcl-indent-line): Return `noindent' if inside a string.
1744         * progmodes/flymake.el (flymake-split-string): Remove more than one
1745         empty string at beg/end of the result.
1746         (flymake-find-buildfile, flymake-find-possible-master-files):
1747         Use expand-file-name.
1748         (flymake-fix-file-name): Don't replace \ with / and don't remove ./
1749         since expand-file-name does it for us.  Use directory-file-name.
1750         (flymake-ler-get-full-file, flymake-ler-get-file, flymake-ler-get-line)
1751         (flymake-ler-get-type, flymake-ler-get-text)
1752         (flymake-ler-make-ler): Remove.  Replace by defstruct.  Update callers.
1753         (flymake-current-line-no): Remove spurious interactive spec.
1754         (flymake-delete-temp-directory): Remove unused var `slash-pos'.
1755         (flymake-check-include): Remove arg inc-path merged into inc-name.
1756         (flymake-check-patch-master-file-buffer): Fit in 80 columns.
1757         Arg regexp-list replaced by a simple regexp.
1758         (flymake-master-make-header-init, flymake-master-tex-init):
1759         Correspondingly replace regexp-list with a regexp.  Fix regexp.
1761 2006-01-10  Simon Josefsson  <jas@extundo.com>
1763         * mail/smtpmail.el (smtpmail-try-auth-methods): Add comment
1764         describing AUTH PLAIN fix.
1766 2006-01-10  Thien-Thi Nguyen  <ttn@gnu.org>
1768         * mail/emacsbug.el (report-emacs-bug-text-prompt): Delete var.
1769         (report-emacs-bug): Don't record initial prompt text.
1770         Instead, add text properties to prompting text.
1771         (report-emacs-bug-hook): Delete prompting text.
1773 2006-01-09  Stefan Monnier  <monnier@iro.umontreal.ca>
1775         * progmodes/flymake.el (flymake-find-buildfile): Remove invariant arg
1776         `dirs'.  Adjust callers.
1778 2006-01-09  John Paul Wallington  <jpw@gnu.org>
1780         * cus-edit.el (custom-comment) <defface>: Add TTY definitions.
1782 2006-01-09  Stefan Monnier  <monnier@iro.umontreal.ca>
1784         * reveal.el (reveal-open-new-overlays): New extracted fun.
1785         (reveal-close-old-overlays): Idem.  Check overlays's liveness before
1786         using them.  Simplify the code.
1787         (reveal-post-command): Use them.  Fix up obsolete windows in
1788         reveal-open-spots.
1790         * progmodes/flymake.el: Use `require' rather than autoload for
1791         XEmacs's overlays.
1792         (flymake-get-common-file-prefix, flymake-build-relative-filename):
1793         Delete.  Use file-relative-name instead.
1794         (flymake-get-syntax-check-program-args, flymake-perl-init):
1795         Simplify the resulting code.
1797         * log-view.el (log-view-file-re, log-view-message-re): Add support
1798         for DaRCS output.
1800 2006-01-09  Alex Schroeder  <alex@gnu.org>
1802         * mail/rmail.el (rmail-reply-regexp): Also ignore mailing list
1803         identifiers sometimes added in square brackets at the beginning of
1804         subject lines.
1806 2006-01-07  Richard M. Stallman  <rms@gnu.org>
1808         * cus-edit.el (Custom-set, Custom-save): Doc fix.
1809         (Custom-reset-current, Custom-reset-saved): Change question text.
1810         (Custom-reset-standard): Likewise.
1811         (custom-variable-reset-saved): Doc fix.
1813 2006-01-07  Eli Zaretskii  <eliz@gnu.org>
1815         * startup.el (init-file-user): Doc fix.
1817 2006-01-07  Alex Schroeder  <alex@gnu.org>
1819         * mail/rmail.el (rmail-current-subject): New function.
1820         (rmail-current-subject-regexp): New function.
1821         (rmail-next-same-subject): Use it.
1823         * mail/rmailsum.el (rmail-summary-by-topic):
1824         Use rmail-current-subject and rmail-current-subject-regexp.
1825         (rmail-summary-next-same-subject): Ditto.
1827         * net/rcirc.el (rcirc-send-input): No longer check whether the
1828         process is open, since not all commands need an open process.
1829         (rcirc-send-string): Check whether the process is open before
1830         sending anything.
1831         (rcirc-ignore-list): New option.
1832         (rcirc-ignore-list-automatic): New variable.
1833         (rcirc-print): Take rcirc-ignore-list into account.
1834         (rcirc-cmd-ignore): New command.
1835         (rcirc-ignore-update-automatic): New function.
1836         (rcirc-handler-PART, rcirc-handler-QUIT): Use it to maintain the
1837         list if ignored nicks.
1838         (rcirc-handler-NICK): Ditto, and also ignore the new nick.
1840 2006-01-06  David Reitter  <david.reitter@gmail.com>
1842         * mail/emacsbug.el (report-emacs-bug): Let explanations correctly
1843         reflect the address to which the report will be sent.
1845 2006-01-06  Eli Zaretskii  <eliz@gnu.org>
1847         * progmodes/ld-script.el (auto-mode-alist): Recognize linker
1848         scripts whose file-name extensions are "\.x[bdsru]?[cn]?$".
1850 2006-01-01  Michael Ernst  <mernst@alum.mit.edu>  (tiny changes)
1852         * textmodes/tildify.el: Fix typos (misspellings) in the commentary.
1854         * emacs-lisp/find-func.el (find-definition-noselect): Fix typo in
1855         the doc string: "functoin" => "function".
1856         * ldefs-boot.el: Likewise.
1858         * textmodes/bibtex.el (bibtex-validate-globally): Fix typo in a
1859         message text: "Duplicat" => "Duplicate".
1861 2006-01-06  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
1863         * files.el (basic-save-buffer-2): If backing-up failed, reset
1864         buffer-backed-up to nil.
1866 2006-01-06  Nick Roberts  <nickrob@snap.net.nz>
1868         * progmodes/gud.el (gdb-script-skip-to-head)
1869         (gdb-script-calculate-indentation): Indent for breakpoint command
1870         lists also.
1872 2006-01-05  Bill Wohler  <wohler@newt.com>
1874         * Makefile.in (compile-always): Add mh-autoloads dependency.
1875         (bootstrap): Remove mh-autoloads dependency, as compile dependency
1876         provides it.
1877         (updates): Remove mh-autoloads dependency, since it probably has
1878         already run recently (via recompile).
1880 2006-01-05  Stefan Monnier  <monnier@iro.umontreal.ca>
1882         * textmodes/flyspell.el (flyspell-accept-buffer-local-defs): Add an
1883         argument `force' to disable the flyspell-last-buffer optimization.
1884         (flyspell-mode-on): Use it.
1886         * progmodes/flymake.el (flymake-get-cleanup-function): Default to
1887         flymake-simple-cleanup.
1888         (flymake-allowed-file-name-masks): Use this new default.
1889         All the functions are now called in the right buffer rather than
1890         passing the buffer as argument.
1891         (flymake-process-sentinel): Switch to buffer before calling cleanup.
1892         (flymake-parse-err-lines): Remove redundant buffer arg.
1893         (flymake-get-program-dir): Comment out unused function.
1894         (flymake-start-syntax-check, flymake-start-syntax-check-process):
1895         Remove redundant buffer argument.
1896         (flymake-get-real-file-name, flymake-simple-java-cleanup)
1897         (flymake-simple-cleanup, flymake-master-cleanup): Remove buffer arg.
1899 2006-01-05  Richard M. Stallman  <rms@gnu.org>
1901         * info.el (Info-find-node): Don't record previous node if have none.
1902         (info): Go to directory only if history is empty.
1904         * simple.el (mark): Doc fix.
1906 2006-01-05  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1908         * term/mac-win.el (mac-ae-parameter): Don't coerce data if it is
1909         already of desired type.
1910         (mac-ae-list): Coerce parameter to "list" type.
1911         (mac-dispatch-apple-event): Replace cadr part of event with a
1912         dummy position so that event-start returns it.
1914 2006-01-05  Carsten Dominik  <dominik@science.uva.nl>
1916         * textmodes/org.el (org-end-of-subtree): New function.
1917         (org-cycle, org-subtree-end-visible-p, org-scan-tags):
1918         Use `org-end-of-subtree'.
1919         (org-agenda, org-agenda-convert-date): Protect calls to
1920         `fit-window-to-buffer'.
1921         (org-tags-view): Force matching of sublevels when doing a
1922         todo-only search.  Define the correct redo command, including the
1923         arguments.
1924         (org-agenda-redo): Display message.
1925         (org-check-for-org-mode): New function.
1926         (org-agenda-type): New variable.
1927         (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
1928         Set `org-agenda-type'.
1929         (org-agenda-check-type): New function.
1930         (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
1931         (org-agenda-week-view, org-agenda-day-view)
1932         (org-agenda-next-date-line, org-agenda-previous-date-line)
1933         (org-agenda-log-mode, org-agenda-toggle-diary)
1934         (org-agenda-toggle-time-grid, org-agenda-date-later)
1935         (org-agenda-date-prompt, org-agenda-diary-entry)
1936         (org-agenda-execute-calendar-command, org-agenda-goto-calendar)
1937         (org-agenda-convert-date, org-agenda-menu):
1938         Use `org-agenda-check-type'.
1939         (org-make-overlay, org-delete-overlay)
1940         (org-detatch-overlay, org-move-overlay, org-overlay-put):
1941         New compatibility functions.
1942         (org-calendar-select-mouse): New command.
1944 2006-01-04  Chong Yidong  <cyd@stupidchicken.com>
1946         * cus-edit.el (Custom-reset-current, Custom-reset-saved)
1947         (Custom-reset-standard): Fix y-or-n-p messages.
1948         (custom-link): New face for links.
1949         (custom-buffer-create-internal, custom-manual): Use it.
1950         (custom-face-save): Push to theme-face before setting face spec.
1952         * wid-edit.el (widget-default-mouse-face-get): New function.
1953         (widget-specify-button): Handle mouse-face like button-face.
1955         * custom.el (load-theme): Clear old theme settings if reloading.
1957 2006-01-03  Luc Teirlinck  <teirllm@auburn.edu>
1959         * cus-edit.el (custom-buffer-create-internal): Move whole buffer
1960         "Erase Customization" button back to same position it occupies in
1961         the individual State menus.
1963 2006-01-04  Kim F. Storm  <storm@cua.dk>
1965         * wid-edit.el (key-sequence): Rework widget to read key binding
1966         using `kbd' syntax.  Use C-q to insert literal key, event, or code.
1967         (widget-key-sequence-default-value): Default value for empty sequence.
1968         (widget-key-sequence-map): New map for reading key binding.  Bind C-q.
1969         (widget-key-sequence-read-event): New command for C-q.
1970         (widget-key-sequence-validate, widget-key-sequence-value-to-internal)
1971         (widget-key-sequence-value-to-external): New functions.
1973 2006-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1975         * progmodes/flymake.el (flymake-create-temp-with-folder-structure):
1976         Use expand-file-name.
1977         (flymake-delete-temp-directory): Use expand-file-name,
1978         file-name-directory, and directory-file-name.
1979         (flymake-strrchr): Delete.
1980         (flymake-start-syntax-check): Don't pass the redundant buffer argument
1981         to the init-f function.
1982         (flymake-save-buffer-in-file, flymake-init-create-temp-buffer-copy)
1983         (flymake-init-find-buildfile-dir)
1984         (flymake-init-create-temp-source-and-master-buffer-copy)
1985         (flymake-simple-make-init-impl, flymake-simple-make-init)
1986         (flymake-master-make-init, flymake-master-make-header-init)
1987         (flymake-simple-make-java-init, flymake-simple-ant-java-init)
1988         (flymake-perl-init, flymake-simple-tex-init, flymake-master-tex-init)
1989         (flymake-xml-init): Remove corresponding redundant buffer argument.
1990         (flymake-allowed-file-name-masks): Remove last elems that are equal to
1991         the default anyway.  Clean up regexps.
1993         * progmodes/flymake.el (flymake-temp-source-file-name)
1994         (flymake-master-file-name, flymake-temp-master-file-name)
1995         (flymake-base-dir): New buffer-local vars.
1996         (flymake-buffer-data, flymake-get-buffer-value)
1997         (flymake-set-buffer-value): Replace those hash-tables by the new
1998         buffer-local vars.  Update callers.
2000         * progmodes/flymake.el (flymake-check-start-time)
2001         (flymake-check-was-interrupted, flymake-err-info, flymake-is-running)
2002         (flymake-last-change-time, flymake-new-err-info, flymake-timer):
2003         Move definition, so we can remove redundant earlier declaration.
2004         (flymake-replace-regexp-in-string, flymake-split-string)
2005         (flymake-get-temp-dir): Use defalias.
2006         (flymake-popup-menu): Remove `pos' argument.  Use posn-at-point.
2007         (flymake-xemacs-window-edges): Remove unused function.
2008         (flymake-get-point-pixel-pos): Move.
2009         (flymake-pid-to-names, flymake-reg-names)
2010         (flymake-get-source-buffer-name, flymake-unreg-names): Remove.
2011         Replace by a simple list flymake-processes and by process-buffer.
2012         Update callers.  Other than simplify the code, it uses buffers rather
2013         than buffer-names so it doesn't get confused by uniquify.
2014         (flymake-buffer-data): The global value should just be nil.
2016         * emacs-lisp/bytecomp.el (byte-compile-file-form-defalias):
2017         Optimize the body of a defalias like any other code.
2019         * font-lock.el (font-lock-fontify-buffer, font-lock-fontify-region):
2020         Make sure we've setup font-lock's vars.  It may influence which
2021         function we then call.
2022         (font-lock-default-fontify-buffer): Don't bother calling set-defaults
2023         here since it's too late anyway.
2025 2006-01-03  Romain Francoise  <romain@orebokech.com>
2027         * startup.el (fancy-splash-tail, normal-splash-screen):
2028         Update copyright year.
2030 2006-01-02  J.D. Smith  <jdsmith@as.arizona.edu>
2032         * mouse.el (mouse-drag-track): Rename, from
2033         `mouse-drag-region-1'.  Includes optional argument required to
2034         enable post-drag event processing (e.g. delete region keys).
2035         Can be used without this argument to track a mouse region and operate
2036         on it as soon as the drag completes.
2037         (mouse-drag-region): Use `mouse-drag-track'.
2039 2006-01-02  Chong Yidong  <cyd@stupidchicken.com>
2041         * cus-edit.el (custom-guess-name-alist, custom-guess-doc-alist):
2042         Move to `custom-buffer' group.
2044         * cus-theme.el: Rewrite the Custom New Theme Mode interface.
2045         (custom-new-theme-mode-map, custom-theme-insert-variable-marker)
2046         (custom-theme-insert-face-marker, custom-theme-variable-menu)
2047         (custom-theme-face-menu): New variables.
2048         (custom-theme-add-variable, custom-theme-variable-action)
2049         (custom-variable-reset-theme, custom-theme-delete-variable)
2050         (custom-face-reset-theme, custom-theme-face-action)
2051         (custom-theme-delete-face, custom-theme-merge-theme)
2052         (custom-theme-add-face, custom-theme-visit-theme): New functions.
2054 2006-01-01  Chong Yidong  <cyd@stupidchicken.com>
2056         * custom.el: Move Custom Themes commentary to start of theme code.
2057         (custom-known-themes): Rename `standard' theme to `changed'.
2058         (custom-push-theme): Caller no longer specifies what theme to use
2059         when doing `reset'---the setting is simply removed from the theme.
2060         Delete MODE from `theme-value' and `theme-settings' properties.
2061         (custom-declare-theme): Ignore &rest args since we don't use them.
2063         (custom-loaded-themes): Delete variable.
2064         (custom-theme-load-themes, custom-theme-loaded-p)
2065         (custom-theme-value): Delete functions.
2067         (custom-declare-theme): Signal error on invalid theme names.
2068         (provide-theme): custom-loaded-themes was deleted.
2069         (load-theme): Load the file unconditionally.
2070         (enable-theme): Call `load-theme' if theme is undefined.
2071         (custom-enabled-themes): Only update value for successful loads.
2072         (disable-theme): Complete from enabled themes when interactive.
2073         (custom-variable-theme-value): Calculate theme value directly.
2075         (custom-theme-reset-variables, custom-reset-variables): Mark as
2076         XEmacs compatibility functions.  We don't actually use these.
2078         * cus-edit.el (custom-variable-state-set):
2079         Use custom-variable-theme-value instead of custom-theme-value.
2080         (custom-face-state-set): Rename `standard' theme to `changed'.
2081         (custom-save-variables, custom-save-faces): Delete unneeded
2082         references to custom-reset-variables.
2083         (custom-save-resets): Delete function.
2084         (custom-save-variables, custom-save-faces): MODE argument deleted.
2085         (custom-save-variables, custom-save-faces): Ignore theme values.
2087         * cus-face.el (custom-theme-reset-faces): Mark as XEmacs
2088         compatibility function.
2090 2006-01-01  Richard M. Stallman  <rms@gnu.org>
2092         * cus-edit.el (Custom-set, Custom-save): Ask for confirmation.
2093         (Custom-reset-current, Custom-reset-saved): Likewise.
2094         (Custom-reset-standard): Show message if aborted.
2095         (custom-mode): Doc fix, describing those commands.
2097         * mouse.el (mouse-drag-region-1): When following link via mouse-2,
2098         put on event-kind property.
2100 2005-12-31  Chong Yidong  <cyd@stupidchicken.com>
2102         * custom.el (provide-theme): Ban `user' theme name.
2103         (custom-enabling-themes): New variable.
2104         (enable-theme): Don't enable user if custom-enabling-themes is t.
2105         (custom-enabled-themes): Make it a defcustom.
2106         (custom-theme-recalc-face): No-op if face is undefined.
2108         * cus-edit.el (custom-button-mouse): New variable.
2109         (custom-button-mouse): New face.
2110         (custom-raised-buttons, custom-mode): Use it.
2112         * cus-theme.el (custom-new-theme-mode): Use custom-button-mouse.
2114 2005-12-31  Eli Zaretskii  <eliz@gnu.org>
2116         * progmodes/gud.el (gud-display-line): Support hl-line in the
2117         source buffer.
2119 2005-12-31  Lennart Borgman  <lennart.borgman.073@student.lu.se>  (tiny change)
2121         * mouse.el (mouse-drag-window-above): Verify that the found window
2122         overlaps with the given window in the horizontal dimension.
2124 2005-12-31  Eli Zaretskii  <eliz@gnu.org>
2126         * Makefile.in (cvs-update): New target.
2128         * makefile.w32-in (cvs-update): Ditto.
2130 2005-12-30  Chong Yidong  <cyd@stupidchicken.com>
2132         * cus-theme.el (custom-new-theme-mode): Use cus-edit faces.
2133         (custom-new-theme-mode-map): New variable.
2135 2005-12-30  Richard M. Stallman  <rms@gnu.org>
2137         * custom.el (custom-load-themes): Function deleted.
2139         * cus-edit.el (custom-save-loaded-themes): Function deleted.
2140         (custom-save-variables): Don't delete or add custom-load-themes call.
2142 2005-12-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2144         * cus-start.el: Add `visible-cursor'.
2146         * progmodes/flymake.el (flymake-copy-buffer-to-temp-buffer): Simplify.
2147         (flymake-parse-output-and-residual): Remove `source-buffer' argument.
2148         (flymake-process-filter): Switch to buffer before calling it instead.
2149         (flymake-post-syntax-check, flymake-highlight-err-lines)
2150         (flymake-delete-own-overlays, flymake-parse-err-lines)
2151         (flymake-start-syntax-check, flymake-start-syntax-check-process)
2152         (flymake-count-lines, flymake-parse-residual):
2153         Remove constant buffer argument.
2154         (flymake-start-syntax-check-for-current-buffer): Remove.
2155         Update callers to use flymake-start-syntax-check instead.
2156         (flymake-display-err-menu-for-current-line):
2157         Remove unused var `mouse-pos'.
2158         (flymake-restore-formatting): Comment out unused function.
2159         (flymake-report-status, flymake-report-fatal-status): Remove buffer
2160         argument, use current-buffer instead.  Update callers.
2162 2005-12-30  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
2164         * textmodes/bibtex.el (bibtex-mode): Make completion-ignore-case
2165         buffer-local because choose-completion-delete-max-match requires
2166         that we set completion-ignore-case (i.e., binding via let is not
2167         sufficient).
2168         (bibtex-complete): Always set completion-ignore-case and
2169         choose-completion-string-functions.  The latter is needed because
2170         choose-completion-string-functions keeps its value if we quit the
2171         *Completions* buffer without requesting a completion.
2173 2005-12-30  Andreas Schwab  <schwab@suse.de>
2175         * progmodes/cc-defs.el: Ignore errors from font-lock-compile-keywords.
2177 2005-12-30  Eli Zaretskii  <eliz@gnu.org>
2179         * jit-lock.el (jit-lock-chunk-size): Doc fix.
2181 2005-12-30  Juri Linkov  <juri@jurta.org>
2183         * locate.el (locate-fcodes-file, locate-header-face)
2184         * progmodes/delphi.el (delphi-other-face)
2185         * progmodes/glasses.el (glasses-face): Add tag "None" to const nil.
2187         * paren.el (show-paren-match, show-paren-mismatch): Use existing
2188         group `paren-showing-faces'.
2190         * net/goto-addr.el (goto-address-highlight-keymap): Fix docstring.
2191         (goto-address): Fix docstring.
2193         * net/webjump.el (webjump-sample-sites): Update URLs.
2195         * textmodes/fill.el (fill-single-word-nobreak-p): Use `sentence-end'.
2197         * subr.el (cancel-change-group): Add listp around pending-undo-list.
2199 2005-12-29  Stefan Monnier  <monnier@iro.umontreal.ca>
2201         * font-lock.el (font-lock-compile-keywords): Signal an error when
2202         font-lock-set-defaults hasn't been called.
2204 2005-12-29  Luc Teirlinck  <teirllm@auburn.edu>
2206         * subr.el (noreturn, 1value): Doc fixes.
2208 2005-12-29  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
2210         * textmodes/bibtex.el (bibtex-text-in-field-bounds): Handle case
2211         that assoc-string returns nil.
2213 2005-12-29  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
2215         * textmodes/bibtex.el (bibtex-entry-type-whitespace)
2216         (bibtex-entry-type-str, bibtex-empty-field-re)
2217         (bibtex-search-backward-string, bibtex-preamble-prefix)
2218         (bibtex-search-entry, bibtex-enclosing-entry-maybe-empty-head): Remove.
2219         (bibtex-any-valid-entry-type): New variable.
2220         (bibtex-parse-field-name): Simplify.
2221         (bibtex-parse-string, bibtex-search-forward-string): New arg empty-key.
2222         (bibtex-preamble-prefix): Include left delimiter.
2223         (bibtex-search-forward-field, bibtex-search-backward-field):
2224         Allow unbounded search past entry boundaries (required by bibtex-pop).
2225         (bibtex-text-in-field-bounds): Use push.
2226         (bibtex-text-in-field): Do not use bibtex-narrow-to-entry.
2227         (bibtex-parse-preamble, bibtex-valid-entry)
2228         (bibtex-beginning-first-field): New functions.
2229         (bibtex-skip-to-valid-entry): Use bibtex-valid-entry.  Fix regexp.
2230         (bibtex-map-entries): Fix docstring.
2231         (bibtex-flash-head): New arg prompt.  Simplify.
2232         (bibtex-enclosing-field): Include code of bibtex-inside-field.
2233         (bibtex-insert-kill): Simplify.  Always insert text past the
2234         current field or entry.
2235         (bibtex-format-entry): Use bibtex-parse-field.
2236         (bibtex-pop): Use bibtex-beginning-of-entry and
2237         bibtex-end-of-entry to initiate the search.  Insert empty field if
2238         we found ourselves.
2239         (bibtex-print-help-message): New args field and comma.
2240         Handle entry keys.
2241         (bibtex-make-field): Use bibtex-beginning-of-entry.
2242         (bibtex-end-of-entry): Use bibtex-valid-entry.  Recognize any
2243         invalid entry.
2244         (bibtex-validate): Use bibtex-valid-entry and bibtex-parse-string.
2245         Handle preambles.  Simplify code for thorough test.
2246         (bibtex-next-field, bibtex-find-text, bibtex-find-text-internal):
2247         New arg comma.  Handle entry heads.
2248         (bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
2249         (bibtex-kill-field, bibtex-copy-field-as-kil, bibtex-empty-field):
2250         New arg comma.
2251         (bibtex-kill-entry): Use bibtex-any-entry-maybe-empty-head.
2252         (bibtex-fill-field): Simplify.
2253         (bibtex-fill-entry): Use bibtex-beginning-first-field and
2254         bibtex-parse-field.
2255         (bibtex-convert-alien): Do not wait before calling bibtex-validate.
2256         (bibtex-complete): Use bibtex-parse-preamble.
2258 2005-12-29  Nick Roberts  <nickrob@snap.net.nz>
2260         * progmodes/gdb-ui.el (gdb-tooltip-print, gdb-tooltip-print-1):
2261         Display name of expression instead of convenience variable.
2262         (gdb-post-prompt): Only call gdb-get-changed-registers if needed.
2264         * progmodes/gud.el (gud-tooltip-dereference): Rename from
2265         toggle-gud-tooltip-dereference.
2266         (gud-tooltip-print-command): Move concatenation of "*" to expr to...
2267         (gud-tooltip-tips): ...here when dereferencing.
2269 2005-12-28  Bill Wohler  <wohler@newt.com>
2271         * simple.el (mh-e-user-agent): Move to mh-e/mh-comp.el and autoload.
2273 2005-12-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2275         * vc.el (vc-annotate-display): Replace optional arg `color-map' with
2276         compulsory arg `ratio'.  Inline body of vc-annotate-time-span.
2277         (vc-annotate-display-autoscale): Adjust call.
2278         (vc-annotate-display-default): Adjust call.  Make arg compulsory.
2279         Fix interactive spec.
2280         (vc-annotate-time-span): Remove.
2281         (vc-annotate-oldest-in-map): Rename from vc-annotate-car-last-cons.
2282         (vc-annotate-mode-menu, vc-annotate-display-autoscale)
2283         (vc-annotate-display-select): Use new name.
2285         * vc.el (vc-annotate-mode-map): Remove obsolete binding.
2286         (vc-annotate-mode-menu): Remove left-over redundant declaration.
2287         Correct the construction of span entries.  Simplify.
2288         (vc-annotate-display-select): Fix the nil case.
2289         (vc-annotate): Remove obsolete (and now broken) code.
2290         (vc-annotate-extract-revision-at-line): Remove obsolete code.
2291         (vc-annotate-time-span): Remove unused arg `quantize'.  Simplify.
2293 2005-12-28  Luc Teirlinck  <teirllm@auburn.edu>
2295         * subr.el (lazy-completion-table): Correct typo in docstring.
2297         * startup.el (command-line): Use `custom-reevaluate-setting' for
2298         `send-mail-function'.
2300         * mail/sendmail.el (send-mail-function): Autoload the standard-value.
2302 2005-12-05  Ralf Angeli  <angeli@iwi.uni-sb.de>
2304         * mail/smtpmail.el (smtpmail-try-auth-methods):
2305         Send credentials together with "AUTH PLAIN" command.
2307 2005-12-27  Richard M. Stallman  <rms@gnu.org>
2309         * mouse.el (mouse-drag-region-1): When remapping mouse-1 to
2310         mouse-2, go back to previously selected window, so it's selected
2311         when mouse-2 command runs.
2313 2005-12-27  Juri Linkov  <juri@jurta.org>
2315         * descr-text.el (describe-text-sexp): Use square brackets for
2316         button [Show] to distinguish it from the property value `show'.
2317         (describe-property-list): Use `insert-text-button' with
2318         `help-face' type instead of putting face in quotes, because button
2319         is not created automatically for a list of faces.
2320         (describe-text-properties-1): Put button-type value in quotes to
2321         distinguish from plain text "button".
2322         (describe-char): Display code point values in hex.  Don't use
2323         `symbol-name' for `current-input-method' because it is a string.
2324         Use `insert-text-button' with `help-face' type instead of putting
2325         hardcoded face in quotes, because button is not created automatically.
2327 2005-12-27  Richard M. Stallman  <rms@gnu.org>
2329         * progmodes/glasses.el (glasses-face): More specific custom type.
2331         * files.el (set-visited-file-name): Doc fix.
2333         * textmodes/flyspell.el (flyspell-external-point-words):
2334         Use local var buffer-scan-pos to advance scan for next misspelling.
2335         Advance it only after we find the misspelling.
2337 2005-12-27  Agustin Martin  <agustin.martin@hispalinux.es>
2339         * textmodes/flyspell.el (flyspell-external-point-words):
2340         New criteria for finding the misspelling in the buffer.
2342 2005-12-27  Nick Roberts  <nickrob@snap.net.nz>
2344         * help-mode.el (help-insert-string): Set help-xref-stack-item
2345         rather than call help-setup-xref.
2347         * descr-text.el (describe-char): Revert previous changes for
2348         optional buffer argument.
2350 2005-12-27  Juri Linkov  <juri@jurta.org>
2352         * help-mode.el (help-insert-string): New function.  Save buffer
2353         contents in cases where it is impossible to recompute the old contents.
2355         * descr-text.el (describe-char): Set help-xref-stack-item
2356         explicitly after buffer has been generated.
2358 2005-12-27  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
2360         * cus-start.el (all): Add x-gtk-show-hidden-files.
2362 2005-12-26  Richard M. Stallman  <rms@gnu.org>
2364         * replace.el (perform-replace): Calculate match-again
2365         before skipping read-only matches.
2367         * paren.el (paren-showing-faces): New group.
2368         (show-paren-match, show-paren-mismatch): Move to that group.
2370         * button.el (button): Put into group `basic-faces'.
2372         * progmodes/make-mode.el: Remove faces from group `faces'.
2374         * apropos.el (apropos, apropos-value): Doc fix.
2375         (apropos-documentation): Doc fix.
2377 2005-12-26  Stefan Monnier  <monnier@iro.umontreal.ca>
2379         * subr.el (lazy-completion-table): Remove argument `args'.
2381         * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
2382         Don't use the `args' argument of lazy-completion-table.
2384 2005-12-26  Nick Roberts  <nickrob@snap.net.nz>
2386         * descr-text.el (describe-char): Add optional argument for buffer.
2387         Set buffer appropriately.  Call help-setup-xref.
2388         Suggested by Stefan Monnier.
2390 2005-12-26  Juri Linkov  <juri@jurta.org>
2392         * descr-text.el: Require `help-fns' at runtime.  Don't require
2393         `button' for byte compilation.
2394         (describe-text-widget): Add `help-echo' for first button.
2395         Use `help-info' for second.
2396         (describe-property-list): Use `help-argument-name' instead of `italic'.
2397         (describe-text-category): Add prompt to interactive spec.
2398         Call `help-setup-xref'.
2399         (describe-char): Use `help-character-set'.  Add `help-echo' for
2400         code point.  Use `help-input-method'.  Remove superfluous insert.
2402 2005-12-25  Richard M. Stallman  <rms@gnu.org>
2404         * progmodes/cc-defs.el (c-emacs-features): Do parse-partial-sexp
2405         at point, in case of narrowing.
2407         * progmodes/delphi.el (delphi-other-face): Allow nil in type.
2409         * locate.el (locate-header-face): Allow nil in type.
2411         * progmodes/cpp.el (cpp-face-none-list): Use cpp-face instead of face.
2413 2005-12-25  Romain Francoise  <romain@orebokech.com>
2415         * battery.el (battery-linux-proc-acpi): Also try
2416         `/proc/acpi/thermal_zone/THM0/temperature'.
2418 2005-12-24  Chong Yidong  <cyd@stupidchicken.com>
2420         * custom.el (custom-push-theme): Fix docstring.
2422         * cus-edit.el (custom-variable-set, custom-variable-save)
2423         (custom-variable-save): Custom-quote widget values.
2424         (customize-save-variable): Fix custom-push-theme call.
2426 2005-12-24  Eli Zaretskii  <eliz@gnu.org>
2428         * w32-fns.el (w32-batch-update-autoloads): New function.
2430         * makefile.w32-in (autoloads, $(lisp)/mh-e/mh-loaddefs.el):
2431         Use w32-batch-update-autoloads, and don't setq generated-autoload-file
2432         from the command line.
2434 2005-12-23  Chong Yidong  <cyd@stupidchicken.com>
2436         * custom.el (custom-push-theme): Clarify docstring.  VALUE nil for
2437         reset means to remove setting from theme entirely.  Don't keep
2438         expanding theme-settings list; delete old entries if necessary.
2440         * cus-edit.el (custom-buffer-create-internal): Move "Erase
2441         customization" button one line up.
2442         (custom-themed): New face.
2443         (custom-magic-alist): New value, THEMED, for theme settings.
2444         (custom-variable-state-set, custom-face-state-set):
2445         Check theme-value instead of saved-value.
2446         (custom-variable-reset-standard, custom-face-reset-standard):
2447         Remove theme setting entirely.  Recalculate new values.
2448         (custom-variable-set, custom-variable-set)
2449         (custom-variable-reset-saved, custom-variable-reset-backup)
2450         (custom-face-set, custom-face-reset-saved): Update `user' theme.
2451         (custom-variable-save): Fix typos.
2453 2005-12-23  Juri Linkov  <juri@jurta.org>
2455         * emacs-lisp/edebug.el (edebug-all-defs, edebug-all-forms):
2456         Add autoload cookies.
2457         (edebug-outside-d-c-i-n-s-w): New variable.
2458         (edebug-display, edebug-outside-excursion): Use it to save the
2459         original value of default-cursor-in-non-selected-windows.
2460         Set default-cursor-in-non-selected-windows to t while Edebug
2461         is active.
2462         (edebug-mode, edebug-eval-mode): Doc fix.
2464         * mouse.el (mouse-choose-completion): Replace `buffer-substring'
2465         with `buffer-substring-no-properties' to remove common substring
2466         highlighting.
2468         * info.el (info-other-window, info): Rename function argument
2469         `file' to `file-or-node'.
2470         (Info-complete-menu-item): Use local variable `complete-nodes' to
2471         keep the global value of `Info-complete-nodes' unchanged for
2472         subsequent completions.
2473         (info-tool-bar-map): Put `Info-index' icon just before `Info-search'.
2475         * simple.el (get-next-valid-buffer, last-buffer)
2476         (next-error-buffer-p, next-error-find-buffer)
2477         (minibuffer-history-sexp-flag): Doc fix.
2479         * savehist.el (savehist-mode-hook): Add `:group'.
2481         * log-view.el: Call autoload for vc-find-version.
2482         (log-view-current-file): Adjust subgroup numbers.
2483         (log-view-current-tag): Add `length'.
2485 2005-12-23  Richard M. Stallman  <rms@gnu.org>
2487         * vc.el (vc-annotate-car-last-cons): Defn moved up.
2489 2005-12-23  Juri Linkov  <juri@jurta.org>
2491         * hi-lock.el (hi-lock-archaic-interface-message-used)
2492         (hi-lock-archaic-interface-deduce, hi-lock-mode): Doc fix.
2493         (hi-lock-mode): Display "Hi" in the mode line only when
2494         hi-lock-interactive-patterns or hi-lock-file-patterns is non-nil.
2495         (hi-lock-write-interactive-patterns):
2496         Use hi-lock-file-patterns-prefix instead of hard-coded "Hi-lock".
2497         (hi-lock-set-pattern, hi-lock-set-file-patterns)
2498         (hi-lock-font-lock-hook): Set 3rd arg `how' of
2499         font-lock-add-keywords to t.
2501 2005-12-23  David Koppelman  <koppel@ece.lsu.edu>
2503         * hi-lock.el (hi-lock-highlight-range): New variable.
2504         (hi-lock-mode, hi-lock-unface-buffer): Call font-lock-fontify-buffer
2505         only if font-lock-fontified is non-nil.  Remove overlays.
2506         (hi-lock-set-pattern): Call font-lock-fontify-buffer if
2507         font-lock-fontified is non-nil, otherwise use overlays (instead of
2508         text properties).
2509         (hi-lock-string-serialize-hash, hi-lock-string-serialize-serial):
2510         New variables.
2511         (hi-lock-string-serialize) New function.
2513 2005-12-23  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
2515         * menu-bar.el (menu-find-file-existing): New function.
2516         (menu-bar-file-menu): Use menu-find-file-existing for Open.
2518         * tool-bar.el (tool-bar-setup): Open changed to menu-find-file-existing.
2520 2005-12-22  Stefan Monnier  <monnier@iro.umontreal.ca>
2522         * vc.el: Remove unnecessary leading * in docstrings.
2523         (vc-annotate-mode-map): Move initialization into declaration.
2524         (vc-static-header-alist): Nitpick on the regexp.
2525         (vc-default-init-version): New fun.
2526         (vc-register): Use it.
2527         (vc-insert-headers): Use dolist.
2528         (vc-annotate-get-backend): Remove unused function.
2529         (vc-annotate-add-menu): Remove.  Build the menu directly at toplevel.
2530         (vc-annotate-mode): Remove corresponding call.
2531         (vc-annotate-car-last-cons): Simplify.
2532         (vc-annotate-buffers): Remove var.
2533         (vc-annotate-backend): Make it buffer-local.
2534         (vc-annotate): Move the interaction to the interactive spec.
2535         Add a `buf' argument.
2536         (vc-annotate-warp-version): Use this new `buf' argument to avoid
2537         killing&creating a vc-annotate buffer, which is very disruptive when
2538         the buffers are shown in dedicated frames.
2540 2005-12-23  Nick Roberts  <nickrob@snap.net.nz>
2542         * descr-text.el: Add FSF as maintainer.
2543         (describe-text-mode, describe-text-mode-map)
2544         (describe-text-mode-hook, describe-text-done): Delete.  Use normal
2545         help-mode.
2546         (describe-text-widget, describe-text-sexp)
2547         (describe-property-list, describe-text-category)
2548         (describe-text-properties, describe-text-properties-1)
2549         (describe-char): Use help buttons instead of widgets.
2550         (describe-char-unicodedata-file): Make URL link in doc string.
2552 2005-12-22  Richard M. Stallman  <rms@gnu.org>
2554         * cus-edit.el (custom-variable-prompt): Say "variable" in prompt.
2555         (custom-buffer-create-internal): Reword the top-of-buffer help intro.
2556         Don't include buttons that write a file when there's no file.
2557         (custom-variable-menu, custom-face-menu, custom-group-menu):
2558         Don't include commands that write a file when there's no file.
2559         (customize-browse): Reword the top-of-buffer help intro.
2560         (custom-buffer-create-internal): Fix previous change.
2561         (customize-changed-options-previous-release): Prev release is 21.1.
2562         (customize-changed-options): Doc fix.
2563         (customize-changed): New alias.
2564         (custom-reset-menu, custom-magic-alist, Custom-mode-menu):
2565         Say "standard values".
2566         (Custom-reset-standard): Doc fix.
2567         (custom-face-reset-standard): Doc fix.
2569 2005-12-22  Stefan Monnier  <monnier@iro.umontreal.ca>
2571         * font-lock.el (font-lock-default-fontify-buffer): Try and set-defaults
2572         even if font-lock-mode is non-nil since it may be t without having
2573         turned on font-lock-mode-internal.
2574         (font-lock-choose-keywords): Minor optimization.
2575         (font-lock-add-keywords, font-lock-remove-keywords)
2576         (font-lock-set-defaults): Don't call make-local-variable on a variable
2577         that we know to already be local.
2579 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2581         * emacs-lisp/lisp.el (lisp-complete-symbol): Don't print progress
2582         messages if in the minibuffer.
2584 2005-12-21  Stefan Monnier  <monnier@iro.umontreal.ca>
2586         * textmodes/flyspell.el (flyspell-check-word-p): Don't quote - in a RE.
2587         (tex-mode-flyspell-verify, flyspell-get-word)
2588         (flyspell-external-point-words): Don't use point-min/max uselessly.
2590         * emacs-lisp/lisp.el (lisp-complete-symbol): Mostly undo the change
2591         by Kevin Rodgers.  Instead, just hide the completions buffer if we
2592         don't need to show it.
2594 2005-12-21  Luc Teirlinck  <teirllm@auburn.edu>
2596         * wid-edit.el (file, directory): Doc fixes for the `define-widget's.
2598 2005-12-21  Stefan Monnier  <monnier@iro.umontreal.ca>
2600         * emacs-lisp/lisp.el (lisp-complete-symbol): Don't call
2601         delete-windows-on with an inexistent buffer.
2603 2005-12-22  Nick Roberts  <nickrob@snap.net.nz>
2605         * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
2606         Delete defcustom variable :tag names.
2608 2005-12-20  Stefan Monnier  <monnier@iro.umontreal.ca>
2610         * log-view.el (log-view-file-re, log-view-message-re): Use shy groups.
2611         (log-view-font-lock-keywords): Ajust subgroup numbers.
2612         (log-view-current-tag): Don't hard code the number of subgroups.
2614 2005-12-20  Juri Linkov  <juri@jurta.org>
2616         * tooltip.el (tooltip): Move defgroup before define-minor-mode.
2617         (tooltip-x-offset, tooltip-y-offset): Doc fix.
2619         * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
2620         (menu-bar-non-minibuffer-window-p): Instead of checking
2621         display-multi-frame-p, use selected-frame when menu-updating-frame
2622         is nil.
2624 2005-12-20  Davis Herring  <herring@lanl.gov>  (tiny change)
2626         * align.el (align-rules-list): Use [ \t] instead of \s-
2627         for column separators in text mode.
2629 2005-12-20  Nick Roberts  <nickrob@snap.net.nz>
2631         * help-mode.el (help-customize-variable, help-customize-face):
2632         Don't pop help-xref-stack as help-follow no longer pushes
2633         anything on to it.
2635 2005-12-20  Carsten Dominik  <dominik@science.uva.nl>
2637         * textmodes/org.el (org-agenda-custom-commands): New option.
2638         (org-agenda): Offer custom commands on splash screen.
2639         (org-make-tags-matcher): Parser for Boolean logic added.
2640         (org-agenda-set-tags): New command.
2641         (org-agenda-menu, org-agenda-mode-map): Add `org-agenda-set-tags'.
2642         (org-set-tags): Efficiency improvements.
2643         (org-auto-align-tags): New option.
2644         (org-todo, org-demote, org-promote): Realign tags.
2645         (org-tags-completion-function): Use also "&" and "|" as separators.
2646         (org-org-menu): Agenda commands simplified.
2648 2005-12-19  Luc Teirlinck  <teirllm@auburn.edu>
2650         * cus-edit.el (customize-apropos, customize-apropos-options):
2651         Docstring changes.
2653         * font-lock.el (font-lock): Add tags to the links in the defgroup.
2655 2005-12-19  Chong Yidong  <cyd@stupidchicken.com>
2657         * longlines.el (longlines-mode): Wrap while widened.
2658         (longlines-decode-region, longlines-encode-region): Compute max
2659         just once.
2661 2005-12-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2663         * cus-edit.el (mac): New group.
2665         * cus-start.el (all): Add user options in macterm.c.  Add test for
2666         Mac-related built-ins.  Fix test for GTK-related built-ins.
2668         * term/mac-win.el (mac-handle-language-change)
2669         (mac-ae-open-documents, mac-ae-get-url, mac-services-open-file)
2670         (mac-services-open-selection, mac-services-mail-selection)
2671         (mac-services-mail-to, mac-services-insert-text)
2672         (mac-dispatch-apple-event): Add docstrings.
2673         (x-get-selection, mac-select-convert-to-string): Select coding
2674         system from `utf-16be' and `utf-16le' using `byteorder'.
2676 2005-12-18  Stefan Monnier  <monnier@iro.umontreal.ca>
2678         * subr.el (lazy-completion-table): Don't be fooled if the var holds
2679         a "list" (lambda ...) rather than a real completion list.
2681         * emacs-lisp/cl-extra.el (cl-macroexpand-all): Fix code-walk for
2682         lexical-let when encountering ((lambda (...) ...) ...).
2684 2005-12-17  Chong Yidong  <cyd@stupidchicken.com>
2686         * progmodes/sh-script.el (sh-mode):
2687         * language/ethio-util.el (ethio-fidel-to-sera-mail-or-marker):
2688         * textmodes/picture.el (picture-mode): Update docstrings.
2690 2005-12-17  Eli Zaretskii  <eliz@gnu.org>
2692         * makefile.w32-in (autoloads, custom-deps): Warn that parts of
2693         commands enclosed in $(ARGQUOTE)s should not be split between two
2694         lines, as that will break with GNU Make >3.80, when sh.exe is used
2695         and arg quoting is with '..'.
2696         (autoloads): Don't break the quoted --eval expression between
2697         several lines.
2699 2005-12-17  Chong Yidong  <cyd@stupidchicken.com>
2701         * emacs-lisp/edebug.el (edebug-safe-prin1-to-string):
2702         Capture error from printing circular structures.
2704 2005-12-17  Martin Rudalics  <rudalics@gmx.at>  (tiny change)
2706         * wid-edit.el (widget-checkbox-action): Clear undo info.
2708 2005-12-16  Bill Wohler  <wohler@newt.com>
2710         * menu-bar.el (kill-this-buffer): Set a good example by using menu
2711         bar, not menubar in comment.
2713 2005-12-16  Stefan Monnier  <monnier@iro.umontreal.ca>
2715         * progmodes/cc-engine.el (c-after-change-check-<>-operators):
2716         After-change-functions should not clobber the match data.
2718 2005-12-16  Juri Linkov  <juri@jurta.org>
2720         * simple.el (choose-completion): Use `buffer-substring-no-properties'
2721         instead of `buffer-substring'.
2722         (completion-common-substring): Doc fix.
2723         (completion-setup-function): Use minibuffer-completion-contents
2724         instead of minibuffer-contents.  Don't set common-string-length
2725         initially.  Remove special handling of partial-completion-mode.
2726         Move computation of completion-base-size into one cond.
2727         Call completion-base-size-function in mainbuf.  In computation of
2728         completion-base-size for file name completion don't move point to
2729         the end of the minibuffer.  Move computation of common-string-length
2730         into one cond.  Start putting faces only when common-string-length>=0.
2731         Add condition to put completions-common-part when
2732         common-string-length>0.
2734         * complete.el (PC-do-completion): Remove `(equal (point) beg)' to
2735         place point at the first different character in the minibuffer
2736         even if this position is at the beginning of the minibuffer.
2738         * info.el (Info-read-node-name-1): In completion-base-size-function's
2739         lambda return 1 if common-substring or minibuffer-completion-contents
2740         starts with (, and 0 otherwise.
2742         * emacs-lisp/crm.el (crm-minibuffer-completion-help):
2743         Use `crm-current-element' for second arg of `display-completion-list'.
2745 2005-12-16  Klaus Zeitler  <kzeitler@lucent.com>
2747         * files.el (set-auto-mode): Look for an interpreter specified on
2748         the first line also if search for mode specification succeeded,
2749         but the mode is not known.
2751 2005-12-16  Carsten Dominik  <dominik@science.uva.nl>
2753         * textmodes/org.el (org-tags-match-list-sublevels): New option.
2754         (org-open-at-point): Implement tag searches as links.
2755         (org-fit-agenda-window, org-get-buffer-tags, org-get-tags)
2756         (org-make-tags-matcher, org-scan-tags, org-activate-tags): New funs.
2757         (org-tags-sparse-tree, org-tags-view, org-set-tags)
2758         (org-agenda-dispatch): New commands.
2759         (org-use-tag-inheritance, org-tags-column): New options.
2760         (org-tab-follows-link, org-return-follows-link): New options.
2761         (org-tags): New customize group.
2762         (org-start-icalendar-file): Get local time zone.
2763         (org-tags-completion-function): New function.
2764         (org-set-font-lock-defaults): Make sure links will also be
2765         highlighted inside headlines.
2767 2005-12-16  Mark Plaksin  <happy@usg.edu>  (tiny change)
2769         * term.el (term-emulate-terminal):
2770         Let term-handle-ansi-terminal-messages override what Bash says about
2771         its current directory.
2773 2005-12-16  L\e$,1 q\e(Brentey K\e,Aa\e(Broly  <lorentey@elte.hu>
2775         * bindings.el (last-buffer): Move to simple.el.
2776         * simple.el (last-buffer): Move here.
2777         (get-next-valid-buffer): New function.
2778         (next-buffer): Use frame-local buffer list, maintain buried buffer list.
2779         (prev-buffer): Ditto.  Rename to `previous-buffer'.
2781         * menu-bar.el (menu-bar-update-buffers): Update uses of `prev-buffer'.
2782         * bindings.el (global-map): Ditto.
2784 2005-12-15  Luc Teirlinck  <teirllm@auburn.edu>
2786         * cus-edit.el: Introductory comment change.
2787         (custom-magic-alist): Change message string for the `rogue' state.
2789 2005-12-15  Richard M. Stallman  <rms@gnu.org>
2791         * tooltip.el: Delete defcustom variable :tag names.
2793         * complete.el (partial-completion-mode): Doc fix.
2795         * textmodes/flyspell.el (flyspell-external-point-words):
2796         Use save-excursion to ensure we don't move backward in the
2797         search loop, not even one character.
2798         (flyspell-delete-all-overlays): Use remove-overlays directly.
2800         * textmodes/ispell.el (ispell-current-personal-dictionary): New var.
2801         (ispell-start-process): Set that variable.
2802         Clear ispell-buffer-local-name.
2803         (ispell-internal-change-dictionary):
2804         Set ispell-current-dictionary after killing process.
2805         (ispell-buffer-local-dict):
2806         Don't set spell-personal-dictionary after killing process.
2807         (ispell-buffer-local-words): Don't clear out ispell-buffer-local-name.
2808         (ispell-tex-skip-alists, ispell-html-skip-alists)
2809         (ispell-skip-region-alist): Mark as risky.
2811         * net/newsticker.el (newsticker--retrieval-timer-list)
2812         (newsticker--display-timer, newsticker-running-p)
2813         (newsticker-ticker-running-p): Definitions moved up.
2815 2005-12-16  Nick Roberts  <nickrob@snap.net.nz>
2817         * progmodes/gdb-ui.el (gdb-many-windows): Echo new state in minibuffer.
2819 2005-12-15  David Ponce  <david@dponce.com>
2821         * recentf.el (recentf-dialog-goto-first): Fix missing error condition.
2822         (recentf-edit-list, recentf-open-files): Signal an error when
2823         there is no recent file.
2825 2005-12-14  Lennart Borgman  <lennart.borgman.073@student.lu.se>
2827         * textmodes/texinfmt.el (texinfo-format-region): Set buffer to
2828         read-only except for texinfo-format-region evaluation.
2830 2005-12-14  Richard M. Stallman  <rms@gnu.org>
2832         * vc.el (vc-default-previous-version, vc-default-next-version)
2833         (vc-do-command): Doc fixes.
2835 2005-12-14  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
2837         * textmodes/bibtex.el (bibtex-expand-strings)
2838         (bibtex-autokey-expand-string, bibtex-name-part)
2839         (bibtex-entry-type-whitespace, bibtex-entry-type-str)
2840         (bibtex-any-entry-maybe-empty-head, bibtex-string-type)
2841         (bibtex-preamble-prefix, bibtex-string-empty-key): New variables.
2842         (bibtex-entry-type, bibtex-entry-head): Match only valid entries.
2843         (bibtex-entry-postfix, bibtex-known-entry-type-re)
2844         (bibtex-valid-entry-re, bibtex-any-valid-entry-re)
2845         (bibtex-valid-entry-whitespace-re, bibtex-empty-field-re)
2846         (bibtex-field-name-for-parsing, bibtex-remove-delimiters-string)
2847         (bibtex-beginning-of-last-entry): Remove.
2848         (bibtex-parse-field-name): Use bibtex-field-name.  Issue error
2849         message if comma is missing but buffer is read-only.
2850         (bibtex-parse-field-text): Handle whitespaces at the end of field
2851         text.  Return 3-element list with beginning and end of field text
2852         and end of field.
2853         (bibtex-end-of-text-in-field, bibtex-end-of-field): Change accordingly.
2854         (bibtex-parse-field): Remove arg name.  Use bibtex-field-name.
2855         (bibtex-search-forward-field, bibtex-search-backward-field):
2856         Search always delimited by limits of entry.  Use more efficient
2857         search algorithms.
2858         (bibtex-name-in-field): Use bibtex-start-of-name-in-field and
2859         bibtex-end-of-name-in-field.
2860         (bibtex-text-in-field-bounds): Handle BibTeX strings when
2861         extracting the content of a field.
2862         (bibtex-text-in-field): Use search limits.
2863         (bibtex-parse-string-prefix): Handle empty string keys based on
2864         bibtex-string-empty-key.
2865         (bibtex-parse-string): Fix docstring.
2866         (bibtex-text-in-string): Use bibtex-text-in-field-bounds.
2867         (bibtex-preamble-prefix, bibtex-strings): New functions.
2868         (bibtex-skip-to-valid-entry): Include preceding whitespace in
2869         BibTeX entries (consistent with other BibTeX functions).
2870         (bibtex-map-entries): Use bibtex-skip-to-valid-entry.
2871         (bibtex-search-entry): Fix docstring.  Simplify.
2872         (bibtex-flash-head, bibtex-complete-string-cleanup)
2873         (bibtex-count-entries, bibtex-sort-buffer): Simplify.
2874         (bibtex-beginning-of-first-entry): Use bibtex-skip-to-valid-entry.
2875         (bibtex-parse-entry): New optional arg content.
2876         (bibtex-format-entry, bibtex-autofill-entry, bibtex-url): Use it.
2877         Use bibtex-text-in-field-bounds.
2878         (bibtex-print-help-message): Handle BibTeX strings and preambles.
2879         (bibtex-end-of-entry): Use bibtex-preamble-prefix and
2880         bibtex-parse-string-postfix.
2881         (bibtex-find-text-internal): New function.
2882         (bibtex-remove-delimiters): Use it.
2883         (bibtex-find-text): Use it.  New optional arg help.
2884         (bibtex-complete): Handle BibTeX string and preamble entries.
2885         (bibtex-Preamble): Fix order of closing delimiters.
2887 2005-12-14  Stefan Monnier  <monnier@iro.umontreal.ca>
2889         * vc.el (vc-default-revert): New fun.
2891         * vc-mcvs.el (vc-mcvs-revert): Fix call to vc-default-revert.
2893 2005-12-14  Romain Francoise  <romain@orebokech.com>
2895         * font-lock.el (font-lock-keywords-alist): Rename `append' to `how'.
2896         (font-lock-add-keywords, font-lock-update-removed-keyword-alist):
2897         (font-lock-remove-keywords): Likewise.
2899 2005-12-14  Juri Linkov  <juri@jurta.org>
2901         * log-view.el (log-view-diff): Doc fix.
2903         * isearch.el (isearch-query-replace): Use (mark) instead of
2904         isearch-opoint if mark is active in transient-mark-mode.
2906 2005-12-14  Aaron S. Hawley  <Aaron.Hawley@uvm.edu>
2908         * isearch.el (isearch-query-replace): Check for isearch-other-end.
2910 2005-12-14  Per Abrahamsen  <abraham@dina.kvl.dk>
2912         * progmodes/cpp.el (cpp-face): New widget.
2913         (cpp-known-face, cpp-unknown-face, cpp-edit-list): Use it.
2915 2005-12-14  Juri Linkov  <juri@jurta.org>
2917         * help-macro.el (make-help-screen): Bind `inhibit-read-only' to t
2918         around `erase-buffer' and `insert'.
2920         * descr-text.el (describe-text-properties): Replace buffer name
2921         "*Help-2*" with "*Help*<2>".
2922         (describe-char): Add functions print-help-return-message,
2923         toggle-read-only.  Use help-setup-xref with nil to not store
2924         describe-char in help-xref-stack.  Use help-make-xrefs to
2925         make [back] button.
2927         * desktop.el (desktop-minor-mode-table): Add vc-dired-mode with nil.
2929         * wdired.el (wdired-old-point): New internal variable.
2930         (wdired-change-to-wdired-mode): Set it buffer-locally.
2931         (wdired-abort-changes): Restore point after aborting changes.
2933 2005-12-13  Stefan Monnier  <monnier@iro.umontreal.ca>
2935         * vc.el (vc-do-command): Add a new value t for okstatus.
2937         * vc-svn.el (vc-svn-registered): Use it to avoid popping up a spurious
2938         frame in case of errors.
2940 2005-12-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
2942         * menu-bar.el (menu-bar-showhide-fringe-menu): Move "On the Right"
2943         so it comes after "On the Left" in the menu.
2945 2005-12-12  Luc Teirlinck  <teirllm@auburn.edu>
2947         * cus-edit.el (customize-apropos, customize-apropos-options)
2948         (customize-apropos-faces, customize-apropos-groups): Doc fixes.
2950 2005-12-12  Bill Wohler  <wohler@newt.com>
2952         * vc-svn.el (vc-svn-registered): Fix problem of visiting
2953         non-writable Subversion-controlled files by saving window
2954         configuration before calling vc-do-command.  vc-do-command calls
2955         pop-to-buffer on error which is unexpected during registration.
2957 2005-12-12  Jay Belanger  <belanger@truman.edu>
2959         * calc/README: Update the summary of changes.
2961 2005-12-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2963         * descr-text.el (describe-char): Rework last fix to solve the problem
2964         is the same way it's solved for everything else in that function
2965         (i.e. by extracting the info before setting up the *Help* buffer).
2967 2005-12-12  Kim F. Storm  <storm@cua.dk>
2969         * subr.el (version-regexp-alist): Allow space as separator before
2970         non-numeric part, e.g. "1.0 alpha".
2971         (version-to-list): Interpret .X.Y version as 0.X.Y version.
2973 2005-12-12  Carsten Dominik  <dominik@science.uva.nl>
2975         * textmodes/org.el (org-agenda, org-timeline, org-todo):
2976         Implement Logging and the keep-modes setting.
2977         (org-get-category): Make sure a string is returned.
2978         (org-log-done): New function.
2979         (org-log-done, org-closed-string): New options.
2981 2005-12-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
2983         * tooltip.el (tooltip-y-offset): Change default to 20.
2985 2005-12-12  Richard M. Stallman  <rms@gnu.org>
2987         * mouse.el (mouse-drag-vertical-line): Use adjust-window-trailing-edge.
2989         * frame.el (display-hourglass): Doc fix.
2991         * help.el (help-for-help-internal): Simplify entry for `a'.
2993         * info.el (Info-on-current-buffer): Doc fix.
2994         (info-insert-file-contents): Don't test (featurep 'jka-compr).
2996         * startup.el (inhibit-splash-screen): Make this the real name.
2997         (inhibit-startup-message): Make this the alias.
2998         (command-line): Find only simple.el, and use its directory
2999         to fill in other preloaded files' names.
3000         (command-line): Deactivate the mark if deactivate-mark is set.
3002         * international/mule.el (load-with-code-conversion):
3003         Bind deactivate-mark.
3005         * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
3007 2005-12-11  Luc Teirlinck  <teirllm@auburn.edu>
3009         * cus-edit.el (customize-apropos): Avoid listing an option more
3010         than once under different aliases.  No longer list user options
3011         that are not defined with defcustom (unless a prefix arg is given).
3012         Doc fix.
3013         (customize-apropos-options): Doc fix.
3015 2005-12-11  Juri Linkov  <juri@jurta.org>
3017         * frame.el (set-background-color, set-foreground-color)
3018         (set-cursor-color, set-mouse-color, set-border-color):
3019         Add explicit prompts to read colors by `facemenu-read-color'.
3020         (show-trailing-whitespace, blink-cursor-delay)
3021         (blink-cursor-interval, display-hourglass, hourglass-delay):
3022         Remove tags.
3023         (display-hourglass, hourglass-delay): Doc fix.
3024         (cursor-in-non-selected-windows): Capitalize words in tag.
3026         * faces.el (frame-background-mode): Replace `choice-item' keywords
3027         with `const' to not make [default] button.  Change default value tag
3028         from `default' to `automatic'.  Doc fix.
3029         (trailing-whitespace) <defface>: Change group `whitespace' to
3030         `whitespace-faces'.
3032 2005-12-11  Richard M. Stallman  <rms@gnu.org>
3034         * buff-menu.el (Buffer-menu-sort-column): Not a user variable.
3036 2005-12-11  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3038         * term/mac-win.el: Create keymap for mac-apple-event-map.
3040 2005-12-11  Nick Roberts  <nickrob@snap.net.nz>
3042         * tooltip.el (tooltip-mode): Move to start of file so that it
3043         appears at top of customize buffer.
3045         * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
3046         Add the gud groupname.
3047         (gud-tooltip-mode): Add the tooltip groupname.
3048         (gud-tooltip-echo-area): Add the gud groupname.  Remove tag to
3049         avoid conflict with tooltip-use-echo-area.
3051 2005-12-10  Romain Francoise  <romain@orebokech.com>
3053         * help.el (help-for-help-internal): Add `r' in doc string.
3055 2005-12-10  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
3057         * align.el (align-regexp, align-highlight-rule):
3058         Use region-beginning and region-end instead of point and mark, so that
3059         repetition (with `repeat-complex-command') recomputes the region
3060         bounds.
3062 2005-12-10  Lennart Borgman  <lennart.borgman.073@student.lu.se>
3064         * window.el (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
3065         (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
3066         (bw-refresh-edges, bw-adjust-window, bw-balance-sub): New functions.
3067         (balance-windows): Rewrite using the above new functions.
3069 2005-12-10  David Koppelman  <koppel@ece.lsu.edu>
3071         * hi-lock.el (hi-lock-mode): Rename from hi-lock-buffer-mode;
3072         react if global-hi-lock-mode seems intended.
3073         (global-hi-lock-mode) Renamed from hi-lock-mode.
3074         (hi-lock-archaic-interface-message-used)
3075         (hi-lock-archaic-interface-deduce): New variables.
3076         (turn-on-hi-lock-if-enabled, hi-lock-line-face-buffer)
3077         (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
3078         (hi-lock-find-patterns, hi-lock-font-lock-hook):
3079         Replace hi-lock-buffer-mode with hi-lock-mode.
3081 2005-12-10  Kevin Rodgers  <ihs_4664@yahoo.com>
3083         * emacs-lisp/lisp.el (lisp-complete-symbol): Regenerate the
3084         completion list, even after a partial completion has been
3085         inserted in the current buffer.  If there are more than 1
3086         completion, redisplay the *Completions* buffer; if the
3087         completion is unique, delete the *Completions* window.
3089 2005-12-10  Eli Zaretskii  <eliz@gnu.org>
3091         * mail/rmail.el (rmail-next-same-subject): Handle multiple "Re: "
3092         strings and long subject lines that were broken into multiple
3093         lines at arbitrary places.  Handle subjects that have "Re: " in
3094         the middle.
3096 2005-12-10  John W. Eaton  <jwe@octave.org>
3098         * emacs/octave-mod.el (octave-electric-space): Don't indent
3099         comments or strings if octave-auto-indent is nil.
3101 2005-12-10  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3103         * term/mac-win.el: Require url when compiling.
3104         Call mac-process-deferred-apple-events after loading init files.
3105         (mac-apple-event-map): New defvar.  Define event handlers in it.
3106         (core-event, internet-event): New Apple event class symbols.
3107         (open-application, reopen-application, open-documents)
3108         (print-documents, open-contents, quit-application)
3109         (application-died, show-preferences, autosave-now, get-url):
3110         New Apple event ID symbols.
3111         (about): New HICommand ID symbol.
3112         (mac-event-spec, mac-event-ae): New macros.
3113         (mac-ae-parameter, mac-ae-list, mac-bytes-to-integer)
3114         (mac-ae-selection-range, mac-ae-text-for-search)
3115         (mac-ae-open-documents, mac-ae-text, mac-ae-get-url): New functions.
3116         (mac-application-menu-map): Remove keymap.  Handlers for HICommand
3117         and Services menu events are now defined in mac-apple-event-map.
3118         (mac-drag-n-drop): Remove selection range handling.
3120 2005-12-10  Kenichi Handa  <handa@m17n.org>
3122         * simple.el (zap-to-char):
3123         * isearch.el (isearch-process-search-char): Translate CHAR by
3124         translation-table-for-input.
3126 2005-12-09  Chong Yidong  <cyd@stupidchicken.com>
3128         * foldout.el (foldout-exit-fold): Properly hide subtree.
3130 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
3132         * files.el (save-buffer):
3133         * international/ucs-tables.el (ucs-set-table-for-input):
3134         * mail/mail-extr.el (mail-extract-address-components):
3135         * mail/sendmail.el (mail-mode): Reformat doc string.
3137 2005-12-09  Juri Linkov  <juri@jurta.org>
3139         * isearch.el (isearch-highlight): Change main overlay priority
3140         from 1 to 1001.  Simplify.
3141         (isearch-lazy-highlight-update): Change lazy overlay priority
3142         from 0 to 1000.
3144         * replace.el (replace-highlight): Change overlay priority from
3145         1 to 1001.
3147         * textmodes/ispell.el (ispell-highlight-spelling-error-overlay):
3148         Change overlay priority from 1 to 1001.  Reuse existing overlay.
3150         * compare-w.el (compare-windows-highlight): Change overlay
3151         priority from 1 to 1000.
3153         * menu-bar.el (menu-bar-edit-menu): Add listp around
3154         pending-undo-list to disable menu item "undo" when pending
3155         undo list is empty.
3157         * locate.el (locate): Disable undo in *Locate* buffer.
3159 2005-12-09  Kim F. Storm  <storm@cua.dk>
3161         * mail/smtpmail.el (smtpmail-via-smtp): Disable undo in SMTP buffer.
3163 2005-12-09  David Ponce  <david@dponce.com>
3165         * recentf.el: Improvement of the menu code.
3166         (recentf-enabled-p): Move before first use.  Use `kill-emacs-hook'
3167         instead of menu hook.
3168         (recentf-show-menu, recentf-hide-menu): New functions.
3169         (recentf-menu-customization-changed, recentf-mode): Use them.
3170         (recentf-menu-action, recentf-max-menu-items)
3171         (recentf-menu-open-all-flag, recentf-menu-append-commands-flag)
3172         (recentf-arrange-by-rule-others)
3173         (recentf-arrange-by-rules-min-items)
3174         (recentf-arrange-by-rule-subfilter) : Don't use
3175         `recentf-menu-customization-changed'.
3176         (recentf-arrange-rules): Likewise.  Accept functions to compute
3177         sub-menu titles.
3178         (recentf-menu-filter): Likewise.  Doc fix.
3179         (recentf-menu-value-shortcut): Doc fix.
3180         (recentf-dump-variable): Quote atom value.
3181         (recentf-make-menu-items): Update to use it as a menu filter.
3182         (recentf-match-rule): New function.
3183         (recentf-arrange-by-rule): Use it.
3184         (recentf-indirect-mode-rule): New function.
3185         (recentf-build-mode-rules): Use it.
3186         (recentf-dir-rule): New function.
3187         (recentf-arrange-by-dir): Use it.
3188         (recentf-filter-changer-current): Rename from
3189         `recentf-filter-changer-state'.  All references updated.
3190         (recentf-filter-changer-alist): Update filter names.
3191         (recentf-filter-changer-select): New function.
3192         (recentf-filter-changer): Use it.  Make a sub-menu from filters
3193         available in `recentf-filter-changer-alist'.
3194         (recentf-data-cache, recentf-clear-data)
3195         (recentf-update-menu): Remove.  All references updated.
3196         (recentf-match-rule-p, recentf-build-dir-rules)
3197         (recentf-filter-changer-goto-next)
3198         (recentf-filter-changer-get-current)
3199         (recentf-filter-changer-get-next): Remove.
3201 2005-12-08  Luc Teirlinck  <teirllm@auburn.edu>
3203         * cus-edit.el (custom-buffer-create-internal): Relabel the whole
3204         buffer "Reset" button to "Reset to Current" for consistency with
3205         the State buttons.
3207 2005-12-08  John Paul Wallington  <jpw@pobox.com>
3209         * ibuf-ext.el (define-ibuffer-filter filename):
3210         If `dired-directory' is a list then really use its car.
3212 2005-12-08  Kim F. Storm  <storm@cua.dk>
3214         * emulation/cua-rect.el (cua--rectangle-aux-replace):
3215         Fix indention of text on right side of replaced rectangle.
3217 2005-12-09  Nick Roberts  <nickrob@snap.net.nz>
3219         * progmodes/gud.el (gud-speedbar-buttons, gud-tooltip-tips):
3220         No need to check gud-comint-buffer is bound.
3221         (gdb): Prevent multiple debugging when first session uses gdba.
3223 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
3225         CC Mode update to 5.31.
3227         * progmodes/cc-subword.el: Add a dummy `c-subword-mode' for
3228         Emacsen which lack `define-minor-mode'.  (Currently Emacs <21.  We
3229         might do this function properly in the future).
3231         * progmodes/cc-cmds.el, cc-defs.el, cc-styles.el, cc-vars.el: New
3232         macros c-sentence-end and c-default-value-sentence end, to cope
3233         with Emacs 22's new function `sentence-end'.
3235 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
3237         * progmodes/cc-cmds.el (c-show-syntactic-information): Solved the
3238         compat issue using `c-put-overlay' and `c-delete-overlay'.
3240         * progmodes/cc-defs.el (c-put-overlay, c-delete-overlay): New
3241         compat macros to handle overlays/extents.
3243 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
3245         * progmodes/cc-fix.el: Add definitions of the macros push and pop
3246         (for GNU Emacs 20.4)
3248         * progmodes/cc-defs.el:
3249         (i) Load cc-fix.elc for `push' and `pop' (for GNU Emacs 20.4)
3251         * progmodes/cc-cmds.el (c-show-syntactic-information): Change the
3252         highlighting mechanism so it will work in XEmacs too.
3254         * progmodes/cc-defs.el: Insert c-int-to-char.
3256         * progmodes/cc-langs.el (c-nonsymbol-token-char-list): Insert a
3257         call to the new macro c-int-to-char.  This solves XEmacs's
3258         regarding characters as different from integers.
3260 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
3262         * progmodes/cc-fonts.el (c-make-syntactic-matcher): New internal
3263         helper.
3265         (c-cpp-matchers, c-basic-matchers-before): Use the `eval'
3266         construct to make the indirect face lookup work in XEmacs.
3268         (c-cpp-matchers): Append the negation char face to the existing
3269         fontification, so that the cpp face doesn't disappear.  Use
3270         `c-make-syntactic-matcher' to avoid negation chars in comments and
3271         strings.
3273         * progmodes/cc-fonts.el (c-negation-char-face-name): New variable
3274         to map to `font-lock-negation-char-face' in emacsen where it
3275         exists.
3277 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
3279         * progmodes/cc-mode.el: Bind c-subword-mode to C-c C-w.
3281         * progmodes/cc-subword.el, cc-cmds.el, cc-mode.el:
3282         Rename "c-subword-move-mode" as "c-subword-mode".
3284         * progmodes/cc-mode.el: Added tty suitable bindings for C-c
3285         <delete> and C-c C-<delete>.  (To the c-hungry- delete functions).
3287 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
3289         * progmodes/cc-mode.el: Added autoload directive for
3290         `c-subword-move-mode' for use in older emacsen.
3292 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
3294         * progmodes/cc-mode.el:
3295         (i) Insert a binding for C-c C-backspace into
3296         c-bind-special-erase-keys which works in TTYs.
3297         (ii) Make sure that when file styles are used, any explicitly
3298         given style variables take priority over those in the style.  Do
3299         this by calling `hack-local-variables' a second time.
3301         * progmodes/cc-vars.el: Add language specific customization
3302         widgets for AWK to c-doc-comment-style, c-require-final-newline
3303         and c-default-style.  Add a defcustom for awk-mode-hook.  Give
3304         c-syntactic-element and c-syntactic-context doc-strings by
3305         directly setting their `variable-documentation' propery.  This
3306         allows Emacs 22.1 to read these with C-h v.
3308         * progmodes/cc-awk.el: Apply a tidy-up patch (from Stefan
3309         Monnier).
3311 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
3313         * progmodes/cc-fonts.el, cc-vars.el
3314         (gtkdoc-font-lock-doc-comments, gtkdoc-font-lock-doc-protection)
3315         (gtkdoc-font-lock-keywords): GtkDoc patterns contributed by
3316         Masatake YAMATO.
3318         (c-doc-comment-style): Made GtkDoc default in C mode.
3320         * progmodes/cc-mode.el: Fixed key bindings for C-c C-<backspace>
3321         and C-c C-<delete>.
3323         (c-bind-special-erase-keys): New function for use on
3324         `normal-erase-is-backspace-hook' to bind C-c C-<delete> correctly.
3326         * progmodes/cc-cmds.el (c-hungry-delete): New function to fix
3327         <delete> key behavior in XEmacs according to `delete-forward-p'.
3328         C.f. `c-electric-delete'.
3330 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
3332         * progmodes/cc-mode.el: Give c-hungry-backspace and
3333         c-hungry-delete-forward permanent key bindings.
3335         * progmodes/cc-cmds.el (c-electric-semi&comma): Bind
3336         c-syntactic-context for calls to "criteria functions", for
3337         consistency with other calls to user functions.
3339         * progmodes/cc-cmds.el (c-indent-command): Expunge use of
3340         `current-prefix-arg', since this might be the prefix arg to a
3341         command which calls c-indent-command as a function.  Change the
3342         interactive spec from "p" to "P".
3344         * progmodes/cc-styles.el: Amend the doc-string of c-set-style, in
3345         reponse to a report from Joseph Kiniry <kiniry@acm.org> that it
3346         was difficult to understand.
3348 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
3350         * progmodes/cc-engine.el (c-on-identifier): Fixed bug when at the
3351         first char of an identifier.
3353         * progmodes/cc-engine.el (c-on-identifier): Handle the "operator
3354         +" syntax in C++.
3356 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
3358         * progmodes/cc-cmds.el (c-mask-paragraph): Correct, so that
3359         auto-fill doesn't split a c-comment's last word from a hanging
3360         "*/" when a space is typed between them after fill-column.
3362         * progmodes/cc-defs.el: New macro c-delete-and-extract-region.
3364         * progmodes/cc-styles.el (c-set-style)
3365         (c-setup-paragraph-variables): Abort the command if we're not in a
3366         CC Mode buffer.
3368         * progmodes/cc-align.el (c-lineup-C-comments): Correct indentation
3369         with blank comment-prefix, and a blank line as the comment's
3370         second line.
3372 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
3374         * progmodes/cc-fonts.el (c-cpp-matchers, c-basic-matchers-before):
3375         Incorporated the patterns added in the Emacs development branch
3376         for the new Emacs 22 face `font-lock-negation-char-face'.
3378         * progmodes/cc-fonts.el (c-invalid-face-name): Use "red1" instead
3379         of "red" since it stands out better in xterms and DOS terminals.
3381         * progmodes/cc-engine.el (c-literal-faces): Added
3382         `font-lock-comment-delimiter-face' which is new in Emacs 22.
3384 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
3386         * progmodes/cc-cmds.el: Make C-c C-a (`c-toggle-auto-newline')
3387         forcibly enable c-electric-flag.
3389         * progmodes/cc-vars.el, cc-cmds.el: New clean-up
3390         `comment-close-slash' on c-electric-slash: if enabled, typing `/'
3391         just after the comment-prefix of a C-style comment will close that
3392         comment.
3394 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
3396         * progmodes/cc-fonts.el (c-basic-matchers-before)
3397         (c-complex-decl-matchers): Fixed the "not-arrow-prefix" regexp used
3398         in Pike.
3400         * progmodes/cc-langs.el (c-other-op-syntax-tokens): Only C++ has
3401         digraphs.
3403         * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el
3404         (c-cpp-message-directives, c-cpp-include-directives)
3405         (c-opt-cpp-macro-define, c-opt-cpp-macro-define-start)
3406         (c-cpp-expr-directives): Introduced new language constants to
3407         control cpp syntax in a cleaner way.
3409         (c-cpp-expr-functions): Renamed from c-cpp-defined-fns.
3411         (c-cpp-matchers, c-forward-to-cpp-define-body): Use them.
3413         * progmodes/cc-langs.el, cc-fonts.el (c-string-escaped-newlines)
3414         (c-multiline-string-start-char): New language constants and
3415         variables to specify how newlines in string literals work.
3417         (c-font-lock-invalid-string): Use them.
3419         * progmodes/cc-cmds.el (c-try-one-liner): Robustness fix if an
3420         unbalanced close brace is entered.  Optimization by avoiding going
3421         back over arbitrarily large blocks.  Removed hints that this
3422         function only would be relevant/useful in AWK.
3424         (c-electric-brace): Indent syntactically after the cleanups since
3425         lineup functions might do it differently then.
3427         * progmodes/cc-engine.el, cc-langs.el
3428         (c-opt-op-identifier-prefix): New language constant and variable.
3430         (c-just-after-func-arglist-p, c-after-special-operator-id)
3431         (c-search-decl-header-end, c-inside-bracelist-p): Use it.
3433         * progmodes/cc-align.el, cc-engine.el
3434         (c-after-special-operator-id): New helper to handle C++ operator
3435         identifiers.
3437         (c-lineup-topmost-intro-cont, c-just-after-func-arglist-p)
3438         (c-guess-basic-syntax): Handle C++ operator identifiers in
3439         declarations.
3441         * progmodes/cc-langs.el (c-assignment-operators): Added the
3442         trigraph version of ^= too.
3444         * progmodes/cc-langs.el (c-assignment-operators): Added the
3445         trigraph version of |= in C++.
3447         * progmodes/cc-fonts.el (c-font-lock-declarators): Handle
3448         `c-decl-hangon-kwds' after the identifier name.
3450         * progmodes/cc-engine.el (c-guess-basic-syntax): When deciding
3451         whether an arglist is "nonempty", ignore a comment after the open
3452         paren if it isn't followed by a non-comment token on the same
3453         line.
3455         * progmodes/cc-engine.el (c-guess-basic-syntax): Case 4: Enable
3456         heuristics below the point to cope with classes inside special
3457         brace lists in Pike.
3459 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
3461         * progmodes/cc-cmds.el: Amend c-point-syntax to handle macros.
3463 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
3465         * progmodes/cc-guess.el (cc-guess-install): New function to
3466         install an already guessed style in another buffer.
3468         * progmodes/cc-defs.el (c-tentative-buffer-changes): No longer
3469         sets `inhibit-read-only' - `c-save-buffer-state' should be used
3470         anyway if the change always is undone.
3472 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
3474         Implement togglable electricity:
3476         * progmodes/cc-defs.el: Enhance c-save-buffer-state's doc-string,
3477         saying when it should be used.
3479         * progmodes/cc-engine.el: Add the new buffer-local variable,
3480         c-electric-flag.
3482         * progmodes/cc-langs.el: Change the name of c-toggle-auto-state to
3483         c-toggle-auto-newline.
3485         * progmodes/cc-mode.el: Rename c-toggle-auto-state to
3486         c-toggle-auto-newline.  Remove the binding for
3487         c-toggle-auto-hungry-state.  Add the binding C-c C-l for the new
3488         c-toggle-electric-state.
3490         * progmodes/cc-vars.el: Make c-syntactic-indentation buffer local.
3492         * progmodes/cc-cmds.el: Add `c-bytecomp-defun's for
3493         c-\(forward\|backward\)-subword.
3494         (c-update-modeline): Add the new modeline flag `l' for
3495         `c-electric-flag'.  Make the auto-newline flag `a' dependent on
3496         `l'.
3497         (c-toggle-auto-state): Rename it to `c-toggle-auto-newline'.  Make
3498         the old name an alias of the new name.
3499         (c-toggle-electric-state): New function.
3500         c-electric-\(pound\|brace\|slash\|star\|semi&comma\|colon\|lt-gt\|paren\|continued-statement\):
3501         Adapt these functions to do electric things only when
3502         c-electric-flag is non-nil.
3503         (c-point-syntax, c-brace-newlines, c-try-oneliner): Extract these
3504         new functions from c-electric-brace.
3505         (c-point-syntax): Add a check for "virtual semicolons" in AWK
3506         mode, so that the tentative extra newline doesn't change the
3507         syntax of the following brace.
3508         (c-electric-brace): Restructure by extracting the above functions.
3509         Tidy up the coding somewhat.
3510         (c-electric-semi&comma, c-electric-colon, c-electric-paren):
3511         restructure a bit.
3513 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
3515         * progmodes/cc-cmds.el (c-show-syntactic-information): Show the
3516         anchor position(s) using faces.  Thanks to Masatake YAMATO for the
3517         idea.
3519         * progmodes/cc-mode.el, cc-cmds.el, cc-defs.el, cc-engine.el
3520         (c-submode-indicators): Changed name from `c-auto-hungry-string'
3521         since it's now used to track another submode.
3523         (c-update-modeline): Converted to function and extended to check
3524         `c-subword-move-mode'.
3526         (c-forward-into-nomenclature, c-backward-into-nomenclature):
3527         Converted to compat aliases for `c-forward-subword' and
3528         `c-backward-subword'.
3530         * progmodes/cc-subword.el: New functions and minor mode to handle
3531         SillyCapsedStyleIndentifiers, contributed by Masatake YAMATO:
3533         (c-forward-subword, c-backward-subword, c-mark-subword)
3534         (c-kill-subword, c-backward-kill-subword, c-transpose-subwords)
3535         (c-capitalize-subword, c-downcase-subword, c-upcase-subword):
3536         Functions corresponding to the standard word handling functions.
3538         (c-subword-move-mode): Minor mode that replaces all the standard
3539         word handling functions with their subword equivalences.
3541 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
3543         * progmodes/cc-vars.el (c-cleanup-list): Insert a customization
3544         entry for one-liner-defun.
3546         * progmodes/cc-defs.el: Give c-tentative-buffer-changes its own
3547         name in its def-edebug-spec.
3549         * progmodes/cc-cmds.el (c-electric-brace): Make the
3550         one-liner-defun clean-up work with empty-defun-braces.  o-l-d now
3551         compacts space before a comment, if this will make things fit on
3552         one line.
3554         Introduce an "awk" style, mainly for auto-newline and clean-ups.
3556         * progmodes/cc-align.el: New function c-snug-1line-defun-close
3558         * progmodes/cc-cmds.el: In c-electric-brace, add code for new
3559         clean-up one-liner-defun.
3561         * progmodes/cc-styles.el: Add the new "awk" style.
3563         * progmodes/cc-vars.el: Add description of one-liner-defun to
3564         c-cleanup-list's doc-string.  New user options,
3565         c-max-one-liner-length.  In c-default-style, set the default style
3566         for AWK to "awk".
3568 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
3570         * progmodes/cc-engine.el (c-forward-label): Fixed fontification of
3571         macros inside labels.
3573         * progmodes/cc-engine.el (c-looking-at-bos): Obsoleted in favor of
3574         `c-at-statement-start-p' and `c-at-expression-start-p'.
3576         * progmodes/cc-defs.el (c-tnt-chng-record-state): Don't signal an
3577         error if the mark isn't set.
3579         * progmodes/cc-engine.el (c-guess-continued-construct)
3580         (c-guess-basic-syntax): Use `c-forward-decl-or-cast-1' to more
3581         accurately detect functions inside functions.
3583         * progmodes/cc-engine.el (c-at-expression-start-p): New function
3584         like `c-at-statement-start-p' that additionally recognizes commas
3585         and expression parentheses as delimiters.
3587         * progmodes/cc-engine.el (c-looking-at-inexpr-block): Added flag
3588         to avoid heuristics that doesn't work for unclosed blocks.
3590         (c-at-statement-start-p): New function.
3592         * progmodes/cc-engine.el, cc-fonts.el: Fixes in handling of
3593         Objective-C directives, e.g. directives spanning lines should work
3594         reasonably well now.
3596         (c-put-c-type-property, c-clear-c-type-property): New helpers.
3598         (c-forward-objc-directive): New function to move over any ObjC
3599         directive.
3601         (c-just-after-func-arglist-p, c-guess-basic-syntax)
3602         (c-basic-matchers-before): Use it.
3604         (c-font-lock-objc-iip-decl): Removed.
3606         * progmodes/cc-engine.el (c-guess-basic-syntax): Some improvement
3607         in the template arglist recognition.
3609         * progmodes/cc-styles.el (c-style-alist): Fixed several
3610         inconsistencies in the Whitesmith style.
3612         * progmodes/cc-align.el (c-lineup-after-whitesmith-blocks):
3613         New lineup function to get lines after Whitesmith style blocks
3614         correctly indented.
3616         (c-lineup-whitesmith-in-block): Backed out the compensation for
3617         opening parens since it's done using `add' lists in the style
3618         definition instead.  Don't use the anchor position since it varies
3619         too much between the syntactic symbols. :P
3621         * progmodes/cc-vars.el (c-valid-offset): Updated.
3623         * progmodes/cc-engine.el (c-evaluate-offset): Extended to handle
3624         lists where the offsets are combined according to several
3625         different methods: `first', `min', `max', and `add'.  Report
3626         offset evaluation errors with `c-benign-error' so that some kind
3627         of reindentation still is done.
3629         * progmodes/cc-engine.el (c-guess-basic-syntax): Anchor
3630         `arglist-intro' the same way as `arglist-cont-nonempty' and
3631         `arglist-close'.
3633         * progmodes/cc-engine.el (c-guess-basic-syntax): Fixed similar
3634         situations for `arglist-cont-nonempty' and `arglist-close'.
3636         * progmodes/cc-langs.el (c-opt-identifier-concat-key-depth): New
3637         constant.
3639         * progmodes/cc-defs.el: Use `cc-bytecomp-fboundp' and
3640         cc-bytecomp-boundp' in a number of places.
3642         * progmodes/cc-engine.el (c-beginning-of-statement-1): Fixed a
3643         macro related issue.
3645 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
3647         * progmodes/cc-awk.el: Change the terminology of regexps: A char
3648         list is now [asdf], a char class [:alpha:].  Include code for char
3649         classes.  Set c-awk-NL-prop on lines ending in open strings.  (Bug
3650         fix.)  Add character classes (e.g. "[:alpha:]") into AWK Mode's
3651         regexps.
3653         Remove (nearly all of) the cruft associated with AWK Mode's former
3654         concept of "virtual semicolons":
3656         Adapt c-beginning-of-statement, c-end-of-statement (together with
3657         subfunctions) to use the new notion of "virtual semicolon" in
3658         place of the old awkward special handling for AWK.  There remains
3659         much cruft in cc-awk.el, cc-cmds.el and cc-engine.el to clear out.
3660         * progmodes/cc-cmds.el:
3661         (c-ascertain-adjacent-literal): In the backwards direction, now
3662         recognises AWK regexp delimiters as string delimiters.
3663         (c-after-statement-terminator-p): Adapt for virtual semicolons;
3664         check more rigorously for "end of macro".
3665         (c-back-over-illiterals, c-forward-over-illiterals): Adapt for
3666         virtual semicolons;
3667         (c-beginning-of-statement): Adapt for virtual semicolons; Separate
3668         out the code for forward movement into ...
3669         (c-end-of-statement): Now contains the code for forward movement,
3670         adapted for virtual semicolons.
3672         * progmodes/cc-engine.el:
3673         (c-ws*-string-limit-regexp): New regexp.
3674         (c-forward-single-comment, c-backward-single-comment): Comment out
3675         the (now redundant) "special" AWK stuff.
3677         * progmodes/cc-styles.el, cc-vars.el: Change the settings of
3678         c-string-par-start, c-string-par-separate to be more like Text
3679         Mode than Fundamental Mode.
3681 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
3683         * progmodes/cc-fonts.el (c-font-lock-declarations): Always narrow
3684         to the fontified region so that fontification doesn't occur
3685         outside it (could happen e.g. when fontifying a line with an
3686         unfinished declaration).
3688 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
3690         * progmodes/cc-awk.el: Regexps for analysing AWK code have been
3691         moved to near the start of the file.  ^L now separate sections of
3692         the file.  New defconsts: c-awk-non-eol-esc-pair-re,
3693         c-awk-blank-or-comment-line-re,
3694         c-awk-one-line-possibly-open-string-re,
3695         c-awk-regexp-one-line-possibly-open-char-class-re,
3696         c-awk-one-line-possibly-open-regexp-re,
3697         c-awk-one-line-non-syn-ws*-re.  New functions: c-awk-at-vsemi-p,
3698         c-awk-vsemi-status-unknown-p.
3700         Amend the concept of "virtual semicolons" (in the indentation
3701         engine) for languages like AWK, such that they are now
3702         conceptually attached to end of the last token of a statement, not
3703         the end of the line.  (In AWK Mode, however, the pertinent text
3704         property is still physically set on the EOL.)  Remove the specific
3705         tests for awk-mode, thus facilitating the introduction of other
3706         language modes where EOLs can end statements.  (Note: The
3707         funtionality in cc-cmds.el, specifically
3708         c-beginning/end-of-statement has yet to be amended.)
3710         * progmodes/cc-defs.el: New macros c-at-vsemi-p,
3711         c-vsemi-status-unknown-p.
3713         * progmodes/cc-langs.el: Added `#' into AWK Mode's value of
3714         c-stmt-delim-chars.  New c-lang-defvars: c-at-vsemi-p-fn,
3715         c-vsemi-status-unknown-p-fn (in a new page).
3717         * progmodes/cc-engine.el: In c-beginning-of-statement-1,
3718         c-crosses-statement-barrier-p, c-guess-basic-syntax, replace
3719         numerous awkward forms like
3720         (if (c-major-mode-is 'awk-mode) (c-awk-prev-line-incomplete-p))
3721         with
3722         (c-at-vsemi-p).  Fix a few typos.  In c-guess-basic-syntax, new
3723         variable before-ws-ip, the place just after char-before-ip
3724         appears.
3726         * progmodes/cc-mode.el: Fix what's almost a semantic ambiguity in
3727         a comment.
3729 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
3731         * progmodes/cc-cmds.el (c-electric-brace): Cleaned up using
3732         `c-tentative-buffer-changes'.
3734         * progmodes/cc-defs.el (c-region-is-active-p): Simplified and
3735         converted to macro to choose between Emacs and XEmacs at compile
3736         time.
3738         (c-set-region-active): New set counterpart to
3739         `c-region-is-active-p'.
3741         (c-tentative-buffer-changes): New macro to handle temporary buffer
3742         changes in a convenient way.
3744         (c-tnt-chng-record-state, c-tnt-chng-cleanup): Internal helpers
3745         for `c-tentative-buffer-changes'.
3747         * progmodes/cc-engine.el (c-looking-at-inexpr-block): Tightened up
3748         the checks for paren sexps between the point and the keyword, to
3749         avoid some false alarms.
3751         * progmodes/cc-engine.el, cc-langs.el (c-looking-at-inexpr-block):
3752         Fixed a situation where an error could be thrown for unbalanced
3753         parens.  Changed to make use of c-keyword-member' to avoid some
3754         repeated regexp matches.
3756         (c-opt-lambda-key, c-opt-inexpr-block-key,
3757         c-opt-inexpr-class-key): These language variable are no longer
3758         necessary.
3760         (c-block-stmt-kwds): New language constant used by
3761         c-looking-at-inexpr-block'.
3763         (c-guess-basic-syntax): Removed an optional check that looked at
3764         the existence of the now removed language variables.
3766         * progmodes/cc-engine.el (c-fdoc-shift-type-backward,
3767         c-forward-decl-or-cast-1): Fixed invalid recognition of C++ style
3768         object instantiation expressions as declarations in some contexts.
3769         This bug only affected languages where the declarator can't be
3770         enclosed in parentheses.
3772         * progmodes/cc-styles.el (c-style-alist): Fixed the GNU style to
3773         insert newlines before and after substatement braces.
3775         * progmodes/cc-engine.el: Improved the heuristics for recognizing
3776         function declaration headers and the handling of C++ style member
3777         init lists.
3779         (c-just-after-func-arglist-p): Rewritten to use
3780         `c-forward-decl-or-cast-1'.  Now behaves a bit differently too.
3782         (c-beginning-of-member-init-list): Removed since it isn't used
3783         anymore.
3785         (c-guess-basic-syntax): Case 5B adapted for the new
3786         `c-just-after-func-arglist-p'.  Cases 5B.1 and 5B.3 merged.  Cases
3787         5D.1 and 5D.2 removed since they aren't trigged anymore (case 5B.1
3788         covers all cases now).
3790         * progmodes/cc-defs.el (c-point): Added `bosws' and `eosws'.
3792 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
3794         * progmodes/cc-cmds.el, cc-styles.el, cc-vars.el: New variables
3795         c-string-par-start/separate c-sentence-end-with-esc-eol,
3796         initialised in c-setup-paragraph-variables, used in string
3797         scanning subroutines of c-beginning-of-statement.
3799         * progmodes/cc-cmds.el (c-electric-brace): Don't delete a comment
3800         which precedes the newly inserted `{'.
3802 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
3804         * progmodes/cc-engine.el, cc-langs.el: Rewrote the recognition
3805         function for declaration level blocks.  It should now cope with
3806         templates better and also be a lot more comprehensible.
3808         (c-looking-at-decl-block): The new function.
3810         (c-search-uplist-for-classkey): The old one.  It's now a wrapper
3811         for compatibility.
3813         (c-add-class-syntax, c-guess-continued-construct,
3814         c-guess-basic-syntax): Adapted for `c-looking-at-decl-block'.
3816         (c-decl-block-key): Changed to tell apart ambiguous and
3817         unambiguous keywords.  Pike specials are now handled directly in
3818         the code instead.
3820         (c-block-prefix-disallowed-chars, c-block-prefix-charset): New
3821         language constants and variables to make the backward skip in
3822         `c-looking-at-decl-block' as tight as possible.
3824         (c-nonsymbol-token-char-list): New language constant.
3826         * progmodes/cc-engine.el (c-backward-<>-arglist): New function to
3827         find balanced template arglists backwards.
3829         * progmodes/cc-defs.el (c-make-bare-char-alt): New helper for
3830         making char classes for `c-syntactic-skip-backward'.
3832         * progmodes/cc-engine.el (c-guess-basic-syntax): Simplified case
3833         16D - can't be a class-close at that point.
3835         * progmodes/cc-engine.el (c-guess-basic-syntax)
3836         (c-add-class-syntax): Don't narrow out the enclosing declaration
3837         level.  This makes everything a lot easier, and it was actually
3838         only four small places that needed it to work.  Some places that
3839         previously did `widen' are removed now, which has the effect that
3840         `c-guess-basic-syntax' never will look at things outside the
3841         current narrowment now.  The anchor position for `topmost-intro'
3842         is affected by this, but it was so bogus it was basically useless
3843         before, and now it's equally bogus but in a slightly different
3844         way.
3846         (c-narrow-out-enclosing-class): Gone.
3848         (c-most-enclosing-brace, c-least-enclosing-brace): Don't filter to
3849         the narrowed region.
3851         (c-least-enclosing-brace): Removed silly optional argument.
3853         * progmodes/cc-engine.el (c-beginning-of-decl-1): Fixed bug where
3854         the point could be left directly after an open paren when finding
3855         the beginning of the first decl in the block.
3857         * progmodes/cc-engine.el, cc-fonts.el (c-forward-keyword-clause):
3858         Specify which submatch to use.
3860         * progmodes/cc-langs.el (c-symbol-start): Include `@' in ObjC.
3862         (c-decl-start-re): No longer any need for special treatment of
3863         ObjC due to the above.
3865         (c-other-block-decl-kwds): Handle "extern" in ObjC too since it
3866         presumably follows C in that regard.
3868         * progmodes/cc-langs.el (c-identifier-ops, c-after-id-concat-ops):
3869         New language constants to specify operator tokens inside
3870         identifiers in a more high level way.
3872         (c-opt-identifier-prefix-key): New internal language constant.
3874         (c-opt-identifier-concat-key, c-opt-after-id-concat-key)
3875         (c-identifier-start, c-identifier-key): Now completely calculated
3876         from other constants.
3878         (c-identifier-last-sym-match): Decommissioned since it's no longer
3879         used.
3881         (c-operators): Use `c-identifier-ops'.  Documented
3882         `postfix-if-paren'.
3884         * progmodes/cc-engine.el (c-forward-name): Removed the
3885         optimization when c-identifier-key is equal to c-symbol-key since
3886         it doesn't work in byte compiled files.  Don't record empty
3887         regions as identifiers.
3889         * progmodes/cc-langs.el (c-filter-ops): New helper function to
3890         simplify access to `c-operators' and its likes.
3892         (c-operator-list, c-all-op-syntax-tokens)
3893         (c-nonsymbol-token-regexp, c-<>-multichar-token-regexp)
3894         (c-<-op-cont-regexp, c->-op-cont-regexp, c-expr-kwds)
3895         (c-primary-expr-regexp, c-cast-parens): Use it.
3897         * progmodes/cc-defs.el (c-lang-const): Fixes to allow use without
3898         an explicit language in functions.
3900         * progmodes/cc-defs.el (c-make-keywords-re): Added an appendable
3901         variant of adornment.
3903         * progmodes/cc-langs.el (c-any-class-key): Removed unused language
3904         variable.
3906         (c-type-decl-prefix-key): Removed some now unnecessary cruft from
3907         the Pike value.
3909         * progmodes/cc-engine.el (c-on-identifier)
3910         (c-simple-skip-symbol-backward): Small fix for handling "-"
3911         correctly in `skip-chars-backward'.  Affected the operator lfun
3912         syntax in Pike.
3914         * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Disabled the
3915         diagnostic message about precompiled language vars not being used.
3917         * progmodes/cc-langs.el (c-paren-nontype-kwds): The GCC keyword
3918         "__attribute__" is followed by a parenthesis.
3920         (c-type-start-kwds, c-prefix-spec-kwds, c-prefix-spec-kwds-re)
3921         (c-specifier-key, c-not-decl-init-keywords): Some cleanup using new
3922         language constants `c-type-start-kwds' and `c-prefix-spec-kwds'.
3924         * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el: Internal
3925         cleanups to properly detect the declared identifiers in various
3926         declarations.
3928         (c-decl-start-kwds): New language constant to recognize
3929         declarations that can start anywhere.  Used for class declarations
3930         in Pike.
3932         (c-specifier-key, c-not-decl-init-keywords)
3933         (c-decl-prefix-or-start-re, c-find-decl-prefix-search)
3934         (c-find-decl-spots): Implement `c-decl-start-kwds'.
3936         (c-other-decl-kwds, c-postfix-decl-spec-kwds, c-decl-hangon-kwds)
3937         (c-decl-hangon-key, c-forward-decl-or-cast-1): Separated the
3938         handling of the compiler specific extension keywords into a new
3939         language constant `c-decl-hangon-kwds' that defines keyword
3940         clauses to be ignored in declarations.
3942         (c-forward-id-comma-list, c-forward-keyword-clause): Don't skip
3943         past unrecognized tokens when handling `c-colon-type-list-kwds'.
3944         Necessary to stop at the declared identifier in e.g. IDL valuetype
3945         declarations.
3947         (c-typedef-decl-kwds, c-typeless-decl-kwds, c-type-list-kwds)
3948         (c-prefix-spec-kwds-re, c-postfix-spec-kwds)
3949         (c-after-suffixed-type-decl-key, c-opt-postfix-decl-spec-key)
3950         (c-forward-decl-or-cast-1): Recognize the declared identifier in
3951         class and enum declarations as such and not as part of the type.
3953         (c-forward-decl-or-cast-1, c-forward-label): Relaxed the
3954         interpretation of PRECEDING-TOKEN-END when there's no preceding
3955         token.
3957         (c-forward-decl-or-cast-1): Don't disregard sure signs of
3958         declarations when there's some syntax error later on.
3960         (c-complex-decl-matchers): Did away with a reference to
3961         `c-specifier-key'.
3963         * progmodes/cc-engine.el (c-maybe-labelp): Provide no default
3964         value - this variable is always dynamically bound.
3966         * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el, cc-menus.el
3967         * cc-mode.el, cc-styles.el, cc-vars.el, cc-align.el, cc-awk.el
3968         * cc-cmds.el, cc-defs.el: Changed the policy for marking up
3969         functions that might do hidden buffer changes: All such internal
3970         functions are now marked instead of those that don't.
3972         (c-beginning-of-macro, c-end-of-macro, c-(forward|backward)-comments)
3973         (c-(forward|backward)-single-comment, c-parse-state, c-on-identifier)
3974         (c-(fast-|slow-|)in-literal, c-literal-limits, c-collect-line-comments)
3975         (c-literal-type): Allow these functions to make hidden buffer changes,
3976         so that they are free to use text property caching later on.
3978         (c-electric-backspace, c-electric-delete-forward, c-electric-pound)
3979         (c-electric-brace, c-electric-slash, c-electric-star)
3980         (c-electric-semi&comma, c-electric-colon, c-electric-lt-gt)
3981         (c-electric-paren, c-electric-continued-statement, c-indent-command)
3982         (c-indent-region, c-mask-paragraph, c-indent-new-comment-line)
3983         (c-context-line-break): Added `c-save-buffer-state' calls to comply
3984         with the changed semantics of the functions above.
3986         * progmodes/cc-engine.el (c-beginning-of-statement-1): Fixed a bug
3987         when macros occur in obscure places.  Optimized the sexp movement
3988         a bit.
3990 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
3992         Enhancements for c-beginning-of-statement to work in AWK Mode:
3994         * progmodes/cc-awk.el: Supersede c-awk-NL-prop value `;'
3995         (completed statement) with `}' (statement completed by closing
3996         brace or semicolon) and `$' (statement completed by EOL).
3998         (c-awk-virtual-semicolon-ends-prev-line-p)
3999         (c-awk-virtual-semicolon-ends-line-p)
4000         (c-awk-skip-semantic-ws-forward, c-awk-skip-semantic-ws-backward)
4001         (c-awk-at-statement-end-p): New functions.
4003         * progmodes/cc-cmds.el: Simplify the structure of functions
4004         c-forward-over-illiterals, c-back-over-illiterals.  Enhance these
4005         two functions and c-beginning-of-statement to handle AWK Mode.
4007         * progmodes/cc-engine.el: Enhance c-forward-single-comment,
4008         c-backward-single-comment for AWK mode.  Attempt to clarify their
4009         doc-strings.
4011         * progmodes/cc-mode.el: Put M-a and M-e into awk-mode-map.
4013 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
4015         * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el: Cleaned up the
4016         label handling.  Labels are now recognized in a uniform and more
4017         robust way, regardless of context.  Text properties are put on all
4018         labels to recognize the following declarations better.  Multiword
4019         labels are handled both in indentation and fontification for the
4020         benefit of language extensions like Qt.  For consistency, keywords
4021         in labels are now fontified with the label face instead.  That
4022         also applies to "case" and "default".
4024         (c-beginning-of-statement-1): Fixed some bugs in the label
4025         handling.  Disregard `c-nonlabel-token-key' in labels that begin
4026         with `c-label-kwds'.
4028         (c-find-decl-spots): Support that the callback adds more
4029         `c-decl-end' spots to find.
4031         (c-forward-decl-or-cast-1): Don't treat a list of plain
4032         identifiers followed by a colon as a declaration.
4034         (c-forward-label): New function to recognize labels.
4036         (c-guess-basic-syntax): Replaced uses of `c-label-key' with
4037         `c-forward-label'.  Moved the label recognition cases (14 and 15)
4038         earlier since they aren't so context sensitive now.  Handle labels
4039         on the top level gracefully.  Moved access label recognition to
4040         the generic label case (CASE 15) - removed CASE 5E.
4042         (c-font-lock-declarations): Added recognition of labels in the
4043         same round since we need to handle labels in parallell with other
4044         declarations to recognize both accurately.  It should also improve
4045         speed.
4047         (c-simple-decl-matchers, c-basic-matchers-after): Moved
4048         `c-font-lock-labels' so that it only is used on decoration level 2
4049         since `c-font-lock-declarations' handles it otherwise.
4051         (c-complex-decl-matchers): Removed the simplistic recognition of
4052         access labels.
4054         (c-decl-prefix-re): Removed the kludges that was necessary to cope
4055         with labels earlier.
4057         (c-decl-start-re): New language variable to make
4058         `c-font-lock-declarations' stop for the special protection labels
4059         in Objective-C that start with `@'.
4061         (c-label-key): Removed since it's no longer used.
4063         (c-recognize-colon-labels, c-label-prefix-re): New language
4064         constants to support recognition of generic colon-terminated
4065         labels.
4067         (c-type-decl-end-used): `c-decl-end' is now used whenever there
4068         are colon terminated labels.
4070         * progmodes/cc-align.el (c-lineup-arglist): Fixed bug when the
4071         first argument starts with a special brace list.
4073         * progmodes/cc-engine.el, cc-fonts.el (c-forward-decl-or-cast-1)
4074         (c-font-lock-declarations): Broke out the declaration and cast
4075         recognition from `c-font-lock-declarations' to a new function, so
4076         that it can be used in the indentation engine.
4078         * progmodes/cc-engine.el (c-find-decl-spots): Fixed bug in backing
4079         up to the start of the literal.  Fixed bug with the point on the
4080         wrong side of the search limit that could happen when the start
4081         position is inside a literal.
4083         * progmodes/cc-engine.el (c-parse-state)
4084         (c-invalidate-state-cache): Modified the use of `c-state-cache-end'
4085         so that it's kept a little bit back to increase the hit rate.
4087         (c-parse-state): Changed the macro handling and fixed some
4088         glitches.  Macro context is checked more often than necessary now,
4089         but otoh less garbage conses are generated.
4091         * progmodes/cc-engine.el (c-parse-state)
4092         (c-invalidate-state-cache): Cache the last position where
4093         `c-state-cache' applies.  This can speed up refontification quite
4094         a bit in blocks where there are many non-brace parens before the
4095         point.
4097         (c-state-cache-end): New variable for this.
4099         (c-guess-basic-syntax, c-debug-parse-state): Adapted for the new
4100         cache variable.
4102         * progmodes/cc-engine.el (c-find-decl-spots): Take more care to
4103         get close initial continue positions when the start position is
4104         inside a literal or macro.  Do not call the callback for spots
4105         before the start position (which can happen e.g. for `c-decl-end'
4106         spots inside comments).  Optimize better in special cases when the
4107         region is a single line inside a literal or macro (typically when
4108         the current line is refontified).
4110         * progmodes/cc-engine.el (c-guess-basic-syntax): Simplified calls
4111         to `c-add-stmt-syntax' - there's no need to explicitly whack off
4112         entries from the paren state.
4114         * progmodes/cc-engine.el (c-add-stmt-syntax): Narrowed down the
4115         special case for "else if" clauses.
4117         * progmodes/cc-engine.el (c-looking-at-inexpr-block)
4118         (c-add-stmt-syntax): Use `c-recognize-paren-inexpr-blocks'.
4120         * progmodes/cc-langs.el (c-recognize-paren-inexpr-blocks): New
4121         language variable to recognize the gcc extension with statement
4122         blocks inside expressions.
4124         * progmodes/cc-engine.el (c-add-stmt-syntax): Restructured to make
4125         it somewhat more comprehensible.  The argument AT-BLOCK-START is
4126         no longer used and hence removed.
4128         (c-guess-continued-construct, c-guess-basic-syntax): Updated calls
4129         to `c-add-stmt-syntax'.
4131         * progmodes/cc-engine.el (c-backward-to-decl-anchor): Use
4132         `c-beginning-of-statement-1' instead of duplicating parts of it.
4133         This fixes bogus label recognition.
4135         * progmodes/cc-engine.el (c-add-type, c-check-type)
4136         (c-forward-name, c-forward-type): Improved storage of template
4137         types in `c-found-types' so that they can be recognized better.
4139         (c-syntactic-content): Added option to skip past nested parens.
4141         * progmodes/cc-engine.el (c-forward-name): Set
4142         `c-last-identifier-range' all the time.  It's less work that way.
4143         Handle that there might not be an identifier to store in
4144         `c-last-identifier-range'.
4146         (c-forward-type): Handle that `c-last-identifier-range' might be
4147         nil from `c-forward-name'.
4149         * progmodes/cc-defs.el (c-safe-scan-lists)
4150         (c-(go-)?(up|down)-list-(forward|backward)): Added limit arguments.
4152         * progmodes/cc-defs.el (c-save-buffer-state): Use `unwind-protect'
4153         to work even if the form fails.
4155         * progmodes/cc-engine.el (c-parse-state): Speedup when moving far
4156         down in a large file in one go.
4158         (c-get-fallback-start-pos): New helper function for
4159         `c-parse-state'.
4161         * progmodes/cc-align.el (c-lineup-assignments): New lineup
4162         function which is like `c-lineup-math' but returns nil instead of
4163         `c-basic-offset' when it doesn't match.
4165         (c-lineup-math): Changed to use `c-lineup-assignments'.
4167 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
4169         * progmodes/cc-cmds.el: Fix some bugs in subfunctions of
4170         c-beginning-of-statement.  New subfunctions
4171         c-in-comment-line-prefix-p, c-narrow-to-comment-innards.
4173 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
4175         * progmodes/cc-fonts.el, cc-langs.el: Use `c-simple-ws' instead of
4176         hardcoded char classes whereever possible.  Changed a couple of
4177         places to use skip by syntax instead of skip by char class.
4179         * progmodes/cc-langs.el (c-unterminated-block-comment-regexp):
4180         Fixed a bug in the regexp that caused extreme backtracking.
4182         * progmodes/cc-langs.el (c-block-comment-starter)
4183         (c-block-comment-ender): New language constants to specify in a
4184         single place how block comments look.
4186         (c-comment-start-regexp, c-block-comment-start-regexp)
4187         (comment-start, comment-end, comment-start-skip)
4188         (c-syntactic-ws-start, c-syntactic-ws-end, c-nonwhite-syntactic-ws)
4189         (c-syntactic-ws, c-nonempty-syntactic-ws)
4190         (c-single-line-syntactic-ws, c-syntactic-eol): Now built from
4191         `c-line-comment-starter', `c-block-comment-starter' and
4192         `c-block-comment-ender'.
4194         (c-block-comment-regexp, c-unterminated-block-comment-regexp):
4195         New language constants to break up things a bit.
4197         (c-simple-ws): New language constant for simple whitespace.
4199         * progmodes/cc-defs.el (c-concat-separated): New convenience
4200         function.
4202         * progmodes/cc-defs.el (c-make-keywords-re): Added kludge for bug
4203         in `regexp-opt' in Emacs 20 and XEmacs when strings contain
4204         newlines.  Allow and ignore nil elements in the list.
4206 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
4208         * progmodes/cc-cmds.el: Comment out a (n almost certainly
4209         superfluous) check, (eq here (point-max)) in
4210         c-beginning-of-statement.
4212         * progmodes/cc-cmds.el: Tidy up the comments in
4213         c-beginning-of-statement and subfunctions.
4215         * progmodes/cc-awk.el: Replace calls to put-text-property to the
4216         more flexible c-put-char-property and c-clear-char-properties.
4217         Add the author's email address.
4219         * progmodes/cc-langs.el: New variable,
4220         c-block-comment-start-regexp.
4222         * progmodes/cc-cmds.el: Fix bug with M-e, when point is inside the
4223         closing "*/" of a block comment.
4225         * progmodes/cc-cmds.el: Tidy c-beginning-of-sentence (and
4226         subfunctions) so that it works at BOB and EOB.
4228         * progmodes/cc-cmds.el, cc-vars.el: More updating of
4229         c-beginning-of-statement, including new variable
4230         c-block-comment-start-regexp.
4232 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
4234         * progmodes/cc-langs.el (c-known-type-key): Optimize simple
4235         symbols from `*-font-lock-extra-types' so that there's no need to
4236         use `regexp-opt' on those lists.
4238         * progmodes/cc-langs.el (c-type-decl-suffix-key): Fix when
4239         `c-type-modifier-kwds' is empty.
4241         * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix when
4242         there are several strings on the same line.
4244         * progmodes/cc-engine.el (c-literal-limits): Removed the
4245         compatibility function for older emacsen.  `c-literal-limits-fast'
4246         has now taken the place of this function.
4248         * progmodes/cc-vars.el (c-emacs-features): Removed compatibility
4249         with older emacsen: We now require `pps-extended-state'.
4251 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
4253         * progmodes/cc-cmds.el: New function c-beginning-of-sentence,
4254         which obviates the need to hack sentence-end.  This now handles
4255         escaped newlines in strings correctly.  Correct minor bugs in
4256         c-move-over-sentence and in c-beginning-of-statement.
4258         * progmodes/cc-cmds.el (c-beginning-of-statement (and
4259         subfunctions)): Adapt c-\(back\|forward\)-over-illiterals such
4260         that movement over macros and code are rigorously separated from
4261         eachother.  Correct a few incidental bugs.
4263         * progmodes/cc-cmds.el: Restructure c-beginning-of-statement:
4264         Improve its doc-string.  Improve the handling of certain specific
4265         cases.
4267 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
4269         * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el
4270         (c-guess-basic-syntax): Changed the way class-level labels are
4271         recognized; they can now contain essentially any symbols.
4273         (c-opt-extra-label-key): New language variable to cope with the
4274         special protection label syntax in Objective-C.
4276         (c-opt-access-key): Removed; this is now handled better by
4277         `c-nonlabel-token-key' and `c-opt-extra-label-key'.
4279         (c-complex-decl-matchers): Update to handle that
4280         `c-opt-access-key' no longer exists.
4282         * progmodes/cc-engine.el (c-guess-basic-syntax): Make use of the
4283         improved label recognition in `c-beginning-of-statement-1'.
4285         * progmodes/cc-engine.el (c-beginning-of-member-init-list):
4286         Recognize bitfields better.
4288         * progmodes/cc-engine.el (c-beginning-of-inheritance-list):
4289         Removed some cruft and fixed a bug that could cause it to go to a
4290         position further down.
4292         * progmodes/cc-langs.el, cc-engine.el
4293         (c-beginning-of-statement-1): Improved detection of labels in
4294         declaration contexts.
4296         (c-beginning-of-decl-1): Use it.
4298         (c-nonlabel-token-key): New language constant and variable needed
4299         by `c-beginning-of-statement-1'.
4301         * progmodes/cc-engine.el (c-guess-basic-syntax): Fixed bug that
4302         manifested itself due to the correction in `c-forward-sexp'.
4304         * progmodes/cc-defs.el (c-forward-sexp, c-backward-sexp): Made
4305         these behave as documented when used at the buffer limits.
4307         * progmodes/cc-mode.el, cc-engine.el, cc-langs.el
4308         (c-type-decl-end-used): Made this a language variable.
4310         * progmodes/cc-mode.el (c-after-change): Widen the buffer to work
4311         correctly when `combine-after-change-calls' is used together with
4312         temporary narrowings.
4314         * progmodes/cc-engine.el (c-beginning-of-statement-1): Report
4315         labels correctly when the start point is immediately after the
4316         colon.
4318         * progmodes/cc-defs.el (c-parse-sexp-lookup-properties): Removed
4319         since it isn't used anymore.
4321         * progmodes/cc-cmds.el (c-electric-lt-gt): Detect and mark angle
4322         bracket arglists such as template parens in C++.
4324         * progmodes/cc-engine.el (c-syntactic-skip-backward): Fixed a bug
4325         in the last check-in.  Some optimization.
4327         * progmodes/cc-engine.el (c-syntactic-skip-backward): Fixed bug
4328         where it could stop at the same level in a preceding sexp when
4329         PAREN-LEVEL is set.
4331         * progmodes/cc-mode.el (c-basic-common-init): Turn on syntax-table
4332         text property lookup only when it's needed.
4334         * progmodes/cc-langs.el, cc-engine.el, cc-fonts.el, cc-mode.el:
4335         Changed the policy for paren marked angle brackets to be more
4336         persistent; once marked they remain marked even when they're found
4337         to be unbalanced in the searched region.  This should keep the
4338         paren syntax around even when individual lines are refontified in
4339         multiline template arglists.
4341         (c-parse-and-markup-<>-arglists): New dynamically bound variable
4342         to control markup so that incorrect angle bracket arglists aren't
4343         marked in contexts where the correct value for
4344         `c-disallow-comma-in-<>-arglists' isn't known.
4346         (c-forward-<>-arglist, c-forward-<>-arglist-recur): The reparse
4347         argument has become `c-parse-and-markup-<>-arglists'.
4349         (c-remove-<>-arglist-properties): Removed - no longer used.
4351         (c-after-change-check-<>-operators): New function used on
4352         `after-change-functions' to avoid that "<" and ">" characters that
4353         are part of longer operators have paren syntax.
4355         (c-<>-multichar-token-regexp): New language variable used by
4356         `c-after-change-check-<>-operators'.
4358         (c-after-change): Call `c-after-change-check-<>-operators'.
4360         (c-font-lock-<>-arglists): Use the context properties set by
4361         `c-font-lock-declarations' to set
4362         `c-disallow-comma-in-<>-arglists' correctly to avoid doing invalid
4363         markup.
4365         (c-font-lock-declarations): Removed code that undoes the invalid
4366         markup done by `c-font-lock-<>-arglists'.
4368         (c-complex-decl-matchers): `c-font-lock-<>-arglists' now runs
4369         after `c-font-lock-declarations'.
4371         * progmodes/cc-engine.el (c-syntactic-skip-backward): Added
4372         paren-level feature.
4374         (c-guess-basic-syntax): Improved the anchor position for
4375         `template-args-cont' in nested template arglists.  There's still
4376         much to be desired in this area, though.
4378 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
4380         * progmodes/cc-cmds.el, cc-engine.el, cc-langs.el, cc-vars.el:
4381         Make the "Text Filling and Line Breaking" commands work for AWK
4382         buffers.
4384 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
4386         * progmodes/cc-defs.el, cc-engine.el (c-mode-is-new-awk-p):
4387         Removed; (c-major-mode-is 'awk-mode) can be used instead now.
4389         * progmodes/cc-mode.el: Always set up AWK mode since emacsen where
4390         it doesn't work no longer are supported.
4392         * progmodes/cc-mode.el, cc-styles.el, cc-vars.el, cc-defs.el
4393         * cc-engine.el, cc-fonts.el, cc-langs.el, cc-cmds.el: CC Mode now
4394         requires support for the syntax-table' text property, which rules
4395         out Emacs 19 and XEmacs < 21.4.  Removed various compatibility
4396         cruft associated with those versions.
4398         * progmodes/cc-defs.el, cc-fix.el: CC Mode now requires support
4399         for the `syntax-table' text property, which rules out Emacs 19 and
4400         XEmacs < 21.4.  Removed various compatibility cruft associated
4401         with those versions.
4403         * progmodes/cc-vars.el (c-emacs-features): CC Mode now requires
4404         support for the `syntax-table' text property.
4406         * progmodes/cc-fonts.el (c-nonbreakable-space-face): Remove the
4407         variable and use an extra quoted face name instead.  All the
4408         emacsen flavors handle that correctly.
4410         * progmodes/cc-fonts.el (c-font-lock-complex-decl-prepare)
4411         (c-font-lock-declarators, c-font-lock-declarations)
4412         (c-complex-decl-matchers, c-basic-matchers-after): Use a text
4413         property to mark the items in in declarator lists to handle
4414         refontification inside multiline declarations better.
4416         * progmodes/cc-fonts.el (c-font-lock-declarations): Recognize a
4417         construct like "a * b = c;" as a declaration.
4419 2005-12-08  Kim F. Storm  <storm@cua.dk>
4421         * emulation/cua-base.el (cua-use-hyper-key): Replaced by ...
4422         (cua-rectangle-modifier-key): ... this.  New defcustom.  Can now
4423         select either meta, hyper, or super modifier for rectangle commands.
4424         (cua--rectangle-modifier-key): New defvar.
4425         (cua--M/H-key): Use it.  Remove special case for `space'.
4426         (cua--init-keymaps): Initialize it from cua-rectangle-modifier-key
4427         on X, to meta otherwise.  Always bind C-return to toggle
4428         rectangle.  Pass ?\s instead of `space' to cua--M/H-key.
4430         * emulation/cua-rect.el (cua-help-for-rectangle): Use
4431         cua--rectangle-modifier-key.  Handle super modifier too.
4432         (cua--init-rectangles): Always bind C-return to toggle rectangle.
4433         Pass ?\s instead of `space' to cua--M/H-key and cua--rect-M/H-key.
4435         * ido.el: Move Acknowledgements and History after Commentary.
4436         Minor changes to Commentary.
4438         * emulation/cua-base.el (cua--select-keymaps): Enable repeat
4439         keymap if cua--prefix-override-timer is `shift'.
4440         (cua--shift-control-prefix): New function; emulate "type prefix
4441         key twice" functionality to handle shifted prefix key override.
4442         (cua--shift-control-c-prefix, cua--shift-control-x-prefix): New
4443         commands.
4444         (cua--init-keymaps): Bind them to S-C-c and S-C-x.
4446 2005-12-08  Carsten Dominik  <dominik@science.uva.nl>
4448         * textmodes/org.el (org-insert-heading): Try to do items before
4449         headings.
4450         (org-agenda-mode): Quote `org-agenda-mode-hook'.
4451         (org-insert-item): New function.
4452         (org-renumber-ordered-list): Don't skip to higher level lists.
4454 2005-12-08  Juri Linkov  <juri@jurta.org>
4456         * info.el (Info-mode-map): Bind M-TAB to `Info-prev-reference'.
4458         * button.el (button-buffer-map): Bind M-TAB to `backward-button'.
4460         * wid-edit.el (widget-keymap): Bind M-TAB to `widget-backward'.
4462         * pcvs.el (defun-cvs-mode): Put `definition-name' property on
4463         the constructed function name fun-1.
4465         * cus-edit.el (custom-add-parent-links): Filter out custom-group-link,
4466         because such links don't lead to parent documentation.
4468 2005-12-08  Kenichi Handa  <handa@m17n.org>
4470         * descr-text.el (describe-char): Use *Help-2* buffer if the
4471         current buffer is *Help*.  Call describe-text-properties while
4472         setting the original buffer.
4474 2005-12-07  Bill Wohler  <wohler@newt.com>
4476         * files.el (auto-mode-alist): Remove mh-letter-mode.  Unnecessary,
4477         and causes problems with non-MH users (such as Gnus users).
4479 2005-12-08  Nick Roberts  <nickrob@snap.net.nz>
4481         * progmodes/gdb-ui.el (gdb-find-file-unhook): Delete variable.
4482         (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode): Delete functions.
4483         (gdb-set-gud-minor-mode-existing-buffers, gdb-init-2): Use GDB
4484         command "info sources".  Move calls to GDB command "list".
4485         (gdb-find-file-hook): Just use gdb-source-file-list.
4486         (gdb-source-file-regexp): Use regexp for pre-GDB 6.4.
4487         (gdb-source-file-regexp-1): New regexp for GDB 6.4+ only.
4488         (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
4489         (gdb-data-list-register-values-handler): Use correct trigger name.
4491 2005-12-07  Kim F. Storm  <storm@cua.dk>
4493         * ido.el (ido-completion-map): Rename from ido-mode-map.
4494         (ido-common-completion-map, ido-file-completion-map)
4495         (ido-file-dir-completion-map, ido-buffer-completion-map):
4496         Rename from ido-mode-....-map.
4497         (ido-init-completion-maps): Rename from ido-init-mode-maps.
4498         (ido-setup-completion-map): Rename from ido-define-mode-map.
4499         (ido-read-internal): Bind minibuffer-local-filename-completion-map
4500         to ido-completion-map.
4502 2005-12-07  Kenichi Handa  <handa@m17n.org>
4504         * international/mule-cmds.el
4505         (set-display-table-and-terminal-coding-system): If the coding
4506         system specified in `unibyte-display' property is different from
4507         the arg coding-system, don't setup standard-display-table.
4509 2005-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
4511         * emacs-lisp/edebug.el (edebug-skip-whitespace): read1:lread.c says
4512         that comments end at \n, regardless of selective-display.
4514 2005-12-07  Nick Roberts  <nickrob@snap.net.nz>
4516         * progmodes/gdb-ui.el (gdb-error-regexp, gdb-first-post-prompt)
4517         (gdb-version): New variables.
4518         (gdb-source-file-list, gdb-register-names)
4519         (gdb-changed-registers): New variables for use with GDB 6.4+.
4520         (gdb-ann3): Replace with...
4521         (gdb-init-1, gdb-init-2): ...two new functions.
4522         (gdba, gdb-prompt): Call gdb-init-1.
4523         (gdb-get-version): New function.  Call gdb-init-2 from here.
4524         (gud-watch): Make it work with mouse events too.
4525         (gdb-post-prompt): Don't add to queue until GDB version is known.
4526         (gdb-speedbar-expand-node, gdb-post-prompt, gdb-registers-mode)
4527         (gdb-locals-mode): Use gdb-version.
4528         (gdb-memory-format-map, gdb-memory-unit-map)
4529         (gdb-locals-watch-map): Rename from gdb-*-*-keymap.
4530         (gdb-locals-font-lock-keywords-1)
4531         (gdb-locals-font-lock-keywords-2): New variables.
4532         (gdb-find-file-hook): Make it work with GDB 6.4+ too.
4533         (gdb-set-gud-minor-mode-existing-buffers-1)
4534         (gdb-var-list-children-1, gdb-var-list-children-handler-1)
4535         (gdb-var-update-1, gdb-var-update-handler-1)
4536         (gdb-data-list-register-values-handler)
4537         (gdb-data-list-register-values-custom)
4538         (gdb-get-changed-registers, gdb-get-changed-registers-handler)
4539         (gdb-stack-list-locals-handler, gdb-get-register-names):
4540         New functions for use with GDB 6.4+.
4541         (gdb-locals-watch-map-1): New variable for use with GDB 6.4+.
4542         (gdb-source-file-regexp, gdb-var-list-children-regexp-1)
4543         (gdb-var-update-regexp-1, gdb-data-list-register-values-regexp)
4544         (gdb-stack-list-locals-regexp)
4545         (gdb-data-list-register-names-regexp): New regexps for use with
4546         GDB 6.4+.
4548 2005-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
4550         * progmodes/cc-defs.el (c-emacs-features): Don't assume point-min==1.
4552 2005-12-06  Nozomu Ando  <nand@mac.com>  (tiny patch)
4554         * mail/smtpmail.el (smtpmail-try-auth-methods): Make password
4555         prompts work for AUTH PLAIN.  Also reported by Steve Allan
4556         <seallan@verizon.net>.
4558 2005-12-06  L\e$,1 q\e(Brentey K\e,Aa\e(Broly  <lorentey@elte.hu>
4560         * frame.el (set-frame-parameter): Add doc string.
4562 2005-12-06  Carsten Dominik  <dominik@science.uva.nl>
4564         * textmodes/org.el (org-occur-highlights): New variable.
4565         (org-highlight-new-match, org-remove-occur-highlights): New functions.
4566         (org-highlight-sparse-tree-matches): New option.
4567         (org-do-occur): New function.
4568         (org-get-heading): Make it work also at beginning of line.
4569         (org-category-table): New variable.
4570         (org-get-category-table, org-get-category)
4571         (org-camel-to-words, org-link-search): New functions.
4572         (org-select-this-todo-keyword): New variable.
4573         (org-todo-list): New command.
4574         (org-shiftright, org-shiftleft): New commands.
4575         (org-agenda-todo): Add prefix argument.
4576         (org-show-hierarchy-above): New option.
4577         (org-show-todo-tree): Numerical prefix creates tree for specific
4578         TODO keyword.
4579         (org-outline-level): New function, to assign a level to plain
4580         lists items.
4581         (org-cycle-include-plain-lists): New option.
4582         (org-mode): Use `org-outline-level' as value of `outline-level'.
4583         (org-cycle): Temporarily switch `outline-regexp' if
4584         `org-cycle-include-plain-lists' is non-nil.
4585         (org-start-icalendar-file): Fix format bug.
4586         (org-agenda-get-day-entries): Create category table.
4587         (org-agenda-get-todos, org-agenda-get-timestamps)
4588         (org-agenda-get-deadlines, org-agenda-get-scheduled)
4589         (org-agenda-get-blocks): Use `org-get-category'.
4590         (org-context-in-file-links): Rename from
4591         `org-line-numbers-in-file-links'.
4593 2005-12-06  Romain Francoise  <romain@orebokech.com>
4595         * window.el (balance-windows): Delete extraneous third arg in call
4596         to `enlarge-window'.
4598 2005-12-06  Kenichi Handa  <handa@m17n.org>
4600         * international/kinsoku.el (kinsoku-longer): Check eolp, not eobp.
4602 2005-12-06  Nick Roberts  <nickrob@snap.net.nz>
4604         * progmodes/gdb-ui.el (gdb-var-create-handler)
4605         (gdb-var-evaluate-expression-handler, gdb-frame-handler)
4606         (gdb-var-list-children-handler, gdb-var-update-handler):
4607         Current buffer is already gdb-partial-output-buffer, don't
4608         make it current again.
4610 2005-12-05  Luc Teirlinck  <teirllm@auburn.edu>
4612         * buff-menu.el (Buffer-menu-use-frame-buffer-list): New user option.
4613         (list-buffers-noselect): Use it.
4615 2005-12-05  Stefan Monnier  <monnier@iro.umontreal.ca>
4617         * mail/sendmail.el: Remove unnecessary leading-star in docstrings.
4618         (mail-yank-ignored-headers): Use regexp-opt.
4619         (mail-mode-map): Move initialization into declaration.
4620         (mail-sent-via): Remove unused shadowed var `to-line'.
4621         (mail-mailer-swallows-blank-line): Use with-temp-buffer.
4622         (mail-bury, sendmail-send-it, mail-do-fcc): Use with-current-buffer.
4623         (mail-do-fcc): Use dolist and push.
4624         (mail-mode-fill-paragraph): Pass the arg to fill-region-as-paragraph.
4625         (mail-yank-ignored-headers): Don't autoload.
4627 2005-12-05  Kenichi Handa  <handa@m17n.org>
4629         * international/mule-cmds.el (set-language-info-internal): New fun.
4630         (set-language-info): Call set-language-info-internal to update
4631         language-info-alist.  If LANG-ENV is the current one, call
4632         set-language-environment to make INFO effective now.
4633         (set-language-info-alist): Likewise.
4634         (locale-language-names): With locale "en", use English
4635         lang. env. but set the default codings to iso-8859-1.
4637 2005-12-04  Nick Roberts  <nickrob@snap.net.nz>
4639         * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer)
4640         (gdb-speedbar-auto-raise): Echo new state in minibuffer.
4641         (gdb-var-create-handler, gdb-assembler-custom): Use search-forward
4642         for plain strings.
4643         (gdb-frames-mode): Remove redundant call to font-lock-mode.
4644         (gdb-all-registers): Rename from toggle-gdb-all-registers.
4645         Create registers buffer if necessary.  Echo new state in minibuffer.
4646         (gdb-registers-mode-map, gdb-registers-mode): Use gdb-all-registers.
4648 2005-12-03  Chong Yidong  <cyd@stupidchicken.com>
4650         * info.el (Info-fontify-node): Match external links using
4651         non-directory part of filename.
4653 2005-12-04  Juri Linkov  <juri@jurta.org>
4655         * font-core.el (global-font-lock-mode): Use define-global-minor-mode
4656         instead of easy-mmode-define-global-mode.  Add `:group font-lock'.
4657         (font-lock-mode): Replace `:group font-lock' with `nil nil nil'
4658         because there is no customization option for it.
4660         * font-lock.el (lisp-font-lock-keywords-1):
4661         Add define-global-minor-mode.
4663         * emacs-lisp/autoload.el (make-autoload): Add define-global-minor-mode.
4665         * emacs-lisp/derived.el (define-derived-mode): Put `definition-name'
4666         properties on the constructed variable names.
4668         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
4669         Put `definition-name' properties on the constructed function names
4670         next-sym and prev-sym.
4672         * emacs-lisp/find-func.el (find-function-regexp):
4673         Add define-global-minor-mode.  Replace `easy-mmode-define-global-mode'
4674         with `easy-mmode-define-[a-z-]+'.  Add easy-menu-define.
4675         (find-variable-regexp): Add easy-mmode-defmap, easy-mmode-defsyntax
4676         and easy-menu-define.
4678         * emacs-lisp/lisp-mode.el: Put `doc-string-elt' property on
4679         easy-mmode-define-global-mode and define-global-minor-mode.
4680         (lisp-imenu-generic-expression): Add define-global-minor-mode.
4682         * progmodes/cwarn.el (global-cwarn-mode): Use define-global-minor-mode
4683         instead of easy-mmode-define-global-mode.
4685         * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
4686         Use define-minor-mode instead of easy-mmode-define-minor-mode.
4688         * cus-edit.el (customize-group, customize-group-other-window):
4689         Filter out autoloaded options from the group completion list by
4690         using heuristics that autoloaded groups don't have `custom-autoload'
4691         property on their symbols (they have only `custom-loads').
4693         * simple.el (completion-setup-function): Put completions-common-part
4694         face on complete completion string too (i.e. completion string
4695         without completions-first-difference face).
4697         * man.el (Man-section-regexp): Add 0-9 to support "3X11" sections.
4699 2005-12-03  Eli Zaretskii  <eliz@gnu.org>
4701         * view.el (view-mode): Doc fix.
4703         * disp-table.el (standard-display-european): Add to the warning
4704         message a reference to the doc string.
4706         * play/yow.el (apropos-zippy): Call print-help-return-message,
4707         similar to other Help and Apropos commands.
4709         * help.el (print-help-return-message): If pop-up-frames is
4710         non-nil, set up help-return-method to delete the help window and,
4711         possibly, its frame as well, and don't display message about
4712         scrolling the help window.  Doc fix.
4713         (help-return-method): Doc fix.
4715 2005-12-03  Martin Rudalics  <rudalics@gmx.at>  (tiny change)
4717         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Fix bug
4718         whereby names of length one or names starting with a
4719         symbol-constituent character would not be returned.
4721 2005-12-03  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
4723         * subr.el (atomic-change-group): Add edebug and indentation spec.
4725 2005-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4727         * completion.el (save-completions-file-name): Fix typo in last change.
4729 2005-12-02  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
4731         * info.el: Move back/forward history to the beginning of the tool bar.
4733 2005-12-02  Ken Manheimer  <ken.manheimer@gmail.com>
4735         * allout.el (eval-when-compile): Remove unnecessary load of cl.
4736         Add fset of allout-real-isearch-abort during compile to fix
4737         byte-compilation warnings.
4738         (allout-mode-p): Move definition of this macro above all uses, or
4739         byte compilation in barren emacs (eg, during emacs build) will
4740         lack the definition.
4741         (allout-mode): Move this variable above any uses, or byte
4742         compilation will fail.
4743         (allout-resolve-xref): Remove use of personal file-reference function.
4744         (allout-toggle-current-subtree-encryption): Do the current (ie,
4745         visible containing) topic, rather than nearest around point.  Doc fix.
4746         (allout-toggle-subtree-encryption): New function, workhorse that
4747         works on nearest topic containing point.
4748         (allout-encrypt-string): Signal requirement for newer version of pgg.
4749         (allout-resumptions): Doc fix.
4751 2005-12-02  Eli Zaretskii  <eliz@gnu.org>
4753         * international/latexenc.el (latex-inputenc-coding-alist): Doc fix.
4755 2005-12-02  Agustin Martin  <agustin.martin@hispalinux.es>
4757         * textmodes/flyspell.el (flyspell-external-point-words):
4758         Consider a misspelling as found in the string search if: (a) misspelling
4759         and found string lengths match, or (b) misspelling is found as
4760         element in a boundary-chars separated longer string, or (c)
4761         ispell-program-name is really ispell and misspelling is found as
4762         part of a TeX string.  After successful match move beginning of
4763         search region to end of match.  Warn about not found misspellings
4764         once the process is done.
4765         (flyspell-large-region): Do not set ispell-parser to tex if in TeX mode.
4767 2005-12-02  Nick Roberts  <nickrob@snap.net.nz>
4769         * progmodes/gud.el (gud-menu-map): Put gud-finish back on the
4770         tool bar (removed inadvertently).
4772 2005-12-02  Juri Linkov  <juri@jurta.org>
4774         * log-view.el (log-view-diff): Clarify doc string.
4776 2005-12-01  Bill Wohler  <wohler@newt.com>
4778         * Makefile.in (mh-loaddefs.el): Reinsert Change Log as its absence
4779         triggers lm-verify errors.
4781 2005-12-01  Luc Teirlinck  <teirllm@auburn.edu>
4783         * simple.el (transient-mark-mode, line-number-mode)
4784         (column-number-mode, size-indication-mode): Remove `:require nil'.
4786 2005-12-01  Nick Roberts  <nickrob@snap.net.nz>
4788         * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-2 to gdb-mouse-until
4789         in the margin also.
4790         (gdb-breakpoints-mode-map): Use D instead of d for
4791         gdb-delete-breakpoint.
4792         (gdb-get-frame-number): Require a number to match on.
4793         (gdb-threads-mode-map): Add follow-link binding.
4795 2005-11-30  Jason Rumney  <jasonr@gnu.org>
4797         * isearch.el (isearch-mode-map): Avoid exiting search on
4798         language-change event.
4800 2005-11-30  Romain Francoise  <romain@orebokech.com>
4802         * speedbar.el (speedbar-default-position): New defcustom.
4803         (speedbar-frame-reposition-smartly): Use it.
4805         * dframe.el (dframe-reposition-frame-emacs): Fix position
4806         computation for `left' location.
4807         Update copyright year.
4809 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4811         * help.el (help-map): Move initialization into declaration.
4813         * emacs-lisp/autoload.el (make-autoload): Handle defgroup specially.
4815         * help-fns.el (help-argument-name): Don't autoload.
4816         It's useless and triggers a bug in cus-dep.el causing ldefs-boot
4817         to be re-loaded when customizing the `help' group.
4819 2005-11-30  John Paul Wallington  <jpw@gnu.org>
4821         * help-fns.el (describe-function-1): Fill arglist output.
4823 2005-11-30  Kim F. Storm  <storm@cua.dk>
4825         * emulation/cua-rect.el (cua--rectangle-overlays): Make permanent-local.
4826         (cua--rectangle-post-command): Cleanup overlays and deactivate mark
4827         after revert-buffer (or anything else which kills all local variables).
4829         * apropos.el (apropos-parse-pattern): Doc fix.
4830         Set apropos-regexp directly, rather than expecting callers to do so.
4831         (apropos-command, apropos, apropos-value, apropos-documentation):
4832         Simplify calls to apropos-parse-pattern.
4834 2005-11-29  Chong Yidong  <cyd@stupidchicken.com>
4836         * hi-lock.el (hi-lock-line-face-buffer, hi-lock-face-buffer)
4837         (hi-lock-face-phrase-buffer): Use hi-yellow face.
4838         (hi-lock-write-interactive-patterns): Use comment-region.
4840         * longlines.el (longlines-mode): Add mail-setup-hook.
4842         * mail/mailheader.el, mail/sendmail.el: Revert 2005-11-17 changes.
4844         * simple.el (sendmail-user-agent-compose, next-line):
4845         Conditionally use hard-newline.
4847 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
4849         * international/latexenc.el (latex-inputenc-coding-alist):
4850         Reword doc string.
4852 2005-11-29  Chong Yidong  <cyd@stupidchicken.com>
4854         * help.el (describe-key-briefly, describe-key): Recognize default
4855         bindings.
4857 2005-11-29  Romain Francoise  <romain@orebokech.com>
4859         * view.el (view-inhibit-help-message): New defcustom.
4860         (view-mode-enter): Use it.
4862 2005-11-29  Michael Kifer  <kifer@cs.stonybrook.edu>
4864         * ediff-wind (ediff-setup-control-frame, ediff-make-wide-display):
4865         Preserve user position.
4867 2005-11-28  Luc Teirlinck  <teirllm@auburn.edu>
4869         * font-lock.el: Throw error if facemenu is not loaded to prevent
4870         accidental change of loading order in loadup.el.  (Suggested by RMS.)
4872         * loadup.el: Add comment explaining why facemenu must be loaded
4873         before font-lock.
4875 2005-11-28  Jay Belanger  <belanger@truman.edu>
4877         * calc/calc.el: Change global keybinding for calc-dispatch to "\C-x*".
4878         (calc-dispatch-map): Add more keys for `calc-same-interface'.
4880         * calc/calc-misc.el (calc-dispatch-help): Update docstring.
4882         * calc/calc-embed.el (calc-do-embedded): Update help message.
4884         * calc/calc-prog.el (calc-user-define-invokation): Update help message.
4886 2005-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
4888         * log-edit.el (log-edit-insert-cvs-rcstemplate): Ignore stderr.
4890         * emacs-lisp/elp.el (elp-not-profilable): Replace interactive-p with
4891         called-interactively-p.
4892         (elp-profilable-p): Rename from elp-not-profilable-p.
4893         Invert result and take into account macros and autoloaded functions.
4894         (elp-instrument-function): Update call.
4895         (elp-instrument-package): Update call.  Add completion.
4896         (elp-pack-number): Use match-string.
4897         (elp-results-jump-to-definition-by-mouse): Merge into
4898         elp-results-jump-to-definition and then remove.
4899         (elp-output-insert-symname): Make help echo text single-line.
4901         * replace.el (query-replace-map): Move initialization into declaration.
4902         (occur-engine): Use with-current-buffer.
4903         (occur-mode-goto-occurrence): Make it work for mouse-clicks as well.
4904         (occur-mode-mouse-goto): Replace with an alias.
4906 2005-11-28  Juri Linkov  <juri@jurta.org>
4908         * simple.el (quoted-insert): Let-bind input-method-function to nil.
4910         * term/w32-win.el: Bind [S-tab] to [backtab].
4912         * info.el (Info-fontify-node): Set 2nd arg `noerror' of
4913         `Info-find-file' to t.
4915         * replace.el (occur-mode-mouse-goto): Pop, don't switch.
4916         (occur-mode-goto-occurrence): Let-bind same-window-buffer-names
4917         and same-window-regexps.
4918         (occur-next-error): Don't move point for arg 0.
4920 2005-11-28  Chong Yidong  <cyd@stupidchicken.com>
4922         * replace.el (occur-mode-goto-occurrence): Pop, don't switch.
4924 2005-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
4926         * log-edit.el (log-edit-changelog-use-first): New var.
4927         (log-edit-changelog-ours-p): Use it.
4928         (log-edit-insert-changelog): Set it with new arg `use-first'.
4929         (log-edit-insert-cvs-rcstemplate, log-edit-insert-filenames): New funs.
4930         (log-edit-hook): Add them to the list of suggested options.
4932         * textmodes/flyspell.el (flyspell-last-buffer): New var.
4933         (flyspell-accept-buffer-local-defs): Use it to avoid doing silly
4934         redundant work.
4935         (flyspell-mode-on): Use add-hook for after-change-functions.
4936         (flyspell-mode-off): Use remove-hook for after-change-functions.
4937         (flyspell-changes): Make it buffer-local.
4938         (flyspell-after-change-function): Make it non-interactive.  Use push.
4939         (flyspell-post-command-hook): Check input-pending-p while processing
4940         the potentially long list of buffer changes.
4942 2005-11-28  L\e$,1 q\e(Brentey K\e,Aa\e(Broly  <lorentey@elte.hu>
4944         * buff-menu.el (list-buffers-noselect): Display the selected
4945         frame's buffer list, not the global one.
4947 2005-11-28  Nick Roberts  <nickrob@snap.net.nz>
4949         * xt-mouse.el (xterm-mouse-event): Set last-input-event so
4950         that (list last-input-event) works as in interactive spec.
4952 2005-11-27  Luc Teirlinck  <teirllm@auburn.edu>
4954         * loadup.el ("facemenu"): Load facemenu before font-lock, because
4955         `facemenu-keymap' needs to be defined when font-lock is loaded.
4956         Otherwise, `M-o M-o' is not bound to `font-lock-fontify-block'.
4958 2005-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
4960         * completion.el: Remove useless leading * in defcustom docstrings.
4961         (save-completions-file-name): Use ~/.emacs.d if available.
4962         (completion-standard-syntax-table): Rename from
4963         cmpl-standard-syntax-table and fold initialization into declaration,
4964         thus removing cmpl-make-standard-completion-syntax-table.
4965         (completion-lisp-syntax-table, completion-c-syntax-table)
4966         (completion-fortran-syntax-table, completion-c-def-syntax-table): Idem.
4967         (cmpl-saved-syntax, cmpl-saved-point): Remove.
4968         (symbol-under-point, symbol-before-point)
4969         (symbol-under-or-before-point, symbol-before-point-for-complete)
4970         (add-completions-from-c-buffer): Use with-syntax-table.
4971         (make-completion): Don't return a list of completion entries.
4972         Update callers.
4973         (cmpl-prefix-entry-head, cmpl-prefix-entry-tail): Use defalias.
4974         (completion-initialize): Rename from initialize-completions.
4975         (completion-find-file-hook): Rename from cmpl-find-file-hook.
4976         (kill-emacs-save-completions): Collect stats here.
4977         (save-completions-to-file, load-completions-from-file):
4978         Use with-current-buffer.
4979         (completion-def-wrapper): Rename from def-completion-wrapper.  Make it
4980         into a function.  Move all calls to toplevel.
4981         (completion-lisp-mode-hook): New fun.
4982         (completion-c-mode-hook, completion-setup-fortran-mode):
4983         Set the syntax-table here.  Use local-set-key.
4984         (completion-saved-bindings): New var.
4985         (dynamic-completion-mode): Make it into a proper minor mode.
4986         (load-completions-from-file): Remove unused var `num-uses'.
4988         * emacs-lisp/cl-macs.el (defstruct): Don't define the default
4989         constructor if it is explicitly overridden.
4991         * complete.el (PC-completion-as-file-name-predicate):
4992         Use minibuffer-completing-file-name.
4993         (partial-completion-mode): Use find-file-not-found-functions.
4994         (PC-lisp-complete-symbol): Use with-syntax-table.
4995         (PC-look-for-include-file): Remove dead setq.
4996         (PC-look-for-include-file, PC-expand-many-files, PC-do-completion)
4997         (PC-complete): Use with-current-buffer.
4999         * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): \ doesn't
5000         escape single quotes.
5002 2005-11-27  Luc Teirlinck  <teirllm@auburn.edu>
5004         * dabbrev.el (dabbrev-completion): Simplify code, by getting rid
5005         of `if' whose condition always returned nil.  Doc fix.
5007         * buff-menu.el (Buffer-menu-revert-function): Make the selected
5008         window's buffer the current buffer around the call to
5009         `list-buffers-noselect'.  This is necessary to mark that buffer
5010         with a `.' in the Buffer Menu when called from Lisp, for instance
5011         by Auto Revert Mode.
5013 2005-11-28  Nick Roberts  <nickrob@snap.net.nz>
5015         * progmodes/gdb-ui.el (gdb-stopped): Detect child process when
5016         attaching to it.
5017         (gdb-pre-prompt): Make sure gdb-error is reset.
5019         * progmodes/gud.el (gud-gdb-marker-filter): When GDB is invoked
5020         with a child process, detect it.
5021         (gud-speedbar-buttons): Match regexp more carefully.
5023 2005-11-27  Richard M. Stallman  <rms@gnu.org>
5025         * mouse.el (mouse-drag-move-window-bottom):
5026         Use adjust-window-trailing-edge.
5028 2005-11-27  Luc Teirlinck  <teirllm@auburn.edu>
5030         * simple.el (blink-matching-open): Ignore
5031         `blink-matching-paren-on-screen' if `show-paren-mode' is enabled.
5032         (blink-matching-paren-on-screen): Update docstring.
5034         * paren.el (show-paren-mode): No longer change
5035         `blink-matching-paren-on-screen'.
5037 2005-11-27  John Paul Wallington  <jpw@pobox.com>
5039         * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
5040         (gdb-threads-select, gdb-edit-register-value):
5041         Use `posn-set-point' instead of `mouse-set-point' because the
5042         latter is not fbound when configured without X.
5044 2005-11-27  Kim F. Storm  <storm@cua.dk>
5046         * emulation/cua-rect.el (cua--highlight-rectangle): Preserve
5047         existing face when partially highlighting a TAB in a rectangle.
5049 2005-11-26  Kim F. Storm  <storm@cua.dk>
5051         * ido.el (ido-mode-map): Doc fix.
5052         (ido-mode-common-map, ido-mode-file-map)
5053         (ido-mode-file-dir-map, ido-mode-buffer-map): New keymaps.
5054         (ido-define-mode-map): Rewrite.  Select one of the new maps as
5055         parent for ido-mode-map instead of building from scratch.
5056         (ido-init-mode-maps): New defun to initialize new maps.
5057         (ido-mode): Call it.
5058         (ido-switch-buffer): Doc fix -- use \<ido-mode-buffer-map>.
5059         (ido-find-file): Doc fix -- use \<ido-mode-file-map>.
5061 2005-11-26  John Paul Wallington  <jpw@pobox.com>
5063         * arc-mode.el (archive-extract): Use `posn-set-point' instead of
5064         `mouse-set-point' because the latter is not fbound when configured
5065         without X.
5067 2005-11-26  Thien-Thi Nguyen  <ttn@gnu.org>
5069         * files.el (file-relative-name): Doc fix.
5071 2005-11-26  Kurt Hornik  <Kurt.Hornik@wu-wien.ac.at>
5073         * progmodes/octave-inf.el (inferior-octave-startup): Force a
5074         non-empty string for secondary prompt PS2.
5076 2005-11-25  Chong Yidong  <cyd@stupidchicken.com>
5078         * progmodes/compile.el (compilation-setup): Fix last change.
5080 2005-11-26  Nick Roberts  <nickrob@snap.net.nz>
5082         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
5083         (gdb-mouse-toggle-breakpoint-margin)
5084         (gdb-mouse-toggle-breakpoint-fringe, gdb-threads-select):
5085         Add gdb-server-prefix to keep out of command history.
5086         (gdb-edit-register-value): New function.
5087         (gdb-registers-mode-map): Bind mouse-2 and RET to it.
5088         (gdb-info-registers-custom): Use above map.
5090 2005-11-25  Chong Yidong  <cyd@stupidchicken.com>
5092         * custom.el (enable-theme): Signal error if argument is not a
5093         theme.  Don't recalculate a face if it's not loaded yet.
5095         * cus-face.el (custom-theme-set-faces): Don't change saved-face if
5096         the `user' theme is in effect.
5098         * info.el (Info-on-current-buffer): Record actual filename in
5099         Info-current-file, instead of t, or a fake filename if a non-file
5100         buffer.  Make autoload.
5101         (Info-find-node, Info-revert-find-node): No need to check for
5102         Info-current-file nil.
5103         (Info-set-mode-line, Info-up, Info-copy-current-node-name):
5104         Info-current-file is now never `t'.
5105         (Info-fontify-node): Many simplifications due to Info-current-file
5106         always being valid.  Use Info-find-file to find node filename.
5108 2005-11-25  David Kastrup  <dak@gnu.org>
5110         * longlines.el (longlines-wrap-line): Reorder wrapping to "insert
5111         new character, then delete" in order to preserve markers.
5113 2005-11-25  David Ponce  <david@dponce.com>
5115         * recentf.el (recentf-arrange-by-rule): Handle a special
5116         `auto-mode-alist'-like "strip suffix" rule.
5117         (recentf-build-mode-rules): Handle second level auto-mode entries.
5119 2005-11-25  Michael Kifer  <kifer@cs.stonybrook.edu>
5121         * viper-keym.el (viper-ESC-key): Use different values in terminal and
5122         window modes.
5124         * viper.el (viper-emacs-state-mode-list): Delete mail-mode, add
5125         jde-javadoc-checker-report-mode.
5127         * ediff-wind (ediff-make-wide-display): Slight simplification.
5129         * ediff.el (ediff-date): Change the date of last update.
5131 2005-11-24  Chong Yidong  <cyd@stupidchicken.com>
5133         * hi-lock.el (hi-lock-buffer-mode): Renamed from `hi-lock-mode'.
5134         Use define-minor-mode, and make it a local mode.  Turn on font-lock.
5135         (hi-lock-mode): New global minor mode.
5136         (turn-on-hi-lock-if-enabled): New function.
5137         (hi-lock-line-face-buffer, hi-lock-face-buffer, hi-lock-set-pattern):
5138         Change arguments to regexp and face instead of a font-lock pattern.
5139         Directly set face property, instead of refontifying.
5140         (hi-lock-font-lock-hook): Check if font-lock is being turned on.
5141         (hi-lock-find-patterns): Use line-number-at-pos.
5143         (hi-lock-face-phrase-buffer): Call hi-lock-buffer-mode.  Use new
5144         arguments for hi-lock-set-pattern.
5145         (hi-lock-unface-buffer, hi-lock-set-file-patterns):
5146         Call font-lock-fontify-buffer.
5147         (hi-lock-find-file-hook, hi-lock-current-line)
5148         (hi-lock-refontify, hi-lock-set-patterns): Delete unused functions.
5150         (hi-lock-font-lock-hook): Turn off hi-lock when font lock is
5151         turned off.
5153         * progmodes/compile.el (compilation-setup): Don't fiddle with
5154         font-lock-defaults.
5156 2005-11-25  Nick Roberts  <nickrob@snap.net.nz>
5158         * progmodes/gdb-ui.el (gdb-var-create-handler)
5159         (gdb-var-list-children-handler): Find values for all variable
5160         objects.  gud-speedbar-buttons decides whether to display them.
5162 2005-11-24  Romain Francoise  <romain@orebokech.com>
5164         * info.el (Info-speedbar-fetch-file-nodes): Prefix temporary
5165         buffer name with a space.
5167 2005-11-24  Carsten Dominik  <dominik@science.uva.nl>
5169         * textmodes/org.el (org-export-plain-list-max-depth): Renamed from
5170         `org-export-local-list-max-depth'.  Change default value to 3.
5171         (org-auto-renumber-ordered-lists)
5172         (org-plain-list-ordered-item-terminator): New options.
5173         (org-at-item-p, org-beginning-of-item, org-end-of-item)
5174         (org-get-indentation, org-get-string-indentation)
5175         (org-maybe-renumber-ordered-list, org-renumber-ordered-list):
5176         New functions.
5177         (org-move-item-down, org-move-item-up): New commands.
5178         (org-export-as-html): New classes for CSS support.  Bug fix in
5179         regular expression detecting fixed-width regions.  Respect
5180         `org-local-list-ordered-item-terminator'.
5181         (org-set-autofill-regexps, org-adaptive-fill-function): "1)" is
5182         also a list item.
5183         (org-metaup, org-metadown, org-shiftmetaup, org-shiftmetadown):
5184         New item moving functions.
5186 2005-11-24  Juri Linkov  <juri@jurta.org>
5188         * isearch.el (isearch-repeat): With empty search ring set
5189         `isearch-error' to the error string instead of signaling error
5190         with the function `error'.
5192 2005-11-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
5194         * term/mac-win.el: Make modifier `ctrl' an alias for `control'.
5196 2005-11-24  Nick Roberts  <nickrob@snap.net.nz>
5198         * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): New function
5199         and variable.
5200         (gdb-var-create-handler, gdb-var-list-children-handler):
5201         Don't match on "char **...".
5202         (gdb-var-update-handler): Find values for all variable objects.
5203         (gdb-info-frames-custom): Identify frames by leading "#".
5205         * progmodes/gud.el (gud-speedbar-menu-items): Add
5206         gdb-speedbar-auto-raise as radio button.
5207         (gud-speedbar-buttons): Raise speedbar if requested.
5208         Don't match on "char **...".
5209         (gud-speedbar-buttons): Add (pointer) value for non-leaves.
5210         Make it editable.
5212 2005-11-23  Chong Yidong  <cyd@stupidchicken.com>
5214         * info.el (Info-fontify-node): Handle the case where
5215         Info-current-file is t.
5217 2005-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5219         * simple.el (blink-matching-open): Fix off-by-one in last change.
5221 2005-11-23  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
5223         * term/mac-win.el: Don't change default directory.
5225 2005-11-22  Luc Teirlinck  <teirllm@auburn.edu>
5227         * cus-edit.el (Custom-reset-standard): Make it handle Custom group
5228         buffers correctly.  (It used to throw an error in such buffers.)
5229         Make it ask for confirmation in group buffers and other Custom
5230         buffers containing more than one customization item.
5232 2005-11-22  John Paul Wallington  <jpw@gnu.org>
5234         * net/goto-addr.el (goto-address-fontify): Put `follow-link'
5235         property on mail and url overlays.
5236         (goto-address-at-point): Use `posn-set-point' instead of
5237         `mouse-set-point' because the latter is not fbound when configured
5238         without X.
5240 2005-11-22  Lars Hansen  <larsh@soem.dk>
5242         * ls-lisp.el (ls-lisp-parse-symlink): Delete.
5243         (ls-lisp-classify, ls-lisp-format): Delete call to
5244         ls-lisp-parse-symlink.
5245         (ls-lisp-handle-switches): Handle symlinks to directories as
5246         directories when ls-lisp-dirs-first in non-nil.
5248 2005-11-21  Luc Teirlinck  <teirllm@auburn.edu>
5250         * startup.el (command-line): Make sure that loaddefs.el is handled
5251         correctly in load-history.
5253 2005-11-22  Nick Roberts  <nickrob@snap.net.nz>
5255         * progmodes/gdb-ui.el (gdb-locals-watch-keymap): New local map.
5256         (gdb-struct-string, gdb-array-string): New constants.
5257         (gdb-info-locals-handler): Use them.
5258         (gdb-reset): Reset gdb-var-list to nil.
5260 2005-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5262         * progmodes/sh-script.el (sh-font-lock-paren): Handle continued lines
5263         in patterns.
5265 2005-11-21  Juri Linkov  <juri@jurta.org>
5267         * custom.el (defcustom): Update link types in docstring.
5269 2005-11-20  Martin Rudalics  <rudalics@gmx.at>  (tiny change)
5271         * custom.el (defgroup): Add doc-string-elt info.
5273         * widget.el (define-widget): Don't use declare for the doc-string-elt.
5275 2005-11-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5277         * newcomment.el (comment-enter-backward): Fix last fix.
5279         * simple.el (blink-matching-open):
5280         * paren.el (show-paren-function): Allow new paren-class info.
5282 2005-11-20  Chong Yidong  <cyd@stupidchicken.com>
5284         * faces.el: Revert 2005-11-17 change.  :ignore-defface is now
5285         handled automagically.
5287 2005-11-20  Andreas Schwab  <schwab@suse.de>
5289         * descr-text.el (describe-char): When copying overlays put them
5290         over the full char description instead of just the first character
5291         of it.
5293 2005-11-20  Juri Linkov  <juri@jurta.org>
5295         * simple.el (what-cursor-position):
5296         * descr-text.el (describe-char): Use Lisp-readable syntax
5297         for octal and hex.  Reorder decimal, octal and hex values.
5298         Remove excess whitespace in the output.  Use `=' in `column='
5299         like in `point=' and `Hscroll='.
5301         * international/mule-cmds.el (encoded-string-description):
5302         Use Lisp-readable syntax for hex.
5304 2005-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
5306         * newcomment.el (comment-enter-backward): Handle the case where the
5307         comment is closed by EOB.
5309 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
5311         * longlines.el (longlines-before-revert-hook)
5312         (longlines-after-revert-hook): New functions.
5313         (longlines-mode): Turn off longlines temporarily when reverting.
5314         Add a message-setup-hook.
5315         (longlines-decode-buffer): New function.
5316         (longlines-wrap-line): Preserve marker positions.
5318 2005-11-19  Andreas Schwab  <schwab@suse.de>
5320         * emacs-lisp/shadow.el: Handle compressed files.
5322 2005-11-19  Romain Francoise  <romain@orebokech.com>
5324         * net/browse-url.el (browse-url-default-browser): Signal an error
5325         if no usable browser can be found, rather than try to load w3.
5327 2005-11-16  Ryan Yeske  <rcyeske@gmail.com>
5329         * net/rcirc.el (rcirc-mangle-text): Add bold face property without
5330         replacing existing properties.
5331         (rcirc-my-nick, rcirc-other-nick, rcirc-server)
5332         (rcirc-nick-in-message, rcirc-prompt): Use min-colors and remove
5333         tty specs.
5334         (rcirc-server-prefix, rcirc-server): New faces.
5335         (rcirc-url-regexp): Generate with rx macro.
5336         (rcirc-last-server-message-time): New variable.
5337         (rcirc-filter): Record time of last message.
5338         (rcirc-keepalive): Kill processes that did not send a message
5339         since the last ping.
5340         (rcirc-mode): Give rcirc-topic a local binding here.
5342 2005-11-19  Michael Cadilhac  <michael.cadilhac@lrde.org>  (tiny change)
5344         * subr.el (read-passwd): Fontify the prompt as we do with other
5345         prompts.
5347 2005-11-19  Ryan Yeske  <rcyeske@gmail.com>
5349         * ffap.el (ffap-menu-rescan): Use inhibit-read-only instead of
5350         binding buffer-read-only to nil.
5352 2005-11-19  Eli Zaretskii  <eliz@gnu.org>
5354         * complete.el (partial-completion-mode):
5355         Mention completion-auto-help in the doc string.
5357         * man.el (Man-highlight-references): Doc fix.  Reformat code in a
5358         more Lisp-ish way.
5360 2005-11-19  Slawomir Nowaczyk  <slawomir.nowaczyk.847@student.lu.se>  (tiny change)
5362         * ls-lisp.el (ls-lisp-format-file-size): Format file size with 9
5363         digits, not 8, to avoid misalignment for files larger than 100MB.
5365 2005-11-19  Eli Zaretskii  <eliz@gnu.org>
5367         * menu-bar.el (menu-bar-describe-menu) <list-keybindings>:
5368         Mention "keyboard shortcuts" in the help text.
5370 2005-11-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
5372         * startup.el (fancy-splash-default-action): Discard only
5373         mouse-down and succeeding mouse-up events in the splash screen
5374         window so that drag-n-drop event can be processed.
5376 2005-11-18  Chong Yidong  <cyd@stupidchicken.com>
5378         * longlines.el (longlines-mode): Add hacks for mail-mode and
5379         message-mode.
5381 2005-11-18  Carsten Dominik  <dominik@science.uva.nl>
5383         * textmodes/org.el (org-table-sort-lines): New command.
5384         (org-tbl-menu): Add entry for `org-table-sort-lines'.
5385         (org-add-file): Command removed, use `org-agenda-file-to-front'
5386         instead.
5387         (org-export-icalendar): Use `org-icalendar-combined-name'.
5388         (org-cycle-agenda-files, org-agenda-file-to-end)
5389         (org-agenda-file-to-front): New commands.
5390         (org-table-tab-jumps-over-hlines, org-export-html-style):
5391         New options.
5392         (org-table-next-field): Use `org-table-tab-jumps-over-hlines'.
5393         (org-at-table.el-p, org-set-autofill-regexps, org-html-protect):
5394         New functions.
5395         (org-fill-paragraph): Call `org-table-align' in tables.
5396         (org-mode): Call `org-set-autofill-regexps'.
5397         (org-export-as-html): Support for local handformatted lists.
5398         Modified to produce valid HTML 4.0.  Use `org-export-html-style'.
5399         (org-export-local-list-max-depth): New option.
5400         (org-html-expand): Use `org-html-protect'.
5402 2005-11-18  Nick Roberts  <nickrob@snap.net.nz>
5404         * progmodes/gud.el (gud-install-speedbar-variables): Bind gud-pp
5405         to "p".
5406         (gdb): Move definition of gud-pp to...
5408         * progmodes/gdb-ui.el (gdb-ann3): ...here.  Make it work in the
5409         speedbar.
5410         (gdb-find-watch-expression): New function.
5412 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
5414         * faces.el (face-attribute, set-face-attribute): Mention existence
5415         of `:ignore-defface' setting in docstring.
5417 2005-11-17  Stefan Monnier  <monnier@iro.umontreal.ca>
5419         * simple.el (completion-setup-function): Fix last change.
5421 2005-11-17  John Paul Wallington  <jpw@pobox.com>
5423         * ibuf-ext.el (ibuffer-interactive-filter-by-mode):
5424         Use `posn-set-point' instead of `mouse-set-point' because the
5425         latter is not fbound when configured without X.
5427         * comint.el (comint-insert-input): Likewise.
5429 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
5431         * simple.el (hard-newline): New variable.
5432         (sendmail-user-agent-compose, next-line): Use it.
5434         * mail/sendmail.el (mail-setup, mail-send, mail-insert-from-field)
5435         (sendmail-send-it, mail-do-fcc, mail-cc, mail-bcc, mail-fcc)
5436         (mail-mail-reply-to, mail-mail-followup-to)
5437         (mail-position-on-field, mail-signature, mail-yank-original)
5438         (mail-attach-file): Likewise.
5440         * mail/mailheader.el (mail-header-format)
5441         (mail-header-format-function): Likewise.
5443         * add-log.el (add-change-log-entry, change-log-merge): Likewise.
5445 2005-11-17  Juri Linkov  <juri@jurta.org>
5447         * font-lock.el (font-lock-faces): Rename this defgroup from
5448         `font-lock-highlighting-faces'.
5449         (font-lock-comment-face, font-lock-comment-delimiter-face)
5450         (font-lock-string-face, font-lock-doc-face)
5451         (font-lock-keyword-face, font-lock-builtin-face)
5452         (font-lock-function-name-face, font-lock-variable-name-face)
5453         (font-lock-type-face, font-lock-constant-face)
5454         (font-lock-warning-face, font-lock-negation-char-face)
5455         (font-lock-preprocessor-face)
5456         (font-lock-regexp-grouping-backslash)
5457         (font-lock-regexp-grouping-construct): Rename :group from
5458         `font-lock-highlighting-faces' to `font-lock-faces'.
5460         * cus-edit.el (lisp, c, tex):
5461         * progmodes/ada-mode.el (ada):
5462         * progmodes/asm-mode.el (asm):
5463         * progmodes/cperl-mode.el (cperl-faces):
5464         * progmodes/cpp.el (cpp):
5465         * progmodes/dcl-mode.el (dcl):
5466         * progmodes/f90.el (f90):
5467         * progmodes/fortran.el (fortran):
5468         * progmodes/icon.el (icon):
5469         * progmodes/idlwave.el (idlwave-misc):
5470         * progmodes/m4-mode.el (m4):
5471         * progmodes/make-mode.el (makefile):
5472         * progmodes/meta-mode.el (meta-font):
5473         * progmodes/modula2.el (modula2):
5474         * progmodes/octave-mod.el (octave):
5475         * progmodes/pascal.el (pascal):
5476         * progmodes/perl-mode.el (perl):
5477         * progmodes/prolog.el (prolog):
5478         * progmodes/ps-mode.el (PostScript-edit):
5479         * progmodes/scheme.el (scheme):
5480         * progmodes/sh-script.el (sh-script):
5481         * progmodes/simula.el (simula):
5482         * progmodes/tcl.el (tcl):
5483         * textmodes/nroff-mode.el (nroff):
5484         * textmodes/reftex-vars.el (reftex-fontification-configurations):
5485         * textmodes/sgml-mode.el (sgml):
5486         * textmodes/texinfo.el (texinfo):
5487         Add :link (custom-group-link font-lock-faces) to defgroup.
5489         * hi-lock.el (hi-lock): Rename this defgroup from
5490         `hi-lock-interactive-text-highlighting'.  Change parent group from
5491         `faces' to `font-lock'.  Add link to the manual.
5492         (hi-lock-mode, hi-lock-file-patterns-range)
5493         (hi-lock-exclude-modes, hi-lock-faces): Rename :group from
5494         `hi-lock-interactive-text-highlighting' to `hi-lock'.
5495         (hi-lock-faces): Add :group `faces'.
5497         * cus-edit.el (custom-variable-prompt): Clarify the code.
5499         * faces.el (face-read-string): Set the default value arg of
5500         completing-read.
5502 2005-11-16  Luc Teirlinck  <teirllm@auburn.edu>
5504         * rfn-eshadow.el (file-name-shadow-properties)
5505         (file-name-shadow-tty-properties, file-name-shadow-mode):
5506         Remove autoloads, because the file is now preloaded.
5508 2005-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
5510         * printing.el (easy-menu-intern): Don't define.
5511         (pr-get-symbol): Use easy-menu-intern only if defined.
5513         * simple.el (blink-matching-open): Simplify a bit.
5514         (completion-setup-function): Fix the case of partial-completion-mode
5515         when the minibuffer's contents start with "-".
5516         Obey completion-base-size-function even when
5517         minibuffer-completing-file-name is non-nil.
5519 2005-11-16  Richard M. Stallman  <rms@gnu.org>
5521         * net/eudcb-ph.el (eudc-ph-open-session):
5522         Use set-process-query-on-exit-flag.
5524         * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-contents.
5526         * international/ucs-tables.el (ucs-set-table-for-input):
5527         Use make-local-variable, not make-variable-buffer-local.
5529         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
5530         Improve warning message text.
5532         * savehist.el (savehist-save-hook): Add :group.
5534         * menu-bar.el (menu-bar-help-menu):
5535         Rename Find Extra Packages to External Packages.
5537         * cus-edit.el (Custom-reset-standard): Verify that
5538         :custom-standard-value prop exists before calling it.
5540         * apropos.el (apropos-calc-scores): Use apropos-pattern.
5542 2005-11-16  Martin Rudalics  <rudalics@gmx.at>  (tiny change)
5544         * wid-edit.el (color): Enclose %t in %{...%}.
5546         * cus-edit.el (face): Enclose %t in %{...%}.
5548 2005-11-16  Hrvoje Niksic  <hniksic@xemacs.org>
5550         * savehist.el (savehist-mode-hook): Re-add the var.
5551         (savehist-mode): Use it.
5553 2005-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
5555         * textmodes/flyspell.el: Fix commenting convention.
5556         Remove unnecessary leading * in custom docstrings.
5557         (flyspell-emacs): Remove unused var.
5558         (flyspell-delete-region-overlays): Use remove-overlays.
5559         (flyspell-accept-buffer-local-defs): Use save-current-buffer.
5560         (flyspell-debug-signal-no-check, flyspell-debug-signal-changed-checked)
5561         (flyspell-debug-signal-pre-word-checked, flyspell-post-command-hook)
5562         (flyspell-debug-signal-word-checked): Use with-current-buffer.
5563         (make-flyspell-overlay): Don't locally reuse a global name.
5564         (flyspell-highlight-incorrect-region)
5565         (flyspell-highlight-duplicate-region): Use flyspell-unhighlight-at.
5566         (flyspell-check-previous-highlighted-word): Use flyspell-overlay-p.
5567         (flyspell-notify-misspell): Remove unused args `start' and `end'.
5568         (flyspell-word): Adjust call accordingly.  Use ispell-send-string.
5569         Wrap calls to accept-process-output inside with-local-quit since it's
5570         often called from a post-command-hook.
5571         (flyspell-correct-word, flyspell-auto-correct-word):
5572         Use ispell-send-string.
5573         (flyspell-xemacs-popup): Remove unused arg `event'.  Update call.
5575         * calendar/diary-lib.el (diary-list-entries): Also hide the
5576         terminating newline.
5578 2005-11-16  Carsten Dominik  <dominik@science.uva.nl>
5580         * textmodes/reftex.el (reftex-use-fonts): Remove the check for
5581         window-system, to allow fonts on tty.
5583 2005-11-17  Nick Roberts  <nickrob@snap.net.nz>
5585         * progmodes/gud.el (gud-speedbar-item-info): New function.
5586         (gud-install-speedbar-variables): Use it to display data type
5587         of watch expression as a tooltip in speedbar.
5589 2005-11-15  Luc Teirlinck  <teirllm@auburn.edu>
5591         * font-core.el (global-font-lock-mode): Add :version keyword,
5592         because default was changed.
5594         * jka-cmpr-hook.el (auto-compression-mode): Ditto.
5596         * startup.el (command-line): Use `custom-reevaluate-setting' for
5597         `file-name-shadow-mode'.
5599         * loadup.el: Preload rfn-eshadow.
5601         * rfn-eshadow.el (file-name-shadow-mode): Set :init-value to t.
5602         Add :version keyword.
5603         (file-name-shadow-properties, file-name-shadow-tty-properties)
5604         (file-name-shadow): Add :version keyword.
5606         * cus-edit.el (custom-add-parent-links): Fix bug whereby, for
5607         instance, `(fringe custom-face)' shadowed `(fringe custom-group)'
5608         in the custom-group property of the symbol frames and the fringe
5609         group got no link to its parent group frames.
5610         Doc fix.
5612 2005-11-16  Nick Roberts  <nickrob@snap.net.nz>
5614         * progmodes/gud.el (gud-stop-subjob): New function.
5615         (gud-menu-map, gud-tool-bar-map): Use it.
5617 2005-11-16  Kim F. Storm  <storm@cua.dk>
5619         * progmodes/gud.el (gud-menu-map): Let [stop] stop program rather
5620         than kill it.
5621         (gud-tool-bar-map): Likewise.  Move cont/until/finish buttons
5622         to a more useful/logical place.
5624 2005-11-16  Nick Roberts  <nickrob@snap.net.nz>
5626         * progmodes/gud.el (gud-menu-map): Make visibility of stop and
5627         go buttons complementary.
5629 2005-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
5631         * rfn-eshadow.el (rfn-eshadow-regexp): Remove.
5632         (rfn-eshadow-sifn-equal): New function.
5633         (rfn-eshadow-update-overlay): Rewrite to use substitute-in-file-name.
5635 2005-11-15  Michael Kifer  <kifer@cs.stonybrook.edu>
5637         * viper-utils (viper-non-word-characters-reformed-vi): Quote `-' in
5638         string.
5640         * viper.el (viper-emacs-state-mode-list): Ensure that
5641         rcirc-mode buffers come up in Emacs state.
5643         * ediff-util (ediff-make-temp-file): Use proper file-name-handler
5644         operation.
5646 2005-11-15  Dan Nicolaescu  <dann@ics.uci.edu>
5648         * term.el (term-termcap-format): Fix typos.
5649         (term-down): Fix the negative argument case.
5651 2005-11-16  Nick Roberts  <nickrob@snap.net.nz>
5653         * progmodes/gdb-ui.el: Remove face-alias left over from change on
5654         2005-08-15.
5655         (gdb-ann3): New command gud-go.
5656         (menu): Accomodate gdb-mi.el.
5657         (gdb-assembler-custom): Make buffer of selected window current
5658         so that set-window-point works.
5660         * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Re-define
5661         buttons and include new ones.
5663 2005-11-16  Kim F. Storm  <storm@cua.dk>
5665         * progmodes/gud.el (gud-tool-bar-item-visible-no-fringe): New function.
5666         (gud-menu-map): Use it.
5668 2005-11-14  Luc Teirlinck  <teirllm@auburn.edu>
5670         * jka-cmpr-hook.el (auto-compression-mode): Enable it in a way
5671         that works correctly for Custom and that does not override a user
5672         who disables it.
5674         * help-mode.el (help-make-xrefs, help-xref-on-pp)
5675         (help-xref-interned, help-follow): Make hyperlinks for variables
5676         that are unbound, but have a non-nil variable-documentation property.
5678         * emacs-lisp/derived.el (define-derived-mode): Remove defvar for
5679         mode hook.  (It conflicted with defcustoms for some mode hooks.)
5680         Use the `variable-documentation' property to give the mode hook a
5681         docstring and expand that docstring.
5683 2005-11-14  Hrvoje Niksic  <hniksic@xemacs.org>
5685         * savehist.el (savehist-mode): Don't bother with
5686         `custom-set-minor-mode'.
5687         (savehist-coding-system): Check XEmacs version.
5688         (history-length): Declare also at run time.
5689         (savehist-mode): Don't emit a message.  Don't run the minor mode hook.
5690         Don't set the customize state.
5691         (savehist-minibuffer-hook): Special case for when
5692         minibuffer-history-variable is equal to t.
5694 2005-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
5696         * files.el (write-file): Refresh VC status.
5698         * calendar/diary-lib.el (diary-list-entries, diary-show-all-entries)
5699         (mark-diary-entries, make-diary-entry): Check default-major-mode rather
5700         than fundamental-mode to see if the mode was set.
5702 2005-11-14  Romain Francoise  <romain@orebokech.com>
5704         * dired-x.el: If `vm-visit-folder' doesn't exist, define it as a
5705         dummy function in `eval-when-compile' to avoid compiler warning.
5706         Require `man' at compile time.
5708 2005-11-14  Jay Belanger  <belanger@truman.edu>
5710         * calc-alg.el (calcFunc-write-out-power): Rename it to
5711         calcFunc-powerexpand.
5712         (math-write-out-power): Rename it to math-powerexpand; have it
5713         handle negative exponents.
5714         (calc-writeoutpower): Rename it to calc-powerexpand.
5716         * calc-ext.el: Change calcFunc-writeoutpower and
5717         calc-writeoutpower to calcFunc-powerexpand and calc-powerexpand in
5718         autoloads.
5719         Add calcFunc-ldiv to autoloads.
5721         * calc-arith.el (calcFunc-ldiv): New function.
5723         * calc.el (calc-left-divide): New function.
5725 2005-11-14  Juri Linkov  <juri@jurta.org>
5727         * cus-edit.el (custom-variable-prompt): Set the default value arg
5728         of completing-read.
5730         * cus-dep.el (custom-make-dependencies): Reverse the list of
5731         found dependencies.
5733 2005-11-14  Dan Nicolaescu  <dann@ics.uci.edu>
5735         * menu-bar.el (menu-bar-options-menu): Delete "Syntax
5736         Highlighting" entry, it is on by default now.
5737         (menu-bar-options-save): Do not save global-font-lock-mode.
5739 2005-11-13  Richard M. Stallman  <rms@gnu.org>
5741         * textmodes/flyspell.el (flyspell-large-region):
5742         Call flyspell-accept-buffer-local-defs.
5744 2005-11-13  Agustin Martin  <agustin.martin@hispalinux.es>
5746         * textmodes/flyspell.el (flyspell-notify-misspell):
5747         Fix misspelling of "Misspelling".
5748         (flyspell-process-localwords): New function.
5749         (flyspell-large-region): Call flyspell-process-localwords and
5750         flyspell-delete-region-overlays.
5751         (flyspell-delete-region-overlays): New function.
5752         (flyspell-delete-all-overlays): Call that.
5754 2005-11-13  Richard M. Stallman  <rms@gnu.org>
5756         * help.el (help-for-help-internal): Improve doc of C-h a.
5757         (describe-key): Improve prompt; doc fix.
5759 2005-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
5761         * vc-svn.el (vc-svn-registered): Catch all errors.
5763         * cus-dep.el (custom-make-dependencies): Typo.
5765 2005-11-13  Michael Albinus  <michael.albinus@gmx.de>
5767         * net/tramp-util.el (top): Fix compilation warning.
5769 2005-11-13  Kim F. Storm  <storm@cua.dk>
5771         * help.el (help-for-help-internal): Fix `a' entry.  Add `d' entry.
5773 2005-11-13  Nick Roberts  <nickrob@snap.net.nz>
5775         * progmodes/gud.el (gud-menu-map): Move parentheses (again).
5776         (gud-speedbar-buttons): Match on "const char *" too.
5778         * progmodes/gdb-ui.el (gdb-var-create-handler)
5779         (gdb-var-list-children-handler): Match on "const char *" too.
5780         (gdb-var-evaluate-expression-handler): Match on empty string.
5781         (gdb-var-update-handler): Only call
5782         gdb-var-evaluate-expression-handler when required.
5784 2005-11-13  Nick Roberts  <nickrob@snap.net.nz>
5786         * progmodes/gud.el (gud-menu-map): Revert to window-fringes for
5787         selected window.  This still doesn't work for speedbar.
5788         (gud-speedbar-buttons): Handle string expressions properly.
5790         * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
5791         (gdb-var-create-handler): Handle string expressions properly.
5792         (gdb-var-list-children-regexp, gdb-var-list-children-handler):
5793         Handle string expressions properly.  Move "type" field into regexp.
5795 2005-11-12  Karl Fogel  <kfogel@red-bean.com>
5797         * bookmark.el (bookmark-maybe-message): New function to reduce
5798         code duplication: invokes `message' iff baud-rate is high enough.
5799         (bookmark-write-file): Use above instead of an inline conditional.
5800         (bookmark-load): Same.
5802 2005-11-12  Karl Fogel  <kfogel@red-bean.com>
5804         * bookmark.el (bookmark-write-file): Don't visit the destination
5805         file, just write the data to it using write-region.  This is
5806         similar to saveplace.el at 2005-05-29T08:36:26Z!rms@gnu.org, but with an additional
5807         change to avoid visiting the file in the first place.
5809 2005-11-12  Chong Yidong  <cyd@stupidchicken.com>
5811         * hi-lock.el (hi-lock-mode): Set the default value of
5812         font-lock-defaults.
5814 2005-11-11  Luc Teirlinck  <teirllm@auburn.edu>
5816         * find-lisp.el (find-lisp-find-dired-insert-file): Pass `string'
5817         arg to `file-attributes'.
5818         (find-lisp-format): The UID and GID can now be strings.
5820 2005-11-12  Kim F. Storm  <storm@cua.dk>
5822         * help.el (help-map): Bind C-h d to apropos-documentation.
5824         * simple.el (what-cursor-position): Print (EOB) instead of (100%)
5825         when point is at end-of-buffer.
5827         * apropos.el (apropos-match-face): Doc fix.
5828         (apropos-sort-by-scores): Add new choice `verbose'.
5829         (apropos-documentation-sort-by-scores): New defcustom.
5830         (apropos-pattern): Now contains the pattern entered by the user.
5831         (apropos-pattern-quoted): New defvar.
5832         (apropos-regexp): New defvar, containing the regexp corresponding
5833         to apropos-pattern.
5834         (apropos-all-words-regexp): Rename from apropos-all-regexp.
5835         (apropos-read-pattern): New defun.  Use it to read pattern arg in
5836         interactive calls; returns list of words for a word list, and
5837         string for a regexp.
5838         (apropos-parse-pattern): Rename from apropos-rewrite-regexp.  Now
5839         parses a list of words or regexp as returned by apropos-read-pattern.
5840         (apropos-calc-scores): Return nil if apropos-regexp doesn't match.
5841         (apropos-score-doc): Return a very high score if the string
5842         entered by the user matches literally.
5843         (apropos-variable): Doc fix.  Use apropos-read-pattern.
5844         (apropos-command): Doc fix.  Use apropos-read-pattern and
5845         apropos-parse-pattern.  Call apropos-print with nosubst=t.
5846         (apropos, apropos-value): Doc fix.  Use apropos-read-pattern and
5847         apropos-parse-pattern.
5848         (apropos-documentation): Doc fix.  Use apropos-read-pattern and
5849         apropos-parse-pattern.  Locally bind apropos-sort-by-scores to
5850         apropos-documentation-sort-by-scores.  Call apropos-print with
5851         nosubst=t.
5852         (apropos-documentation-internal): Pass doc string through
5853         substitute-key-definition before adding text properties.
5854         Highlight substring matching literal user input if possible.
5855         (apropos-documentation-check-doc-file): Remove locals beg and end.
5856         Fix calculation of score (as added twice).  Pass doc string through
5857         substitute-key-definition before adding text properties.
5858         (apropos-documentation-check-elc-file): Pass doc string through
5859         substitute-key-definition before adding text properties.
5860         Highlight substring matching literal user input if possible.
5861         (apropos-print): Add new arg NOSUBST; if set, command and variable
5862         doc strings have already been passed through substitute-key-definition.
5863         Add code to handle apropos-accumulator items without score element
5864         for backwards compatibility (e.g. with woman package).
5865         Only show scores if apropos-sort-by-scores is `verbose'.
5867 2005-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5869         * jka-cmpr-hook.el (jka-compr-install): Use push and dolist.
5870         Add jka-compr-load-suffixes to load-suffixes.
5872         * jka-compr.el: Require jka-cmpr-hook.
5873         (jka-compr-info-compress-message, jka-compr-info-compress-program)
5874         (jka-compr-info-compress-args, jka-compr-info-uncompress-message)
5875         (jka-compr-info-uncompress-program, jka-compr-info-uncompress-args)
5876         (jka-compr-info-can-append, jka-compr-info-strip-extension)
5877         (jka-compr-info-file-magic-bytes, jka-compr-get-compression-info)
5878         (jka-compr-info-regexp): Remove.  Provided by jka-cmpr-hook.
5879         (jka-compr-uninstall): Remove entries from
5880         jka-compr-added-to-file-coding-system-alist after they are used.
5881         (jka-compr-error): Remove unused var `curbuf'.
5882         (jka-compr-file-local-copy): Remove unused var `notfound'.
5884 2005-11-10  Romain Francoise  <romain@orebokech.com>
5886         * apropos.el (apropos-calc-scores): Use `apropos-pattern'.
5888 2005-11-11  Nick Roberts  <nickrob@snap.net.nz>
5890         * progmodes/gud.el (gud-menu-map): Move parentheses.
5891         (gdb): New command gud-pv.
5893 2005-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5895         * tar-mode.el: Remove spurious or unnecessary leading stars
5896         in docstrings.
5897         (tar-header-block-tokenize): Also obey default-file-name-coding-system.
5898         (tar-parse-octal-integer-safe): Use mapc.
5899         (tar-header-block-summarize): Remove unused var `ck'.
5900         (tar-summarize-buffer): Don't clear the modified-p bit if it wasn't
5901         cleared before.  Obey default-enable-multibyte-characters.
5902         Use mapconcat.  Simplify setting of tar-header-offset.
5903         (tar-mode-map): Move initialization inside delcaration.
5904         (tar-flag-deleted): Use `abs'.
5905         (tar-expunge-internal): Remove unused var `line'.
5906         (tar-expunge-internal): Don't hardcode point-min==1.
5907         (tar-expunge): Widen while doing set-buffer-multibyte.
5908         (tar-rename-entry): Use file-name-coding-system.
5909         (tar-alter-one-field): Don't hardcode point-min==1.
5910         (tar-subfile-save-buffer): string-as-unibyte works on unibyte strings.
5911         (tar-pad-to-blocksize): Don't hardcode point-min==1.  Clarify the code.
5913 2005-11-10  Masatake YAMATO  <jet@gyve.org>
5915         * add-log.el (add-log-current-defun): Handle class::method
5916         notation of c++.  Fix incorrect comment.
5918 2005-11-10  Alan Mackenzie  <acm@muc.de>
5920         * help-fns.el (describe-variable): Make C-h v work when a variable
5921         has variable documentation yet is unbound.
5923 2005-11-10  Masatake YAMATO  <jet@gyve.org>
5925         * man.el (Man-highlight-references): Set an empty
5926         string to `Man-arguments' if it is nil.
5927         Suggested by Reiner Steib <Reiner.Steib@gmx.de>.
5929 2005-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
5931         * Makefile.in (mh-loaddefs.el, loaddefs.el): Better follow the
5932         commenting conventions.
5934         * cus-dep.el (custom-make-dependencies): Simplify.
5935         Better follow the commenting conventions.
5937 2005-11-09  Richard M. Stallman  <rms@gnu.org>
5939         * apropos.el (apropos-pattern): Rename from apropos-regexp.
5940         (apropos-orig-pattern): Rename from apropos-orig-regexp.
5941         All uses changed.
5942         (apropos-rewrite-regexp): Doc fix.
5943         (apropos-variable, apropos-command, apropos, apropos-value):
5944         Change prompt; carry through the argument renaming.
5946 2005-11-09  Luc Teirlinck  <teirllm@auburn.edu>
5948         * find-lisp.el: Require dired.
5949         (find-lisp-find-dired-internal): Do not call
5950         `abbreviate-file-name' on DIR.
5952 2005-11-10  Nick Roberts  <nickrob@snap.net.nz>
5954         * progmodes/gud.el (gdb): Make gud-pp use user-defined command pp1.
5956 2005-11-09  Nick Roberts  <nickrob@snap.net.nz>
5958         * progmodes/gud.el (gud-menu-map): Ensure tool-bar is constant
5959         when using the speedbar.
5960         (gdb): New command gud-pp.
5961         (gud-menu-map, gud-tool-bar-map): Put it on the tool bar.
5963 2005-11-09  Juri Linkov  <juri@jurta.org>
5965         * replace.el (occur-excluded-properties): New defcustom.
5966         (occur-1, occur-engine, occur-accumulate-lines): Use it.
5968 2005-11-08  Jay Belanger  <belanger@truman.edu>
5970         * calc/calc-units.el (math-convert-units): Replace any composite
5971         unit by its definition.
5973 2005-11-08  Lars Hansen  <larsh@soem.dk>
5975         * emacs-lisp/autoload.el (update-directory-autoloads):
5976         Add obsolete function alias.
5978 2005-11-07  Stefan Monnier  <monnier@iro.umontreal.ca>
5980         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
5981         comment-indent-function.
5982         (lisp-comment-indent): Replace by an alias for comment-indent-default.
5984         * reveal.el (reveal-post-command): Rework the handling of
5985         reveal-open-spots, so as to be more reliable.  There were several
5986         tricky corner cases where an open spot might be lost, or where
5987         a closed spot might end up on the list of open spots.
5988         Only reveal text that's ellipsised.
5990 2005-11-07  Carsten Dominik  <dominik@science.uva.nl>
5992         * textmodes/org.el (org-export-as-html): Remove bogus (debug) form.
5994 2005-11-07  John Paul Wallington  <jpw@gnu.org>
5996         * ibuffer.el (ibuffer): Search iconified frames too when
5997         getting Ibuffer buffer's window.
5999 2005-11-06  Richard M. Stallman  <rms@gnu.org>
6001         * progmodes/compile.el (compilation-internal-error-properties):
6002         save-excursion around the computation of MARKER.
6004 2005-11-06  Piet van Oostrum  <piet@cs.uu.nl>
6006         * textmodes/flyspell.el (flyspell-external-point-words):
6007         flyspell-get-word returns a list, not just a string.
6009 2005-11-06  John Paul Wallington  <jpw@pobox.com>
6011         * ibuffer.el (ibuffer): Search all visible frames when getting
6012         Ibuffer buffer's window.
6014 2005-11-07  Masatake YAMATO  <jet@gyve.org>
6016         * man.el (Man-reference-regexp): Accept spaces between
6017         `Man-name-regexp' and `Man-section-regexp'.
6018         (Man-apropos-regexp): New variable.
6019         (Man-abstract-xref-man-page): Use value for `Man-target-string'
6020         if available.
6021         (Man-highlight-references, Man-highlight-references0):
6022         Handle the case when `Man-arguments' includes "-k".
6023         (Man-highlight-references0): Rename the argument `TARGET-POS' to
6024         `TARGET'. `TARGET' can be a number, function or nil.
6026 2005-11-06  Nick Roberts  <nickrob@snap.net.nz>
6028         * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-var-delete)
6029         (gdb-edit-value, gdb-speedbar-expand-node, gdb-get-create-buffer)
6030         (gdb-breakpoints-mode, gdb-toggle-breakpoint, gdb-delete-breakpoint)
6031         (gdb-goto-breakpoint, gdb-frames-mode, gdb-registers-mode)
6032         (gdb-locals-mode, gdb-find-file-hook): Use buffer-local-value.
6033         (gdb-send-item): Use buffer-local-value and simplify.
6035 2005-11-05  Luc Teirlinck  <teirllm@auburn.edu>
6037         * startup.el (command-line): Use `custom-reevaluate-setting' for
6038         `global-font-lock-mode'.
6040         * font-core.el (global-font-lock-mode): Enable `global-font-lock-mode'
6041         by default, except in batch mode or when the -D option is given.
6043         * emacs-lisp/easy-mmode.el (define-global-minor-mode): Pass all
6044         specified keyword args on to `define-minor-mode'.  Update docstring.
6046 2005-11-05  Romain Francoise  <romain@orebokech.com>
6048         * replace.el (occur-engine): Add marker at end of line, too.
6050 2005-11-04  Ken Manheimer  <ken.manheimer@gmail.com>
6052         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
6053         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
6054         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
6055         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
6056         argument to all these routines, so the passphrase can be managed
6057         externally and passed in to the system.
6058         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
6059         pgg-add-passphrase-to-cache function.
6061         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
6062         (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
6063         (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
6064         (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
6065         argument to all these routines, so the passphrase can be managed
6066         externally and passed in to the system.
6067         (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
6068         function.
6070 2005-11-04  Dan Nicolaescu  <dann@ics.uci.edu>
6072         * font-lock.el: Don't deal with font-lock-face-attributes here,
6073         move the code ...
6075         * startup.el (command-line): ... here.  Use face-spec-set instead
6076         of custom-declare-face.
6078         * faces.el (face-spec-set): Reset the face if spec is not nil.
6080 2005-11-04  Stefan Monnier  <monnier@iro.umontreal.ca>
6082         * newcomment.el (comment-region-internal): Box more tightly in the
6083         common case where there's no TAB in the boxed text.
6085 2005-11-04  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
6087         * info.el (info-tool-bar-map): Use images prev-node, next-node and
6088         up-node.
6090 2005-11-04  Ulf Jasper  <ulf.jasper@web.de>
6092         * newsticker.el: Commentary updated.  Code formatting changed.
6093         (newsticker-version): Change to "1.9".
6094         (newsticker, newsticker-feed): Doc fix.
6095         (newsticker-url-list): Doc fix.  Add option "Weekly".
6096         (newsticker-retrieval-interval): Add option "Weekly".
6097         (newsticker-headline-processing): Doc fix.
6098         (newsticker-auto-mark-filter): Remove.
6099         (newsticker-auto-mark-filter-list): New.
6100         (newsticker-layout, newsticker-sort-method): Doc fix.
6101         (newsticker-hide-old-items-in-newsticker-buffer)
6102         (newsticker-heading-format, newsticker-item-format)
6103         (newsticker-desc-format): Doc fix.
6104         (newsticker-show-all-rss-elements): Remove.
6105         (newsticker-show-all-news-elements): New.
6106         (newsticker-faces, newsticker-ticker): Doc fix.
6107         (remove-from-invisibility-spec): Code formatting.
6108         (newsticker--process-ids): New.
6109         (newsticker-mode): Doc fix.
6110         (newsticker-mode): Change mode-line-format.
6111         (newsticker-start): Remove debug output.
6112         (newsticker-start-ticker): Doc fix.  Add autoload cookie.
6113         (newsticker-w3m-show-inline-images): Code formatting.
6114         (newsticker-next-item): Call `force-mode-line-update'.
6115         (newsticker-previous-item): Call `force-mode-line-update'.
6116         (newsticker-next-feed): Call `force-mode-line-update'.
6117         (newsticker-previous-feed): Call `force-mode-line-update'.
6118         (newsticker-mark-all-items-at-point-as-read): Code formatting.
6119         (newsticker-show-old-items): Do not show descs.
6120         (newsticker-hide-entry): Hide too much.
6121         (newsticker-hide-entry, newsticker-show-entry)
6122         (newsticker-toggle-auto-narrow-to-feed): Code formatting.
6123         (newsticker-set-auto-narrow-to-feed): Update buffer immediately.
6124         (newsticker-toggle-auto-narrow-to-item): Code formatting.
6125         (newsticker-set-auto-narrow-to-item): Update buffer immediately.
6126         (newsticker-running-p, newsticker-ticker-running-p): Autoload cookie.
6127         (newsticker-get-news): Call `force-mode-line-update'.
6128         Collect process ids.
6129         (newsticker--sentinel): Change coding system handling.
6130         Move image retrieval to new functions newsticker--get-logo-url-*.
6131         Move feed parsing to new functions newsticker--parse-*.
6132         Update list of process ids.
6133         (newsticker--get-logo-url-atom-1.0, newsticker--get-logo-url-atom-0.3)
6134         (newsticker--get-logo-url-rss-2.0, newsticker--get-logo-url-rss-1.0)
6135         (newsticker--get-logo-url-rss-0.92, newsticker--get-logo-url-rss-0.91)
6136         (newsticker--parse-atom-0.3, newsticker--parse-atom-1.0)
6137         (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
6138         (newsticker--parse-rss-1.0, newsticker--parse-rss-2.0)
6139         (newsticker--parse-generic-feed, newsticker--parse-generic-items): New.
6140         (newsticker--decode-coding-string): Remove.
6141         (newsticker--decode-numeric-entities): Check input.  Format code.
6142         (newsticker--remove-whitespace): Check input.
6143         (newsticker--do-forget-preformatted): Doc fix.
6144         (newsticker--decode-rfc822-date): Allow for missing time.
6145         (newsticker--update-process-ids): New.
6146         (newsticker--image-sentinel): Change comment.
6147         (newsticker--image-read): Change error message.
6148         (newsticker--imenu-goto): Doc fix.  Show headline title.
6149         (newsticker--buffer-set-uptodate): Call `force-mode-line-update'.
6150         (newsticker--buffer-do-insert-text): Clean whitespace in
6151         html-rendered headline title.  Code formatting.
6152         Call `newsticker--buffer-print-extra-elements'.
6153         (newsticker--buffer-print-extra-element): Remove.
6154         (newsticker--buffer-print-extra-elements): New.
6155         (newsticker--buffer-do-print-extra-element): New.
6156         (newsticker--buffer-insert-enclosure): Doc fix.  Use MBytes for
6157         large sizes.
6158         (newsticker--run-auto-mark-filter)
6159         (newsticker--do-run-auto-mark-filter):
6160         Use `newsticker-auto-mark-filter-list'.
6162 2005-11-04  Ryan Yeske  <rcyeske@gmail.com>
6164         * net/rcirc.el: Use split-string OMIT-NULLS argument.
6165         (rcirc-print): Force redisplay before running hooks.  Do long
6166         buffer truncation after making new text read-only.  Deal with nil
6167         text when decoding strings.  If TARGET is nil, use either the
6168         currently selected buffer, if it is an rcirc buffer and of the
6169         same process or the process buffer.
6170         (rcirc-mode): Remove header-line.  Recompute short buffer names.
6171         Initialize rcirc-buffer-alist here instead of rcirc-get-buffer-create.
6172         (rcirc-short-buffer-name): Add variable.
6173         (rcirc-kill-buffer-hook): Recompute short buffer names.
6174         Remove nick from private channel.
6175         (rcirc-send-input): Send command text to current-buffer.
6176         Don't clear overlay arrow here.
6177         (rcirc-short-buffer-name): Return a short buffer name.
6178         (rcirc-update-short-buffer-names, rcirc-abbreviate)
6179         (rcirc-rebuild-tree, rcirc-make-trees): Add functions to generate
6180         buffer-name abbreviations.
6181         (rcirc-kill-buffer-hook-1): Split to make debugging easier.
6182         Do not touch nick-table when killing a parted channel.
6183         (rcirc-window-configuration-change): Rename from rcirc-update-activity.
6184         Clear arrow from current buffer if it is now hidden.
6185         (rcirc-current-buffer): Add variable.
6186         (rcirc-my-nick, rcirc-other-nick, rcirc-server)
6187         (rcirc-nick-in-message, rcirc-prompt, rcirc-mode-line-nick):
6188         Remove -face from names.
6189         (rcirc-update-activity-string): Print "DND" when globally ignoring
6190         activity.
6191         (rcirc-ignore-buffer-activity-flag): Rename from
6192         rcirc-ignore-channel-activity.
6193         (rcirc-ignore-all-activity-flag): Doc fix.
6194         (rcirc-channels): Remove variable.
6195         (rcirc-kill-buffer-hook):
6196         (rcirc-get-buffer-create): Add nick to private channel.
6197         (rcirc-multiline-edit-submit): Remove tabs.
6198         (rcirc-put-nick-channel, rcirc-channel-nicks): Look up nicks case
6199         folded.
6200         (rcirc-remove-nick-channel): Bug fix.
6201         (rcirc-toggle-ignore-buffer-activity): Rename from
6202         rcirc-toggle-ignore-channel-activity.
6203         (rcirc-record-activity): Add buffers to the front of the list.
6204         (rcirc-update-activity): Remove killed buffers from list.
6205         (rcirc-process-server-response-1): Remove last argument if it is
6206         null before calling handler.
6207         (rcirc): Add "rcirc" defcustom prefix.
6208         (rcirc-prompt): Simplify default prompt.
6209         Use custom-initialize-default.
6210         (rcirc-private-chats): Remove variable.
6211         (rcirc-prompt): Change initialization.
6212         (rcirc-version): Remove function.
6213         (rcirc-id-string): Add constant.
6214         (rcirc-last-buffer): Remove variable.
6215         (rcirc-buffer-alist): Add variable.
6216         (rcirc-connect): Update variable setup.
6217         (rcirc-sentinel, rcirc-update-prompt): Use `rcirc-buffer-alist'.
6218         (rcirc-trap-errors-flag): Rename from `rcirc-trap-errors' change
6219         default.
6220         (rcirc-handler-generic): Trigger activity.
6221         (rcirc-send-message): Create the buffor of the target.
6222         (rcirc-generate-new-buffer-name): Rename from `rcirc-get-buffer-name'.
6223         (rcirc-get-buffer): Just return nil if there is no matching buffer.
6224         (rcirc-multiline-edit-cancel): Remove function.
6225         (rcirc-set-last-buffer): Remove function.
6226         (rcirc-get-any-buffer): Add function.
6227         (rcirc-join-channels): Don't print /join text.
6228         (rcirc-toggle-ignore-channel-activity): Add and update echo area
6229         messages.
6230         (rcirc-cmd-ctcp): Use rcirc-send-string to send request.
6231         (rcirc-handler-NOTICE): Recognize CTCP responses.
6232         (rcirc-handler-332, rcirc-handler-332): Use a temp buffer for
6233         constructing TOPIC string for buffers we are not JOINed.
6234         (rcirc-handler-CTCP-response): Add handler.
6235         (rcirc-multiline-edit-submit): Restore the window-configuration
6236         before adjusting point.
6237         (rcirc): Add customization group.
6238         (rcirc-server, rcirc-port, rcirc-nick, rcirc-user-name)
6239         (rcirc-user-full-name, rcirc-startup-channels-alist)
6240         (rcirc-fill-flag, rcirc-fill-column, rcirc-fill-prefix)
6241         (rcirc-ignore-all-activity-flag, rcirc-time-format)
6242         (rcirc-input-ring-size, rcirc-read-only-flag)
6243         (rcirc-buffer-maximum-lines, rcirc-authinfo-file-name)
6244         (rcirc-auto-authenticate-flag, rcirc-prompt, rcirc-print-hooks):
6245         Change defvar to defcustom.
6246         (rcirc-update-prompt): Add optional ALL arg, which will update
6247         prompts in all rcirc buffers.  Regexp quote replacement text.
6248         (rcirc-fill-column): Accept frame-width as a value.
6249         (rcirc-set-changed): Add function.
6250         (rcirc-next-active-buffer): Write more meaningful messages.
6251         (rcirc-faces): Add customization group.
6252         (rcirc-my-nick-face, rcirc-other-nick-face, rcirc-server-face)
6253         (rcirc-nick-in-message-face, rcirc-prompt-face)
6254         (rcirc-mode-line-nick-face): Move into rcirc-faces group.
6255         (with-rcirc-process-buffer): Move before first usage.
6256         (rcirc-debug-buffer): Rename from `rcirc-log-buffer'.
6257         (rcirc-debug-flag): Rename from `rcirc-log-p'.
6258         (rcirc-debug): Rename from `rcirc-log'.
6259         (rcirc-format-response-string): Do not print `-' chars for a
6260         NOTICE with no sender.  Simplify output of server responses.
6262 2005-11-04  Henrik Enberg  <henrik.enberg@telia.com>
6264         (rcirc-browse-url-map, rcirc-browse-url-at-point)
6265         (rcirc-browse-url-at-mouse, rcirc-mangle-text):
6266         Make urls mouse and RET clickable.
6268 2005-11-04  Henrik Enberg  <henrik.enberg@telia.com>
6270         * mail/rmailout.el (rmail-output-to-rmail-file, rmail-output): Doc fix.
6272 2005-11-04  Ken Manheimer  <ken.manheimer@gmail.com>
6274         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
6275         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
6276         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
6277         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
6278         argument to all these routines, so the passphrase can be managed
6279         externally and passed in to the system.
6280         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
6281         pgg-add-passphrase-to-cache function.
6283         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
6284         (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
6285         (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
6286         (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
6287         argument to all these routines, so the passphrase can be managed
6288         externally and passed in to the system.
6289         (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
6290         function.
6292 2005-11-04  Edward O'Connor  <hober0@gmail.com>  (tiny change)
6294         * net/goto-addr.el (goto-address-url-regexp): Remove `data:' URLs
6295         from goto-address-url-regexp.
6297 2005-11-04  Carsten Dominik  <dominik@science.uva.nl>
6299         * textmodes/org.el (org-read-date, org-goto-calendar)
6300         (org-recenter-calendar, org-agenda-goto-calendar):
6301         Temporarily clear `calendar-move-hook'.
6303 2005-11-04  Michael Kifer  <kifer@cs.stonybrook.edu>
6305         * ediff-merge.el (ediff-merge-region-is-non-clash): Return t, if not
6306         merging.
6308         * ediff-util.el (ediff-previous-difference): Don't skip regions that
6309         have merge clashes.
6311 2005-11-04  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
6313         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
6314         Undo previous change.
6316         * startup.el (command-line): Use `custom-reevaluate-setting' for
6317         mouse-wheel-down-event and mouse-wheel-up-event.  Don't call
6318         tty-register-default-colors on Mac.
6320 2005-11-04  Nick Roberts  <nickrob@snap.net.nz>
6322         * progmodes/gdb-ui.el (gdb-buffer-type): Remove duplicate declaration.
6323         (gdb-buffer-type): Make it automatically buffer local...
6324         (gdb-get-create-buffer): ...and set it accordingly.
6325         (gdb-frame-gdb-buffer, gdb-display-gdb-buffer): Make these
6326         actually work.
6328 2005-11-03  Dan Nicolaescu  <dann@ics.uci.edu>
6330         * font-lock.el (font-lock-warning-face): Use the more vivid red1,
6331         not red.
6333 2005-11-04  Nick Roberts  <nickrob@snap.net.nz>
6335         * progmodes/gdb-ui.el (gud-watch): Use save-selected-window in
6336         case GUD buffer is not visible.
6337         (gdb-goto-breakpoint): Try to force display in source buffer.
6338         (gdb-frame-gdb-buffer): Copy other similar functions.
6339         (gdb-restore-windows): Don't display source if not asked for.
6340         (gdb-assembler-buffer-name): Don't capitalise.
6342 2005-11-03  Richard M. Stallman  <rms@gnu.org>
6344         * wid-edit.el (key-sequence): New widget type.
6346         * simple.el (set-mark-command-repeat-pop): New variable.
6347         (set-mark-command): Only interpret plan C-@ after a pop as a pop
6348         if set-mark-command-repeat-pop is true.
6350         * info.el (Info-fontify-node): Don't display extra "see" if there
6351         already is one here.
6353         * mouse.el: Fix special handling of DEL after dragging a region:
6354         (mouse-drag-region-1): Treat mouse-set-region like mouse-set-point.
6355         (mouse-region-delete-keys): Change to defcustom.  Add [backspace].
6357         * mail/feedmail.el: Use insert-buffer-substring, not insert-buffer.
6359         * textmodes/ispell.el (ispell-command-loop): Change `i' description
6360         not to assume it pertains to an affix.
6362         * textmodes/flyspell.el (flyspell-post-command-hook):
6363         Bind deactivate-mark to prevent deactivation.
6365 2005-11-03  Lars Hansen  <larsh@soem.dk>
6367         * dired-x.el: Add menu bindings for dired-do-find-marked-files,
6368         dired-do-relsymlink, dired-flag-extension, dired-mark-extension,
6369         dired-mark-omitted, dired-do-relsymlink-regexp, dired-omit-mode.
6371 2005-11-03  Romain Francoise  <romain@orebokech.com>
6373         * net/eudcb-mab.el: Now part of GNU Emacs.  Update FSF's address.
6374         Update copyright years.
6376 2005-11-03  Sam Steingold  <sds@gnu.org>
6378         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
6379         Use system-type instead of window-system because window-system is not
6380         correctly defined during loadup.
6382 2005-11-02  Mark A. Hershberger  <mah@everybody.org>
6384         * xml.el (xml-syntax-table): Allow xml.el to compile in xemacs.
6385         (xml-parse-tag): Join strings separated by a comment properly.
6387 2005-11-02  Andreas Schwab  <schwab@suse.de>
6389         * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Fix last fix.
6391 2005-11-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6393         * emacs-lisp/byte-opt.el (string-to-syntax): Mark it as pure.
6394         (byte-optimize-pure-func): Quote the eval'd value.
6396         * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
6397         Rename from perl-font-lock-syntactic-face-function.
6398         Change the calling convention so it can be used as a font-lock MATCHER.
6399         Do the parse-partial-sexp loop outselves.
6400         (perl-font-lock-syntactic-keywords): Use it.
6401         (perl-mode): Don't set font-lock-syntactic-face-function any more.
6403 2005-11-02  Nick Roberts  <nickrob@snap.net.nz>
6405         * progmodes/gdb-ui.el (gdb-mouse-until): Make it work in the
6406         disassembly buffer too.
6407         (gdb-exited): Remove overlay arrows when execution has finished.
6408         (gdb-info-frames-custom, gdb-info-threads-custom)
6409         (gdb-info-registers-custom): Don't add inappropriate text
6410         properties if inferior is not active.
6412 2005-11-02  Glenn Morris  <rgm@gnu.org>
6414         * progmodes/fortran.el (fortran-blink-match):
6415         Use `blink-matching-delay'.
6417 2005-11-02  John Mongan  <jmongan@mccammon.ucsd.edu>  (tiny change)
6419         * progmodes/f90.el (f90-match-end): Use `blink-matching-delay'.
6421 2005-11-02  Lars Hansen  <larsh@soem.dk>
6423         * net/tramp.el (tramp-action-out-of-band): Handle scp message
6424         "Permission denied".
6426 2005-11-01  Richard M. Stallman  <rms@gnu.org>
6428         * textmodes/flyspell.el (flyspell-external-point-words):
6429         Pass nil to flyspell-get-word.
6431 2005-11-02  Kim F. Storm  <storm@cua.dk>
6433         * menu-bar.el (menu-bar-options-menu): Show "Shift Movement (CUA)"
6434         item instead of "C-x/C-c/C-v (CUA)" if cua-enable-cua-keys is nil.
6436 2005-11-01  Stefan Monnier  <monnier@iro.umontreal.ca>
6438         * calendar/cal-menu.el (date, event): Don't declare as dynamic-var.
6439         (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
6440         (calendar-mouse-print-dates): Add optional `event' argument.
6441         Update interactive-spec.
6442         (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
6443         Use `calendar-event-to-date' instead of `event'.
6445 2005-11-02  Masatake YAMATO  <jet@gyve.org>
6447         * progmodes/ld-script.el (ld-script-builtins):
6448         Add more words: "DATA_SEGMENT_ALIGN", "DATA_SEGMENT_END",
6449         "DATA_SEGMENT_RELRO_END", "LENGTH", "ORIGIN", and "SEGMENT_START".
6450         (auto-mode-alist): Accept .ld, .lds, ld.in and .lds.in.
6452 2005-11-01  Romain Francoise  <romain@orebokech.com>
6454         * vc-sccs.el: Update copyright year.
6455         * ezimage.el: Likewise.
6457 2005-11-01  KOBAYASHI Yasuhiro  <kobayays@otsukakj.co.jp>  (tiny change)
6459         * info.el (Info-fontify-node): Use `string-width' for fontifying
6460         underlined titles.
6462 2005-11-01  Juri Linkov  <juri@jurta.org>
6464         * info.el (Info-fontify-node): Downcase node header keywords Node,
6465         Prev, Next, Up before comparison.
6466         (Info-history): Insert absolute directory name, and put invisible
6467         property on it.
6469 2005-11-01  Juri Linkov  <juri@jurta.org>
6471         * info.el (Info-file-supports-index-cookies): New variable.
6472         (Info-find-node-2): Check makeinfo version for index cookie support.
6473         (Info-index-nodes): Search for nodes with index cookies only when
6474         Info-file-supports-index-cookies is t.  Otherwise, search nodes
6475         with "Index" in the node name.
6476         (Info-index-node): Search index cookie in the current node only when
6477         Info-file-supports-index-cookies is t.  Otherwise, check the word
6478         "Index" in the node name.
6479         (Info-find-emacs-command-nodes): Remove code that searches nodes
6480         with "Index" node name in the top menu.
6482 2005-11-01  Stefan Monnier  <monnier@iro.umontreal.ca>
6484         * progmodes/scheme.el (scheme-mode-variables): Use the default
6485         comment-indent-function.
6487         * faces.el (face-attribute): Handle the case where a face inherits from
6488         a non-existent face.
6490         * simple.el (eval-expression-print-format): Use lisp-readable syntax
6491         for octal and hexa output, and merge the char into the paren.
6492         (kill-new): Use push.
6493         (copy-to-buffer): Use with-current-buffer.
6494         (completion-setup-function): Move code in loop to remove redundancy.
6495         (minibuffer-local-must-match-map): Don't add bindings that duplicate
6496         those inherited from minibuffer-local-completion-map.
6498         * savehist.el (savehist-mode) <defcustom>:
6499         Use custom-set-minor-mode if available.
6500         (savehist-mode) <defun>: Run the minor mode hook, set the custom state
6501         and emit a message if applicable.
6503 2005-11-01  Hrvoje Niksic  <hniksic@xemacs.org>
6505         * savehist.el: Sync up to version 19.
6506         (savehist-mode): New minor mode.
6507         (savehist-file): Use ~/.emacs.d or ~/.xemacs if available.
6508         (savehist-length): Remove (use history-length instead).
6509         (savehist-file-modes): Rename from savehist-modes.
6510         (savehist-save-hook, savehist-loaded): New vars.
6511         (savehist-load): Use savehist-mode.  Try to smooth up transition from
6512         old format to new format.
6513         (savehist-install): Allow savehist-autosave-interval to be nil.
6514         (savehist-save): Run the new hook.  Be more careful to only trim the
6515         history variables.
6516         (savehist-trim-history): New fun.  Replaces savehist-process-for-saving.
6517         (savehist-printable): Print into a buffer rather than char-by-char.
6519 2005-11-01  John Wiegley  <johnw@newartisans.com>
6521         * iswitchb.el (iswitchb-define-mode-map): Re-enable the
6522         toggle-ignore keybinding (C-a).  The author said it had been
6523         disabled much earlier due to a possible incompatibility, but after
6524         many months of usage I have encountered no problems (and it is a
6525         rather useful option, especially for switching to " *temp*").
6527         * net/eudcb-mab.el (eudc-mab-query-internal): Add backend
6528         support for OS/X's AddressBook, by calling out to the open source
6529         program "contacts" (installable through Fink).
6531         * net/eudc.el (eudc-expand-inline): If the
6532         `eudc-multiple-match-handling-method' is set to `all', delete the
6533         query string before inserting the query result.
6535         * eshell/em-ls.el (eshell-do-ls): Add no-op support for --dired
6536         flag, to prevent Eshell from using the system ls when
6537         `eshell-ls-insert-directory' is in used.
6538         (eshell-ls-insert-directory): Disable font-lock in directory
6539         buffer so that Eshell's own fontification is seen.  This broke
6540         recently due to changes in font-lock, so this goes back to version
6541         21 behavior.
6543 2005-11-01  Nick Roberts  <nickrob@snap.net.nz>
6545         * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New function.
6546         (menu, toggle-gdb-use-inferior-io-buffer): Get rid of defadvice.
6547         (gdb-many-windows): Doc fix.
6549 2005-10-31  Romain Francoise  <romain@orebokech.com>
6551         * help-fns.el (describe-simplify-lib-file-name): Add autoload cookie.
6553 2005-10-31  Dan Nicolaescu  <dann@ics.uci.edu>
6555         * loadup.el: Load emacs-lisp/syntax, font-lock and jit-lock so
6556         that global-font-lock-mode can be enabled by default.
6558         * font-lock.el (font-lock-keywords, font-lock-mode-internal)
6559         (font-lock-add-keywords, font-lock-remove-keywords)
6560         (font-lock-fontify-buffer): Remove autoload cookies.
6562         * jit-lock.el (jit-lock-register): Likewise.
6564         * emacs-lisp/syntax.el (syntax-ppss): Likewise.
6566 2005-10-31  Nick Roberts  <nickrob@snap.net.nz>
6568         * progmodes/gdb-ui.el (gdb-many-windows): Leave window configuration
6569         intact if there is no gud-comint-buffer.
6571 2005-10-31  Luc Teirlinck  <teirllm@auburn.edu>
6573         * progmodes/gud.el (gud-filter): Use comint-update-fence to delete
6574         old prompt comint-prompt-read-only is t and GDB commands are
6575         issued from tool bar etc.
6577 2005-10-31  Masatake YAMATO  <jet@gyve.org>
6579         * vc.el (vc-directory-exclusion-list): Add "{arch}".
6581 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
6583         * thumbs.el (thumbs-thumbsdir): Default to ~/.emacs.d/thumbs.
6584         (thumbs-thumbsdir): Make .emacs.d if it does not exist.
6586 2005-10-30  Michael Albinus  <michael.albinus@gmx.de>
6588         * net/tramp.el (tramp-chunksize): Escape parentheses in docstring
6589         starting at beginning of line.  Fontification is messed up when
6590         `open-paren-in-column-0-is-defun-start' set to t.
6591         Reported by John Paul Wallington <jpw@pobox.com>.
6593 2005-10-30  Luc Teirlinck  <teirllm@auburn.edu>
6595         * comint.el (comint-send-input): Call `comint-update-fence' when
6596         `comint-process-echoes' and `comint-prompt-read-only' are both
6597         non-nil, to avoid leftover read-only newline.
6599 2005-10-30  Richard M. Stallman  <rms@gnu.org>
6601         * textmodes/flyspell.el (flyspell-external-point-words):
6602         Detect when WORD can't be checked properly because
6603         flyspell-get-word finds just part of it, and move on.
6605         * textmodes/ispell.el (ispell-dictionary-alist-5): Add . as
6606         boundarychar for Polish.
6607         (ispell-dictionary-alist-4): Add . as boundarychar for Italian.
6608         (ispell-dictionary-alist-3): Add . and @ as boundarychars for French.
6610 2005-10-31  Nick Roberts  <nickrob@snap.net.nz>
6612         * progmodes/gdb-ui.el (gdb-tooltip-print-1): Fix regexp.
6613         (gdb-registers-font-lock-keywords): Delete.
6614         (gdb-registers-mode): Don't fontify.
6615         (gdb-info-registers-custom): Use text properties instead as, in
6616         future, changed register values will use font-lock-warning-face.
6617         (gdb-local-font-lock-keywords): Rename to...
6618         (gdb-locals-font-lock-keywords): ...for consistency.
6620 2005-10-30  Andre Spiegel  <spiegel@gnu.org>
6622         * vc.el (vc-switch-backend): Better error message if the buffer is
6623         not visiting a file under version control.
6625         * vc-cvs.el (vc-cvs-delete-file): Commit the file after removing it.
6627 2005-10-29  Chong Yidong  <cyd@stupidchicken.com>
6629         * startup.el (command-line): Use ~/.emacs.d/init.el instead of
6630         ~/.emacs.d/.emacs.
6632 2005-10-29  Richard M. Stallman  <rms@gnu.org>
6634         * replace.el (occur-mode-mouse-goto): Always go to other window.
6635         (occur-mode-goto-occurrence): Always switch in same window.
6637         * simple.el (undo): Display message at end, not at start.
6639         * emacs-lisp/timer.el (timer-activate, timer-activate-when-idle):
6640         New arg REUSE-CELL.
6641         (cancel-timer-internal): New function.
6642         (timer-event-handler): Use cancel-timer-internal,
6643         and pass the cell it returns to timer-activate...
6645         * jit-lock.el (jit-lock-function, jit-lock-stealth-fontify)
6646         (jit-lock-deferred-fontify, jit-lock-context-fontify)
6647         (jit-lock-after-change): Test memory-full.
6649 2005-10-29  Ken Manheimer  <ken.manheimer@gmail.com>
6651         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
6652         part of the decoded armor to find the key-identifier.
6653         (pgg-gpg-lookup-key-owner): New function to return the
6654         human-readable identifier of a key owner.
6655         (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
6656         key itself.
6657         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
6658         the key value) if we have a key and can match it against a secret
6659         key.  Also, added a note pointing out fact that the prompt only
6660         indicates the first matching key.
6662         * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
6663         pgg-decrypt-region.
6664         (pgg-pending-timers): A new hash for tracking the passphrase cache
6665         timers, so that new ones supercede old ones.
6666         (pgg-add-passphrase-to-cache): Rename from
6667         `pgg-add-passphrase-cache' to reduce confusion (all callers
6668         changed).  Modified to cancel old timers when new ones are added.
6669         (pgg-remove-passphrase-from-cache): Rename from
6670         `pgg-remove-passphrase-cache' to reduce confusion (all callers
6671         changed).  Modified to cancel old timers when their keys are
6672         removed from the cache.
6673         (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
6674         XEmacs, an indirection to delete-itimer.
6675         (pgg-read-passphrase-from-cache, pgg-read-passphrase):
6676         Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
6677         users can only check cache without risk of prompting.  Correct bug in
6678         notruncate behavior.
6679         (pgg-read-passphrase-from-cache, pgg-read-passphrase)
6680         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
6681         Add informative docstrings.
6682         (pgg-decrypt): Convey provided passphrase in subordinate call to
6683         pgg-decrypt-region.
6685         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
6686         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
6687         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
6688         `passphrase' argument, so the passphrase can be managed externally
6689         and then passed in to the system.
6691         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
6692         (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
6693         so the passphrase cache can be used reliably with identifiers
6694         besides a pgp packet's key id.
6696         * pgg-gpg.el (pgg-pgp-encrypt-region)
6697         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
6698         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
6699         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
6700         argument to all these routines, so the passphrase can be managed
6701         externally and passed in to the system.
6703         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
6704         `notruncate' argument, so the passphrase cache can be used
6705         reliably with identifiers besides a pgp packet's key id.
6707 2005-10-29  Sascha Wilde  <swilde@sha-bang.de>
6709         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
6710         symmetric encryption.
6711         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
6712         encrypted session key.
6713         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
6714         message ask for the passphrase in a proper way.
6716         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
6717         New user commands for symmetric encryption.
6719 2005-10-29  Roland Winkler  <roland.winkler@physik.uni-erlangen.de>
6721         * textmodes/conf-mode.el (conf-assignment-sign)
6722         (conf-assignment-regexp): Fix docstrings.
6723         (conf-mode-initialize): New function.
6724         (conf-mode): Remove optional args.  Use delay-mode-hooks to
6725         recognize recursive calls.
6726         (conf-unix-mode, conf-windows-mode, conf-javaprop-mode)
6727         (conf-space-mode, conf-colon-mode, conf-ppd-mode)
6728         (conf-xdefaults-mode): Use define-derived-mode and
6729         conf-mode-initialize.
6731 2005-10-29  Romain Francoise  <romain@orebokech.com>
6733         * help-fns.el (describe-simplify-lib-file-name): Fix regexp.
6735 2005-10-29  Ken Manheimer  <ken.manheimer@gmail.com>
6737         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
6738         part of the decoded armor to find the key-identifier.
6739         (pgg-gpg-lookup-key-owner): New function to return the
6740         human-readable identifier of a key owner.
6741         (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
6742         key itself.
6743         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
6744         the key value) if we have a key and can match it against a secret
6745         key.  Also, added a note pointing out fact that the prompt only
6746         indicates the first matching key.
6748         * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
6749         pgg-decrypt-region.
6750         (pgg-pending-timers): A new hash for tracking the passphrase cache
6751         timers, so that new ones supercede old ones.
6752         (pgg-add-passphrase-to-cache): Rename from
6753         `pgg-add-passphrase-cache' to reduce confusion (all callers
6754         changed).  Modified to cancel old timers when new ones are added.
6755         (pgg-remove-passphrase-from-cache): Rename from
6756         `pgg-remove-passphrase-cache' to reduce confusion (all callers
6757         changed).  Modified to cancel old timers when their keys are
6758         removed from the cache.
6759         (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
6760         XEmacs, an indirection to delete-itimer.
6761         (pgg-read-passphrase-from-cache, pgg-read-passphrase):
6762         Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
6763         users can only check cache without risk of prompting.  Correct bug in
6764         notruncate behavior.
6765         (pgg-read-passphrase-from-cache, pgg-read-passphrase)
6766         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
6767         Add informative docstrings.
6768         (pgg-decrypt): Convey provided passphrase in subordinate call to
6769         pgg-decrypt-region.
6771 2005-10-20  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
6773         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
6774         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
6775         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
6776         `passphrase' argument, so the passphrase can be managed externally
6777         and then passed in to the system.
6779         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
6780         (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
6781         so the passphrase cache can be used reliably with identifiers
6782         besides a pgp packet's key id.
6784         * pgg-gpg.el (pgg-pgp-encrypt-region)
6785         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
6786         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
6787         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
6788         argument to all these routines, so the passphrase can be managed
6789         externally and passed in to the system.
6791         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
6792         `notruncate' argument, so the passphrase cache can be used
6793         reliably with identifiers besides a pgp packet's key id.
6795 2005-10-29  Sascha Wilde  <swilde@sha-bang.de>
6797         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
6798         symmetric encryption.
6799         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
6800         encrypted session key.
6801         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
6802         message ask for the passphrase in a proper way.
6804         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
6805         New user commands for symmetric encryption.
6807 2005-10-28  Bill Wohler  <wohler@newt.com>
6809         * help-mode.el (help-url): New button type.  Calls browse-url.
6810         (help-xref-url-regexp): New regexp to recognize URLs in docstring.
6811         Similar to Info nodes: URL `url'.
6812         (help-make-xrefs): Create help-url buttons for
6813         help-xref-url-regexp matches.
6815 2005-10-29  Nick Roberts  <nickrob@snap.net.nz>
6817         * tool-bar.el (tool-bar-add-item-from-menu)
6818         (tool-bar-local-item-from-menu): Fix doc strings.
6820 2005-10-28  Romain Francoise  <romain@orebokech.com>
6822         * ldefs-boot.el: Update.
6824         * subr.el (locate-library): Move from help-fns.el.
6825         * help-fns.el (locate-library): Move to subr.el.
6827 2005-10-28  Richard M. Stallman  <rms@gnu.org>
6829         * net/tramp.el (tramp-completion-mode): defvar moved up.
6831         * emacs-lisp/easymenu.el (easy-menu-change): Doc fix.
6833         * tool-bar.el (tool-bar-mode): Delete autoload cookie.
6835         * files.el (find-file-noselect): Use %d to format large file size.
6837         * bindings.el (mode-line-format): Add %e.
6839         * loadup.el ("facemenu"): Load unconditionally.
6840         ("image", "international/fontset", "dnd", "mwheel", "tool-bar"):
6841         ("x-dnd"): Load, when appropriate.
6843         * startup.el (command-line): Call before-init-hook earlier.
6844         Warn about some bad characters in -u user name.
6846         * textmodes/flyspell.el (flyspell-large-region): Pass -t if Tex file.
6847         (flyspell-external-point-words): Error if misspelled word is not found.
6848         Set flyspell-large-region-beg at end of word.
6850 2005-10-28  Andreas Schwab  <schwab@suse.de>
6852         * view.el (View-revert-buffer-scroll-page-forward):
6853         Use view-page-size-default.
6855 2005-10-28  Juri Linkov  <juri@jurta.org>
6857         * international/quail.el (quail-get-current-str): Translate last
6858         raw character for deterministic input methods.
6860 2005-10-27  Jay Belanger  <belanger@truman.edu>
6862         * calc/calc-ext.el: Add functions to autoloads.
6863         (math-identity-matrix-p, math-ident-row-p): New functions.
6865         * calc/calc-arith.el (calc-mul-symb-fancy): Add checks for
6866         multiplication by an identity matrix; don't turn multiplication by
6867         an inverse matrix into division.
6868         (math-div-symbol-fancy): Replace division by matrices with
6869         multiplication by inverse.
6871         * calc/calc-misc.el (calcFunc-inv): Check for symbolic matrices.
6873         * calc/calc-alg.el (calcFunc-writeoutpower, math-write-out-power)
6874         (calc-writeoutpower): New functions.
6876 2005-10-27  Romain Francoise  <romain@orebokech.com>
6878         * replace.el (occur-engine): Include colon in mouse-face highlight.
6880         * dired-x.el: Change Maintainer field.
6882 2005-10-26  Chong Yidong  <cyd@stupidchicken.com>
6884         * longlines.el (longlines-mode): Bind after-change-functions to
6885         nil during initial decoding and final encoding.
6887 2005-10-26  Dan Nicolaescu  <dann@ics.uci.edu>
6889         * term.el (term-emulate-terminal, term-handle-colors-array)
6890         (term-handle-ansi-escape): Specify the terminfo capabilities
6891         implemented.
6893 2005-10-26  Richard M. Stallman  <rms@gnu.org>
6895         * info.el (Info-fontify-node): Fix detection of sentence-break
6896         before *Note.
6898 2005-10-26  Romain Francoise  <romain@orebokech.com>
6900         * smerge-mode.el: Add `tools' to file keywords.
6902 2005-10-26  Nick Roberts  <nickrob@snap.net.nz>
6904         * progmodes/gud.el (gud-menu-map): Only display gud-until icon
6905         when the fringe is not available.
6907         * progmodes/gdb-ui.el (def-gdb-auto-updated-buffer)
6908         (def-gdb-auto-update-trigger): Simplify construction.
6909         (gdb-locals-buffer): Use def-gdb-auto-update-trigger instead of
6910         def-gdb-auto-updated-buffer as gdb-info-locals-handler is
6911         defined explicitly.
6912         (gdb-assembler-buffer): Use def-gdb-auto-update-handler instead of
6913         def-gdb-auto-updated-buffer as gdb-invalidate-assembler is
6914         defined explicitly.
6915         (gdb-info-locals-custom): Remove as it's a no-op.
6917 2005-10-25  Chong Yidong  <cyd@stupidchicken.com>
6919         * longlines.el (longlines-mode): Remove narrowing before
6920         performing the initial decoding or final encoding.
6922 2005-10-25  Romain Francoise  <romain@orebokech.com>
6924         * emacs-lisp/find-func.el (find-library-name): Also strip
6925         extension if library name ends in .el, to take advantage of
6926         `find-library-suffixes'.
6928 2005-10-25  Richard M. Stallman  <rms@gnu.org>
6930         * menu-bar.el (menu-bar-help-menu): Say which kind of therapist.
6932 2005-10-25  Juri Linkov  <juri@jurta.org>
6934         * textmodes/texinfo.el (texinfo-mode): Change charset of one
6935         quotation mark from [mule-unicode-0100-24ff] to [japanese-jisx0208].
6937 2005-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
6939         * play/blackbox.el (blackbox-mode-map): Move init into declaration.
6940         (blackbox-redefine-key): Add argument `map'.
6942         * jit-lock.el (jit-lock-fontify-now): Be careful not to skip multiline
6943         regions when moving the jit-lock-context-unfontify-pos boundary.
6945 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
6947         * net/browse-url.el (browse-url-of-buffer): Add ".html" to filename.
6949 2005-10-25  Masatake YAMATO  <jet@gyve.org>
6951         * dired-x.el (dired-virtual): Don't use `dired-insert-headerline'.
6953 2005-10-25  Michael Cadilhac  <michael.cadilhac-@t-lrde.epita.fr>  (tiny change)
6955         * play/blackbox.el (blackbox-redefine-key): New function.
6956         (blackbox-mode-map): Use it to remap existing bindings for cursor
6957         motion instead of binding literal keys.
6959 2005-10-25  Glenn Morris  <rgm@gnu.org>
6961         * calendar/diary-lib.el (diary-list-entries): Prevent infloop when
6962         diary does not end in a newline.  Do not assume a blank line at
6963         the start of the diary file.
6965 2005-10-25  Kenichi Handa  <handa@m17n.org>
6967         * international/quail.el (quail-translate-key): If the input
6968         method is deterministic and failed to handle the last key, restart
6969         the key handling loop from an appropriate key.
6971 2005-10-25  Michael Albinus  <michael.albinus@gmx.de>
6973         * vc.el (vc-dired-mode): Extend comment for binding of
6974         `directory-listing-before-filename-regexp'.
6976 2005-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
6978         * textmodes/texinfo.el (texinfo-mode):
6979         * textmodes/paragraphs.el (sentence-end-base): Use real chars, so as
6980         not to unnecessarily expose emacs-mule's internal char codes.
6982 2005-10-25  Nick Roberts  <nickrob@snap.net.nz>
6984         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Correct help-echo.
6985         Display hand pointer and help-echo on disabled icon too.
6986         (gdb-mouse-until): New function.
6987         (gdb-ann3): Bind it to mouse-2 and drag-mouse-1 in left fringe.
6989 2005-10-24  Chong Yidong  <cyd@stupidchicken.com>
6991         * menu-bar.el (menu-bar-help-menu): Rename "psychiatrist", in line
6992         with 2005-10-23 change to doctor.el.
6994         * finder.el (finder-mode-map): Add follow-link binding.
6996 2005-10-25  Kim F. Storm  <storm@cua.dk>
6998         * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-3 in left fringe
6999         to gdb-mouse-toggle-breakpoint-fringe.
7000         (gdb-mouse-toggle-breakpoint-margin): Rename from
7001         gdb-mouse-toggle-breakpoint.  Fix doc.
7002         (gdb-mouse-toggle-breakpoint-fringe): New defun.
7003         (gdb-put-string): Add optional SPROPS arg.  Add props to string.
7004         (gdb-put-breakpoint-icon): Add gdb-bptno and gdb-enabled
7005         string properties also for fringe breakpoint bitmaps.
7007 2005-10-24  Carsten Dominik  <dominik@science.uva.nl>
7009         * textmodes/org.el (org-start-icalendar-file): Fix format form.
7011 2005-10-25  Masatake YAMATO  <jet@gyve.org>
7013         * simple.el (completion-common-substring):
7014         Use `completion-common-substring' prior to `completion-base-size'.
7016 2005-10-24  Hrvoje Niksic  <hniksic@xemacs.org>
7018         * savehist.el: Require CL while compiling.
7019         (savehist-history-variables): Remove.
7020         (savehist-save-minibuffer-history, savehist-additional-variables)
7021         (savehist-minibuffer-history-variables): New vars.
7022         (savehist-save): Use them.
7023         (savehist-uninstall, savehist-minibuffer-hook): New funs.
7024         (savehist-install): New fun, extracted from savehist-load.
7025         (savehist-load): Use them.
7027 2005-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7029         * emacs-lisp/lisp-mode.el (easy-mmode-define-global-mode): Don't add
7030         a dummy doc-string-elt property.
7031         (defalias, defvaralias, define-category): Add a docstring property.
7033         * image.el (defimage):
7034         * widget.el (define-widget):
7035         * custom.el (defface, defcustom): Add `doc-string' declaration.
7037         * emacs-lisp/advice.el (ad-make-advised-definition): Fix arg-order.
7038         (defadvice): Add `doc-string' declaration.
7040         * emacs-lisp/byte-run.el (macro-declaration-function):
7041         Handle `doc-string' declarations.
7042         (define-obsolete-function-alias, define-obsolete-variable-alias):
7043         Add `doc-string' declaration.
7045 2005-10-24  Kenichi Handa  <handa@m17n.org>
7047         * international/utf-7.el (utf-7): Add autoload cookie.
7049         * term/x-win.el: Register more Cyrillic characters in x-keysym-table.
7051 2005-10-24  Eli Zaretskii  <eliz@gnu.org>
7053         * makefile.w32-in (autoloads): Use "." instead of $(lisp) in the
7054         list of directories passed to batch-update-autoloads.  Add "." to
7055         the list of the echoed directories.
7057         * pgg-def.el:
7058         * pgg-gpg.el:
7059         * pgg-parse.el:
7060         * pgg-pgp.el:
7061         * pgg-pgp5.el:
7062         * pgg.el: Moved here from the gnus subdirectory.
7064 2005-10-24  Nick Roberts  <nickrob@snap.net.nz>
7066         * progmodes/gud.el (gud-filter): Bind inhibit-read-only to t
7067         in case comint-prompt-read-only is set to t.
7069         * progmodes/gdb-ui.el (gdb-send): Bind inhibit-read-only to t
7070         in case comint-prompt-read-only is set to t.
7072 2005-10-24  Ulf Jasper  <ulf.jasper@web.de>
7074         * calendar/icalendar.el (icalendar-version): Increase to 0.13.
7075         Now a string.
7076         (icalendar-import-format): Handle CLASS, STATUS, URL.
7077         Rename `subject' to `summary'.
7078         (icalendar-import-format-summary): Rename from
7079         `icalendar-import-format-subject'.
7080         (icalendar-import-format-url, icalendar-import-format-status)
7081         (icalendar-import-format-class): New variables.
7082         (icalendar--rris): Take variable argument list.
7083         (icalendar--datestring-to-isodate): Remove unnecessary
7084         calendar-style check when converting dates with explicit month names.
7085         (icalendar-export-region): Change return type of conversion
7086         subroutines.  Bury current buffer unless error occurred.
7087         (icalendar--convert-to-ical)
7088         (icalendar--parse-summary-and-rest): New functions.
7089         (icalendar--convert-ordinary-to-ical)
7090         (icalendar--convert-weekly-to-ical)
7091         (icalendar--convert-yearly-to-ical)
7092         (icalendar--convert-block-to-ical)
7093         (icalendar--convert-cyclic-to-ical)
7094         (icalendar--convert-anniversary-to-ical): Change return type.
7095         Strip trailing blanks from subject.
7096         (icalendar--convert-sexp-to-ical): Change return type.
7097         Strip trailing blanks from subject.  Handle simple sexp
7098         entries as generated by icalendar.el.
7099         (icalendar--convert-float-to-ical)
7100         (icalendar--convert-date-to-ical): Strip trailing blanks from subject.
7101         (icalendar-import-file): Doc fix.
7102         (icalendar--format-ical-event): Handle CLASS, STATUS, URL.
7103         Correct call to icalendar--rris.
7104         (icalendar--convert-ical-to-diary): Doc fix.  Rename `subject' to
7105         `summary'.
7106         (icalendar--add-diary-entry): Rename `subject' to `summary'.
7108 2005-10-24  Romain Francoise  <romain@orebokech.com>
7110         * server.el (server-sentinel): Set query-on-exit flag to nil on
7111         new client processes (it isn't inherited from the server process).
7113         * replace.el (occur-engine): Rearrange text properties.
7115 2005-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
7117         * emacs-lisp/debug.el (debugger-make-xrefs): Don't assume
7118         case-fold-search is nil.
7119         (debug-help-follow): Use help-xref-interned directly.
7121 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
7123         * thumbs.el (thumbs-image-type): Add .pbm.
7125 2005-10-23  Richard M. Stallman  <rms@gnu.org>
7127         * faces.el (inhibit-face-set-after-frame-default): New variable.
7128         (set-face-attribute): Bind it.
7129         (face-set-after-frame-default): Test it.
7131         * help-fns.el (describe-simplify-lib-file-name): New function.
7132         (describe-function-1, describe-variable): Use it.
7134         * faces.el (describe-face): Use describe-simplify-lib-file-name.
7136         * tooltip.el (tooltip-x-offset, tooltip-y-offset): Change defaults.
7137         Eliminate nil as possible value.
7138         (tooltip-hide-delay): Reduce internal-border-width.
7140         * menu-bar.el (menu-bar-file-menu) <dired>: Change help-echo string.
7141         (menu-bar-file-menu) <new-file>: Likewise.
7143         * simple.el (line-move-finish): Ignore fields computing LINE-END.
7145         * international/mule.el (load-with-code-conversion):
7146         Pass full file name to `eval-buffer' unless preloading.
7148         * textmodes/flyspell.el (flyspell-large-region):
7149         Call ispell-check-version.
7151         * textmodes/ispell.el (ispell-local-dictionary-overridden):
7152         Fix the make-variable-buffer-local call that was supposed
7153         to be for this variable.
7154         (ispell-aspell-supports-utf8): Doc fix.
7155         (ispell-find-aspell-dictionaries): Preserve elements of
7156         ispell-dictionary-alist for dictionaries that aspell doesn't report.
7157         (ispell-aspell-find-dictionary): Return nil on error.
7159         * play/doctor.el (doctor-doc): Don't say "psychiatrist".
7160         (doctor-symptoms): Likewise.
7162         * add-log.el (add-log-current-defun): Clean up handling of DEFUNs.
7164 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
7166         * cus-edit.el (custom-button, custom-button-pressed): New vars.
7167         (custom-raised-buttons): Add :set spec.
7168         (custom-button-unraised, custom-button-pressed-unraised):
7169         New faces, so that custom-raised-buttons actually does something.
7170         (custom-mode): Use custom-button and custom-button-pressed.
7172         * wid-edit.el (widget-specify-button): Don't ignore
7173         widget-mouse-face on graphic terminals.
7174         (widget-move-and-invoke): Cleanup.
7176 2005-10-23  Thien-Thi Nguyen  <ttn@gnu.org>
7178         * whitespace.el (whitespace-cleanup): Doc fix.
7180 2005-10-23  Romain Francoise  <romain@orebokech.com>
7182         * emulation/viper.el (viper-set-hooks): Quote forms passed to
7183         `eval-after-load' to avoid evaluating their result.
7185 2005-10-23  Michael Albinus  <michael.albinus@gmx.de>
7187         * files.el (directory-listing-before-filename-regexp):
7188         New defvar.  Replaces `dired-move-to-filename-regexp' from dired.el.
7190         * dired.el (dired-move-to-filename-regexp): Remove.
7191         All occurences replaced by `directory-listing-before-filename-regexp'.
7193         * dired-x.el, locate.el, vc.el:
7194         Replace `dired-move-to-filename-regexp' by
7195         `directory-listing-before-filename-regexp'.  In vc.el it is
7196         overwritten locally; maybe this can be handled in files.el too.
7198         * net/ange-ftp.el (ange-ftp-date-regexp): Remove.  All occurences
7199         replaced by `directory-listing-before-filename-regexp'.
7201 2005-10-23  Andreas Schwab  <schwab@suse.de>
7203         * font-lock.el (lisp-font-lock-keywords-2): Add eval-at-startup
7204         and eval-next-after-load.
7206 2005-10-23  MIYOSHI Masanori  <miyoshi@meadowy.org>  (tiny change)
7208         * mouse.el (mouse-drag-region): If the *Messages* buffer doesn't
7209         exist, create it.
7211 2005-10-23  Ken Manheimer  <ken.manheimer@gmail.com>
7213         * allout.el: Remove autoloads for mailcrypt and crypt++.
7214         Require pgg, pgg-gpg during compilation.
7215         (allout-version): Increment version number to 2.1, and use a literal
7216         rather than RCS Id.
7217         (allout-default-encryption-scheme): Remove.
7218         (allout-passphrase-verifier-handling)
7219         (allout-passphrase-verifier-string)
7220         (allout-file-passphrase-verifier-string)
7221         (allout-passphrase-hint-string): Rename -key- to -passphrase-.
7222         (allout-passphrase-hint-handling): Rename and simplify.
7223         (allout-init): Use `find-file-hook' if available, otherwise
7224         `find-file-hooks'.
7225         (allout-mode): Use `write-file-functions' if available, otherwise
7226         `local-write-file-hooks' and, instead of making auto-save-hook
7227         buffer local, make the write-file-hook activity contingent to
7228         allout-mode.
7229         (allout-mode): Use key-binding substitution in the docstring.
7230         (allout-kill-line): Spell-out kill ring data structure mutation
7231         instead of using byte-compiler-complaint-provoking `pop'.
7232         (allout-insert-listified): Use `insert' rather than `insert-string'
7233         (allout-toggle-current-subtree-encryption): Update docstring, adjust
7234         to new gpp-based encryption, use new `allout-encrypted-topic-p'.
7235         (allout-encrypt-string): Totally revamped vis new underlying
7236         encryption facilities.
7237         (allout-mc-activate-passwd): Remove.
7238         (allout-obtain-passphrase): New, more or less replaces
7239         allout-mc-activate-passwd.
7240         (allout-encrypted-key-info): More or less replaces
7241         allout-encrypted-text-type.
7242         (outlineify-sticky, outlinify-sticky): Add autoload cookie.
7243         (my-mark-marker): Use `(featurep 'xemacs)'.
7245 2005-10-23  Lars Hansen  <larsh@soem.dk>
7247         * emacs-lisp/bytecomp.el (byte-compile-lambda): New arg add-lambda.
7248         (byte-compile-file-form-defmumble, byte-compile-defun)
7249         (byte-compile-defmacro): Use it.
7250         (byte-compile-form): Don't call byte-compile-set-symbol-position
7251         when a byte-compile handler is called.
7253 2005-10-22  Romain Francoise  <romain@orebokech.com>
7255         * savehist.el (savehist-history-variables): Add `grep-find-history'.
7257         * subr.el (eval-after-load): Convert library name to an absolute
7258         file name using locate-library, since load-history no longer has
7259         library names in it.
7261 2005-10-22  Richard M. Stallman  <rms@gnu.org>
7263         * files.el (make-temp-file): Move from subr.el.
7264         * subr.el (make-temp-file): Move to files.el.
7266         * window.el (get-buffer-window-list): Move from subr.el.
7267         * subr.el (get-buffer-window-list): Move to window.el.
7269         * image.el (image-load-path): Use eval-at-startup to initialize.
7271         * subr.el (eval-at-startup): New macro.
7273         * subr.el: Much rearrangement of functions and division
7274         into pages.  No code changes.
7276 2005-10-22  Kenichi Handa  <handa@m17n.org>
7278         * tar-mode.el (tar-extract): Be sure to call
7279         find-operation-coding-system if set-auto-coding doesn't find a
7280         coding system.
7282 2005-10-22  Kim F. Storm  <storm@cua.dk>
7284         * image.el (image-type-header-regexps): Rename from image-type-regexps.
7285         Change users.
7286         (image-type-file-name-regexps): New defconst.
7287         (image-type-from-data): Simplify loop.
7288         (image-type-from-buffer): New defun.
7289         (image-type-from-file-header): Use it instead of image-type-from-data.
7290         Use image-search-load-path instead of only looking in data-directory.
7291         (image-type-from-file-name): New defun.
7292         (image-search-load-path): Change `pathname' to `filename'.
7293         Make PATH arg optional, default to image-load-path.
7295 2005-10-21  Richard M. Stallman  <rms@gnu.org>
7297         * textmodes/texinfo.el (texinfo-mode): Set sentence-end-base.
7299         * textmodes/paragraphs.el (sentence-end-base): New variable.
7300         (sentence-end): Use sentence-end-base.
7302 2005-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
7304         * font-lock.el (font-lock-default-fontify-region): Check the multiline
7305         property independently from the font-lock-multiline variable.
7307 2005-10-21  Richard M. Stallman  <rms@gnu.org>
7309         * emacs-lisp/find-func.el (find-library-name): Doc fix.
7311         * startup.el (command-line): Convert library names
7312         in `load-history' to absolute file names.
7314         * subr.el (symbol-file): Doc fix.
7316         * loadhist.el (file-loadhist-lookup): Call locate-library
7317         instead of find-library-name.  Don't try converting
7318         abs file names to library names, since load-history no longer
7319         has library names in it.
7320         (file-dependents, file-provides, file-requires): Doc fixes.
7322 2005-10-21  Juri Linkov  <juri@jurta.org>
7324         * progmodes/etags.el (tags-table-mode): New function.
7325         (tags-verify-table): Replace initialize-new-tags-table with
7326         tags-table-mode.
7328         * desktop.el (desktop-buffers-not-to-save): Remove TAGS from the
7329         default value.
7330         (desktop-modes-not-to-save): Add tags-table-mode to the
7331         default value.
7333         * info.el (Info-index-next): Add total number of index
7334         alternatives to the message.
7336         * textmodes/fill.el (fill-nobreak-p): Fix first two rules to skip
7337         backward only space (instead of space and period) before looking
7338         at sentence end.
7340         * simple.el (set-variable): Use user-variable-p instead of symbolp.
7341         Add the old variable value as 4th default-value arg of read-string.
7343 2005-10-21  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
7345         * cus-face.el (custom-declare-face): Make face from X resources
7346         also on Mac.
7348         * disp-table.el (standard-display-g1, standard-display-graphic):
7349         Refuse to use string glyphs also on Mac.
7350         (standard-display-european): Don't set terminal coding system also
7351         on Mac.
7353         * frame.el (display-screens): Use x-display-screens also on Mac.
7355 2005-10-21  Romain Francoise  <romain@orebokech.com>
7357         * net/rcirc.el: Now part of GNU Emacs.  Update FSF's address.
7359 2005-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
7361         * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): Make $@
7362         and $? into sexps.
7364         * font-lock.el (font-lock-compile-keywords): Add a help-echo to the
7365         warning face on open-paren-in-column-0.
7367         * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Fix corner
7368         boundary case.  Fix typo.
7369         Suggested by Martin Rudalics <rudalics@gmx.at>.
7371 2005-10-21  Carsten Dominik  <dominik@science.uva.nl>
7373         * textmodes/org.el (org-combined-agenda-icalendar-file)
7374         (org-icalendar-include-todo, org-icalendar-combined-name): New options.
7375         (org-export-icalendar-this-file)
7376         (org-export-icalendar-all-agenda-files)
7377         (org-export-icalendar-combine-agenda-files): New commands.
7378         (org-export-icalendar, org-print-icalendar-entries)
7379         (org-start-icalendar-file, org-finish-icalendar-file)
7380         (org-ical-ts-to-string): New functions.
7381         (org-read-date, org-goto-calendar)
7382         (org-agenda-goto-calendar): Inhibit displaying diary entries by
7383         call to `calendar'.
7384         (orgtbl-setup): Remove the :keys arguments from the menu description.
7385         (org-after-save-iCalendar-file-hook): New variable.
7387 2005-10-21  Kenichi Handa  <handa@m17n.org>
7389         * language/vietnamese.el (tcvn-5712): Make it an alias of
7390         vietnamese-tcvn coding-system.
7392 2005-10-20  Michael Albinus  <michael.albinus@gmx.de>
7394         * net/ange-ftp.el (ange-ftp-date-regexp): Handle also the case no
7395         group id is given.
7397 2005-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7399         * progmodes/sh-script.el (sh-escaped-line-re): New var.
7400         (sh-here-doc-open-re, sh-font-lock-close-heredoc): Use it.
7401         (sh-font-lock-open-heredoc): Try to properly handle heredoc starters
7402         whose line is either continued or ends with a comment.
7404 2005-10-20  Romain Francoise  <romain@orebokech.com>
7406         * net/rcirc.el (with-rcirc-process-buffer): Move above its first user.
7408         * replace.el (occur-engine): Add follow-link property.
7410         * font-core.el (font-lock-mode): Doc fix.
7412 2005-10-20  Richard M. Stallman  <rms@gnu.org>
7414         * net/rcirc.el: New file.
7416 2005-10-20  Bryan Henderson  <bryanh@giraffe-data.com>  (tiny change)
7418         * term.el (term-term-name): Initialize to "eterm-color".
7420 2005-10-20  Ken Manheimer  <ken.manheimer@gmail.com>
7422         * allout.el: Add autoloads of crypt++ and mailcrypt routines, all
7423         for encryption functionality.
7424         Move allout customization subgroup from `editing' to `outlines' group.
7425         Fix commentary keywords to legitimate ones.
7426         Update author info (using my current email address, obscurified).
7427         (allout-encrypt-string, allout-encryption-produce-work-buffer)
7428         (allout-encrypted-topic-p, allout-encrypted-text-type)
7429         (allout-mc-activate-passwd, allout-create-encryption-key-verifier)
7430         (allout-situate-encryption-key-verifier)
7431         (allout-get-encryption-key-verifier, allout-verify-key)
7432         (allout-next-topic-pending-encryption)
7433         (allout-encrypt-decrypted, allout-encrypted-type-prefix): New funcs.
7434         (outline-topic-encryption-bullet, outline-default-encryption-scheme)
7435         (outline-key-verifier-handling, outline-key-hint-handling)
7436         (outline-encrypt-unencrypted-on-saves): New defcustoms.
7437         (allout-file-key-verifier-string, allout-encryption-scheme)
7438         (allout-key-verifier-string, allout-key-hint-string)
7439         (allout-after-save-decrypt): New variables.
7440         (allout-write-file-hook-handler, allout-auto-save-hook-handler)
7441         (allout-after-saves-handler): New hook functions.
7442         (allout-post-command-business): Do allout-after-save-decrypt.
7443         (allout-enable-file-variable-adjustment): Custom var to enable
7444         mechanism for adding and adjusting settings of Emacs file variables.
7445         (allout-adjust-file-variable, allout-file-vars-section-data):
7446         New functions, implement the mechanism.
7447         (outlineify-sticky): Use the file vars mechanism.
7448         (allout-inhibit-protection, allout-during-write-cue)
7449         (allout-override-protect, allout-before-change-protect): Remove.
7450         (allout-flag-region, allout-open-topic): Adjust read-only text.
7451         (allout-open-line-not-read-only): Add to facilitate read-only
7452         text based protection.
7453         (allout-kill-line): Revise to adjust read-only text, clue the
7454         user about the inhibition.
7455         (allout-unprotected): Use unwind-protect.
7456         (allout-shift-in, allout-shift-out): Disallow manually shifting a
7457         topic deeper than the offspring depth of the previous topic -
7458         avoiding confusing "containment discontinuities".
7459         (allout-reindent-bodies): Fix retention of body relative hanging
7460         indent during promotion of collapsed bodies.
7461         (allout-open-topic): Make it easy to open new topic with same
7462         bullet as current topic - topic creation functions provided with
7463         any universal argument provokes now prompt for bullet, defaulting
7464         to the bullet of the previous topic.
7465         (allout-plain-bullets-string, allout-distinctive-bullets-string):
7466         Plain bullet alternates `.' period and `,' comma only.  All other
7467         bullets are relegated to special status (but customizable).
7468         (allout-end-of-entry): Rename from allout-end-of-current-entry
7469         since it actually operates w.r.t. most immediately containing
7470         entry, visible or not.
7471         (allout-hide-current-entry, allout-show-current-entry): Use the
7472         revised version.
7473         (allout-old-expose-topic): Solidify deprecation.
7474         (allout-end-of-subtree): Add so we can span concealed as well
7475         as visible topics.
7476         (allout-end-of-current-subtree): Use `allout-end-of-subtree'.
7477         (allout-end-of-current-heading): Tweak to just respect the first line.
7478         (allout-get-body-text): Add.
7479         (allout-ascend-to-depth, allout-ascend): Position at end of prefix
7480         when invoked interactively.
7481         (allout-up-current-level): Use `interactive-p'.
7482         (allout-mode, allout-init): Miscellaneous docstring and
7483         operational refinements, as well as hookups of new encryption stuff.
7484         (allout-beginning-of-current-entry): Now works as advertised.
7485         (allout-end-of-current-entry): Remove of superfluous allout-show-entry.
7486         (allout-isearch-rectification): Refine condition for isearching.
7487         (allout-isearch-abort, allout-enwrap-isearch)
7488         (allout-flag-region, my-region-active-p): Relocate some macros.
7489         (allout-title): Fallback title is (buffer-name), not
7490         non-existing (current-buffer-name).
7491         (subst-char-in-string): Define if absent (for some XEmacs versions).
7493 2005-10-20  Jari Aalto  <jari.aalto@cante.net>
7495         * mail/sendmail.el (mail-setup-hook, mail-aliases)
7496         (mail-yank-prefix, mail-indentation-spaces, mail-yank-hooks)
7497         (mail-citation-prefix-regexp, mail-signature-file)
7498         (mail-default-headers, mail-bury-selects-summary)
7499         (mail-send-nonascii): Add autoload cookies.
7501 2005-10-20  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>  (tiny change)
7503         * frame.el (blink-cursor-mode): Add `mac' to the list of
7504         window-system's that support blinking cursor.
7506 2005-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
7508         * textmodes/org.el (org-level-color-stars-only): Fix typo in docstring.
7510 2005-10-20  Eli Zaretskii  <eliz@gnu.org>
7512         * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el):
7513         Bind find-file-suppress-same-file-warnings to t, to avoid warnings due
7514         to different drive letter case in D:/foo/bar.el vs d:/foo/bar.el.
7516 2005-10-20  Kim F. Storm  <storm@cua.dk>
7518         * ido.el (ido-is-tramp-root): Simplify regexp matching tramp root.
7519         (ido-set-current-directory): Don't add / after final @.
7520         (ido-file-name-all-completions-1): Adapt to fixed tramp completion.
7521         Explicitly handle ange-ftp completion oddities.
7522         (ido-make-file-list): Don't rotate list at tramp root to avoid
7523         triggering tramp file handler for expand-file-name via get-file-buffer.
7525 2005-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
7527         * savehist.el (savehist-coding-system): Revert to checking XEmacs.
7529 2005-10-19  Jay Belanger  <belanger@truman.edu>
7531         * calc/calc-units.el (math-standard-units): Add units, adjust
7532         symbols and update values.
7533         (math-unit-prefixes): Add more prefixes.
7535 2005-10-19  Romain Francoise  <romain@orebokech.com>
7537         * bookmark.el (bookmark-menu-heading): New face.
7538         (bookmark-bmenu-list): Use it.
7539         Don't fiddle with `baud-rate' at top-level.
7541 2005-10-18  Chong Yidong  <cyd@stupidchicken.com>
7543         * image.el (create-image, find-image): Mention max-image-size in
7544         docstring.
7546 2005-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
7548         * savehist.el (savehist-load): Revert to checking XEmacs.
7550         * textmodes/conf-mode.el: Don't use font-lock-defaults-alist.
7551         Various docstring and line-width fixups.
7552         (conf-mode): Use cond.
7553         Set font-lock-defaults.  Don't set comment-use-syntax.
7555 2005-10-18  David Ponce  <david@dponce.com>
7557         * tree-widget.el (tree-widget-button-click): New function.
7558         (tree-widget-button-keymap): Use it.
7560 2005-10-18  Romain Francoise  <romain@orebokech.com>
7562         * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
7563         (bookmark-bmenu-hide-filenames): Add follow-link property.
7564         Improve help-echo text.
7566         * ffap.el (find-file-at-point): Doc fix.
7568 2005-10-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
7570         * mouse.el (mouse-set-region): Don't do sit-for on a mac frame.
7572 2005-10-18  Masatake YAMATO  <jet@gyve.org>
7574         Install to the CVS repository what I forgot to install in my
7575         2005-10-16 changes.
7577         * progmodes/python.el (python-complete-symbol): Pass the common
7578         prefix substring of completion to `display-completion-list'.
7580         * textmodes/org.el (org-complete): Ditto.
7582 2005-10-18  Masatake YAMATO  <jet@gyve.org>
7584         Fix a bug reported by Sven Joachim <sven_joachim@web.de>.
7586         * woman.el (WoMan-xref-man-page): New button type derived
7587         from `Man-abstract-xref-man-page'.
7588         (woman-mode): Pass `WoMan-xref-man-page' to `Man-highlight-references'.
7590         * man.el (Man-abstract-xref-man-page): New button type.
7591         (Man-xref-man-page): Make it derived from `Man-abstract-xref-man-page'.
7592         (Man-highlight-references): Add new optional argument `xref-man-type'.
7594 2005-10-18  Nick Roberts  <nickrob@snap.net.nz>
7596         * progmodes/gud.el (gud-menu-map): Correct condition for fringe.
7598 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
7600         * cus-edit.el (Custom-move-and-invoke): Delete.
7601         (custom-mode-map): Bind mouse-1 to widget-move-and-invoke.
7603         * wid-edit.el (widget-move-and-invoke): New function, from
7604         Custom-move-and-invoke.
7606 2005-10-17  Bill Wohler  <wohler@newt.com>
7608         Move all remaining images from lisp/toolbar to etc/images, move
7609         lisp/toolbar/tool-bar to lisp and "delete" lisp/toolbar.  Place
7610         the low resolution images in their own directory (low-color).
7612         * toolbar/attach.*, toolbar/cancel.*, toolbar/close.*
7613         * toolbar/copy.*, toolbar/cut.*, toolbar/diropen.*, toolbar/exit.*
7614         * toolbar/help.*, toolbar/home.*, toolbar/index.*, toolbar/info.*
7615         * toolbar/mail.*, toolbar/new.*, toolbar/open.*, toolbar/paste.*
7616         * toolbar/preferences.*, toolbar/print.*, toolbar/save.*
7617         * toolbar/saveas.*, toolbar/search.*, toolbar/search-replace.*
7618         * toolbar/spell.*, toolbar/undo.*: Move to etc/images.
7620         * toolbar/lc-copy.*: Move to etc/images/low-color/copy.*.
7621         * toolbar/lc-cut.*: Move to etc/images/low-color/cut.*.
7622         * toolbar/lc-help.*: Move to etc/images/low-color/help.*.
7623         * toolbar/lc-home.*: Move to etc/images/low-color/home.*.
7624         * toolbar/lc-index.*: Move to etc/images/low-color/index.*.
7625         * toolbar/lc-new.*: Move to etc/images/low-color/new.*.
7626         * toolbar/lc-open.*: Move to etc/images/low-color/open.*.
7627         * toolbar/lc-paste.*: Move to etc/images/low-color/paste.*.
7628         * toolbar/lc-preferences.*: Move to etc/images/low-color/preferences.*.
7629         * toolbar/lc-print.*: Move to etc/images/low-color/print.*.
7630         * toolbar/lc-save.*: Move to etc/images/low-color/save.*.
7631         * toolbar/lc-saveas.*: Move to etc/images/low-color/saveas.*.
7632         * toolbar/lc-search.*: Move to etc/images/low-color/search.*.
7633         * toolbar/lc-spell.*: Move to etc/images/low-color/spell.*.
7634         * toolbar/lc-undo.*: Move to etc/images/low-color/undo.*.
7636         To conform with convention, replace the underscore (_) in the
7637         following image names with dash (-) or (/) as appropriate.
7639         * toolbar/back_arrow.*: Move to etc/images/back-arrow.*.
7640         * toolbar/fld_open.*: Move to etc/images/fld-open.*.
7641         * toolbar/fwd_arrow.*: Move to etc/images/fwd-arrow.*.
7642         * toolbar/jump_to.*: Move to etc/images/jump-to.*.
7643         * toolbar/left_arrow.*: Move to etc/images/left-arrow.*.
7644         * toolbar/right_arrow.*: Move to etc/images/right-arrow.*.
7645         * toolbar/up_arrow.*: Move to etc/images/up-arrow.*.
7646         * toolbar/lc-back_arrow.*: Move to etc/images/low-color/back-arrow.*.
7647         * toolbar/lc-fwd_arrow.*: Move to etc/images/low-color/fwd-arrow.*.
7648         * toolbar/lc-jump_to.*: Move to etc/images/low-color/jump-to.*.
7649         * toolbar/lc-left_arrow.*: Move to etc/images/low-color/left-arrow.*.
7650         * toolbar/lc-right_arrow.*: Move to etc/images/low-color/right-arrow.*.
7651         * toolbar/lc-up_arrow.*: Move to etc/images/low-color/up-arrow.*.
7652         * toolbar/mail_compose.*: Move to etc/images/mail/compose.*.
7653         * toolbar/mail_send.*: Move to etc/images/mail/send.*.
7655         * info.el (info-tool-bar-map): Replace underscores in image names
7656         with dashes.
7658         * makefile.w32-in (WINS): Remove toolbar.
7660         * menu-bar.el: Replace toolbar/tool-bar.el with tool-bar.el in comment.
7662         * tool-bar.el: Move to lisp from toolbar.  Now that
7663         toolbar is empty, it should be deleted when folks run "cvs up -P".
7665 2005-10-18  Jay Belanger  <belanger@truman.edu>
7667         * calc/calc-store.el (calc-store-into): Get the proper variable name
7668         to display in message.
7670 2005-10-18  Nick Roberts  <nickrob@snap.net.nz>
7672         * progmodes/gdb-ui.el (gdb-var-create-handler): Make watch
7673         expressions display in speedbar for all buffers when debugging.
7674         (gdb-speedbar-expand-node): Ensure node contraction is always updated.
7676         * speedbar.el (speedbar-set-mode-line-format): Indent properly.
7677         (speedbar-insert-button, speedbar-make-button):
7678         Use add-text-properties.
7679         (speedbar-update-localized-contents)
7680         (speedbar-update-directory-contents)
7681         (speedbar-update-special-contents): Use dolist.
7682         (speedbar-buffer-easymenu-definition): Add a menu separator.
7684 2005-10-17  Jason Rumney  <jasonr@gnu.org>
7686         * makefile.w32-in: Use $(lisp) consistently.
7687         (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): New targets
7688         for shell specific generation of mh-autoloads.
7690 2005-10-17  Richard M. Stallman  <rms@gnu.org>
7692         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Undo prev change.
7694 2005-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
7696         * jit-lock.el (jit-lock-fontify-now):
7697         Move jit-lock-context-unfontify-pos to avoid wasted work.
7699 2005-10-17  Michael Albinus  <michael.albinus@gmx.de>
7701         * net/tramp.el (tramp-completion-mode): New defvar.  Used in
7702         `tramp-completion-mode' for checking if we are in completion mode.
7703         (tramp-completion-handle-file-name-all-completions): Reorder code
7704         in order to complete for file names only in case there are no
7705         method/user/host completions.  This is necessary for cooperation
7706         with ido.  Reported by Kim F. Storm <storm@cua.dk>.
7708 2005-10-16  Chong Yidong  <cyd@stupidchicken.com>
7710         * longlines.el (longlines-search-forward)
7711         (longlines-search-backward): Match any number of spaces.
7713 2005-10-16  Thien-Thi Nguyen  <ttn@gnu.org>
7715         * diff-mode.el (diff-mode): Doc fix.
7717 2005-10-16  David Reitter  <david.reitter@gmail.com>
7719         * mail/sendmail.el (send-mail-function): Use mailclient-send-it
7720         as default on darwin and windows systems.
7722 2005-10-16  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
7724         * arc-mode.el (archive-zip-extract): Doc fix.
7726 2005-10-16  Romain Francoise  <romain@orebokech.com>
7728         * mouse.el (mouse-1-click-follows-link): Doc fix.
7730 2005-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
7732         * savehist.el: Don't require CL at runtime.
7733         (savehist-xemacs): Remove.
7734         (savehist-coding-system): Use utf-8 if present, regardless of religion.
7735         (savehist-no-conversion): Use (featurep 'xemacs).
7736         (savehist-load): Check existence of start-itimer rather than XEmacs.
7737         Use an idle timer.
7738         (savehist-process-for-saving): Replace use of CL funs `subseq' and
7739         `delete-if-not'.
7741 2005-10-16  Hrvoje Niksic  <hniksic@xemacs.org>
7743         * savehist.el: Newer version.
7744         (savehist-autosave-interval, savehist-coding-system, savehist-timer)
7745         (savehist-last-checksum, savehist-no-conversion): New vars.
7746         (savehist-autosave, savehist-process-for-saving, savehist-printable):
7747         New functions.
7748         (savehist-load, savehist-save): Use them.
7749         (savehist-delimit): Remove.
7751 2005-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
7753         * progmodes/compile.el (compilation-goto-locus): Display the
7754         compilation buffer first and the source buffer second, in case they're
7755         in overlapping frames.  Don't raise the compilation frame if it was the
7756         selected window upon entry.  Pass the `other-window' arg to
7757         pop-to-buffer.
7759         * info.el (Info-fontify-node): Use dolist.
7760         Change add-text-properties to put-text-property.
7762 2005-10-16  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
7764         * textmodes/bibtex.el (bibtex-font-lock-url): Catch when point past
7765         bound of search.
7767 2005-10-16  Masatake YAMATO  <jet@gyve.org>
7769         * dabbrev.el (dabbrev-completion): Pass the common
7770         prefix substring of completion to `display-completion-list'.
7772         * filecache.el (file-cache-minibuffer-complete)
7773         (file-cache-complete): Ditto.
7775         * tempo.el (tempo-display-completions): Ditto.
7777         * wid-edit.el (widget-file-complete, widget-color-complete): Ditto.
7779         * emacs-lisp/lisp.el (lisp-complete-symbol): Ditto.
7781         * eshell/em-hist.el (eshell-list-history): Ditto.
7783         * mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto.
7785         * mail/mailalias.el (mail-complete): Ditto.
7787         * progmodes/etags.el (complete-tag): Ditto.
7789         * progmodes/make-mode.el (makefile-complete): Ditto.
7791         * progmodes/meta-mode.el (meta-complete-symbol): Ditto.
7793         * progmodes/octave-mod.el (octave-complete-symbol): Ditto.
7795         * progmodes/pascal.el (pascal-complete-word)
7796         (pascal-show-completions): Ditto.
7798         * textmodes/bibtex.el (bibtex-complete-internal): Ditto.
7800         * simple.el (completion-common-substring): New variable.
7801         (completion-setup-function): Use `completion-common-substring'
7802         to put faces.
7804 2005-10-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
7806         * term/mac-win.el: Apply 2005-10-09 change for term/x-win.el.
7807         (x-get-selection, mac-select-convert-to-string): Convert from/to
7808         UTF-16 clipboard data as in native byte order, no BOM.
7810 2005-10-16  Nick Roberts  <nickrob@snap.net.nz>
7812         * progmodes/gud.el (gud-tool-bar-map): Rename the images
7813         appropriately (gud/next, gud/nexti, gud/step, gud/stepi).
7814         (gud-sentinel): Use speedbar-frame to check for speedbar.
7816 2005-10-15  Richard M. Stallman  <rms@gnu.org>
7818         * savehist.el: New file.
7820 2005-10-14  Karl Chen  <quarl@cs.berkeley.edu>
7822         * textmodes/tex-mode.el (tex-font-lock-keywords-2):
7823         Fix bug in \bf fontification.
7825 2005-10-15  Stefan Monnier  <monnier@iro.umontreal.ca>
7827         * pcvs.el (cvs-edit-log-files): New var.
7828         (cvs-mode-edit-log): New arg `file'.
7829         (cvs-edit-log-minor-wrap): Don't set the ignore-marks property.
7830         Instead force the use of the original file and nothing else.
7831         (cvs-edit-log-filelist): Don't use the cvs-mode-* function unless
7832         the cvs-minor-wrap-function is set.
7833         (cvs-do-edit-log): Obey the vars set in cvs-edit-log-minor-wrap.
7835 2005-10-14  Bill Wohler  <wohler@newt.com>
7837         * toolbar/gud-break.*: Moved to etc/images/gud/break.*.
7838         * toolbar/gud-cont.*: Moved to etc/images/gud/cont.*.
7839         * toolbar/gud-down.*: Moved to etc/images/gud/down.*.
7840         * toolbar/gud-finish.*: Moved to etc/images/gud/finish.*.
7841         * toolbar/gud-ni.*: Moved to etc/images/gud/ni.*.
7842         * toolbar/gud-n.*: Moved to etc/images/gud/n.*.
7843         * toolbar/gud-print.*: Moved to etc/images/gud/print.*.
7844         * toolbar/gud-pstar.*: Moved to etc/images/gud/pstar.*.
7845         * toolbar/gud-remove.*: Moved to etc/images/gud/remove.*.
7846         * toolbar/gud-run.*: Moved to etc/images/gud/run.*.
7847         * toolbar/gud-si.*: Moved to etc/images/gud/si.*.
7848         * toolbar/gud-s.*: Moved to etc/images/gud/s.*.
7849         * toolbar/gud-until.*: Moved to etc/images/gud/until.*.
7850         * toolbar/gud-up.*: Moved to etc/images/gud/up.*.
7851         * toolbar/gud-watch.*: Moved to etc/images/gud/watch.*.
7853         * progmodes/gud.el (gud-tool-bar-map): Rename the images
7854         appropriately (for example, gud-break to gud/break).
7856 2005-10-14  Chong Yidong  <cyd@stupidchicken.com>
7858         * longlines.el (longlinges-search-function)
7859         (longlines-search-forward, longlines-search-backward): New functions.
7860         (longlines-mode): Set isearch-search-fun-function to
7861         longlinges-search-function.
7863         * mouse.el (mouse-drag-region-1): Handle the case where a
7864         double-click event is bound to an arbitrary function.
7866 2005-10-14  David Ponce  <david@dponce.com>
7868         * recentf.el (recentf-track-opened-file)
7869         (recentf-track-closed-file, recentf-update-menu)
7870         (recentf-used-hooks, recentf-enabled-p): Move before dialog stuff.
7871         (recentf-dialog-mode-map): Map follow-link to RET, so dialogs obey
7872         mouse-1-click-follows-link.
7874 2005-10-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
7876         * toolbar/diropen.xpm, toolbar/diropen.pbm: New versions made from
7877         Gnome file-manager.png.  Suggested by
7878         Joachim Nilsson <joachim.nilsson@vmlinux.org>.
7880         * toolbar/README: Add diropen.xpm.
7882 2005-10-13  Bill Wohler  <wohler@newt.com>
7884         * makefile.w32-in (MH_E_SRC): Rename from MH-E-SRC per NMAKE
7885         restrictions.  Suggested by David Robinow <drobinow@gmail.com>.
7887 2005-10-13  Stefan Monnier  <monnier@iro.umontreal.ca>
7889         * progmodes/mixal-mode.el (mixal-operation-codes-alist):
7890         Don't waste the byte-compiler's time on constant data.
7892 2005-10-13  Kenichi Handa  <handa@m17n.org>
7894         * international/utf-8.el (utf-8-compose): Display an invalid UTF-8
7895         byte with `escape-glyph' face.
7897         * international/fontset.el (ccl-encode-unicode-font):
7898         Lookup utf-subst-table-for-encode, not ucs-mule-cjk-to-unicode.
7899         Handle the case that ucs-mule-to-mule-unicode translates a character to
7900         ASCII (usually for IPA characters).
7902 2005-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
7904         * info.el (Info-fontify-node): Don't be fooled by a lone "...".
7905         Don't hide the underline of titles if font-lock-mode is disabled.
7907 2005-10-12  Bill Wohler  <wohler@newt.com>
7909         * makefile.w32-in (MH-E-SRC): New.  Used by mh-autoloads.
7910         (mh-autoloads): New.  Builds mh-e/mh-loaddefs.el.  Rebuilds if any
7911         files in MH-E-SRC have been updated.
7912         (updates, compile, recompile, bootstrap): Depend on mh-autoloads.
7914 2005-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
7916         * progmodes/mixal-mode.el (mixal-operation-codes): Remove.
7917         (mixal-mode-syntax-table): Add \n as end-comment.
7918         (mixal-operation-codes-alist): Immediately initialize to full value.
7919         (mixal-add-operation-code): Remove.
7920         (mixal-describe-operation-code): Make the arg non-optional.
7921         Use the interactive spec instead.
7922         Use mixal-operation-codes-alist rather than mixal-operation-codes.
7923         (mixal-font-lock-keywords): Don't highlight comments here any more.
7924         (mixal-font-lock-syntactic-keywords): New var.
7925         (mixal-mode): Use it.  Fix comment-start-skip.
7927 2005-10-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
7929         * startup.el (command-line-x-option-alist): -nb => -nbi
7931 2005-10-12  Kim F. Storm  <storm@cua.dk>
7933         * startup.el (fancy-splash-default-action): Discard mouse click in
7934         the splash screen window, as it has no sensible meaning in the
7935         next window to be selected.  Fixes error reported by Jan D.
7937 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
7939         * desktop.el (desktop-load-file): Do nothing when FUNCTION is nil.
7941 2005-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
7943         * progmodes/mixal-mode.el: Sync with version in the GNU MDK project.
7944         Try to fix up minor layout issues like indentation, line break, etc...
7945         (mixal-mode-syntax-table): Don't try to specify comment syntax,
7946         because it doesn't work.
7947         (mixal-operation-codes): Add some more codes.
7948         (mixal-font-lock-keywords): Process comments here.
7949         (mixal-mode): mixasm no longer needs -g option.
7951 2005-10-11  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
7953         * progmodes/sh-script.el (sh-tmp-file):
7954         Use mktemp -t.  Finish support for es and rc shells.
7956 2005-10-11  Jay Belanger  <belanger@truman.edu>
7958         * calc/calcalg2.el (calc-integral): With an argument, compute the
7959         definite integral.
7961 2005-10-11  Chong Yidong  <cyd@stupidchicken.com>
7963         * mouse.el (mouse-drag-region-1): Don't try to catch a
7964         double-click when doing follow-link (it's overridden anyway).
7966 2005-10-11  Juanma Barranquero  <lekktu@gmail.com>
7968         * emacs-lisp/autoload.el (update-directory-autoloads): Doc fix.
7969         (autoload-print-form-outbuf): Add docstring.
7971 2005-10-11  Juri Linkov  <juri@jurta.org>
7973         * info.el (Info-mode-menu): Delete menu item "Edit".
7974         (Info-mode): Delete description of Info-edit from docstring,
7975         and rearrange descriptions of Info commands in the order
7976         they are documented in the Info manual.
7978 2005-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
7980         * calendar/appt.el (appt-check): Use diary-selective-display var.
7982 2005-10-10  Richard M. Stallman  <rms@gnu.org>
7984         * net/newsticker.el (newsticker-start, newsticker-show-news):
7985         Add autoload cookies.
7987 2005-10-10  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>
7989         * progmodes/sh-script.el (sh-tmp-file): Use mktemp.
7991 2005-10-10  Karl Chen  <quarl@cs.berkeley.edu>
7993         * jka-cmpr-hook.el (jka-compr-handler): Fix typo in `operations' prop.
7995 2005-10-10  Jay Belanger  <belanger@truman.edu>
7997         * calc/calc-arith.el (math-check-known-scalarp)
7998         (math-check-known-matrixp): Check the values of arguments that are
7999         variables.
8000         (math-check-known-square-matrixp): New function.
8001         (math-known-square-matrixp): Use math-check-known-square-matrixp.
8002         (math-super-types): Add sqmatrix type.
8004         * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec): Change the
8005         mode name `square' to `sqmatrix'.
8007         * calc/calc.el (calc-matrix-mode, calc-set-mode-line): Change the
8008         mode name `square' to `sqmatrix'.
8010 2005-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8012         * progmodes/etags.el (select-tags-table-mode): Don't use
8013         selective-display.
8014         (tags-select-tags-table): Pass `button' to the action function.
8015         (select-tags-table): Place the side-info on button properties rather
8016         than in hidden text.  Abbreviate file names.
8017         (select-tags-table-mode-map): Inherit rather than copy buttom-map.
8018         (select-tags-table-select): Add `button' argument.
8019         Get side-info from the button property rather than from hidden text.
8021 2005-10-11  Nick Roberts  <nickrob@snap.net.nz>
8023         * progmodes/gud.el (gud-install-speedbar-variables): Add more bindings.
8024         (gud-speedbar-buttons): Preserve point if possible.
8025         (gud-sentinel): Restore previous speedbar display type.
8027         * progmodes/gdb-ui.el (gdba): Improve diagram.
8028         (def-gdb-auto-update-handler, gdb-info-locals-handler)
8029         (gdb-put-breakpoint-icon, gdb-remove-breakpoint-icons):
8030         Call get-buffer-window once.
8032 2005-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8034         * progmodes/pascal.el (pascal-mode-map): Move init into declaration.
8035         (pascal-mode-syntax-table): Make (* *) markers same class as { ... }.
8036         (pascal-indent-command): Remove unused var `ind'.
8037         (pascal-indent-case): Remove unused var `oldpos'.
8038         (pascal-outline-map): Don't inherit from pascal-mode-map anymore,
8039         since it's now used as a proper minor mode map.
8040         (pascal-outline): Rename to pascal-outline-mode.
8041         (pascal-outline-mode): Use define-minor-mode.
8042         (pascal-outline-mode, pascal-outline-change): Use overlays rather than
8043         selective-display.
8045 2005-10-10  Andreas Schwab  <schwab@suse.de>
8047         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Adjust match
8048         number.  Reported by Karl Chen <quarl@cs.berkeley.edu>.
8050         * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Fix for building
8051         outside source directory.
8053 2005-10-10  Carsten Dominik  <dominik@science.uva.nl>
8055         * textmodes/org.el (org-mode-map): Explicit definition of `C-c
8056         C-x' as a prefix.
8057         (orgtbl-mode-map): Full keymap instead of sparse, because all
8058         `self-insert-command' keys are redefined in this map.
8059         (org-export-as-html): Specify charset for HTML file, by taking it
8060         from the coding system.
8062 2005-10-10  Kenichi Handa  <handa@m17n.org>
8064         * textmodes/flyspell.el (flyspell-check-word-p):
8065         If unread-command-events is non-empty, don't call sit-for.
8067 2005-10-09  Richard M. Stallman  <rms@gnu.org>
8069         * font-lock.el (font-lock-syntactic-keywords)
8070         (font-lock-keywords): Doc fixes.
8072         * textmodes/flyspell.el (flyspell-external-point-words):
8073         Simplify logic, and don't try to check for consecutive appearances
8074         of one incorrect word.
8076 2005-10-10  Nick Roberts  <nickrob@snap.net.nz>
8078         * speedbar.el (speedbar-buffer-easymenu-definition): Add menu
8079         separator.
8081         * progmodes/gud.el (gud-last-speedbar-buffer): Remove.
8082         (gud-install-speedbar-variables): Add GUD to speedbar "Displays" list.
8083         (gud-expansion-speedbar-buttons): New function.
8084         (gud-speedbar-buttons): Check for gud-comint-buffer.
8086 2005-10-09  Bill Wohler  <wohler@newt.com>
8088         * Makefile.in (updates): Add mh-loaddefs dependency.
8090 2005-10-09  Chong Yidong  <cyd@stupidchicken.com>
8092         * speedbar.el (speedbar-file-key-map): Fix typo.
8094 2005-10-09  Daniel Brockman  <daniel@brockman.se>
8096         * cus-start.el (line-spacing): Add custom spec.
8098 2005-10-09  Romain Francoise  <romain@orebokech.com>
8100         * textmodes/ispell.el (ispell-check-version): Fix last change.
8102 2005-10-09  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
8104         * term/x-win.el: Remove -i, --icon-type from comment.
8106         * startup.el (command-line-x-option-alist): Remove options -i,
8107         -itype, --icon-type, added -nb, --no-bitmap-icon
8109 2005-10-09  Nick Roberts  <nickrob@snap.net.nz>
8111         * progmodes/gud.el (gud-speedbar-menu-items): Use :visible
8112         instead of :active.
8114 2005-10-08  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
8116         * textmodes/ispell.el (ispell-check-version):
8117         Ignore hyphen, and all that follows, in aspell's version text.
8119 2005-10-08  Jay Belanger  <belanger@truman.edu>
8121         * calc/calc-arith.el (math-known-square-matrixp): New function.
8122         (math-pow-fancy): Check for matrices before distributing exponent
8123         across products.
8125         * calc/calc-keypd.el (calc-do-keypad): Widen keypad window for
8126         fullscreen keypad.  Suggested by Luc Teirlinck.
8127         (calc-keypad-show-input): Add space for formatting.
8129         * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec):
8130         Add square matrix option.
8132         * calc/calc-poly.el (math-expand-term): Check for matrices instead
8133         of checking calc-matrix-mode when deciding how to expand.
8135         * calc/calc.el (calc-set-mode-line): Add square matrix option.
8137 2005-10-08  Lars Hansen  <larsh@soem.dk>
8139         * net/tramp.el (tramp-perl-directory-files-and-attributes):
8140         Add error handling.
8141         (tramp-handle-directory-files-and-attributes): Handle perl error msg.
8143 2005-10-08  Michael Albinus  <michael.albinus@gmx.de>
8145         Sync with Tramp 2.0.51.
8147         * net/tramp.el (tramp-handle-set-visited-file-modtime)
8148         (tramp-handle-insert-file-contents, tramp-handle-write-region):
8149         Insert special handling for `last-coding-system-used', again
8150         it still seems to be necessary (unlike stated before).
8151         Reported by Toshinori Sugita <sugita@d-pad.co.jp>.
8152         (tramp-password-prompt-regexp): There might be other words before
8153         trailing ":".  Reported by Kurt Steinkraus <kurt@steinkraus.us>.
8154         (tramp-chunksize): Improve docstring.
8155         (tramp-set-auto-save-file-modes): Octal integer code #o600 breaks
8156         Emacs 20.  Use `tramp-octal-to-decimal' therefore.  Reported by
8157         Christian Joergensen <bugs@razor.dk>.
8159 2005-10-07  Glenn Morris  <rgm@gnu.org>
8161         * progmodes/f90.el (f90-keywords-re, f90-mode): Doc fix.
8162         (f90-font-lock-keywords-2, f90-mode-abbrev-table): Add `double
8163         precision'.
8165 2005-10-07  Romain Francoise  <romain@orebokech.com>
8167         * ibuf-ext.el (ibuffer-do-shell-command-pipe)
8168         (ibuffer-do-shell-command-pipe-replace)
8169         (ibuffer-do-shell-command-file, ibuffer-do-eval)
8170         (ibuffer-do-view-and-eval, ibuffer-do-rename-uniquely)
8171         (ibuffer-do-revert, ibuffer-do-replace-regexp)
8172         (ibuffer-do-query-replace, ibuffer-do-query-replace-regexp)
8173         (ibuffer-do-print, ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
8174         (ibuffer-filter-by-name, ibuffer-filter-by-filename)
8175         (ibuffer-filter-by-size-gt, ibuffer-filter-by-size-lt)
8176         (ibuffer-filter-by-content, ibuffer-filter-by-predicate
8177         (ibuffer-do-sort-by-major-mode, ibuffer-do-sort-by-mode-name)
8178         (ibuffer-do-sort-by-alphabetic, ibuffer-do-sort-by-size):
8179         Autoload file sans suffix.
8181         * emulation/cua-base.el (cua-toggle-global-mark): Likewise.
8183 2005-10-07  David Ponce  <david@dponce.com>
8185         * recentf.el (recentf-menu-open-all-flag): New option.
8186         (recentf-digit-shortcut-command-name): New function.
8187         (recentf--shortcuts-keymap): New variable.
8188         (recentf-menu-shortcuts): New variable.
8189         (recentf-make-menu-items): Initialize it.  Replace the "More..."
8190         menu item by "All...", if `recentf-menu-open-all-flag' is non-nil.
8191         (recentf-menu-value-shortcut): New function.
8192         (recentf-make-menu-item): Use it.  No more in-lined.
8193         (recentf-dialog-mode-map): Base on `recentf--shortcuts-keymap'.
8194         (recentf-open-most-recent-file): Rename from
8195         `recentf-open-file-with-key'.  Don't depend on key binding.
8196         (recentf-mode-map): New variable.
8197         (recentf-mode): Use it.
8199 2005-10-06  Bill Wohler  <wohler@newt.com>
8201         * mh-e/mh-loaddefs.el: Remove.  Now generated automatically.
8203         * Makefile.in (AUTOGENEL): Add mh-e/mh-loaddefs.el.
8204         (MH-E-SRC): New.  Used by mh-autoloads.
8205         (mh-autoloads): New.  Builds mh-e/mh-loaddefs.el.  Rebuilds if any
8206         files in MH-E-SRC have been updated.
8207         (compile, recompile, bootstrap): Depend on mh-autoloads.
8209 2005-10-07  Nick Roberts  <nickrob@snap.net.nz>
8211         * progmodes/gud.el (gud-menu-map): Only display un-intuitive
8212         gud-break and gud-remove icons when the fringe is not available.
8214         * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width):
8215         Typo.
8217 2005-10-06  Michael Cadilhac  <michael.cadilhac-@t-lrde.epita.fr>  (tiny change)
8219         * play/zone.el (zone): Wrap body with save-window-excursion.
8221 2005-10-06  Stefan Monnier  <monnier@iro.umontreal.ca>
8223         * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
8224         Use the new `list-only' arg to diary-list-entries.
8226         * calendar/diary-lib.el: Use overlays rather than selective-display.
8227         (diary-selective-display): New var.
8228         (diary-header-line-format): Use it.
8229         (diary-list-entries): Add argument `list-only'.
8230         Put the buffer in diary-mode.  Don't add \^M at beg and end.
8231         Replace \^M by invisible overlays.
8232         (diary-unhide-everything): Replace \^M by invisible overlays.
8233         (print-diary-entries): Look for overlays rather than \^M.
8234         Add a space to the temp buffer name.
8235         (diary-show-all-entries, mark-diary-entries, make-diary-entry):
8236         Put the buffer in diary-mode.
8237         (list-sexp-diary-entries): Replace \^M by invisible overlays.
8238         (diary-anniversary): Make the year arg optional.
8239         (diary-time-regexp): New const.
8240         (diary-font-lock-keywords): Use it to accept a few more time formats.
8242         * pcvs.el (cvs-sentinel): Make sure we do re-enable undo.
8244 2005-10-06  Thien-Thi Nguyen  <ttn@gnu.org>
8246         * textmodes/artist.el (artist-ellipse-mirror-quadrant):
8247         Fix bug introduced 2005-07-03: Use (car (last ...))
8248         to faithfully reproduce replaced artist-last.
8249         (artist-set-arrow-points-for-poly): Likewise.
8250         Suggested by Johan Bockg\e,Ae\e(Brd.
8252 2005-10-06  Juanma Barranquero  <lekktu@gmail.com>
8254         * dframe.el (x-pointer-hand2, x-pointer-top-left-arrow):
8255         * wid-edit.el (widget):
8256         * progmodes/gdb-ui.el (gdb-buffer-fringe-width):
8257         * progmodes/vhdl-mode.el (speedbar-attached-frame): Add defvars.
8259 2005-10-06  Kenichi Handa  <handa@m17n.org>
8261         * international/mule-cmds.el (set-language-environment):
8262         Fix setting up of case-table for unibyte mode.
8264         * simple.el (what-cursor-position): If the character is displayed
8265         by some `display' text property, show that.  Don't use
8266         single-key-description for eight-bit characters in multibyte mode.
8268 2005-10-06  Nick Roberts  <nickrob@snap.net.nz>
8270         * progmodes/gdb-ui.el (gdb-fringe-width): New variable.
8271         (gdb-ann3): Set it.
8272         (gdb-put-breakpoint-icon): Don't take fringe-width from speedbar frame.
8273         (gdb-info-frames-custom): Use inverse-video for first five
8274         characters of selected frame only.
8275         (gdb-get-frame-number): Select frame even when point is on frame
8276         number.
8278 2005-10-06  Masatake YAMATO  <jet@gyve.org>
8280         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
8281         Put `font-lock-function-name-face'.
8282         (gdb-info-frames-custom): Put `font-lock-function-name-face'
8283         and `font-lock-variable-name-face'
8284         (gdb-registers-font-lock-keywords): New font lock keywords definition.
8285         (gdb-registers-mode): Use `gdb-registers-font-lock-keywords`.
8286         (gdb-memory-font-lock-keywords): New font lock keywords definition.
8287         (gdb-memory-mode): Use `gdb-memory-font-lock-keywords'.
8288         (gdb-local-font-lock-keywords): New font lock keywords definition.
8289         (gdb-locals-mode): Use `gdb-local-font-lock-keywords'
8290         (gdb-threads-font-lock-keywords): New font lock keywords definition.
8291         (gdb-threads-mode): Use `gdb-threads-font-lock-keywords'.
8293 2005-10-05  Michael Kifer  <kifer@cs.stonybrook.edu>
8295         * ediff-merge.el (ediff-merge-region-is-non-clash): New defsubst.
8296         (ediff-merge-region-is-non-clash-to-skip): Previously called
8297         ediff-merge-region-is-non-clash.
8299         * ediff-mult.el (ediff-append-custom-diff, ediff-meta-show-patch):
8300         Use insert-buffer-substring.
8302         * ediff-ptch.el (ediff-fixup-patch-map): Use better heuristics for
8303         selecting files to patch.  Also bug fixes.
8305         * ediff-util.el (ediff-setup): Bug fix.
8306         (ediff-next-difference): Never skip clashes that differ in white
8307         space only.
8309         * ediff-wind.el (ediff-setup-control-frame)
8310         (ediff-destroy-control-frame): Check the menubar feature.
8312         * viper-cmd.el (viper-normalize-minor-mode-map-alist)
8313         (viper-refresh-mode-line): Use make-local-variable to localize
8314         some vars instead of make-variable-buffer-local.  Suggested by
8315         Stefan Monnier.
8317         * viper-init.el (viper-make-variable-buffer-local): Delete alias.
8318         (viper-restore-cursor-type, viper-set-insert-cursor-type):
8319         Use make-local-variable instead of make-variable-buffer-local.
8320         Suggested by Stefan Monnier.
8322         * viper.el (viper-mode): Don't use viper-make-variable-buffer-local.
8323         (viper-comint-mode-hook): Use make-local-variable on
8324         require-final-newline.
8325         (viper-non-hook-settings): Don't use make-variable-buffer-local.
8327 2005-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
8329         * progmodes/scheme.el (scheme-mode-syntax-table): Mark ; as being
8330         also the second char of a comment-start sequence.
8331         (scheme-sexp-comment-syntax-table): New var.
8332         (lambda, define): Set their scheme-doc-string-elt property.
8333         (scheme-font-lock-syntactic-face-function): Handle sexp-comments.
8334         Use lisp-font-lock-syntactic-face-function now that it properly
8335         handles |...| symbols.
8336         (scheme-mode-variables): Set lisp-doc-string-elt-property,
8337         parse-sexp-lookup-properties and font-lock-extra-managed-props.
8339         * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Move the nesting
8340         bit from # to |.
8341         (lisp-font-lock-syntactic-face-function): Distinguish |...| symbols.
8343         * emacs-lisp/lisp-mode.el (lambda): Add its doc-string-elt property.
8344         (lisp-doc-string-elt-property): New var.
8345         (lisp-font-lock-syntactic-face-function): Use it.
8346         Rewrite to recognize docstrings even for forms not at toplevel.
8348         * progmodes/scheme.el (scheme-mode-syntax-table): Put the nested
8349         annotation on the | part of #| rather than on the # part.
8350         (scheme-font-lock-syntactic-face-function): New function, to
8351         distinguish strings from |...| symbols.
8352         (scheme-mode-variables): Use it.  Also fix up the font-lock-time
8353         syntax-table so that #|...|# is properly highlighted.
8355         * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):
8356         Don't mark as docstring the 3rd elem of an unknown toplevel form.
8358 2005-10-04  Stefan Monnier  <monnier@iro.umontreal.ca>
8360         * bindings.el (global-map): Resync [home] and [end] bindings with C-a
8361         and C-e.
8363         * emacs-lisp/eldoc.el: Move comments into docstrings.
8364         (eldoc-message-commands): Initialize in its declaration.
8365         Add move-beginning-of-line and move-end-of-line.
8366         (eldoc-add-command, eldoc-add-command-completions)
8367         (eldoc-remove-command, eldoc-remove-command-completions): Simplify.
8369         * outline.el (outline-mark-subtree): Activate the mark.
8371         * calendar/appt.el (appt-time-regexp): New var.
8372         (appt-add, appt-make-list): Use it.
8373         (appt-convert-time): Clean up.
8375         * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
8376         Don't set any syntax-table property here.
8377         (tex-font-lock-verb): New function.  Do it here.
8378         (tex-font-lock-syntactic-keywords): Use it.
8380 2005-10-04  Richard M. Stallman  <rms@gnu.org>
8382         * wid-edit.el (widget-file-complete): Get the widget start point
8383         the right way.  Default directory to `/' if file has none.
8385         * x-dnd.el (x-dnd-drop-data): Check for dedicated windows.
8387         * textmodes/flyspell.el (flyspell-mode-on):
8388         Call ispell-maybe-find-aspell-dictionaries.
8390         * textmodes/ispell.el (ispell-word, ispell-region):
8391         Call ispell-maybe-find-aspell-dictionaries.
8392         (ispell-accept-buffer-local-defs):
8393         Don't call ispell-maybe-find-aspell-dictionaries
8395 2005-10-04  Richard M. Stallman  <rms@gnu.org>
8397         * iswitchb.el (iswitchb-buffer-ignore): Label it risky.
8399 2005-10-04  Emilio C. Lopes  <eclig@gmx.net>
8401         * iswitchb.el (iswitchb-ignore-buffername-p): Use `functionp'
8402         instead of `fboundp' in order to allow for anonymous functions.
8404 2005-10-04  Chong Yidong  <cyd@stupidchicken.com>
8406         * info.el (Info-next, Info-prev, Info-up): Select info buffer, in
8407         case the user clicks on the link while another window is selected.
8408         (Info-speedbar-hierarchy-buttons): Use speedbar-current-frame.
8410         * dframe.el (dframe-update-keymap): Use mouse-1-click-follows-link
8411         functionality.
8412         (dframe-help-echo): Save point in case mouse tracking is off.
8414 2005-10-04  Thien-Thi Nguyen  <ttn@gnu.org>
8416         * net/ange-ftp.el (ange-ftp-ls): Fix typo introduced in last change.
8418 2005-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8420         * progmodes/cc-styles.el (c-setup-paragraph-variables): Make sure we do
8421         not change the global value of those vars.
8423         * progmodes/cc-mode.el (c-basic-common-init): Remove calls to
8424         make-local-variable which we do not need any more.
8426 2005-10-03  Chong Yidong  <cyd@stupidchicken.com>
8428         * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path)
8429         (speedbar-ignored-path-expressions, speedbar-buffers-line-path)
8430         (speedbar-add-ignored-path-regexp, speedbar-buffers-line-path)
8431         (speedbar-path-line): Define obsolete aliases.
8432         (speedbar-line-directory): Doc fix.
8434         * progmodes/vhdl-mode.el (vhdl-speedbar-initialize)
8435         (vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory
8436         instead of speedbar-line-path.
8438 2005-10-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
8440         * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window
8441         to nil if dropping on a window.  Handle dropping on a minibuffer window
8442         like dropping on a non-window part of Emacs.
8444 2005-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8446         * net/ange-ftp.el: Use with-current-buffer.
8447         (ange-ftp-insert-directory): Do not follow symlinks any more.
8449         * textmodes/ispell.el (ispell-find-aspell-dictionaries):
8450         Remove interactive spec.
8452 2005-10-03  Kim F. Storm  <storm@cua.dk>
8454         * ido.el (ido-mode): Use custom-initialize-set.
8456 2005-10-02  Richard M. Stallman  <rms@gnu.org>
8458         * progmodes/ebnf2ps.el (ebnf-eps-production-list):
8459         Use insert-buffer-substring.
8461         * net/tramp.el: Pacify byte compiler warnings in pacification code.
8462         (tramp-handle-file-local-copy): Use insert-buffer-substring.
8464 2005-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
8466         * net/ange-ftp.el (ange-ftp-insert-directory): Undo unintended part
8467         in last change.
8468         (ange-ftp-insert-directory): Fix up the search for the case where
8469         `file' is absolute.
8471 2005-10-02  Romain Francoise  <romain@orebokech.com>
8473         * progmodes/compile.el (compile-goto-error): Delete extra paren.
8475 2005-10-02  Andreas Schwab  <schwab@suse.de>
8477         * ediff-ptch.el (ediff-fixup-patch-map): Handle file names without
8478         directory component in the session info.
8480 2005-10-01  Richard M. Stallman  <rms@gnu.org>
8482         * comint.el (comint-redirect-subvert-readonly): Doc fix.
8484         * simple.el (next-error-internal): New function.
8486         * progmodes/compile.el (compilation-buffer-name): New arg MODE-COMMAND.
8487         (compilation-start): Pass new arg to compilation-buffer-name.
8488         (compile-goto-error): Use next-error-internal.
8490 2005-10-01  Chong Yidong  <cyd@stupidchicken.com>
8492         * speedbar.el: Remove RCS tag.
8493         (speedbar-check-read-only): Handle non-existent files.
8495         * dframe.el, ezimage.el, sb-image.el: Remove RCS tags.
8497         * info.el (Info-speedbar-hierarchy-buttons)
8498         (Info-speedbar-goto-node): Call speedbar-select-attached-frame.
8500 2005-10-01  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
8502         * textmodes/bibtex.el (bibtex-valid-entry-whitespace-re):
8503         Do not match newline.
8504         (bibtex-realign): Do not use bibtex-valid-entry-whitespace-re.
8505         (bibtex-summary): Remove unnecessary save-excursion.
8506         (bibtex-fill-field-bounds): Use fill-region-as-paragraph.
8508 2005-10-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
8510         * term/mac-win.el: Add charset info for "iso10646-1".
8511         Modify default fontset to use ATSUI-compatible fonts for some charsets
8512         if available.
8514 2005-10-01  Chong Yidong  <cyd@stupidchicken.com>
8516         * speedbar.el: Re-apply arch tag.
8517         (speedbar-version): Rename to version 1.0.  Suggested by Eric
8518         M. Ludlam.
8519         Reapply two changes from Emacs CVS' version of speedbar lost
8520         during the merge:
8521         (speedbar-use-imenu-flag): Avoid unnecessary use of locate-library.
8522         (speedbar-frame-parameters): Improve customize type.
8524 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
8526         * net/ange-ftp.el (ange-ftp-gwp-start): Use with-current-buffer.
8527         (ange-ftp-file-directory-p): Fix the symlink case.
8528         (ange-ftp-insert-directory): When listing a single file, get a list of
8529         the parent buffer and extract the relevant line.  Inspired from a patch
8530         by Katsumi Yamaoka <yamaoka@jpl.org>.
8531         (ange-ftp-file-name-sans-versions): Simplify.
8533 2005-09-30  Bill Wohler  <wohler@newt.com>
8535         Move MH-E image files from toolbar and mail directories into
8536         etc/images.
8538         * mail/reply2.*: Move to etc/images/mail/reply*.
8540         * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm:
8541         * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Move to
8542         etc/images.
8544         * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*:
8545         * toolbar/reply*: Move to etc/images/mail.
8547         * toolbar/rescan.*: Move and rename to etc/images/refresh.*.
8549 2005-09-30  Eric M. Ludlam  <zappo@gnu.org>
8551         * speedbar.el: New version 1.0pre3.
8553         Frame management code (including timer, and mouse click specifics)
8554         moved to dframe.el:
8555         (speedbar-attached-frame): Removed.  Use dframe-attached-frame.
8556         (speedbar-timer): Removed.  Use dframe-timer.
8557         (speedbar-close-frame): Removed.  Use dframe-close-frame.
8558         (speedbar-activity-change-focus-flag): Removed.  Use
8559         dframe-activity-change-focus-flag.
8560         (speedbar-update-speed, speedbar-navigating-speed): Obsolete.  Use
8561         dframe-update-speed.
8563         (speedbar-current-frame): New macro.  Use this instead of the
8564         variable speedbar-frame.
8566         (speedbar-use-images, speedbar-expand-image-button-alist)
8567         (speedbar-insert-image-button-maybe): Moved to sb-image.el.
8569         (speedbar-find-image-on-load-path): Removed.  Replaced by
8570         defezimage in ezimage.el.
8571         (speedbar-expand-image-button-alist): Removed.  Replaced by
8572         ezimage-expand-image-button-alist in ezimage.el.
8574         (speedbar-ignored-directory-regexp)
8575         (speedbar-add-ignored-directory-regexp)
8576         (speedbar-ignored-directory-expressions)
8577         (speedbar-line-directory, speedbar-buffers-line-directory)
8578         (speedbar-directory-line, speedbar-buffers-line-directory):
8579         Renamed, replacing `path' with `directory'.
8581         (speedbar-create-directory, speedbar-expand-line-descendants)
8582         (speedbar-toggle-line-expansion)
8583         (speedbar-contract-line-descendants): New commands.
8585         (speedbar-query-confirmation-method, speedbar-select-frame-method)
8586         (speedbar-use-tool-tips-flag): New options.
8588         (speedbar-check-read-only, speedbar-require-version)
8589         (speedbar-insert-separator, speedbar-buffers-tail-notes)
8590         (speedbar-handle-delete-frame, speedbar-try-completion)
8591         (speedbar-update-localized-contents): New functions.
8593         (speedbar-incompatible-version, speedbar-ro-to-do-point)
8594         (speedbar-object-read-only-indicator): New variables.
8596         (speedbar-visiting-tag-hook, speedbar-before-visiting-file-hook):
8597         New hooks.
8599         (speedbar-separator-face): New face.
8601         (speedbar-supported-extension-expressions): Add `.g' and `.ma?k'.
8602         (speedbar-ignored-modes): Add fundamental-mode.
8603         (speedbar-directory-unshown-regexp): Add . directories.
8605         (speedbar-key-map): Remove old SPC and DEL page up/down keys.
8606         (speedbar-file-key-map): Add SPC to toggle node expansion, `[' and
8607         `]' for full expand/close.
8608         (speedbar-buffers-key-map): Add SPC to toggle node expansion.
8610         (speedbar-check-vc): Support hidden files.
8611         (speedbar-vc-check-dir-p): Use vc-state if available for CVS.
8612         (speedbar-this-file-in-vc): Use vc-state if available.  If VC
8613         state is nil, it is not checked out.
8615         (speedbar-line-text, speedbar-line-token): Support expand buttons
8616         with no text.
8617         (speedbar-refresh): Universal argument acts as power-click.
8618         (speedbar-fetch-dynamic-tags): If a buffer is in Emacs, switch to
8619         that buffer to get variable values.
8621         And many other bugfixes.
8623         * dframe.el, ezimage.el, sb-image.el: New files.
8625         * sb-*.xpm: Remove files.  New image files installed into
8626         etc/images/ezimage.
8628 2005-09-30  Kenichi Handa  <handa@m17n.org>
8630         * ps-mule.el (ps-mule-show-warning): If a character is in
8631         ps-print-translation-table, don't treat it as non-printable.
8633 2005-09-30  David Ponce  <david@dponce.com>
8635         * tree-widget.el (tree-widget-themes-load-path): New variable.
8636         (tree-widget-themes-directory): Doc fix.
8637         (tree-widget-image-formats) [Emacs]: Doc fix.
8638         (tree-widget--locate-sub-directory): New function.
8639         (tree-widget-themes-directory): Use it.
8641         * recentf.el (recentf-filename-handlers): Rename from
8642         `recentf-filename-handler'.  Allow a list of functions.
8643         (recentf-menu-items-for-commands): Fix :help strings.
8644         (recentf-apply-filename-handlers): New function.
8645         (recentf-expand-file-name): Use it.
8646         (recentf-cleanup): Remove duplicates too.
8648 2005-09-29  Juri Linkov  <juri@jurta.org>
8650         * faces.el: Rearrange face definitions to be in the same order as
8651         their face descriptions in "(emacs)Standard Faces".
8653         * isearch.el (isearch, lazy-highlight): Add group `basic-faces'.
8655         * tooltip.el (tooltip): Add group `basic-faces'.
8657         * buff-menu.el (Buffer-menu-buffer): Remove group
8658         `font-lock-highlighting-faces'.
8660         * progmodes/compile.el (compilation-error, compilation-warning)
8661         (compilation-info, compilation-line-number, compilation-column-number):
8662         Change group from `font-lock-highlighting-faces' to `compilation'.
8664         * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
8665         (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face)
8666         (vhdl-font-lock-function-face, vhdl-font-lock-directive-face)
8667         (vhdl-font-lock-reserved-words-face)
8668         (vhdl-font-lock-translate-off-face, syntax-alist): Remove group
8669         `font-lock-highlighting-faces'.
8671         * cus-edit.el (custom-buffer-sort-alphabetically): Default to nil.
8673 2005-09-28  Kim F. Storm  <storm@cua.dk>
8675         * emulation/cua-base.el: Set CUA move property on additional commands:
8676         up-list, down-list, backward-up-list, end-of-defun beginning-of-defun,
8677         forward-sexp, backward-sexp, forward-list, backward-list.
8679 2005-09-28  Romain Francoise  <romain@orebokech.com>
8681         * comint.el (comint-show-output): Really set point at the
8682         beginning of the output when not using `comint-use-prompt-regexp'.
8684 2005-09-27  Jay Belanger  <belanger@truman.edu>
8686         * calc/calc-lang.el (math-oper-table): Raise the precedence of "/"
8687         in TeX mode.
8689 2005-09-26  Juanma Barranquero  <lekktu@gmail.com>
8691         * textmodes/org.el (org-table-sum): Fix format string.
8693         * textmodes/tex-mode.el (tex-insert-quote, latex-indent):
8694         Quote face names.
8696 2005-09-26  Romain Francoise  <romain@orebokech.com>
8698         * isearch.el (isearch-forward-regexp): Close doc string.
8700 2005-09-25  Richard M. Stallman  <rms@gnu.org>
8702         * simple.el (blink-matching-open): Don't no-op when point is BEGV+1.
8704         * isearch.el (isearch-forward, isearch-forward-regexp): Doc fixes.
8706         * progmodes/compile.el (compilation-error-properties):
8707         When getting the file from the previous error message,
8708         correctly decode the new data format.
8710         * progmodes/cc-cmds.el (c-electric-paren):
8711         Call old-blink-paren only for close-paren.
8713 2005-09-24  Andreas Schwab  <schwab@suse.de>
8715         * term/rxvt.el (rxvt-register-default-colors): Delete redundant
8716         condition.
8718 2005-09-25  Romain Francoise  <romain@orebokech.com>
8720         * dired-aux.el (dired-copy-file-recursive):
8721         * dired.el (dired-delete-file):
8722         * ediff-mult.el (ediff-dir-diff-copy-file):
8723         * ediff-util.el (ediff-test-save-region):
8724         * forms.el (forms-mode):
8725         * ido.el (ido-file-internal, ido-delete-file-at-head):
8726         * log-edit.el (log-edit-done):
8727         * ses.el (ses-yank-resize):
8728         * play/gomoku.el (gomoku-human-plays, gomoku)
8729         (gomoku-human-resigns, gomoku-prompt-for-other-game)
8730         (gomoku-offer-a-draw):
8731         * play/landmark.el (lm-human-resigns, lm):
8732         * net/eudcb-ldap.el (eudc-ldap-check-base):
8733         * play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game):
8734         * progmodes/ebrowse.el (ebrowse-find-pattern):
8735         * progmodes/idlw-shell.el (idlwave-shell-set-bp-check):
8736         * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer):
8737         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and space.
8739         * vc.el (vc-delete-file):
8740         * play/gomoku.el (gomoku-terminate-game, gomoku)
8741         (gomoku-prompt-for-move, gomoku-human-takes-back):
8742         * play/landmark.el (lm-human-takes-back, lm-prompt-for-move)
8743         (lm-start-robot, lm-human-plays): Remove extraneous spaces in messages.
8745 2005-09-24  Dan Nicolaescu  <dann@ics.uci.edu>
8747         * term/rxvt.el (rxvt-register-default-colors): Add support for 255
8748         color rxvt terminals by using the code xterm.el used to use before
8749         2005-04-09 in order to match the colors used by rxvt.
8751 2005-09-24  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>  (tiny change)
8753         * term/rxvt.el (rxvt-register-default-colors): Add support for 88
8754         colors rxvt-unicode terminals by using the same code as xterm.el.
8756 2005-09-24  Stefan Monnier  <monnier@iro.umontreal.ca>
8758         * textmodes/tex-mode.el (tex-font-lock-append-prop)
8759         (tex-font-lock-suscript, tex-insert-quote, latex-indent): Adjust to the
8760         new symbol used for the tex-verbatim face.
8762 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
8764         * woman.el (woman-file-name):
8765         * wid-edit.el (widget-file-prompt-value)
8766         (widget-coding-system-prompt-value):
8767         * w32-fns.el (set-w32-system-coding-system):
8768         * vc.el (vc-version-diff, vc-annotate):
8769         * textmodes/reftex-auc.el (reftex-arg-cite)
8770         (reftex-arg-index-tag):
8771         * textmodes/refer.el (refer-get-bib-files):
8772         * textmodes/artist.el (artist-figlet-choose-font):
8773         * terminal.el (terminal-emulator):
8774         * replace.el (occur-read-primary-args):
8775         * rect.el (string-rectangle, string-insert-rectangle):
8776         * ps-print.el (ps-print-preprint):
8777         * progmodes/pascal.el (pascal-goto-defun):
8778         * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
8779         * progmodes/compile.el (compilation-find-file):
8780         * printing.el (pr-interactive-n-up):
8781         * play/animate.el (animate-birthday-present):
8782         * net/rcompile.el (remote-compile):
8783         * man.el (man, Man-goto-section, Man-follow-manual-reference):
8784         * mail/rmailsum.el (rmail-summary-search-backward)
8785         (rmail-summary-search):
8786         * mail/rmailout.el (rmail-output-read-rmail-file-name)
8787         (rmail-output-read-file-name):
8788         * mail/rmail.el (rmail-search, rmail-search-backwards):
8789         * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
8790         * locate.el (locate):
8791         * international/quail.el (quail-show-keyboard-layout):
8792         * international/mule.el (set-buffer-file-coding-system)
8793         (revert-buffer-with-coding-system, set-file-name-coding-system)
8794         (set-terminal-coding-system, set-keyboard-coding-system)
8795         (set-next-selection-coding-system):
8796         * international/mule-diag.el (describe-coding-system)
8797         (describe-font, describe-fontset):
8798         * international/mule-cmds.el (universal-coding-system-argument)
8799         (search-unencodable-char, describe-input-method)
8800         (set-language-environment, describe-language-environment):
8801         * international/codepage.el (codepage-setup):
8802         * international/code-pages.el (codepage-setup):
8803         * info.el (Info-search, Info-follow-reference)
8804         (Info-search-backward):
8805         * emacs-lisp/advice.el (ad-read-advised-function)
8806         (ad-read-advice-class, ad-clear-cache, ad-activate)
8807         (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
8808         (ad-enable-advice, ad-disable-advice, ad-remove-advice)
8809         (ad-read-regexp):
8810         * ediff-util.el (ediff-toggle-regexp-match):
8811         * ediff-ptch.el (ediff-prompt-for-patch-file):
8812         * dired-aux.el (dired-diff):
8813         * diff.el (diff):
8814         * cus-edit.el (custom-variable-prompt):
8815         * calendar/timeclock.el (timeclock-ask-for-project):
8816         * calc/calcalg3.el (calc-get-fit-variables):
8817         * calc/calc-store.el (calc-edit-variable)
8818         (calc-permanent-variable):
8819         * vc-mcvs.el (vc-mcvs-register):
8820         * shadowfile.el (shadow-define-literal-group):
8821         * woman.el (woman-file-name):
8822         * vc.el (vc-version-diff, vc-merge):
8823         * textmodes/reftex-index.el (reftex-index-complete-tag):
8824         * format.el (format-decode-buffer, format-decode-region):
8825         * emulation/viper-cmd.el (viper-read-string-with-history):
8826         * emacs-lisp/debug.el (cancel-debug-on-entry):
8827         * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
8828         * ediff.el (ediff-merge-revisions)
8829         (ediff-merge-revisions-with-ancestor, ediff-revision):
8830         * completion.el (interactive-completion-string-reader):
8831         * calc/calc-prog.el (calc-user-define-formula):
8832         Follow convention for reading with the minibuffer.
8834 2005-09-24  Steven Huwig  <steven_h@acm.org>  (tiny change)
8836         * progmodes/python.el (python-describe-symbol): Add globals() and
8837         locals() to the arguments of emacs.ehelp.
8839 2005-09-24  Magnus Henoch  <mange@freemail.hu>
8841         * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries):
8842         New function, code extracted from ispell-valid-dictionary-list.
8843         (ispell-valid-dictionary-list, ispell-accept-buffer-local-defs):
8844         Call it.
8846 2005-09-24  Eli Zaretskii  <eliz@gnu.org>
8848         * subr.el (version-regexp-alist): Extend valid syntax for version
8849         strings: allow any of the characters -,_,+ to separate the
8850         alpha/beta/rc part from the version part.  Doc fix.
8851         (version-to-list): Doc fix.  Bind case-fold-search to t, as advertised.
8853 2005-09-23  David Reitter  <david.reitter@gmail.com>
8855         * mail/mailclient.el: New file.
8857 2005-09-23  Richard M. Stallman  <rms@gnu.org>
8859         * textmodes/flyspell.el (flyspell-highlight-incorrect-region)
8860         (flyspell-incorrect-hook, flyspell-highlight-duplicate-region):
8861         Doc fixes.
8863         * progmodes/cc-mode.el (c-font-lock-init):
8864         Specify font-lock-lines-before.
8866 2005-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
8868         * smerge-mode.el (smerge-remove-props): Cause re-highlighting of the
8869         whole conflict.
8871 2005-09-23  Carsten Dominik  <dominik@science.uva.nl>
8873         * textmodes/org.el (org-mode-map, orgtbl-mode-map):
8874         Move keybindings with `C-c C-h' prefix to `C-c C-x' prefix.  Make use
8875         of `remap' feature when available.  Additional key bindings for
8876         better tty support.
8877         (org-mode-restart, org-force-self-insert): New commands.
8878         (org-time-stamp-inactive): New command.
8879         (org-remap): New function.
8880         (org-table-auto-blank-field, org-level-color-stars-only): New options.
8881         (org-enable-fixed-width-editor): Move to `org-structure'
8882         customization group.
8883         (org-self-insert-command, orgtbl-self-insert-command): Modify to
8884         blank field after field motion commands.
8886 2005-09-23  Kenichi Handa  <handa@m17n.org>
8888         * international/mule-cmds.el (set-language-environment):
8889         Don't check utf-translate-cjk-lang-env is nil or not on deciding if we
8890         have to call utf-translate-cjk-load-tables.
8892 2005-09-22  Stefan Monnier  <monnier@iro.umontreal.ca>
8894         * mouse.el (mouse-move-drag-overlay): Fix last change.
8896 2005-09-22  David Ponce  <david@dponce.com>
8898         * tree-widget.el (tree-widget-value-create): Fix previous change.
8900 2005-09-21  Dan Nicolaescu  <dann@ics.uci.edu>
8902         * term/xterm.el (terminal-init-xterm): Fix loading rxvt at run time.
8904 2005-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
8906         * mouse.el (mouse-move-drag-overlay): New function.
8907         (mouse-drag-region-1): Use it.
8908         Try to simplify a bit the state handling.  Handle clicks on links
8909         inside intangible areas.
8910         (mouse-save-then-kill): Minor simplification.
8911         (mouse-secondary-overlay): Make it always non-nil instead of
8912         recreating it each time.
8913         (mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary)
8914         (mouse-kill-secondary, mouse-secondary-save-then-kill):
8915         Simplify accordingly.
8917 2005-09-21  Dan Nicolaescu  <dann@ics.uci.edu>
8919         * term/rxvt.el (rxvt-standard-colors): Fix some colors.
8921 2005-09-20  Michael Kifer  <kifer@cs.stonybrook.edu>
8923         * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt.
8924         (ediff-file-name-sans-prefix): Treat nil as an empty string.
8925         (ediff-fixup-patch-map): Better heuristic for intuiting the file names
8926         to patch.
8928         * ediff-util.el: Use insert-buffer-substring.
8930         * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Bug fix.
8932         * emulation/viper-cmd.el (viper-change-state): Don't move over the
8933         field boundaries in the minibuffer.
8934         (viper-set-minibuffer-style): Add viper-minibuffer-post-command-hook.
8935         (viper-minibuffer-post-command-hook): New hook.
8936         (viper-line): Don't move cursor at bolp.
8938         * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Fix message.
8940         * emulation/viper-init.el: Add alias to make-variable-buffer-local to
8941         avoid compiler warnings.
8943         * emulation/viper-macs.el (ex-map): Better messages.
8945         * emulation/viper-utils.el (viper-beginning-of-field): New function.
8947         * emulation/viper.el: Replace make-variable-buffer-local with
8948         viper-make-variable-buffer-local everywhere, to avoid warnings.
8950 2005-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
8952         * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
8953         Delete unused var `old-selected-window'.
8954         (mouse-drag-region-1): Delete unused vars `start-frame', `end-of-range'.
8955         (mouse-drag-secondary): Delete unused var `start-frame'.
8957 2005-09-19  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>  (tiny change)
8959         * term/rxvt.el (terminal-init-rxvt): Add entry for [end].
8961 2005-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
8963         * calendar/calendar.el (mark-visible-calendar-date): Save excursion.
8964         Re-indent within 80 columns.  Use inhibit-read-only.
8966 2005-09-19  Romain Francoise  <romain@orebokech.com>
8968         * calendar/diary-lib.el (mark-diary-entries): Revert last change.
8970 2005-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
8972         * font-lock.el (font-lock-default-fontify-region): Don't add a line
8973         unconditionally, since the after-change-function already did it.
8975 2005-09-19  Miles Bader  <miles@gnu.org>
8977         * net/newsticker.el: Get rid of CVS keyword.
8979 2005-09-19  Johan Bockg\e,Ae\e(Brd  <bojohan+sf@dd.chalmers.se>
8981         * dired-aux.el (dired-handle-overwrite): Don't use `format' here.
8982         The prompt is formatted later.
8984 2005-09-19  David Ponce  <david@dponce.com>
8986         * tree-widget.el (tree-widget-value-create): Save the converted
8987         tree :node widget.
8989 2005-09-19  Juanma Barranquero  <lekktu@gmail.com>
8991         * progmodes/sh-script.el (sh-blink): Fix spurious reference to
8992         variable `message'.
8994 2005-09-18  Michael Albinus  <michael.albinus@gmx.de>
8996         * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
8997         to cover prompts like "login as:".  Reported by Slawomir Nowaczyk
8998         <slawomir.nowaczyk.847@student.lu.se>.
9000 2005-09-18  Chong Yidong  <cyd@stupidchicken.com>
9002         * image.el (image-load-path): Use symbol `data-directory' instead
9003         of its value, for backward compatibility with packages that bind
9004         it during `find-image'.  Suggested by Katsumi Yamaoka.
9005         (image-search-load-path): Handle symbols whose values are strings.
9007 2005-09-18  Romain Francoise  <romain@orebokech.com>
9009         * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap
9010         with-current-buffer form in save-excursion.
9012 2005-09-18  D Goel  <deego@gnufans.org>
9014         * apropos.el (apropos-command): Fix `message' call: first arg
9015         should be a format spec.  In this and all other cases that appear
9016         below and elsewhere in the source code, I made a change only when
9017         two conditions were satisfied: [1] I can think of a possibility
9018         that the arguments would cause an error, for example, the code in
9019         question relies on external variables such as filenames.  [2] I
9020         was sure that the arg to `message' could not have been nil in the code.
9022         * textmodes/tildify.el (tildify-region): Ditto.
9024         * textmodes/reftex-index.el (reftex-index-change-entry)
9025         (reftex-index-phrase-selection-or-word, reftex-query-index-phrase):
9026         * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite):
9027         * textmodes/org.el (org-complete, org-deadline, org-schedule)
9028         (org-priority, org-table-sum):
9029         * textmodes/ispell.el (ispell-check-version, ispell-parse-output):
9030         * textmodes/flyspell.el (flyspell-mode-on, flyspell-notify-misspell)
9031         (flyspell-word, flyspell-display-next-corrections):
9032         * textmodes/bibtex.el (bibtex-print-help-message):
9033         * textmodes/artist.el (artist-key-set-point-poly):
9034         * term/mac-win.el (mac-services-insert-text):
9035         * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings)
9036         (vhdl-hooked-abbrev, vhdl-template-insert-fun)
9037         (vhdl-port-paste-testbench, vhdl-compose-new-component)
9038         (vhdl-compose-configuration):
9039         * progmodes/sh-script.el (sh-blink, sh-show-indent)
9040         (sh-set-indent, sh-learn-line-indent):
9041         * progmodes/ps-mode.el (ps-mode-target-column):
9042         * progmodes/idlwave.el (idlwave-make-tags)
9043         (idlwave-scan-library-catalogs):
9044         * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display):
9045         * progmodes/gud.el (gud-jdb-analyze-source):
9046         * progmodes/flymake.el (flymake-log):
9047         * progmodes/ebnf2ps.el (ebnf-generate-region):
9048         * progmodes/cmacexp.el (c-macro-expansion):
9049         * progmodes/ada-xref.el (ada-treat-cmd-string):
9050         * progmodes/ada-mode.el (ada-create-case-exception-substring)
9051         (ada-justified-indent-current, ada-batch-reformat):
9052         * play/zone.el (zone):
9053         * play/landmark.el (lm-move):
9054         * play/decipher.el (decipher-show-alphabet):
9055         * net/newsticker.el (newsticker--display-jump)
9056         (newsticker--display-scroll):
9057         * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list)
9058         (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list):
9059         * mail/feedmail.el (feedmail-dump-message-to-queue):
9060         * eshell/esh-proc.el (eshell-remove-process-entry):
9061         * emulation/ws-mode.el (ws-last-error):
9062         * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args)
9063         (viper-record-kbd-macro):
9064         * emulation/viper-ex.el (ex-pwd, viper-info-on-file):
9065         * emacs-lisp/lisp-mnt.el (lm-report-bug):
9066         * emacs-lisp/find-func.el (find-function-noselect):
9067         * calendar/timeclock.el (timeclock-status-string)
9068         (timeclock-workday-remaining-string, timeclock-workday-elapsed-string)
9069         (timeclock-when-to-leave-string):
9070         * calendar/icalendar.el (icalendar--convert-ical-to-diary):
9071         * calc/calc-units.el (calc-enter-units-table):
9072         * calc/calc-mode.el (calc-mode-record-mode):
9073         * woman.el (woman-mini-help):
9074         * wdired.el (wdired-change-to-wdired-mode):
9075         * vc.el (vc-retrieve-snapshot):
9076         * strokes.el (strokes-read-stroke, strokes-read-complex-stroke):
9077         * startup.el (display-startup-echo-area-message):
9078         * simple.el (set-goal-column):
9079         * ses.el (ses-command-hook, ses-recalculate-cell):
9080         * server.el (server-process-filter):
9081         * printing.el (pr-interface-txt-print, pr-interface-printify)
9082         (pr-interface-ps):
9083         * pcvs.el (cvs-help):
9084         * log-edit.el (log-edit, log-edit-mode-help):
9085         * iswitchb.el (iswitchb-possible-new-buffer):
9086         * isearch.el (isearch-edit-string):
9087         * image-mode.el (image-mode, image-minor-mode):
9088         * ibuf-macs.el (define-ibuffer-filter):
9089         * hi-lock.el (hi-lock-find-patterns):
9090         * files.el (toggle-read-only):
9091         * ediff-util.el (ediff-copy-diff)
9092         (ediff-write-merge-buffer-and-maybe-kill):
9093         * echistory.el (Electric-history-undefined):
9094         * dnd.el (dnd-insert-text):
9095         * dired-aux.el (dired-query):
9096         * desktop.el (desktop-restore-file-buffer, desktop-lazy-create-buffer):
9097         * bookmark.el (bookmark-bmenu-locate):
9098         * obsolete/fast-lock.el (@top-level) <with-temp-message macro>:
9099         Fix `message' calls to ensure first arg is a format string.
9100         The change was made only when these two conditions were satisfied:
9101         [1] when there is a possibility that the arguments would cause an error
9102         for example, if the code in question relies on external variables
9103         such as filenames, and
9104         [2] if the arg to `message' could not have been nil in the code.
9106         * pcomplete.el (pcomplete--help): Fix `message' format spec.
9107         Not having a %s would be weird, though not technically wrong.
9109 2005-09-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
9111         * term/mac-win.el (mac-add-charset-info): Doc fix.
9113 2005-09-17  Romain Francoise  <romain@orebokech.com>
9115         * shell.el (shell-resync-dirs): Handle echoing processes more
9116         reliably.  Don't insert resync command if `comint-process-echoes'
9117         is non-nil.
9119 2005-09-17  Magnus Henoch  <mange@freemail.hu>
9121         * textmodes/ispell.el (ispell-aspell-supports-utf8): New variable.
9122         (ispell-check-version): Set ispell-aspell-supports-utf8 to t for
9123         aspell versions >= 0.60.
9124         (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
9125         only if ispell-aspell-supports-utf8 is non-nil.
9127 2005-09-17  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
9129         * progmodes/scheme.el (scheme-mode-variables): Use setq to assign
9130         buffer-local value to lisp-indent-function.
9132 2005-09-17  Milan Zamazal  <pdm@zamazal.org>
9134         * progmodes/glasses.el (glasses-make-readable): If
9135         glasses-separator differs from underscore, put appropriate
9136         overlays over underscore characters.
9137         (glasses-convert-to-unreadable): If glasses-separator differs from
9138         underscore, try to convert glasses-separator characters to
9139         underscores.
9141 2005-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
9143         * calendar/diary-lib.el (mark-diary-entries): Don't move point.
9144         Use with-syntax-table and dolist.
9146 2005-09-16  Carsten Dominik  <dominik@science.uva.nl>
9148         * textmodes/reftex-auc.el:
9149         * textmodes/reftex-cite.el:
9150         * textmodes/reftex-dcr.el:
9151         * textmodes/reftex-global.el:
9152         * textmodes/reftex-parse.el:
9153         * textmodes/reftex-ref.el:
9154         * textmodes/reftex-sel.el:
9155         * textmodes/reftex-toc.el:
9156         * textmodes/reftex-vars.el:
9157         * textmodes/reftex.el: Small changes to remove compiler warnings.
9159         * textmodes/reftex-index.el: Likewise.
9160         (reftex-query-index-phrase): More efficient use of markers.
9162 2005-09-15  Chong Yidong  <cyd@stupidchicken.com>
9164         * image.el (image-load-path): New variable.
9165         (image-search-load-path): New function.
9166         (find-image): Search for images in `image-load-path'.
9168 2005-09-15  Richard M. Stallman  <rms@gnu.org>
9170         * follow.el: Change Maintainer field.
9172 2005-09-15  David Ponce  <david@dponce.com>
9174         * recentf.el (recentf-save-file-modes): New option.
9175         (recentf-save-list): Use it.
9177 2005-09-15  Nick Roberts  <nickrob@snap.net.nz>
9179         * bindings.el (mode-line-eol-desc, mode-line-coding-system-map)
9180         (mode-line-mule-info, mode-line-modified): Move bindings from
9181         mouse-3 to mouse-1.
9183 2005-09-15  Chong Yidong  <cyd@stupidchicken.com>
9185         * simple.el (sendmail-user-agent-compose): Revert last change.
9187 2005-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
9189         * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
9190         Use with-current-buffer.
9191         (ange-ftp-gwp-start): Remove unused var `gw-user'.
9192         (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
9193         (ange-ftp-insert-directory): Remove unused var `short'.
9194         (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
9196         * pcvs-defs.el (cvs-version): Recognize CVSNT version string.
9197         (cvs-execute-single-dir): Change default: cvs-1.9 is ancient.
9199         * calendar/cal-menu.el: Don't require easymenu, since we don't use it.
9200         (check-calendar-holidays, diary-list-entries): Autoload.
9201         Otherwise `emacs -q' followed by "mouse-2 -> diary entries" burps.
9202         (calendar-mouse-holidays, calendar-mouse-view-diary-entries): Simplify.
9204         * calendar/diary-lib.el (diary-show-all-entries): Fix last change,
9205         which mistakenly removed a call to display-buffer.
9207 2005-09-14  Juanma Barranquero  <lekktu@gmail.com>
9209         * obsolete/iso-insert.el: Move to obsolete/ from international/.
9211 2005-09-14  Thien-Thi Nguyen  <ttn@gnu.org>
9213         * progmodes/hideshow.el
9214         (hs-hide-comments-when-hiding-all): Remove autoload cookie.
9215         (hs-allow-nesting): New user var.
9216         (hs-discard-overlays): Skip "internal" overlays if nesting allowed.
9217         (hs-hide-block-at-point): When nesting allowed,
9218         if there is already an overlay in place, delete it.
9219         (hs-safety-is-job-n): Delete func; remove call sites.
9220         (hs-hide-level-recursive): Don't pre-clean if nesting allowed.
9221         (hs-overlay-at): New func.
9222         (hs-already-hidden-p, hs-show-block): Use it.
9223         (hs-hide-all): Don't pre-clean if nesting allowed.
9224         (hs-show-all): Temporarily disallow
9225         nesting around call to `hs-discard-overlays'.
9227 2005-09-14  Chong Yidong  <cyd@stupidchicken.com>
9229         * mouse.el (mouse-major-mode-menu): Make `prefix' optional.
9230         Delete unused local var.
9232 2005-09-13  Juanma Barranquero  <lekktu@gmail.com>
9234         * help-fns.el (describe-categories): "?\ " -> "?\s".
9235         (help-do-arg-highlight): Recognize also ARG-n, as in
9236         `move-to-left-margin' (ARG+n is already recognized).  Simplify.
9238         * international/codepage.el (dos-unsupported-char-glyph):
9239         * net/newsticker.el (tool-bar-map, w3-mode-map)
9240         (w3m-minor-mode-map):
9241         * progmodes/vhdl-mode.el (conf-alist, conf-entry, conf-key)
9242         (ent-alist):
9243         * textmodes/reftex-vars.el (reftex-tables-dirty): Add defvars.
9245 2005-09-13  Chong Yidong  <cyd@stupidchicken.com>
9247         * custom.el (custom-push-theme): Handle the case where a symbol is
9248         bound but face properties have not yet been assigned.
9250         * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
9251         Fix behavior if noerase is `t' and there is no mail buffer.
9253         * simple.el (sendmail-user-agent-compose): Use a new mail buffer
9254         if `continue' is nil, rather than signal an error.
9256 2005-09-12  Richard M. Stallman  <rms@gnu.org>
9258         * font-lock.el (font-lock-keywords): Add autoload.
9260         * help-fns.el (describe-variable): Rearrange to put source link
9261         in a predictable place.
9263         * net/newsticker.el: New file.
9265 2005-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
9267         * calendar/calendar.el (calendar-for-loop): Add edebug info.
9268         (calendar-basic-setup): Use the new nil arg.
9269         (number-of-diary-entries): Move to diary-lib.el.
9271         * calendar/diary-lib.el: Use with-current-buffer, match-string.
9272         (diary-list-entries): Use with-syntax-table and dolist.
9273         Rename from list-diary-entries.
9274         Use number-of-diary-entries if `number' is nil.
9275         (diary, diary-view-entries): Use this new name and new nil arg value.
9276         (number-of-diary-entries): Move from calendar.el.
9277         (diary-unhide-everything): New function.
9278         (include-other-diary-files, fancy-diary-display)
9279         (diary-show-all-entries, make-diary-entry): Use it.
9280         (diary-mail-entries): Use buffer-string.
9281         (mark-diary-entries): Fix long standing paren typo.
9282         (diary-sexp-entry): Use count-lines.
9283         (make-diary-entry): Avoid `previous-line'.
9284         (diary-mode-map): New var.
9285         (diary-mode): Redraw cal after saving.  Setup header-line.
9286         (fancy-diary-display-mode): Use local-set-key.
9288         * startup.el (command-line): Try calling various terminal-init-foo-bar
9289         functions by stripping hyphenated suffixes from $TERM.
9291         * files.el (normal-mode): Check boundness of font-lock-keywords.
9293 2005-09-12  Richard M. Stallman  <rms@gnu.org>
9295         * progmodes/compile.el: Don't decide a file's directory
9296         until the user actually tries to go there.
9297         (compilation-next-error-function):
9298         Pass compilation-find-file the directory from the file-struct.
9299         (compilation-internal-error-properties): Separate local FILE-STRUCT
9300         from FILE.  Doc the args better.  Rename arg FMT to FMTS.
9301         (compilation-find-file): Arg DIR renamed to DIRECTORY.
9302         Expand it, and if nil, use default-directory.
9303         (compilation-get-file-structure): Don't mix specified directory
9304         with default directory.  Put specified directory into
9305         file-struct.  Don't make the file name absolute.
9307         * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
9308         (compile-command): Add autoload.
9309         (compilation-disable-input): Add autoload.
9311 2005-09-11  Stephen Gildea  <gildea@stop.mail-abuse.org>
9313         * time-stamp.el: Mention variable `time-stamp-pattern' in doc
9314         strings of the variables it can override.
9315         (time-stamp): New (as yet undocumented) time-stamp-format escapes
9316         %Q and %q, for fully-qualified domain name and unqualified host name.
9318 2005-09-11  Kim F. Storm  <storm@cua.dk>
9320         * emacs-lisp/authors.el (authors-aliases): Update list.
9321         (authors-fixed-entries): Update mldrag.el entry.
9323 2005-09-10  Alan Mackenzie  <acm@muc.de>
9325         * page.el (narrow-to-page): Exclude _entire_ multi-line delimiter
9326         from the region narrowed to.
9328 2005-09-10  Magnus Henoch  <mange@freemail.hu>
9330         * textmodes/ispell.el (ispell-check-version): Signal an error if
9331         aspell version is less than 0.60.
9333 2005-09-10  Pascal Dupuis  <Pascal.Dupuis@esat.kuleuven.be>  (tiny change)
9335         * progmodes/octave-inf.el (inferior-octave-startup):
9336         Resync current dir at the end.
9338 2005-09-10  Emilio C. Lopes  <eclig@gmx.net>
9340         * woman.el (woman-topic-at-point-default):
9341         Rename to woman-use-topic-at-point-default.
9342         (woman-topic-at-point): Rename to woman-use-topic-at-point.
9343         (woman-file-name): Reflect renames above.  Automatically use the
9344         word at point as topic if woman-use-topic-at-point is non-nil.
9345         Otherwise offer it as default but don't insert it in the
9346         minibuffer.  Also use `test-completion' instead of `assoc' as
9347         suggested by Stefan Monnier.
9349 2005-09-10  Andre Spiegel  <spiegel@gnu.org>
9351         * vc.el (vc-directory, vc-update-change-log): Throw an error on
9352         the attempt to do it over Tramp.  This is not yet supported.
9354 2005-09-10  Eli Zaretskii  <eliz@gnu.org>
9356         * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
9357         (menu-bar-non-minibuffer-window-p): New functions.
9358         ("Split Window", "Save As..."): Use them.
9359         ("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
9360         ("Print Buffer", "Truncate Long Lines in this Buffer"):
9361         Use menu-bar-menu-frame-live-and-visible-p.
9362         ("Save Buffer", "Insert File", "Open Directory...")
9363         ("Open File...", "Visit New File..."):
9364         Use menu-bar-non-minibuffer-window-p.
9365         (kill-this-buffer-enabled-p, dired <menu-enable>):
9366         Use menu-bar-non-minibuffer-window-p.
9368 2005-09-09  Eli Zaretskii  <eliz@gnu.org>
9370         * cus-start.el (all): Don't complain about fringe-related
9371         built-ins if fringes are not supported.  Ditto about
9372         selection-related built-ins.  Fix the test for GTK-related built-ins.
9374         * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)")
9375         ("Postscript Print Buffer", "Print Region", "Save As...")
9376         ("Save", "Insert File...", "Open Directory...")
9377         ("Open File...", "Visit New File..."")
9378         ("Truncate Long Lines in this Buffer"): Don't look at
9379         menu-updating-frame if this display does not support multiple frames.
9381 2005-09-09  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
9383         * mail/sendmail.el (default-sendmail-coding-system): Doc fix.
9385 2005-09-09  Emilio Lopes  <eclig@gmx.net>
9387         * woman.el: Format- and whitespace-related changes.
9389 2005-09-09  Eli Zaretskii  <eliz@gnu.org>
9391         * woman.el: Fix my email address.
9393 2005-09-08  Richard M. Stallman  <rms@gnu.org>
9395         * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var.
9396         (sh-mode): Locally set skeleton-pair-default-alist.
9398         * progmodes/make-mode.el (makefile-add-log-defun): Trim the result.
9400         * progmodes/flymake.el: Require `compile' unconditionally.
9402         * mail/sendmail.el (send-mail-function): Add Mailclient alternative.
9404         * woman.el (woman-file-name): Provide a default, not initial input.
9406         * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props.
9408         * font-lock.el (font-lock-support-mode): Doc fix.
9410         * descr-text.el (describe-property-list): Handle non-symbol prop names.
9412 2005-09-08  Richard M. Stallman  <rms@gnu.org>
9414         * simple.el (blink-matching-open): Get rid of text props from
9415         the string shown in echo area.  Don't permanently set point.
9416         Some rearrangements.
9418 2005-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
9420         * recentf.el (recentf-filename-handler): Add custom choice
9421         `abbreviate-file-name'.
9423         * msb.el (msb--very-many-menus): Fix typo.
9425         * disp-table.el (standard-display-european): Don't set
9426         enable-multibyte-characters to nil.
9428 2005-09-08  David Ponce  <david@dponce.com>
9430         * recentf.el (recentf-show-file-shortcuts-flag): New option.
9431         (recentf-expand-file-name): Doc fix.
9432         (recentf-dialog-mode-map): Define digit shortcuts.
9433         (recentf--files-with-key): New variable.
9434         (recentf-show-digit-shortcut-filter): New function.
9435         (recentf-open-files-items): New function.
9436         (recentf-open-files): Use it.
9437         (recentf-open-file-with-key): New command.
9439 2005-09-08  Chong Yidong  <cyd@stupidchicken.com>
9441         * buff-menu.el (Buffer-menu-sort-by-column): New function.
9442         Suggested by Kim F. Storm.
9443         (Buffer-menu-sort-button-map): Global keymap for sort buttons.
9444         (Buffer-menu-make-sort-button): Use global keymap.
9446 2005-09-07  Michael Albinus  <michael.albinus@gmx.de>
9448         * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'.
9449         (Man-getpage-in-background-advice): Remove defadvice; it isn't
9450         necessary any longer with the remapped command.
9451         (Man-bgproc-sentinel-advice): Remove defadvice which counts
9452         formatting time only.
9454         * net/tramp.el (tramp-action-password)
9455         (tramp-multi-action-password): Compile the password prompt from
9456         `method', `user' and `host'.  Sometimes it isn't obvious which
9457         password to enter, for example with remote files offered by
9458         recentf.el, or with multiple steps.  Suggested by Robert Marshall
9459         <robert@chezmarshall.freeserve.co.uk>.
9461 2005-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
9463         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
9464         Fix regexp for when "s///" is at the beginning of line.
9466 2005-09-07  Jay Belanger  <belanger@truman.edu>
9468         * calc/calc-poly.el (math-expand-term): Multiply out any powers
9469         when in matrix mode.
9471 2005-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
9473         * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use
9474         non-anonymous functions.
9476 2005-09-06  Chong Yidong  <cyd@stupidchicken.com>
9478         * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks
9479         when using a header line.  Otherwise, use mouse-1-click-follows-link.
9481         * mouse.el (mouse-drag-header-line): Do nothing if the header-line
9482         can't be moved; don't signal an error.
9484 2005-09-05  Chong Yidong  <cyd@stupidchicken.com>
9486         * cus-theme.el (custom-theme-write-faces): Save the current face
9487         spec, not the defface spec.
9489         * custom.el (custom-known-themes): Clarify meaning of "standard".
9490         (custom-push-theme): Save old values in the standard theme.
9491         (disable-theme): Correct typo.
9492         (custom-face-theme-value) Deleted unused function.
9493         (custom-theme-recalc-face): Rewritten to treat enable/disable properly.
9495 2005-09-05  Stefan Monnier  <monnier@iro.umontreal.ca>
9497         * progmodes/compile.el (compilation-goto-locus): Take into account
9498         iconified frames when determining whether the buffer is
9499         already visible.
9500         Don't reset window height if the window already existed.
9502 2005-09-04  Chong Yidong  <cyd@stupidchicken.com>
9504         * custom.el (load-theme): Rename from require-theme.
9505         Add interactive spec.
9506         (enable-theme): Rename from custom-enable-theme.
9507         Add interactive spec.
9508         (disable-theme): Rename from custom-disable-theme.
9509         Add interactive spec.
9510         (custom-make-theme-feature): Doc fix.
9511         (custom-theme-directory): Doc fix.
9512         (provide-theme): Call enable-theme.
9514 2005-09-02  Stefan Monnier  <monnier@iro.umontreal.ca>
9516         * obsolete/lazy-lock.el (lazy-lock-mode):
9517         * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on
9518         font-lock-mode if it's off.  Print a warning instead.
9520         * progmodes/compile.el (compilation-start): Ignore errors if the
9521         process died before we get to send-eof.
9523         * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file):
9524         Undo last change.  Enclosing the result in quotes broke things on Unix
9525         since tex-send-command passes it through shell-quote-argument.
9526         (tex-send-command): Pass `file' through convert-standard-filename
9527         when possible.
9528         (tex-uptodate-p): Handle the case where TeX hasn't put additional
9529         info in a transcript.
9531 2005-09-02  Dan Nicolaescu  <dann@ics.uci.edu>
9533         * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
9534         fix compilation warning.  Reorder the key definitions to group
9535         together keys emitted by the current version of xterm.
9537         * progmodes/vhdl-mode.el (vhdl-highlight-faces)
9538         (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face):
9539         Reorder predicates to correct min-color usage.
9541 2005-09-01  Chong Yidong  <cyd@stupidchicken.com>
9543         * longlines.el (longlines-mode): Inhibit read-only when encoding.
9544         Kill local variables when longlines-mode is turned off.
9546 2005-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
9548         * international/mule-cmds.el (set-locale-environment): Soothe compiler.
9550         * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
9552         * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el.
9554         * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove.
9555         (font-lock-lines-before): Change default to being inactive.
9556         (font-lock-default-fontify-region): Obey font-lock-lines-before.
9557         (font-lock-after-change-function): Don't handle f-l-lines-before here.
9559 2005-08-31  Michael Albinus  <michael.albinus@gmx.de>
9561         * net/tramp.el (tramp-handle-make-auto-save-file-name):
9562         Deactivate temporarily advice if active (not needed for Emacs 22,
9563         but for backwards compatibility).
9564         (tramp-exists-file-name-handler): Rewrite.  First implementation
9565         was too simple.
9566         (tramp-advice-make-auto-save-file-name):
9567         Call `tramp-handle-make-auto-save-file-name' (again, just for
9568         backwards compatibility).
9570 2005-08-31  Reto Zimmermann  <reto@gnu.org>
9572         * progmodes/vhdl-mode.el
9573         (vhdl-update-sensitivity-list): Handle multi-dimensional array access.
9574         (vhdl-end-p): Fix indentation bug "else" after "-- when".
9575         (vhdl-set-default-project): New function (easier setting of default).
9576         (vhdl-port-copy): Handle extended identifiers for generics.
9577         (vhdl-compiler-alist): Better description for error message regexp.
9578         (vhdl-make): Query for target, use previous as default.
9579         (vhdl-port-copy): Fix port copy for port names starting with "signal".
9580         (vhdl-font-lock-keywords-2): Fix fontification for record
9581         el. assign.
9582         (vhdl-speedbar-make-subpack-line): Add package body link.
9583         (vhdl-generate-makefile-1): Not include itself as dependency.
9584         (vhdl-font-lock-init): Highlight c-preprocessor directives.
9585         (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives.
9586         (vhdl-get-syntactic-context): Handle c-preprocessor directives.
9587         (vhdl-update-sensitivity-list): Start scan at opening parenthesis.
9588         (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop).
9589         (vhdl-update-sensitivity-list-buffer): Add string argument for `error'.
9590         (vhdl-import-project): Add string argument for `error'.
9591         (vhdl-compose-configuration)
9592         (vhdl-compose-configuration-architecture): Add configuration
9593         declaration generation.
9594         (vhdl-scan-directory-contents): Scan for block/generate hierarchy.
9595         (vhdl-trailer-re): Add "record" keyword (better indentation).
9596         (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of
9597         "[^ \t-\"]+".
9598         (vhdl-font-lock-keywords-2): Not highlight formal parameter after `|'.
9599         (vhdl-testbench-entity-file-name)
9600         (vhdl-testbench-architecture-file-name): Allow separate
9601         customization of testbench file names.
9602         (vhdl-beginning-of-block): Handle optional subprogram parameter list.
9603         (vhdl-get-visible-signals): Allow newline within alias declaration.
9604         (vhdl-update-sensitivity-list): Signal read only on certain attributes.
9605         (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes).
9606         (member-ignore-case): Alias for missing function in XEmacs.
9607         (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC.
9608         (vhdl-update-sensitivity-list): Ignore case on read signals.
9609         (vhdl-replace-string): Adjust case only for file names.
9610         (vhdl-update-sensitivity-list): Fix search for read signals.
9611         (vhdl-update-sensitivity-list): Exclude formal parameters.
9612         (vhdl-get-visible-signals): Include aliases of signals.
9613         (vhdl-get-visible-signals): Fix signal name searching.
9614         (vhdl-port-flatten, vhdl-port-reverse-direction): Better message.
9615         (vhdl-fixup-whitespace-region): Fix for character
9616         literals (e.g. `:').
9618 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
9620         * ansi-color.el (comint-last-output-start):
9621         * bs.el (font-lock-verbose):
9622         * diff-mode.el (add-log-buffer-file-name-function):
9623         * dired-x.el (vm-folder-directory):
9624         * faces.el (help-xref-stack-item):
9625         * files.el (font-lock-keywords):
9626         * find-lisp.el (dired-buffers, dired-subdir-alist):
9627         * ido.el (cua-inhibit-cua-keys):
9628         * log-view.el (cvs-minor-wrap-function):
9629         * outline.el (font-lock-warning-face):
9630         * simple.el (compilation-current-error):
9631         * speedbar.el (ange-ftp-path-format, efs-path-regexp)
9632         (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow):
9633         * tooltip.el (comint-prompt-regexp):
9634         * w32-fns.el (explicit-shell-file-name):
9635         * term/mac-win.el (mac-charset-info-alist)
9636         (mac-services-selection, mac-system-script-code):
9637         * term/tty-colors.el (msdos-color-values):
9638         * term/w32-win.el (xlfd-regexp-registry-subnum):
9639         * term/x-win.el (x-keysym-table, x-selection-timeout)
9640         (x-session-id, x-session-previous-id):
9641         * textmodes/ispell.el (mail-yank-prefix):
9642         * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header):
9643         * textmodes/org.el (calc-embedded-close-formula)
9644         (calc-embedded-open-formula)
9645         (font-lock-unfontify-region-function):
9646         * textmodes/reftex-global.el (isearch-next-buffer-function)
9647         (TeX-master):
9648         * textmodes/reftex.el (font-lock-keywords):
9649         * textmodes/tex-mode.el (font-lock-comment-face)
9650         (font-lock-doc-face):
9651         * textmodes/texinfo.el (outline-heading-alist):
9652         Add defvars.
9654         * textmodes/artist.el (x-pointer-crosshair): Add defvar.
9655         (artist-spray-chars, artist-mode-init, artist-replace-string)
9656         (artist-select-erase-char, artist-vap-find-endpoints-horiz)
9657         (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne)
9658         (artist-vap-find-endpoints-nwse): "?\ " -> "?\s".
9660         * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar.
9661         (conf-align-assignments): "?\ " -> "?\s".
9663         * textmodes/reftex-index.el (TeX-master): Add defvar.
9664         (reftex-index-phrases-marker): Move up defvar.
9666         * textmodes/reftex-toc.el (zmacs-regions): Add defvar.
9667         (reftex-toc-include-labels-indicator)
9668         (reftex-toc-include-index-indicator)
9669         (reftex-toc-max-level-indicator): Move up declarations.
9671         * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list
9672         of args to `tramp-run-real-handler', even if it's empty in this case.
9674 2005-08-31  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
9676         * dired.el (dired-move-to-filename-regexp): Add date format for
9677         Mac OS X 10.3 in East Asian locales.
9679 2005-08-31  Michael Albinus  <michael.albinus@gmx.de>
9681         * files.el (make-auto-save-file-name): Add file name handler call
9682         if applicable.
9684         * net/tramp.el (tramp-file-name-handler-alist)
9685         (tramp-file-name-for-operation): Add `make-auto-save-file-name'.
9686         (tramp-handle-make-auto-save-file-name): Rename from
9687         `tramp-make-auto-save-file-name'.
9688         (tramp-exists-file-name-handler): New defun.
9689         (tramp-advice-make-auto-save-file-name): Make defadvice only when
9690         `make-auto-save-file-name' is not a magic file name operation.
9692 2005-08-30  Richard M. Stallman  <rms@gnu.org>
9694         * files.el (risky-local-variable-p):
9695         Match `-predicates' and `-commands.
9697         * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
9698         (custom-save-all): Visit the file if necessary;
9699         kill the buffer if we created it.
9700         (custom-save-delete): Don't visit file or kill buffer here.
9702 2005-08-30  Carsten Dominik  <dominik@science.uva.nl>
9704         * textmodes/org.el (org-special-keyword): New face.
9705         (org-table-copy-down, org-table-eval-formula)
9706         (org-table-recalculate, org-init-section-numbers):
9707         Use `string-to-number' instead of `string-to-int'.
9708         (org-get-location): Use `insert-buffer-substring' instead of
9709         `insert-buffer'.
9710         (org-modify-diary-entry-string): New function.
9711         (org-get-entries-from-diary): Set the hook for `add-to-diary-list'.
9712         (org-disable-agenda-to-diary): Rename from `org-disable-diary'.
9713         (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
9714         active region.
9715         (org-export-as-html): Handle QUOTE keyword.
9716         (org-quote-string): New option.
9717         (org-bookmark-jump-unhide): New function, used for
9718         `bookmark-after-jump-hook'.
9719         (org-diary-default-entry): Apply only when not called through
9720         `org-agenda'.
9722 2005-08-30  Juanma Barranquero  <lekktu@gmail.com>
9724         * net/eudc.el (mode-popup-menu):
9725         * play/handwrite.el (ps-printer-name, ps-lpr-command):
9726         * progmodes/ada-mode.el (compile-auto-highlight)
9727         (skeleton-further-elements):
9728         * progmodes/autoconf.el (font-lock-syntactic-keywords):
9729         * progmodes/cmacexp.el (msdos-shells):
9730         * progmodes/compile.el (font-lock-extra-managed-props)
9731         (font-lock-keywords, font-lock-maximum-size)
9732         (font-lock-support-mode):
9733         * progmodes/grep.el (font-lock-lines-before):
9734         * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info):
9735         * progmodes/mixal-mode.el (compile-command):
9736         * progmodes/perl-mode.el (font-lock-comment-face)
9737         (font-lock-doc-face, font-lock-string-face):
9738         * progmodes/prolog.el (comint-prompt-regexp):
9739         * progmodes/sh-script.el (font-lock-comment-face)
9740         (font-lock-set-defaults, font-lock-string-face):
9741         * progmodes/sql.el (font-lock-keyword-face)
9742         (font-lock-set-defaults, font-lock-string-face):
9743         * progmodes/vhdl-mode.el (compilation-file-regexp-alist)
9744         (itimer-version, lazy-lock-defer-contextually)
9745         (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly):
9746         Add defvars.
9748         * progmodes/cperl-mode.el (cperl-electric-lbrace)
9749         (cperl-electric-keyword, cperl-electric-pod)
9750         (cperl-electric-backspace, cperl-forward-re)
9751         (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s".
9752         (vc-rcs-header, vc-sccs-header): Add defvars.
9754         * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s".
9755         (font-lock-syntactic-keywords, gud-find-expr-function):
9756         Add defvars.
9758         * progmodes/gdb-ui.el (tool-bar-map): Add defvar.
9759         (gdb-frame-parameters): Declare before use.
9761         * progmodes/gud.el (gdb-active-process, gdb-define-alist)
9762         (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values)
9763         (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars.
9764         (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s".
9766         * progmodes/idlw-help.el (browse-url-generic-args): Add defvar.
9767         (idlwave-help-with-source): Use `insert-buffer-substring', not
9768         `insert-buffer'.
9770 2005-08-29  Juri Linkov  <juri@jurta.org>
9772         * outline.el (hide-entry, hide-leaves, outline-toggle-children):
9773         Put outline-back-to-heading function call inside save-excursion.
9775 2005-08-29  Juanma Barranquero  <lekktu@gmail.com>
9777         * man.el (Man-init-defvars, Man-translate-references)
9778         (Man-support-local-filenames, Man-highlight-references):
9779         * progmodes/sql.el (sql-interactive-mode):
9780         * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings.
9782         * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
9783         (compilation-mode-font-lock-keywords): Add defvars.
9784         (checkdoc-interactive-loop): "?\ " -> "?\s".
9786         * emacs-lisp/lisp-mode.el (font-lock-comment-face)
9787         (font-lock-doc-face, font-lock-string-face)
9788         (font-lock-keywords-case-fold-search): Add defvars.
9789         (emacs-lisp-mode-syntax-table): "?\ " -> "?\s".
9791         * obsolete/sun-fns.el (mouse-select-or-drag-move-point):
9792         Don't pass X and Y (they are ignored anyway).
9793         (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
9794         (mouse-delete-window): Make arguments optional.
9796         * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'.
9797         (caesar-translate-table, minor-modes, news-buffer-save)
9798         (news-group-name, news-minor-modes): Add defvars.
9800         * emacs-lisp/lselect.el (mouse-highlight-priority)
9801         (x-lost-selection-functions, zmacs-regions):
9802         * emacs-lisp/pp.el (font-lock-verbose):
9803         * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function):
9804         * emacs-lisp/tcover-ses.el (ses-initial-global-parameters)
9805         (ses-mode-map):
9806         * emacs-lisp/tcover-unsafep.el (safe-functions):
9807         * international/mule-cmds.el (mac-system-coding-system)
9808         (mac-system-locale):
9809         * language/ethio-util.el (rmail-current-message)
9810         (rmail-message-vector):
9811         * language/thai-util.el (thai-auto-composition-mode):
9812         * mail/metamail.el (rmail-current-message, rmail-message-vector):
9813         * mail/mspools.el (rmail-inbox-list, vm-crash-box)
9814         (vm-folder-directory, vm-init-file, vm-init-file-loaded)
9815         (vm-primary-inbox, vm-spool-files):
9816         * mail/rmail.el (deleted-head, font-lock-fontified)
9817         (mail-abbrev-syntax-table, mail-abbrevs, messages-head)
9818         (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message)
9819         (total-messages):
9820         * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p)
9821         (rmail-summary-mode-map):
9822         * mail/rmailkwd.el (rmail-buffer, rmail-current-message)
9823         (rmail-last-label, rmail-last-multi-labels)
9824         (rmail-summary-vector, rmail-total-messages):
9825         * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list):
9826         * mail/rmailsum.el (msgnum):
9827         * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer)
9828         (rmail-current-message):
9829         * obsolete/fast-lock.el (font-lock-face-list):
9830         * obsolete/rnewspost.el (mail-reply-buffer):
9831         * obsolete/scribe.el (compile-command):
9832         * obsolete/x-menu.el (x-process-mouse-hook): Add defvars.
9834 2005-08-28  John Paul Wallington  <jpw@gnu.org>
9836         * ibuf-ext.el (ibuffer-auto-update-changed):
9837         Use `frame-or-buffer-changed-p' to check whether we need to update.
9838         (ibuffer-auto-mode): Don't advise `get-buffer-create' and
9839         `kill-buffer'.  Initialise `ibuffer-auto-buffers-changed'
9840         as a `frame-or-buffer-changed-p' state vector instead.
9842 2005-08-27  Romain Francoise  <romain@orebokech.com>
9844         * textmodes/makeinfo.el (makeinfo-compile):
9845         Use `compilation-start'.  Set `next-error-function' according to
9846         `disable-errors'.
9847         (makeinfo-next-error): New function.
9848         (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
9849         (makeinfo-buffer): Likewise.
9851         * progmodes/compile.el (compilation-start): Add autoload cookie.
9853         * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
9854         * textmodes/sgml-mode.el: Likewise.
9855         * progmodes/python.el: Likewise.
9857 2005-08-27  Eli Zaretskii  <eliz@gnu.org>
9859         * simple.el (blink-matching-paren-distance): Document the meaning
9860         of nil value, and allow to customize to nil.
9862         * eshell/esh-ext.el (eshell-windows-shell-file): Look for
9863         command.com, not command.exe.
9865 2005-08-26  John Wiegley  <johnw@newartisans.com>
9867         * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the
9868         code around a bit so that an extraneous nil argument is not added
9869         to a command when no args are given.
9871         * eshell/esh-arg.el (eshell-parse-double-quote): If a
9872         double-quoted argument resolves to nil, return it as an empty
9873         string rather than as nil.  This made it impossible to pass "" to
9874         a shell script as a null string argument.
9876 2005-08-26  Stefan Monnier  <monnier@iro.umontreal.ca>
9878         * outline.el (outline-invent-heading): New fun.
9879         (outline-promote, outline-demote): Use it.
9880         (outline-move-subtree-down): Remove unused vars `re' and `txt'.
9881         (outline-end-of-subtree): Remove unused var `opoint'.
9883 2005-08-26  David Reitter  <david.reitter@gmail.com>
9885         * menu-bar.el (truncate-lines, write-file, print-buffer)
9886         (ps-print-buffer-faces, ps-print-buffer, split-window):
9887         Disable menu items when the frame they refer to is invisible, or when
9888         they refer to a buffer and the minibuffer is selected.
9890 2005-08-26  Pavel Kobiakov  <pk_at_work@yahoo.com>
9892         * progmodes/flymake.el (flymake-highlight-err-lines):
9893         Use save-excursion around flymake-highlight-line to preserve point.
9895 2005-08-26  Eli Zaretskii  <eliz@gnu.org>
9897         * progmodes/octave-mod.el: Change Author and Maintainer address.
9898         (octave-maintainer-address): Change Kurt's email address.
9899         * progmodes/octave-inf.el: Change Author and Maintainer address.
9900         * progmodes/octave-hlp.el: Change Author and Maintainer address.
9902 2005-08-26  Kim F. Storm  <storm@cua.dk>
9904         * subr.el (version-list-<, version-list-<=, version-list-=):
9905         Rename from integer-list-*.
9906         (version-list-not-zero): Likewise.  Fix while loop.
9907         (version=): Use version-list-= instead of string-equal.
9909 2005-08-26  Richard M. Stallman  <rms@gnu.org>
9911         * outline.el (outline-promote): Try shortening the heading.
9912         As last resort, read the heading to use.
9913         (outline-demote): As last resort, read the heading to use.
9915 2005-08-26  Romain Francoise  <romain@orebokech.com>
9917         * progmodes/compile.el (compilation-start): Doc fix.
9919         * progmodes/antlr-mode.el (antlr-default): Fix defface form.
9920         (antlr-font-lock-additional-keywords): Fix reference to
9921         `antlr-font-lock-literal-regexp' erroneously changed during the
9922         mass face rename.
9923         (antlr-run-tool): Use `compilation-start'.
9925         * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
9926         instead of the obsolete `compile-internal'.
9928 2005-08-26  Juanma Barranquero  <lekktu@gmail.com>
9930         * calendar/cal-bahai.el (date, displayed-month, displayed-year)
9931         (number, original-date):
9932         * calendar/cal-china.el (date):
9933         * calendar/cal-coptic.el (date):
9934         * calendar/cal-french.el (date):
9935         * calendar/cal-hebrew.el (date, entry, number, original-date):
9936         * calendar/cal-islam.el (date, number, original-date):
9937         * calendar/cal-iso.el (date):
9938         * calendar/cal-julian.el (date):
9939         * calendar/cal-mayan.el (date):
9940         * calendar/cal-menu.el (date, event):
9941         * calendar/cal-persia.el (date):
9942         * calendar/lunar.el (date):
9943         * calendar/solar.el (date): Add defvars.
9945         * emerge.el:
9946         * ibuffer.el:
9947         * info-xref.el:
9948         * obsolete/bg-mouse.el:
9949         * obsolete/sun-curs.el:
9950         * obsolete/swedish.el: Move the `defvar's to the top level.
9952         * smerge-mode.el (smerge-refined-change): Add :group.
9954 2005-08-25  Stefan Monnier  <monnier@iro.umontreal.ca>
9956         * smerge-mode.el (smerge-remove-props): Make the args non-optional.
9957         (smerge-keep-n): Remove props.
9958         (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
9959         (smerge-keep-current, smerge-kill-current): Don't remove props anymore
9960         now that it's done in smerge-keep-n.
9961         (smerge-refined-change): New face.
9962         (smerge-refine-chopup-region, smerge-refine-highlight-change)
9963         (smerge-refine): New funs.
9964         (smerge-basic-map): Bind smerge-refine.
9966 2005-08-25  Juri Linkov  <juri@jurta.org>
9968         * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
9969         compilation-process-setup-function and compilation-disable-input
9970         in grep-mode instead of let-bindings in grep.
9972         * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
9973         Delete "Automatic File De/compression" (auto-compression-mode).
9975 2005-08-25  Juanma Barranquero  <lekktu@gmail.com>
9977         * obsolete/bg-mouse.el: Move to obsolete/ from term/.
9978         Silence warning about non-existent variable.
9980 2005-08-25  Richard M. Stallman  <rms@gnu.org>
9982         * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
9983         Rename "Describe Key" to "Describe Key or Mouse Operation".
9985         * mail/mailalias.el (build-mail-aliases): Delete comments
9986         from the contents before processing them.
9988         * isearch.el (isearch-edit-string): Erase the Search prompt
9989         if user enters an empty string and there is no default.
9991         * comint.el (comint-file-name-prefix): Add autoload.
9993 2005-08-25  Joe Corneli  <jcorneli@math.utexas.edu>
9995         * subr.el (play-sound): Rearrange to avoid warning.
9997 2005-08-25  Carsten Dominik  <dominik@science.uva.nl>
9999         * calendar/diary-lib.el (diary-modify-entry-list-string-function):
10000         New hook.
10001         (add-to-diary-list): Call `diary-modify-entry-list-string-function'
10003 2005-08-24  Stefan Monnier  <monnier@iro.umontreal.ca>
10005         * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify.
10007         * custom.el (custom-theme-set-variables): Sort minor modes last.
10009 2005-08-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
10011         * subr.el (version-separator, version-regexp-alist): New vars used by
10012         version comparison funs.
10013         (integer-list-<, integer-list-=, integer-list-<=)
10014         (integer-list-not-zero): New funs for integer list comparison.
10015         (version-to-list, version=, version<, version<=): New funs for version
10016         comparison.
10018 2005-08-24  Juanma Barranquero  <lekktu@gmail.com>
10020         * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
10021         (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
10022         time to silence the byte-compiler.
10024         * ibuffer.el (ibuffer-compile-make-eliding-form)
10025         (ibuffer-check-formats): Use `with-no-warnings' to hide references
10026         to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
10027         so it's silly to get warnings for it).
10028         (ibuffer-auto-mode, ibuffer-cached-filter-formats)
10029         (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
10030         (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
10031         (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
10032         (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
10033         (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
10034         Defvar at compile time.
10035         (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
10036         (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
10037         Declare them before use.
10039         * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
10040         (info-xref-good, info-xref-bad): Defvar at compile time.
10042         * obsolete/mlsupport.el (filter-region, execute-monitor-command):
10043         Use `let*' instead of `let'.
10045         * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
10046         (*mouse-y*, menu, char): Defvar at compile time.
10047         (sc::menu): Declare it before use.
10048         (sc::pack-one-line): Use `let', not `let*'.
10050         * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
10051         (mail-send-hook): Defvar at compile time.
10053         * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
10054         Defvar at compile time.
10056         * term/sun-mouse.el (current-global-mousemap)
10057         (current-local-mousemap): Declare them before use.
10059 2005-08-24  Carsten Dominik  <dominik@science.uva.nl>
10061         * bookmark.el (bookmark-after-jump-hook): New hook.
10062         (bookmark-jump): Run `bookmark-after-jump-hook'.
10064 2005-08-23  Juri Linkov  <juri@jurta.org>
10066         * faces.el (minibuffer-prompt): Doc fix.
10068 2005-08-23  Juanma Barranquero  <lekktu@gmail.com>
10070         * progmodes/xscheme.el: Trivial changes to silence warnings.
10071         (xscheme-previous-mode, xscheme-previous-process-state):
10072         Add defvars.
10073         (xscheme-last-input-end, xscheme-process-command-line)
10074         (xscheme-process-name, xscheme-buffer-name)
10075         (xscheme-expressions-ring-max, xscheme-expressions-ring)
10076         (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
10077         (xscheme-control-g-synchronization-p)
10078         (xscheme-control-g-disabled-p, xscheme-string-receiver)
10079         (default-xscheme-runlight, xscheme-runlight)
10080         (xscheme-runlight-string, xscheme-process-filter-state)
10081         (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
10082         Move to beginning of file.
10083         (scheme-interaction-mode-commands-alist)
10084         (scheme-interaction-mode-map, scheme-debugger-mode-map):
10085         Declare them before use.  Note: the initialization code for the variables
10086         has not been moved because it uses functions that reference the variables.
10087         (xscheme-control-g-message-string, xscheme-process-filter-alist)
10088         (xscheme-prompt-for-expression-map): Declare them before use.
10089         (scheme-debugger-mode-commands): "?\ " -> "?\s".
10091 2005-08-23  Ed Swarthout  <ed.swarthout@gmail.com>  (tiny change)
10093         * hexl.el (hexl-print-current-point-info): Fix simple spelling error.
10095 2005-08-22  Juri Linkov  <juri@jurta.org>
10097         * faces.el (set-face-underline): Delete this duplicate function
10098         and make an obsolete alias to set-face-underline-p.
10099         (set-face-underline-p): Use docstring of set-face-underline.
10100         (describe-face): Create hyperlink to parent face.
10102         * info.el (Info-insert-dir): Use save-excursion around
10103         insert-buffer-substring.
10104         (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
10105         (Info-escape-percent): Delete function.
10106         (Info-fontify-node): Replace Info-escape-percent by
10107         replace-regexp-in-string with REP arg set to lambda that
10108         duplicates `%' and preserves text properties.
10110         * progmodes/compile.el (compilation-disable-input): Doc fix.
10111         (define-compilation-mode): Doc fix and refill.
10112         (kill-compilation): Use `mode-name' in the error message.
10113         (compilation-find-file): Use `compilation-error' in the
10114         read-file-name's prompt.
10116 2005-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
10118         * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
10119         (smerge-auto-leave): Make undo re-enable the mode.
10120         (debug-ignored-errors): Add the user-error of impossible resolution.
10121         (smerge-resolve): Move things around a bit, in preparation for later.
10122         (smerge-diff): Don't fail if the buffer has no associated file.
10123         (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
10124         (smerge-conflict-overlay): New function.
10125         (smerge-match-conflict): Don't add text properties here.
10126         (smerge-find-conflict): Instead, add an overlay here.
10127         Also check for the case where we're inside a conflict already, so as to
10128         obviate the need for font-lock-multiline, which is unbearably slow with
10129         large conflicts and ciomplex font-lock patterns.
10130         (smerge-remove-props): Remove overlay rather than text-properties.
10131         (smerge-mode): Don't set font-lock-multiline.
10132         Remove overlays when turned off.
10134 2005-08-21  Kim F. Storm  <storm@cua.dk>
10136         * ido.el (ido-ignore-item-p): Use save-match-data.
10137         Bind case-fold-search to ido-case-fold locally.
10139 2005-08-20  Richard M. Stallman  <rms@gnu.org>
10141         * files.el (normal-mode): If font lock is on, turn it off and on.
10143         * subr.el (replace-regexp-in-string): Doc fix.
10145         * startup.el (command-line-1): Don't suppress startup screen
10146         due to existing processes.
10148         * progmodes/grep.el (grep): Bind compilation-disable-input to t.
10150         * progmodes/compile.el (compilation-disable-input): Default to nil.
10152 2005-08-20  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
10154         * progmodes/compile.el (compilation-disable-input): New defcustom.
10155         (compilation-start): If compilation-disable-input is non-nil, send
10156         EOF to the compilation process.
10158 2005-08-20  Eli Zaretskii  <eliz@gnu.org>
10160         * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
10161         Run the argument of tex-shell-cd-command through
10162         convert-standard-filename, to get the correct style of slashes on
10163         Windows, and enclose the result in quotes, in case the file name
10164         includes whitespace or other special characters.
10166 2005-08-19  Andreas Schwab  <schwab@suse.de>
10168         * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
10169         process.
10171 2005-08-18  Luc Teirlinck  <teirllm@auburn.edu>
10173         * cus-start.el (minibuffer-prompt-properties): Correct typo.
10175 2005-08-18  Kim F. Storm  <storm@cua.dk>
10177         * scroll-lock.el: Fix errors due to incorrect line wrapping.
10179 2005-08-18  Richard M. Stallman  <rms@gnu.org>
10181         * scroll-lock.el: New file.
10183 2005-08-18  Thien-Thi Nguyen  <ttn@gnu.org>
10185         * dired.el (dired-move-to-end-of-filename):
10186         Handle fifo as rendered by "ls -lF": Don't include trailing "|".
10188 2005-08-18  Kim F. Storm  <storm@cua.dk>
10190         * ido.el (ido-everywhere): Fix defcustom :set function to disable
10191         rather than toggle mode when custom value is nil.
10192         (ido-everywhere): Fix defun doc string.
10194 2005-08-17  Richard M. Stallman  <rms@gnu.org>
10196         * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
10197         as tag instead of "Inviolable".
10199 2005-08-17  Kim F. Storm  <storm@cua.dk>
10201         * windmove.el (windmove-coordinates-of-position): Remove.
10202         (windmove-coordinates-of-window-position): Remove.
10203         (windmove-reference-loc): Use posn-at-point instead.
10205         * subr.el (insert-for-yank-1): Doc fix.
10207         * ido.el (ido-enter-matching-directory): Rename from
10208         ido-enter-single-matching-directory.  Change `slash' choice to
10209         `only'.  Add `first' choice.
10210         (ido-exhibit): Adapt to above changes.
10212 2005-08-16  Luc Teirlinck  <teirllm@auburn.edu>
10214         * Makefile.in: Expand comment about building loaddefs.el.
10216 2005-08-16  Nick Roberts  <nickrob@snap.net.nz>
10218         * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
10219         Comment use of defadvice.
10221         * progmodes/gud.el (gud-jump): Rework for gdb-ui.
10223 2005-08-15  Dan Nicolaescu  <dann@ics.uci.edu>
10225         * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
10226         * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
10227         * progmodes/gdb-ui.el, progmodes/idlw-help.el,
10228         * progmodes/idlw-shell.el, progmodes/ld-script.el,
10229         * progmodes/which-func.el, ruler-mode.el, strokes.el,
10230         * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
10231         for backward compatibility for faces that did not appear in the
10232         previous Emacs release.
10234         * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
10236 2005-08-15  Kim F. Storm  <storm@cua.dk>
10238         * emulation/cua-base.el (cua-delete-region): Return t if
10239         deleted region was non-empty.
10240         (cua-replace-region): Inhibit overwrite-mode for
10241         self-insert-command if replaced region was non-empty.
10242         (cua--explicit-region-start, cua--status-string): Make them
10243         buffer-local at top-level...
10244         (cua-mode): ...rather than when mode is enabled.
10246 2005-08-15  Thien-Thi Nguyen  <ttn@gnu.org>
10248         * progmodes/vhdl-mode.el (vhdl-emacs-21):
10249         Set t for Emacs 21, 22, and so on.
10251 2005-08-15  David Ponce  <david@dponce.com>
10253         * tree-widget.el: Update Commentary header.
10254         (tree-widget-theme): Doc fix.
10255         (tree-widget-space-width): New option.
10256         (tree-widget-image-properties): Look up in the default theme too.
10257         (tree-widget--cursors): Only for images with arrow pointer shape.
10258         (tree-widget-lookup-image): Pointer shape is hand by default.
10259         (tree-widget-icon): Rename generic icon widget from
10260         `tree-widget-control'.
10261         (tree-widget-*-icon): Rename from `tree-widget-*-control' and
10262         derive from `tree-widget-icon'.
10263         (tree-widget-handle): Improve default look and feel of the text
10264         representation.
10265         (tree-widget): Rename :*-control properties to :*-icon properties.
10266         Add :action and :help-echo properties.
10267         (tree-widget-after-toggle-functions): Move.
10268         (tree-widget-close-node, tree-widget-open-node): Remove.
10269         (tree-widget-before-create-icon-functions): New hook.
10270         (tree-widget-value-create): Update to allow customization of icons
10271         and nodes at run-time via that new hook.
10272         (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
10273         (tree-widget-icon-action, tree-widget-icon-help-echo)
10274         (tree-widget-action, tree-widget-help-echo): New functions.
10276 2005-08-15  Kim F. Storm  <storm@cua.dk>
10278         * ido.el (ido-buffer-internal): Use with-no-warnings.
10279         (ido-make-merged-file-list): Use while-no-input.
10281 2005-08-15  Richard M. Stallman  <rms@gnu.org>
10283         * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
10284         (flyspell-large-region): Fix doc and custom type.
10286 2005-08-14  Richard M. Stallman  <rms@gnu.org>
10288         * files.el (interpreter-mode-alist): Doc fix.
10290         * mail/rmail.el (rmail-nonignored-headers): New variable.
10291         (rmail-clear-headers): Use it.
10292         (rmail-reply): Better handling of mail-followup-to header.
10294         * progmodes/sh-script.el (sh-font-lock-keywords-var):
10295         Rename variable from sh-font-lock-keywords.  In the `shell' entry,
10296         don't try to refer to executable-font-lock-keywords.
10297         (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
10298         (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
10299         (sh-font-lock-keywords): Append executable-font-lock-keywords here.
10300         (sh-mode): Set comment-start-skip, local-abbrev-table,
10301         imenu-case-fold-search.
10302         (sh-set-shell): Don't set them here.
10303         (sh-feature): Simplify.  Get rid of the eval-a-variable feature.
10304         Don't cache the results in the original alist; don't ever modify
10305         that alist.
10307         * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
10309         * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
10310         empty.
10312 2005-08-15  Andreas Schwab  <schwab@suse.de>
10314         * desktop.el: Put autoload cookie at risky-local-variable declarations.
10316         * dired.el, info.el, mail/rmail.el: Revert last change.
10318 2005-08-14  Thien-Thi Nguyen  <ttn@gnu.org>
10320         * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
10321         modification in `eval-after-load' form.
10322         * info.el: Likewise.
10323         * mail/rmail.el: Likewise.
10325 2005-08-14  Juri Linkov  <juri@jurta.org>
10327         * progmodes/compile.el (compilation-mode-font-lock-keywords):
10328         Remove highlighting of "Compilation started".  Highlight only
10329         the word "finished" in "Compilation finished".  Add highlighting
10330         of "interrupt", "killed", "terminated" and the exit code.
10331         (compilation-start): Add newline after header.  Use exactly the
10332         same time stamp format as the finishing message.
10333         (compilation-mode-map): Add ellipsis to "Search Files (grep)".
10335         * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
10336         (grep-mode-font-lock-keywords): Don't highlight "Grep started".
10337         Add highlighting of "interrupt", "killed", "terminated".
10339         * delsel.el (delete-selection-pre-hook): If overwrite-mode is
10340         enabled and the current command is self-insert-command, call it
10341         explicitly with overwrite-mode bound to nil, to not allow it
10342         to delete the character after the selected region.
10344 2005-08-12  Matt Hodges  <MPHodges@member.fsf.org>
10346         * emacs-lisp/eldoc.el: Add move-beginning-of-line,
10347         move-end-of-line, end-of-line, and beginning-of-line to the list
10348         of commands after which the echo area is updated.
10350 2005-08-12  Eli Zaretskii  <eliz@gnu.org>
10352         * cus-edit.el (custom-save-all, custom-save-delete):
10353         Bind recentf-exclude to exclude custom-file.
10355 2005-08-12  Ehud Karni  <ehud@unix.mvs.co.il>
10357         * mail/rmailsum.el (rmail-summary-end-of-message): New command
10358         to go to the bottom of the mail message.  Added to
10359         `rmail-summary-mode-map' with key "/".
10360         (rmail-summary-show-message): New (internal) function for use by
10361         both `rmail-summary-beginning/end-of-message'.
10362         (rmail-summary-beginning-of-message): Change to use
10363         rmail-summary-show-message.
10365         * mail/rmail.el (rmail-end-of-message): New command to go to the
10366         end of the current message.  Added to `rmail-mode-map' with key "/".
10367         (rmail-beginning-of-message): Fix to work as documented.
10368         (rmail-mode): Change documentation.
10370         * progmodes/compile.el (compilation-start): Add the line
10371         "Compilation started" with compilation start time.
10372         (compilation-mode-font-lock-keywords): Add `started' to keywords.
10374 2005-08-11  Luc Teirlinck  <teirllm@auburn.edu>
10376         * menu-bar.el (menu-bar-options-menu): Standardize capitalization
10377         of menu items.
10379 2005-08-11  Richard M. Stallman  <rms@gnu.org>
10381         * simple.el (pop-global-mark): Reverse test of widen-automatically.
10383         * battery.el (battery-status-function): Don't use ignore-errors.
10385 2005-08-11  Lute Kamstra  <lute@gnu.org>
10387         * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
10388         define-obsolete-variable-alias.
10390 2005-08-11  Stefan Monnier  <monnier@iro.umontreal.ca>
10392         * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
10393         (ange-ftp-send-cmd): Revert last change, and expand
10394         the comment explaining the problem.
10396 2005-08-10  Luc Teirlinck  <teirllm@auburn.edu>
10398         * ldefs-boot.el: Update.
10400         * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
10401         item to "Time, Load and Mail".  Change help echo text.
10403         * time.el (display-time-use-mail-icon, display-time-format)
10404         (display-time-string-forms): Shorten first line of docstrings.
10406 2005-08-10  Lars Hansen  <larsh@soem.dk>
10408         * desktop.el (desktop-buffer-mode-handlers):
10409         Make non-customizable.  Add autoload cookie.  Change initial value to
10410         nil; add elements in respective modules instead.  Fix doc string.
10411         (desktop-load-file): New function.
10412         (desktop-minor-mode-handlers): New autoloaded variable.
10413         (desktop-create-buffer): Call minor mode handlers.
10414         Use desktop-load-file to load major and minor mode modules prior to
10415         checking for a handler.
10416         (desktop-save): Don't add nil to desktop-minor-modes for minor
10417         modes with nil function in desktop-minor-mode-table.  Don't delete
10418         desktop file before rewriting it.
10419         (desktop-locals-to-save): Add autoload cookie.  Don't make
10420         automatically buffer-local.  Add variables column-number-mode,
10421         size-indication-mode, indent-tabs-mode,
10422         indicate-buffer-boundaries, indicate-empty-lines and
10423         show-trailing-whitespace.
10424         (desktop-clear): Allow desktop-clear-preserve-buffers to contain
10425         regexps.  Don't use desktop-clear-preserve-buffers-regexp.
10426         (desktop-clear-preserve-buffers-regexp): Delete.
10427         (desktop-clear-preserve-buffers): Update initial value and docstring.
10428         (desktop-save-buffer): Fix doc string.
10430         * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
10431         (hilit-chg-desktop-restore): New function.
10432         (highlight-changes-mode): Add highlight-changes-mode to
10433         desktop-locals-to-save.
10435         * dired.el: Add handler to desktop-buffer-mode-handlers.
10436         (dired-restore-desktop-buffer): Remove autoload cookie.
10437         (dired-mode): Add autoload cookie.
10439         * info.el: Add handler to desktop-buffer-mode-handlers.
10440         (Info-restore-desktop-buffer): Remove autoload cookie.
10441         (Info-mode): Add autoload cookie.
10443         * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
10444         (mh-restore-desktop-buffer): Remove autoload cookie.
10445         (mh-folder-mode): Add autoload cookie.
10447         * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
10448         (rmail-restore-desktop-buffer): Remove autoload cookie.
10450 2005-08-11  Masatake YAMATO  <jet@gyve.org>
10452         * hexl.el (hexl-address-region):
10453         (hexl-ascii-region, hexl-font-lock-keywords):
10454         (hexl-highlight-line-range): Use the term "region"
10455         instead of "area" for consistency with the other symbols
10456         defined in hexl.el.
10458 2005-08-09  Luc Teirlinck  <teirllm@auburn.edu>
10460         * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
10461         correct group: it is set with `menu-bar-make-mm-toggle' (pointed
10462         out by Juri Linkov).  Add `display-battery-mode'.
10464 2005-08-09  Juri Linkov  <juri@jurta.org>
10466         * progmodes/compile.el (compilation-mode-font-lock-keywords):
10467         Remove `-text' from face variable names.
10468         (compilation-error-file-name, compilation-warning-file-name)
10469         (compilation-info-file-name): Delete faces.
10470         (compilation-line-number, compilation-column-number):
10471         Remove face underlining.
10472         (compilation-message-face): Set to `underline' value by default.
10473         (compilation-error-face, compilation-warning-face)
10474         (compilation-info-face): Remove `-file-name' from face names.
10475         (compilation-error-text-face, compilation-warning-text-face)
10476         (compilation-info-text-face): Delete face variables.
10477         (compilation-text-face): Delete function.
10479         * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
10480         (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
10481         (grep-error-face): Set to `compilation-error' instead of
10482         `compilation-error-face' (which is redefined to `grep-hit-face' in
10483         grep buffers).
10484         (grep-mode-font-lock-keywords): Remove `-text' from face variable
10485         names.  Use `grep-error-face' instead of `compilation-error-text-face'.
10487         * dired-aux.el (dired-do-query-replace-regexp):
10488         Use `query-replace-read-args'.
10490         * replace.el (query-replace-read-from, query-replace-read-to)
10491         (query-replace-read-args): Rename arg `string' to `prompt'.
10493         * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
10495 2005-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>  (tiny change)
10497         * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
10498         uploading files.
10499         (ange-ftp-canonize-filename): Handle file names beginning with ~
10500         correctly.
10502 2005-08-09  Juanma Barranquero  <lekktu@gmail.com>
10504         * textmodes/fill.el (canonically-space-region)
10505         (fill-context-prefix, fill-french-nobreak-p)
10506         (fill-delete-newlines, fill-comment-paragraph)
10507         (justify-current-line): "?\ " -> "?\s".
10509 2005-08-09  Ben North  <ben@redfrontdoor.org>  (tiny change)
10511         * textmodes/fill.el (fill-nonuniform-paragraphs):
10512         Improve argument/docstring consistency.
10514 2005-08-09  Richard M. Stallman  <rms@gnu.org>
10516         * textmodes/ispell.el (ispell-word): More fboundp checks.
10518         * files.el (find-file-noselect): Don't call set-buffer-major-mode.
10519         (find-file-noselect-1): Call it here, only if RAWFILE.
10520         (normal-mode): Always set some major mode.
10521         (save-some-buffers-action-alist): Change some explanation strings.
10522         (file-name-non-special): In the `quote' method, use unwind-protect.
10524 2005-08-09  Magnus Henoch  <mange@freemail.hu>
10526         * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
10527         (ispell-have-aspell-dictionaries): New variable.
10528         (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
10529         (ispell-get-aspell-config-value): New function.
10530         (ispell-aspell-find-dictionary): New function.
10531         (ispell-aspell-add-aliases): New function.
10532         (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
10533         appropriate.  Don't look for ispell dictionaries if we use aspell.
10534         (ispell-menu-map): Don't build a submenu of dictionaries.
10536 2005-08-09  Richard M. Stallman  <rms@gnu.org>
10538         * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
10539         (sql-read-passwd): Use read-passwd.
10541         * progmodes/idlw-toolbar.el (idlwave-toolbar)
10542         (idlwave-toolbar-is-possible): Add defvars.
10544         * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
10545         Avoid warnings.
10547         * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
10548         (idlwave-system-class-info, idlwave-executive-commands-alist):
10549         Use defvar.
10551         * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
10553         * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
10554         Avoid warnings.
10556         * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
10557         and content-type: headers.
10559         * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
10561         * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
10562         and rename some of them to be more self-explanatory.
10564         * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
10566         * startup.el (command-line-1): Implement -scriptload.
10568         * replace.el (occur-engine): Initial *Occur* output not undoable.
10570         * menu-bar.el (menu-bar-file-menu): Rename some menu items
10571         and improve help strings.
10573         * isearch.el (isearch-repeat): When changing direction,
10574         mark search successful.
10576         * ediff-init.el: Use (featurep 'xemacs).
10578         * comint.el (send-invisible): Identify buffer, if not selected.
10580         * align.el: Delete autoload for c-guess-basic-syntax.
10582 2005-08-09  Juanma Barranquero  <lekktu@gmail.com>
10584         * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
10585         Improve argument/docstring consistency.  Doc fixes.
10586         (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
10587         (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
10588         (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
10589         (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
10590         (r2bv-organization, r2bv-pages, r2bv-primary-author)
10591         (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
10592         (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
10593         Defvar at compile time.
10595 2005-08-09  Juri Linkov  <juri@jurta.org>
10597         * info.el: Replace `info' with upper-case `Info' where appropriate.
10598         (info-title-1, info-title-2, info-title-3, info-title-4)
10599         (info-menu-header): Move up face definitions.
10600         (info-menu-star): Rename from `info-menu-5'.
10601         (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
10602         (Info-fontify-visited-nodes): Fix docstring.
10603         (Info-hide-note-references): Fix docstring.
10604         (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
10605         menu items in the same way as on cross-references.
10606         (info-apropos): Fix sorting order and formatting to be like in the
10607         stand-alone Info browser.  Display error messages for 1 sec.
10608         (Info-mode-map): Move down `c' key binding.  Bind `^' to `Info-up'.
10609         (Info-mode-menu): Remove item for `Info-search-case-sensitively'
10610         from the menu bar.
10611         (Info-insert-dir): Restore point after calling
10612         `insert-buffer-substring'.
10614 2005-08-08  Richard M. Stallman  <rms@gnu.org>
10616         * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
10617         (recompute-lucid-menubar): Add defvars.
10619         * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
10621         * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
10623         * net/net-utils.el (run-dig): Rename from `dig'.
10625         * play/gametree.el (gametree-mode): Use make-local-variable,
10626         not make-variable-buffer-local.
10628         * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
10630         * ansi-color.el (ansi-color-make-extent)
10631         (ansi-color-set-extent-face): Use fboundp, not functionp.
10633         * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
10634         not make-variable-buffer-local.
10636         * bookmark.el (Info-current-file): Add defvar.
10637         (bookmark-jump-noselect): Use with-no-warnings.
10639         * completion.el (c-mode-map, fortran-mode-map): Add defvars.
10641         * ebuff-menu.el (Helper-return-blurb): Add defvar.
10643         * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
10645         * find-file.el (ada-procedure-start-regexp)
10646         (ada-package-start-regexp): Add defvars.
10648         * info.el (Info-insert-dir): Use insert-buffer-substring.
10650         * xml.el (xml-att-def-re): Add defvar.
10652         * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
10653         calling convention.
10655         * subr.el (while-no-input): Return t if there is input.
10657 2005-08-08  Luc Teirlinck  <teirllm@auburn.edu>
10659         * cus-start.el (all): Add `overflow-newline-into-fringe'.
10661 2005-08-08  Juanma Barranquero  <lekktu@gmail.com>
10663         * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
10664         (scheme-prev-l/c-dir/file): Fix typos in docstrings.
10666 2005-08-08  Emilio C. Lopes  <eclig@gmx.net>
10668         * cmuscheme.el (scheme-start-file): Replace reference to
10669         `user-emacs-directory' by "~/.emacs.d/".
10671 2005-08-08  Thien-Thi Nguyen  <ttn@gnu.org>
10673         * info.el (Info-dir-remove-duplicates): Avoid case folding
10674         in loop; instead, keep downcased strings for comparison.
10675         Suggested by Helmut Eller.
10677 2005-08-07  Michael Albinus  <michael.albinus@gmx.de>
10679         Sync with Tramp 2.0.50.
10681         * net/tramp.el: Remove defvar of `last-coding-system-used' in the
10682         XEmacs case; not necessary anymore.
10683         (tramp-user-regexp): Allow "@" as part of user name.
10684         (tramp-handle-set-visited-file-modtime)
10685         (tramp-handle-insert-file-contents)
10686         (tramp-handle-write-region): No special handling for
10687         `last-coding-system-used, because this is done in
10688         `tramp-accept-process-output' now.
10689         (tramp-accept-process-output): New defun.
10690         (tramp-process-one-action, tramp-process-one-multi-action)
10691         (tramp-wait-for-regexp, tramp-wait-for-output)
10692         (tramp-discard-garbage-erase-buffer): Call it.  Reported by David
10693         Howells <dhowells@redhat.com>.
10694         (clear-visited-file-modtime): Defadvice removed.  The check for
10695         unset buffer's modtime does not need to be based on
10696         `tramp-buffer-file-attributes'.  Suggested by RMS.
10697         (tramp-message): Insert "\n" if not being at beginning of line.
10698         (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
10699         sequence with same logic.
10700         (tramp-completion-handle-expand-file-name): Discard call of
10701         `tramp-drop-volume-letter'.  It is not necessary, and there have
10702         been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
10703         Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
10704         (tramp-do-copy-or-rename-file-out-of-band): Transfer message
10705         should always be visible.
10706         (tramp-handle-insert-directory, tramp-setup-complete)
10707         (tramp-set-process-query-on-exit-flag)
10708         (tramp-append-tramp-buffers): Pacify byte-compiler.
10709         (tramp-bug): Delete non-existing variables from list.
10710         Apply `tramp-load-report-modules' as pre-hook.
10711         Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
10712         `shell-prompt-pattern' because of non-7bit characters.
10713         Reported by Sebastian Luque <sluque@mun.ca>.
10714         (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
10715         (tramp-match-string-list): Remove function.
10716         (tramp-wait-for-regexp): Remove call of that function.
10717         Suggested by Kim F. Storm <storm@cua.dk>.
10718         (tramp-set-auto-save-file-modes): Use octal integer code #o600
10719         instead of octal character code ?\600.  The latter resulted in a
10720         syntax error with XEmacs.
10722         * net/tramp-smb.el: Remove defvar of `last-coding-system-used' in the
10723         XEmacs case; not necessary anymore.
10724         (tramp-smb-handle-write-region): No special handling for
10725         `last-coding-system-used, because this is done in
10726         `tramp-accept-process-output' now.
10727         (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
10729 2005-08-06  Luc Teirlinck  <teirllm@auburn.edu>
10731         * wid-edit.el (widget-choice-value-create):
10732         Unconditionally respect user choice.  Set :explicit-choice back to nil
10733         when no longer needed.
10734         (widget-choice-action): Unconditionally respect user choice.
10735         Eliminate :explicit-choice-value.
10737         * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
10739         * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
10740         with `indicate-empty-lines' and `indicate-buffer-boundaries'.
10741         (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
10742         running new function `toggle-indicate-empty-lines'.
10743         Rename "Customize" item to "Customize fringe".
10744         Rename "Indicators" item to "Buffer boundaries" and change help echo.
10745         (menu-bar-showhide-fringe-ind-menu): Change several help echos.
10746         Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
10747         Delete "Empty lines only" item.
10748         (menu-bar-showhide-fringe-ind-customize): New function.
10749         (menu-bar-showhide-fringe-ind-mixed)
10750         (menu-bar-showhide-fringe-ind-box)
10751         (menu-bar-showhide-fringe-ind-right)
10752         (menu-bar-showhide-fringe-ind-left)
10753         (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
10754         instead of `fringe-indicators'.
10756 2005-08-06  Michael Kifer  <kifer@cs.stonybrook.edu>
10758         * viper.el (viper-emacs-state-mode-list): Add recentf-dialog-mode.
10759         Change the date of last update.
10761 2005-08-06  Michael Kifer  <kifer@cs.stonybrook.edu>
10763         * viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
10764         (viper-exec-yank, viper-put-back): Don't display modification msg
10765         if in the minibuffer.
10767         * viper-init.el (viper-replace-overlay-cursor-color)
10768         (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
10769         Make variables frame local.
10771         * viper-util.el (viper-append-filter-alist): Use append instead of
10772         nconc.
10774         * viper.el (viper-vi-state-mode-list)
10775         (viper-emacs-state-mode-list): Move help-mode and
10776         completion-list-mode from the first list to the second.
10777         (viper-mode): Docstring.
10778         (viper-go-away, viper-non-hook-settings): Don't localize
10779         minor-mode-alist in newer Emacsen.  Add advice to
10780         set-cursor-color.  Don't bind "\C-c\\".
10782 2005-08-06  Emilio C. Lopes  <eclig@gmx.net>
10784         * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
10785         (scheme-macro-expand-command): New user options.
10786         (scheme-trace-procedure, scheme-expand-current-form): New commands.
10787         (scheme-form-at-point, scheme-start-file)
10788         (scheme-interactively-start-process): New functions.
10789         (scheme-get-process): New function, extracted from `scheme-proc'.
10790         (run-scheme): Call `scheme-start-file' to get start file, and pass
10791         it to `make-comint'.
10792         (switch-to-scheme, scheme-proc):
10793         Call `scheme-interactively-start-process' if no Scheme buffer/process
10794         is available.
10796 2005-08-06  Juri Linkov  <juri@jurta.org>
10798         * progmodes/compile.el (compilation-mode-font-lock-keywords):
10799         Use `compilation-text-face', `compilation-info-text-face' and
10800         `compilation-error-text-face' instead of `font-lock-keyword-face'.
10801         (compilation-error): New face.
10802         (compilation-error-file-name): Inherit from
10803         `compilation-error' instead of `font-lock-warning-face'.
10804         (compilation-warning-file-name): Inherit from
10805         `compilation-warning' instead of `font-lock-warning-face'.
10806         (compilation-info, compilation-error-file-name)
10807         (compilation-warning-file-name, compilation-info-file-name)
10808         (compilation-line-number, compilation-column-number): Doc fix.
10809         (compilation-error-text-face, compilation-warning-text-face)
10810         (compilation-info-text-face): New face variables.
10811         (compilation-line-face, compilation-column-face)
10812         (compilation-enter-directory-face)
10813         (compilation-leave-directory-face): Doc fix.
10814         (compilation-text-face): New function.
10816         * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
10817         instead of 1 to display binary file names as info file links.
10818         (grep-error-face): Use `compilation-error-face' instead of
10819         `font-lock-keyword-face'.
10820         (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
10821         and `compilation-warning-text-face' instead of
10822         `font-lock-keyword-face'.  Use `compilation-error-text-face'
10823         instead of `grep-error-face'.
10825 2005-08-05  Kenichi Handa  <handa@m17n.org>
10827         * international/code-pages.el: Add autoload cookies for all coding
10828         systems.
10830 2005-08-04  Luc Teirlinck  <teirllm@auburn.edu>
10832         * cus-start.el (all): Put undo.c where it alphabetically belongs.
10834 2005-08-04  Juri Linkov  <juri@jurta.org>
10836         * progmodes/compile.el (compilation-mode-map):
10837         * progmodes/grep.el (grep-mode-map):
10838         Bind TAB to `compilation-next-error' and [backtab] to
10839         `compilation-previous-error'.
10841         * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
10842         matching line numbers, column numbers and their ranges with regexp
10843         matching only line numbers.
10844         (grep-context-face): New face variable.
10845         (grep-mode-font-lock-keywords): Use it.
10847         * faces.el (read-face-name): Delete duplicate faces.
10849 2005-08-02  Juanma Barranquero  <lekktu@gmail.com>
10851         * thumbs.el (thumbs-find-image): Don't make variables
10852         automatically buffer local.
10853         (thumbs-current-tmp-filename, thumbs-current-image-filename)
10854         (thumbs-image-num): Make automatically buffer local.
10855         (thumbs-show-thumbs-list): Use `make-local-variable', not
10856         `make-variable-buffer-local'.
10857         (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
10859         * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
10860         (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
10861         (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
10862         (bother, bye, canyou, chatlst, continue, deathlst, describe)
10863         (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
10864         (feelings-about, foullst, found, hello, history, howareyoulst)
10865         (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
10866         (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
10867         (neglst, obj, object, owner, please, problems, qlist)
10868         (random-adjective, relation, remlst, repetitive-shortness)
10869         (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
10870         (shortlst, something, sportslst, stallmanlst, states, subj)
10871         (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
10872         (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
10873         Defvar at compile time.
10875         * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
10876         not `make-variable-buffer-local'.
10878 2005-08-02  Kim F. Storm  <storm@cua.dk>
10880         * emulation/cua-rect.el (cua--highlight-rectangle): Only show
10881         rectangle overlay in selected window.
10883 2005-08-01  Luc Teirlinck  <teirllm@auburn.edu>
10885         * cus-start.el (all): Put `indicate-empty-lines' in fringe group
10886         instead of display group.  Make `indicate-buffer-boundaries'
10887         customizable through Custom.
10889 2005-08-01  Juanma Barranquero  <lekktu@gmail.com>
10891         * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
10892         (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
10893         (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
10894         (gdb-put-string): Fix typos in docstrings.
10896 2005-08-01  Nick Roberts  <nickrob@snap.net.nz>
10898         Update copyright notices of files in progmodes directory for
10899         release of Emacs 22.1.
10901         * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
10903         * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
10904         Don't barf if the GUD buffer has been killed.
10906 2005-08-01  Kim F. Storm  <storm@cua.dk>
10908         * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
10910 2005-07-29  Stefan Monnier  <monnier@iro.umontreal.ca>
10912         * simple.el (next-error-follow-minor-mode):
10913         make-variable-buffer-local -> make-local-variable.
10915         * emacs-lisp/cl-extra.el: Require CL also when compiling.
10917         * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
10918         (byte-compile-form-make-variable-buffer-local): New functions to warn
10919         about misuses of make-variable-buffer-local where make-local-variable
10920         was meant.
10922 2005-07-29  Juanma Barranquero  <lekktu@gmail.com>
10924         * bs.el (bs-attributes-list): Doc fix.
10925         (bs): Update url-link.
10927         * desktop.el (desktop-save-buffer): Fix typos in docstring.
10928         (desktop-load-default): Simplify.
10930         * ibuffer.el (ibuffer-columnize-and-insert-list)
10931         (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
10932         (ibuffer-unmark-all, ibuffer-toggle-marks)
10933         (ibuffer-unmark-forward, ibuffer-unmark-backward)
10934         (ibuffer-compile-make-format-form, ibuffer-format-column)
10935         (ibuffer-current-buffers-with-marks)
10936         (ibuffer-update-title-and-summary): "?\ " -> "?\s".
10937         (ibuffer): Doc fix.
10938         (ibuffer-mode): Fix typo in docstring.
10939         (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
10940         with `define-obsolete-variable-alias'.
10941         (ibuffer-elide-long-columns): Mark as obsolete.  Doc fix.
10943 2005-07-29  Kenichi Handa  <handa@m17n.org>
10945         * international/mule-cmds.el (select-message-coding-system):
10946         Be sure to use LF for end-of-line.  If no coding system is decided,
10947         return iso-8859-1-unix.
10949 2005-07-28  Stefan Monnier  <monnier@iro.umontreal.ca>
10951         * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
10952         (ange-ftp-pending-error-line): New vars.
10953         (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
10954         to handle the non-fatal no-route-to-host messages.
10955         (internal-ange-ftp-mode): Make the no-match regexp more efficient.
10957 2005-07-28  Juanma Barranquero  <lekktu@gmail.com>
10959         * isearch.el (isearch-mode-map, isearch-other-meta-char)
10960         (isearch-quote-char, isearch-printing-char)
10961         (isearch-text-char-description): "?\ " -> "?\s".
10962         (isearch-lazy-highlight-cleanup)
10963         (isearch-lazy-highlight-initial-delay)
10964         (isearch-lazy-highlight-interval)
10965         (isearch-lazy-highlight-max-at-a-time)
10966         (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
10967         Declare with define-obsolete-*-alias macros.
10968         (isearch-forward): Fix typo in docstring.
10969         (search-invisible, search-ring-yank-pointer)
10970         (regexp-search-ring-yank-pointer): Doc fixes.
10972         * recentf.el (recentf-menu-append-commands-p): Declare with
10973         `define-obsolete-variable-alias'.
10974         (recentf-max-saved-items, recentf-menu-filter)
10975         (recentf-arrange-by-rule-subfilter): Doc fixes.
10976         (recentf-menu-append-commands-flag)
10977         (recentf-initialize-file-name-history, recentf-expand-file-name)
10978         (recentf-clear-data): Fix typos in docstrings.
10980 2005-07-28  Nick Roberts  <nickrob@snap.net.nz>
10982         * progmodes/gdb-ui.el: Smarten comments.
10983         (gdb-info-breakpoints-custom): Use nowarn when finding file.
10985 2005-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
10987         * term/apollo.el (terminal-init-apollo): New function containing
10988         all former top level forms in the file.
10989         * term/bobcat.el (terminal-init-bobcat):
10990         * term/cygwin.el (terminal-init-cygwin):
10991         * term/iris-ansi.el (terminal-init-iris-ansi):
10992         * term/linux.el (terminal-init-linux):
10993         * term/news.el (terminal-init-news):
10994         * term/rxvt.el (terminal-init-rxvt):
10995         * term/sun.el (terminal-init-sun):
10996         * term/tvi970.el (terminal-init-tvi970):
10997         * term/vt100.el (terminal-init-vt100):
10998         * term/vt102.el (terminal-init-vt102):
10999         * term/vt125.el (terminal-init-vt125):
11000         * term/vt200.el (terminal-init-vt200):
11001         * term/vt201.el (terminal-init-vt201):
11002         * term/vt220.el (terminal-init-vt220):
11003         * term/vt240.el (terminal-init-vt240):
11004         * term/vt300.el (terminal-init-vt300):
11005         * term/vt320.el (terminal-init-vt320):
11006         * term/vt400.el (terminal-init-vt400):
11007         * term/vt420.el (terminal-init-vt420):
11008         * term/wyse50.el (terminal-init-wyse50):
11009         * term/xterm.el (terminal-init-xterm): Likewise.
11011         * term/README: Describe the terminal-init-* functionality.
11013         * startup.el (command-line): After loading the terminal initialization
11014         file call the corresponding terminal initialization function.
11016 2005-07-27  Kenichi Handa  <handa@m17n.org>
11018         * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
11019         negative.
11021         * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
11022         (ps-mule-composition-prologue): Fix for the case that
11023         RelativeCompose is false.
11025 2005-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
11027         * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
11029         * descr-text.el (describe-char): Handle the case where the list of
11030         chars is displayed in a separate frame.
11031         Be a bit more discriminating when looking for the char.
11033 2005-07-26  Juanma Barranquero  <lekktu@gmail.com>
11035         * bookmark.el (bookmark-automatically-show-annotations)
11036         (bookmark-read-annotation-text-func): Doc fixes.
11037         (bookmark-save): Improve argument/docstring consistency.
11038         (bookmark-get-bookmark, bookmark-get-bookmark-record)
11039         (bookmark-alist-from-buffer)
11040         (bookmark-upgrade-file-format-from-0)
11041         (bookmark-grok-file-format-version)
11042         (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
11043         (bookmark-read-annotation-mode)
11044         (bookmark-insert-current-bookmark, bookmark-jump)
11045         (bookmark-exit-hook): Fix typos in docstrings.
11046         (bookmark-exit-hooks): Define as obsolete alias.
11047         (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
11048         not `bookmark-exit-hooks'.  Fix docstring.
11049         (bookmark-bmenu-select): "?\ " -> "?\s".
11051 2005-07-25  Ari Roponen  <arjuropo@cc.jyu.fi>  (tiny change)
11053         * startup.el (command-line): Fix typo.
11055 2005-07-24  Richard M. Stallman  <rms@gnu.org>
11057         * tooltip.el (tooltip-mode): Test emacs-basic-display,
11058         not emacs-quick-startup.
11060 2005-07-24  Juanma Barranquero  <lekktu@gmail.com>
11062         * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
11063         (reb-next-match, reb-show-subexp): Use `with-selected-window'
11064         instead of `reb-with-current-window'.
11065         (reb-prev-match): Likewise.  Also, don't move left if the search
11066         was unsuccessful.
11067         (reb-initialize-buffer): New function.
11068         (re-builder, reb-change-syntax): Use it.
11070         * man.el (Man-goto-page): Make second argument NOERROR optional.
11072 2005-07-23  Richard M. Stallman  <rms@gnu.org>
11074         * man.el (Man-bgproc-sentinel): Check here for failure to find
11075         any man page in the output, and report the error here.
11076         (Man-arguments): Make it permanent local.
11077         (Man-goto-page): New arg NOERROR.  Never kill the current buffer.
11078         (Man-mode): Pass t for NOERROR.
11080         * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
11081         (grep-mode-font-lock-keywords):
11082         Don't use compilation-...-face for messages that are not file names.
11084         * progmodes/compile.el (compilation-mode-font-lock-keywords):
11085         Don't use compilation-...-face for messages that are not file names.
11087 2005-07-22  Juri Linkov  <juri@jurta.org>
11089         * startup.el (normal-splash-screen): Update menu name.
11091         * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
11093 2005-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
11095         * term/xterm.el: Load term/rxvt if the terminal is actually an
11096         rxvt terminal.
11097         (xterm-rxvt-set-background-mode): Remove, not used anymore.
11099         * term/rxvt.el (function-key-map): Use substitute-key-definition
11100         to bind {C,S,C-S}-{f1-f10}.  Add a few missing key bindings.
11102         * term/cygwin.el: New file.
11104 2005-07-22  Kim F. Storm  <storm@cua.dk>
11106         * image-file.el (insert-image-file, image-file-yank-handler):
11107         Fix last change to maintain a (unique) yank-handler on yanked images.
11109 2005-07-22  Eduardo Mu\e,Aq\e(Boz  <emufer@terra.es>  (tiny change)
11111         * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
11112         of the file size (as in "177B" for 177 bytes).  This happens with
11113         "ls -lh" on FreeBSD.
11115 2005-07-22  Juanma Barranquero  <lekktu@gmail.com>
11117         * hilit-chg.el (highlight-changes-global-initial-state)
11118         (highlight-compare-buffers, hilit-chg-turn-on-maybe)
11119         (hilit-chg-fixup, highlight-changes-mode):
11120         Fix typos in docstrings.
11121         (highlight-changes-global-modes, highlight-changes-rotate-faces):
11122         Doc fixes.
11124 2005-07-21  Luc Teirlinck  <teirllm@auburn.edu>
11126         * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
11127         mode function using `eval-after-load'.
11129 2005-07-21  Kim F. Storm  <storm@cua.dk>
11131         * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
11132         included when reporting an emacs crash, and tell about the DEBUG file.
11134         * image-file.el (insert-image-file): Add yank-handler.
11135         (image-file-yank-handler): Yank handler to make unique copies of
11136         images when they are yanked into a buffer next to each other.
11138 2005-07-21  Juanma Barranquero  <lekktu@gmail.com>
11140         * comint.el (comint-use-prompt-regexp, comint-send-input)
11141         (comint-source-default, comint-extract-string)
11142         (comint-get-source, comint-word, comint-completion)
11143         (comint-source, comint-prompt-read-only, comint-update-fence):
11144         Fix typos in docstrings.
11145         (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
11146         Declare with define-obsolete-*-alias macros.
11147         (comint-previous-matching-input-from-input)
11148         (comint-next-matching-input-from-input)
11149         (comint-previous-matching-input, comint-next-matching-input)
11150         (comint-forward-matching-input):
11151         Improve argument/docstring consistency.
11153         * desktop.el (desktop-clear-preserve-buffers-regexp):
11154         Also preserve the *server* buffer.
11156         * simple.el (clone-indirect-buffer): Doc fix.
11157         (fixup-whitespace, just-one-space)
11158         (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
11159         (next-error, next-error-highlight)
11160         (next-error-highlight-no-select, next-error-last-buffer)
11161         (next-error-buffer-p, next-error-find-buffer, next-error)
11162         (previous-error, next-error-no-select, previous-error-no-select)
11163         (open-line, split-line, minibuffer-prompt-width, kill-new)
11164         (binary-overwrite-mode): Fix typos in docstrings.
11165         (set-fill-column): Fix typo in message.
11167         * skeleton.el (skeleton-proxy-new): Doc fix.
11169         * strokes.el (strokes-load-hook): Doc fix.
11170         (strokes-grid-resolution, strokes-get-grid-position)
11171         (strokes-renormalize-to-grid, strokes-read-stroke)
11172         (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
11173         (strokes-global-map): Fix typos in docstrings.
11174         (strokes-help): Doc fix.  Fix help message and pass it through
11175         `substitute-command-keys'.
11177         * tempo.el (tempo-insert-prompt, tempo-interactive)
11178         (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
11179         (tempo-insert-string-functions, tempo-local-tags)
11180         (tempo-define-template, tempo-insert-template)
11181         (tempo-insert-prompt-compat, tempo-is-user-element)
11182         (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
11183         Fix typos in docstrings.
11185         * vcursor.el (vcursor-other-window, vcursor-bind-keys)
11186         (vcursor-key-bindings, vcursor-use-vcursor-map)
11187         (vcursor-find-window, vcursor-scroll-down)
11188         (vcursor-disable, vcursor-beginning-of-buffer)
11189         (vcursor-end-of-buffer): Fix typos in docstrings.
11190         (vcursor-relative-move, vcursor-get-char-count):
11191         Improve argument/docstring consistency.
11193         * version.el: "?\ " -> "?\s".
11195         * wid-edit.el (widget-default-create, widget-after-change)
11196         (widget-default-format-handler, widget-checklist-add-item)
11197         (widget-radio-add-item, widget-choose, widget-specify-secret)
11198         (widget-field-value-create, widget-field-value-get)
11199         (widget-editable-list-format-handler)
11200         (widget-editable-list-entry-create, widget-group-value-create)
11201         (widget-documentation-link-add)
11202         (widget-documentation-string-value-create): "?\ " -> "?\s".
11203         (widget-convert-text): Doc fix.
11204         (widget-narrow-to-field, widget-field-find)
11205         (widget-url-link-action, widget-emacs-library-link-action)
11206         (widget-color-notify): Fix typos in docstrings.
11208         * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
11209         (x-select-text, set-w32-system-coding-system)
11210         (w32-add-charset-info): Fix typos in docstrings.
11212         * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
11213         (cua-enable-cua-keys, cua-use-hyper-key)
11214         (cua-virtual-rectangle-edges): Fix typos in docstrings.
11215         (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
11217         * net/tramp.el (tramp-handle-load): Fix typo in error message.
11219         * emacs-lisp/re-builder.el (regexp-builder): Declare with
11220         `defalias' instead of faking it.
11222         * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
11223         (eshell-ls-missing, eshell-ls-dired-initial-args)
11224         (eshell-ls-use-in-dired): Fix typos in docstrings.
11226 2005-07-20  Kim F. Storm  <storm@cua.dk>
11228         * emulation/cua-base.el (cua-mode): Improve doc string.
11230 2005-07-20  Juanma Barranquero  <lekktu@gmail.com>
11232         * abbrev.el (expand-region-abbrevs): Doc fix.
11233         (inverse-add-mode-abbrev, inverse-add-global-abbrev):
11234         Improve argument/docstring consistency.
11236         * arc-mode.el (archive-get-descr, archive-alternate-display):
11237         Doc fixes.
11238         (archive-l-e): Improve argument/docstring consistency.
11239         (archive-tmpdir, archive-unixdate, archive-unixtime)
11240         (archive-chmod-entry): Fix typos in docstrings.
11241         (archive-unflag, archive-unflag-backwards)
11242         (archive-unmark-all-files): "?\ " -> "?\s".
11244         * buff-menu.el (Buffer-menu-unmark): Doc fix.
11245         (Buffer-menu-not-modified, Buffer-menu-execute)
11246         (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
11247         (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
11249         * composite.el (compose-string, encode-composition-rule)
11250         (compose-last-chars): Fix typos in docstrings.
11252         * desktop.el (desktop-enable, desktop-basefilename):
11253         Declare with `define-obsolete-variable-alias'.
11254         (desktop-internal-v2s): Don't quote keywords.
11255         (desktop-clear): "?\ " -> "?\s".
11257         * dired.el (dired-align-file, dired-flag-backup-files)
11258         (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
11259         (dired-listing-switches, dired-ls-F-marks-symlinks)
11260         (dired-dwim-target, dired-load-hook, dired-mode-hook)
11261         (dired-directory, dired-faces, dired, dired-revert)
11262         (dired-mode, dired-summary, dired-view-file)
11263         (dired-copy-filename-as-kill, dired-delete-file)
11264         (dired-no-confirm, dired-unmark-all-marks)
11265         (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
11266         (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
11267         (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
11268         Fix typos in message strings.
11270         * dired-x.el (virtual-dired): Declare with `defalias'.
11271         (dired-mark-unmarked-files, dired-local-variables-file)
11272         (dired-omit-here-always): Doc fix.
11273         (dired-omit-mode, dired-find-subdir)
11274         (dired-enable-local-variables, dired-clean-up-buffers-too)
11275         (dired-extra-startup, dired-mark-extension, dired-jump)
11276         (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
11277         (dired-smart-shell-command, dired-guess-shell-alist-user)
11278         (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
11279         (dired-x-bind-find-file, dired-x-submit-report):
11280         Fix typos in docstrings.
11281         (dired-mark-unmarked-files): "?\ " -> "?\s".
11283         * dirtrack.el (dirtrack-list): Fix typos in docstring.
11285         * faces.el (describe-face): "?\ " -> "?\s".
11286         (read-all-face-attributes, read-face-font, modify-face)
11287         (face-attr-construct, italic): Fix typos in docstrings.
11288         (frame-update-face-colors): Declare with
11289         `define-obsolete-function-alias'.
11291         * files.el (find-file-noselect, recode-file-name): Doc fixes.
11292         (insert-directory, kill-some-buffers): "?\ " -> "?\s".
11293         (magic-mode-alist, buffer-file-numbers-unique)
11294         (write-file-functions, get-free-disk-space):
11295         Fix typos in docstrings.
11296         (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
11297         (write-contents-hooks, write-file-hooks):
11298         Declare with `define-obsolete-variable-alias'.
11300         * forms-d2.el (arch-rj): Fix typo in docstrings.
11301         (arch-tocol): Likewise.  "?\ " -> "?\s".
11303         * frame.el (set-frame-font, cursor-in-non-selected-windows):
11304         Fix typo in docstring.
11305         (set-screen-width, set-screen-height): Delete redundant info in
11306         doctrings.
11307         (new-frame, screen-height, screen-width): Declare with
11308         `define-obsolete-function-alias'.
11309         (delete-frame-hook, blink-cursor): Declare with
11310         `define-obsolete-variable-alias'.
11312         * paths.el (prune-directory-list): Fix typos in docstring.
11314         * pcvs-util.el (cvs-flags-query, cvs-strings->string)
11315         (cvs-prefix-get): Fix typos in docstrings.
11317         * ps-print.el (ps-extend-face-list, ps-extend-face)
11318         (ps-print-background-image): Fix typos in docstrings.
11319         (ps-default-fg, ps-default-bg): Doc fixes.
11321         * s-region.el (s-region-bind): Doc fix.
11322         (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
11324         * textmodes/org.el (org-table-formula-substitute-names)
11325         (org-table-get-vertical-vector): Doc fixes.
11326         (org-table-recalculate): Remove unused argument to `message'.
11328 2005-07-19  Carsten Dominik  <dominik@science.uva.nl>
11330         * textmodes/org.el (org-table-column-names)
11331         (org-table-column-name-regexp)
11332         (org-table-named-field-locations): New variables.
11333         (org-archive-subtree): Protect `this-command' when calling
11334         `org-copy-subtree' and `org-cut-subtree', to avoid appending to
11335         the kill buffer.
11336         (org-complete): Remove fixed-formula completion.
11337         (org-edit-formulas-map): New variable.
11338         (org-table-edit-formulas): New command.
11339         (org-finish-edit-formulas, org-abort-edit-formulas)
11340         (org-show-variable, org-table-get-vertical-vector): New functions.
11341         (org-table-maybe-eval-formula): Handle `:=' fields.
11342         (org-table-get-stored-formulas, org-table-store-formulas)
11343         (org-table-get-formula, org-table-modify-formulas)
11344         (org-table-replace-in-formulas): Handle named field formulas.
11345         (org-table-get-specials): Store locations of named fields.
11347 2005-07-19  Juri Linkov  <juri@jurta.org>
11349         * progmodes/grep.el (grep-regexp-alist)
11350         (grep-mode-font-lock-keywords, grep-process-setup):
11351         Use default GNU grep match color "01;31m" instead of "01;41m".
11352         (grep-regexp-alist, grep-mode-font-lock-keywords):
11353         Use `\\[[0-9]*m' instead of `\\[00m'.
11354         (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
11355         sgr_start where its handling is more important.  Use the real
11356         length of sgr_start instead of constant 8.
11357         (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
11358         specially.  Delete all remaining escape sequences.
11359         (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
11360         (grep-regexp-alist): Make hyperlink only for binary file name
11361         instead of the whole line.
11362         (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
11363         (grep-mode): Add autoload.
11365         * emacs-lisp/find-func.el (find-function-regexp):
11366         Add `define-compilation-mode'.
11368 2005-07-19  Juri Linkov  <juri@jurta.org>
11370         * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
11371         (compare-windows-sync-string-size, compare-windows-recenter)
11372         (compare-windows-highlight, compare-windows): Add version 22.1.
11373         (compare-windows) <defface>: Inherit from lazy-highlight instead
11374         of duplicating its default value.
11376         * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
11377         (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
11379         * descr-text.el (describe-char): Create link buttons for `charset'
11380         and `code point'.  Add the current input method name with a link
11381         button to `to input' field.  Print face names of display table
11382         characters in `The display table entry is displayed by' section
11383         instead of printing face-id in the `display' field.
11384         Guess hardcoded faces and create a link button for them.
11385         Skip empty fields when calculating max-width.
11386         Treat `widget-create' specially while inserting strings from the
11387         collected field list.
11388         (describe-char-after): Made obsolete in version 22.1, not 21.5.
11390         * diff-mode.el (diff-file-header): Change foreground color from
11391         yellow to green on light backgrounds.
11392         (diff-context): Inherit from `shadow' only for color/grayscale
11393         with more than 88 colors.
11394         (diff-indicator-removed, diff-indicator-added)
11395         (diff-indicator-changed): New faces.
11396         (diff-font-lock-keywords): Use new faces.  Regroup rules.
11397         Add "^---$" for `normal' diff format.  Fontify `#' lines with
11398         font-lock-comment-delimiter-face and font-lock-comment-face.
11399         Add `#' to ^[^...] in the rule for `diff-context-face'.
11401         * faces.el (mode-line-highlight): Replace RoyalBlue4 with
11402         a button-like box.  Inherit from `highlight' on low colors.
11403         (shadow): Use shades of gray only for color/grayscale with
11404         more than 88 colors.  Use green for light backgrounds with
11405         8 colors, and yellow for dark backgrounds with 8 colors.
11407         * font-lock.el (font-lock-regexp-grouping-backslash):
11408         Don't inherit from escape-glyph (use bold for all cases).
11410         * info.el (info-xref-visited): Use light foreground color `violet'
11411         for dark backgrounds instead of dark color `magenta3'.
11412         (info-title-1): Use `yellow' color for dark backgrounds.
11414         * isearch.el (isearch): Use not-too-dark magenta3 instead of
11415         too-light magenta2.
11417         * replace.el (match): Use slightly more light RoyalBlue3 instead
11418         of dark RoyalBlue4.
11420         * wid-edit.el (widget-inactive): Inherit from `shadow'.
11422 2005-07-19  Juanma Barranquero  <lekktu@gmail.com>
11424         * novice.el (disabled-command-hook): Declare it with
11425         `define-obsolete-variable-alias'.
11427         * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
11428         (desktop-buffer-misc-functions, desktop-buffer-handlers)
11429         (desktop-load-default): Add release to obsolescence info.
11430         (desktop-globals-to-clear, desktop-buffer-mode-handlers)
11431         (desktop-append-buffer-args, desktop-read):
11432         Fix typos in docstrings.
11433         (desktop-kill): Fix typo in message.
11434         (desktop-save): Doc fix.
11436 2005-07-19  Michael Kifer  <kifer@cs.stonybrook.edu>
11438         * viper-cmd.el (viper-escape-to-state): Bug fix.
11439         (viper-envelop-ESC-key): Change the definition of fast
11440         keysequence so it'll work with keyboard macros.
11442         * ediff.el (ediff-patch-buffer): Change the docstring.
11444 2005-07-19  Kenichi Handa  <handa@m17n.org>
11446         * international/mule-cmds.el (select-safe-coding-system): Try to
11447         use an auto-coding (if any) before anything else.  If the found
11448         auto-coding is invalid, show a warning message.
11450         * international/mule.el (find-auto-coding): New function created
11451         by modifying the body of set-auto-coding.
11452         (set-auto-coding): Use find-auto-coding to find a coding.
11454 2005-07-18  Richard M. Stallman  <rms@gnu.org>
11456         * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
11457         not isearch-mode-end-hook-error.
11458         (allout-before-change-protect): Fix error message.
11460 2005-07-18  Juri Linkov  <juri@jurta.org>
11462         * allout.el (allout-mode):
11463         * calculator.el (calculator-copy):
11464         * custom.el (custom-known-themes):
11465         * dired.el (dired-desktop-buffer-misc-data)
11466         (dired-restore-desktop-buffer):
11467         * dired-x.el (dired-omit-marker-char):
11468         * files.el (basic-save-buffer):
11469         * font-core.el (font-lock-mode):
11470         * calendar/calendar.el (calendar-goto-hebrew-date)
11471         (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
11472         (calendar-goto-persian-date):
11473         * language/ethio-util.el (ethio-sera-to-fidel-region):
11474         * textmodes/picture.el (picture-mode):
11475         Delete duplicate duplicate words.
11477 2005-07-18  Juri Linkov  <juri@jurta.org>
11479         * isearch.el (isearch-mode-map): Remove key bindings for regexp
11480         chars * ? } |.
11481         (isearch-fallback): Don't call `isearch-process-search-char'.
11482         (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
11483         (isearch-process-search-char): Call `isearch-fallback' for regexp
11484         chars * ? } |.
11485         (isearch-return-char): Make obsolete with `make-obsolete' instead
11486         of simply documenting it as obsolete in the docstring.
11487         (isearch-fallback): Refill docstring.
11489         * international/isearch-x.el
11490         (isearch-process-search-multibyte-characters): Remove unneeded
11491         `concat'.  Add intermediate values to `junk-hist' instead of
11492         `minibuffer-history'.  Test the length of `str'.
11494 2005-07-18  Juanma Barranquero  <lekktu@gmail.com>
11496         * allout.el (allout-resolve-xref): Fix typos in error strings.
11497         (allout-before-change-protect): Remove unneeded `concat'.
11499         * array.el (array-mode, array-reconfigure-rows)
11500         (untabify-backward): Fix typos in docstrings.
11501         (array-reconfigure-rows): Use `insert-buffer-substring', not
11502         `insert-buffer'.
11504         * calendar/icalendar.el (icalendar--get-unfolded-buffer):
11505         * progmodes/ada-mode.el (ada-make-body):
11506         Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
11508         * dired.el (dired-log):
11509         * tar-mode.el (tar-subfile-save-buffer):
11510         * play/zone.el (zone-pgm-stress-destress):
11511         Use `insert-buffer-substring', not `insert-buffer'.
11513 2005-07-17  Simon Josefsson  <jas@extundo.com>
11515         * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
11517 2005-07-16  Jose E. Marchesi  <jemarch@gnu.org>
11519         * lisp/mail/smtpmail.el (smtpmail-auth-supported):
11520         Add plain auth method.
11521         (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
11523 2005-07-17  Kim F. Storm  <storm@cua.dk>
11525         * ido.el (dired-other-window): Add ido property.
11527 2005-07-16  Juanma Barranquero  <lekktu@gmail.com>
11529         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
11530         Fix typo in docstring.
11531         (byte-compile-interactive-only-functions): Add `insert-buffer' and
11532         `insert-file-literally'.
11534         * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
11535         info and delete redundant message.  Doc fix.
11536         (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
11537         (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
11539 2005-07-16  Richard M. Stallman  <rms@gnu.org>
11541         * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
11542         (byte-compile-and): Use byte-compile-and-recursion.
11543         (byte-compile-or-recursion): New function.
11544         (byte-compile-or): Use that.
11545         (byte-compile-if): Guard the else-clause too.
11546         (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
11548         * isearch.el (isearch-mode-end-hook-quit): New variable.
11549         (isearch-done): Bind it.
11550         (isearch-mode-end-hook): Doc fix.
11552         * allout.el (allout-isearch-did-quit): Variable deleted.
11553         (allout-real-isearch-abort): Function name no longer used.
11554         (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
11555         (allout-isearch-rectification): isearch-mode always exists.
11556         Don't set allout-isearch-did-quit.
11557         (allout-isearch-expose): Check isearch-mode-end-hook-error, not
11558         allout-isearch-did-quit.
11559         (allout-enwrap-isearch): Just add the hook.
11560         (allout-isearch-abort): Function deleted.
11561         (allout-pre-command-business): Avoid warning.
11563         * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
11564         Correctly avoid warnings.
11565         (pascal-outline): Likewise.
11567         * progmodes/f90.el (f90-abbrev-start): Avoid warning.
11569         * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
11571         * play/tetris.el (tetris-mode): Avoid warning.
11573         * play/snake.el (snake-mode): Avoid warning.
11575         * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
11576         (gamegrid-set-display-table): Avoid warning.
11577         (gamegrid-set-timer): Likewise.
11578         (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
11579         (gamegrid-add-score-with-update-game-score-1): Take FILE
11580         as argument.
11581         (gamegrid-add-score-with-update-game-score): Pass that argument.
11582         Rename have-shared-game-dir to gamegrid-shared-game-dir.
11584         * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
11586         * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
11587         (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
11589         * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
11590         and insert-file.
11592         * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
11593         (sc-ask): Avoid warnings.
11595         * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
11596         (eshell-hist-initialize): Use that var the natural way.
11598         * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
11600         * emacs-lisp/re-builder.el (reb-cook-regexp):
11601         Avoid warning calling lre-compile-string.
11602         (reb-color-display-p): Avoid warning.
11604         * calculator.el (calculator-last-input): Guard uses
11605         of event-key and key-press-event-p.
11606         (event-key, key-press-event-p): Delete definitions.
11608         * emacs-lisp/find-gc.el (find-gc-unsafe-list)
11609         (find-gc-source-directory, find-gc-subrs-callers)
11610         (find-gc-noreturn-list, find-gc-source-files)
11611         (find-gc-subrs-called): Vars renamed and defvar'd.
11613         * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
11614         (checkdoc-overlay-put, checkdoc-delete-overlay)
11615         (checkdoc-overlay-start, checkdoc-overlay-end)
11616         (checkdoc-mode-line-update, checkdoc-char=):
11617         Define such that compiler knows they are defined.
11618         (checkdoc-call-eval-buffer): Delete.  Use eval-buffer directly.
11619         (checkdoc-read-event): Delete.  Use read-event directly.
11621         * whitespace.el (whitespace-make-overlay)
11622         (whitespace-overlay-put, whitespace-delete-overlay)
11623         (whitespace-overlay-start, whitespace-overlay-end):
11624         Define such that compiler knows they are defined.
11625         (whitespace): Move conditional inside.
11627         * tempo.el (tempo-insert-template): Suppress warning.
11629         * ediff-diff.el (longlines-mode): Add defvar.
11631 2005-07-16  Gary Howell  <g1howell-list@yahoo.com>  (tiny change)
11633         * server.el: Bind "C-x #" in a way that works even if C-x is
11634         redefined to a command key, not a prefix key.
11636 2005-07-16  Johan Bockgard  <bojohan@users.sourceforge.net>  (tiny change)
11638         * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
11639         cl-make-type-test till execution time.
11641 2005-07-16  Markus Rost  <rost@math.uni-bielefeld.de>
11643         * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
11644         arg ARG and use it.
11646 2005-07-16  Johan Bockgard  <bojohan@users.sourceforge.net>  (tiny change)
11648         * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
11650 2005-07-15  Luc Teirlinck  <teirllm@auburn.edu>
11652         * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
11653         a defcustom with two :set or :type keywords.
11655 2005-07-15  Richard M. Stallman  <rms@gnu.org>
11657         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
11658         Don't give ^M comment-end syntax.
11660 2005-07-16  Nick Roberts  <nickrob@snap.net.nz>
11662         * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
11663         Don't consider gdbmi (gdb-mi.el has its own update functions).
11664         (gdb-var-delete): Make it work for gdbmi as well.
11665         (gdb-speedbar-expand-node): Move var-update here for gdbmi.
11667         * progmodes/gud.el (etags, sdb): Only require etags when needed.
11668         (gud-speedbar-menu-items): Correct logic for enabling items.
11670 2005-07-15  Kim F. Storm  <storm@cua.dk>
11672         * ido.el: Fix commentary.
11673         (ido-define-mode-map): Move ido-next-work-file to C-M-o.
11674         Use with-no-warnings around ffap-guesser.
11675         (ido-file-internal, ido-read-file-name, ido-read-directory-name):
11676         Let bind minibuffer-completing-file-name to t.
11678 2005-07-15  Juanma Barranquero  <lekktu@gmail.com>
11680         * startup.el (site-run-file, keyboard-type): Doc fixes.
11681         (command-line): Check for "--basic-display" argument; also for
11682         "--quick", not "--bare-bones" (which was renamed).
11683         (fancy-splash-text): Add missing item "Getting New Versions".
11684         (normal-splash-screen): Fix typos and improve consistency with
11685         `fancy-splash-text'.  Update copyright year.
11687         * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
11688         valid binding for `help-char'.
11690         * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
11692 2005-07-14  Dan Nicolaescu  <dann@ics.uci.edu>
11694         * term.el (term-mode): Disable cua-mode for term buffers.
11696 2005-07-14  Juanma Barranquero  <lekktu@gmail.com>
11698         * add-log.el (add-log-mailing-address, change-log-merge):
11699         Doc fixes.
11700         (change-log-get-method-definition): Fix typo in docstring.
11702 2005-07-14  Kim F. Storm  <storm@cua.dk>
11704         * emulation/cua-base.el:
11705         (cua--pre-command-handler-1, cua--pre-command-handler)
11706         (cua--post-command-handler-1, cua--post-command-handler):
11707         Split in two.  Check (buffer local) value of cua-mode.
11708         (cua-selection-mode): New command.
11710 2005-07-13  Luc Teirlinck  <teirllm@auburn.edu>
11712         * custom.el (custom-initialize-safe-set)
11713         (custom-initialize-safe-default): Doc fixes.
11715         * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
11716         and simplify :init-value again.
11718         * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
11719         and simplify :init-value again.  Delete autoload.
11721         * startup.el (command-line): Use `custom-reevaluate-setting' again
11722         for tooltip-mode.
11724         * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
11725         a defcustom with two :initialize keywords.
11727 2005-07-13  Juanma Barranquero  <lekktu@gmail.com>
11729         * allout.el (my-mark-marker, allout-isearch-prior-pos)
11730         (allout-unprotected, allout-undo-aggregation, allout-snug-back)
11731         (allout-post-command-business, allout-flag-region)
11732         (isearch-reenable-font-lock, allout-yank)
11733         (allout-insert-latex-header, allout-insert-latex-trailer)
11734         (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
11735         (allout-latex-verb-quote): Fix typos in docstrings.
11736         (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
11737         (allout-unprotected, allout-prefix-data):
11738         Improve argument/docstring consistency.
11739         (allout-chart-subtree): Fix argument spec.
11740         (allout-open-topic): Rename `use_sib_bullet' argument to
11741         `use-sib-bullet'.  Doc fix.
11743         * whitespace.el (whitespace-check-buffer-leading)
11744         (whitespace-check-buffer-trailing)
11745         (whitespace-check-buffer-indent)
11746         (whitespace-check-buffer-spacetab)
11747         (whitespace-check-buffer-ateol, whitespace-highlighted-space)
11748         (whitespace-check-leading-whitespace)
11749         (whitespace-check-trailing-whitespace)
11750         (whitespace-check-spacetab-whitespace)
11751         (whitespace-check-indent-whitespace)
11752         (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
11753         (whitespace-modes): Fix typos in docstrings.
11754         (defgroup, defcustom): Doc fixes.
11756         * winner.el (winner-mode, winner-boring-buffers)
11757         (winner-pending-undo-ring): Doc fixes.
11758         (winner-ring): Remove unneeded `progn'.
11759         (winner-equal): `defsubst' it.
11760         (winner-redo): Fix message.
11762 2005-07-13  Kim F. Storm  <storm@cua.dk>
11764         * simple.el (line-move-1): Always use vertical-motion to
11765         do the last (or only) line move to ensure some movement.
11766         Undo 2005-06-23 change--don't check for overlays.
11768 2005-07-13  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
11770         * term/mac-win.el (ccl-encode-mac-roman-font)
11771         (ccl-encode-mac-centraleurroman-font)
11772         (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
11773         (ccl-encode-mac-dingbats-font): Remove check for ASCII.
11774         Change charset-id boundary of dimension to ?\xef.
11775         (mac-char-fontspec-list): New constant.
11776         (fontset-add-mac-fonts): Use it.  Accept non-string `base-family'
11777         argument.  Nil uses itself as family in font-spec.  Previous
11778         behavior for nil is now provided by non-nil non-string argument.
11779         All callers changed.  Add font-specs for Mac fonts to
11780         "fontset-default" unless iso8859-1 fonts are installed.
11782 2005-07-13  Stefan Monnier  <monnier@iro.umontreal.ca>
11784         * progmodes/sh-script.el (sh-get-indent-info): Only indent
11785         a continuation line if the \ is preceded by SPC or TAB.
11786         (sh-get-indent-info): Simplify.
11787         (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
11788         Use with-current-buffer.
11790         * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
11791         when the matched text is empty.
11793 2005-07-12  Luc Teirlinck  <teirllm@auburn.edu>
11795         * startup.el (command-line): Revert to previous handling of
11796         tooltip-mode.  Explain in comment why the complexity is needed.
11798         * tooltip.el (tooltip-mode): Revert to previous implementation of
11799         its defcustom.
11801         * frame.el (blink-cursor-mode): Revert to previous implementation
11802         of its defcustom.  Update comment.
11804 2005-07-12  Lars Hansen  <larsh@soem.dk>
11806         * desktop.el: Update e-mail address.
11808 2005-07-12  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
11810         * term/mac-win.el (mac-services-mail-selection)
11811         (mac-services-mail-to): New functions.
11812         (mac-application-menu-map): Bind them.
11814 2005-07-12  wulei  <milton@wulei.net>  (tiny change)
11816         * progmodes/gdb-ui.el: Add note about buffering with Windows.
11818 2005-07-11  Luc Teirlinck  <teirllm@auburn.edu>
11820         * custom.el (custom-reevaluate-setting): Doc fix.
11822 2005-07-11  Jay Belanger  <belanger@truman.edu>
11824         * calc/calc.el (calc-embedded-announce-formula-alist)
11825         (calc-embedded-open-close-plain-alist)
11826         (calc-embedded-open-close-mode-alist): Add checks for additional
11827         major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
11829 2005-07-11  Juanma Barranquero  <lekktu@gmail.com>
11831         * custom.el (custom-enable-theme): Don't add theme to
11832         `custom-enabled-themes' with `push' because there is no
11833         setf-method for `delq'.
11835 2005-07-11  Richard M. Stallman  <rms@gnu.org>
11837         * custom.el (custom-declare-variable): Doc fix.
11839         * dired-aux.el (dired-compare-directories): Remove "." and ".."
11840         from the alists.
11842         * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
11843         Do nothing if edebug-active.
11845         * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
11846         (edebug-display): Do it here instead.
11848 2005-07-10  Richard M. Stallman  <rms@gnu.org>
11850         * cus-face.el (custom-theme-set-faces): Make it work.
11851         (custom-reset-faces): Doc fix.
11852         (custom-theme-reset-internal-face, custom-theme-face-value):
11853         Functions deleted.
11855         * custom.el (custom-push-theme): Maintain list of the settings
11856         of a given theme in its theme-settings property.
11857         Maintain position of old settings in the theme-value
11858         or theme-face property.
11859         (custom-enabled-themes): New variable.
11860         (custom-theme-enabled-p): New function.
11861         (provide-theme): Update custom-enabled-themes.
11862         Disable and reenable the `user' theme.
11863         (require-theme): Doc fix.
11864         (custom-do-theme-reset, custom-remove-theme): Functions deleted.
11865         (custom-theme-value, custom-theme-variable-value): Likewise.
11866         (custom-theme-reset-internal): Likewise.
11867         (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
11868         (custom-enable-theme, custom-disable-theme): New functions.
11869         (custom-variable-theme-value, custom-face-theme-value): Likewise.
11870         (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
11871         (custom-theme-reset-variables): Simplify.
11872         (deftheme, custom-declare-theme, custom-make-theme-feature):
11873         Definitions moved.
11875 2005-07-10  Chong Yidong  <cyd@stupidchicken.com>
11877         * longlines.el (longlines-show-region)
11878         (longlines-unshow-hard-newlines): Recognize hard newlines by
11879         non-nil hard property, instead of t.
11881 2005-07-10  Michael Kifer  <kifer@cs.stonybrook.edu>
11883         * viper-cmd.el (viper--key-maps): New variable.
11884         (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
11885         emulation-mode-map-alists.
11886         (viper-envelop-ESC-key): Use viper-subseq.
11887         (viper-search-forward/backward/next): Disable debug-on-error.
11889         * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
11890         (viper-ESC-key): New defcustoms.
11892         * viper-macs.el (ex-map-read-args): Use viper-subseq.
11894         * viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
11895         (viper-subseq): Copy of subseq from cl.el.
11897         * viper.el (viper-go-away, viper-set-hooks): Use
11898         emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
11900         * viper-mous.el (viper-current-frame-saved): Use defvar.
11902         * viper-init.el: Get rid of -face in face names.
11904         * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
11905         Make it work with longlines mode
11907         * ediff-mult.el (ediff-meta-mode-hook): New variable.
11909         * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
11911         * ediff-init.el: Get rid of -face in face names.
11913 2005-07-10  Richard M. Stallman  <rms@gnu.org>
11915         * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
11916         and with-timeout-unsuspend.
11918         * emacs-lisp/debug.el (debug): Call with-timeout-suspend
11919         and with-timeout-unsuspend.
11921         * emacs-lisp/timer.el (with-timeout-timers): New variable.
11922         (with-timeout): Bind that variable to record timers.
11923         (with-timeout-suspend, with-timeout-unsuspend): New functions.
11925         * emacs-lisp/debug.el (debug-help-follow): New function.
11926         (debugger-mode-map): Use that instead of help-follow.
11927         (debugger-setup-buffer): Use eval-buffer-list
11928         to handle eval-buffer frames.
11930 2005-07-10  N. Raghavendra  <raghu@mri.ernet.in>  (tiny change)
11932         * timezone.el (timezone-parse-date): Change first regexp
11933         so it will not mistakenly match dates with no time zone.
11935 2005-07-10  Jeff Dwork  <jeff.dwork@amd.com>  (tiny change)
11937         * facemenu.el (facemenu-read-color): Do case-insensitive matching.
11939 2005-07-10  Luc Teirlinck  <teirllm@auburn.edu>
11941         * custom.el (custom-initialize-safe-set)
11942         (custom-initialize-safe-default): New functions.
11944         * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
11945         and simplify :init-value.
11947         * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
11948         and simplify :init-value.  Delete obsolete comment.
11950         * startup.el (command-line): Use `custom-reevaluate-setting' to
11951         handle `tooltip-mode'.  Delete obsolete comment.
11953         * files.el (set-visited-file-name): Avoid calling
11954         `file-name-nondirectory' with a nil argument.
11956 2005-07-09  Richard M. Stallman  <rms@gnu.org>
11958         * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
11959         was called with nil for the buffer, handle the read position right.
11960         Handle read position for eval-region, too.
11962 2005-07-09  Juri Linkov  <juri@jurta.org>
11964         * fringe.el (fringe-mode): Add period in docstring.
11965         (fringe-query-style): Build prompt depending on `all-frames' arg.
11967         * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
11968         to not create links to unrelated functions in the Help buffer.
11970         * progmodes/compile.el (compilation-mode-hook, compilation-mode):
11971         Doc fix.
11973         * simple.el (next-error-hook): New variable.
11974         (next-error): Use it.  Doc fix.
11976         * textmodes/ispell.el (ispell-command-loop): Add current
11977         dictionary name and program name to mode-line-format.
11978         (ispell-region, ispell-process-line): Add current dictionary name
11979         and program name to messages.
11981 2005-07-08  Jay Belanger  <belanger@truman.edu>
11983         * calc/calc.el (calc-embedded-announce-formula-alist)
11984         (calc-embedded-open-close-formula-alist)
11985         (calc-embedded-open-close-word-alist)
11986         (calc-embedded-open-close-plain-alist)
11987         (calc-embedded-open-close-new-formula-alist)
11988         (calc-embedded-open-close-mode-alist)
11989         (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
11990         (calc-embedded-mode-hook): New variables.
11992         * calc/calc-embed.el (calc-embedded-firsttime)
11993         (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
11994         New variables.
11995         (calc-do-embedded): Use calc-embedded-firsttime,
11996         calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
11997         determine whether or not to run hooks.
11998         (calc-embedded-make-info) Set calc-embedded-firsttime-buf and
11999         calc-embedded-firsttime-formula appropriately.
12000         Set calc-embedded delimiter variables according to mode.
12002 2005-07-08  Richard M. Stallman  <rms@gnu.org>
12004         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
12005         Check for "emacs", etc., as entire symbol, not just as word.
12006         (checkdoc-file-comments-engine): Use regexp-quote on FN.
12008         * files.el (set-visited-file-name): Report the error
12009         for "empty filename" earlier.
12010         (kill-some-buffers): Ignore buffers already dead.
12012         * fringe.el (fringe-mode): Doc fix.
12014         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
12015         Check for (featurep 'xemacs) and turn off warnings in what it guards.
12016         Use unwind-protect to ensure byte-compile-unresolved-functions
12017         is updated.
12019         * whitespace.el (whitespace-buffer-leading-cleanup):
12020         Simplify w/ skip-chars-forward.
12021         (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
12023         * mail/rmail.el (rmail-only-expunge): Fix paren error.
12024         Unconditionally try to leave point at the same old place.
12026 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>  (tiny change)
12028         * comint.el (comint-postoutput-scroll-to-bottom)
12029         (comint-show-maximum-output): Take scroll-margin into consideration.
12031 2005-07-08  Kim F. Storm  <storm@cua.dk>
12033         * ido.el (ido-use-filename-at-point): New choice `guess'.
12034         (ido-file-internal): Try ffap-guesser if selected.
12036         * ido.el (ido-before-fallback-functions): New hook.
12037         (ido-buffer-internal, ido-file-internal, ido-read-buffer)
12038         (ido-read-file-name): Run it.
12040 2005-07-07  Stefan Monnier  <monnier@iro.umontreal.ca>
12042         * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
12043         strings rather than a list of symbols to the completion function.
12045 2005-07-07  Jay Belanger  <belanger@truman.edu>
12047         * calc/calc-units.el (math-apply-units): Change the places in
12048         which units are simplified.
12050 2005-07-07  Luc Teirlinck  <teirllm@auburn.edu>
12052         * cus-edit.el (customize-option, customize-option-other-window):
12053         Make them handle aliases.
12055         * custom.el (custom-variable-p): Make it recursively follow
12056         aliases.  Mention that in the docstring.
12058 2005-07-07  Richard M. Stallman  <rms@gnu.org>
12060         * cus-start.el (exec-path): Use `directory' instead of `file'.
12061         Fix tag for nil.
12063 2005-07-07  Juanma Barranquero  <lekktu@gmail.com>
12065         * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
12066         when called non-interactively.  Doc fix.
12068 2005-07-07  Lute Kamstra  <lute@gnu.org>
12070         * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
12071         new address as well.
12073 2005-07-07  Kenichi Handa  <handa@m17n.org>
12075         * international/mule.el (make-coding-system):
12076         Describe `ascii-incompatible' property in the docstring.
12077         (set-file-name-coding-system): Signal an error if coding-system is
12078         ascii-incompatible.
12079         (set-keyboard-coding-system): Likewise.
12081         * international/mule-cmds.el (set-default-coding-systems):
12082         Don't set default-file-name-coding-system and
12083         default-keyboard-coding-system if coding-system is ASCII-incompatible.
12085         * international/utf-16.el: Declare that all UTF-16-based coding
12086         systems are ASCII-incompatible.
12088 2005-07-07  Nick Roberts  <nickrob@snap.net.nz>
12090         * progmodes/gud.el: Require font-lock for displaying errors.
12091         Used by gdb-ui.el.
12093 2005-07-07  Juanma Barranquero  <lekktu@gmail.com>
12095         * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
12096         values for the pattern lists which are `read'able but not
12097         `append'able (like symbols).
12099 2005-07-06  Richard M. Stallman  <rms@gnu.org>
12101         * progmodes/flymake.el (flymake-float-time): Instead of
12102         with-no-warnings, test for xemacs.
12103         (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
12104         to avoid warning.
12106 2005-07-06  Juanma Barranquero  <lekktu@gmail.com>
12108         * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
12110 2005-07-05  Lute Kamstra  <lute@gnu.org>
12112         * battery.el: Add support for Darwin (with much debugging help
12113         from Samuel Lauber <sam124@operamail.com>).
12114         (battery-status-function, battery-echo-area-format)
12115         (battery-mode-line-format): Add support for pmset on Darwin.
12116         (battery-load-low, battery-load-critical): New user options.
12117         (battery-pmset): New function.
12119 2005-07-05  Lute Kamstra  <lute@gnu.org>
12121         Update FSF's address in GPL notices.
12123         * textmodes/page-ext.el: Update FSF's address.
12125 2005-07-04  Stefan Monnier  <monnier@iro.umontreal.ca>
12127         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
12128         filling from using prefix when filling a single-line docstring.
12130         * progmodes/flymake.el: Remove useless eval-when-compile.
12132         * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
12134 2005-07-04  Richard M. Stallman  <rms@gnu.org>
12136         * textmodes/org.el (org-file-apps-defaults-gnu):
12137         Rename from org-file-apps-defaults-linux.
12138         (org-default-apps): Don't test system-type for `linux'.
12139         (org-file-apps): Doc fix.
12141 2005-07-04  David Ponce  <david@dponce.com>
12143         * tree-widget.el: Improve header Commentary section.
12144         (tree-widget) [defgroup]
12145         (tree-widget-image-enable, tree-widget-themes-directory)
12146         (tree-widget-theme, tree-widget-image-properties-emacs)
12147         (tree-widget-image-properties-xemacs, tree-widget-create-image)
12148         (tree-widget-image-formats, tree-widget-control)
12149         (tree-widget-empty-control, tree-widget-leaf-control
12150         (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
12151         (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
12152         (tree-widget-keep, tree-widget-after-toggle-functions)
12153         (tree-widget-open-node, tree-widget-close-node): Doc fix.
12154         (tree-widget-open-control, tree-widget-close-control): Fix doc and
12155         :help-echo message.
12156         (tree-widget-set-theme): Doc fix.  Use `string-equal'.
12157         (tree-widget-image-properties): Doc fix.  Clearer implementation.
12158         (tree-widget--cursors): New constant.
12159         (tree-widget-lookup-image): New function split from
12160         `tree-widget-find-image'.  Clearer implementation.
12161         (tree-widget-find-image): Use it.
12162         (tree-widget-button-keymap): Use `set-keymap-parent'.
12163         (tree-widget) [define-widget]: Use `widget-children-value-delete'.
12164         Define the sub-widgets here.
12165         (tree-widget-node): Check that :node is not a tree-widget.
12166         (tree-widget-get-super, tree-widget-open-control)
12167         (tree-widget-close-control, tree-widget-empty-control)
12168         (tree-widget-leaf-control, tree-widget-guide)
12169         (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
12170         (tree-widget-no-handle, tree-widget-value-delete)
12171         (tree-widget-map): Remove.
12172         (tree-widget-children-value-save): Doc fix.  Simplified.
12173         (tree-widget-value-create): Update according to previous changes.
12175 2005-07-04  Carsten Dominik  <dominik@science.uva.nl>
12177         * textmodes/org.el: Leading space replaced by TABS.
12178         (org-recalc-marks, org-table-rotate-recalc-marks)
12179         (org-table-get-specials): Treat "^" and "_" marks.
12180         (org-table-justify-field-maybe): Optional argument NEW.
12181         (org-table-eval-formula): Parsing of the format simplified.
12182         New modes C,I.  Honor the %= parameter in the current table.
12183         Avoid unnecessary re-align by using the NEW argument to
12184         `org-table-justify-field-maybe'.
12185         (org-calc-default-modes): Default for date-format mimicks org-mode.
12186         (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
12188 2005-07-03  Luc Teirlinck  <teirllm@auburn.edu>
12190         * cus-face.el (custom-theme-set-faces): Make it handle face
12191         aliases whose alias declarations are pre- or autoloaded.
12193 2005-07-04  Juri Linkov  <juri@jurta.org>
12195         * faces.el (read-face-name): Put the code for getting a face name
12196         from the buffer before adding the faces from the `face' property.
12197         Use `completing-read-multiple' instead of `completing-read'.
12198         Require `crm'.  Add default value and post-process the returned
12199         list of faces.
12201         * emacs-lisp/crm.el (crm-find-current-element)
12202         (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
12204         * emacs-lisp/lisp-mode.el (eval-defun-1):
12205         * emacs-lisp/edebug.el (edebug-eval-defun):
12206         Remove unnecessary quotes.
12208 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
12210         * progmodes/prolog.el (prolog-eof-string): Doc fixes.
12211         (prolog-indent-level): Fix typo in docstring.
12213         * info.el (Info-history, Info-history-forward)
12214         (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
12216         * add-log.el (add-change-log-entry):
12217         * comint.el (comint-dynamic-list-input-ring)
12218         (comint-dynamic-list-completions):
12219         * dabbrev.el (dabbrev-expand):
12220         * delim-col.el (delimit-columns-rectangle-line):
12221         * diff-mode.el (diff-context->unified, diff-reverse-direction)
12222         (diff-unified->context):
12223         * ediff-init.el (ediff-abbrev-jobname):
12224         * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
12225         (ediff-replace-session-activity-marker-in-meta-buffer):
12226         * info.el (Info-summary):
12227         * lpr.el (printify-region):
12228         * printing.el (pr-create-interface):
12229         * ps-print.el (ps-print-quote):
12230         * ses.el (ses-column-widths, ses-print-cell)
12231         (ses-adjust-print-width, ses-center):
12232         * shell.el (shell-file-name-quote-list):
12233         * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
12234         (strokes-fill-current-buffer-with-whitespace)
12235         (strokes-xpm-for-stroke, strokes-list-strokes)
12236         (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
12237         * term.el (term-dynamic-list-input-ring)
12238         (term-dynamic-list-completions):
12239         * calc/calc.el (math-format-stack-value):
12240         * emacs-lisp/edebug.el (edebug-display-freq-count):
12241         * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
12242         (delphi-new-comment-line):
12243         * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
12244         * progmodes/executable.el (executable-set-magic):
12245         * progmodes/python.el (inferior-python-mode):
12246         * progmodes/scheme.el (scheme-mode-syntax-table):
12247         * progmodes/sh-script.el (sh-maybe-here-document):
12248         * progmodes/sql.el (sql-copy-column):
12249         * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
12250         * textmodes/bibtex.el (bibtex-mode):
12251         * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
12252         (sgml-auto-attributes):
12253         * textmodes/table.el (table-insert, table-shorten-cell)
12254         (table--generate-source-scan-lines, table-delete-row)
12255         (*table--cell-delete-char, table--spacify-frame)
12256         (table--horizontally-shift-above-and-below)
12257         (table--cell-insert-char, table--cell-blank-str)
12258         (table--fill-region-strictly):
12259         * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
12260         * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
12262         * add-log.el (change-log):
12263         * apropos.el (apropos):
12264         * comint.el (comint-completion, comint-source):
12265         * dabbrev.el (dabbrev):
12266         * delim-col.el (columns):
12267         * diff-mode.el (diff-mode):
12268         * ediff.el (ediff):
12269         * ediff-diff.el (ediff-diff):
12270         * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
12271         * ediff-mult.el (ediff-mult):
12272         * ediff-ptch.el (ediff-ptch):
12273         * ediff-wind.el (ediff-window):
12274         * facemenu.el (facemenu):
12275         * indent.el (indent):
12276         * info.el (info):
12277         * jka-cmpr-hook.el (compression, jka-compr):
12278         * lpr.el (lpr):
12279         * outline.el (outlines):
12280         * pcmpl-cvs.el (pcmpl-cvs):
12281         * pcmpl-rpm.el (pcmpl-rpm):
12282         * printing.el (printing):
12283         * ps-print.el (postscript, ps-print, ps-print-horizontal)
12284         (ps-print-vertical, ps-print-headers, ps-print-font)
12285         (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
12286         (ps-print-background, ps-print-printer, ps-print-page)
12287         (ps-print-miscellany):
12288         * ses.el (ses):
12289         * shell.el (shell, shell-directories, shell-faces):
12290         * startup.el (initialization):
12291         * strokes.el (strokes):
12292         * term.el (term):
12293         * uniquify.el (uniquify):
12294         * w32-vars.el (w32):
12295         * calc/calc.el (calc):
12296         * emacs-lisp/bytecomp.el (bytecomp):
12297         * emacs-lisp/cl-indent.el (lisp-indent):
12298         * emacs-lisp/edebug.el (edebug):
12299         * emacs-lisp/elp.el (elp):
12300         * emacs-lisp/testcover.el (testcover):
12301         * emacs-lisp/trace.el (trace):
12302         * emulation/viper-ex.el (viper-ex):
12303         * emulation/viper-mous.el (viper-mouse):
12304         * mail/mailalias.el (mailalias):
12305         * mail/supercite.el (supercite, supercite-frames)
12306         (supercite-attr, supercite-cite, supercite-hooks):
12307         * net/rcompile.el (remote-compile):
12308         * net/rlogin.el (rlogin):
12309         * obsolete/ooutline.el (outlines):
12310         * progmodes/delphi.el (delphi):
12311         * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
12312         (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
12313         (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
12314         (ebnf-optimization):
12315         * progmodes/etags.el (etags):
12316         * progmodes/executable.el (executable):
12317         * progmodes/idlwave.el (idlwave):
12318         * progmodes/pascal.el (pascal):
12319         * progmodes/prolog.el (prolog):
12320         * progmodes/python.el (python):
12321         * progmodes/scheme.el (scheme):
12322         * progmodes/sh-script.el (sh, sh-script):
12323         * progmodes/sql.el (SQL):
12324         * progmodes/tcl.el (tcl):
12325         * textmodes/bibtex.el (bibtex, bibtex-autokey):
12326         * textmodes/enriched.el (enriched):
12327         * textmodes/makeinfo.el (makeinfo):
12328         * textmodes/sgml-mode.el (sgml):
12329         * textmodes/table.el (table-hooks):
12330         * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
12331         * textmodes/texinfo.el (texinfo):
12332         * textmodes/two-column.el (two-column):
12333         Finish `defgroup' description with period.
12335         * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
12336         * eshell/esh-var.el (eshell-var):
12337         * progmodes/vhdl-mode.el (vhdl-testbench):
12338         * textmodes/org.el (org): Fix typos in docstrings.
12340         * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
12341         consistency.
12343         * progmodes/flymake.el (flymake-find-file): Remove.
12344         (flymake-float-time): Use `with-no-warnings'.
12345         (flymake-check-start-time, flymake-check-was-interrupted)
12346         (flymake-err-info, flymake-is-running, flymake-last-change-time)
12347         (flymake-new-err-info): `defvar' at compile time.
12349 2005-07-03  Juanma Barranquero  <lekktu@gmail.com>
12351         * replace.el (occur-hook): Doc fix.
12352         (occur-1): Don't call `occur-hook' if there are no matches.
12354 2005-07-03  Richard M. Stallman  <rms@gnu.org>
12356         * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
12357         global-map, save the same map.
12358         (global-map): Don't alter it at top level.
12359         (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
12360         Then alter it here instead.
12361         (tpu-edt-off): Set global-map to the saved one.
12363         * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
12364         All references simplified.
12365         (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p.  Uses changed.
12366         (zmacs-regions): Add defvar.
12367         (repeat-complex-command-map): Everything about that deleted.
12369         * textmodes/artist.el (artist-key-is-drawing)
12370         (artist-key-endpoint1, artist-key-poly-point-list)
12371         (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
12372         (artist-key-compl-table, artist-rb-save-data)
12373         (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
12374         Don't put them in eval-when-compile.
12375         (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
12377         * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
12378         Use with-no-warnings.
12380         * net/browse-url.el (dos-windows-version): Add defvar.
12382         * mail/supercite.el (filladapt-prefix-table): Add defvar.
12384         * mail/rmailsum.el (rmail-summary-redo): Add defvar.
12385         (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
12386         (rmail-new-summary-line-count): Rename from new-summary-line-count.
12387         Add defvar.
12388         (rmail-summary-beginning-of-message): Use with-no-warnings.
12389         (rmail-summary-first-message, rmail-summary-last-message): Likewise.
12391         * emulation/vip.el (vip-replace-string, ex-map, ex-read):
12392         Use with-no-warnings.
12394         * emulation/vi.el (vi-mark-region): Use c-mark-function.
12395         (c-mark-function): Add point-moving-unit property.
12396         (vi-goto-line): Use with-no-warnings.
12398         * emulation/edt.el (edt-last-copied-word): Add defvar.
12399         (zmacs-region-stays): Likewise.
12400         (edt-mark-section-wisely): Use c-mark-function for C.
12401         Use makr-defun for Fortran.
12402         (time-string): defvar deleted.
12403         (edt-display-the-time): Don't set time-string.
12405         * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
12407         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
12408         Don't warn when name is not constant
12409         or for defining the group `emacs'.
12411         * tooltip.el (gud-tooltip-mode): Add defvar.
12413         * startup.el (default-frame-background-mode): Add defvar.
12415         * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
12417         * info.el (tool-bar-map): Add defvar.
12419         * dired.el (dnd-protocol-alist): Add defvar.
12421         * dired-aux.el (dired-query): Display question with answer, when
12422         the user answers.
12424         * custom.el (custom-add-option): Doc fix.
12426         * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
12428 2005-07-03  Eli Zaretskii  <eliz@gnu.org>
12430         * font-lock.el (font-lock-regexp-grouping-construct): Fix the
12431         bogus name from the last change.
12433 2005-07-02  Luc Teirlinck  <teirllm@auburn.edu>
12435         * custom.el (custom-declare-variable): Fix typos in comment.
12436         (custom-known-themes): Doc fix.
12437         (custom-theme-directory): New defcustom.
12438         (require-theme): Make it check `custom-theme-directory'.
12440         * cus-theme.el (custom-new-theme-mode): New function.
12441         (custom-theme-name, custom-theme-variables, custom-theme-faces)
12442         (custom-theme-description): Add compiler defvars.
12443         (customize-create-theme): Add doc to the "*New Custom Theme*"
12444         buffer.  Use `custom-new-theme-mode'.
12445         (custom-theme-write): Put the created buffer in emacs-lisp-mode
12446         and save it to the `custom-theme-directory'.  Make this the
12447         default directory of the buffer.
12449 2005-07-02  David Hunter  <hunterd_42@comcast.net>  (tiny change)
12451         * progmodes/flymake.el (flymake-mode, flymake-mode-off):
12452         Fix unbalanced parentheses.
12454 2005-07-02  Stefan Monnier  <monnier@iro.umontreal.ca>
12456         * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
12457         into flymake-mode and delegate to flymake-mode.
12459         * find-file.el (ff-which-function-are-we-in): Clean up.
12461 2005-07-02  Juanma Barranquero  <lekktu@gmail.com>
12463         * replace.el (occur-rename-buffer): Fix docstring.
12465         * emulation/edt.el (*EDT-keys*, edt-default-global-map)
12466         (edt-last-copied-word, edt-learn-macro-count)
12467         (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
12468         (edt-rect-start-point, edt-user-global-map, rect-start-point)
12469         (time-string, zmacs-region-stays):
12470         * emulation/edt-mapper.el (edt-save-function-key-map)
12471         (EDT-key-name): `defvar' to silence the byte-compiler.
12473 2005-07-02  Martin Rudalics  <rudalics@gmx.at>  (tiny change)
12475         * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
12476         font-lock-regexp-backslash.  Doc fix.
12477         (font-lock-regexp-backslash-grouping-construct): Rename from
12478         font-lock-regexp-backslash-construct.  Doc fix.
12479         (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
12480         grouping constructs.
12482 2005-07-02  Eli Zaretskii  <eliz@gnu.org>
12484         * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
12485         updating all the prerequisites.
12487 2005-07-01  Juanma Barranquero  <lekktu@gmail.com>
12489         * textmodes/org.el (org-agenda-start-on-weekday)
12490         (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
12491         (org-agenda-use-time-grid, org-archive-location)
12492         (org-allow-space-in-links, org-usenet-links-prefer-google)
12493         (org-enable-table-editor, org-export-default-language)
12494         (org-export-html-show-new-buffer, org-fill-paragraph)
12495         (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
12496         (org-goto-quit, org-occur, org-eval-in-calendar)
12497         (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
12498         (org-agenda-diary-entry, org-remember-help)
12499         (org-table-convert-region, org-at-table-p)
12500         (org-table-move-row-down, org-table-move-row-up)
12501         (org-table-copy-region, org-table-toggle-vline-visibility)
12502         (org-table-get-stored-formulas, org-table-get-specials)
12503         (org-recalc-commands, org-table-eval-formula)
12504         (org-table-formula-substitute-names, orgtbl-make-binding)
12505         (org-format-org-table-html, org-format-table-table-html)
12506         (org-format-table-table-html-using-table-generate-source)
12507         (org-customize): Fix typos in docstrings.
12508         (org-level-2, org-at-timestamp-p, org-agenda-day-view)
12509         (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
12510         (org-back-to-heading): Doc fixes.
12511         (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
12512         (org-agenda-change-all-lines, org-get-header):
12513         Improve argument/docstring consistency.
12514         (orgtbl-error): Fix error message.
12516         * progmodes/flymake.el (flymake-find-possible-master-files)
12517         (flymake-master-file-compare, flymake-get-line-err-count)
12518         (flymake-highlight-line, flymake-gui-warnings-enabled):
12519         Fix typos in docstrings.
12520         (flymake-parse-line, flymake-get-project-include-dirs-function)
12521         (flymake-get-prev-err-line-no, flymake-goto-prev-error):
12522         Doc fixes.
12523         (flymake-get-project-include-dirs-function)
12524         (flymake-make-err-menu-data):
12525         Improve argument/docstring consistency.
12527 2005-07-01  Lute Kamstra  <lute@gnu.org>
12529         * battery.el (battery-linux-proc-apm): Fix typo in docstring.
12530         Catch errors with ignore-errors.  Use temporary buffer.
12531         (battery-linux-proc-acpi): Fix typo in docstring.  Document `%r'.
12533         * facemenu.el (facemenu-unlisted-faces): Delete foreground and
12534         background color faces.
12535         (facemenu-set-foreground, facemenu-set-background):
12536         Use facemenu-set-face-from-menu.
12537         (facemenu-set-face-from-menu): Treat face names that start with
12538         "fg:" or "bg:" as special.
12539         (facemenu-add-new-color): Don't create faces.  Simplify.
12541 2005-06-30  Richard M. Stallman  <rms@gnu.org>
12543         * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
12544         (crm-find-current-element): Likewise.
12546 2005-06-30  Johan Bockg\e,Ae\e(Brd  <bojohan@users.sourceforge.net>
12548         * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
12550 2005-06-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12552         * arc-mode.el (archive-extract): Make it work as a mouse binding.
12553         (archive-mouse-extract): Make it an obsolete alias.
12554         (archive-mode-map): Don't use archive-mouse-extract any more.
12555         (archive-mode, archive-extract): write-contents-hooks ->
12556         write-contents-functions.
12557         (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
12558         first arg.
12559         (archive-rename-entry): Update the call.
12560         (archive-zip-summarize): Remove unused var `method'.
12561         (archive-lzh-summarize): Remove unused var `creator'.
12563         * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
12564         dedicated frame upon exit.
12566         * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
12567         (archive-zip-extract, archive-zip-expunge)
12568         (archive-zip-update, archive-zip-update-case): Use executable-find.
12569         (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
12570         Use restore-buffer-modified-p.
12571         (archive-extract, archive-add-new-member, archive-write-file-member):
12572         Use with-current-buffer.
12573         (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
12575 2005-06-30  Andreas Schwab  <schwab@suse.de>
12577         * progmodes/gud.el (gud-filter): Remove unneeded progn.
12579 2005-06-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
12581         * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
12583 2005-06-30  Juri Linkov  <juri@jurta.org>
12585         * faces.el (vertical-border): Inherit from mode-line-inactive
12586         only on tty.
12588 2005-06-30  Juanma Barranquero  <lekktu@gmail.com>
12590         * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
12591         example, -NLINES in the `occur' docstring).
12593         * replace.el (occur-1): When no matches are found, do not set the
12594         `buffer-read-only' and modified flags for the occur buffer,
12595         because it is deleted.
12597         * emulation/cua-base.el (cua-check-pending-input)
12598         (cua-repeat-replace-region, cua-mode, cua-debug)
12599         (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
12600         Fix typos in docstrings.
12602         * emulation/cua-gmrk.el (cua-toggle-global-mark)
12603         (cua-cut-region-to-global-mark)
12604         (cua--cut-rectangle-to-global-mark):
12605         Remove period from end of messages.
12607         * emulation/cua-rect.el (cua-do-rectangle-padding):
12608         Remove period from end of messages.
12609         (cua--rectangle-seq-format): Fix typo in docstring.
12610         (cua-sequence-rectangle, cua-fill-char-rectangle):
12611         Improve argument/docstring consistency.
12613 2005-06-29  Juri Linkov  <juri@jurta.org>
12615         * faces.el (default-frame-background-mode): New internal variable.
12616         (frame-set-background-mode): Use it.
12618         * startup.el (normal-top-level): Set default-frame-background-mode
12619         instead of frame-background-mode.  Before setting it, test for its
12620         nil value.  Remove tests for frame-background-mode and frame
12621         parameter `reverse'.  Add test for "unspecified-fg".
12623         * term/xterm.el (xterm-rxvt-set-background-mode):
12624         * term/rxvt.el (rxvt-set-background-mode):
12625         Set default-frame-background-mode instead of frame-background-mode.
12627 2005-06-29  Juanma Barranquero  <lekktu@gmail.com>
12629         * simple.el (set-variable): Warn about obsolete user variables.
12631         * imenu.el (imenu--completion-buffer):
12632         * mouse.el (mouse-buffer-menu-alist):
12633         * msb.el (msb-invisible-buffer-p):
12634         * calendar/diary-lib.el (diary-header-line-format):
12635         * emacs-lisp/pp.el (pp-buffer):
12636         * progmodes/cperl-mode.el (cperl-do-auto-fill):
12637         * textmodes/picture.el (picture-replace-match):
12638         Change space constants followed by a sexp to "?\s ".
12640         * play/decipher.el (decipher-loop-with-breaks):
12641         * textmodes/texinfo.el (texinfo-insert-@item): Change space
12642         constants "protected" from end of line by a comment to "?\s".
12644 2005-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
12646         * font-lock.el (save-buffer-state): Use `declare'.
12648         * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
12649         reset the syntax-table to cperl-mode-syntax-table.
12650         (cperl-mode): Make _ into word-syntax during font-locking so "print" in
12651         "foo_print_bar" is not matched as a reserved keyword.
12653 2005-06-29  Carsten Dominik  <dominik@science.uva.nl>
12655         * textmodes/org.el (orgtbl-setup): New function, for delayed
12656         setup for the orgtbl commands.
12657         (org-calc-default-modes): New option.
12658         (orgtbl-make-binding): Use `defun' to get better help display.
12659         (org-diary): Call `org-compile-prefix-format'.
12660         (org-table-formula-substitute-names): New function.
12661         (org-agenda-day-view, org-agenda-week-view): New commands.
12662         (org-agenda-toggle-week-view): Command removed.
12663         (org-tbl-menu): Split off from org-org-menu.
12664         (org-mode): Move removal of outline-mode menus to here.
12665         (org-table-formula-debug): New option.
12666         (org-table-insert-row): Keep first field if just "#" or "*".
12667         (org-mode): Paragraph regexps fixed.
12668         (org-table-recalculate-regexp): New constant.
12669         (org-table-justify-field-maybe): Avoid replace if not necessary.
12670         (org-copy-special, org-cut-special): Use `call-interactively'.
12671         (org-table-copy-region): Take region from `interactive' call.
12672         (org-trim): Return string even if no match.
12673         (org-formula): New face.
12674         (org-set-font-lock-defaults): No longer highlight "FIXME".
12675         But highlight formula-related fields in table.
12676         (org-table-p): Use regexp, not fontification.
12677         (org-table-align): Handle white space at end of line.
12678         (org-table-formula-evaluate-inline): New option.
12679         (org-mode): Auto-wrapping in comment lines turned off.
12680         (org-table-copy-down): Evaluate only in copied field, not in
12681         destination.
12682         (org-table-current-formula): Variable removed.
12683         (org-table-store-formulas, org-table-get-stored-formulas)
12684         (org-table-modify-formulas, org-table-replace-in-formulas)
12685         (org-table-maybe-eval-formula): New functions.
12686         (org-table-get-formula): Modify to use stored formulas.
12687         (org-table-insert-column, org-table-delete-column)
12688         (org-table-move-column): Call `org-table-modify-formulas'.
12689         (org-complete): Add completion for keyword formulas.
12690         (orgtbl-mode): Pull orgtbl-mode-map to start of
12691         minor-mode-map-alist.
12693 2005-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
12695         * progmodes/python.el (python-check): Require `compile' before
12696         modifying its variables.
12698         * newcomment.el (comment-indent-default): Don't get fooled by an early
12699         end of buffer.
12701 2005-06-28  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
12703         * ps-print.el (ps-print-version): Fix version number.
12705 2005-06-28  Luc Teirlinck  <teirllm@auburn.edu>
12707         * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
12709 2005-06-28  Richard M. Stallman  <rms@gnu.org>
12711         * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
12712         (flyspell-local-mouse-map): Declaration deleted.
12713         (flyspell-mouse-map): Bind only mouse-2.
12714         (flyspell-mode-map): Don't test flyspell-use-local-map.
12715         (flyspell-overlay-keymap-property-name): Var deleted.
12716         (flyspell-mode-on): Don't make local bindings for
12717         flyspell-mouse-map and flyspell-mode-map.
12718         (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
12720         * textmodes/ispell.el (ispell-word): Do not ignore short words.
12722         * progmodes/compile.el (compilation-next-error-function):
12723         Don't switch buffers; operate on the current buffer.
12725         * progmodes/compile.el (compilation-error-file-name)
12726         (compilation-warning-file-name, compilation-info-file-name)
12727         (compilation-line-number, compilation-column-number): New faces.
12728         (compilation-error-face, compilation-warning-face)
12729         (compilation-info-face, compilation-line-face)
12730         (compilation-column-face): Use them.
12732         * facemenu.el (facemenu-add-face): Warn when font-lock is active.
12734         * comint.el (comint-password-prompt-regexp): Accept ", try again".
12736         * bindings.el (global-map): Bind insertchar and its variants.
12738 2005-06-27  Richard M. Stallman  <rms@gnu.org>
12740         * textmodes/artist.el (artist-text-overwrite)
12741         (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
12743 2005-06-27  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
12745         * ps-print.el: It was not working the page selection for printing.
12746         Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
12747         (ps-print-version): New version 6.6.7.
12748         (ps-end-sheet): New fun.
12749         (ps-header-sheet, ps-end-job): Call it.
12751 2005-06-27  Luc Teirlinck  <teirllm@auburn.edu>
12753         * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
12755 2005-06-27  Lute Kamstra  <lute@gnu.org>
12757         * facemenu.el (facemenu-unlisted-faces): Add foreground and
12758         background color faces.
12759         (facemenu-get-face): Delete function.
12760         (facemenu-set-face-from-menu): Don't call facemenu-get-face.
12761         (facemenu-add-new-color): Make second argument mandatory.
12762         Create the appropriate face and return it.  Simplify.
12763         (facemenu-set-foreground, facemenu-set-background): Don't check if
12764         color is defined.  Use return value of facemenu-add-new-color.
12766 2005-06-26  Nick Roberts  <nickrob@snap.net.nz>
12768         * progmodes/gud.el (gud-filter): Add missing argument to
12769         with-selected-window.
12771 2005-06-26  Stefan Monnier  <monnier@iro.umontreal.ca>
12773         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
12774         a :require to the defcustom.
12776         * emacs-lisp/autoload.el (make-autoload): Add the :setter for
12777         defcustoms corresponding to minor modes.
12779 2005-06-26  David Ponce  <david@dponce.com>
12781         * recentf.el: Require tree-widget instead of wid-edit.
12782         (recentf-filename-handler): Fix widget :type.
12783         (recentf-cancel-dialog, recentf-open-more-files)
12784         (recentf-open-files-action): Doc fix.
12785         (recentf-dialog-goto-first): New function.
12786         (recentf-dialog-mode-map): Set parent keymap first.
12787         (recentf-dialog-mode): Define with define-derived-mode.
12788         Don't display continuation lines in dialogs.
12789         (recentf-edit-list): Rename from recentf-edit-selected-items.
12790         (recentf-edit-list-select): Rename from recentf-edit-list-action.
12791         Simplify.
12792         (recentf-edit-list-validate): New function.
12793         (recentf-edit-list): Update accordingly.
12794         (recentf-open-files-item-shift): Remove.
12795         (recentf-open-files-item): Convert menu elements into tree and
12796         link widgets.  Don't create the widgets.
12797         (recentf-open-files): Update accordingly.
12798         (recentf-save-list): Untabify.
12800 2005-06-25  Luc Teirlinck  <teirllm@auburn.edu>
12802         * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
12803         (keep-lines): Add INTERACTIVE arg.  Never delete lines only
12804         partially contained in the active region.  Do not take active
12805         region into account when called from Lisp, unless INTERACTIVE arg
12806         is non-nil.  Use `forward-line' instead of `beginning-of-line' to
12807         avoid trouble with fields.  Make marker point nowhere when no
12808         longer used.  Always return nil.  Doc fix.
12809         (flush-lines): Add INTERACTIVE arg.  Do not take active region
12810         into account when called from Lisp, unless INTERACTIVE arg is
12811         non-nil.  Use `forward-line' instead of `beginning-of-line' to
12812         avoid trouble with fields.  Make marker point nowhere when no
12813         longer used.  Always return nil.  Doc fix.
12814         (how-many): Add INTERACTIVE arg.  Make RSTART and REND args
12815         interchangeable.  Do not take active region into account when
12816         called from Lisp, unless INTERACTIVE arg is non-nil.  Do not print
12817         message in echo area when called from Lisp, unless INTERACTIVE arg
12818         is non-nil.  Avoid saying "1 occurrences".  Do not use markers.
12819         Return the number of matches.  Doc fix.
12820         (occur): Doc fix.
12821         (perform-replace): Make comment follow double space convention for
12822         the sake of `outline-minor-mode'.
12824         * faces.el (facep): Doc fix.
12826 2005-06-25  Richard M. Stallman  <rms@gnu.org>
12828         * facemenu.el (facemenu-enable-faces-p): New function.
12829         (facemenu-background-menu, facemenu-foreground-menu)
12830         (facemenu-face-menu): Add menu-enable property.
12832         * jka-compr.el (jka-compr-insert-file-contents):
12833         Special handling if cannot find the uncompression program.
12835         * cus-face.el (custom-face-attributes): Add autoload.
12837         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
12838         Bind comment-indent-function locally.
12840         * window.el (save-selected-window): Use save-current-buffer.
12842         * subr.el (with-selected-window): Use save-current-buffer.
12844         * progmodes/gud.el (gud-filter): Simplify using with-selected-window
12845         and with-current-buffer.
12847 2005-06-24  Richard M. Stallman  <rms@gnu.org>
12849         * simple.el (line-move-1): Fix previous change.
12851 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
12853         * replace.el (occur-1): Set `buffer-read-only' and the
12854         buffer-modified flag before running `occur-hook' to protect
12855         against unintentional buffer switches that can lead to data loss.
12857 2005-06-24  Nick Roberts  <nickrob@snap.net.nz>
12859         * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
12860         (gud-gdb-marker-filter): Use font-lock-warning-face for any
12861         initial error.
12863         * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
12864         after fresh input.
12865         (gdb-var-create-handler): Put name of expression in quotes.
12867 2005-06-23  Luc Teirlinck  <teirllm@auburn.edu>
12869         * emacs-lisp/ring.el (ring-elements): Make it return a list of the
12870         elements of RING in order, and without bogus nil elements.
12872 2005-06-23  Richard M. Stallman  <rms@gnu.org>
12874         * simple.el (set-variable): Args renamed; doc fix.
12875         (line-move-1): When there are overlays around, use vertical-motion.
12877         * faces.el (escape-glyph): Use brown against light background.
12878         (nobreak-space): Rename from no-break-space.
12879         Fix previous change.
12881         * dired-aux.el (dired-do-copy): Fix arg prompt.
12883         * mail/sendmail.el (mail-setup-with-from): Fix custom type.
12885 2005-06-23  Glenn Morris  <gmorris@ast.cam.ac.uk>
12887         * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
12888         rather than "Distributor".
12890 2005-06-23  Lute Kamstra  <lute@gnu.org>
12892         * emacs-lisp/debug.el (debugger-special-form-p): New defun.
12893         (debug-on-entry): Use it.  New interactive declaration that uses
12894         function-called-at-point.
12896 2005-06-23  Kim F. Storm  <storm@cua.dk>
12898         * subr.el (save-match-data): Add comment about using evaporate arg
12899         to set-match-data.
12901 2005-06-22  Glenn Morris  <gmorris@ast.cam.ac.uk>
12903         * cus-edit.el (customize-face)
12904         (customize-face-other-window): Handle face aliases.
12906         * faces.el (face-documentation, set-face-attribute)
12907         (face-spec-set): Handle face aliases.
12909 2005-06-22  Juanma Barranquero  <lekktu@gmail.com>
12911         * help-mode.el (help-make-xrefs): If a symbol representing a face
12912         name is not followed by the word "face", it could still be a
12913         function or variable name, so don't bypass other checks.
12915 2005-06-22  Juri Linkov  <juri@jurta.org>
12917         * ps-print.el (ps-face-foreground-name, ps-face-background-name):
12918         Replace aliased functions with calls where second arg `inherit' is t.
12920 2005-06-22  Nick Roberts  <nickrob@snap.net.nz>
12922         * progmodes/gdb-ui.el (gdb-error): New variable.
12923         (gdb-error): New function.
12924         (gdb-annotation-rules): Act on error-begin and error annotations.
12925         (gdb-concat-output): Use font-lock-warning-face for errors.
12927 2005-06-22  Miles Bader  <miles@gnu.org>
12929         * bindings.el (propertized-buffer-identification): Use renamed
12930         `Buffer-menu-buffer' face.
12932         * faces.el (vertical-border): Rename from `vertical-divider'.
12933         (escape-glyph): Change dark-background color back to `cyan'.
12935 2005-06-21  Juri Linkov  <juri@jurta.org>
12937         * faces.el (face-user-default-spec): Try getting `customized-face'
12938         prior to `saved-face'.
12939         (frame-background-mode): Refill docstring.
12941         * emacs-lisp/lisp-mode.el (eval-defun-1):
12942         * emacs-lisp/edebug.el (edebug-eval-defun):
12943         Set `saved-face' temporarily to nil before calling form.
12944         Set `customized-face' to the new spec after that.
12946 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
12948         * subr.el (1value, lambda, key-substitution-in-progress):
12949         Doc fixes.
12951         * autoinsert.el (auto-insert-alist):
12952         * ses.el (ses-call-printer):
12953         * subr.el (noreturn):
12954         * emacs-lisp/lisp.el (check-parens):
12955         * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
12956         * net/browse-url.el (browse-url-mosaic):
12957         * progmodes/cc-defs.el (c-safe-scan-lists):
12958         * progmodes/ebnf-abn.el (ebnf-abn-lex):
12959         * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
12960         * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
12961         * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
12962         * progmodes/ebnf-iso.el (ebnf-iso-lex):
12963         * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
12965 2005-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
12967         * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
12969 2005-06-21  Glenn Morris  <gmorris@ast.cam.ac.uk>
12971         * calendar/appt.el (appt-make-list): Activate the package, if
12972         not already active (for backwards compatibility).
12974 2005-06-20  Kim F. Storm  <storm@cua.dk>
12976         * subr.el (add-to-ordered-list): Test membership with eq.  Simplify.
12978 2005-06-20  Miles Bader  <miles@gnu.org>
12980         * faces.el (vertical-divider): New face.
12982 2005-06-20  Juanma Barranquero  <lekktu@gmail.com>
12984         * simple.el (kill-whole-line): Doc fix.
12985         (next-error-buffer-p, next-error-find-buffer)
12986         (clone-indirect-buffer): Fix typos in docstrings.
12987         (comment-line-break-function): Doc fix: don't say variable
12988         is automatically buffer-local (it isn't).
12990 2005-06-19  Michael Albinus  <michael.albinus@gmx.de>
12992         * net/tramp-ftp.el (top):
12993         * net/tramp-smb.el (top):
12994         * net/tramp-util.el (top):
12995         * net/tramp-uu.el (top):
12996         * net/tramp-vc.el (top):
12997         * net/tramp.el (top): Revert copyright years back to original
12998         ones.  Tramp has a life outside GNU Emacs.
13000 2005-06-19  Nick Roberts  <nickrob@snap.net.nz>
13002         * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
13004 2005-06-18  Juri Linkov  <juri@jurta.org>
13006         * progmodes/grep.el (grep-regexp-alist): Use backreference at the
13007         end of first regexp to limit the match to the position between
13008         line number and source line with same separator character as used
13009         between file name and line number.  In the second regexp limit
13010         mouse-face area to file name and line number by adding new group
13011         for them and referring it in HYPERLINK arg.
13012         (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
13013         (grep-mode): Set font-lock-lines-before to 0 to not refontify the
13014         previous line where grep markers may be already removed.
13016 2005-06-18  Peter Kleiweg  <p.c.j.kleiweg@rug.nl>
13018         * progmodes/ps-mode.el: Update version and maintainer's email address.
13020 2005-06-18  Steve Youngs  <steve@xemacs.org>
13022         * net/browse-url.el (browse-url-browser-function)
13023         (browse-url-default-browser): Add firefox.
13024         (browse-url-firefox-program, browse-url-firefox-arguments)
13025         (browse-url-firefox-startup-arguments)
13026         (browse-url-firefox-new-window-is-tab): New defcustoms.
13027         (browse-url-firefox, browse-url-firefox-sentinel): New functions.
13029 2005-06-17  Richard M. Stallman  <rms@gnu.org>
13031         * startup.el (command-line): Warn if specified user name has
13032         no home directory.
13034         * term.el (term-get-old-input, term-input-filter, term-input-sender)
13035         (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
13037         * longlines.el (longlines-mode, longlines-show-hard-newlines):
13038         Doc fixes.
13040         * faces.el (underline): Try bold if terminal doesn't support underline.
13042         * mail/sendmail.el (mail-setup-with-from): New variable.
13043         (mail-insert-from-field): New function.
13044         (sendmail-send-it): Call it.
13045         (mail-setup): Optionally call it here.
13047         * term/linux.el: Call tty-no-underline.
13049 2005-06-17  Luc Teirlinck  <teirllm@auburn.edu>
13051         * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
13053 2005-06-17  Miles Bader  <miles@gnu.org>
13055         * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
13056         (ediff-current-diff-C, ediff-current-diff-Ancestor)
13057         (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
13058         (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
13059         (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
13060         (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
13061         Remove "-face" suffix from face names.
13062         (ediff-current-diff-face-A, ediff-current-diff-face-B)
13063         (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
13064         (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
13065         (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
13066         (ediff-even-diff-face-A, ediff-even-diff-face-B)
13067         (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
13068         (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
13069         (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
13070         New backward-compatibility aliases for renamed faces.
13071         (ediff-current-diff-face-A, ediff-current-diff-face-B)
13072         (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
13073         (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
13074         (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
13075         (ediff-even-diff-face-A, ediff-even-diff-face-B)
13076         (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
13077         (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
13078         (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
13079         Use renamed ediff faces.
13081         * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
13082         Remove "-face" suffix from face names.
13083         (eshell-test-ok-face, eshell-test-failed-face):
13084         New backward-compatibility aliases for renamed faces.
13085         (eshell-run-test): Use renamed eshell-test faces.
13087         * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
13088         face name.
13089         (eshell-prompt-face): New backward-compatibility alias for renamed
13090         face.
13091         (eshell-emit-prompt): Use renamed eshell-prompt face.
13093         * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
13094         (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
13095         (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
13096         (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
13097         Remove "-face" suffix from face names.
13098         (eshell-ls-directory-face, eshell-ls-symlink-face)
13099         (eshell-ls-executable-face, eshell-ls-readonly-face)
13100         (eshell-ls-unreadable-face, eshell-ls-special-face)
13101         (eshell-ls-missing-face, eshell-ls-archive-face)
13102         (eshell-ls-backup-face, eshell-ls-product-face)
13103         (eshell-ls-clutter-face):
13104         New backward-compatibility aliases for renamed faces.
13105         (eshell-ls-decorated-name): Use renamed eshell-ls faces.
13107         * progmodes/cc-fonts.el (c-nonbreakable-space-face):
13108         Remove "-face" suffix from face name.
13109         (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
13110         instead of literal face.
13112 2005-06-17  Juanma Barranquero  <lekktu@gmail.com>
13114         * emacs-lisp/warnings.el (display-warning, lwarn)
13115         (warning-minimum-log-level): Doc fixes.
13116         (warning-minimum-level, warning-minimum-log-level):
13117         Add :debug to :type choices.
13119         * progmodes/ada-mode.el (ada-format-paramlist)
13120         (ada-get-indent-case, ada-check-matching-start)
13121         (ada-check-defun-name, ada-goto-matching-decl-start)
13122         (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
13123         (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
13124         (ada-make-subprogram-body): Follow error conventions.
13125         (ada-case-exception-file, ada-indent-comment-as-code)
13126         (ada-indent-handle-comment-special, ada-indent-renames)
13127         (ada-indent-return, ada-search-directories-internal)
13128         (ada-tab-policy, ada-case-exception-substring)
13129         (ada-other-file-alist, ada-matching-start-re)
13130         (ada-matching-decl-start-re, ada-contextual-menu-last-point)
13131         (ada-imenu-generic-expression, ada-compile-goto-error)
13132         (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
13133         (ada-popup-menu, ada-add-extensions, ada-mode)
13134         (ada-region-selected, ada-create-case-exception)
13135         (ada-create-case-exception-substring, ada-after-keyword-p)
13136         (ada-activate-keys-for-case, ada-adjust-case-region)
13137         (ada-adjust-case-buffer, ada-format-paramlist)
13138         (ada-scan-paramlist, ada-insert-paramlist)
13139         (ada-indent-newline-indent)
13140         (ada-indent-newline-indent-conditional)
13141         (ada-justified-indent-current, ada-goto-previous-word)
13142         (ada-indent-current, ada-get-indent-open-paren)
13143         (ada-get-indent-paramlist, ada-get-indent-end)
13144         (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
13145         (ada-get-indent-block-start, ada-get-indent-subprog)
13146         (ada-get-indent-noindent, ada-get-indent-label)
13147         (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
13148         (ada-search-prev-end-stmt, ada-goto-next-non-ws)
13149         (ada-goto-stmt-end, ada-goto-next-word)
13150         (ada-check-matching-start, ada-check-defun-name)
13151         (ada-goto-matching-decl-start, ada-goto-matching-start)
13152         (ada-goto-matching-end, ada-search-ignore-string-comment)
13153         (ada-in-decl-p, ada-looking-at-semi-or)
13154         (ada-looking-at-semi-private, ada-in-paramlist-p)
13155         (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
13156         (ada-untab-hard, ada-move-to-start, ada-move-to-end)
13157         (ada-next-procedure, ada-previous-procedure, ada-next-package)
13158         (ada-previous-package, ada-create-menu)
13159         (ada-fill-comment-paragraph-justify)
13160         (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
13161         (ada-other-file-name, ada-last-which-function-line)
13162         (ada-last-which-function-subprog, ada-which-function)
13163         (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
13164         (ada-gen-treat-proc, ada-check-emacs-version)
13165         (ada-continuation-indent, ada-align-region-separate):
13166         Fix typos in docstrings.
13167         (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
13169 2005-06-16  Lute Kamstra  <lute@gnu.org>
13171         * simple.el (fundamental-mode): Run after-change-major-mode-hook
13172         conditionally.
13174 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
13176         * comint.el (comint-replace-by-expanded-filename)
13177         (comint-prompt-regexp, comint-delimiter-argument-list)
13178         (comint-preinput-scroll-to-bottom):
13179         * info.el (Info-hide-cookies-node):
13180         * ls-lisp.el (ls-lisp-classify):
13181         * find-file.el (ff-search-directories, ff-special-constructs)
13182         (ff-find-other-file):
13183         * font-lock.el (font-lock-keywords):
13184         * shell.el (shell-prompt-pattern)
13185         (shell-dynamic-complete-functions, shell-mode)
13186         (shell-delimiter-argument-list):
13187         * term.el (term-replace-by-expanded-filename)
13188         (term-prompt-regexp, term-delimiter-argument-list):
13189         * woman.el (woman-ignore, woman0-if):
13190         * emacs-lisp/derived.el (derived-mode-init-mode-variables):
13191         * emacs-lisp/elint.el (elint-init-env):
13192         * emacs-lisp/regexp-opt.el (regexp-opt-depth):
13193         * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
13194         * language/ethio-util.el (ethio-tilde-escape)
13195         (ethio-use-three-dot-question):
13196         * net/zone-mode.el (zone-mode-load-time-setup):
13197         * progmodes/cc-align.el (c-lineup-argcont):
13198         * progmodes/cc-awk.el (c-awk-beginning-of-defun):
13199         * progmodes/cperl-mode.el (cperl-set-style-back):
13200         * progmodes/inf-lisp.el (inferior-lisp-prompt):
13201         * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
13202         Fix spellings in docstrings.
13204         * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
13205         * progmodes/modula2.el (m2-for): Fix spellings.
13207         * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
13209         * simple.el (undo-more): Don't use `format' on `error' arguments.
13210         Improve argument/docstring consistency.
13211         (pending-undo-list): Doc fix.
13213         * smerge-mode.el (smerge-ensure-match):
13214         * emulation/vip.el (vip-ex):
13215         * net/zone-mode.el (zone-mode-update-serial):
13216         * progmodes/idlwave.el (idlwave-complete):
13217         * progmodes/vhdl-mode.el (vhdl-visit-file)
13218         (vhdl-compose-wire-components):
13219         Don't use `format' on `error' arguments.
13221         * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
13222         (tooltip-use-echo-area, tooltip-process-prompt-regexp)
13223         (tooltip-help-tips): Fix typos in docstrings.
13225 2005-06-16  David Ponce  <david@dponce.com>
13227         * tree-widget.el (tree-widget-value-create): Simplify last change.
13229 2005-06-15  Matt Hodges  <MPHodges@member.fsf.org>
13231         * ido.el (ido-incomplete-regexp): New variable.
13232         (ido-set-matches-1): Handle invalid-regexp error and set
13233         ido-incomplete-regexp.
13234         (ido-incomplete-regexp): New face.
13235         (ido-completions): Use it.
13236         (ido-complete, ido-exit-minibuffer, ido-completions):
13237         Handle incomplete regexps.
13238         (ido-completions): Add check for complete match when entering a regexp.
13240 2005-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
13242         * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
13244 2005-06-15  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
13246         * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
13247         by field delimiters.
13249 2005-06-15  David Ponce  <david@dponce.com>
13251         * tree-widget.el: eval-and-compile inlined functions so they will
13252         be available at run-time too.
13253         (tree-widget-super-format-handler)
13254         (tree-widget-format-handler): Remove.
13255         (tree-widget-value-create): Handle the :indent property.
13257 2005-06-15  Miles Bader  <miles@gnu.org>
13259         * progmodes/which-func.el (which-func): Only inherit
13260         `font-lock-function-name-face' when that makes sense against the
13261         default mode-line face, otherwise set the face color explicitly.
13263         * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
13264         faces instead of (non-existent) variables.
13266 2005-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
13268         * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
13269         (iswitchb-get-matched-buffers): Likewise.  Simplify.
13271 2005-06-14  Miles Bader  <miles@gnu.org>
13273         * progmodes/ld-script.el (ld-script-location-counter):
13274         Remove "-face" suffix from face name.
13275         (ld-script-location-counter-face):
13276         New backward-compatibility alias for renamed face.
13277         (ld-script-location-counter-face): Use renamed face.
13279         * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
13280         (cperl-hash): Remove "-face" suffix from face names.
13281         (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
13282         New backward-compatibility aliases for renamed faces.
13283         (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
13284         (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
13286         * progmodes/which-func.el (which-func): Remove "-face" suffix from face
13287         name.
13288         (which-func-face): New backward-compatibility alias for renamed face.
13289         (which-func-format): Use renamed which-func face.
13291         * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
13292         (vhdl-function, vhdl-directive, vhdl-reserved-word)
13293         (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
13294         names.
13295         (vhdl-speedbar-entity, vhdl-speedbar-architecture)
13296         (vhdl-speedbar-configuration, vhdl-speedbar-package)
13297         (vhdl-speedbar-library, vhdl-speedbar-instantiation)
13298         (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
13299         (vhdl-speedbar-architecture-selected)
13300         (vhdl-speedbar-configuration-selected)
13301         (vhdl-speedbar-package-selected)
13302         (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
13303         names.
13304         (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
13305         Use renamed faces.
13306         (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
13307         (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
13308         (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
13309         Use renamed faces.
13310         (syntax-alist): Don't use "font-lock-" or "-face" in generated face
13311         names.
13312         (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
13313         (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
13314         (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
13315         (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
13316         (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
13317         (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
13319         * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
13320         face name.
13321         (sh-heredoc-face): New backward-compatibility alias for renamed face.
13322         (sh-heredoc-face): Use renamed sh-heredoc face.
13324         * progmodes/idlw-help.el (idlwave-help-link):
13325         Remove "-face" suffix from face name.
13326         (idlwave-help-link-face):
13327         New backward-compatibility alias for renamed face.
13328         (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
13330         * progmodes/idlw-shell.el (idlwave-shell-bp-face)
13331         (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
13332         (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
13333         New backward-compatibility aliases for renamed faces.
13334         (idlwave-shell-disabled-breakpoint-face)
13335         (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
13337         * progmodes/flymake.el (flymake-errline, flymake-warnline):
13338         Remove "-face" suffix from face names.
13339         (flymake-errline-face, flymake-warnline-face):
13340         New backward-compatibility aliases for renamed faces.
13341         (flymake-highlight-line): Use renamed flymake faces.
13343         * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
13344         (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
13345         (ebrowse-member-class, ebrowse-progress):
13346         Remove "-face" suffix from face names.
13347         (ebrowse-tree-mark-face, ebrowse-root-class-face)
13348         (ebrowse-file-name-face, ebrowse-default-face)
13349         (ebrowse-member-attribute-face, ebrowse-member-class-face)
13350         (ebrowse-progress-face):
13351         New backward-compatibility aliases for renamed faces.
13352         (ebrowse-show-progress, ebrowse-show-file-name-at-point)
13353         (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
13354         (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
13355         (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
13357         * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
13358         antlr-syntax)
13359         (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
13360         (antlr-literal): Remove "-face" suffix and "font-lock-" from face
13361         names.
13362         (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
13363         (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
13364         (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
13365         (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
13366         backward-compatibility aliases for renamed faces.
13367         (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
13368         (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
13369         (antlr-tokenref-face, antlr-literal-face): Variables renamed to
13370         remove "font-lock-".  Use renamed antlr-mode faces.
13371         (antlr-font-lock-additional-keywords): Use renamed faces.  Replace
13372         literal face-names with face variable references.
13374         * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
13375         face name.
13376         (Buffer-menu-buffer-face): New backward-compatibility alias for
13377         renamed face.
13378         (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
13380 2005-06-15  Daniel Pfeiffer  <occitan@esperanto.org>
13382         * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
13383         Eliminate "-face" suffix.
13384         (makefile-targets): Inherit from font-lock-function-name-face and
13385         eliminate "-face" suffix.
13386         (makefile-shell): Remove attributes and eliminate "-face" suffix.
13387         (makefile-*-font-lock-keywords): Append makefile-targets in rule
13388         actions, instead of prepending, to make it less visible.
13389         (makefile-previous-dependency, makefile-match-dependency):
13390         Don't match a target on a continuation line.
13392         * files.el (auto-mode-alist): Put Makefile in gmake mode.
13394 2005-06-15  Nick Roberts  <nickrob@snap.net.nz>
13396         * progmodes/gdb-ui.el (menu): Re-order menu items.
13397         (gdb-tooltip-print): Respect tooltip-use-echo-area.
13399         * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
13400         Define in tooltip.el.
13401         (gud-tooltip-process-output): Respect tooltip-use-echo-area.
13402         (gud-tooltip-tips): Respect tooltip-use-echo-area and
13403         gud-tooltip-echo-area.
13405         * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
13406         backward compatibility and make obsolete.
13407         (tooltip-help-tips): Use tooltip-use-echo-area.
13408         (tooltip-show-help-function): Rename to...
13409         (tooltip-show-help): ...this, because it is a function.
13410         (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
13412 2005-06-14  Luc Teirlinck  <teirllm@auburn.edu>
13414         * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
13415         (edebug-print-length, edebug-print-level, edebug-print-circle)
13416         (edebug-modify-breakpoint, edebug-eval-last-sexp)
13417         (edebug-eval-print-last-sexp): Doc fixes.
13419 2005-06-14  Kim F. Storm  <storm@cua.dk>
13421         * ido.el (ido-mode): Make a new keymap every time we enable ido,
13422         as the coverage buffer/file/both may change.
13424 2005-06-14  Lute Kamstra  <lute@gnu.org>
13426         * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
13427         and run-mode-hooks.  Simplify.
13429         * mail/rmailedit.el (rmail-edit-mode):
13430         * progmodes/octave-inf.el (inferior-octave-mode):
13431         * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
13433         * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
13434         and run-mode-hooks.
13435         (recentf-edit-list, recentf-open-files): Don't call
13436         kill-all-local-variables directly.
13438         * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
13440 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
13442         * emacs-lisp/byte-run.el (make-obsolete)
13443         (define-obsolete-function-alias): Rename arguments FUNCTION and
13444         NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
13445         (make-obsolete-variable, define-obsolete-variable-alias):
13446         Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
13447         respectively.
13449         * isearchb.el (isearchb-activate):
13450         * pcvs.el (cvs-mode):
13451         * ses.el (ses-load):
13452         * vc-arch.el (vc-arch-checkin, vc-arch-diff):
13453         * net/tramp.el (tramp-find-file-exists-command)
13454         (tramp-find-shell):
13455         * progmodes/ada-mode.el (ada-create-case-exception)
13456         (ada-create-case-exception-substring, ada-make-subprogram-body):
13457         * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
13458         * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
13459         * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
13460         * textmodes/org.el (org-promote, org-evaluate-time-range)
13461         (org-agenda-next-date-line, org-agenda-previous-date-line)
13462         (org-agenda-error, org-open-at-point, org-table-move-row)
13463         (org-format-table-table-html-using-table-generate-source)
13464         (org-shiftcursor-error, org-ctrl-c-ctrl-c):
13465         * textmodes/reftex.el (reftex-access-scan-info):
13466         * textmodes/reftex-toc.el (reftex-toc-dframe-p)
13467         (reftex-toc-promote-prepare): Follow error conventions.
13469         * diff-mode.el (diff-mode): Fix typo in docstring.
13471         * forms.el (forms--intuit-from-file): Fix reference to
13472         `forms-number-of-fields' in error message.
13473         (forms-print): Fix quoting in error message.
13475         * forms.el (forms-mode):
13476         * emulation/vi.el (vi-goto-insert-state):
13477         * progmodes/flymake.el (flymake-new-err-info)
13478         (flymake-start-syntax-check-for-current-buffer)
13479         (flymake-simple-cleanup):
13480         * eshell/esh-var.el (eshell/export):
13481         * progmodes/gud.el (xdb):
13482         * textmodes/flyspell.el (flyspell-incorrect-hook)
13483         (flyspell-maybe-correct-transposition)
13484         (flyspell-maybe-correct-doubling): Fix quoting in docstring.
13486 2005-06-13  Luc Teirlinck  <teirllm@auburn.edu>
13488         * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
13489         minibuffer prompt.
13491 2005-06-13  Kim F. Storm  <storm@cua.dk>
13493         * subr.el (add-to-ordered-list): New defun.
13495         * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
13496         add cua--keymap-alist to emulation-mode-map-alists.
13498 2005-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
13500         * subr.el (complete-in-turn): New macro.
13501         (dynamic-completion-table, lazy-completion-table): Add debug info.
13503         * faces.el (read-face-name): Use complete-in-turn complete non-aliases
13504         in preference to face aliases.
13506         * textmodes/fill.el (fill-match-adaptive-prefix): New function.
13507         (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
13508         Remove unused vars `start' and `firstline'.
13509         (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
13510         (justify-current-line, fill-individual-paragraphs): Remove unused vars.
13512 2005-06-13  Eli Zaretskii  <eliz@gnu.org>
13514         * cus-start.el (all): Don't complain about missing GTK-related
13515         variables, unless either `gtk' is boundp or this isn't a
13516         `windows-nt' build.
13518 2005-06-13  Lute Kamstra  <lute@gnu.org>
13520         * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
13521         run-mode-hooks.
13523         * ediff-mult.el (ediff-meta-mode):
13524         * ediff-util.el (ediff-mode): Use run-mode-hooks.
13526         * ledit.el (ledit-mode): Use delay-mode-hooks.
13528         * woman.el (woman-mode-line-format): Delete constant.
13529         (woman-mode-map): Initialize it properly.
13530         (woman-mode): Set mode-class property to special.
13531         Use delay-mode-hooks and run-mode-hooks.  Use the right keymap.
13532         Set major-mode and mode-name.  Don't set mode-line-format directly.
13533         (Man-getpage-in-background): Don't reference woman-mode-line-format.
13535         * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
13536         string argument obsolete.
13538 2005-06-13  Carsten Dominik  <dominik@science.uva.nl>
13540         * textmodes/org.el (org-CUA-compatible): New option.
13541         (org-disputed-keys): New variable.
13542         (org-key): New function.
13543         (orgtbl-make-binding): Add docstring to the created function.
13544         (org-mode): Set paragraph start/separate regexps.
13545         (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
13546         (org-archive-location, org-archive-mark-done)
13547         (org-archive-stamp-time): New options.
13548         (org-archive-subtree): New command.
13549         (org-fill-paragraph): New function.
13550         (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
13551         (org-fake-empty-table-line): Function removed.
13552         (org-format-org-table-html): Do not create empty table lines at
13553         separator lines.  Improved table header treatment.
13554         (org-link-format): New option.
13555         (org-make-link): New function.
13556         (org-insert-link, org-store-link): Use org-make-link.
13557         (org-open-file): Quote file name for shell command, to allow
13558         spaces in file names.
13559         (org-link-regexp): Fix bug with mailto link.
13560         (org-link-maybe-angles-regexp, org-protected-link-regexp):
13561         New constants.
13562         (org-export-as-html): Deal with the optional angles around a link.
13563         Better treatment of file: links.
13564         (org-open-at-point): Replace @{ and @} with < and >.
13565         (org-run-mode-hooks): Function removed.
13566         (org-agenda-mode): No longer use `org-run-mode-hooks'.
13568 2005-06-13  Nick Roberts  <nickrob@snap.net.nz>
13570         * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
13571         MI command -data-list-register-values.
13572         (gdb-post-prompt): Indent properly.
13574 2005-06-13  Juanma Barranquero  <lekktu@gmail.com>
13576         * hilit-chg.el (highlight-changes-colors): Rename from
13577         `highlight-changes-colours'.
13578         (highlight-changes-colours): Keep as obsolete alias.
13579         (highlight-changes-face-list): Doc fix.
13580         (hilit-chg-make-list): Use `highlight-changes-colors'.
13582 2005-06-12  Mark A. Hershberger  <mah@everybody.org>
13584         * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
13585         defun-prompt-regexp.
13587 2005-06-12  Eli Zaretskii  <eliz@gnu.org>
13589         * loadup.el: Don't say we are dumping under 2 names on windows-nt
13590         and cygwin.
13592         * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
13593         Don't use an old loaddefs.el, as in Makefile.in.
13595 2005-06-12  Lute Kamstra  <lute@gnu.org>
13597         * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
13599         * man.el (Man-mode-map): Initialize it properly.
13600         (Man-mode): Set mode-class property to special.
13602         * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
13604 2005-06-11  Luc Teirlinck  <teirllm@auburn.edu>
13606         * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
13607         A newline is needed in the docstring there.
13609         * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
13610         Doc fixes.
13612 2005-06-11  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
13614         * printing.el: Doc fix.  The menubar is no more changed when printing
13615         is loaded, it only changes when pr-menu-bind or pr-update-menus is
13616         called.  Now, the menubar changing will work in Emacs 20, 21 and 22.
13617         (pr-version): New version number (6.8.4).
13618         (pr-menu-bind): New command.
13619         (pr-update-menus): Docstring and code fix.
13620         (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
13621         Docstring fix.
13622         (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
13623         (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
13625 2005-06-11  Thien-Thi Nguyen  <ttn@gnu.org>
13627         * emacs-lisp/ewoc.el: Doc fixes for public funcs:
13628         "Returns" to "return", document useful return values, etc.
13630 2005-06-11  Alan Mackenzie  <acm@muc.de>
13632         * fill.el (fill-context-prefix): Try `adaptive-fill-function'
13633         BEFORE `adaptive-fill-regexp' when determining a fill prefix.
13634         (adaptive-file-function): Minor amendment to doc-string.
13636 2005-06-11  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
13638         * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
13639         (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
13640         Fix :type--it is `integer', not `string'.
13642         * faces.el (modeline-highlight): Rename from (the erroneous)
13643         `modeline-higilight'.
13645 2005-06-11  Lute Kamstra  <lute@gnu.org>
13647         * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
13648         lisp-interaction-mode-map but make it the parent.
13649         (edebug-eval-mode): Use define-derived-mode.
13651 2005-06-11  Andreas Schwab  <schwab@suse.de>
13653         * bindings.el: Add binding of `ESC functionkey' for every
13654         `M-functionkey'.
13655         * hexl.el (hexl-mode-map): Likewise.
13657 2005-06-10  Michael Hotchin  <michael@hotchin.net>  (tiny change)
13659         * progmodes/compile.el (compilation-error-regexp-alist-alist)
13660         [msft]: update regexp for newer msft compilers.
13662 2005-06-10  Mark A. Hershberger  <mah@everybody.org>
13664         * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
13665         ATTLIST portions of included DTDs.
13666         (xml-parse-dtd): Eliminate use of inefficient match-data.
13668 2005-06-10  Miles Bader  <miles@gnu.org>
13670         * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
13671         (mpuz-text): Remove "-face" suffix from face names.
13672         (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
13673         (mpuz-text-face): New backward-compatibility aliases for renamed faces.
13674         (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
13676         * play/gomoku.el (gomoku-O, gomoku-X):
13677         Remove "-face" suffix from face names.
13678         (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
13679         New backward-compatibility aliases for renamed faces.
13680         (gomoku-font-lock-keywords): Use renamed gomoku faces.
13682 2005-06-10  Juanma Barranquero  <lekktu@gmail.com>
13684         * thumbs.el: Fixes for changes of 2005-06-09.
13685         (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
13686         as a directory.
13687         (thumbs-thumbname): Remove directory separator from format string;
13688         `thumbs-thumbsdir' now returns a valid directory name.
13689         (thumbs-temp-dir): New defsubst.
13690         (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
13691         Use it.
13693         * cus-edit.el (minibuffer):
13694         * files.el (make-backup-file-name-function):
13695         * filesets.el (filesets-external-viewers):
13696         * hilit-chg.el (highlight-changes-colours)
13697         (highlight-changes-face-list, highlight-changes-rotate-faces):
13698         * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
13699         * kmacro.el (kmacro-call-macro):
13700         * log-edit.el (log-edit-changelog-full-paragraphs):
13701         * mouse.el (mouse-1-click-follows-link):
13702         * skeleton.el (skeleton-autowrap):
13703         * subr.el (insert-for-yank-1):
13704         * tempo.el (tempo-insert-region):
13705         * terminal.el (terminal-emulator):
13706         * time.el (display-time-mail-face):
13707         * vc.el (vc-annotate):
13708         * vcursor.el (vcursor-copy-line):
13709         * woman.el (woman-bold-headings, woman-ignore)
13710         (woman-default-faces, woman-monochrome-faces):
13711         * calendar/todo-mode.el (todo-insert-threshold):
13712         * emulation/pc-select.el (pc-select-selection-keys-only)
13713         (pc-selection-mode):
13714         * emulation/vip.el (vip-find-char-forward):
13715         * emulation/viper-cmd.el (viper-find-char-forward):
13716         * international/mule-cmds.el
13717         (select-safe-coding-system-accept-default-p)
13718         (input-method-exit-on-invalid-key):
13719         * international/mule-diag.el (describe-coding-system):
13720         * international/ucs-tables.el (unify-8859-on-encoding-mode):
13721         * net/browse-url.el (browse-url-xterm-program):
13722         * obsolete/lazy-lock.el (lazy-lock-mode):
13723         * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
13724         (cperl-mode):
13725         * progmodes/cpp.el (cpp-face-light-name-list)
13726         (cpp-face-dark-name-list):
13727         * progmodes/delphi.el (delphi-newline-always-indents):
13728         Fix spellings in docstrings.
13730         * ido.el (ido-mode, ido-file-extensions-order)
13731         (ido-default-file-method, ido-default-buffer-method)
13732         (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
13733         (ido-decorations, ido-read-file-name-as-directory-commands)
13734         (ido-read-file-name-non-ido, ido-work-directory-list)
13735         (ido-ignore-item-temp-list, ido-current-directory)
13736         (ido-magic-forward-char, ido-enter-find-file)
13737         (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
13738         (ido-find-file, ido-read-buffer): Fix typos in docstrings.
13740 2005-06-10  Lute Kamstra  <lute@gnu.org>
13742         * play/dunnet.el (dun-mode): Use define-derived-mode.
13743         (dungeon-mode-map): Rename to dun-mode-map.  Keep old name as an
13744         obsolete alias.
13746         * play/doctor.el (doctor-mode-map): Remove defvar.
13747         (doctor-mode): Use define-derived-mode.
13749         * mail/mspools.el (mspools-mode):
13750         * net/eudc-hotlist.el (eudc-hotlist-mode):
13751         * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
13753 2005-06-10  Miles Bader  <miles@gnu.org>
13755         * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
13756         Remove "-face" suffix from face names.
13757         (flyspell-incorrect-face, flyspell-duplicate-face):
13758         New backward-compatibility aliases for renamed faces.
13759         (flyspell-mode-on, make-flyspell-overlay)
13760         (flyspell-highlight-incorrect-region)
13761         (flyspell-highlight-duplicate-region)
13762         (flyspell-display-next-corrections)
13763         (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
13765         * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
13766         from face name.
13767         (texinfo-heading-face): New backward-compatibility alias for
13768         renamed face.
13769         (texinfo-heading-face): Use renamed texinfo-heading face.
13771         * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
13772         suffix from face names.
13773         (tex-math-face, tex-verbatim-face):
13774         New backward-compatibility aliases for renamed faces.
13775         (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
13776         (tex-insert-quote): Use `tex-verbatim-face' variable instead of
13777         literal face name.
13779         * textmodes/table.el (table-cell): Remove "-face" suffix from face
13780         name.
13781         (table-cell-face): New backward-compatibility alias for renamed face.
13782         (table--put-cell-face-property, table--update-cell-face):
13783         Use renamed table-cell face.
13785         * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
13786         from face name.
13787         (sgml-namespace-face): New backward-compatibility alias for
13788         renamed face.
13789         (sgml-namespace-face): Use renamed sgml-namespace face.
13791         * textmodes/org.el (org-level-1, org-level-2, org-level-3)
13792         (org-level-4, org-level-5, org-level-6, org-level-7)
13793         (org-level-8, org-warning, org-headline-done)
13794         (org-deadline-announce, org-scheduled-today)
13795         (org-scheduled-previously, org-link, org-done, org-table)
13796         (org-time-grid): Remove "-face" suffix from face names.
13797         (org-level-1-face, org-level-2-face, org-level-3-face)
13798         (org-level-4-face, org-level-5-face, org-level-6-face)
13799         (org-level-7-face, org-level-8-face, org-warning-face)
13800         (org-headline-done-face, org-deadline-announce-face)
13801         (org-scheduled-today-face, org-scheduled-previously-face)
13802         (org-link-face, org-done-face, org-table-face)
13803         (org-time-grid-face):
13804         New backward-compatibility aliases for renamed faces.
13805         (org-level-faces, org-set-font-lock-defaults, org-timeline)
13806         (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
13807         (org-agenda-get-timestamps, org-agenda-get-scheduled)
13808         (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
13810         * emulation/viper-init.el (viper-search, viper-replace-overlay)
13811         (viper-minibuffer-emacs, viper-minibuffer-insert)
13812         (viper-minibuffer-vi): Remove "-face" suffix from face names.
13813         (viper-search-face, viper-replace-overlay-face)
13814         (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
13815         (viper-minibuffer-vi-face):
13816         New backward-compatibility aliases for renamed faces.
13817         (viper-search-face, viper-replace-overlay-face)
13818         (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
13819         (viper-minibuffer-vi-face): Use renamed viper faces.
13821         * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
13822         Remove "-face" suffix from face names.
13823         (testcover-nohits-face, testcover-1value-face):
13824         New backward-compatibility aliases for renamed faces.
13825         (testcover-mark): Use renamed testcover faces.
13827         * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
13828         face name.
13829         (diary-button-face): New backward-compatibility alias for renamed face.
13830         (diary-entry): Use renamed diary-button face.
13832         * calendar/calendar.el (diary, calendar-today, holiday)
13833         (mark-visible-calendar-date): Remove "-face" suffix from face names.
13834         (diary-face, calendar-today-face, holiday-face):
13835         New backward-compatibility aliases for renamed faces.
13836         (eval-after-load "facemenu", diary-entry-marker)
13837         (calendar-today-marker, calendar-holiday-marker, diary-face):
13838         Use renamed calendar faces.
13840         * compare-w.el (compare-windows): Remove "-face" suffix from face name.
13841         (compare-windows-face): New backward-compatibility alias for
13842         renamed face.
13843         (compare-windows-highlight): Use renamed compare-windows face.
13845         * strokes.el (strokes-char): Remove "-face" suffix from face name.
13846         (strokes-char-face): New backward-compatibility alias for renamed face.
13847         (strokes-encode-buffer): Use renamed strokes-char face.
13849         * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
13850         (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
13851         Remove "-face" suffix from face names.
13852         (cvs-header-face, cvs-filename-face, cvs-unknown-face)
13853         (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
13854         (cvs-msg-face): New backward-compatibility aliases for renamed faces.
13855         (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
13856         Use renamed pcvs faces.
13857         * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
13858         * pcvs-defs.el (cvs-mode-map): Likewise.
13859         * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
13861         * info.el (info-title-1, info-title-2, info-title-3)
13862         (info-title-4): Remove "-face" suffix from and downcase face names.
13863         (Info-title-1-face, Info-title-2-face, Info-title-3-face)
13864         (Info-title-4-face):
13865         New backward-compatibility aliases for renamed faces.
13866         (Info-fontify-node): Use renamed info faces.
13868         * hilit-chg.el (highlight-changes, highlight-changes-delete):
13869         Remove "-face" suffix from face names.
13870         (highlight-changes-face, highlight-changes-delete-face):
13871         New backward-compatibility aliases for renamed faces.
13872         (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
13873         (hilit-chg-make-list): Use renamed highlight-changes faces.
13875         * generic-x.el (show-tabs-tab, show-tabs-space):
13876         Remove "-face" suffix from face names.
13877         (show-tabs-tab-face, show-tabs-space-face):
13878         New backward-compatibility aliases for renamed faces.
13879         (show-tabs-generic-mode-font-lock-defaults-1)
13880         (show-tabs-generic-mode-font-lock-defaults-2):
13881         Use renamed show-tabs faces.
13883         * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
13884         (smerge-markers): Remove "-face" suffix from face names.
13885         (smerge-mine-face, smerge-other-face, smerge-base-face)
13886         (smerge-markers-face):
13887         New backward-compatibility aliases for renamed faces.
13888         (smerge-mine-face, smerge-other-face, smerge-base-face)
13889         (smerge-markers-face): Use renamed smerge faces.
13891         * log-view.el (log-view-file, log-view-message): Remove "-face"
13892         suffix from face names.
13893         (log-view-file-face, log-view-message-face):
13894         New backward-compatibility aliases for renamed faces.
13895         (log-view-file-face, log-view-message-face): Use renamed log-view
13896         faces.
13898         * paren.el (show-paren-match, show-paren-mismatch):
13899         Remove "-face" suffix from face names.
13900         (show-paren-match-face, show-paren-mismatch-face):
13901         New backward-compatibility aliases for renamed faces.
13902         (show-paren-function): Use renamed show-paren faces.
13904         * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
13905         (ruler-mode-margins, ruler-mode-fringes)
13906         (ruler-mode-column-number, ruler-mode-fill-column)
13907         (ruler-mode-comment-column, ruler-mode-goal-column)
13908         (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
13909         suffix from face names.
13910         (ruler-mode-default-face, ruler-mode-pad-face)
13911         (ruler-mode-margins-face, ruler-mode-fringes-face)
13912         (ruler-mode-column-number-face, ruler-mode-fill-column-face)
13913         (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
13914         (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
13915         New backward-compatibility aliases for renamed faces.
13916         (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
13917         (ruler-mode-column-number, ruler-mode-fill-column)
13918         (ruler-mode-comment-column, ruler-mode-goal-column)
13919         (ruler-mode-tab-stop, ruler-mode-current-column)
13920         (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
13921         faces.
13923         * whitespace.el (whitespace-highlight): Remove "-face" suffix from
13924         face name.
13925         (whitespace-highlight-the-space): Use renamed face.
13926         (whitespace-highlight-face): New backward-compatibility alias for
13927         renamed face.
13929         * woman.el (woman-italic, woman-bold, woman-unknown)
13930         (woman-addition, woman-symbol-face):
13931         Remove "-face" suffix from face names.
13932         (woman-italic-face, woman-bold-face, woman-unknown-face)
13933         (woman-addition-face):
13934         New backward-compatibility aliases for renamed faces.
13935         (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
13936         (woman-decode-region, woman-replace-match)
13937         (woman-display-extended-fonts, woman-special-characters)
13938         (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
13939         Use renamed woman faces.
13941         * longlines.el (longlines-visible-face): Face removed.
13943         * diff-mode.el (diff-header, diff-file-header, diff-index)
13944         (diff-hunk-header, diff-removed, diff-added, diff-changed)
13945         (diff-function, diff-context, diff-nonexistent): Remove "-face"
13946         suffix from face names.
13947         (diff-header-face, diff-file-header-face, diff-index-face)
13948         (diff-hunk-header-face, diff-removed-face, diff-added-face)
13949         (diff-changed-face, diff-function-face, diff-context-face)
13950         (diff-nonexistent-face): New backward-compatibility aliases for
13951         renamed faces.
13952         (diff-header-face, diff-file-header-face)
13953         (diff-index, diff-index-face, diff-hunk-header)
13954         (diff-hunk-header-face, diff-removed, diff-removed-face)
13955         (diff-added, diff-added-face, diff-changed-face, diff-function)
13956         (diff-function-face, diff-context-face, diff-nonexistent)
13957         (diff-nonexistent-face): Use renamed diff-mode faces.
13959         * progmodes/compile.el (compilation-warning-face)
13960         (compilation-info-face): Remove "-face" suffix from face names.
13961         (compilation-warning-face, compilation-info-face):
13962         New backward-compatibility aliases for renamed faces.
13963         (compilation-warning-face, compilation-info-face):
13964         Use renamed compilation faces.
13966         * add-log.el (change-log-date, change-log-name)
13967         (change-log-email, change-log-file, change-log-list)
13968         (change-log-conditionals, change-log-function)
13969         (change-log-acknowledgement): Remove "-face" suffix from face names.
13970         (change-log-date-face, change-log-name-face)
13971         (change-log-email-face, change-log-file-face)
13972         (change-log-list-face, change-log-conditionals-face)
13973         (change-log-function-face, change-log-acknowledgement-face):
13974         New backward-compatibility aliases for renamed faces.
13975         (change-log-font-lock-keywords): Use renamed change-log faces.
13977         * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
13978         (custom-set, custom-changed, custom-saved, custom-button)
13979         (custom-button-pressed, custom-documentation, custom-state)
13980         (custom-comment, custom-comment-tag, custom-variable-tag)
13981         (custom-variable-button, custom-face-tag, custom-group-tag-1)
13982         (custom-group-tag): Remove "-face" suffix from face names.
13983         (custom-magic-alist, custom-magic-value-create)
13984         (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
13985         (custom-invalid-face, custom-rogue-face, custom-modified-face)
13986         (custom-set-face, custom-changed-face, custom-saved-face)
13987         (custom-button-face, custom-button-pressed-face)
13988         (custom-documentation-face, custom-state-face)
13989         (custom-comment-face, custom-comment-tag-face)
13990         (custom-variable-tag-face, custom-variable-button-face)
13991         (custom-face-tag-face, custom-group-tag-face-1)
13992         (custom-group-tag-face):
13993         New backward-compatibility aliases for renamed faces.
13995         * wid-edit.el (widget-documentation, widget-button)
13996         (widget-field, widget-single-line-field, widget-inactive)
13997         (widget-button-pressed): "-face" suffix removed from face names.
13998         (widget-documentation-face, widget-button-face)
13999         (widget-field-face, widget-single-line-field-face)
14000         (widget-inactive-face, widget-button-pressed-face):
14001         New backward-compatibility aliases for renamed faces.
14002         (widget-documentation-face, widget-button-face)
14003         (widget-button-pressed-face, widget-specify-field)
14004         (widget-specify-inactive): Use renamed widget faces.
14006 2005-06-10  Kenichi Handa  <handa@m17n.org>
14008         * term/x-win.el (x-clipboard-yank): Remove condition-case
14009         wrapping.
14011 2005-06-11  Kenichi Handa  <handa@m17n.org>
14013         * add-log.el (change-log-font-lock-keywords): Make the regexp for
14014         date lines stricter.
14016 2005-06-10  Zhang Wei  <id.brep@gmail.com>  (tiny change)
14018         * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
14019         of x-get-selection.
14021 2005-06-10  Juanma Barranquero  <lekktu@gmail.com>
14023         * comint.el (comint-mode, comint-snapshot-last-prompt):
14024         * frame.el (frame-current-scroll-bars):
14025         * term.el (term-mode, term-check-proc, term-input-sender)
14026         (term-simple-send, term-extract-string, term-word)
14027         (term-match-partial-filename):
14028         * window.el (window-current-scroll-bars):
14029         * emulation/cua-base.el (cua-normal-cursor-color)
14030         (cua-read-only-cursor-color, cua-overwrite-cursor-color)
14031         (cua-global-mark-cursor-color):
14032         * mail/undigest.el (rmail-forward-separator-regex):
14033         Fix typos in docstrings.
14035         * comint.el (comint-check-proc, make-comint-in-buffer)
14036         (comint-source-default): Doc fixes.
14038         * term.el (term-send-string): Improve argument/docstring consistency.
14040 2005-06-09  Luc Teirlinck  <teirllm@auburn.edu>
14042         * comint.el (comint-send-input): Bind `inhibit-read-only' around
14043         call to `delete-region'.
14044         (comint-mode-hook): Do not enable Font Lock by default.
14046 2005-06-09  Lute Kamstra  <lute@gnu.org>
14048         * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
14049         could be void.
14051 2005-06-09  Stefan Monnier  <monnier@iro.umontreal.ca>
14053         * emacs-lisp/debug.el (debugger-will-be-back): New var.
14054         (debug): Use it.
14055         (debugger-step-through, debugger-continue, debugger-jump)
14056         (debugger-return-value): Set it when needed.
14057         (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
14058         Use inhibit-read-only.
14060 2005-06-09  Juanma Barranquero  <lekktu@gmail.com>
14062         * window.el (shrink-window-if-larger-than-buffer)
14063         (window-size-fixed): Fix typo in docstring.
14065         * thumbs.el: Don't set `auto-image-file-mode'.  Do not create the
14066         thumbnails directory on loading.
14067         (thumbs-conversion-program): Use `eq' to check the system type,
14068         not `equal'.
14069         (thumbs-temp-dir): Initialize to `temporary-file-directory',
14070         not "/tmp".  Fix docstring.
14071         (thumbs-thumbsdir): New function to return the thumbnails
14072         directory, creating it if needed.
14073         (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
14074         (thumbs-temp-file): Delete variable and make it into a function.
14075         (thumbs-resize-image, thumbs-modify-image): Use it.
14076         (thumbs-kill-buffer): Simplify.
14077         (thumbs-gensym): Defalias or duplicate CL `gensym'.
14078         (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
14079         docstrings.
14081 2005-06-09  Kim F. Storm  <storm@cua.dk>
14083         * subr.el (save-match-data): Add RESEAT arg `evaporate' to
14084         set-match-data to free markers in match-data.
14086         * replace.el (replace-match-data): Pass RESEAT arg `t' to
14087         match-data to unchain markers in match-data.
14089 2005-06-08  Stefan Monnier  <monnier@iro.umontreal.ca>
14091         * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
14092         the debugger immediately anyway.  Undo the 2005-06-06 change, rendered
14093         unnecessary now.
14095 2005-06-08  Richard M. Stallman  <rms@gnu.org>
14097         * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
14098         give the variable a doc string that doesn't say don't set it directly.
14100         * textmodes/ispell.el (ispell-check-version):
14101         Use match-string-no-properties.
14102         (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
14103         (ispell-buffer-local-words): Likewise.
14105         * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
14106         except on terminals with enough colors to really display it.
14107         (makefile-dependency-regex): Delete spurious `bb'.
14109         * faces.el (escape-glyph): Use blue once again in last case.
14110         (no-break-space): Redefine so that it isn't invisible on a tty.
14112 2005-06-08  Kim F. Storm  <storm@cua.dk>
14114         * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
14115         also when reading directory name.
14117 2005-06-08  Lute Kamstra  <lute@gnu.org>
14119         * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
14120         (flyspell-mode-line-string): Remove autoload cookie.
14121         (flyspell-mode): Remove defvar.
14123 2005-06-07  Lute Kamstra  <lute@gnu.org>
14125         * textmodes/org.el (org-run-mode-hooks): New function.
14126         (org-agenda-mode): Use it.
14128 2005-06-07  David McCabe  <davemccabe@gmail.com>  (tiny change)
14130         * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
14132 2005-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
14134         * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
14136 2005-06-06  Luc Teirlinck  <teirllm@auburn.edu>
14138         * font-lock.el (font-lock-add-keywords): Doc fix.
14140 2005-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
14142         * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
14143         (tex-compile-default): In the absence of any history, use the order in
14144         tex-compile-alist to choose the preferred command.
14145         (tex-compile-commands): Reorder a bit.
14147         * textmodes/flyspell.el (flyspell-auto-correct-binding)
14148         (flyspell-incorrect-face, flyspell-duplicate-face):
14149         Use (X)Emacs-agnostic code.
14150         (flyspell-mode-map): Don't overwrite at each load.  Remove code
14151         redundant with the subsequent add-minor-mode.  Merge Emacs and
14152         XEmacs code.
14153         (flyspell-word): Minor simplification.
14154         (flyspell-math-tex-command-p): Quieten the byte-compiler.
14155         (flyspell-external-point-words): Remove unused vars `size' and `start'.
14156         (flyspell-do-correct): Rename from flyspell-xemacs-correct.
14157         Merge the corresponding Emacs code.
14158         (flyspell-correct-word, flyspell-xemacs-popup):
14159         Use flyspell-do-correct.
14161         * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
14162         a dedicated window.
14164         * international/latexenc.el (latexenc-find-file-coding-system):
14165         Undo part of last patch, to turn off a compiler warning.
14167 2005-06-06  Juri Linkov  <juri@jurta.org>
14169         * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
14170         Rename `tmm-inactive-face' to `tmm-inactive'.
14172 2005-06-06  Matt Hodges  <MPHodges@member.fsf.org>
14174         * iswitchb.el: Rename faces.
14176 2005-06-06  Kim F. Storm  <storm@cua.dk>
14178         * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
14179         (cua-global-mark): Remove -face suffix from face names.
14181         * emulation/cua-gmrk.el (cua--init-global-mark):
14182         Remove cua-global-mark face setup.
14184 2005-06-06  Richard M. Stallman  <rms@gnu.org>
14186         * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
14187         just like other allowed characters.
14188         (makefile-match-dependency): Exclude leading and training whitespace
14189         from the range of regexp subexp 1.
14190         (makefile-macroassign-regex): Don't try to match the body,
14191         just the name of the macro being defined.
14193         * info.el (Info-read-node-name-2): New function.
14194         (Info-read-node-name-1): Use that.
14195         Add a completion-base-size-function property.
14197         * simple.el (completion-setup-function): Look for
14198         completion-base-size-function property of minibuffer-completion-table.
14200         * files.el (locate-file-completion): Doc fix.
14202         * printing.el: Don't call pr-update-menus; user must do that.
14204         * emacs-lisp/debug.el (debugger-window): New variable.
14205         (debug): Use debugger-window if it is set and still alive.
14206         Record debugger-window for next entry.
14208         * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
14210 2005-06-06  Matthias F\e,Av\e(Brste  <slashdevslashnull@gmx.net>
14212         * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
14213         (hack-one-local-variable, hack-local-variables)
14214         (hack-local-variables-prop-line): Pass that arg.
14216 2005-06-06  Kim F. Storm  <storm@cua.dk>
14218         * ido.el (ido-first-match, ido-only-match, ido-subdir)
14219         (ido-indicator): Remove -face suffix from face names.
14221 2005-06-06  Juri Linkov  <juri@jurta.org>
14223         * font-lock.el (font-lock-regexp-backslash)
14224         (font-lock-regexp-backslash-construct): New faces.
14225         (lisp-font-lock-keywords-2): Use new faces.  Match `?:' only
14226         after `('.  Add `while-no-input' to control structures.
14228         * faces.el (no-break-space, shadow): New faces.
14229         (escape-glyph): Use less loud colors pink2 and red4.
14231         * diff-mode.el (diff-context-face)
14232         * dired.el (dired-ignored)
14233         * rfn-eshadow.el (file-name-shadow)
14234         * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
14236         * info.el (Info-title-1-face): Use green instead of yellow because
14237         bold yellow is not readable on light backgrounds.
14239         * progmodes/compile.el (compilation-start): Move `erase-buffer' up
14240         before selecting the desired mode to not spend time fontifying
14241         old contents.
14243 2005-06-06  Juanma Barranquero  <lekktu@gmail.com>
14245         * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
14246         (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
14248         * ps-print.el (ps-default-fg, ps-default-bg):
14249         Fix typos in docstrings.
14251         * isearchb.el (isearchb): Don't pass a spurious second argument to
14252         `iswitchb-completions'.
14254 2005-06-05  Nick Roberts  <nickrob@snap.net.nz>
14256         * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
14257         to preserve point.
14258         (gdb-find-file-hook): Add doc string.
14260         * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
14261         C dereferenced pointer expression.
14262         (gud-tool-bar-map): Put it on the tool bar.  Re-order icons.
14264         * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
14266         * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
14267         * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
14268         * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
14269         * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
14270         * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
14271         Make background transparent.
14273 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
14275         * font-lock.el (font-lock-add-keywords): Doc fix.  Comment change.
14276         (font-lock-remove-keywords): Doc fix.
14277         (font-lock-mode-major-mode): Compiler defvar.
14278         (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
14280         * font-core.el (font-lock-mode-major-mode): Compiler defvar.
14281         (font-lock-mode): Update `font-lock-mode-major-mode'.
14282         (font-lock-set-defaults): Compiler defvar.
14283         (font-lock-default-function): Take `font-lock-mode-major-mode'
14284         into account.
14286         * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
14287         keep track of which major mode it enabled the minor mode for.
14288         Use find-file-hook again.  Update docstring.
14290         * simple.el (eval-expression-print-level)
14291         (eval-expression-print-length, eval-expression-debug-on-error):
14292         Doc fixes.
14294 2005-06-04  Matt Hodges  <MPHodges@member.fsf.org>
14296         * iswitchb.el (iswitchb-single-match-face)
14297         (iswitchb-current-match-face, iswitchb-virtual-matches-face)
14298         (iswitchb-invalid-regexp-face): New faces.
14299         (iswitchb-completions): Use them.
14300         (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
14301         now marked as an obsolete alias.
14302         (iswitchb-read-buffer): Remove check for bound font variables.
14303         (iswitchb-invalid-regexp): New free variable.
14304         (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
14305         set iswitchb-invalid-regexp.
14306         (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
14307         invalid regexps.
14308         (iswitchb-completions): Add check for complete match when entering
14309         a regexp.
14310         (iswitchb-completions): Remove require-match argument.
14311         (iswitchb-exhibit): Fix caller.
14312         (iswitchb-common-match-inserted): New variable.
14313         (iswitchb-complete, iswitchb-completion-help): Use it.
14315 2005-06-04  David Reitter  <david.reitter@gmail.com>  (tiny change)
14317         * url-http.el (url-http-chunked-encoding-after-change-function):
14318         Use `url-http-debug' instead of `message'.
14320 2005-06-04  Thierry Emery  <thierry.emery@free.fr>  (tiny change)
14322         * url-http.el (url-http-parse-headers): Pass redirected URL as a
14323         callback argument.
14325 2005-06-04  Kim F. Storm  <storm@cua.dk>
14327         * simple.el (line-move): Only call sit-for when moving backwards.
14329         * ido.el (ido-make-merged-file-list-1): New defun split from
14330         ido-make-merged-file-list.
14331         (ido-make-merged-file-list): Bind throw-on-input around call to
14332         ido-make-merged-file-list-1.  Return input-pending-p if
14333         interrupted by more input available.
14334         (ido-read-internal): Handle input-pending-p return value from
14335         ido-make-merged-file-list.
14337 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
14339         * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
14340         compatibility code.
14342         * international/latexenc.el (latexenc-find-file-coding-system):
14343         Don't inherit the EOL part of the coding-system from the
14344         tex-main buffer.  Fit within 80 columns.
14346 2005-06-03  Matt Hodges  <MPHodges@member.fsf.org>
14348         * tmm.el (tmm-inactive-face): New face.
14349         (tmm-remove-inactive-mouse-face): New function.
14350         (tmm-prompt, tmm-add-one-shortcut)
14351         (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
14352         but not selectable.
14354 2005-06-03  Juanma Barranquero  <lekktu@gmail.com>
14356         * faces.el (face-equal): Improve argument/docstring consistency.
14358 2005-06-03  Daniel Pfeiffer  <occitan@esperanto.org>
14360         * progmodes/make-mode.el (makefile-targets-face)
14361         (makefile-shell-face, makefile-makepp-perl-face): Add :version.
14362         (makefile-bsdmake-dependency-regex)
14363         (makefile-makepp-rule-action-regex)
14364         (makefile-bsdmake-rule-action-regex): New constants.
14365         (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
14367         * progmodes/compile.el (compilation-error-regexp-alist-alist):
14368         Allow (...) within `...' for makepp messages.
14370 2005-06-03  Michael Kifer  <kifer@cs.stonybrook.edu>
14372         * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
14374         * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
14375         "." files are deleted from all file lists before comparison.
14377         * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
14378         (viper-ESC-key): Made them customizable.
14380         * viper.el (viper-non-hook-settings): Fix the names of defadvices.
14382 2005-06-01  Luc Teirlinck  <teirllm@auburn.edu>
14384         * autorevert.el (auto-revert-buffers): Use save-match-data.
14386 2005-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
14388         * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
14389         menu items with a nil command binding.
14391 2005-06-01  Juanma Barranquero  <lekktu@gmail.com>
14393         * emacs-lisp/cl-macs.el (defsetf):
14394         Improve argument/docstring consistency.
14396         * faces.el (list-faces-display): Improve the formatting by
14397         computing the maximum length required for any face-name (reworked
14398         patch of 1999-01-11, accidentally deleted on 1999-07-21).
14399         (internal-find-face): Remove redundant info in docstring.
14401 2005-06-01  Nick Roberts  <nickrob@snap.net.nz>
14403         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
14404         (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
14405         (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
14406         (gdb-assembler-custom): Improve regexps.
14407         (def-gdb-auto-update-handler): Use window point to preserve point.
14409 2005-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
14411         * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
14413 2005-05-31  Jay Belanger  <belanger@truman.edu>
14415         * calc/calc-embed.el (calc-embedded-word): Change argument passed
14416         to calc-embedded.
14417         (calc-embedded-make-info): Have plain prefix argument select
14418         entire line.
14420 2005-05-31  Juanma Barranquero  <lekktu@gmail.com>
14422         * faces.el (list-faces-display): Signal error if passed a regexp
14423         that matches no face name.
14425         * simple.el (filter-buffer-substring): Fix typo in docstring.
14427 2005-05-31  Richard M. Stallman  <rms@gnu.org>
14429         * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
14430         (vhdl-emacs-21): Doc fix.
14431         (vhdl-mode): Unconditionally set comment-padding.
14432         (vhdl-fixup-whitespace-region): Insert spaces only where
14433         there are none.
14434         (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
14436 2005-05-30  John Wiegley  <johnw@newartisans.com>
14438         * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
14439         * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
14440         * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
14441         `directory-sep-char' to ?/, and all uses of `string-to-int' to
14442         `string-to-number'.
14444 2005-05-30  Jay Belanger  <belanger@truman.edu>
14446         * calc/calc.el (calc-bug-address): Fix docstring.
14447         (calc-window-hook, calc-trail-window-hook): New variables.
14448         (calc-trail-display): Restore use of calc-trail-window-hook.
14449         (calc): Restore use of calc-window-hook.
14451 2005-05-31  Masatake YAMATO  <jet@gyve.org>
14453         * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
14455         * help-fns.el (help-C-file-name): Add autoload mark for
14456         `find-function-noselect'.
14458 2005-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14460         * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
14461         (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
14463 2005-05-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
14465         * calendar/diary-lib.el (mark-included-diary-files): Only kill
14466         included diary buffer if it was not already being visited.
14467         Reported by Stephen Berman <Stephen.Berman@gmx.net>.
14469         * calendar/icalendar.el (top-level): Do not require appt.
14471         * mail/supercite.el (sc-select-attribution): Only use a list
14472         element from sc-attrib-selection-list if it returns a string.
14473         Reported by Davide G. M. Salvetti <salve@debian.org>.
14475 2005-05-30  Juanma Barranquero  <lekktu@gmail.com>
14477         * thumbs.el (thumbs-thumbname): The resulting thumbname now
14478         includes a hash value to improve its uniqueness, and has a ".jpg"
14479         extension.  Also, it is now a valid filename on all systems.
14480         (thumbs-make-thumb): Use `let', not `let*'.
14481         (thumbs-show-thumbs-list): Check for JPEG availability.
14483 2005-05-30  Richard M. Stallman  <rms@gnu.org>
14485         * filesets.el (filesets-menu-ensure-use-cached):
14486         Prevent warning when emacs-version>= is undefined.
14488         * printing.el (pr-interactive-n-up): Use string-to-number.
14490         * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
14492         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
14493         Warn only when name to be defined is quoted.
14495 2005-05-30  Nick Roberts  <nickrob@snap.net.nz>
14497         * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
14498         Make regexp more robust.
14499         (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
14500         Force regeneration of disassembly.
14502 2005-05-29  Jay Belanger  <belanger@truman.edu>
14504         * calc/calc.el (calc-user-invocation): Check if
14505         calc-invocation-macro is non-nil.
14507 2005-05-29  Juri Linkov  <juri@jurta.org>
14509         * add-log.el (change-log-font-lock-keywords):
14510         Add `+' to e-mail regexp to accept mail address with keywords.
14512         * man.el (Man-name-regexp): Add `:' to accept qualified names.
14514 2005-05-29  Luc Teirlinck  <teirllm@auburn.edu>
14516         * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
14518         * ielm.el (inferior-emacs-lisp-mode): Ditto.
14520 2005-05-29  Richard M. Stallman  <rms@gnu.org>
14522         * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
14523         Undo the change that moves to end of the current word.
14525 2005-05-29  Nick Roberts  <nickrob@snap.net.nz>
14527         * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
14528         Throw error when count <= 0 to ensure input is a number.
14529         (gdb-read-memory-custom): Pick up address from buffer.
14530         (gdb-memory-mode): Allow user to increment and decrement
14531         memory address from header line.
14533 2005-05-29  Richard M. Stallman  <rms@gnu.org>
14535         * flyspell.el (flyspell-version): Function deleted.
14536         (flyspell-auto-correct-previous-hook): Doc fix.
14538         * jit-lock.el (jit-lock-function, jit-lock-after-change):
14539         Do nothing if memory is full.
14541         * font-lock.el (font-lock-fontify-syntactically-region):
14542         Pass t for GREEDY to looking-back.
14544         * saveplace.el (save-place-alist-to-file): Write the file
14545         using write-region.
14547         * subr.el (looking-back): New argument GREEDY.
14549         * progmodes/compile.el (compilation-start): Set the mode
14550         before inserting the initial text.
14552         * progmodes/which-func.el (which-func-update-1): Turn the mode
14553         off in case of error by setting which-func-mode.
14555 2005-05-29  Peter Heslin  <p.j.heslin@durham.ac.uk>  (tiny change)
14557         * flyspell.el (flyspell-auto-correct-previous-word):
14558         Narrow down to what's on the screen, and recenter overlays
14559         at the end of the next word.
14561 2005-05-29  Manuel Serrano  <Manuel.Serrano@sophia.inria.fr>
14563         * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
14564         (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
14565         (flyspell-abbrev-p): Default to nil.
14566         (flyspell-use-global-abbrev-table-p): Doc fix.
14567         (flyspell-large-region): Allow nil as value.
14568         (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
14570         (mail-mode-flyspell-verify): More robust handling
14571         of `mail-header-separator'.  More efficient signature detection.
14572         Allow for regexp metacharacters in message-header-separator.
14573         Adding `To' not to be checked in mail-mode-flyspell-verify.
14575         (flyspell-prog-mode): Run flyspell-prog-mode-hook.
14576         (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
14577         Bind flyspell-auto-correct-binding.
14578         Bind C-. and C-, .
14579         (flyspell-mode-map): Likewise.
14580         (flyspell-mode): Doc fix.
14581         (flyspell-accept-buffer-local-defs): Preserve current buffer.
14582         (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
14583         (flyspell-word-cache-result): New var, always local.
14584         (flyspell-check-pre-word-p): Doc fix.
14585         (flyspell-check-changed-word-p): Handle spc like newline.
14586         (flyspell-post-command-hook): Set flyspell-word-cache-result.
14587         (flyspell-word-search-backward, flyspell-word-search-forward):
14588         New functions.
14589         (flyspell-word): Return t if nothing to check.
14590         When parsing TeX code, check for after } or \.
14591         Use flyspell-word-search-backward to find previous word.
14592         Return nil if duplicated word.
14593         For word already checked, return same value as last time.
14594         Set flyspell-word-cache-result after checking.
14595         Don't clobber the return value.
14596         (flyspell-get-word): Major rewrite.
14597         (flyspell-external-point-words): New locals pword, pcount.
14598         Fix size used in progress message.
14599         Find the proper corresponding word in flyspell-large-region-buffer.
14600         (flyspell-region): Check for flyspell-large-region = nil.
14601         (flyspell-highlight-incorrect-region): Clean up overlays in region.
14602         (flyspell-auto-correct-word): Check that WORD is a cons.
14603         (flyspell-correct-word): Likewise.
14605 2005-05-29  Daniel Pfeiffer  <occitan@esperanto.org>
14607         * progmodes/make-mode.el (makefile-rule-action-regex)
14608         (makefile-macroassign-regex, makefile-makepp-mode)
14609         (makefile-bsdmake-mode): Continuation lines may be empty.
14610         Reported by Joshua Varner.
14611         (makefile-makepp-font-lock-keywords): Add $(stem).
14613 2005-05-28  Karl Berry  <karl@gnu.org>
14615         * textmodes/tex-mode.el: Now that tex-send-command calls
14616         shell-quote-argument (2005-03-31 change), remove all calls to
14617         shell-quote-argument; they all end up invoking tex-send-command.
14618         The double quoting loses on filenames with non-safe characters,
14619         such as "@".  Reported by Frederik Fouvry.
14621 2005-05-29  Nick Roberts  <nickrob@snap.net.nz>
14623         * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
14624         about preserving point.
14626 2005-05-27  Jay Belanger  <belanger@truman.edu>
14628         * calc/calc-misc.el (calc-info-goto-node): Use info instead of
14629         Info-goto-node.
14631         * calc/calc-embed.el (calc-embed-arg): New variable.
14632         (calc-do-embedded-activate, calc-embedded-activate-formula)
14633         (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
14634         variable by new variable.
14635         (calc-embedded-make-info): Replace undeclared variable by new
14636         variable.  When selecting region with positive prefix
14637         argument, use end of previous line instead of beginning of line.
14639         * calc/calc-aent.el (calc-arg-values): Declare it.
14641         * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
14642         Declare them.
14644         * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
14646         * calc/calc.el (calc-alg-map): Declare it.
14648         * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
14650 2005-05-28  Nick Roberts  <nickrob@snap.net.nz>
14652         * progmodes/gdb-ui.el (gdb-all-registers): New variable.
14653         (gdb-registers-buffer, toggle-gdb-all-registers):
14654         Toggle display of floating point registers.
14655         (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
14657         * progmodes/gud.el (gud-goto-info): Use info.  Don't use require.
14658         (toggle-gud-tooltip-dereference):
14659         Rename from gud-toggle-tooltip-dereference.
14661 2005-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
14663         * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
14665 2005-05-27  Jay Belanger  <belanger@truman.edu>
14667         * calc/calc-prog.el (calc-kbd-report): Remove.
14668         (calc-kbd-query): Rewrite.
14670 2005-05-27  Juanma Barranquero  <lekktu@gmail.com>
14672         * image.el (image-library-alist): Move to image.c.
14673         (image-type-available-p): Doc fix.
14675 2005-05-27  Lute Kamstra  <lute@gnu.org>
14677         * calc/calc.el (calc):
14678         * outline.el (outline-1, outline-2, outline-3, outline-4)
14679         (outline-5, outline-6, outline-7, outline-8):
14680         * textmodes/dns-mode.el (dns-mode):
14681         * textmodes/sgml-mode.el (sgml-namespace-face):
14682         * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
14683         (tex-verbatim-face, tex-use-reftex):
14684         * textmodes/texinfo.el (texinfo-heading-face):
14685         Specify customization group.
14687         * longlines.el: Don't require easy-mmode.
14688         (longlines-visible-face): Specify customization group.
14690 2005-05-27  Kenichi Handa  <handa@m17n.org>
14692         * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
14693         encoding table of windows-1251.
14695         * international/ucs-tables.el (ucs-set-table-for-input):
14696         If translation-table-for-input of a coding system is a symbol, get
14697         its translation-table property.
14699         * international/code-pages.el: Don't register a coding system into
14700         non-iso-charset-alist more than once.
14701         (cp-make-coding-system): Likewise.
14703 2005-05-26  John Wiegley  <johnw@newartisans.com>
14705         * eshell/esh-cmd.el (eshell-eval-command): If the return value of
14706         `eshell-resume-eval' is wrapped in a list, it indicates that the
14707         command was run asynchronously.  In that case, unwrap the value
14708         before checking the delimiter value.
14710         * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
14711         character before a space at the end of a line is \, assume the space
14712         is part of the last argument rather than a final argument separator.
14714         * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
14715         is in use, and the target is `t' or `nil' (which are the most common
14716         values), don't assume that the symbol target is a buffer.
14718 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
14720         * calendar/calendar.el (calendar-mode-line-format):
14721         Use mode-line-highlight as mouse-face.
14723         * time.el (display-time-string-forms, display-time-update):
14724         Use mode-line-highlight as mouse-face.
14726 2005-05-26  Jay Belanger  <belanger@truman.edu>
14728         * calc/calc.el (calc-language-alist): Remove extra defvar.
14730 2005-05-26  Lute Kamstra  <lute@gnu.org>
14732         * arc-mode.el (archive-mode):
14733         * bookmark.el (bookmark-read-annotation-mode)
14734         (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
14735         * bs.el (bs-mode):
14736         * calc/calc-yank.el (calc-edit-mode):
14737         * calc/calc.el (calc-mode, calc-trail-mode):
14738         * calculator.el (calculator-mode):
14739         * chistory.el (command-history-mode):
14740         * comint.el:
14741         * cus-edit.el (custom-mode):
14742         * descr-text.el (describe-text-mode):
14743         * ebuff-menu.el (Electric-buffer-menu-mode):
14744         * ediff-util.el (ediff-mode):
14745         * emacs-lisp/re-builder.el (reb-mode):
14746         * emulation/vi.el (vi-mode-setup):
14747         * emulation/ws-mode.el (wordstar-mode):
14748         * eshell/esh-mode.el (eshell-mode):
14749         * forms.el (forms-mode):
14750         * help-mode.el (help-mode):
14751         * hexl.el (hexl-mode):
14752         * ibuffer.el (ibuffer-mode):
14753         * ielm.el (inferior-emacs-lisp-mode):
14754         * info.el (Info-mode, Info-edit-mode):
14755         * international/swedish.el:
14756         * ledit.el (ledit-from-lisp-mode):
14757         * locate.el (locate-mode):
14758         * mail/rmail.el (rmail-mode):
14759         * mail/rmailedit.el (rmail-edit-mode):
14760         * mail/rmailsum.el (rmail-summary-mode):
14761         * mail/supercite.el (sc-electric-mode):
14762         * net/eudc.el (eudc-mode):
14763         * net/quickurl.el (quickurl-list-mode):
14764         * net/snmp-mode.el (snmp-mode, snmpv2-mode):
14765         * obsolete/ooutline.el (outline-mode):
14766         * obsolete/options.el (Edit-options-mode):
14767         * obsolete/rnews.el (news-mode):
14768         * obsolete/rnewspost.el (news-reply-mode):
14769         * play/5x5.el (5x5-mode):
14770         * play/decipher.el (decipher-mode, decipher-stats-mode):
14771         * play/gomoku.el (gomoku-mode):
14772         * play/snake.el (snake-mode):
14773         * play/solitaire.el (solitaire-mode):
14774         * play/tetris.el (tetris-mode):
14775         * progmodes/ada-mode.el (ada-mode):
14776         * progmodes/antlr-mode.el (antlr-mode):
14777         * progmodes/autoconf.el (autoconf-mode):
14778         * progmodes/dcl-mode.el (dcl-mode):
14779         * progmodes/delphi.el (delphi-mode):
14780         * progmodes/ebrowse.el (ebrowse-tree-mode)
14781         (ebrowse-electric-list-mode, ebrowse-member-mode)
14782         (ebrowse-electric-position-mode):
14783         * progmodes/f90.el (f90-mode):
14784         * progmodes/fortran.el (fortran-mode):
14785         * progmodes/icon.el (icon-mode):
14786         * progmodes/idlw-help.el (idlwave-help-mode):
14787         * progmodes/idlw-shell.el (idlwave-shell-mode):
14788         * progmodes/idlwave.el (idlwave-mode):
14789         * progmodes/inf-lisp.el (inferior-lisp-mode):
14790         * progmodes/m4-mode.el (m4-mode):
14791         * progmodes/meta-mode.el (metafont-mode, metapost-mode):
14792         * progmodes/modula2.el (modula-2-mode):
14793         * progmodes/octave-inf.el (inferior-octave-mode):
14794         * progmodes/octave-mod.el (octave-mode):
14795         * progmodes/pascal.el (pascal-mode):
14796         * progmodes/sh-script.el (sh-mode):
14797         * progmodes/sql.el (sql-mode, sql-interactive-mode):
14798         * progmodes/vhdl-mode.el (vhdl-mode):
14799         * progmodes/xscheme.el (scheme-interaction-mode):
14800         * replace.el (occur-mode):
14801         * ses.el (ses-mode):
14802         * simple.el (completion-list-mode):
14803         * skeleton.el:
14804         * speedbar.el (speedbar-mode):
14805         * term.el (term-mode):
14806         * terminal.el (terminal-edit-mode):
14807         * textmodes/reftex-index.el (reftex-index-mode)
14808         (reftex-index-phrases-mode):
14809         * textmodes/reftex-sel.el (reftex-select-label-mode)
14810         (reftex-select-bib-mode):
14811         * textmodes/reftex-toc.el (reftex-toc-mode):
14812         * wdired.el (wdired-change-to-wdired-mode):
14813         * wid-browse.el (widget-browse-mode):
14814         Use run-mode-hooks.
14816         * array.el (array-mode):
14817         * calendar/todo-mode.el (todo-mode):
14818         * man.el (Man-mode):
14819         * play/landmark.el (lm-mode):
14820         * play/mpuz.el (mpuz-mode):
14821         Use kill-all-local-variables and run-mode-hooks.
14823         * subr.el (delay-mode-hooks): Specify indentation.
14825 2005-05-26  Mark A. Hershberger  <mah@everybody.org>
14827         * xml.el (xml-substitute-special): Don't die for undefined xml
14828         entities.
14830 2005-05-26  Jay Belanger  <belanger@truman.edu>
14832         * calc/calc-prog.el (calc-user-define-edit): Don't find substring
14833         of nil.
14835 2005-05-27  Nick Roberts  <nickrob@snap.net.nz>
14837         * progmodes/gdb-ui.el (gdb-frame-address):
14838         Rename from gdb-current-address.
14839         (gdb-previous-frame-address): Rename from gdb-previous-address.
14840         (gdb-selected-frame): Rename from gdb-current-frame.
14841         (gdb-get-selected-frame): Rename from gdb-get-current-frame.
14842         (gdb-frame-number): Rename from gdb-current-stack-level.
14843         (gdb-ann3): Match new mode-name for disassembly buffer.
14844         Extend initialization of variables.
14845         (gdb-post-prompt): Update disassembly from gdb-frame-handler.
14846         (gdb-memory-mode): Use mouse-face in header line.
14847         (gdb-assembler-buffer-name): Call it disassembly and give frame
14848         in mode line.
14849         (gdb-source-spec-regexp, gdb-assembler-custom)
14850         (gdb-invalidate-assembler, gdb-frame-handler):
14851         Make robust to leading zeroes in address format.
14853 2005-05-26  Carsten Dominik  <dominik@science.uva.nl>
14855         * textmodes/org.el (org-mode): Use `define-derived-mode' to
14856         define `org-mode'.
14857         (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
14859 2005-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
14861         * log-edit.el (log-edit-changelog-entries): Distinguish between
14862         filenames like xfns.c and fns.c.
14864 2005-05-25  Luc Teirlinck  <teirllm@auburn.edu>
14866         * buff-menu.el (Buffer-menu-revert-function): Improve handling of
14867         point after reverting.
14868         (Buffer-menu-make-sort-button): Handle the case where
14869         `Buffer-menu-use-header-line' is nil.
14871 2005-05-25  Thien-Thi Nguyen  <ttn@gnu.org>
14873         * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
14874         New funcs.  In minibuffer-local-completion-map bind `]', `/'
14875         and `:' to them.
14877 2005-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
14879         * startup.el (normal-top-level): Allow modification of load-path while
14880         we're iterating over it.
14882 2005-05-25  Juanma Barranquero  <lekktu@gmail.com>
14884         * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
14885         (thumbs-cleanup-thumbsdir, thumbs-call-convert)
14886         (thumbs-resize-interactive, thumbs-insert-image)
14887         (thumbs-insert-thumb, thumbs-dired-show-marked)
14888         (thumbs-find-image-at-point, thumbs-delete-images)
14889         (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
14890         (thumbs-increment-image-size, thumbs-decrement-image-size):
14891         Fix typos in docstrings.
14893 2005-05-24  Andre Spiegel  <spiegel@gnu.org>
14895         * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
14896         (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
14897         (cperl-mode): Use them.
14899 2005-05-24  Juanma Barranquero  <lekktu@gmail.com>
14901         * window.el (quit-window, shrink-window-if-larger-than-buffer):
14902         Doc fixes.
14904 2005-05-24  Nick Roberts  <nickrob@snap.net.nz>
14906         * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
14907         Bind C-d to gdb-inferior-io-eof.
14909         * dired.el (dired-dnd-popup-notice): Use message-box.
14911 2005-05-23  Masatake YAMATO  <jet@gyve.org>
14913         * bindings.el (mode-line-major-mode-keymap):
14914         Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
14916         * faces.el (mode-line-highlight): New face.
14918         * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
14919         as mouse-face.
14921         * bindings.el (top-level, help-echo, mode-line-modified)
14922         (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
14923         as mouse-face.
14925 2005-05-23  Juanma Barranquero  <lekktu@gmail.com>
14927         * progmodes/cc-engine.el (c-guess-basic-syntax):
14928         Remove spurious call to `zerop'.
14930         * emacs-lisp/cl.el (acons, pairlis): Add docstring.
14932 2005-05-23  Martin Stjernholm  <bug-cc-mode@gnu.org>
14934         CC Mode update to 5.30.10:
14936         * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
14937         could go past the limit in decoration level 2, thereby causing
14938         errors during interactive fontification.
14940         * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
14941         the file is evaluated interactively.
14943         * cc-engine.el (c-guess-basic-syntax): Handle operator
14944         declarations somewhat better in C++.
14946         * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
14947         make use of `run-mode-hooks' which has been added in Emacs 21.1.
14948         (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
14949         (awk-mode): Use it.
14950         (make-local-hook): Suppress warning about obsoleteness.
14952         * cc-engine.el, cc-align.el, cc-cmds.el
14953         (c-append-backslashes-forward, c-delete-backslashes-forward)
14954         (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
14955         Compensate for return value from `forward-line' when it has moved
14956         but not to a different line due to eob.
14958         * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
14959         `objc-method-intro' and `objc-method-args-cont'.
14961 2005-05-23  Alan Mackenzie  <bug-cc-mode@gnu.org>
14963         CC Mode update to 5.30.10:
14965         * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
14966         in the copyright statement.  Incidentally, change "along with GNU
14967         Emacs" to "along with this program" where it occurs.
14969         * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
14970         so that it is interactive, hence can be found by M-x awk-mode
14971         whilst cc-mode is yet to be loaded.  Reported by Glenn Morris
14972         <gmorris+emacs@ast.cam.ac.uk>.
14974         * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
14975         Mode's regexps.
14977 2005-05-23  Kevin Ryde  <user42@zip.com.au>
14979         * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
14980         c-parse-state, to avoid a lisp error (on bad code).
14982 2005-05-23  Lute Kamstra  <lute@gnu.org>
14984         * subr.el (font-lock-defaults): Remove defvar as it's already
14985         defined in font-core.el.
14987         * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
14989 2005-05-23  Nick Roberts  <nickrob@snap.net.nz>
14991         * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
14992         more general and work when GDB variable "print pretty" is on,
14993         as with Emacs, for example.
14995 2005-05-22  Luc Teirlinck  <teirllm@auburn.edu>
14997         * font-core.el: Update comment.
14999         * emacs-lisp/easy-mmode.el (define-global-minor-mode):
15000         Use `after-change-major-mode-hook' instead of `find-file-hook'.
15002         * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
15004 2005-05-22  Eli Zaretskii  <eliz@gnu.org>
15006         * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
15007         and `yank-handler' in the doc strings.
15009 2005-05-22  Stefan Monnier  <monnier@iro.umontreal.ca>
15011         * emacs-lisp/cl.el (eql): Remove.  It's a builtin already.
15013 2005-05-22  Richard M. Stallman  <rms@gnu.org>
15015         * help.el (describe-key): Move print-help-return-message call
15016         out of conditional.
15018         * progmodes/etags.el (list-tags): Use with-no-warnings.
15020         * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
15021         (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
15022         (starttls-extra-args, starttls-extra-arguments): Add defvars.
15024         * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
15026         * language/viet-util.el (viet-viscii-nonascii-translation-table):
15027         Add defvar.
15029         * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
15030         Use defvar, not defconst.
15032         * hexl.el (hexl-follow-line): Use with-no-warnings.
15034         * emulation/tpu-extras.el: Use write-file-functions instead of
15035         write-file-hooks.
15037         * dired.el (dired-font-lock-keywords): Fontify files with junk
15038         extensions even if marked by -F.
15040 2005-05-22  Juanma Barranquero  <lekktu@gmail.com>
15042         * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
15043         (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
15044         * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
15045         (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
15046         (concatenate, list-length, get*, getf, cl-remprop):
15047         * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
15048         (etypecase, progv, lexical-let, lexical-let*)
15049         (multiple-value-bind, multiple-value-setq, shiftf):
15050         Improve argument/docstring consistency.
15052         * subr.el (focus-frame, unfocus-frame): Revert deletion on 2005-05-01.
15054 2005-05-22  Andre Spiegel  <spiegel@gnu.org>
15056         * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
15057         doesn't exist.
15059         * vc.el (vc-trunk-p): Add autoload cookie.  The function is used in
15060         vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
15062 2005-05-22  Nick Roberts  <nickrob@snap.net.nz>
15064         * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
15065         already deleted variables: auto-fill-hook, blink-paren-hook,
15066         lisp-indent-hook, inhibit-local-variables, unread-command-event,
15067         suspend-hooks, comment-indent-hook, meta-flag,
15068         before-change-function, after-change-function,
15069         font-lock-doc-string-face.
15071 2005-05-21  Luc Teirlinck  <teirllm@auburn.edu>
15073         * emacs-lisp/derived.el (define-derived-mode): Doc fix.
15075 2005-05-21  Eli Zaretskii  <eliz@gnu.org>
15077         * mail/rmail.el (rmail-reply): Filter the list in reply-to through
15078         rmail-dont-reply-to.
15080 2005-05-21  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
15082         * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
15083         literal blank when splitting new-header-values.
15085 2005-05-21  Matt Hodges  <MPHodges@member.fsf.org>
15087         * calendar/cal-menu.el (cal-menu-update): Add separator as a
15088         string so that tmm doesn't create a completion entry for it.
15090         * textmodes/table.el (table-disable-menu): Ditto.
15092 2005-05-21  Richard M. Stallman  <rms@gnu.org>
15094         * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
15096         * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
15098         * net/rcompile.el (remote-compile): Use compilation-start.
15100         * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
15102 2005-05-21  Daniel Pfeiffer  <occitan@esperanto.org>
15104         * files.el (auto-mode-alist): Check GNUmakefile before makefile.
15105         Default to makefile-bsdmake-mode on BSD systems.
15107         * imenu.el (imenu-generic-expression, imenu--generic-function'):
15108         REGEXP may also be a search function now.  The part of doc-string
15109         for describing the structure was 95% identical to that of
15110         `imenu--generic-function'.  Unify it there.
15112         * progmodes/make-mode.el (makefile-imenu-generic-expression):
15113         Use function to find dependencies, because regexp alone is so complex,
15114         it easily goes into an endless loop.
15115         (makefile-makepp-mode): Also add submenu for Perl functions
15116         defined in the makefile.
15117         (makefile-bsdmake-mode): Special imenu-generic-expression no
15118         longer needed, due to function call.
15119         (makefile-match-dependency): Take BOUND into account when checking
15120         if we're through.
15122 2005-05-20  Jay Belanger  <belanger@truman.edu>
15124         * calc/calc-units.el (calc-invalidate-units-table):
15125         Use inhibit-read-only.
15126         (math-build-units-table-buffer): Use view-mode.
15128 2005-05-20  David Kastrup  <dak@gnu.org>
15130         * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
15131         easy-menu-add is not a nop on Emacs; and clarify when to call it.
15133 2005-05-20  Lute Kamstra  <lute@gnu.org>
15135         * diff-mode.el (diff-header-face, diff-file-header-face)
15136         (diff-index-face, diff-hunk-header-face, diff-removed-face)
15137         (diff-added-face, diff-changed-face, diff-function-face)
15138         (diff-context-face, diff-nonexistent-face): Put them in the
15139         diff-mode customization group.
15141 2005-05-20  Stefan Monnier  <monnier@iro.umontreal.ca>
15143         * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
15145         * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
15147         * font-lock.el (lisp-font-lock-keywords-2): Don't error.
15148         Minor regexp-optimization.
15150 2005-05-20  Carsten Dominik  <dominik@science.uva.nl>
15152         * textmodes/org.el (org-agenda-toggle-time-grid): New command.
15153         (org-agenda-use-time-grid, org-agenda-time-grid): New options.
15154         (org-agenda-add-time-grid-maybe): New function.
15155         (org-agenda): Call `org-agenda-add-time-grid-maybe'.
15156         (org-table-create): `dotimes' instead of `mapcar'.
15157         (org-xor): Simplify implementation.
15158         (org-agenda): `inhibit-redisplay' turned on.
15159         (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
15160         a consistent line after a state change.
15161         (org-agenda-remove-times-when-in-prefix): New option.
15162         (org-prefix-has-time): New variable.
15163         (org-parse-time-string): Optional argument NODEFAULT.
15164         (org-format-agenda-item): Parse items for time-of-day
15165         specifications and move these into the prefix if possible.
15166         (org-agenda-priority): Get current heading, not previous heading
15167         during agenda remote editing.
15169 2005-05-20  Juanma Barranquero  <lekktu@gmail.com>
15171         * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
15172         (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
15173         (remove-duplicates, delete-duplicates, substitute)
15174         (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
15175         (nsubstitute-if-not, find, find-if, find-if-not, position)
15176         (position-if, position-if-not, count, count-if, count-if-not)
15177         (mismatch, search, sort*, stable-sort, merge, member*)
15178         (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
15179         (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
15180         (intersection, nintersection, set-difference, nset-difference)
15181         (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
15182         (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
15183         (nsublis, tree-equal): Improve argument/docstring consistency.
15185         * subr.el (send-string, send-region): Remove obsolescence declaration.
15186         (window-dot, set-window-dot, read-input, show-buffer)
15187         (eval-current-buffer, string-to-int):
15188         Add release number to obsolescence declarations.
15190 2005-05-19  Kim F. Storm  <storm@cua.dk>
15192         * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
15193         (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
15195 2005-05-20  Matt Hodges  <MPHodges@member.fsf.org>
15197         * faces.el (list-faces-display): Make back button respect optional
15198         regexp arg.
15200 2005-05-19  Juanma Barranquero  <lekktu@gmail.com>
15202         * calculator.el (calculator-radix-grouping-mode)
15203         (calculator-radix-grouping-digits, calculator-displayer)
15204         (calculator-radix-grouping-separator, calculator-copy-displayer):
15205         * dabbrev.el (dabbrev-search-these-buffers-only):
15206         * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
15207         (diff-advance-after-apply-hunk, diff-mode-hook)
15208         (diff-minor-mode-prefix):
15209         * imenu.el (imenu-use-popup-menu):
15210         * jit-lock.el (jit-lock-context-time):
15211         * newcomment.el (comment-fill-column, comment-column)
15212         (comment-style, comment-padding, comment-multi-line)
15213         (comment-empty-lines, comment-auto-fill-only-comments):
15214         * reveal.el (reveal-around-mark):
15215         * uniquify.el (uniquify-buffer-name-style)
15216         (uniquify-after-kill-buffer-p)
15217         (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
15218         (uniquify-min-dir-content, uniquify-separator)
15219         (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
15220         * w32-vars.el (w32-fixed-font-alist):
15221         * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
15222         * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
15223         * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
15224         * progmodes/perl-mode.el (perl-indent-level)
15225         (perl-continued-statement-offset, perl-continued-brace-offset)
15226         (perl-brace-offset, perl-brace-imaginary-offset)
15227         (perl-label-offset, perl-indent-continued-arguments)
15228         (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
15229         * progmodes/tcl.el (tcl-indent-level)
15230         (tcl-continued-indent-level, tcl-auto-newline)
15231         (tcl-tab-always-indent, tcl-electric-hash-style)
15232         (tcl-help-directory-list, tcl-use-smart-word-finder)
15233         (tcl-application, tcl-command-switches, tcl-prompt-regexp)
15234         (inferior-tcl-source-command):
15235         * textmodes/fill.el (enable-kinsoku):
15236         * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
15237         * textmodes/table.el (table-yank-handler):
15238         Specify missing group (and type, if simple) in defcustom.
15240 2005-05-19  Luc Teirlinck  <teirllm@auburn.edu>
15242         * progmodes/compile.el (compilation-finish-function): Fix defvar.
15244 2005-05-19  Richard M. Stallman  <rms@gnu.org>
15246         * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
15248         * subr.el (event-basic-type): Don't get an error.
15249         (left-fringe-p): Function deleted.
15251         * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
15252         (list-buffers-noselect): Set `font-lock-face' property, not `face'.
15254         * dired-aux.el (dired-copy-file-recursive): Handle symlinks
15255         in recursive copy.
15257         * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
15259         * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
15261         * emacs-lisp/bytecomp.el
15262         (byte-compile-file-form-custom-declare-variable):
15263         Call byte-compile-nogroup-warn if appropriate.
15265         * progmodes/compile.el (compilation-finish-function): Mark obsolete.
15266         (compilation-set-window): Don't call left-fringe-p; do it directly.
15268 2005-05-19  Jay Belanger  <belanger@truman.edu>
15270         * calc/calc-graph.el (calc-graph-format-data): Make sure
15271         var-PlotRejects is bound before trying to check its value.
15273 2005-05-19  Carsten Dominik  <dominik@science.uva.nl>
15275         * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
15276         definition of this variable from reftex-global.el to reftex.el,
15277         because it is needed in the menu.
15279 2005-05-19  Lute Kamstra  <lute@gnu.org>
15281         * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
15282         years are fixed.  Don't insert a space after a dash.
15284 2005-05-19  Kim F. Storm  <storm@cua.dk>
15286         * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
15288 2005-05-19  Daniel Pfeiffer  <occitan@esperanto.org>
15290         * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
15291         strings, because (eq ... ?\\) is fairly frequent.
15293         * progmodes/make-mode.el (makefile-add-this-line-targets):
15294         Simplify and integrate into `makefile-pickup-targets'.
15295         (makefile-add-this-line-macro): Simplify and integrate into
15296         `makefile-pickup-macros.
15297         (makefile-pickup-filenames-as-targets): Simplify.
15298         (makefile-previous-dependency, makefile-match-dependency):
15299         Don't stumble over `::'.
15301 2005-05-19  Nick Roberts  <nickrob@snap.net.nz>
15303         * subr.el (post-command-idle-hook, post-command-idle-delay):
15304         Remove obsoletion of post-command-idle-hook and
15305         post-command-idle-delay.
15307         * faces.el (list-faces-display): Provide button when describe-face
15308         is called to take user back to the list of faces.
15310         * help-fns.el (describe-variable): Remove hyperlinks in a
15311         variable's value as these are quite frequently inappropriate.
15313         * follow.el (follow-submit-feedback, follow-mode):
15314         Remove references to post-command-idle-hook.
15316 2005-05-18  Daniel Pfeiffer  <occitan@esperanto.org>
15318         * progmodes/make-mode.el (makefile-previous-dependency)
15319         (makefile-match-dependency): Check for := (and in bsd mode also
15320         !=) to give a better result, even when font-lock is not on.
15322 2005-05-18  Jay Belanger  <belanger@truman.edu>
15324         * calc/calc-help.el (calc-s-prefix-help):
15325         Add `calc-copy-special-constant' to help string.
15327 2005-05-18  Luc Teirlinck  <teirllm@auburn.edu>
15329         * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
15331 2005-05-18  Jay Belanger  <belanger@truman.edu>
15333         * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
15334         in linear factors are in proper order.
15336 2005-05-18  Carsten Dominik  <dominik@science.uva.nl>
15338         * textmodes/reftex-vars.el (reftex-cite-format-builtin):
15339         Support for jurabib.
15341         * textmodes/reftex.el (featurep): Define aliases for overlay
15342         commands, for XEmacs compatibility, and use these aliases in
15343         overlay initializations.
15344         (reftex-highlight): Use `reftex-move-overlay'.
15345         (reftex-unhighlight): Use `reftex-delete-overlay'.
15346         (reftex-uniq): Function removed.  Use `reftex-uniquify' instead.
15347         (reftex-access-search-path): Use `reftex-uniquify' instead of
15348         `reftex-uniq'
15350         * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
15351         `before-string' property modification enables for Emacs as well.
15352         (reftex-select-item): Use `reftex-delete-overlay'.
15353         (reftex-select-mark): Use `reftex-make-overlay' and
15354         `reftex-overlay-put'.
15355         (reftex-select-unmark): Use `reftex-delete-overlay' and
15356         `reftex-overlay-put'.
15358 2005-05-18  Lute Kamstra  <lute@gnu.org>
15360         * emacs-lisp/lisp.el (check-parens): Fix docstring.
15362 2005-05-18  Juanma Barranquero  <lekktu@gmail.com>
15364         * add-log.el (add-change-log-entry):
15365         * array.el (array-make-template, array-reconfigure-rows)
15366         (array-init-max-row, array-init-max-column)
15367         (array-init-columns-per-line, array-init-field-width):
15368         * replace.el (replace-match-maybe-edit, perform-replace):
15369         * textmodes/spell.el (spell-region):
15370         Replace `read-input' by `read-string'.
15372         * forms.el (forms-mode):
15373         * finder.el (finder-compile-keywords):
15374         * shadowfile.el (shadow-read-files):
15375         Replace `eval-current-buffer' by `eval-buffer'.
15377         * terminal.el (te-pass-through):
15378         * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
15379         (ange-ftp-raw-send-cmd):
15380         * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
15381         (send-process-next-char, telnet-initial-filter, telnet):
15382         Replace `send-string' by `process-send-string'.
15384         * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
15385         (prolog-consult-region): Replace `send-string' by
15386         `process-send-string'; replace `send-region' by `process-send-region'.
15388         * progmodes/delphi.el (delphi-log-msg):
15389         Replace `set-window-dot' by `set-window-point'.
15391         * subr.el (window-dot, set-window-dot, read-input, send-string)
15392         (send-region, show-buffer, eval-current-buffer):
15393         Make really obsolete, as the comment says.
15395 2005-05-17  Kim F. Storm  <storm@cua.dk>
15397         * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
15398         (cua--init-keymaps): Bind C-return instead of S-return to set
15399         rectangle mark.
15401         * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
15402         instead of S-return to toggle/clear rectangle mark.
15404 2005-05-17  Daniel Pfeiffer  <occitan@esperanto.org>
15406         * progmodes/make-mode.el (makefile-dependency-skip): New variable.
15407         (makefile-macroassign-regex, makefile-make-font-lock-keywords):
15408         Also fontify plain strings assigned to variables, mostly so that a
15409         colon has a face and is thus not taken as a dependency separator.
15410         (makefile-previous-dependency): Inline the new matcher, because it
15411         is too complex to work in both directions.
15412         (makefile-match-dependency): Eliminate `backward' arg (see above).
15413         Completely reimplemented so as to not sometimes go into an endless
15414         loop.  It should also be more efficient, because first it only
15415         searches for `:', instead of applying the very complex regexp.
15416         (makefile-mode): Cancel `font-lock-support-mode', because blocks
15417         to be fontified in one piece can be too long for JIT.
15418         Makefiles are never *that* big.
15420 2005-05-17  Reiner Steib  <Reiner.Steib@gmx.de>
15422         * dired.el (dired-mode): Simplify.
15424 2005-05-17  Lute Kamstra  <lute@gnu.org>
15426         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
15427         defcustom for the mode hook variable.
15429         * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
15430         Emacs Lisp Reference Manual.
15432 2005-05-17  Juanma Barranquero  <lekktu@gmail.com>
15434         * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
15435         (evenp, list*):
15436         * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
15437         * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
15439         * net/tramp-smb.el (tramp-smb-open-connection):
15440         Pass `tramp-chunksize' as fifth (required) argument.
15442 2005-05-16  Daniel Pfeiffer  <occitan@esperanto.org>
15444         * font-lock.el (lisp-font-lock-keywords-1):
15445         Set `font-lock-negation-char-face' for [^...] char group.
15446         (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
15448         * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
15449         a var, and refine it to mask one more level of nested vars.
15450         (makefile-rule-action-regex): Turn it into a var, and refine it so
15451         it recognizes backslashed continuation lines as belonging to the
15452         same command.
15453         (makefile-macroassign-regex): Refine it so it recognizes
15454         backslashed continuation lines as belonging to the same command.
15455         (makefile-var-use-regex): Don't look at the next char, because it
15456         might be the same one to be skipped by the initial [^$], leading
15457         to an overlooked variable use.
15458         (makefile-make-font-lock-keywords): Remove two parameters, which
15459         are now variables that some of the modes set locally.
15460         Handle dependency and rule action matching through functions, because
15461         regexps alone match too often.  Dependency matching now comes
15462         last, so it can check, whether a colon already matched something else.
15463         (makefile-mode): Inform that font-lock improves makefile parsing
15464         capabilities.
15465         (makefile-match-dependency, makefile-match-action): New functions.
15467 2005-05-16  Juanma Barranquero  <lekktu@gmail.com>
15469         * emacs-lisp/cl-extra.el (equalp): Doc fix.
15471         * align.el (align-regexp):
15472         * ansi-color.el (ansi-color-get-face):
15473         * array.el (array-reconfigure-rows, array-init-max-row)
15474         (array-init-max-column, array-init-columns-per-line)
15475         (array-init-field-width):
15476         * dired-aux.el (dired-trample-file-versions):
15477         * dired-x.el (dired-mark-sexp):
15478         * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
15479         * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
15480         * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
15481         * faces.el (face-read-integer):
15482         * files.el (backup-extract-version, insert-directory):
15483         * hexl.el (hexl-insert-decimal-char):
15484         * server.el (server-process-filter):
15485         * shell.el (shell-extract-num):
15486         * startup.el (command-line-1):
15487         * term.el (term-command-hook):
15488         * time-stamp.el (time-stamp, time-stamp-string-preprocess)
15489         (time-stamp-do-number):
15490         * time.el (display-time-update):
15491         * timezone.el (timezone-parse-date, timezone-zone-to-minute)
15492         (timezone-fix-time):
15493         * vms-patch.el (vms-suspend-resume-hook):
15494         * calendar/appt.el (appt-convert-time):
15495         * calendar/cal-bahai.el (mark-bahai-diary-entries):
15496         * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
15497         * calendar/cal-islam.el (mark-islamic-diary-entries):
15498         * calendar/calendar.el (calendar-cursor-to-date)
15499         (calendar-star-date):
15500         * calendar/diary-lib.el (diary-attrtype-convert)
15501         (mark-diary-entries, diary-entry-time):
15502         * calendar/solar.el (solar-get-number):
15503         * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
15504         * emacs-lisp/re-builder.el (reb-display-subexp):
15505         * emulation/edt.el (edt-set-scroll-margins):
15506         * emulation/tpu-extras.el (tpu-set-scroll-margins):
15507         * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
15508         (vip-get-ex-count):
15509         * emulation/viper-ex.el (viper-get-ex-token)
15510         (viper-get-ex-buffer, viper-get-ex-count, ex-next):
15511         * international/fontset.el (fontset-plain-name):
15512         * mail/feedmail.el (feedmail-look-at-queue-directory):
15513         * mail/mailalias.el (mail-get-names):
15514         * mail/rmail.el (rmail-convert-to-babyl-format):
15515         * mail/rmailsum.el (rmail-make-basic-summary-line)
15516         (rmail-summary-next-same-subject, rmail-summary-rmail-update)
15517         (rmail-summary-goto-msg):
15518         * mail/smtpmail.el (smtpmail-read-response):
15519         * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
15520         (ange-ftp-vms-add-file-entry):
15521         * play/gametree.el (gametree-looking-at-ply)
15522         (gametree-current-branch-score):
15523         * progmodes/ada-xref.el (ada-prj-find-prj-file)
15524         (ada-xref-find-in-modified-ali, ada-find-in-src-path):
15525         * progmodes/cperl-mode.el (condition-case):
15526         * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
15527         (ebrowse-set-member-buffer-column-width)
15528         (ebrowse-select-1st-to-9nth):
15529         * progmodes/etags.el (etags-snarf-tag):
15530         * progmodes/flymake.el (flymake-parse-line):
15531         * progmodes/idlw-shell.el (idlwave-shell-parse-line)
15532         (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
15533         (idlwave-shell-menu-def):
15534         * progmodes/ps-mode.el (ps-run-goto-error):
15535         * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
15536         (vhdl-speedbar-contract-level):
15537         * term/mac-win.el (x-handle-numeric-switch):
15538         * term/sun-mouse.el (sun-get-frame-data):
15539         * term/w32-win.el (x-handle-numeric-switch):
15540         * term/x-win.el (x-handle-numeric-switch):
15541         * textmodes/ispell.el (ispell-parse-output):
15542         * textmodes/nroff-mode.el (nroff-outline-level):
15543         * textmodes/reftex-cite.el (reftex-bib-sort-year)
15544         (reftex-bib-sort-year-reverse, reftex-format-citation):
15545         * textmodes/reftex-parse.el (reftex-init-section-numbers)
15546         (reftex-section-number):
15547         * textmodes/texinfmt.el (texinfo-paragraphindent):
15548         Replace `string-to-int' by `string-to-number'.
15550         * international/latexenc.el: Add page marker to force the "Local
15551         Variables:" string out of the last page.
15553 2005-05-16  Nick Roberts  <nickrob@snap.net.nz>
15555         * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
15556         tooltip-change-major-mode.
15557         (gud-tooltip-print-command): Remove case where gud-minor-mode
15558         is gdb ("--fullname").
15559         (gud-tooltip-tips): Turn GUD tooltips off for this case and
15560         explain to user.
15562 2005-05-16  Jay Belanger  <belanger@truman.edu>
15564         * calc/calc-store.el (calc-copy-special-constant): New function.
15566         * calc/calc-ext.el (calc-init-extensions): Add binding for
15567         `calc-copy-special-constant'.
15569         * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
15570         for the `calc-copy-special-constant' command.
15572 2005-05-16  Nick Roberts  <nickrob@snap.net.nz>
15574         * subr.el (left-fringe-p): New function.
15576         * progmodes/compile.el (compilation-setup): Set local value of
15577         overlay-arrow-string to "" always.
15578         (compilation-set-window): Left fringe then don't scroll.
15579         No left fringe then no arrow and scroll message to top.
15580         (compilation-context-lines): Adjust doc string accordingly.
15582 2005-05-16  Kim F. Storm  <storm@cua.dk>
15584         * ido.el (ido-magic-forward-char, ido-magic-backward-char)
15585         (ido-magic-delete-char): New commands for C-f, C-b, C-d.
15586         (ido-wide-find-dir-or-delete-dir): New command for M-d.
15587         (ido-define-mode-map): Bind them.  Add C-x prefix to fallback commands.
15588         (ido-read-file-name): Handle commands with ido property value
15589         equal to find-file as reading a file name, to allow C-d to enter dired.
15590         (ibuffer-find-file): Add ido property with value find-file.
15592 2005-05-15  Kim F. Storm  <storm@cua.dk>
15594         * subr.el (open-network-stream-nowait): Remove.
15595         (open-network-stream-server): Remove.
15597 2005-05-15  Richard M. Stallman  <rms@gnu.org>
15599         * faces.el (describe-face): Output a definition link button.
15601         * help-mode.el (help-face-def): New button type.
15603         * emacs-lisp/copyright.el (copyright-fix-years):
15604         Match properly if the first year is 2-digit.
15605         Don't mess up the whitespace after the years by filling.
15607         * dired-aux.el (dired-mark-confirm):
15608         Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
15610         * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
15611         (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
15612         (dired-mark-pop-up): Handle FILES = (t FILE) specially.
15614         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
15615         Set font-lock-comment-start-skip.
15617         * font-lock.el (font-lock-comment-start-skip): New variable.
15618         (font-lock-comment-end-skip): New variable.
15619         (font-lock-fontify-syntactically-region): Use them if non-nil.
15621 2005-05-15  Jay Belanger  <belanger@truman.edu>
15623         * calc/calc-store.el (calc-store-value): Return a string rather
15624         than display it as a message.
15625         Use calc-var-name for variable name.
15626         (calc-store-into): Add the result of calc-store-value to message.
15627         (calc-copy-variable): Add a message.
15628         (calc-store-exchange): Improve error messages.
15629         (calc-store-binary, calc-store-map): Don't reset the values of
15630         special constants.
15632 2005-05-14  Luc Teirlinck  <teirllm@auburn.edu>
15634         * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
15635         manual to docstring.
15637         * files.el (hack-local-variables-confirm): Add STRING argument.
15638         Make the function handle non file visiting buffers correctly.
15639         (hack-local-variables-prop-line, hack-local-variables)
15640         (hack-one-local-variable): Use STRING arg of
15641         `hack-local-variables-confirm'.
15643 2005-05-14  Michael Albinus  <michael.albinus@gmx.de>
15645         Sync with Tramp 2.0.49.
15647         * net/tramp.el (tramp-handle-dired-call-process)
15648         (tramp-handle-insert-directory):`insert-buffer' cannot be used
15649         because the contents of the Tramp buffer is changed before
15650         insertion (`expand-file' and alike).
15651         (tramp-handle-insert-directory): If `localname' has an empty
15652         nondirectory name, it must not be quoted.
15653         (tramp-pre-connection): Add parameter CHUNKSIZE.  Make local
15654         variable `tramp-chunksize'.  Change callees.
15655         (tramp-open-connection-setup-interactive-shell): Check remote host
15656         for buggy `send-process-string' implementation.
15657         Set `tramp-chunksize' if found.  Reported by Michael Kifer
15658         <kifer@cs.sunysb.edu> (and a lot of other people all the years).
15659         (tramp-handle-shell-command): `insert-buffer' cannot be used
15660         because the contents of the Tramp buffer is changed before
15661         insertion (`expand-file' and alike).  Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
15662         <frederic.bothamy@free.fr>.
15663         (tramp-set-auto-save): Actions should be done for Tramp file name
15664         handler only.  Ange-FTP has its own auto-save mechanism.
15665         Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
15666         (tramp-set-auto-save-file-modes): Set file modes of
15667         `buffer-auto-save-file-name' to ?\600 as fallback solution.
15668         Reported by Ferenc Wagner <wferi@tba.elte.hu>.
15669         (tramp-bug): Remove obsolete variable.
15670         (tramp-append-tramp-buffers): Rewrite partly.  More suitable check
15671         for presence of `mml-mode'.  Make it running for older Emacsen as well.
15673 2005-05-14  John Paul Wallington  <jpw@pobox.com>
15675         * ibuf-ext.el (define-ibuffer-filter filename):
15676         If `dired-directory' is a list, use its car.
15678 2005-05-14  Daniel Brockman  <daniel@brockman.se>  (tiny change)
15680         * ibuffer.el (define-ibuffer-column filename):
15681         If `dired-directory' is a list, use its car.
15683 2005-05-14  Richard M. Stallman  <rms@gnu.org>
15685         * subr.el (symbol-file): Doc fix.
15687         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
15688         (byte-compile-form): Call byte-compile-nogroup-warn.
15689         (byte-compile-warning-types): Doc fix.
15691         * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
15693         * progmodes/cc-engine.el (c-literal-faces):
15694         Add font-lock-comment-delimiter-face.
15696         * net/net-utils.el (dig): Use with-no-warnings.
15698         * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
15699         (sc-recite-frame-alist, sc-default-cite-frame)
15700         (sc-default-uncite-frame, sc-default-recite-frame)
15701         (sc-attrib-selection-list, sc-rewrite-header-list):
15702         Mark as risky-local-variable.
15704         * international/ogonek.el (ogonek-jak, ogonek-how):
15705         Don't use beginning-of-buffer.
15707         * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
15709         * calendar/solar.el (solar-data-list): Move definition up.
15711         * dnd.el (dnd-protocol-alist): Add autoload.
15713         * progmodes/sh-script.el: Many doc usage fixes.
15714         (sh-indent-after-do): Change default to match common styles.
15716 2005-05-13  Luc Teirlinck  <teirllm@auburn.edu>
15718         * files.el (interpreter-mode-alist)
15719         (auto-mode-interpreter-regexp): Doc fixes.
15721 2005-05-13  Matt Hodges  <MPHodges@member.fsf.org>
15723         * tmm.el (tmm-get-keymap): Include only active menus and menu items.
15725         * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
15727 2005-05-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
15729         * dired.el (dired-mode): make-variable-buffer-local =>
15730         make-local-variable.
15732 2005-05-13  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
15734         * term/mac-win.el (mac-select-convert-to-string): Try coding
15735         systems in mac-script-code-coding-systems if specified one cannot
15736         encode string for `com.apple.traditional-mac-plain-text'.
15738 2005-05-13  Daniel Pfeiffer  <occitan@esperanto.org>
15740         * progmodes/make-mode.el (makefile-targets-face)
15741         (makefile-shell-face, makefile-makepp-perl-face): New faces.
15742         (makefile-dependency-regex): Fix it to not make the colon in
15743         $(var:a=b) special.
15744         (makefile-rule-action-regex): New regexp for highlighting embedded
15745         Shell strings.
15746         (makefile-macroassign-regex): Handle != for highlighting as
15747         embedded Shell strings.
15748         (makefile-var-use-regex): New const.
15749         (makefile-statements, makefile-automake-statements)
15750         (makefile-gmake-statements, makefile-makepp-statements)
15751         (makefile-bsdmake-statements): New consts.
15752         (makefile-make-font-lock-keywords): New function.
15753         (makefile-automake-font-lock-keywords)
15754         (makefile-gmake-font-lock-keywords)
15755         (makefile-makepp-font-lock-keywords)
15756         (makefile-bsdmake-font-lock-keywords): New consts.
15757         (makefile-mode-map): Add switchers between the various submodes.
15758         (makefile-mode): Document the availability of the variants.
15759         (makefile-automake-mode, makefile-gmake-mode)
15760         (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
15762         * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
15763         new variants of makefile-mode.
15765 2005-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
15767         * font-lock.el (font-lock-comment-delimiter-face): Fix up
15768         the inheritance.
15770 2005-05-12  Luc Teirlinck  <teirllm@auburn.edu>
15772         * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
15773         (inferior-lisp-load-hook): Convert defcustoms back to defvars.
15775         * files.el (normal-mode): Extend the scope of the
15776         `enable-local-variables' binding to include the `set-auto-mode' call.
15777         (magic-mode-alist): Doc fix.
15779 2005-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
15781         * font-lock.el (font-lock-comment-delimiter-face): Inherit from
15782         font-lock-comment-face rather than copying its setting.
15784 2005-05-12  Andreas Schwab  <schwab@suse.de>
15786         * eshell/esh-mode.el (eshell-send-input): Doc fix.
15788 2005-05-12  Lute Kamstra  <lute@gnu.org>
15790         * emacs-lisp/generic.el (define-generic-mode): Don't generate a
15791         defcustom for the mode hook variable.  Delete the last argument.
15792         * generic-x.el: Fix callers of define-generic-mode.
15793         (generic-x-modes): Delete group.
15794         (show-tabs-tab-face, show-tabs-space-face): Put them in the
15795         generic-x customization group.
15797 2005-05-12  Kim F. Storm  <storm@cua.dk>
15799         * font-lock.el (font-lock-negation-char-face): Default to "off".
15801         * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
15802         font-lock-negation-char-face to ! in !=.
15804 2005-05-12  Masatake YAMATO  <jet@gyve.org>
15806         * add-log.el (find-change-log): Fix typos in the docstring
15807         of function.
15809 2005-05-11  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
15811         * international/latexenc.el (latexenc-find-file-coding-system):
15812         Avoid `re-search-forward' when looking for input encoding because
15813         of speed and safety.  Better regular expressions for recognizing
15814         input encoding.  Limit a search for TeX-master/tex-main-file to
15815         the local variable section.
15817 2005-05-11  Dan Nicolaescu  <dann@ics.uci.edu>
15819         * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
15820         syntax of $ to "'" (quote).
15822 2005-05-11  Reiner Steib  <Reiner.Steib@gmx.de>
15824         * dnd.el (dnd-protocol-alist): Improve custom type.
15826         * dired.el (dired-dnd-protocol-alist): New variable.
15827         (dired-mode): Use `dired-dnd-protocol-alist'.  Move call of
15828         `dired-mode-hook' to the end.
15830 2005-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
15832         * font-lock.el (font-lock-fontify-syntactically-region): Don't use
15833         comment-end if comment-start-skip is not set.
15834         Obey the font-lock-comment-delimiter-face variables.
15836 2005-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
15838         * files.el (executable-find): Move from executable.el.  Use
15839         locate-file.
15840         * progmodes/executable.el (executable-find): Move to files.el.
15842         * font-lock.el (font-lock-fontify-keywords-region): Use a marker
15843         when trying to ensure forward progress.
15845 2005-05-11  Chong Yidong  <cyd@stupidchicken.com>
15847         * mouse-sel.el (mouse-sel-follow-link-p): New function.
15848         (mouse-select, mouse-select-internal, mouse-extend-internal):
15849         Use it to implement mouse-1-click-follows-link functionality.
15851 2005-05-11  Richard M. Stallman  <rms@gnu.org>
15853         * font-lock.el (font-lock-fontify-syntactically-region):
15854         Use font-lock-comment-delimiter-face for comment delimiters.
15856 2005-05-10  Jay Belanger  <belanger@truman.edu>
15858         * calc/calc-help.el (calc-m-prefix-help): Add mention of
15859         preserving embedded modes.
15861 2005-05-10  Richard M. Stallman  <rms@gnu.org>
15863         * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
15865         * progmodes/ada-mode.el (ada-adjust-case-skeleton):
15866         Move from ada-stmt.el.
15867         (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
15869         * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
15870         Move to ada-mode.el.
15871         (ada-stmt-mode-hook): Delete; do the work in ada-mode.
15873         * cus-edit.el (custom-file): Call file-chase-links.
15875         * files.el (read-directory-name): Fix previous change.
15876         (hack-local-variables-confirm): New function.
15877         (hack-local-variables-prop-line, hack-local-variables)
15878         (hack-one-local-variable): Use it.
15880 2005-05-10  Lute Kamstra  <lute@gnu.org>
15882         * font-lock.el (font-lock-keywords-alist)
15883         (font-lock-removed-keywords-alist): Clarify docstrings.
15885 2005-05-10  Nick Roberts  <nickrob@snap.net.nz>
15887         * progmodes/gdb-ui.el (gdb-macro-info): New variable.
15888         (gdb-source-info): Check for preprocessor info.
15889         (gdb-tooltip-print-1): New function.  Don't print tooltip if it is
15890         a macro for a function.
15891         (gdb-info-breakpoints-custom): Try to find file again if not already
15892         found (user might have used GDB dir command).
15893         (gdb-get-location): Update gdb-location-alist correctly for change
15894         to gdb-info-breakpoints-custom.
15896         * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
15897         (gud-tooltip-print-command): Add gdbmi case.
15898         (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
15899         preprocessor info.
15901 2005-05-09  Reiner Steib  <Reiner.Steib@gmx.de>
15903         * startup.el (fancy-splash-insert): Fix typo in doc string.
15905 2005-05-09  Juanma Barranquero  <lekktu@gmail.com>
15907         * obsolete/float.el (string-to-float):
15908         * obsolete/hilit19.el (hilit-add-pattern):
15909         * obsolete/rnews.el (news-parse-range, news-select-message)
15910         (news-get-pruned-list-of-files): Replace `string-to-int' by
15911         `string-to-number'.
15913         * obsolete/uncompress.el: Set `find-file-not-found-functions', not
15914         `find-file-not-found-hooks'; use `add-hook'.
15915         (uncompress-while-visiting): Set `write-file-functions', not
15916         `write-file-hooks'; use `add-hook'.
15918 2005-05-09  Kim F. Storm  <storm@cua.dk>
15920         * emulation/cua-base.el (cua-copy-region, cua-cut-region)
15921         (cua-paste): Handle clipboard action.
15922         (cua--init-keymaps): Remap clipboard-kill-region and
15923         clipboard-kill-ring-save.
15925 2005-05-08  Eli Zaretskii  <eliz@gnu.org>
15927         * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
15928         Improve commentary.
15930         * simple.el (next-error-overlay-arrow-position): Revert the change
15931         made on 2005-04-30.
15933 2005-05-07  Jay Belanger  <belanger@truman.edu>
15935         * calc/calcsel2.el (calc-commute-left, calc-commute-right)
15936         (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
15937         `calc-sel-reselect'.
15939         * calc/calc-mode.el (calc-save-modes): Reset the modes list if
15940         Calc is in embedded mode.
15942 2005-05-07  Eli Zaretskii  <eliz@gnu.org>
15944         * progmodes/compile.el (compilation-setup):
15945         Set overlay-arrow-string to an empty string on text terminals.
15947         * textmodes/ispell.el (ispell-program-name): Try looking for
15948         "aspell" along exec-path, and if found, use it as the default
15949         speller program.
15951 2005-05-07  Jirka Kosek  <jirka@kosek.cz>  (tiny change)
15953         * international/mule.el (sgml-xml-auto-coding-function):
15954         Recognize encoding='FOO' in single quotes as well as in double quotes.
15956 2005-05-07  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
15958         * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
15959         as well as `interactive', so that defmacro* would recognize
15960         `declare' forms.
15962 2005-05-07  Eli Zaretskii  <eliz@gnu.org>
15964         * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
15965         Explain more about the LIGHTER arg's usage in the doc string.
15966         Add commentary to clarify what the code does.  Fix the regexp that
15967         strips whitespace from LIGHTER.  Quote LIGHTER before using it,
15968         since it could have characters special to regular expressions.
15970 2005-05-07  Matt Hodges  <MPHodges@member.fsf.org>  (tiny change)
15972         * replace.el (occur-1): Bind inhibit-read-only so that
15973         erase-buffer doesn't barf on read-only text properties (likewise
15974         for add-text-properties in occur-engine).  Mark buffer as unmodified.
15975         (occur-engine): Don't set buffer-read-only here.
15977 2005-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
15979         * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
15980         list-buffers-directory.  This caused the *cvs-commit* buffer to be
15981         sometimes mistakenly reused as a *cvs* buffer.
15983 2005-05-07  Nick Roberts  <nickrob@snap.net.nz>
15985         * tooltip.el: Move code for GUD tooltips into gud.el.
15986         (require): CL no longer needed to compile case.
15987         (tooltip-mode): Do not toggle functions for GUD tooltips.
15988         (tooltip-gud-tips-p): Remove.  Replace with minor mode
15989         gud-tooltip-mode in gud.el.
15990         (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
15991         (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
15992         tooltip-gud prefix with gud-tooltip and obsolete.
15993         (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
15994         (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
15995         (tooltip-mouse-motion): Mouse movement functions/variable.
15996         Rename in gud.el by adding gud prefix.
15997         (tooltip-gud-original-filter, tooltip-gud-dereference)
15998         (tooltip-gud-event, tooltip-toggle-gud-tips)
15999         (tooltip-gud-process-output, tooltip-gud-print-command)
16000         (tooltip-gud-tips): GUD tooltip functions/variables.  Rename in
16001         gud.el by replacing tooltip-gud prefix with gud-tooltip.
16002         (gdb-tooltip-print): Move to gdb-ui.el.
16004         * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
16005         (require): CL needed to compile case.
16006         (gud-tooltip-mode): Use to toggle GUD tooltips instead of
16007         tooltip-gud-tips-p.  Make it a minor-mode.
16008         (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
16009         (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
16010         (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
16011         (gud-tooltip-change-major-mode)
16012         (gud-tooltip-activate-mouse-motions-if-enabled)
16013         (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
16014         (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
16015         (gud-tooltip-original-filter, gud-tooltip-dereference)
16016         (gud-tooltip-event, tooltip-toggle-gud-tips)
16017         (gud-tooltip-process-output, gud-tooltip-print-command)
16018         (gud-tooltip-tips): Move from tooltip.el.
16020         * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
16021         (gdb-cpp-define-alist-flags): Doc fix.
16022         (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
16023         gud-tooltip-mode is t.
16025 2005-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
16027         * net/goto-addr.el (goto-address-fontify): Make sure the overlays
16028         evaporate if their text is deleted.
16029         (goto-address-at-point): Make it work as a mouse binding as well.
16030         (goto-address-at-mouse): Obsolete it.  Update users.
16032 2005-05-06  Glenn Morris  <gmorris@ast.cam.ac.uk>
16034         * calendar/appt.el (top-level): No longer activate on load.
16036 2005-05-06  Juanma Barranquero  <lekktu@gmail.com>
16038         * calendar/cal-bahai.el (mark-bahai-diary-entries):
16039         * net/webjump.el (webjump):
16040         * progmodes/idlw-help.el (idlwave-do-context-help1)
16041         (idlwave-highlight-linked-completions):
16042         * textmodes/po.el (po-find-file-coding-system-guts):
16043         Replace `assoc-ignore-case' by `assoc-string'.
16045 2005-05-06  Eli Zaretskii  <eliz@gnu.org>
16047         * files.el (locate-file): Doc fix.
16049         * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
16050         Remove the redundant test for ms-dos.
16052         * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
16053         look for the preprocessor with exec-suffixes.  If not found in
16054         standard places, look in exec-path.  Remove most of the tests that
16055         used system-type.
16057         * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
16059         * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
16061         * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
16062         file-name clash with jka-compr.el on 8+3 filesystems.
16064 2005-05-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
16066         * term/mac-win.el: Don't define or bind scroll bar functions if
16067         x-toolkit-scroll-bars is t.
16068         (x-select-text, x-get-selection-value): Clear
16069         x-last-selected-text-clipboard if x-select-enable-clipboard is
16070         nil.
16071         (PRIMARY): Put mac-scrap-name property.
16072         (mac-select-convert-to-file-url): New function.
16073         (public.file-url): New selection target type.  Add to
16074         selection-converter-alist.
16075         (x-get-selection, x-selection-value): Handle it.
16076         (x-cut-buffer-or-selection-value): New alias.
16078 2005-05-05  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
16080         * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
16081         entry to avoid calling bibtex-find-entry with arg global
16082         being t.  Remove arg key.
16083         (bibtex-summary-function, bibtex-complete-crossref-cleanup)
16084         (bibtex-copy-summary-as-kill): Change accordingly.
16086 2005-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
16088         * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
16089         (org-agenda-date-later): Use with-current-buffer.
16091 2005-05-05  Luc Teirlinck  <teirllm@auburn.edu>
16093         * emacs-lisp/byte-run.el (define-obsolete-function-alias)
16094         (define-obsolete-variable-alias): Doc Fixes.
16096 2005-05-06  Kim F. Storm  <storm@cua.dk>
16098         * simple.el (line-move-1): Fix 2005-04-26 change.  Must still use
16099         vertical-motion when selective-display is active.
16101         * ido.el (ido-setup-hook): New hook.
16102         (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
16103         (ido-input-stack): New var.
16104         (ido-define-mode-map): Bind M-b to ido-push-dir.  Move old
16105         ido-next-work-file binding to M-O.
16106         Bind M-f to ido-wide-find-file-or-pop-dir.
16107         (ido-define-mode-map): Don't run ido-define-mode-map-hook.
16108         (ido-read-internal): Run ido-setup-hook.
16109         Catch quit in read-file-name and read-string to cancel edit.
16110         Handle new push, pop, and pop-all exit codes (for M-b/M-f).
16111         Automatically pop-all when completing a directory name (RET).
16112         (ido-file-internal): Add with-no-warnings around ffap and dired code.
16113         (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
16114         (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
16115         (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
16116         New functions for M-b/M-f to move among the directory components.
16117         (ido-make-merged-file-list): Catch quit to cancel merge.
16118         (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
16119         (ido-completion-help): No warnings for ido-completion-buffer-full.
16121 2005-05-05  Daniel Pfeiffer  <occitan@esperanto.org>
16123         * font-lock.el (font-lock-negation-char-face): New face and variable.
16124         * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
16125         * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
16126         * progmodes/cperl-mode.el (cperl-init-faces): Use it.
16127         * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
16129 2005-05-05  Juanma Barranquero  <lekktu@gmail.com>
16131         * emacs-lisp/byte-run.el (define-obsolete-function-alias):
16132         Fix typo in docstring.
16134         * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
16135         (ebrowse-print-statistics-line)
16136         (ebrowse-electric-position-mode-hook): Fix typo in docstring.
16138         * term/w32-win.el (image-library-alist): Add additional name for
16139         Xpm library.
16141 2005-05-05  Nick Roberts  <nickrob@snap.net.nz>
16143         * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
16144         use gcc instead of cpp.
16146         * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
16147         (gdb-create-define-alist): Use it.
16148         (gdb-cpp-define-alist-program): Update for MS-DOS.
16150 2005-05-04  Nick Roberts  <nickrob@snap.net.nz>
16152         * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
16154 2005-05-04  Richard M. Stallman  <rms@gnu.org>
16156         * help.el (describe-key): No error when UNTRANSLATED is nil.
16158         * simple.el (line-move-1): Fix previous change to signal errors
16159         appropriately.
16161 2005-05-03  Ulf Jasper  <ulf.jasper@web.de>
16163         * calendar/icalendar.el (icalendar-version): Now at 0.12.
16164         (icalendar-duration-correction): Remove.
16165         (icalendar--get-event-properties): Split result at commas.
16166         (icalendar--decode-isoduration): New optional argument
16167         DURATION-CORRECTION.
16168         (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
16169         (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
16170         (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
16171         (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
16172         (icalendar--convert-anniversary-to-ical): New functions, extracted
16173         from icalendar-export-region, with bug fixes.
16174         (icalendar-export-region): Use the above functions.
16175         (icalendar-import-buffer): Check before saving diary file.
16176         (icalendar--convert-recurring-to-diary)
16177         (icalendar--convert-non-recurring-all-day-to-diary)
16178         (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
16179         extracted from icalendar--convert-ical-to-diary, with bug fixes.
16180         (icalendar--convert-ical-to-diary): Use the above functions.
16182 2005-05-03  Nick Roberts  <nickrob@snap.net.nz>
16184         * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
16185         Remove these recent additions.
16186         (c-mode): Restore to before 2005-04-28.
16188         * progmodes/cc-vars.el (cc-define-list-program): Remove this
16189         recent addition.
16191         * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
16192         (gdb-define-alist): New variables.
16193         (gdb-create-define-alist): New function.
16194         (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
16195         (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
16196         with string-to-number.
16197         (gdb-reset): Kill gdb-define-alist.  Move assignments outside loop.
16199         * progmodes/gud.el: Replace string-to-int with string-to-number.
16200         (gud-find-file): Handle gdb-define-alist.
16202         * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
16204 2005-05-02  Jay Belanger  <belanger@truman.edu>
16206         * calc/calc-aent.el (math-read-token):
16207         * calc/calc-bin.el (calc-word-size):
16208         * calc/calc-ext.el (calc-read-number-fancy):
16209         * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
16210         (math-parse-date, math-parse-standard-date, calcFunc-tzone):
16211         * calc/calc-frac.el (calc-over-notation):
16212         * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
16213         (calc-graph-num-points, calc-graph-init):
16214         * calc/calc-prog.el (calc-read-parse-table-part)
16215         (calc-edit-macro-repeats):
16216         * calc/calc-yank.el (calc-do-grab-rectangle):
16217         * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
16218         Replace `string-to-int' by `string-to-number'.
16220 2005-05-02  Kim F. Storm  <storm@cua.dk>
16222         * kmacro.el: Use executing-kbd-macro-index variable.
16224 2005-05-02  Thien-Thi Nguyen  <ttn@gnu.org>
16226         * net/rlogin.el (rlogin-parse-words): Delete func.
16227         (rlogin): Use split-string, not rlogin-parse-words.
16228         Also, if there are option-like elements in the parsed args,
16229         take the host to be the first arg immediately following them.
16230         Suggested by Michael Mauger.
16232 2005-05-01  Luc Teirlinck  <teirllm@auburn.edu>
16234         * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
16236 2005-05-02  Nick Roberts  <nickrob@snap.net.nz>
16238         * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
16239         (cc-mode-cpp-program): Rename to cc-define-list-program and
16240         move to cc-vars.el.
16242         * progmodes/cc-vars.el (cc-define-list-program):
16243         Change to "gcc -E -dM -".  Make customizable.
16245 2005-05-02  Kim F. Storm  <storm@cua.dk>
16247         * emulation/cua-base.el: Fix check for CUA-mode if no init file.
16249 2005-05-02  Nick Roberts  <nickrob@snap.net.nz>
16251         * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
16253         * international/mule-util.el (truncate-string): Remove alias and
16254         obsolete declaration.
16256         * international/mule-cmds.el (update-iso-coding-systems):
16257         Remove alias and obsolete declaration.
16259         * international/mule.el (coding-system-parent): Remove alias and
16260         obsolete declaration.
16262         * subr.el (define-function, sref): Remove aliases and obsolete
16263         declarations.
16264         (chars-in-region): Remove obsolete declaration.
16266 2005-05-01  Richard M. Stallman  <rms@gnu.org>
16268         * info.el (Info-mode): Set widen-automatically to nil, locally.
16270         * simple.el (widen-automatically): New variable.
16271         (pop-global-mark): Obey widen-automatically.
16273 2005-05-01  Dan Nicolaescu  <dann@ics.uci.edu>
16275         * term/xterm.el (function-key-map): Call substitute-key-definition
16276         before the keymap size is increased by a lot of define-key calls.
16278 2005-05-01  Richard M. Stallman  <rms@gnu.org>
16280         * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
16281         Rename ARG to ELEMENT.  Doc fix.
16283 2005-05-01  Nick Roberts  <nickrob@snap.net.nz>
16285         * allout.el (allout-exposure): Remove macro and obsolete declaration.
16286         Remove references to allout-exposure/change to allout-new-exposure.
16288         * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
16289         bytecode symbols.
16291         * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
16292         (compiled-function-p, focus-frame, unfocus-frame):
16293         Remove aliases and obsolete declarations.
16294         Back out inadvertent changes from previous commit.
16296 2005-05-01  Luc Teirlinck  <teirllm@auburn.edu>
16298         * files.el (require-final-newline): Make Custom tags consistent
16299         with mode-require-final-newline.
16300         (mode-require-final-newline): Doc fix.
16302 2005-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
16304         * international/latexenc.el (latexenc-find-file-coding-system):
16305         Fix regular expressions.
16307 2005-05-01  David Kastrup  <dak@gnu.org>
16309         * international/latexenc.el (latexenc-find-file-coding-system):
16310         Fix regular expressions.
16312 2005-05-01  Nick Roberts  <nickrob@snap.net.nz>
16314         * subr.el (string-to-int): Make obsolete.
16316 2005-04-30  Richard M. Stallman  <rms@gnu.org>
16318         * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
16320         * loadup.el: load jka-comp-hook.
16322         * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
16323         (jka-compr-handler): Add autoload.  `put' calls moved
16324         to jka-comp-hook.el.
16325         (compression, jka-compr): defgroups moved to jka-comp-hook.el.
16326         (jka-compr-inhibit): Autoload.
16328         * jka-comp-hook.el: New file.
16329         Enable the mode by default.
16331         * files.el (backup-buffer-copy): Use copy-file instead
16332         of write-region, and put back the 'excl.
16334 2005-04-30  Chong Yidong  <cyd@stupidchicken.com>
16336         * progmodes/flymake.el (flymake-split-string)
16337         (flymake-split-string, flymake-log, flymake-pid-to-names)
16338         (flymake-reg-names, flymake-get-source-buffer-name)
16339         (flymake-unreg-names, flymake-add-line-err-info)
16340         (flymake-add-err-info): Clarify docstrings.
16341         (flymake-popup-menu, flymake-make-emacs-menu)
16342         (flymake-make-xemacs-menu): Add docstrings.
16343         (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
16344         Set variables directly throughout.
16346 2005-04-30  Nick Roberts  <nickrob@snap.net.nz>
16348         * progmodes/cc-mode.el (cc-create-define-alist): Check that file
16349         exists.  Initialize cc-define-alist.
16350         (c-mode): Add cc-create-define-alist locally to after-save-hook.
16351         If there is no file (Macroexpansion) don't create an alist.
16353 2005-04-29  Sam Steingold  <sds@gnu.org>
16355         * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
16356         (cc-create-define-alist): Use it instead of the hard-coded string.
16358 2005-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
16360         * international/mule-conf.el (file-coding-system-alist): Fix regexp
16361         for latexenc.
16363 2005-04-29  Lute Kamstra  <lute@gnu.org>
16365         * emacs-lisp/generic.el: Improve commentary section.
16366         (define-generic-mode): Improve docstring.
16368 2005-04-29  Carsten Dominik  <dominik@science.uva.nl>
16370         * textmodes/org.el (many places): Change to quiet the byte compiler.
16371         (org-prefix-format-compiled): New variable.
16372         (org-compile-prefix-format): New function.
16373         (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
16374         (org-agenda-prefix-format, org-timeline-prefix-format): New options.
16375         (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
16376         (org-get-entries-from-diary): Use `org-get-time-of-day' for
16377         consistency with entries from `org-mode' files.
16378         (org-get-time-of-day): Fix bug with partial matches early in a line.
16379         (org-non-link-chars): New constant.
16380         (org-link-regexp): Respect `org-non-link-chars'.
16381         (org-agenda-day-view): Remove command.
16382         (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
16383         (org-follow-bbdb-link, org-store-link): Search also company field.
16384         (org-highlight-overlay): New variable.
16385         (org-highlight, org-unhighlight): New functions.
16386         (org-agenda-mode): Add pre-command-hook to remove highlight.
16387         (org-evaluate-time-range): Behavior depends upon whether time stamp
16388         contains a time or not.
16389         (org-show-subtree, org-show-entry): New functions.
16390         (org-agenda-cleanup-fancy-diary): Remove empty lines.
16392 2005-04-28  Luc Teirlinck  <teirllm@auburn.edu>
16394         * comint.el (comint-output-filter-functions): Add autoload cookie.
16396 2005-04-28  Kim F. Storm  <storm@cua.dk>
16398         * ido.el (ido-everywhere): Fix last change.
16400 2005-04-28  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
16402         * international/latexenc.el: New file.
16403         * international/mule-conf.el (file-coding-system-alist): For .tex,
16404         .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
16406 2005-04-28  Lute Kamstra  <lute@gnu.org>
16408         * font-lock.el (font-lock-add-keywords)
16409         (font-lock-remove-keywords): Clarify docstring.
16410         (font-lock-keywords-alist, font-lock-removed-keywords-alist):
16411         Don't start docstrings with a `*'.
16412         (font-lock-update-removed-keyword-alist): Give it a docstring.
16414         * generic-x.el: Update commentary section.
16415         Only require font-lock when compiling.
16416         Define all modes conditionally.
16417         Place all generic modes in the generic-x-modes customization group.
16418         (generic-x-modes): New customization group.
16419         (generic-default-modes, generic-mswindows-modes)
16420         (generic-unix-modes, generic-other-modes): New constants.
16421         (generic-define-mswindows-modes, generic-define-unix-modes):
16422         Update docstrings.  Make them obsolete.
16423         (generic-extras-enable-list): New default value.  Update docstring.
16424         Improve :type.  Change :set function.
16425         (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
16426         Fix docstring.
16428         * emacs-lisp/generic.el (generic-mode-internal):
16429         Simplify font-lock-defaults.
16430         (define-generic-mode): Fix docstring.
16432 2005-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
16434         * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
16435         font-lock-face property to highlight matches.
16437 2005-04-28  Nick Roberts  <nickrob@snap.net.nz>
16439         * progmodes/cc-mode.el (cc-create-define-alist): New function.
16440         (cc-define-alist): New variable.
16441         (c-mode): Make it local and initialize it.
16443         * progmodes/gdb-ui.el (gdb-active-process): New variable.
16444         (gdb-exited): New function.
16445         (gdb-annotation-rules): Use it.
16446         (gdb-starting): Set gdb-active-process to t.
16447         (gdb-stopping): Amend doc string.
16448         (gdb-reset): Set gdb-active-process to nil.
16450         * tooltip.el (tooltip-gud-tips): Show the associated #define
16451         directives when a C program under GDB is not executing.
16453 2005-04-27  Stefan Monnier  <monnier@iro.umontreal.ca>
16455         * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
16456         font-lock-fontify-syntactic-keywords.
16458         * font-lock.el (font-lock-default-fontify-region): Don't force
16459         parse-sexp-lookup-properties to nil.
16461 2005-04-27  Alexander Klimov  <alserkli@inbox.ru>  (tiny change)
16463         * man.el (man-mode-syntax-table): Set up `:' to have
16464         word-constituent syntax.
16466 2005-04-27  Lute Kamstra  <lute@gnu.org>
16468         * novice.el (disable-command): Don't add spurious newlines to the
16469         init file.  Reported by Dan Jacobson <jidanni@jidanni.org>.
16471 2005-04-26  Jay Belanger  <belanger@truman.edu>
16473         * calc/calc-yank.el (calc-edit-finish): Make sure there is more
16474         than one window before deleting window.
16476 2005-04-26  Luc Teirlinck  <teirllm@auburn.edu>
16478         * shell.el (shell-prompt-pattern): Doc fix.
16479         (shell-mode): Set paragraph-separate buffer locally to "\\'".
16481         * comint.el (comint-prompt-regexp, comint-get-old-input)
16482         (comint-use-prompt-regexp)
16483         (comint-use-prompt-regexp-instead-of-fields)
16484         (comint-replace-by-expanded-history, comint-send-input)
16485         (comint-output-filter, comint-get-old-input-default)
16486         (comint-line-beginning-position, comint-bol, comint-show-output)
16487         (comint-backward-matching-input, comint-forward-matching-input)
16488         (comint-next-prompt, comint-previous-prompt):
16489         Rename `comint-use-prompt-regexp-instead-of-fields' to
16490         `comint-use-prompt-regexp'.  Keep old name as alias and declare
16491         obsolete.
16492         (comint-use-prompt-regexp): Shorten first line of doc string.
16494         * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
16495         Set paragraph-separate buffer locally to "\\'".
16497         * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
16498         Adapt to above name change.
16500         * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
16501         (smbclient-prompt-regexp): Ditto.
16503         * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
16505 2005-04-27  Nick Roberts  <nickrob@snap.net.nz>
16507         * progmodes/gdb-ui.el (gdb-location-alist): Rename from
16508         gdb-location-list.
16509         Break lines that are over 80 characters wide.
16511 2005-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
16513         * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
16514         New fun and var, to preserve compatibility.
16516         * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
16518 2005-04-26  Dominique de Waleffe  <ddw@missioncriticalit.com>  (tiny change)
16520         * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
16521         name to file-newer-than-file-p.
16523 2005-04-26  Richard M. Stallman  <rms@gnu.org>
16525         * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
16527         * progmodes/python.el (python-mode):
16528         Use new name eldoc-documentation-function.
16530         * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
16532         * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
16533         (eldoc-documentation-function):
16534         Rename from eldoc-print-current-symbol-info-function.  Calls changed.
16536 2005-04-26  Nick Roberts  <nickrob@snap.net.nz>
16538         * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
16540 2005-04-25  Dan Nicolaescu  <dann@ics.uci.edu>
16542         * term/xterm.el (function-key-map): Fix strings for
16543         {C,S,A,C-S}-f[1-4].  Use substitute-key-definition to bind
16544         {C,S,A,C-S}-{f1-f12}.
16546 2005-04-26  Kenichi Handa  <handa@m17n.org>
16548         * international/mule-cmds.el (select-safe-coding-system):
16549         Fix previous change.
16551 2005-04-26  Lute Kamstra  <lute@gnu.org>
16553         * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
16555         * font-lock.el (font-lock-fontify-region-function): Fix docstring.
16556         (font-lock-comment-delimiter-face): Ditto.
16558         * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
16560 2005-04-25  Jay Belanger  <belanger@truman.edu>
16562         * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
16563         to t while inserting information; use help-mode.
16565 2005-04-25  Dan Nicolaescu  <dann@ics.uci.edu>
16567         * term.el (ansi-term-color-vector): Use the xterm colors.
16568         (term-raw-map): Don't add mappings for \eO and \e[.  Map deletechar.
16570 2005-04-25  Lute Kamstra  <lute@gnu.org>
16572         * font-core.el (font-lock-defaults): Fix docstring.
16574         * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
16576 2005-04-25  Kenichi Handa  <handa@m17n.org>
16578         * international/mule-cmds.el (select-safe-coding-system):
16579         Don't check consistency with coding: spec, etc if raw-text or
16580         no-conversion was found to be safe.
16582 2005-04-24  Richard M. Stallman  <rms@gnu.org>
16584         * mail/sendmail.el (mail-font-lock-keywords): Match any number of
16585         citation markers at start of each line.
16587         * mail/rmail.el (rmail-font-lock-keywords): Match any number of
16588         citation markers at start of each line.
16590         * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
16592         * files.el (mode-require-final-newline): Fix previous change.
16593         (require-final-newline): Fix type label.
16595 2005-04-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
16597         * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
16598         statement in buffer (broken by 2004-11-24 change).
16600 2005-04-24  Kim F. Storm  <storm@cua.dk>
16602         * ido.el (ido-everywhere): Save and restore old read-buffer-function
16603         and read-file-name-function values.  Don't overwrite existing
16604         non-nil values if ido-mode is enabled without ido-everywhere.
16606 2005-04-24  Luc Teirlinck  <teirllm@auburn.edu>
16608         * files.el (mode-require-final-newline): Minor doc fix.
16610 2005-04-24  Eli Zaretskii  <eliz@gnu.org>
16612         * subr.el (syntax-after): Doc fix.
16613         (syntax-class): If argument is nil, return nil.  Mask off upper 16
16614         bits, not 8 bits.
16616         * files.el (mode-require-final-newline): Doc fix.
16617         (backup-buffer-copy): Fix last change.
16619 2005-04-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
16621         * term/mac-win.el: Require select.  Set selection-coding-system to
16622         mac-system-coding-system.  Call menu-bar-enable-clipboard.
16623         (x-last-selected-text-clipboard, x-last-selected-text-primary)
16624         (x-select-enable-clipboard): New variables.
16625         (x-select-text, x-get-selection, x-selection-value)
16626         (x-get-selection-value, mac-select-convert-to-string)
16627         (mac-services-open-file, mac-services-open-selection)
16628         (mac-services-insert-text): New functions.
16629         (CLIPBOARD, FIND): Put mac-scrap-name property.
16630         (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
16631         (public.tiff): Put mac-ostype property.
16632         (selection-converter-alist): Add entries for them.
16633         (mac-application-menu-map): New keymap.
16634         (interprogram-cut-function, interprogram-paste-function): Set to
16635         x-select-text and x-get-selection-value, respectively.
16636         (split-window-keep-point): Set to t.
16638 2005-04-23  Richard M. Stallman  <rms@gnu.org>
16640         * files.el (read-directory-name): Always pass non-nil
16641         DEFAULT-FILENAME arg to read-file-name.
16642         (backup-buffer-copy, basic-save-buffer-2): Take care against
16643         writing thru an unexpected existing symlink.
16644         (revert-buffer): In indirect buffer, revert the base buffer.
16645         (magic-mode-alist): Doc fix.
16646         (buffer-stale-function): Doc fix.
16647         (minibuffer-with-setup-hook): Avoid warning.
16648         (mode-require-final-newline): Doc and custom fix.
16650         * follow.el (follow-end-of-buffer): Use with-no-warnings.
16652         * font-lock.el (font-lock-comment-face): On terminals with few colors,
16653         use the default appearance.
16654         (font-lock-comment-delimiter-face): New face, new variable.
16656         * imenu.el (imenu--generic-function): The official position of a
16657         definition is the start of the line that BEG is in.
16659         * midnight.el (midnight-timer): Move defvar up.
16661         * mouse.el (mouse-drag-region-1): Delete some debugging code.
16663         * saveplace.el (save-place-to-alist): Use with-no-warnings.
16665         * startup.el (command-line): Use with-no-warnings.
16667         * window.el (window-size-fixed): New defvar.
16669         * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
16671         * mail/rmail.el (rmail-font-lock-keywords):
16672         Use font-lock-comment-delimiter-face.
16674         * mail/sendmail.el (mail-font-lock-keywords):
16675         Use font-lock-comment-delimiter-face.
16677         * progmodes/compile.el (next-error-highlight-timer): New defvar.
16679 2005-04-23  SAITO Takuya  <tabmore@rivo.mediatti.net>  (tiny change)
16681         * progmodes/compile.el (compilation-mode-font-lock-keywords):
16682         Specify t for LAXMATCH when matching directories.
16683         Save match data around compilation-compat-error-properties form.
16685 2005-04-23  David Kastrup  <dak@gnu.org>
16687         * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
16688         Mention that the autoloaded aliases should be kept for AUCTeX.
16690 2005-04-23  Andreas Schwab  <schwab@suse.de>
16692         * isearch.el (isearch-forward): Doc fix.
16694 2005-04-23  Eli Zaretskii  <eliz@gnu.org>
16696         * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
16697         (jit-lock-stealth-nice): Change default value to 0.5.
16699 2005-04-23  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
16701         * abbrev.el (write-abbrev-file): Write table entries in
16702         alphabetical order by table name.
16704 2005-04-22  Kim F. Storm  <storm@cua.dk>
16706         * ido.el (ido-read-internal): Fix `list' completion.
16708 2005-04-22  Kenichi Handa  <handa@m17n.org>
16710         * recentf.el (recentf-save-file-coding-system): New variable.
16711         (recentf-save-list): Encode the file by
16712         recentf-save-file-coding-system and add coding: tag.
16714 2005-04-22  Nick Roberts  <nickrob@snap.net.nz>
16716         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
16718 2005-04-21  Lute Kamstra  <lute@gnu.org>
16720         * loadhist.el (unload-feature): Don't remove a function from hooks
16721         if it is about to be restored to an autoload .  Remove functions
16722         that will become unbound from auto-mode-alist.  Simplify the code.
16724         * subr.el (assq-delete-all): New implementation that is linear,
16725         not quadratic.  Suggested by David Kastrup <dak@gnu.org>.
16726         (rassq-delete-all): New function.
16728         * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
16729         Add size-indication-mode.
16731 2005-04-21  Kenichi Handa  <handa@m17n.org>
16733         * international/mule-cmds.el: Add autoload for widget-value in
16734         eval-when-compile.
16736 2005-04-21  Nick Roberts  <nickrob@snap.net.nz>
16738         * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
16739         Add tooltip-mode.
16741         * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
16743 2005-04-20  Luc Teirlinck  <teirllm@auburn.edu>
16745         * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
16746         (inferior-lisp-filter-regexp, inferior-lisp-program)
16747         (inferior-lisp-load-command, inferior-lisp-prompt)
16748         (inferior-lisp-mode-hook, lisp-source-modes)
16749         (inferior-lisp-load-hook): defvar->defcustom.
16750         (inferior-lisp-program, inferior-lisp-prompt)
16751         (inferior-lisp-load-hook): Doc fixes.
16752         (inferior-lisp-install-letter-bindings): Small change in
16753         introductory comment.
16755 2005-04-20  Dan Nicolaescu  <dann@ics.uci.edu>
16757         * vc.el (vc-annotate-color-map): Change some colors so that text
16758         using them as foreground is readable on both white and black
16759         backgrounds.
16761 2005-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
16763         * international/mule-conf.el (translation-table-for-input):
16764         Remove redundant declaration.
16766 2005-04-20  Nick Roberts  <nickrob@snap.net.nz>
16768         * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
16770         * tooltip.el (tooltip-gud-tips-p): Expand documentation.
16771         (tooltip-toggle-gud-tips): New function.
16773 2005-04-20  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
16775         * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
16776         right angle brackets.
16778 2005-04-20  Nick Roberts  <nickrob@snap.net.nz>
16780         * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
16782 2005-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
16784         * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
16785         Remove.  Update callers to use expand-file-name instead.
16787         * subr.el (syntax-class): New function.
16789         * simple.el (blink-matching-open): Use it.
16791         * paren.el (show-paren-function): Use it to recognize parens that are
16792         also used in 2-char comment markers.
16794 2005-04-19  Lute Kamstra  <lute@gnu.org>
16796         * loadhist.el (unload-feature): Update for new format of
16797         load-history.  Simplify the code.
16799 2005-04-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
16801         * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
16802         (mac-add-charset-info): New function.  Initialize variable
16803         mac-charset-info-alist using it.
16804         (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
16805         for translation.
16806         (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
16807         (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
16808         (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
16809         New CCL programs.
16811 2005-04-19  Kim F. Storm  <storm@cua.dk>
16813         * simple.el (next-buffer, prev-buffer, next-error)
16814         (scroll-other-window, keyboard-quit, keyboard-escape-quit)
16815         (clone-indirect-buffer-other-window): Move bindings to bindings.el.
16817         * bindings.el (next-buffer, prev-buffer, next-error)
16818         (scroll-other-window, keyboard-quit, keyboard-escape-quit)
16819         (clone-indirect-buffer-other-window): Move bindings from simple.el.
16820         (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
16821         (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
16823 2005-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
16825         * isearch.el (isearch-edit-string): Make the search-ring available for
16826         minibuffer history commands.
16827         (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
16828         the default history commands now work just as well.
16829         (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
16831 2005-04-18  Kim F. Storm  <storm@cua.dk>
16833         * emulation/cua-base.el (cua--pre-command-handler): Add more
16834         elaborate check for shift modifier on non-window systems.
16836 2005-04-18  Lars Hansen  <larsh@math.ku.dk>
16838         * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
16840 2005-04-18  Kim F. Storm  <storm@cua.dk>
16842         * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
16843         and make it optional.  Don't test tooltip-gud-echo-area here.
16844         (tooltip-gud-process-output, gdb-tooltip-print):
16845         Pass tooltip-gud-echo-area to tooltip-show.
16846         (tooltip-help-tips): Remove second optional arg to tooltip-show.
16848 2005-04-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
16850         * tooltip.el (tooltip-mode): `emacs-quick-startup' and
16851         `display-graphic-p' may not be bound yet.
16853 2005-04-17  Luc Teirlinck  <teirllm@auburn.edu>
16855         * startup.el (command-line): No longer enable Xterm Mouse mode by
16856         default in terminals compatible with xterm.
16858         * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
16860 2005-04-18  Nick Roberts  <nickrob@snap.net.nz>
16862         * tooltip.el (tooltip-gud-echo-area): Rename from
16863         tooltip-use-echo-area.
16864         (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
16865         (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
16866         area independently of where help tooltips are displayed.
16868 2005-04-17  David Kastrup  <dak@gnu.org>
16870         * cus-theme.el (custom-theme-write-variables): Quote variables
16871         where necessary.
16873 2005-04-17  Richard M. Stallman  <rms@gnu.org>
16875         * simple.el (yank-excluded-properties): Add follow-link to value.
16877         * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
16879         * startup.el (fancy-splash-max-time): Just 30 seconds.
16880         (fancy-splash-delay): Just 7.
16881         (fancy-splash-screens): No time limit other than fancy-splash-max-time.
16883         * loadhist.el (unload-feature): Update for new format of load-history.
16884         Simplify the code.
16886         * mail/rmail.el (rmail-ignored-headers): Ignore more headers
16887         (rmail-font-lock-keywords): Don't fontify the text of a citation.
16889         * mail/sendmail.el (mail-font-lock-keywords):
16890         Don't fontify subject text.
16891         Don't fontify the text of a citation.
16893 2005-04-17  Mark H. Weaver  <mhw@netris.org>  (tiny change)
16895         * comint.el (comint-output-filter): Run comint-output-filter-functions
16896         with point where the user had it.
16898 2005-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
16900         * international/ucs-tables.el (ucs-set-table-for-input):
16901         Disable when using unify-on-decoding.
16903 2005-04-16  Dan Nicolaescu  <dann@ics.uci.edu>
16905         * emulation/cua-base.el (cua-global-mark-face): Add special case
16906         for displays supporting a high number of colors.
16908 2005-04-16  Matt Hodges  <MPHodges@member.fsf.org>  (tiny change)
16910         * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
16912 2005-04-16  Chong Yidong  <cyd@stupidchicken.com>
16914         * filesets.el (filesets-add-buffer): If user supplies a name of a
16915         non-existing fileset, create a new fileset.
16917 2005-04-16  Carsten Dominik  <dominik@science.uva.nl>
16919         * textmodes/org.el (org-up-heading-all): Fix bug with
16920         `outline-up-heading-all'.
16922 2005-04-16  Andreas Schwab  <schwab@suse.de>
16924         * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
16925         /etc/permissions.d/* and /etc/aliases.d/*.
16927 2005-04-16  Kenichi Handa  <handa@m17n.org>
16929         * international/code-pages.el (cp-make-coding-system):
16930         Set `translation-table-for-input' property value to the symbol
16931         ucs-mule-to-mule-unicode, not to that value.
16932         (pt154): Escape guillemet by `\'.
16934 2005-04-15  Luc Teirlinck  <teirllm@auburn.edu>
16936         * loadup.el: Load tooltip if x-show-tip is fboundp.
16938         * startup.el (command-line): Add comment.
16940         * tooltip.el (tooltip-mode): Specify correct standard value for
16941         Custom in init-value.
16943 2005-04-15  Nick Roberts  <nickrob@snap.net.nz>
16945         * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
16946         possible.
16948 2005-04-15  Carsten Dominik  <dominik@science.uva.nl>
16950         * textmodes/org.el (org-agenda-date-prompt): Rename from
16951         `org-agenda-date-today'.
16952         (org-evaluate-time-range): Insert at point instead of directly
16953         after time range.
16954         (org-first-headline-recenter, org-subtree-end-visible-p)
16955         (org-optimize-window-after-visibility-change): New functions
16956         (org-agenda-post-command-hook): Don't allow point at end of line,
16957         to make sure it always hits the text properties.
16958         (org-agenda-next-date-line, org-agenda-previous-date-line):
16959         New commands.
16960         (org-set-regexps-and-options): Category may contain white space.
16961         (org-agenda-get-deadlines, org-agenda-get-scheduled):
16962         Improve marker positions.
16963         (org-agenda-new-marker): Argument POS made optional.
16964         (org-agenda-get-timestamps): Deadlines which are done are listed
16965         in org-done-face now.
16966         (org-agenda-get-todos, org-agenda-get-timestamps)
16967         (org-agenda-get-deadlines, org-agenda-get-scheduled):
16968         Set `undone-face' and `done-face' properties.
16969         (org-last-todo-state-is-todo): New variable.
16970         (org-todo): Set `org-last-todo-state-is-todo'.
16971         (org-agenda-todo): Change face according to
16972         `org-last-todo-state-is-todo'.  And change other lines referring to
16973         the same entry.
16974         (org-calendar-goto-agenda): New command.
16975         (org-calendar-to-agenda-key): New option.
16976         (org-startup-folded): New allowed value `content'.
16977         (org-set-regexps-and-options): Accept new value `content' for
16978         `org-startup-folded'.
16979         (org-get-current-options): Handle new value `content' for
16980         `org-startup-folded'.
16981         (org-insert-todo-heading): New command.
16982         (org-mode): Insert first line "*-* mode: org-mode -*-" when called
16983         interactively in empty file and option
16984         `org-insert-mode-line-in-empty-file' has been set.
16985         (org-agenda-todo, org-agenda-priority): Modify to use
16986         `org-agenda-change-all-lines'.
16987         (org-warning-face): Change color on dark background
16989 2005-04-14  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
16991         * international/mule-cmds.el (set-locale-environment): On Mac OS,
16992         use preferences AppleLocale and AppleLanguages, and variable
16993         mac-system-locale for default locale.  On Mac OS Classic, use
16994         mac-system-coding-system for default coding systems.
16996         * term/mac-win.el: Don't set file-name-coding-system.
16997         Decode variables system-name, emacs-build-system, user-login-name, and
16998         user-full-name by mac-system-coding-system on Mac OS Classic.
16999         (mac-system-coding-system): New variable.
17001 2005-04-13  Luc Teirlinck  <teirllm@auburn.edu>
17003         * startup.el (command-line): Handle `xterm-mouse-mode' before
17004         reading init file.
17006         * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
17008 2005-04-13  Glenn Morris  <gmorris@ast.cam.ac.uk>
17010         * progmodes/sh-script.el (sh-here-document-word): Make it a
17011         defcustom.  Doc fix.
17012         (sh-add): Bash uses $(( )) for arithmetic.
17013         (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
17014         (sh-maybe-here-document): Remove quotes and leading whitespace
17015         from heredoc word when closing.  Indent heredoc with tabs if word
17016         starts with "-".
17018 2005-04-13  Richard M. Stallman  <rms@gnu.org>
17020         * simple.el (undo): Fix previous change.
17022         * custom.el (defface): Doc fix.
17024 2005-04-13  Lute Kamstra  <lute@gnu.org>
17026         * Makefile.in (DONTCOMPILE): Remove list.
17027         (compile, compile-always): Don't use DONTCOMPILE.
17028         (update-authors): Load the library in which batch-update-authors
17029         is defined.
17030         * makefile.w32-in (DONTCOMPILE): Remove list.
17031         (compile, compile-always): Fix comments.
17032         (update-authors): Load the library in which batch-update-authors
17033         is defined.
17035         * generic-x.el (generic-mode-ini-file-find-file-hook):
17036         Rename to ini-generic-mode-find-file-hook.
17037         Keep generic-mode-ini-file-find-file-hook as an alias.
17038         (ini-generic-mode-find-file-hook): Rename from
17039         generic-mode-ini-file-find-file-hook.  Fix docstring.
17040         (ini-generic-mode): Docstring change.
17041         (bat-generic-mode-run-as-comint): Silence the byte compiler.
17043         * help.el (describe-key-briefly): UNTRANSLATED can be nil when
17044         called from lisp.
17046         * generic.el: Move to the emacs-lisp subdir.
17048 2005-04-12  Dan Nicolaescu  <dann@ics.uci.edu>
17050         * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
17051         and C-S- function and cursor motion keys.
17053 2005-04-12  Luc Teirlinck  <teirllm@auburn.edu>
17055         * startup.el (command-line): Enable Xterm Mouse mode by default.
17056         * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
17057         for Custom.  No longer show "Mouse" in mode line when enabled.
17058         Doc fix.
17060 2005-04-12  Kim F. Storm  <storm@cua.dk>
17062         * emulation/cua-base.el (cua-rectangle-face)
17063         (cua-rectangle-noselect-face): Define face attributes here.
17065         * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
17067 2005-04-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
17069         * startup.el (command-line): Turn off blinking cursor if
17070         cursorBlink in resources is off or false.
17072 2005-04-12  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
17074         * term/mac-win.el (dnd): Require dnd.
17075         (mac-drag-n-drop): Call dnd-handle-one-url.
17076         (kTextEncodingMacRoman, kTextEncodingISOLatin1)
17077         (kTextEncodingISOLatin2): Remove constants.
17078         (mac-script-code-coding-systems): New constant.
17079         (mac-handle-language-change): New function.
17080         (special-event-map): Bind it to `language-change' event.
17081         (mac-centraleurroman, mac-cyrillic): New coding systems.
17082         (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
17083         (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
17084         and mac-cyrillic-encoder to encode-mac-centraleurroman and
17085         encode-mac-cyrillic, respectively.
17087 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
17089         * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
17090         Don't set overlay-arrow-string to "=>" as this is done
17091         globally in C now.
17093 2005-04-12  Lute Kamstra  <lute@gnu.org>
17095         * generic-x.el (rc-generic-mode, rul-generic-mode):
17096         Fix auto-mode-alist entries.
17097         (etc-fstab-generic-mode): Tweak fontification.
17099         * generic.el (generic-make-keywords-list): Fix docstring.
17100         (generic-mode-internal): Simplify generic-font-lock-keywords.
17102 2005-04-11  Rajesh Vaidheeswarran  <rv@gnu.org>
17104         * whitespace.el (whitespace-buffer-leading)
17105         (whitespace-buffer-trailing): Revert the incorrect test inversion.
17106         However, fix the highlight area for the leading and
17107         trailing whitespaces to show space.
17109 2005-04-11  Rajesh Vaidheeswarran  <rv@gnu.org>
17111         * whitespace.el (whitespace-version): Bump to 3.5
17113         (whitespace-buffer-leading, whitespace-buffer-trailing):
17114         Invert sense of the test to highlight the whitespace.
17116 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
17118         * progmodes/gud.el (gud-display-line): GUD uses its own
17119         overlay arrow now so don't set overlay-arrow-string.
17120         (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
17122 2005-04-11  Dan Nicolaescu  <dann@ics.uci.edu>
17124         * term.el (term-ansi-current-bold, term-ansi-current-underline)
17125         (term-ansi-current-reverse, term-ansi-current-invisible)
17126         (term-ansi-face-already-done): Change to boolean.
17127         (term-reset-terminal, term-handle-colors-array): Handle the above
17128         vars accordingly.
17129         (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
17130         (term-emulate-terminal): Use the new name.
17132         * faces.el (secondary-selection): Use yellow1, not yellow.
17133         (trailing-whitespace): Use red1, not red.
17135 2005-04-11  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
17137         * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
17138         (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
17139         (dired-dnd-handle-file): Call dnd-get-local-file-uri
17141         * cus-edit.el (dnd): New group.
17143         * term/w32-win.el (dnd): Require dnd
17144         (w32-drag-n-drop): Call dnd-handle-one-url.
17146         * x-dnd.el: Require dnd.
17147         (x-dnd-handle-uri-list, x-dnd-handle-file-name):
17148         Call dnd-handle-one-url.
17149         (x-dnd-types-alist, x-dnd-insert-utf8-text)
17150         (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
17151         to dnd-insert-text.
17152         (x-dnd-protocol-alist, x-dnd-open-file-other-window)
17153         (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
17154         (x-dnd-get-local-file-name, x-dnd-open-local-file)
17155         (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
17157         * dnd.el (dnd-protocol-alist): New file with generic DND functions.
17159 2005-04-11  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
17161         * wdired.el: Doc fixes.
17162         (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
17163         (wdired-use-dired-vertical-movement): Rename from
17164         wdired-always-move-to-filename-beginning.
17165         (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
17166         (wdired-change-to-wdired-mode): Change mode name.
17167         (wdired-newline): Delete.
17169 2005-04-11  Richard M. Stallman  <rms@gnu.org>
17171         * whitespace.el (whitespace-highlight-the-space):
17172         Don't call whitespace-unhighlight-the-space here.
17174         * simple.el (undo): Record t in undo-equiv-table
17175         for the redo record made by an undo-in-region.
17177 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
17179         * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
17180         (gdb-frame-inferior-io-buffer): New Functions to control
17181         display of separate IO buffer.
17182         (menu): Add them to menu-bar.
17183         (gdb-display-buffer): Check for buffer another frame.
17184         Protect GUD buffer.
17185         (gdb-setup-windows): Create IO buffer if not already there.
17186         (gdb-memory-mode): Remove purecopy noops.
17188 2005-04-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
17190         * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
17191         and pass to self-insert-command.
17193 2005-04-11  Lute Kamstra  <lute@gnu.org>
17195         * generic.el: Commentary section cleanup.
17196         (generic): Delete.
17197         (generic-use-find-file-hook, generic-lines-to-scan)
17198         (generic-find-file-regexp, generic-ignore-files-regexp)
17199         (default-generic-mode, generic-mode-find-file-hook)
17200         (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
17201         * generic-x.el (generic-x): Docstring fix.  Put it in the data group.
17202         (generic-use-find-file-hook, generic-lines-to-scan)
17203         (generic-find-file-regexp, generic-ignore-files-regexp)
17204         (default-generic-mode, generic-mode-find-file-hook)
17205         (generic-mode-ini-file-find-file-hook): Move from generic.el.
17207 2005-04-10  Karl Fogel  <kfogel@red-bean.com>
17209         * bookmark.el (bookmark-write-file): Catch errors writing file.
17210         This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
17212 2005-04-10  Richard M. Stallman  <rms@gnu.org>
17214         * startup.el (fancy-splash-tail): Update copyright year.
17215         (command-line): Split part of -Q into -D.
17216         (emacs-basic-display): New defvar.
17217         (fancy-splash-text): Correct name of menu item.
17219         * saveplace.el (save-place-alist-to-file): Catch errors writing file.
17221         * info.el (Info-fontify-node): Handle fontification of multiple * Menu
17222         lines in one node.
17224         * comint.el (comint-send-input): New arg ARTIFICIAL.
17225         Callers in this file changed.
17227         * abbrev.el (define-abbrevs): Read system abbrevs properly.
17229         * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
17231 2005-04-10  Chong Yidong  <cyd@stupidchicken.com>
17233         * url/url-ldap.el (url-ldap): Add docstring.  Fix call to
17234         `ldap-search-internal'.
17236 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
17238         * files.el (set-auto-mode-1): Use line-end-position.
17240         * international/latin-1.el:
17241         * international/latin-2.el:
17242         * international/latin-3.el:
17243         * international/latin-4.el:
17244         * international/latin-5.el:
17245         * international/latin-8.el:
17246         * international/latin-9.el: Give punctuation syntax to NBSP.
17248         * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
17249         (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
17250         Use char-classes to accept non-ascii letters, accepted in some recent
17251         bibtex implementations.
17253 2005-04-10  Luc Teirlinck  <teirllm@auburn.edu>
17255         * custom.el (custom-set-minor-mode): Any non-nil value for the
17256         variable should enable the mode when set through Custom.
17258 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
17260         * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
17261         TAB binding so tab-always-indent is obeyed.
17262         (vhdl-minibuffer-local-map): Move initialization into declaration.
17263         (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
17264         (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
17265         (vhdl-hooked-abbrev): Avoid test for XEmacs.
17266         (vhdl-current-line): Use line-beginning-position.
17267         (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
17268         with-output-to-temp-buffer, so the current position can be recorded.
17270 2005-04-10  Masatake YAMATO  <jet@gyve.org>
17272         * progmodes/compile.el (compilation-error-regexp-alist-alist):
17273         Add regexp for gcov.
17275 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17277         * calendar/time-date.el (time-to-seconds, seconds-to-time)
17278         (days-to-time, time-subtract, time-add): Don't use the #xhhhh
17279         syntax which Emacs 20 doesn't support.
17281 2005-04-09  Richard M. Stallman  <rms@gnu.org>
17283         * help.el (describe-key-briefly, describe-key):
17284         Replace strings as event types with "(any string)".
17286 2005-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
17288         * arc-mode.el (archive-mode-map): Move initialization into
17289         the declaration.  Override *all* bindings of `undo'.
17290         (archive-lemacs): Remove, use (featurep 'xemacs) instead.
17292 2005-04-09  Jay Belanger  <belanger@truman.edu>
17294         * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
17296 2005-04-09  Dan Nicolaescu  <dann@ics.uci.edu>
17298         * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
17299         (xterm-register-default-colors): Update color values computation
17300         to match xterm-200.
17302 2005-04-09  Kenichi Handa  <handa@m17n.org>
17304         * international/code-pages.el (iso-latin-7): Fix the map.
17306 2005-04-08  Luc Teirlinck  <teirllm@auburn.edu>
17308         * emacs-lisp/lisp.el (defun-prompt-regexp)
17309         (parens-require-spaces, buffer-end, end-of-defun)
17310         (insert-parentheses): Doc fixes.
17312 2005-04-08  Kim F. Storm  <storm@cua.dk>
17314         * comint.el (comint-highlight-prompt): Fix face spec.
17315         * hi-lock.el (hi-green): Likewise.
17317 2005-04-08  Dan Nicolaescu  <dann@ics.uci.edu>
17319         * cus-edit.el (custom-modified-face):
17320         * comint.el (comint-highlight-input): Fix previous changes.
17321         * term.el (term-handle-ansi-escape): Add a comment.
17323 2005-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
17325         * whitespace.el (whitespace-highlight-the-space): Put the same overlay
17326         in the buffer and in whitespace-highlighted-space.
17327         (whitespace-unhighlight-the-space): Simplify.
17328         (whitespace-buffer): Simplify.
17330 2005-04-08  Dan Nicolaescu  <dann@ics.uci.edu>
17332         * textmodes/table.el (table-cell-face): Add special case for
17333         displays supporting a high number of colors.
17334         * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
17335         (vhdl-font-lock-reserved-words-face)
17336         (vhdl-speedbar-architecture-face)
17337         (vhdl-speedbar-instantiation-face)
17338         (vhdl-speedbar-architecture-selected-face)
17339         (vhdl-speedbar-instantiation-selected-face): Likewise.
17340         * progmodes/sh-script.el (sh-heredoc-face): Likewise.
17341         * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
17342         * progmodes/ebrowse.el (ebrowse-tree-mark-face)
17343         (ebrowse-root-class-face, ebrowse-member-attribute-face)
17344         (ebrowse-progress-face): Likewise.
17345         * progmodes/compile.el (compilation-info-face): Likewise.
17346         * progmodes/cc-fonts.el (c-invalid-face): Likewise.
17347         * emacs-lisp/re-builder.el (reb-match-3): Likewise.
17348         * calendar/calendar.el (diary-face): Likewise.
17349         * woman.el (woman-italic-face, woman-bold-face)
17350         (woman-unknown-face): Likewise.
17351         * wid-edit.el (widget-button-pressed-face): Likewise.
17352         * whitespace.el (whitespace-highlight-face): Likewise.
17353         * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
17354         * pcvs-info.el (cvs-marked-face): Likewise.
17355         * info.el (info-xref): Likewise.
17356         * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
17357         * hilit-chg.el (highlight-changes-face)
17358         (highlight-changes-delete-face): Likewise.
17359         * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
17360         (hi-red-b): Likewise.
17361         * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
17362         * font-lock.el (font-lock-keyword-face)
17363         (font-lock-function-name-face, font-lock-warning-face): Likewise.
17364         * cus-edit.el (custom-invalid-face, custom-modified-face)
17365         (custom-set-face, custom-changed-face, custom-variable-tag-face)
17366         (custom-group-tag-face-1, custom-group-tag-face): Likewise.
17367         * comint.el (comint-highlight-prompt): Likewise.
17369 2005-04-08  Lute Kamstra  <lute@gnu.org>
17371         * font-lock.el (font-lock-keywords): Docstring fixes.
17373 2005-04-08  Kenichi Handa  <handa@m17n.org>
17375         * ps-mule.el (ps-mule-show-warning): If the number of unprintable
17376         chars are more than a limit, print " and more..." at the tail.
17378 2005-04-08  Kim F. Storm  <storm@cua.dk>
17380         * emacs-lisp/authors.el (authors-aliases): Update list.
17381         (authors-ignored-files): New list.
17382         (authors-fixed-entries): Fix typo.
17383         (authors-renamed-files-alist): Update list.
17384         (authors-add): Check authors-ignored-files.
17386 2005-04-08  Carsten Dominik  <dominik@science.uva.nl>
17388         * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
17389         optional, to ensure backward compatibility.
17391 2005-04-08  Stephen Eglen  <stephen@gnu.org>
17393         * textmodes/flyspell.el (flyspell-large-region): Doc fix.
17395 2005-04-08  Kim F. Storm  <storm@cua.dk>
17397         * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
17399         * mouse.el (mouse-on-link-p): Doc fix.
17401 2005-04-07  Luc Teirlinck  <teirllm@auburn.edu>
17403         * ielm.el (ielm-prompt-read-only): Doc fix.
17405         * comint.el (comint-prompt-read-only): Doc fix.
17407 2005-04-07  Benjamin Rutt  <brutt@bloomington.in.us>
17409         * ffap.el (ffap-pass-wildcards-to-dired): New user option to
17410         ensure dired always handles wildcards passed to ffap.
17411         (find-file-at-point): Use it.
17412         (ffap-dired-wildcards): Doc fix.
17414 2005-04-07  Juri Linkov  <juri@jurta.org>
17416         * simple.el (next-error-overlay-arrow-position): New defvar.
17417         Put "=>" on its property `overlay-arrow-string'.  Add it to
17418         `overlay-arrow-variable-list'.
17420         * progmodes/compile.el (compilation-setup):
17421         Set `next-error-overlay-arrow-position' to nil.  Also set it to
17422         nil in the local hook `kill-buffer-hook'.  Make local variable
17423         `overlay-arrow-string' and set it to "=>".
17424         (compilation-goto-locus): Set BOL position to
17425         `next-error-overlay-arrow-position' instead of
17426         `overlay-arrow-position'.
17428         * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
17429         locally instead of adding it to the global hook.
17430         (Info-kill-buffer): Move up.
17432 2005-04-06  Dan Nicolaescu  <dann@ics.uci.edu>
17434         * term/xterm.el (xterm-standard-colors): Update color values from
17435         xterm-200.
17437 2005-04-06  Stefan Monnier  <monnier@iro.umontreal.ca>
17439         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
17441         * fast-lock.el:
17442         * lazy-lock.el: Move them to the obsolete subdir.
17444 2005-04-06  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
17446         * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
17447         (wdired-add-replace-advice): Remove.
17448         (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
17450 2005-04-06  Kim F. Storm  <storm@cua.dk>
17452         * startup.el (command-line): Add --bare-bones alias for -Q.
17454 2005-04-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
17456         * term/mac-win.el: Use create-fontset-from-mac-roman-font to
17457         create the startup fontset if a font specification ends with
17458         `mac-roman'.
17460 2005-04-06  Lute Kamstra  <lute@gnu.org>
17462         * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
17463         change.
17465         * emacs-lisp/copyright.el (copyright-update-year): Replace the
17466         right subexpression.  Suggested by Jay Bingham <jay.bingham@hp.com>.
17468 2005-04-05  Lute Kamstra  <lute@gnu.org>
17470         * generic.el (generic-mode-internal): Fix 2005-03-31 change.
17471         (define-generic-mode): Ditto.  Fix debug declaration.
17473         * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
17474         Put them in the generic-x group.
17476         * calendar/timeclock.el (timeclock): Doc fix.
17478         * generic.el (define-generic-mode): Don't use custom-current-group.
17479         Document default :group value.
17480         * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
17481         (define-global-minor-mode): Don't use custom-current-group.
17483 2005-04-05  Glenn Morris  <gmorris@ast.cam.ac.uk>
17485         * startup.el (command-line-1): Display startup-echo-area-message
17486         when fancy splash screen is in use.
17488         * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
17489         (sh-escaped-newline): New face.
17490         (sh-font-lock-keywords) <shell>: Improve regexp for escaped
17491         newline, and use sh-escaped-newline face.
17493         * progmodes/tcl.el (tcl-escaped-newline): New face.
17494         (tcl-builtin-list): New variable.
17495         (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
17496         newlines.  Fix keywords subexpression number.
17498 2005-04-05  Carsten Dominik  <dominik@science.uva.nl>
17500         * textmodes/org.el (org-diary-default-entry): Fix call to
17501         `add-to-diary-entry'.
17503 2005-04-05  Kim F. Storm  <storm@cua.dk>
17505         * ediff-init.el: Use (featurep 'xemacs).
17507 2005-04-05  David Ponce  <david@dponce.com>
17509         * cus-edit.el (face): Derive from symbol widget.  Display sample
17510         of the current face on the fly.
17511         (widget-face-sample-face-get, widget-face-notify): New functions.
17512         (widget-face-value-create): Remove.
17514         * wid-edit.el (widget-field-end): Temporarily remove field
17515         narrowing before to call `get-char-property'.
17517 2005-04-04  Jay Belanger  <belanger@truman.edu>
17519         * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
17520         (math-read-subscripts): New variable.
17521         (math-read-preprocess-string): Process subscripts.
17523 2005-04-04  Luc Teirlinck  <teirllm@auburn.edu>
17525         * comint.el (comint-prompt-read-only): Doc fix.
17527         * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
17528         `-1'.  Doc fix.
17530 2005-04-04  Carsten Dominik  <dominik@science.uva.nl>
17532         * textmodes/org.el (org-insert-mode-line-in-empty-file):
17533         Change default value to nil.
17535 2005-04-04  Lute Kamstra  <lute@gnu.org>
17537         * autorevert.el (auto-revert-mode): Specify :group.
17538         * battery.el (display-battery-mode): Specify :group.
17539         * diff-mode.el (diff-minor-mode): Specify :group.
17540         * font-core.el (font-lock-mode): Specify :group.
17541         * hl-line.el (hl-line-mode): Specify :group.
17542         * iimage.el (iimage): New customization group.
17543         (iimage-mode): Specify :group.
17544         * longlines.el (longlines-mode): Specify :group.
17545         * master.el: Don't require easy-mmode.
17546         (master): New customization group.
17547         (master-mode): Specify :group.
17548         * msb.el (msb-mode): Specify :group.
17549         * reveal.el (reveal-mode): Specify :group.
17550         * simple.el (next-error-follow-minor-mode): Specify :group.
17551         * smerge-mode.el (smerge-mode): Specify :group.
17552         * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
17553         * emulation/cua-base.el (cua-mode): Specify :group.
17554         * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
17555         * language/thai-util.el (thai-auto-composition-mode)
17556         (thai-word-mode): Specify :group.
17557         * mail/supercite.el (sc-minor-mode): Specify :group.
17558         * progmodes/cwarn.el (cwarn-mode): Specify :group.
17559         * progmodes/flymake.el (flymake-mode): Specify :group.
17560         * progmodes/glasses.el (glasses-mode): Specify :group.
17561         * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
17562         * textmodes/enriched.el (enriched-mode): Specify :group.
17563         * textmodes/refill.el (refill-mode): Specify :group.
17565         * add-log.el (change-log-font-lock-keywords): Names in
17566         parenthesized lists can contain spaces.
17568 2005-04-04  Thien-Thi Nguyen  <ttn@gnu.org>
17570         * startup.el (fancy-splash-text): Shorten default text of
17571         "Emacs Tutorial" line.  Also, if the current language env
17572         indicates an available tutorial file other than TUTORIAL,
17573         extract its title and append it to the line in parentheses.
17574         (fancy-splash-insert): If arg is a thunk, funcall it.
17576 2005-04-04  Jay Belanger  <belanger@truman.edu>
17578         * calc.el (calc-language-alist): Add tags to customization type.
17580 2005-04-03  Luc Teirlinck  <teirllm@auburn.edu>
17582         * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
17583         Doc fix.
17585 2005-04-03  Marcelo Toledo  <marcelo@gnu.org>
17587         * add-log.el (change-log-font-lock-keywords): The manual
17588         describing a Change Log entry, says: (...) "Aside from these
17589         header lines, every line in the change log starts with a space or
17590         a tab.".  The font-lock was not highlighting lines started with
17591         spaces, added support for it.
17593 2005-04-03  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
17595         * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
17596         (bibtex-generate-url-list): Update docstring accordingly.  Put the
17597         complex example in the docstring.
17598         (bibtex-font-lock-url): Use pop.
17600 2005-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
17602         * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
17604         * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
17606 2005-04-03  Glenn Morris  <gmorris@ast.cam.ac.uk>
17608         * filesets.el (filesets-set-default): Doc fix.
17610 2005-04-03  Lute Kamstra  <lute@gnu.org>
17612         * generic.el (define-generic-mode): Add argument to specify
17613         keywords for defcustom.
17614         (default-generic-mode): Specify :group.
17616         * generic-x.el: Specify :group for all generic modes.
17618         * desktop.el (desktop-no-desktop-file-hook)
17619         (desktop-after-read-hook): Doc fix.
17621 2005-04-02  Luc Teirlinck  <teirllm@auburn.edu>
17623         * simple.el (visible-mode): Use explicit :group keyword.
17624         This changes the group of `visible-mode-hook' from paren-blinking
17625         to editing-basics.
17627 2005-04-02  Sergey Poznyakoff  <gray@Mirddin.farlep.net>  (tiny change)
17629         * mail/rmail.el (rmail-parse-url): Bugfix.  Parse traditional
17630         mailbox specifications as well as URLs.
17631         (rmail-insert-inbox-text): Remove unused conditional branches.
17633 2005-04-01  Jay Belanger  <belanger@truman.edu>
17635         * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
17636         (calc-gnuplot-print-command): Move definitions to calc.el.
17638         * calc/calc-embed.el (calc-embedded-announce-formula)
17639         (calc-embedded-open-formula, calc-embedded-close-formula)
17640         (calc-embedded-open-word, calc-embedded-close-word)
17641         (calc-embedded-open-plain, calc-embedded-close-plain)
17642         (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
17643         (calc-embedded-open-mode, calc-embedded-close-mode):
17644         Move definitions to calc.el.
17646         * calc/calc.el (calc-settings-file, calc-language-alist):
17647         Make customizable.
17648         (calc-embedded-announce-formula, calc-embedded-open-formula)
17649         (calc-embedded-close-formula, calc-embedded-open-word)
17650         (calc-embedded-close-word, calc-embedded-open-plain)
17651         (calc-embedded-close-plain, calc-embedded-open-new-formula)
17652         (calc-embedded-close-new-formula, calc-embedded-open-mode)
17653         (calc-embedded-close-mode, calc-gnuplot-name)
17654         (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
17655         from other files and make customizable.
17657 2005-04-01  Stefan Monnier  <monnier@iro.umontreal.ca>
17659         * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
17660         Use buffer-live-p.
17661         (cvs-mode-run): Don't call cvs-update-header here.
17662         (cvs-run-process): Call cvs-update-header.
17663         Use process properties for cvs-postprocess and cvs-buffer so that
17664         the sentinel can behave better if the temp buffer is killed.
17665         Use a pipe rather than a tty, to better handle unexpected prompts.
17666         (cvs-sentinel): Rewrite.  Call cvs-update-header.
17668 2005-04-01  Andre Spiegel  <spiegel@gnu.org>
17670         * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
17671         we go via Tramp or Ange-FTP.  Suggested by Kai Grossjohann.
17673 2005-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
17675         * generic.el (define-generic-mode): Add indentation rule.
17677 2005-03-31  Luc Teirlinck  <teirllm@auburn.edu>
17679         * files.el (mode-require-final-newline): Make Custom correctly
17680         report a nil value and allow to set it to nil via Custom.
17681         Doc fix.
17683 2005-04-01  Kenichi Handa  <handa@m17n.org>
17685         * international/characters.el: Enable the correct case setting for
17686         dotless-i and dotted-I.
17688 2005-04-01  Kim F. Storm  <storm@cua.dk>
17690         * ido.el (ido-file-internal): Fall back to non-ido command if
17691         initial directory is on slow ftp (or tramp) host.
17693 2005-03-31  Richard M. Stallman  <rms@gnu.org>
17695         * emacs-lisp/autoload.el (make-autoload):
17696         Handle define-global-minor-mode.
17698         * emacs-lisp/easy-mmode.el (define-global-minor-mode):
17699         Rename from easy-mmode-define-global-mode.
17700         (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
17702         * progmodes/scheme.el (scheme-mode-syntax-table):
17703         Update syntax of | and # for two-character comment syntax.
17705 2005-03-31  Lute Kamstra  <lute@gnu.org>
17707         * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
17708         (define-minor-mode): Call custom-current-group at load-time.
17710         * generic.el (define-generic-mode): Add debug declaration.
17711         Add defcustom for the mode hook.
17712         (generic-mode-internal): Use run-mode-hooks.
17714 2005-03-31  Kim F. Storm  <storm@cua.dk>
17716         * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
17717         (mouse-fixup-help-message): New defun called by show_help_echo
17718         to fixup mouse-2 prefix in help messages when applicable.
17720         * tooltip.el (tooltip-show-help-function): Don't fixup message here.
17722 2005-03-31  Kenichi Handa  <handa@m17n.org>
17724         * language/thai-word.el (thai-find-word-ends): Pay attention to
17725         the case that we reach the end of buffer.
17727         * textmodes/fill.el (fill-text-properties-at): New function.
17728         (fill-newline): Use fill-text-properties-at instead of
17729         text-properties-at.
17731 2005-03-31  Olive Lin  <olive.lin@versateladsl.be>  (tiny change)
17733         * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
17734         not comint-quote-filename.
17736 2005-03-31  Thien-Thi Nguyen  <ttn@gnu.org>
17738         * help-fns.el (help-with-tutorial): Revert last change.
17740 2005-03-31  Kim F. Storm  <storm@cua.dk>
17742         * emulation/cua-base.el (cua-scroll-down): Add CUA property.
17744 2005-03-30  Paul Eggert  <eggert@cs.ucla.edu>
17746         * calendar/cal-china.el: Update reference to "Calendrical
17747         Calculations" book; there's a new edition.
17748         * calendar/cal-coptic.el: Likewise.
17749         * calendar/cal-french.el: Likewise.
17750         * calendar/cal-hebrew.el: Likewise.
17751         * calendar/cal-islam.el: Likewise.
17752         * calendar/cal-iso.el: Likewise.
17753         * calendar/cal-julian.el: Likewise.
17754         * calendar/cal-mayan.el: Likewise.
17755         * calendar/cal-persia.el: Likewise.
17756         * calendar/calendar.el: Likewise.
17757         * calendar/holidays.el: Likewise.
17758         * calendar/lunar.el: Likewise.
17759         * calendar/solar.el: Likewise.
17761         * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
17762         white space from doc string.
17764 2005-03-30  Jay Belanger  <belanger@truman.edu>
17766         * calc/calc-help.el (calc-full-help): Remove email address.
17768 2005-03-30  Thien-Thi Nguyen  <ttn@gnu.org>
17770         * help-fns.el (help-with-tutorial): Delete title line.
17772 2005-03-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
17774         * calendar/cal-x.el (calendar-one-frame-setup)
17775         (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
17776         rather than `symbol' for set-window-dedicated-p.
17778         * calendar/appt.el (appt-buffer-name): Make it a constant.
17779         (appt-add): Doc fix.
17781         * filesets.el (filesets-menu-path, filesets-menu-before)
17782         (filesets-menu-in-menu): Doc fix.  Now valid in GNU Emacs.
17783         (filesets-menu-cache-file): Use directory ~/.emacs.d.
17784         (filesets-add-submenu): Delete and use add-submenu instead.
17786 2005-03-30  Carsten Dominik  <dominik@science.uva.nl>
17788         * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
17789         (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
17790         (org-diary-default-entry): New function.
17791         (org-get-entries-from-diary): Better parsing of diary entries.
17792         (org-agenda-check-no-diary): New function.
17793         ("diary-lib"): Advice to function `add-to-diary-list', to allow
17794         linking to diary entries.
17795         (org-agenda-execute-calendar-command): New function.
17796         (org-agenda): Improve visible section in window.
17797         Use `org-fit-agenda-window'.
17798         (org-fit-agenda-window): New option.
17799         (org-move-subtree-down): Better handling of empty lines
17800         at end of subtree.
17801         (org-cycle): Numeric prefix is interpreted now as show-subtree N
17802         levels up.
17803         (org-fontify-done-headline): New option.
17804         (org-headline-done-face): New face.
17805         (org-set-font-lock-defaults): Use `org-headline-done-face'.
17806         (org-table-copy-down): Rename from `org-table-copy-from-above'.
17807         When current field is non-empty, it is copied to next row.
17808         (org-table-copy-from-above): Fix bug which made it
17809         impossible to copy fields containing only a single non-white character.
17811 2005-03-30  Kim F. Storm  <storm@cua.dk>
17813         * kmacro.el (kmacro-end-macro): Isearch may store this command
17814         into the macro -- so ignore it when executing keyboard macro.
17816 2005-03-30  Nick Roberts  <nickrob@snap.net.nz>
17818         * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
17820 2005-03-29  Kenichi Handa  <handa@m17n.org>
17822         * language/thai.el ("Thai"): Set setup-function and exit-function
17823         for Thai language environment.
17825         * language/thai-util.el: Require thai-word.
17826         (thai-word-mode-map): New variable.
17827         (thai-word-mode): New minor mode.
17828         (setup-thai-language-environment-internal): New function.
17829         (exit-thai-language-environment-internal): New function.
17831         * language/thai-word.el (thai-word-table): Declare it by defvar,
17832         use dolist to initialize it.
17833         (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
17834         (thai-fill-find-break-point): New functions.
17836 2005-03-29  Richard M. Stallman  <rms@gnu.org>
17838         * simple.el (idle-update-delay): Move definition up.
17839         (set-mark): Doc fix.
17841 2005-03-29  Chong Yidong  <cyd@stupidchicken.com>
17843         * longlines.el: New file.
17845         * simple.el (buffer-substring-filters): New variable.
17846         (filter-buffer-substring): New function.
17847         (kill-region, copy-region-as-kill): Use it.
17849         * register.el (copy-to-register, append-to-register)
17850         (prepend-to-register): Use filter-buffer-substring.
17852 2005-03-30  Nick Roberts  <nickrob@snap.net.nz>
17854         * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
17855         (gud-filter-pending-text): Move in front of gdb.
17856         (gud-overlay-arrow-position): New variable.
17857         (gud-sentinel, gud-display-line): Use it in place of
17858         overlay-arrow-position.
17860 2005-03-29  Glenn Morris  <gmorris@ast.cam.ac.uk>
17862         * progmodes/fortran.el (fortran-if-indent): Doc fix.
17863         (fortran-font-lock-keywords-2): Add "where", "elsewhere".
17864         (fortran-font-lock-keywords-4): New variable.
17865         (fortran-blocks-re, fortran-end-block-re)
17866         (fortran-start-block-re): New constants, for hideshow.
17867         (hs-special-modes-alist): Add a Fortran entry.
17868         (fortran-mode-map): Bind fortran-end-of-block,
17869         fortran-beginning-of-block to \M-\C-n, \M-\C-p.
17870         (fortran-mode): Doc fix.  Add fortran-font-lock-keywords-4.
17871         (fortran-looking-at-if-then, fortran-end-of-block)
17872         (fortran-beginning-of-block): New functions, for hideshow.
17874         * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
17875         Doc fix.  Tweak regexp.
17876         (f90-beginning-of-block): Push mark first.
17878 2005-03-29  Jay Belanger  <belanger@truman.edu>
17880         * calc/calc.el: Update copyright date.
17881         (calc-version): Increase to 2.1.
17882         (calc-version-date): Remove.
17884         * calc/calc-help.el: Update copyright date.
17885         (calc-full-help): Remove reference to calc-version-date.
17886         Update copyright date.
17888 2005-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
17890         * vc.el (vc-do-command): Use a pipe for async processes, so password
17891         prompts don't show up at places where the user can't reply.
17893 2005-03-29  Olive Lin  <olive.lin@versateladsl.be>  (tiny change)
17895         * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
17896         on the file name we pass to the inferior shell.
17898 2005-03-29  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
17900         * progmodes/which-func.el (which-function): Be robust in the face of an
17901         imenu--make-index-alist failure.
17903 2005-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
17905         * reveal.el (reveal-mode-map): Don't override C-a and C-e.
17907         * progmodes/python.el (python-preoutput-filter): Fix last change.
17909 2005-03-29  Lute Kamstra  <lute@gnu.org>
17911         * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
17912         functions and compiled macros.
17913         (debug-convert-byte-code): Handle macros too.
17914         (debug-on-entry-1): Don't signal an error when trying to clear a
17915         function that is not set to debug on entry.
17917 2005-03-29  Jay Belanger  <belanger@truman.edu>
17919         * calc/calc-lang.el: Add functions to math-function-table
17920         properties of tex and math.
17922 2005-03-29  Kenichi Handa  <handa@m17n.org>
17924         * ps-mule.el (ps-mule-plot-string): Translate characters by
17925         ps-print-translation-table.
17926         (ps-mule-begin-job): Call find-charset-region/string with
17927         ps-print-translation-table.
17928         (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
17930         * ps-print.el (ps-print-translation-table): New variable.
17931         (ps-plot-region): Translate characters by ps-print-translation-table.
17933 2005-03-29  Juri Linkov  <juri@jurta.org>
17935         * simple.el (next-error-highlight-timer): New variable.
17937         * progmodes/compile.el (compilation-goto-locus):
17938         Use `next-error-highlight-timer' instead of `sit-for'.
17940 2005-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
17942         * mail/supercite.el (sc-mail-field): Use assoc-string.
17943         (sc-get-address): Simplify regexps.
17945         * files.el (minibuffer-with-setup-hook): New macro.
17946         (find-file-read-args): Use it to avoid let-binding
17947         minibuffer-with-setup-hook (which breaks turning on/off
17948         file-name-shadow-mode while in the prompt).
17950         * complete.el (PC-read-include-file-name-internal):
17951         Use test-completion.
17953 2005-03-28  Luc Teirlinck  <teirllm@auburn.edu>
17955         * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
17957 2005-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
17959         * window.el (window-buffer-height): Use count-screen-lines.
17961         * progmodes/python.el (python-preoutput-leftover): New var.
17962         (python-preoutput-filter): Use it.
17963         (python-send-receive): Loop until all the result has been received.
17965 2005-03-28  Juri Linkov  <juri@jurta.org>
17967         * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
17969         * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
17970         "Recover Crashed Session".
17971         (menu-bar-search-menu): Add ellipsis to "Search tagged files".
17972         (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
17973         (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
17974         (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
17975         (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
17976         (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
17977         (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
17978         (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
17980         * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
17981         Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
17982         Ediff Sessions", "Toggle use of separate control buffer frame",
17983         "Use separate frame for Ediff control buffer".
17985         * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
17986         Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
17987         "Rename Bookmark", "Delete Bookmark".
17989         * info.el (Info-mode-menu): Remove ellipsis from "Index".
17990         Add ellipsis to "Lookup a String", "Lookup a string in all indices".
17991         Add `:active Info-index-alternatives' to "Next Matching Item".
17993         * wdired.el (wdired-change-to-wdired-mode):
17994         Mention `wdired-abort-changes' key in the initial message.
17996         * international/mule.el (auto-coding-alist): Associate non-ascii
17997         image filename extensions with `no-conversion'.
17999 2005-03-27  Stefan Monnier  <monnier@iro.umontreal.ca>
18001         * international/iso-acc.el:
18002         * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
18004 2005-03-26  Luc Teirlinck  <teirllm@auburn.edu>
18006         * textmodes/sgml-mode.el (html-mode): Doc update.
18008         * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
18010 2005-03-26  Dan Nicolaescu  <dann@ics.uci.edu>
18012         * term.el (term-move-columns): Fix face after extending a line.
18013         (term-insert-spaces): Likewise.
18014         (term-reset-terminal): Fix off by one error.
18016 2005-03-26  Eli Zaretskii  <eliz@gnu.org>
18018         * international/mule.el (auto-coding-alist): Add .xpi files.
18020         * files.el (auto-mode-alist): Add .xpi files.
18022 2005-03-26  Jure Cuhalev  <gandalf@owca.info>  (tiny change)
18024         * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
18026 2005-03-26  Eli Zaretskii  <eliz@gnu.org>
18028         * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
18030 2005-03-26  Glenn Morris  <gmorris@ast.cam.ac.uk>
18032         * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
18033         binding.  Suggested by Stephan Stahl <stahl@eos.franken.de>.
18035         * calendar/cal-move.el (calendar-beginning-of-year): Move the
18036         cursor to Jan 1 when needed.
18037         (calendar-end-of-year): Fix -/+ typo.
18038         Reported by Chong Yidong <cyd@stupidchicken.com>.
18040 2005-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
18042         * progmodes/flymake.el (flymake-mode): Add autoload cookie.
18044         * emacs-lisp/debug.el (debugger-record-expression): Add a missing
18045         format to `message'.  Inspired by Deepak Goel <deego@gnufans.org>.
18047 2005-03-25  Richard M. Stallman  <rms@gnu.org>
18049         * filesets.el (filesets-init): Add autoload.
18051         * mail/mailalias.el (mail-directory): Doc fix.
18053 2005-03-25  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
18055         * mail/mailalias.el (mail-directory-process): Do nothing if
18056         mail-directory-process is an atom.
18057         (mail-get-names): Ignore mail-directory-names if it is an atom.
18058         (mail-directory-process defvar): Doc fix.
18059         (mail-names): Doc fix.
18061 2005-03-25  Johan Bockg\e,Ae\e(Brd  <bojohan+mail@dd.chalmers.se>  (tiny change)
18063         * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
18065 2005-03-26  Kenichi Handa  <handa@m17n.org>
18067         * international/mule-util.el (detect-coding-with-priority):
18068         Call update-coding-systems-internal before detect-coding-region.
18070 2005-03-26  Nick Roberts  <nickrob@snap.net.nz>
18072         * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
18073         (gdb-frames-mode-map): Add follow-link property.
18075 2005-03-25  Jay Belanger  <belanger@truman.edu>
18077         * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
18078         for variables.
18080 2005-03-25  Juri Linkov  <juri@jurta.org>
18082         * image-mode.el: Optimize image filename extension regexps in
18083         autoload cookies.  Associate .x[bp]m with `image-mode-maybe'
18084         in `auto-mode-alist'.
18085         (image-mode): Add `image-toggle-display-text' to local hook
18086         `change-major-mode-hook'.  Display the image as an image by
18087         default.  Set `cursor-type' and `truncate-lines' if the image
18088         is already displayed.  Take into account the current mode (image
18089         or text) in message.
18090         (image-minor-mode): New minor mode.
18091         (image-mode-maybe, image-toggle-display-text): New functions.
18092         (image-toggle-display): Use called-interactively-p.
18093         Let-bind `inhibit-read-only' to t.
18095         * image-mode.el (image-minor-mode): Set `cursor-type' and
18096         `truncate-lines' if the image is already displayed.  Add turning
18097         image-minor-mode off to `change-major-mode-hook'.  Add message.
18098         Call `image-toggle-display-text' after turning image-minor-mode off.
18100 2005-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
18102         * international/mule-cmds.el (set-locale-environment): For Mac OS X's
18103         Terminal.app, use utf-8.
18104         (set-display-table-and-terminal-coding-system): Add coding-system arg.
18105         (set-locale-environment): Use it.
18107         * term/xterm.el: Undo last change, better done in mule-cmds.el.
18109         * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
18111         * progmodes/python.el (python-close-block-statement-p)
18112         (python-outdent-p, python-current-defun): Use symbol-end.
18114 2005-03-25  Karl Chen  <quarl@cs.berkeley.edu>  (tiny change)
18116         * files.el (save-some-buffers): Doc fix.
18118 2005-03-25  Werner Lemberg  <wl@gnu.org>
18120         * complete.el, thumbs.el: Replace `legal' with `valid'.
18121         * calendar/calendar.el: Replace `legal' with `valid'.
18122         * emacs-lisp/advice.el: Replace `legal' with `valid'.
18123         * mail/supercite.el: Replace `legal' with `valid'.
18124         * progmodes/cperl-mode.el, progmodes/idlw-shell.el
18125         * progmodes/idlwave.el, progmodes/vhdl-mode.el:
18126         Replace `legal' with `valid'.
18127         * textmodes/reftex-vars.el, textmodes/reftex.el:
18128         Replace `legal' with `valid'.
18130 2005-03-25  Werner Lemberg  <wl@gnu.org>
18132         * calc/calc-forms.el, calc/calc-sel.el
18133         * midnight.el, vc-cvs.el
18134         * emacs-lisp/cl-macs.el
18135         * emulation/vip.el
18136         * eshell/esh-io.el, eshell/esh-var.el
18137         * mail/supercite.el
18138         * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
18139         * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
18140         * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
18141         * progmodes/sh-script.el, progmodes/xscheme.el
18142         * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
18143         * textmodes/reftex-index.el, textmodes/reftex-parse.el
18144         * textmodes/reftex-ref.el, textmodes/reftex-vars.el
18145         * textmodes/reftex.el, textmodes/org.el:
18146         Replace `illegal' with `invalid'.
18148 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
18150         * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
18151         (flymake-find-buildfile, flymake-find-possible-master-files)
18152         (flymake-check-include, flymake-parse-line): Replace loops over the
18153         length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
18155         * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
18156         Substitute file-name-as-directory in the rest of the file.
18157         (flymake-get-common-file-prefix): Rewrite, using compare-strings.
18158         (flymake-replace-region): Remove unused arg `buffer'.
18159         (flymake-check-patch-master-file-buffer): Update calls to it.
18160         (flymake-add-err-info): Remove unused var `count'.
18161         (flymake-mode): Use define-minor-mode.
18163         * progmodes/flymake.el: Use with-current-buffer.
18164         (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
18165         flymake-replace-regexp-in-string, flymake-line-beginning-position)
18166         (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
18167         Avoid testing for `xemacs'.
18168         (flymake-nop): Move.
18169         (flymake-region-has-flymake-overlays): Return the computed value.
18170         (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
18171         Remove unused var `endline'.
18172         (flymake-get-line-count): Remove unused function.
18173         (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
18175         * emulation/vi.el:
18176         * generic.el:
18177         * hilit-chg.el (global-highlight-changes):
18178         * hi-lock.el (hi-lock-mode):
18179         * follow.el: find-file-hooks -> find-file-hook.
18181         * comint.el (comint-insert-input): Obey mouse-yank-at-point.
18183 2005-03-24  Juri Linkov  <juri@jurta.org>
18185         * dired.el (dired-mode-map): Add menu item "Compare directories"
18186         for dired-compare-directories.
18188         * dired-aux.el (dired-compare-directories): Add autoload cookie.
18189         Doc fix.  Replace `read-file-name' with `read-directory-name'.
18191 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
18193         * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
18195 2005-03-24  Jay Belanger  <belanger@truman.edu>
18197         * calc/calc-embed.el (calc-embedded-mode-change): Save all
18198         relevant mode settings in calc-embedded-original-modes when modes
18199         are permanently changed.
18201 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
18203         * autoinsert.el: find-file-hooks -> find-file-hook.
18205 2005-03-24  Lute Kamstra  <lute@gnu.org>
18207         * generic.el (generic-font-lock-defaults): Make it obsolete.
18208         (generic-font-lock-keywords): New variable to replace
18209         generic-font-lock-defaults.
18210         (generic-mode-set-font-lock): Delete it.
18211         (generic-mode-internal): Don't call generic-mode-set-font-lock.
18212         (generic-bracket-support): Add docstring.
18214         * generic-x.el: Rename generic-font-lock-defaults to
18215         generic-font-lock-keywords throughout.
18216         (mailagent-rules-setup-function): Delete it.
18217         (mailagent-rules-generic-mode): Use anonymous function instead.
18218         (show-tabs-generic-mode-font-lock-defaults-1)
18219         (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
18220         Quote faces.
18221         (show-tabs-tab-face, show-tabs-space-face): Specify background,
18222         not foreground.
18224         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
18225         Recognize define-generic-mode.
18227 2005-03-23  Stefan Monnier  <monnier@iro.umontreal.ca>
18229         * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
18230         if there's no completion table.
18232 2005-03-23  Miles Bader  <miles@gnu.org>
18234         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
18235         Remove tty-specific variants, as they're no longer needed.
18237 2005-03-23  Lute Kamstra  <lute@gnu.org>
18239         * generic-x.el: Code cleanup: make args constant whenever possible.
18240         (installshield-statement-keyword-list)
18241         (installshield-system-functions-list)
18242         (installshield-system-variables-list, installshield-types-list)
18243         (installshield-funarg-constants-list): Make them constants.
18245         * generic.el (generic-make-keywords-list): Add autoload cookie.
18247         * calendar/time-date.el: Add comment on time value formats.
18248         Don't require parse-time.
18249         (with-decoded-time-value): New macro.
18250         (encode-time-value): New function.
18251         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
18252         (days-to-time): Return a valid time value when arg is huge.
18253         (time-since): Use time-subtract.
18254         (time-to-number-of-days): Use time-to-seconds.
18256 2005-03-23  David Ponce  <david@dponce.com>
18258         * recentf.el (recentf-keep): New option.
18259         (recentf-menu-action): Default to `find-file'.
18260         (recentf-keep-non-readable-files-flag)
18261         (recentf-keep-non-readable-files-p)
18262         (recentf-file-readable-p, recentf-find-file)
18263         (recentf-cleanup-remote): Remove.
18264         (recentf-include-p): More robust.
18265         (recentf-keep-p): New function.
18266         (recentf-remove-if-non-kept): Rename from
18267         `recentf-remove-if-non-readable'.  Use `recentf-keep-p'.
18268         All callers updated.
18269         (recentf-menu-items-for-commands): Fix help string.
18270         (recentf-track-closed-file): Update.  Doc fix.
18271         (recentf-cleanup): Update.  Count removed files.  Doc fix.
18273 2005-03-23  Kim F. Storm  <storm@cua.dk>
18275         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
18276         Don't inherit from fringe face (now happens automatically).
18278 2005-03-22  Kim F. Storm  <storm@cua.dk>
18280         * tooltip.el (tooltip-show-help-function): Ignore negative mouse
18281         position values.
18283 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
18285         * menu-bar.el (showhide-date-time): Remove.
18286         (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
18287         (menu-bar-make-mm-toggle): Simplify.
18289 2005-03-22  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
18291         * progmodes/perl-mode.el (perl-font-lock-keywords-2):
18292         Accept qualified variable and function names.
18294 2005-03-22  Thien-Thi Nguyen  <ttn@gnu.org>
18296         * bindings.el (completion-ignored-extensions):
18297         Remove ".lis" for `vax-vms'.
18299 2005-03-22  Andreas Schwab  <schwab@suse.de>
18301         * generic-x.el: Revert last change.
18302         * ldefs-boot.el: Update.
18304 2005-03-22  Jay Belanger  <belanger@truman.edu>
18306         * calc/calc-embed.el (calc-embedded-original-modes): New variable.
18307         (calc-embedded-save-original-modes)
18308         (calc-embedded-restore-original-modes): New functions.
18309         (calc-do-embedded): Save original modes when entering embedded mode
18310         and restore when leaving embedded mode.
18311         (calc-embedded-modes-change): Change the value of
18312         calc-embedded-original-modes to reflect permanent changes.
18314 2005-03-22  Lute Kamstra  <lute@gnu.org>
18316         * generic-x.el: Require generic again.
18318 2005-03-22  Miles Bader  <miles@gnu.org>
18320         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
18321         Tweak details to look good on both ttys and bitmap displays, light
18322         or dark background, etc.
18324 2005-03-21  Kim F. Storm  <storm@cua.dk>
18326         * tooltip.el (tooltip-show-help-function): Check car and cdr of
18327         mouse position.
18329 2005-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
18331         * icomplete.el: Don't forcibly turn on the mode upon load.
18332         (icomplete-mode): Use define-minor-mode.
18333         (icomplete-eoinput): Default to nil.
18334         (icomplete-minibuffer-setup): Remove autoload.
18335         (icomplete-tidy): Simplify.
18336         (icomplete-exhibit): Use buffer-undo-list to determine if we're still
18337         in the initial state or if the user has modified the field.
18338         Fix handling of icomplete-max-delay-chars.
18339         Remove code that handles the oddball case where
18340         minibuffer-completion-table is an integer.
18341         Wrap icomplete-completions in while-no-input in case building
18342         completions takes more time than expected.
18343         (icomplete-completions): Simplify.
18345 2005-03-21  Richard M. Stallman  <rms@gnu.org>
18347         * jka-compr.el (jka-compr-really-do-compress):
18348         Make variable buffer-local.
18350         * image-mode.el: Handle .xpm files too.
18351         (image-toggle-display): Preserve modification flag.
18353         * help.el (where-is): Don't mention aliases with no key bindings.
18355 2005-03-21  Lute Kamstra  <lute@gnu.org>
18357         * generic.el: Fix commentary section.  Don't require cl for
18358         compilation.
18359         (generic-mode-list): Add autoload cookie.
18360         (generic-use-find-file-hook, generic-lines-to-scan)
18361         (generic-find-file-regexp, generic-ignore-files-regexp)
18362         (generic-mode, generic-mode-find-file-hook)
18363         (generic-mode-ini-file-find-file-hook): Fix docstrings.
18364         (define-generic-mode): Make it a defmacro.  Fix docstring.
18365         (generic-mode-internal): Code cleanup.  Add autoload cookie.
18366         (generic-mode-set-comments): Code cleanup.
18367         * generic-x.el: Don't prevent compilation.  Don't require generic.
18368         Follow coding conventions.  Minor code cleanup.
18369         (etc-fstab-generic-mode): Add some keywords.
18370         * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
18371         define-generic-mode like a function declaration.
18373 2005-03-21  Jay Belanger  <belanger@truman.edu>
18375         * calc/calc-embed.el (calc-do-embedded): Put data on stack before
18376         changing modes.
18378 2005-03-21  Sam Steingold  <sds@gnu.org>
18380         * add-log.el (add-log-current-defun): Support more C DEFUN forms.
18382 2005-03-21  Thien-Thi Nguyen  <ttn@gnu.org>
18384         * progmodes/dcl-mode.el (dcl-font-lock-keywords):
18385         Add underscore to "f$ lexicals" regexp.
18387 2005-03-20  Juri Linkov  <juri@jurta.org>
18389         * subr.el (progress-reporter-do-update): When `min-value' is equal
18390         to `max-value', set `percentage' to 0 and prevent division by zero.
18392 2005-03-20  Michael Albinus  <michael.albinus@gmx.de>
18394         Sync with Tramp 2.0.48.
18396         * net/tramp.el (all): Change all addresses to .gnu.org.
18397         (tramp-append-tramp-buffers): New defun.
18398         (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
18399         Catch `dont-send' signal.
18400         (tramp-set-auto-save-file-modes): Set always permissions, because
18401         there might be an old auto-saved file belonging to another
18402         original file.  This could be a security threat.  Reported by
18403         Kjetil Kjernsmo <kjetil@kjernsmo.net>.
18404         Check for Emacs 21.3.50 removed.
18406         * net/tramp-smb.el (all): Remove debug construct for
18407         `with-parsed-tramp-file-name'.
18408         (tramp-smb-prompt): Prompt can contain spaces inside directory names.
18409         (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
18410         No error message if DIRECTORY or FILENAME doesn't exist.
18411         (tramp-smb-open-connection): Check existence of
18412         `tramp-smb-program'.
18414 2005-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
18416         * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
18417         Properly handle the case where the `m' or `s' command's argument is not
18418         yet terminated.
18419         (perl-indent-new-calculate): New function.
18420         (perl-indent-line): Use it.
18422 2005-03-20  Miles Bader  <miles@gnu.org>
18424         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
18425         in text-mode too.  Change to new face names.
18426         (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
18427         Add `:weight bold' attribute.
18428         (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
18430 2005-03-19  Juri Linkov  <juri@jurta.org>
18432         * files.el (auto-mode-alist): Add comment.  Optimize jar/ear/war.
18434         * international/mule.el (auto-coding-alist): Sync with
18435         `auto-mode-alist' by adding upper case archive file extensions
18436         and adding ear/war to jar extension.
18438 2005-03-19  David Casperson  <casper@unbc.ca>  (tiny change)
18440         * textmodes/tex-mode.el (tex-view): If tex-shell process is not
18441         running, restart it.
18443 2005-03-19  Yoichi NAKAYAMA  <yoichi@geiin.org>  (tiny changes)
18445         * finder.el (finder-current-item): Throw an error on an empty line.
18447         * man.el (Man-follow-manual-reference): If current-word returns
18448         nil, use "".
18450 2005-03-19  Matt Hodges  <MPHodges@member.fsf.org>
18452         * simple.el (goto-line): Doc fix.
18454 2005-03-19  Aaron Hawley  <Aaron.Hawley@uvm.edu>  (tiny change)
18456         * files.el (save-buffer): Doc fix.
18458 2005-03-19  Michael R. Mauger  <mmaug@yahoo.com>
18460         * recentf.el (recentf-cleanup-remote): New variable.
18461         (recentf-cleanup): Use it to conditionally check availability of
18462         remote files.
18464 2005-03-19  Joe Edmonds  <joe-bugs-debian-org@elem.com>  (tiny change)
18466         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
18467         function names.
18469 2005-03-19  Eli Zaretskii  <eliz@gnu.org>
18471         * language/thai-word.el: New file.
18473 2005-03-19  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
18475         * files.el (backup-buffer): If the file's directory is not
18476         writable, use copy instead of move to backup the file.
18478 2005-03-19  Eli Zaretskii  <eliz@gnu.org>
18480         * obsolete/keyswap.el: Moved to obsolete/ from term/.
18482 2005-03-19  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
18484         * ps-print.el (ps-generate-string-list, ps-generate-header-line):
18485         Use functionp instead of symbolp and fboundp.  Reported by Drkm
18486         <darkman_spam@yahoo.fr>.
18487         (ps-print-version): New version 6.6.6.
18489 2005-03-18  Tak Ota  <Takaaki.Ota@am.sony.com>
18491         * textmodes/table.el (table--line-column-position): New idiom.
18492         (table--row-column-insertion-point-p): New function to test
18493         validity of row and column insertion operation at a location.
18494         (table-global-menu, table-cell-menu): Use above functions for
18495         deterministic test operation.
18496         (table--editable-cell-p): Behave in deterministic fashion.
18498 2005-03-18  Juri Linkov  <juri@jurta.org>
18500         * isearch.el (isearch-lazy-highlight-new-loop):
18501         Make arguments beg and end optional.
18502         (isearch-update): Remove optional arguments nil from
18503         isearch-lazy-highlight-new-loop.
18504         (isearch-lazy-highlight-search): Let-bind case-fold-search to
18505         isearch-lazy-highlight-case-fold-search instead of
18506         isearch-case-fold-search, and let-bind isearch-regexp to
18507         isearch-lazy-highlight-regexp.
18508         Use isearch-lazy-highlight-last-string instead of isearch-string.
18510         * replace.el (perform-replace): Remove bindings of global
18511         variables isearch-string, isearch-regexp, isearch-case-fold-search.
18512         Add three new arguments to `replace-highlight'.
18513         (replace-highlight): Add arguments string, regexp, case-fold.
18514         Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
18515         to allow isearch-lazy-highlight-new-loop to use these values
18516         to set corresponding isearch-lazy-highlight-* internal
18517         variables whose values lazy highlighting will use regardless of
18518         changes to global variables isearch-string, isearch-regexp,
18519         isearch-case-fold-search during lazy highlighting loop.
18520         (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
18521         to `lazy-highlight-cleanup'.
18523         * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
18524         (ispell-highlight-face): Set default face to `isearch' when
18525         lazy highlighting is enabled.
18526         (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
18527         priority to 1.  Add lazy highlighting.
18528         (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
18529         from `isearch-dehighlight'.
18531 2005-03-18  David Ponce  <david@dponce.com>
18533         * files.el (hack-local-variables): Do a case-insensitive search
18534         for End.
18536 2005-03-18  Juri Linkov  <juri@jurta.org>
18538         * isearch.el (lazy-highlight-cleanup) <command>: Rename from
18539         `isearch-lazy-highlight-cleanup', add alias to old name and
18540         declare obsolete.  Add release numbers to other obsolete vars.
18541         (isearch-done, isearch-lazy-highlight-new-loop):
18542         Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
18543         (lazy-highlight-cleanup) <variable>: Doc fix.
18544         (isearch-lazy-highlight-update): Rename obsolete
18545         `isearch-lazy-highlight-face' to `lazy-highlight-face'.
18547 2005-03-18  Kenichi Handa  <handa@m17n.org>
18549         * language/thai-util.el: Fix categorization of Thai characters in
18550         thai-category-table.
18551         (thai-composition-pattern): Adjust it for the above change.
18552         (thai-self-insert-command, thai-compose-syllable): New functions.
18553         (thai-compose-region): Use thai-compose-syllable.
18554         (thai-compose-string): Likewise.
18555         (thai-composition-function): Likewise.
18556         (thai-auto-composition): New function.
18557         (thai-auto-composition-mode): New minor mode.
18559         * language/thai.el: Fix patterns to be registered in
18560         composition-function-table.
18562         * international/quail.el (quail-input-method): Locally bind
18563         inhibit-modification-hooks to t.
18565 2005-03-17  Richard M. Stallman  <rms@gnu.org>
18567         * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
18568         (perl-mode): Use run-mode-hooks.
18570         * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
18571         (rmail-pop-password-required, rmail-remote-password): Doc fixes.
18572         (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
18574         * mail/sendmail.el (sendmail-send-it): Reenable the code
18575         to compute resend-to-address and use it.
18577         * tar-mode.el (tar-mode): Turn off undo unconditionally.
18579         * image-mode.el: New file.
18581         * image.el (insert-sliced-image): Add autoload cookie.
18583         * font-lock.el (font-lock-lines-before): New user option.
18584         (font-lock-after-change-function): Obey it.
18586         * bindings.el (esc-map): Make M-g a prefix.
18587         Bind M-g g and M-g M-g to goto-line.
18589         * faces.el (face-id): Doc fix.
18591 2005-03-17  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
18593         * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
18594         (rmail-show-message): Use rmail-unknown-mail-followup-to.
18595         (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
18597         * mail/sendmail.el (mail-yank-ignored-headers)
18598         (mail-font-lock-keywords, mail-mode-fill-paragraph):
18599         Add Mail-Followup-To and Mail-Reply-To headers.
18600         (mail-citation-hook): Add autoload cookie.
18601         (mail-mode): Doc fix.
18602         (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
18603         (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
18604         (mail-mode-fill-paragraph): Handle those headers.
18605         (mail-mailing-lists): New variable.
18606         (mail-mail-reply-to, mail-mail-followup-to): New functions.
18608 2005-03-17  Juri Linkov  <juri@jurta.org>
18610         * isearch.el (isearch-fallback): Check for `(car previous)'
18611         before calling `isearch-other-end-state'.
18613 2005-03-17  Kim F. Storm  <storm@cua.dk>
18615         * simple.el (move-beginning-of-line): Move to beginning of buffer
18616         line, as well as beginning of screen line.
18618 2005-03-16  Glenn Morris  <gmorris@ast.cam.ac.uk>
18620         * calendar/diary-lib.el (mark-diary-entries): Use new optional
18621         argument REDRAW rather than calendar-redrawing variable.
18622         * calendar/calendar.el (calendar-redrawing): Delete.
18623         (redraw-calendar): Do not bind calendar-redrawing.
18625 2005-03-16  Matt Hodges  <MPHodges@member.fsf.org>
18627         * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
18628         diary-file buffer.
18630 2005-03-16  Stefan Monnier  <monnier@iro.umontreal.ca>
18632         * help.el (describe-mode): Allow a :minor-mode-function property to
18633         specify a different minor mode toggle function than the variable.
18634         * simple.el (auto-fill-function):
18635         * subr.el (add-minor-mode): Use it.
18637 2005-03-16  Kenichi Handa  <handa@m17n.org>
18639         * language/ethio-util.el (sera-being-called-by-w3): New variable.
18640         (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
18641         (ethio-fidel-to-sera-buffer): Likewise.
18643 2005-03-16  Juri Linkov  <juri@jurta.org>
18645         * emacs-lisp/find-func.el (find-function-regexp):
18646         Add defun-emitting macro `menu-bar-make-toggle'.
18648         * isearch.el: Put `isearch-scroll' property to
18649         `split-window-horizontally'.
18651         * info.el: Update error messages for `debug-ignored-errors'.
18652         (Info-isearch-search): Doc fix.
18653         (Info-find-node): Move up code to go into info buffer before
18654         recording the node to the history.
18655         (Info-fontify-node): Fontify titles only if the next line
18656         has two or more `*', `=', `-', `.'.
18657         Display "go to this node" for empty (match-string 3).
18659 2005-03-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
18661         * term/mac-win.el: Add mouse pointer shape constants.
18663 2005-03-15  Kim F. Storm  <storm@cua.dk>
18665         * simple.el (move-beginning-of-line): Use vertical-motion.
18667 2005-03-15  Juri Linkov  <juri@jurta.org>
18669         * isearch.el (isearch-error): New variable.
18670         (isearch-invalid-regexp, isearch-within-brackets): Remove.
18671         (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
18672         (isearch-within-brackets-state): Remove.
18673         (isearch-case-fold-search-state, isearch-pop-fun-state):
18674         Decrease frame index.
18675         (isearch-mode, isearch-top-state, isearch-push-state)
18676         (isearch-edit-string, isearch-abort, isearch-search-and-update)
18677         (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
18678         (isearch-search, isearch-lazy-highlight-new-loop):
18679         Replace `isearch-invalid-regexp' with `isearch-error'.
18680         Remove `isearch-within-brackets'.
18681         (isearch-search): Add `search-failed' handler to `condition-case'.
18682         (isearch-lazy-highlight-search): Add `condition-case' to catch
18683         errors and allow `isearch-lazy-highlight-update' to try
18684         highlighting from the beginning of the window.
18685         (isearch-repeat): Move up code to set isearch-wrapped to t
18686         before calling isearch-wrap-function.
18688         * info.el (Info-isearch-initial-node): New internal variable.
18689         (Info-search): Signal an error in isearch mode when search leaves
18690         the initial node.  Signal an error when `bound' is non-nil and
18691         nothing was found in the current subfile.
18692         (Info-isearch-search): Remove `condition-case'.
18693         (Info-isearch-wrap): Don't wrap when search failed during leaving
18694         the initial node.  If `Info-isearch-search' is nil, wrap around
18695         the current node.
18696         (Info-isearch-start): New fun.
18697         (Info-mode): Add buffer-local hook `Info-isearch-start' to
18698         `isearch-mode-hook'.
18700 2005-03-15  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
18702         * simple.el (normal-erase-is-backspace): Set default to t if
18703         running on Mac.
18705         * term/mac-win.el (function-key-map): Sync with x-win.el.
18707 2005-03-15  Kenichi Handa  <handa@m17n.org>
18709         * international/mule-cmds.el (locale-language-names): Modify the
18710         format of elements and add more entries.
18711         (locale-preferred-coding-systems): Add more entries.
18712         (set-locale-environment): Adjust for the change of
18713         locale-language-names.
18715 2005-03-14  Stefan Monnier  <monnier@iro.umontreal.ca>
18717         * pcvs.el (smerge-ediff): Remove bogus autoload.
18719 2005-03-14  Lute Kamstra  <lute@gnu.org>
18721         * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
18722         Ignore a `*' at the beginning of a line.
18724         * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
18725         * emacs-lisp/byte-run.el (macro-declaration-function): Move from
18726         subr.el.
18727         (dont-compile, eval-when-compile, eval-and-compile): Use declare
18728         to specify indentation.
18730         * generic.el (define-generic-mode): Let generic-mode-list be a
18731         list of strings; test membership with equal.
18733 2005-03-14  Kim F. Storm  <storm@cua.dk>
18735         * simple.el (next-line, previous-line): Add optional try-vscroll
18736         arg to recognize interactive use.  Pass it on to line-move.
18737         (line-move): Don't perform auto-window-vscroll when defining or
18738         executing keyboard macro to ensure consistent behavior.
18740 2005-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
18742         * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
18744 2005-03-13  Lute Kamstra  <lute@gnu.org>
18746         * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
18747         debugger-setup-buffer so that backtrace marks the frames set to
18748         debug-on-exit and we don't have to do it manually.  Set an extra
18749         debug-on-exit for macro's.
18750         (debugger-setup-buffer): Don't mark the top frame manually.
18752 2005-03-12  Lute Kamstra  <lute@gnu.org>
18754         * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
18755         lisp-indent-function throughout.
18756         (with-no-warnings): Set lisp-indent-function property.
18758 2005-03-12  Thien-Thi Nguyen  <ttn@gnu.org>
18760         * progmodes/dcl-mode.el (dcl-mode-syntax-table):
18761         Add entry for backslash.
18763 2005-03-12  Juri Linkov  <juri@jurta.org>
18765         * info.el (Info-search): Four fixes for backward search.
18767 2005-03-11  Jay Belanger  <belanger@truman.edu>
18769         * calc/calc.el (calc-language-alist): New variable.
18770         * calc/calc-embed.el (calc-embedded-language-alist): Remove.
18771         (calc-embedded-find-modes): Use calc-language-alist instead of
18772         calc-embedded-language-alist.
18774 2005-03-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
18776         * calendar/calendar.el (calendar-redrawing): New internal
18777         variable.
18778         (redraw-calendar): Remove bogus save-excursion from previous
18779         change.  Bind calendar-redrawing to t for mark-diary-entries.
18780         * calendar/diary-lib.el (mark-diary-entries): No need to redraw
18781         calendar if that is why we were called.
18783 2005-03-11  Kenichi Handa  <handa@m17n.org>
18785         * international/mule.el (make-coding-system): Set property
18786         coding-system-define-form to nil.
18787         (define-coding-system-alias): Likewise.
18789 2005-03-11  Kenichi Handa  <handa@m17n.org>
18791         These changes are suggested by Dave Love <fx@gnu.org>.
18793         * textmodes/fill.el: Change encoding to iso-2022-7bit and add
18794         coding: tag.
18795         (adaptive-fill-regexp): Add more bullets.
18796         (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
18797         regexps.
18799 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
18801         * help.el (describe-mode): Properly handle non-trivial lighters.
18802         Don't ignore minor modes that are not listed in minor-mode-list.
18804         * tooltip.el (tooltip-mode): Don't complain that you can't turn the
18805         feature ON when the user requests to turn it OFF.
18807 2005-03-10  Lute Kamstra  <lute@gnu.org>
18809         * emacs-lisp/debug.el (debug-entry-code): Delete it.
18810         (implement-debug-on-entry): New function to replace debug-entry-code.
18811         (debug-on-entry-1): Use implement-debug-on-entry.  Delete the
18812         second argument as the 2005-03-07 change makes it obsolete.
18813         (debug-on-entry, cancel-debug-on-entry): Update call to
18814         debug-on-entry-1.
18815         (debug, debugger-setup-buffer): Comment update.
18816         (debugger-frame-number): Update to work with implement-debug-on-entry.
18818 2005-03-10  Jay Belanger  <belanger@truman.edu>
18820         * calc/calc-embed.el (math-ms-args): Declare it.
18821         (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
18822         math-ms-args.
18823         (calc-embedded-subst): Use math-multi-subst-rec to substitute
18824         variables.
18826 2005-03-10  Nick Roberts  <nickrob@snap.net.nz>
18828         * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
18829         Use message-box.
18831         * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
18832         (tooltip-activate-mouse-motions-if-enabled): Use dolist.
18833         (tooltip-gud-tips): Simplify.
18834         (tooltip-gud-tips-p): Remove superfluous :set.
18835         (tooltip-gud-modes): Add fortran-mode.
18836         (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
18838         * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
18840 2005-03-09  Kim F. Storm  <storm@cua.dk>
18842         * play/animate.el (animate-place-char): Use forward-line instead
18843         of next-line to improve performance.
18845 2005-03-09  Simon Josefsson  <jas@extundo.com>
18847         * net/browse-url.el (browse-url-default-browser): Doc fix.
18849 2005-03-09  Miles Bader  <miles@gnu.org>
18851         * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
18852         (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
18854 2005-03-09  Kenichi Handa  <handa@m17n.org>
18856         * international/latin-1.el: Set case and syntax for 255 only if
18857         set-case-syntax-set-multibyte is nil.
18859         * textmodes/ispell.el (ispell-insert-word): New function.
18860         (ispell-word): Use ispell-insert-word to insert a new word.
18861         (ispell-process-line): Likewise.
18862         (ispell-complete-word): Likewise.
18864 2005-03-09  Glenn Morris  <gmorris@ast.cam.ac.uk>
18866         * calendar/calendar.el (redraw-calendar): Preserve point.
18867         Reported by Matt Hodges <MPHodges@member.fsf.org>.
18868         (calendar-week-start-day): Move after definition of
18869         redraw-calendar.  Delete buffer test, since redraw-calendar has
18870         that now.
18872         * calendar/diary-lib.el (mark-diary-entries): Only call
18873         redraw-calendar in the first of any recursive calls.
18874         Reported by Alan Shutko <ats@acm.org>.
18876 2005-03-08  Juri Linkov  <juri@jurta.org>
18878         * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
18879         (html-horizontal-rule, html-line, html-image, html-checkboxes)
18880         (html-radio-buttons): Add a space before the trailing `/>' where
18881         sgml-xml-mode is non-nil.
18882         (sgml-delete-tag): Check if the tag ends with `/>' to not delete
18883         the subsequent tag of the empty XML tag.
18884         (html-href-anchor): Don't set initial input to "http:".
18885         (html-image): Ask for the image URL and set point inside alt="".
18886         (html-name-anchor): Duplicate the name in the `id' attribute when
18887         sgml-xml-mode is non-nil.
18888         (html-paragraph): Remove \n before <p>.
18889         (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
18890         instead of `checked' when sgml-xml-mode is non-nil.
18892         * facemenu.el (list-colors-print): Print #RRGGBB in default face.
18893         Remove 1 space before #RRGGBB to not truncate it on terminal
18894         windows w/o fringes.  Remove 1 space between bg and fg examples
18895         to get more space.
18896         (list-colors-duplicates): Replace `and' with `if' for `boundp' to
18897         avoid byte-compile warnings.
18899         * image-file.el (image-file-handler): Put `safe-magic' property to
18900         `image-file-handler'.
18902         * info.el (Info-isearch-search): Emulate word search in
18903         isearching through multiple Info nodes with Info-search.
18904         (Info-isearch-wrap): Allow isearch-word.
18906 2005-03-08  Lute Kamstra  <lute@gnu.org>
18908         * emacs-lisp/debug.el (debugger-step-through): Make sure that
18909         stepping into the debugger's code is not possible.
18910         (debugger-jumping-flag): Docstring update.
18912 2005-03-08  Jay Belanger  <belanger@truman.edu>
18914         * calc/calc-embed.el (calc-do-embedded): Reset mode line when
18915         embedded mode begins.
18916         (calc-embedded-language-alist): New variable.
18917         (calc-embedded-find-modes): Use calc-embedded-language-alist to
18918         set default language mode.
18920 2005-03-08  Kenichi Handa  <handa@m17n.org>
18922         * international/ccl.el (define-ccl-program): Fix docstring about
18923         extra 256 bytes assured for the output buffer.
18925         * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
18926         Fix BUFFER_MAGNIFICATION to 2.
18927         (ccl-encode-mule-utf-16be-with-signature): Likewise.
18929 2005-03-07  Karl Chen  <quarl@cs.berkeley.edu>
18931         * align.el (align-rules-list): Added an alignment rule for CSS
18932         declarations (applies to css-mode and html-mode buffers).
18934 2005-03-07  Stefan Monnier  <monnier@iro.umontreal.ca>
18936         * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
18938 2005-03-07  Kim F. Storm  <storm@cua.dk>
18940         * simple.el (move-beginning-of-line): New command.
18942         * bindings.el (global-map): Bind C-a to move-beginning-of-line.
18944         * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
18946         * emulation/cua-base.el: Put CUA move property on move-end-of-line
18947         and move-beginning-of-line.
18949         * apropos.el (apropos-print): Omit command from M-x ... RET.
18951 2005-03-07  Nick Roberts  <nickrob@snap.net.nz>
18953         * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
18954         (gdb-send, gdb-send-item): Log items sent from gdb-send too.
18956 2005-03-06  Richard M. Stallman  <rms@gnu.org>
18958         * bindings.el (esc-map): Bind M-g to goto-line.
18960         * facemenu.el (global-map): Bind M-o, not M-g.
18962 2005-03-06  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
18964         * menu-bar.el (menu-bar-file-menu): Add the same :enable to
18965         "Open Directory" as for "Open File".
18967 2005-03-06  Chong Yidong  <cyd@stupidchicken.com>
18969         * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
18970         (push-mark-command): Run activate-mark-hook.
18972 2005-03-06  Richard M. Stallman  <rms@gnu.org>
18974         * help-mode.el (help-mode-finish): Don't alter the element
18975         in view-return-to-alist if there already is one.
18977         * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
18978         make sure the current buffer is the expected one.
18980         * novice.el (disabled-command-function): Output in *Disabled Command*.
18981         Explicitly ignore non-keyboard events, and explicitly handle C-g.
18983         * textmodes/flyspell.el (flyspell-large-region):
18984         Pass args differently for aspell.
18986         * files.el (mode-require-final-newline): Doc fix.
18988 2005-03-03  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
18990         * progmodes/which-func.el (which-function):
18991         Specify NOERROR when calling imenu--make-index-alist.
18993 2005-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
18995         * simple.el (normal-erase-is-backspace): Define default value.
18997         * custom.el (custom-theme-set-variables): Remove unused var
18998         `immediate'.
18999         (custom-reevaluate-setting): Simple function to handle variables
19000         that are defined before their default value can really be
19001         computed.
19003         * startup.el (command-line): Use it for temporary-file-directory,
19004         small-emporary-file-directory, auto-save-file-name-transforms,
19005         blink-cursor-mode, and normal-erase-is-backspace.
19007         * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
19008         progress, even with buggy anchored keywords.
19010 2005-03-05  Luc Teirlinck  <teirllm@auburn.edu>
19012         * simple.el (goto-line): Remove unbalanced final parenthesis.
19014 2005-03-05  Richard M. Stallman  <rms@gnu.org>
19016         * simple.el (goto-line): Use a number at point as the default.
19017         With C-u as arg, switch buffers.
19019 2005-03-05  Juri Linkov  <juri@jurta.org>
19021         * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
19022         with `no-blinking-cursor'.
19024         * startup.el (no-blinking-cursor): New defvar.
19025         (command-line): Add `--no-blinking-cursor' to longopts.
19026         Set `no-blinking-cursor' to t for command line arguments
19027         -Q, -nbc, --no-blinking-cursor.  Replace `emacs-quick-startup'
19028         with `no-blinking-cursor' in the condition for calling
19029         `blink-cursor-mode'.
19031 2005-03-04  Luc Teirlinck  <teirllm@auburn.edu>
19033         * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
19034         (menu-bar-options-save): Add blink-cursor-mode.
19035         (menu-bar-options-menu): Add blink-cursor-mode.
19037 2005-03-04  Ulf Jasper  <ulf.jasper@web.de>
19039         * calendar/icalendar.el (icalendar-version): Increase to 0.11.
19040         (icalendar-export-file, icalendar-export-region)
19041         (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
19042         (icalendar--convert-ical-to-diary): Fix problem with DURATION.
19044 2005-03-04  Lute Kamstra  <lute@gnu.org>
19046         * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
19047         (debug-function-list): Ditto.
19049 2005-03-04  Robert J. Chassell  <bob@rattlesnake.com>
19051         * textmodes/texinfmt.el (texinfo-append-refill):
19052         Redefine the types of line to which @refill
19053         is not appended by replacing a search for `@refill\\|@bye' with
19054         `@refill\\|^[ \t]*@'.  The intent is to solve both the `@end
19055         itemize@refill' bug and the unfilled long lines bug.
19056         (texinfmt-version): Update number and date.
19058 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
19060         * international/code-pages.el (windows-1250, windows-125[2-8])
19061         (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
19063 2005-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
19065         * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
19066         bound yet.
19068 2005-03-02  Romain Francoise  <romain@orebokech.com>
19070         * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
19071         buffer after removing limits.
19072         (ibuffer-pop-filter): Ditto.
19073         Update copyright.
19075 2005-03-02  Miles Bader  <miles@gnu.org>
19077         * button.el (make-text-button): If the user doesn't specify a
19078         type, use the default.  Rewrite to use `add-text-properties' and
19079         plist functions.
19081 2005-03-01  Lute Kamstra  <lute@gnu.org>
19083         * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
19084         (debugger-jumping-flag): New var.
19085         (debug-entry-code): Use it.
19086         (debugger-jump): Use debugger-jumping-flag and add
19087         debugger-reenable to post-command-hook.
19088         (debugger-reenable): Use debugger-jumping-flag and remove itself
19089         from post-command-hook.
19090         (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
19091         debugger-reenable.
19093 2005-03-01  Robert J. Chassell  <bob@rattlesnake.com>
19095         * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
19096         inclusion of "itemize\\|", which may be unnecessary, is certainly
19097         inelegant, and stops refilling in itemize lists when formatting
19098         Japanese Texinfo files to Info.
19099         Update copyright to 2005.
19101 2005-03-01  Nick Roberts  <nickrob@snap.net.nz>
19103         * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
19104         of an error if GDB can't find the source file.
19106 2005-03-01  Glenn Morris  <gmorris@ast.cam.ac.uk>
19108         * calendar/calendar.el (redraw-calendar): Work from any buffer,
19109         not just the calendar.
19111         * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
19112         first.
19113         (diary-redraw-calendar): New function.
19114         (make-diary-entry): Add diary-redraw-calendar to local
19115         write-contents-functions.  Turn off selective display before
19116         inserting in diary.
19118 2005-03-01  Kim F. Storm  <storm@cua.dk>
19120         * emacs-lisp/copyright.el (copyright-fix-years): New command.
19122 2005-03-01  Lute Kamstra  <lute@gnu.org>
19124         * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
19125         that debug-entry-code can be safely removed from a function while
19126         this code is being evaluated.  Revert the 2005-02-27 change as the
19127         new implementation no longer requires it.  Make sure that a
19128         function body containing just a string is not mistaken for a docstring.
19129         (debug): Skip one more frame in case of debug on entry.
19130         (debugger-setup-buffer): Delete one more frame line in case of
19131         debug on entry.
19132         (debugger-frame-number): Update to use the new text introduced by
19133         the 1999-11-03 change.  Skip one more frame in case of debug on entry.
19135 2005-02-28  Kim F. Storm  <storm@cua.dk>
19137         * double.el (double-translate-key): Call force-window-update after
19138         read-event to avoid crash in redisplay.
19140 2005-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
19142         * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
19143         (debug): Use it.  Move the inhibit-trace earlier.
19144         (debug-entry-code): New const.
19145         (debug-on-entry-1): Use it.
19147 2005-02-28  Chong Yidong  <cyd@stupidchicken.com>
19149         * international/utf-16.el (ccl-encode-mule-utf-16le):
19150         Fix BUFFER_MAGNIFICATION to 2.
19151         (ccl-encode-mule-utf-16be): Likewise.
19153 2005-02-28  Kenichi Handa  <handa@m17n.org>
19155         * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
19156         Fix BUFFER_MAGNIFICATION to 4.
19157         (ccl-encode-mule-utf-16be-with-signature): Likewise.
19159 2005-02-28  Nick Roberts  <nickrob@snap.net.nz>
19161         * speedbar.el (speedbar-update-flag): Doc fix.
19162         (speedbar-show-info-under-mouse): Give set-mouse-position the right
19163         argument.
19165 2005-02-27  Stefan Monnier  <monnier@iro.umontreal.ca>
19167         * reveal.el (reveal-post-command): Don't try to reveal overlays which
19168         have a non-nil `invisible' property but are actually visible.
19170         * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
19171         for perldoc sections.
19172         (perl-outline-regexp, perl-outline-level): New var and function.
19173         (perl-mode): Use them.
19175 2005-02-27  Glenn Morris  <gmorris@ast.cam.ac.uk>
19177         * calendar/diary-lib.el (diary-remind): Discard any mark portion
19178         from diary-entry.  Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
19180 2005-02-27  Luc Teirlinck  <teirllm@auburn.edu>
19182         * cus-edit.el: Comment change.
19183         (custom-buffer-create-internal): Slightly reword text at top of
19184         Custom buffers.  Mention there that saving an option edits the
19185         init file.  Add link to Emacs manual node on `custom-file'.
19186         (custom-magic-alist): Rewrite individual State messages to use
19187         capitalized keywords.  Doc fix.
19189 2005-02-27  Matt Hodges  <MPHodges@member.fsf.org>
19191         * calendar/calendar.el (calendar-buffer): Move above
19192         calendar-week-start-day.
19193         (calendar-week-start-day): Doc fix.  Add :set function.
19194         (calendar-minimum-window-height): New variable.
19195         (generate-calendar-window): Only resize window if selected-window
19196         is displaying the calendar buffer.  Use new variable
19197         calendar-minimum-window-height.
19198         (generate-calendar): Reword error message.
19199         (calendar-mode-map): Bind DEL to scroll-other-window-down.
19201 2005-02-27  Andreas Schwab  <schwab@suse.de>
19203         * vc.el (vc-do-command): Don't run command asynchronously when
19204         operating in a remote directory.
19206         * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
19207         change from sync with Tramp 2.0.47.
19209 2005-02-27  Richard M. Stallman  <rms@gnu.org>
19211         * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
19213         * textmodes/flyspell.el (flyspell-mode-on):
19214         Call ispell-change-dictionary only if necessary.
19216         * emacs-lisp/re-builder.el (regexp-builder): New function.
19218         * register.el (describe-register-1): Explicitly handle
19219         yank-excluded-properties = t.
19221         * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
19222         (custom-magic-alist): Change the status descriptions again.
19223         (face widget-type): Total rewrite based on `restricted-sexp'
19224         to eliminate the confusing double hiding levels.
19226         * emacs-lisp/debug.el (debug-on-entry-1):
19227         If function body is empty, add nil as body form.
19229 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
19231         * emacs-lisp/trace.el (inhibit-trace): New var.
19232         (trace-make-advice): Use it.
19234         * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
19236 2005-02-26  Kim F. Storm  <storm@cua.dk>
19238         * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
19239         (mouse-on-link-p, mouse-drag-region-1): Use it.
19241 2005-02-25  Lute Kamstra  <lute@gnu.org>
19243         * replace.el (query-replace-read-from): Fix 2005-02-19 change.
19245 2005-02-24  Luc Teirlinck  <teirllm@auburn.edu>
19247         * frame.el (blink-cursor-mode): Add :group keyword.
19249 2005-02-24  Ulf Jasper  <ulf.jasper@web.de>
19251         * calendar/icalendar.el (icalendar--decode-isodatetime):
19252         New optional argument DAY-SHIFT.
19253         (icalendar-export-region): Fix coding-system-for-write.
19254         (icalendar--convert-ical-to-diary): Shift end-day of all-day
19255         events by one.
19257 2005-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
19259         * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
19261 2005-02-24  Kim F. Storm  <storm@cua.dk>
19263         * international/iso-acc.el (iso-accents-compose): Fix crash
19264         during redisplay.  Call force-window-update after read-event
19265         and delete-region to signal that window is not accurate.
19267 2005-02-23  Stefan Monnier  <monnier@iro.umontreal.ca>
19269         * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
19270         Remove unused and inexistent var `inhibit-trace'.
19271         (debugger-mode): Use run-mode-hooks.
19272         (debugger-list-functions): Add buttons; setup xref stack.
19274 2005-02-23  Richard M. Stallman  <rms@gnu.org>
19276         * calendar/appt.el (appt-time-msg-list): 3rd elt of each
19277         appointment says it was explicitly made.
19278         (appt-add): Set the 3rd element.
19279         (appt-make-list): Preserve explicit appointments.
19281         * subr.el (find-tag-default): Catch errors in forward-sexp.
19283 2005-02-23  Juri Linkov  <juri@jurta.org>
19285         * info.el (Info-isearch-search): New defcustom.
19286         (Info-isearch-search): Call the default isearch function
19287         when Info-isearch-search is nil.
19288         (Info-isearch-wrap): Use variable Info-isearch-search.
19290 2005-02-22  Luc Teirlinck  <teirllm@auburn.edu>
19292         * cus-edit.el: Comment change.
19294 2005-02-22  Kim F. Storm  <storm@cua.dk>
19296         * progmodes/hideif.el (hide-ifdef-use-define-alist):
19297         Use completing-read.  Suggested by Juan-Leon Lahoz Garcia.
19299 2005-02-22  Simon Josefsson  <jas@extundo.com>
19301         * net/browse-url.el (browse-url-netscape-new-window-is-tab):
19302         New variable.
19303         (browse-url-netscape): Use it.  Suggested by "Johann 'Myrkraverk'
19304         Oskarsson" <myrkraverk@users.sourceforget.net>.
19306 2005-02-22  Kim F. Storm  <storm@cua.dk>
19308         * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
19309         check that window of that event is the selected window.
19310         (mouse-drag-region-1): Compare mouse event window to selected
19311         window before setting point.
19313         * tooltip.el (tooltip-show-help-function): Pass event to
19314         mouse-on-link-p so it can check selected window.
19316 2005-02-22  Kenichi Handa  <handa@m17n.org>
19318         * ps-mule.el (ps-mule-header-string-charsets): Delete it.
19319         (ps-mule-show-warning): New function.
19320         (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
19321         characters are found.
19323         * ps-print.el (ps-header-footer-string): Return a list of header
19324         and footer strings.
19326 2005-02-21  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
19328         * pcvs.el (cvs-retrieve-revision): Fix thinko.
19330 2005-02-21  Stefan Monnier  <monnier@iro.umontreal.ca>
19332         * frame.el (blink-cursor-mode): Use define-minor-mode.
19334         * term/mac-win.el (function-key-map): Use char-names more consistently.
19335         (file-name-coding-system): Only set it for MacOS-9.  The other case is
19336         already handled in mule-cmds.el (where it also works when mac-win.el
19337         is not used).
19339 2005-02-21  Kenichi Handa  <handa@m17n.org>
19341         * international/mule.el (ctext-pre-write-conversion): Always use
19342         " *code-converting-work*" buffer for work.
19344         * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
19346 2005-02-20  Thien-Thi Nguyen  <ttn@gnu.org>
19348         * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
19350 2005-02-20  Jonathan Yavner  <jyavner@member.fsf.org>
19352         * ses.el (undo-more): Restore defadvice, but only the part that
19353         allows changes outside the restricted area of the buffer.
19355 2005-02-20  Kim F. Storm  <storm@cua.dk>
19357         * simple.el (line-move): Add fourth optional arg try-vscroll which
19358         must be set to perform auto-window-vscroll.
19359         When moving backwards and doing auto-window-vscroll, automatically
19360         vscroll to the last part of lines which are taller than the window.
19361         (next-line, previous-line): Set try-vscroll arg on line-move.
19363 2005-02-19  Dan Nicolaescu  <dann@ics.uci.edu>
19365         * replace.el (query-replace, query-replace-regexp)
19366         (replace-string, replace-regexp): When operating on region, make
19367         the minibuffer prompt say so.
19369         * isearch.el (isearch-forward): Document isearch-query-replace and
19370         isearch-query-replace-regexp keybindings.
19372 2005-02-19  Jay Belanger  <belanger@truman.edu>
19374         * calc/calc-aent.el (math-read-token): Add local variable.
19376         * calc/calc-prog.el (calc-user-define-edit): Add local variable.
19377         (calc-edit-top): Move declaration to earlier in file.
19378         (calc-edit-macro-repeats): Add local variables.
19380         * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
19381         Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
19382         calcFunc-tanh.
19383         Adjust integration rule for calcFunc-tan.
19385 2005-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
19387         * viper-cmd.el (viper-prefix-commands): Make into a defconst.
19388         (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
19389         (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
19390         (viper-skip-separators): Bug fix.
19391         (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
19392         particular major mode.
19393         (viper-del-backward-char-in-replace): Don't put deleted char on the
19394         kill ring.
19396         * viper-ex.el (viper-color-display-p): New function.
19397         (viper-has-face-support-p): Use viper-color-display-p.
19399         * viper-keym.el (viper-gnus-modifier-map): New keymap.
19401         * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
19403         * viper-util.el (viper-glob-unix-files): Fix shell status check.
19404         (viper-file-remote-p): Make equivalent to file-remote-p.
19406         * viper.el (viper-major-mode-modifier-list):
19407         Use viper-gnus-modifier-map.
19409 2005-02-19  David Kastrup  <dak@gnu.org>
19411         * subr.el (subregexp-context-p): Fix garbled doc string by adding
19412         quoting.
19414 2005-02-19  Jay Belanger  <belanger@truman.edu>
19416         * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
19417         Remove extra definitions.
19418         (calc-coth): New function.
19419         (calcFunc-cot): Fix `let'.
19421 2005-02-19  Eli Zaretskii  <eliz@gnu.org>
19423         * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
19424         the reasons we use "type pc" in these faces.
19426         * button.el (button): Ditto.
19428 2005-02-19  Michael Mauger  <mmaug@yahoo.com>
19430         * replace.el (query-replace-read-from): Set the value of
19431         query-replace-from-history-variable to handle the case of an empty
19432         string entered to accept the suggested default.
19434         * net/tramp.el (tramp-file-name-for-operation):
19435         Use dired-call-process instead of dired-call-process-command.
19437 2005-02-19  Jay Belanger  <belanger@truman.edu>
19439         * calc/calc-arith.el (math-trig-inverses, math-div-trig)
19440         (math-div-non-trig): New variables.
19441         (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
19442         (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
19443         (math-combine-prod, math-div-symb-fancy): Add simplifications for
19444         trig expressions.
19446 2005-02-19  Nick Roberts  <nickrob@snap.net.nz>
19448         * progmodes/gdb-ui.el (gdb-var-update-handler)
19449         (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
19450         for watch expressions,
19451         (gdb-var-create-handler): Don't set speedbar-update-flag.
19452         (gdb-post-prompt): Simplify test for speedbar.
19454 2005-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
19456         * ediff.el (ediff-set-diff-overlays-in-one-buffer)
19457         (ediff-set-fine-overlays-in-one-buffer, ediff-goto-word): Make sure
19458         we use the syntax table of the correct buffer.
19459         (ediff-same-file-contents, ediff-same-contents): Enhancements thanks to
19460         Felix Gatzemeier.
19462         * ediff-init.el (ediff-hide-face): Check for definedness of functions.
19463         (ediff-file-remote-p): Make synonymous with file-remote-p.
19464         In all deffaces ediff-*-face-*, use min-colors.
19466         * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
19467         ediff-recurse-to-subdirectories.
19468         (ediff-mark-if-equal): Check that the arguments are strings, use
19469         ediff-same-contents (after to Felix Gatzemeier).
19471         * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
19472         nil.
19474 2005-02-18  Stefan Monnier  <monnier@iro.umontreal.ca>
19476         * log-view.el (log-view-message-re): Fix up Subversion regexp.
19478 2005-02-18  David Kastrup  <dak@gnu.org>
19480         * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
19481         use `mark-active' when defined.
19483 2005-02-18  Kenichi Handa  <handa@m17n.org>
19485         * ps-print.el (ps-font-info-database): New entry
19486         ZapfChancery-MediumItalic with correct font name.  Fix font name
19487         of the entry Zapf-Chancery-MediumItalic.
19489 2005-02-16  Luc Teirlinck  <teirllm@auburn.edu>
19491         * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
19493 2005-02-16  Kim F. Storm  <storm@cua.dk>
19495         * ido.el (ido-fallback-command): Pass user input to fallback command.
19497 2005-02-16  Nick Roberts  <nickrob@snap.net.nz>
19499         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
19500         (gdb-find-file-hook): Add server prefix.
19502 2005-02-16  Richard M. Stallman  <rms@gnu.org>
19504         * replace.el (perform-replace): Pass new args to replace-highlight.
19505         (replace-highlight): Take region args,
19506         and pass them to isearch-lazy-highlight-new-loop.
19508         * novice.el (disabled-command-hook): Autoload the defalias
19509         and the make-obsolete-variable call.
19511         * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
19513         * isearch.el (isearch-lazy-highlight-start-limit)
19514         (isearch-lazy-highlight-end-limit): New variables limit
19515         the region for highlighting.
19516         (isearch-lazy-highlight-new-loop): New args BEG and END.
19517         (isearch-lazy-highlight-search): Use the new vars.
19518         (isearch-lazy-highlight-update): Likewise.
19520         * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
19522         * cus-start.el (all): Use default-boundp.
19524 2005-02-15  David Casperson  <casper@unbc.ca>  (tiny change)
19526         * menu-bar.el (menu-bar-select-frame): Handle current frame.
19528 2005-02-15  Luc Teirlinck  <teirllm@auburn.edu>
19530         * autorevert.el (auto-revert-stop-on-user-input)
19531         (auto-revert-verbose): Doc fixes.
19533 2005-02-15  Benjamin Riefenstahl  <Benjamin.Riefenstahl@epost.de>
19535         * international/mule-cmds.el (set-locale-environment): Remove call
19536         to set-selection-coding-system on Windows.
19538 2005-02-15  Jay Belanger  <belanger@truman.edu>
19540         * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
19541         calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
19542         calcFunc-coth.
19543         (math-simplify-sqrt): Add simplifications.
19545         * calc/calc-arith.el (math-real-if-arg-functions): Add functions
19546         to list.
19548         * calc/calc-ext.el: Add functions to autoloads.
19550         * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
19551         (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
19552         (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
19553         (math-csc-raw, math-cot-raw): New functions.
19555         * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
19557         * calc/calc-undo.el (calc-handle-undo): Remove prefix from
19558         the variable name in a message.
19560         * calc/calc-units.el: Add simplification rules for calcFunc-sec,
19561         calcFunc-csc, calcFunc-cot.
19563         * calc/calcalg2.el: Add derivative and integration rules for
19564         calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
19565         calcFunc-csch, calcFunc-coth.
19566         (math-do-integral-methods): Add to checks for when to use
19567         substitutions.
19569         * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
19571 2005-02-15  Lute Kamstra  <lute@gnu.org>
19573         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
19574         Add ;;;###autoload to `outline-regexp'.  Suggested by Stefan Monnier
19575         <monnier@iro.umontreal.ca>
19576         (lisp-outline-level): Improve efficiency.  Suggested by David
19577         Kastrup <dak@gnu.org>.
19579 2005-02-15  Nick Roberts  <nickrob@snap.net.nz>
19581         * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
19582         (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
19583         (gdb-set-gud-minor-mode-existing-buffers): New functions.
19584         (gdb-find-file-hook): New hook.  Add it to find-file-hook.
19585         (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
19587 2005-02-14  Luc Teirlinck  <teirllm@auburn.edu>
19589         * cus-start.el (all): Comment change.
19591 2005-02-14  Lute Kamstra  <lute@gnu.org>
19593         * cus-start.el (all): Check if symbol is void.
19595 2005-02-14  Carsten Dominik  <dominik@science.uva.nl>
19597         * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
19598         optional argument to \cite.
19600 2005-02-14  Richard M. Stallman  <rms@gnu.org>
19602         * cus-edit.el (custom-buffer-create-internal): Update help message.
19603         (custom-magic-alist): Update help messages.
19605         * cus-start.el (all): Allow a var to specify a standard value.
19607 2005-02-12  Luc Teirlinck  <teirllm@auburn.edu>
19609         * custom.el (custom-theme-set-variables): Handle variable aliases.
19611         * frame.el (blink-cursor-timer): Doc fix.
19612         (blink-cursor): Make it an alias for `blink-cursor-mode' and
19613         declare obsolete.
19614         (blink-cursor-mode): Define with defcustom and use correct
19615         standard expression in that defcustom.
19616         * startup.el (command-line): Adapt to above changes in frame.el.
19618 2005-02-11  Lute Kamstra  <lute@gnu.org>
19620         * apropos.el (apropos-score-doc): Prevent division by zero.
19622 2005-02-11  Ulf Jasper  <ulf.jasper@web.de>
19624         * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
19625         (icalendar--get-event-property-attributes)
19626         (icalendar--get-event-properties)
19627         (icalendar--datetime-to-diary-date): New functions.
19628         (icalendar--split-value): Doc fix.
19629         (icalendar--datetime-to-noneuropean-date)
19630         (icalendar--datetime-to-european-date): New optional argument
19631         SEPARATOR.  Return result as a string instead of a list.
19632         (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
19633         (icalendar--convert-string-for-export): Rename arg S to STRING.
19634         (icalendar-export-region): Doc fix.  Change name of error buffer.
19635         Save output buffer.
19636         (icalendar-import-file): Add blank at end of prompt.
19637         (icalendar-import-buffer): Doc fix.  Do not switch to error
19638         buffer.  Indicate status in return value.
19639         (icalendar--convert-ical-to-diary): Doc fix.  Change name of error
19640         buffer.  Save output buffer.  Handle exception from recurrence
19641         rules (EXDATE, EXRULE).  Handle start- and end-date of recurring
19642         events.  Fix problems with weekly all-day events.
19644 2005-02-10  Richard M. Stallman  <rms@gnu.org>
19646         * simple.el (eval-expression-print-format):
19647         Avoid warning about edebug-active.
19649         * help.el (help-for-help-internal): Rename from help-for-help.
19650         (help-for-help): Define with defalias.
19652         * font-core.el (font-lock-default-function): Use with-no-warnings.
19654         * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
19656         * custom.el (defface): Doc fix.
19658 2005-02-10  Nick Roberts  <nickrob@snap.net.nz>
19660         * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
19661         width 0" to prevent word wrapping problems.
19663 2005-02-09  Kim F. Storm  <storm@cua.dk>
19665         * ido.el (ido-file-extensions-order): New defcustom.
19666         (ido-file-extension-lessp, ido-file-extension-aux)
19667         (ido-file-extension-order): New advanced file ordering.
19668         (ido-file-lessp): New simple file ordering.
19669         (ido-sort-list): Remove.
19670         (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
19671         (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
19673 2005-02-08  Dan Nicolaescu  <dann@ics.uci.edu>
19675         * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
19676         that some versions of grep produce.
19677         (grep-mode-font-lock-keywords): Likewise.
19679 2005-02-09  Nick Roberts  <nickrob@snap.net.nz>
19681         * progmodes/gdb-ui.el (gdb-location-list): New variable.
19682         (gdb-cdir): Delete.
19683         (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
19684         (gdb-source-info): Treat case when source file is in another
19685         directory properly.
19686         (gdb-get-location): New function.
19688 2005-02-07  Jay Belanger  <belanger@truman.edu>
19690         * calc/calc-prog.el (calc-write-parse-table-part)
19691         (calc-fix-token-name): Fix a check for language type.
19693         * calc/calccomp.el (math-compose-expr): Fix a check for language type.
19695 2005-02-07  Andre Spiegel  <spiegel@gnu.org>
19697         * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
19698         as directory not writable.
19700 2005-02-07  Kim F. Storm  <storm@cua.dk>
19702         * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
19703         (cua--standard-movement-commands): Remove list.
19704         Instead, set CUA property value to move for movement commands.
19705         (cua-movement-commands): Remove.  Users must set CUA prop instead.
19706         (cua--pre-command-handler): Check CUA property.
19707         (cua--init-keymaps): Don't remap undo commands.
19708         (cua-mode): Don't call cua--rectangle-on-off.
19710         * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
19711         (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
19712         (cua--rect-undo-set-point): New var.
19713         (cua--rectangle-undo-boundary): Setup undo apply entry.
19714         (cua--rect-undo-handler): New function for rectangle undo.
19715         (cua--rect-start-position, cua--rect-end-position): Add.
19716         (cua--rectangle-post-command): Call cua--rectangle-set-corners
19717         for restored rectangle.  Set point if cua--rect-undo-set-point.
19719 2005-02-06  Jay Belanger  <belanger@truman.edu>
19721         * calc/calc-lang.el (calc-tex-language): Display more information
19722         in messages.
19724         * calc/calccomp.el (math-compose-expr): Allow multiline matrices
19725         in TeX mode.
19727 2005-02-06  Richard M. Stallman  <rms@gnu.org>
19729         * emacs-lisp/lisp.el (buffer-end): Doc fix.
19731 2005-02-05  Arne_J\e,Ax\e(Brgensen  <arne@arnested.dk>  (tiny change)
19733         * net/ldap.el (ldap-search-internal): Support attributes with
19734         optional descriptions separated by a semi-colon, as in
19735         "userCertificate;binary".
19737 2005-02-05  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
19739         * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
19740         isn't a cons (i.e. the version is 0).
19742 2005-02-05  Eli Zaretskii  <eliz@gnu.org>
19744         * help.el (help-for-help): Doc fix.
19746 2005-02-05  Nick Roberts  <nickrob@snap.net.nz>
19748         * progmodes/gdb-ui.el: Update copyright.  Put GDB-Frames before
19749         GDB-Windows on the menu-bar as this works better.
19751 2005-02-04  Jay Belanger  <belanger@truman.edu>
19753         * calc/calc-embed.el (calc-embedded-update): Don't put in
19754         unnecessary newlines.  Adjust the end of formula marker.
19756         * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
19757         (math-latex-parse-two-args): New function.
19759 2005-02-03  Lute Kamstra  <lute@gnu.org>
19761         * help-fns.el (help-with-tutorial): Make sure that users cannot
19762         remove the entire text of the tutorial by means of `undo'.
19764 2005-02-03  Stefan Monnier  <monnier@iro.umontreal.ca>
19766         * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
19767         in recent changes, where the ispell process was repeatedly
19768         killed & restarted.
19770         * international/mule-cmds.el (set-locale-environment): Set file-name
19771         coding system to utf-8 on Darwin systems.
19772         (set-default-coding-systems): Don't set default-file-name-coding-system
19773         on Darwin systems.
19775 2005-02-03  Richard M. Stallman  <rms@gnu.org>
19777         * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
19779 2005-02-03  Matt Hodges  <MPHodges@member.fsf.org>
19781         * faces.el (list-faces-display): Add optional argument.
19783 2005-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
19785         * font-core.el (font-lock-default-function): Handle the rare case where
19786         only font-lock-keywords is set.
19788 2005-02-02  Kenichi Handa  <handa@m17n.org>
19790         * international/characters.el: Cancel previous change for
19791         I-WITH-DOT-ABOVE and DOTLESS-i.
19793         * international/latin-5.el: Cancel previous change.
19795 2005-02-02  Nick Roberts  <nickrob@snap.net.nz>
19797         * progmodes/gud.el: Correction to syntax in gud-menu-map.
19799 2005-02-02  Kenichi Handa  <handa@m17n.org>
19801         * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
19802         DOTLESS-i.
19804         * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
19805         Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
19807         * case-table.el (get-upcase-table): New function.
19808         (copy-case-table): Copy upcaes table too if non-nil.
19809         (set-case-syntax-delims): Maintain upcase table too.
19810         (set-case-syntax-pair): Likewise.
19811         (set-upcase-syntax, set-downcase-syntax): New functions.
19812         (set-case-syntax): Maintain upcase table too.
19814 2005-02-02  Nick Roberts  <nickrob@snap.net.nz>
19816         * progmodes/gdb-ui.el (gdb-goto-info): Delete.
19818         * progmodes/gud.el (gud-goto-info): New function.
19819         (gud-tool-bar-map): Use correct icon.
19821 2005-02-01  Thien-Thi Nguyen  <ttn@gnu.org>
19823         * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
19824         When delegating, order args in the funcall correctly.
19826 2005-02-01  Thien-Thi Nguyen  <ttn@gnu.org>
19828         * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
19830 2005-02-01  Carsten Dominik  <dominik@science.uva.nl>
19832         * textmodes/reftex.el (reftex-access-scan-info): Error out in a
19833         buffer not visiting a file.
19835 2005-01-31  Jay Belanger  <belanger@truman.edu>
19837         * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
19838         bound on the line with the formula.
19840 2005-01-31  Kim F. Storm  <storm@cua.dk>
19842         * ses.el (ses-create-cell-variable-range)
19843         (ses-destroy-cell-variable-range, ses-reset-header-string)
19844         (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
19845         (ses-insert-row): Fix format of apply undo entries.
19847 2005-01-31  Jay Belanger  <belanger@truman.edu>
19849         * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
19850         parts.
19852         * calc/calc-embed.el (calc-embedded-open-formula)
19853         (calc-embedded-close-formula): Ignore matrix environments.
19855         * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
19856         TeX mode.
19858         * calc/calc-lang.el (math-function-table, math-oper-table)
19859         (math-variable-table): Adjust the LaTeX portions.
19861         * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
19862         (math-latex-ignore-words): New constant.
19864 2005-01-31  Richard M. Stallman  <rms@gnu.org>
19866         * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
19867         (ispell-local-dictionary): Doc fix.
19868         (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
19869         Don't reinitialize at run time.  Don't defcustom.
19870         All uses changed to append ispell-local-dictionary-alist,
19871         or check it first.
19872         (ispell-current-dictionary): New variable for dictionary in use.
19873         (ispell-dictionary): Now used only for global default.
19874         (ispell-start-process): Set ispell-current-dictionary,
19875         not ispell-dictionary.
19876         (ispell-change-dictionary): Use this only for setting
19877         user preferences.
19878         (ispell-internal-change-dictionary): New function
19879         to change the current dictionary in use.
19880         (ispell-region, ispell-process-line, ispell-buffer-local-dict):
19881         Use ispell-current-dictionary.
19882         Handle ispell-local-dictionary-overridden.
19883         (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
19885 2005-01-31  Jay Belanger  <belanger@truman.edu>
19887         * calc/calc-aent.el (math-read-token): Add support for LaTeX.
19889         * calc/calc-ext.el: Add calc-latex-language to autoloads.
19890         (calc-mode-map): Add calc-latex-language.
19892         * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
19893         (math-latex-print-frac): New functions.
19894         (math-oper-table, math-function-table, math-variable-table)
19895         (math-complex-format, math-input-filter): Add latex properties.
19896         (calc-set-language): Set math-expr-special-function-mapping.
19898         * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
19899         (calc-write-parse-table-part): Add LaTeX support.
19901         * calc/calc.el (calc-language): Adjust docstring.
19902         (calc-set-mode-line): Add LaTeX support.
19903         (math-expr-special-function-mapping): New variable.
19904         (math-tex-ignore-words): Add to list.
19906         * calc/calccomp.el (math-compose-expr, math-compose-rows):
19907         Add LaTeX support.
19908         (math-compose-expr): Add support for special functions.
19910         * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
19912 2005-01-31  Nick Roberts  <nickrob@snap.net.nz>
19914         * progmodes/gdb-ui.el (gdb-memory-address)
19915         (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
19916         (gdb-memory-mode-map, gdb-memory-format-keymap)
19917         (gdb-memory-format-menu, gdb-memory-unit-keymap)
19918         (gdb-memory-unit-menu): New variables for a buffer
19919         that lets the user examine program memory.
19920         (gdb-memory-set-address, gdb-memory-set-repeat-count)
19921         (gdb-memory-format-binary, gdb-memory-format-octal)
19922         (gdb-memory-format-unsigned, gdb-memory-format-signed)
19923         (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
19924         (gdb-memory-format-menu-1, gdb-memory-unit-giant)
19925         (gdb-memory-unit-word, gdb-memory-unit-halfword)
19926         (gdb-memory-unit-byte, gdb-memory-unit-menu)
19927         (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
19928         (gdb-memory-mode, gdb-memory-buffer-name)
19929         (gdb-display-memory-buffer, gdb-frame-memory-buffer):
19930         New functions for above buffer.
19932 2005-01-30  Richard M. Stallman  <rms@gnu.org>
19934         * cus-edit.el (custom-bury-buffer): Function deleted.
19935         (custom-buffer-done-function): Option deleted.
19936         (custom-buffer-done-kill): New replacement option.
19937         (Custom-buffer-done): Call quit-window.
19938         (custom-buffer-create-internal): Update for above changes.
19940 2005-01-29  Luc Teirlinck  <teirllm@auburn.edu>
19942         * simple.el (undo-ask-before-discard): New var.
19943         (undo-outer-limit-truncate): Implement it.
19944         (undo-extra-outer-limit): Doc update.
19946 2005-01-29  Richard M. Stallman  <rms@gnu.org>
19948         * ses.el (undo-more): Delete defadvice.
19949         (ses-begin-change): Doc fix.
19951         * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
19952         instead of rebinding C-x u and C-_.
19954         * files.el (normal-backup-enable-predicate): Return nil for files
19955         in /tmp, regardless of temporary-file-directory.
19957         * man.el (Man-getpage-in-background): Disable undo in Man buffer.
19959         * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
19960         (open-rectangle, delete-whitespace-rectangle-line)
19961         (clear-rectangle-line): If FILL, pass t instead of FILL
19962         for move-to-column's 2nd arg.
19964         * simple.el (undo): Fix the test for continuing a series of undos.
19965         (undo-more): Set pending-undo-list to t when we reach end.
19966         (pending-undo-list): Move up defvar.
19968         * wid-edit.el (widget-button-click):
19969         Shorten the range of the track-mouse binding.
19971         * comint.el (comint-insert-input): Undo previous changes;
19972         use last-input-event in interactive spec.
19974 2005-01-29  Eli Zaretskii  <eliz@gnu.org>
19976         * progmodes/compile.el (compilation-start): Bind buffer-read-only
19977         to nil before invoking call-process.  Reset buffer's modified flag
19978         after fontifying it in the no-async branch.
19980         * wid-edit.el (widget-specify-button): If mouse pointer shape
19981         cannot be changed, use mouse face instead.
19983 2005-01-29  Nick Roberts  <nickrob@snap.net.nz>
19985         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
19986         (gdb-goto-breakpoint): Make breakpoint handling work on template
19987         functions in C++.  Reported by Martin Reed <mjreed@essex.ac.uk>
19988         (gdb-assembler-custom): Update to recognize breakpoint information
19989         added on 2005-01-19.
19991 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
19993         * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
19994         (dsssl-mode): Use define-derived-mode.
19995         (scheme-mode-initialize): Remove.
19996         (scheme-mode): Use run-mode-hooks.
19998         * cus-edit.el (customize-group-other-window)
19999         (custom-buffer-create-other-window): Don't override special-display-*.
20000         (custom-mode-map): Make it dense.
20002         * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
20003         sets the default value.
20005 2005-01-28  Eli Zaretskii  <eliz@gnu.org>
20007         * descr-text.el: Add more keywords.
20009 2005-01-27  Stefan Monnier  <monnier@iro.umontreal.ca>
20011         * speedbar.el: Avoid unnecessary use of locate-library.
20013         * international/mule-cmds.el (standard-display-european-internal):
20014         Don't fiddle with latin-1 non-break space any more since it's now
20015         special cased in the C code.
20016         Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
20018 2005-01-26  Luc Teirlinck  <teirllm@auburn.edu>
20020         * cus-start.el (all): Add `undo-outer-limit'.
20022 2005-01-25  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
20024         * textmodes/bibtex.el (bibtex-format-entry):
20025         Use `bibtex-empty-field-re' only on the text of fields, not on entire
20026         field lines.
20027         (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
20028         not on part of a buffer.
20030 2005-01-25  Lute Kamstra  <lute@gnu.org>
20032         * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
20033         nonempty field text strings like "{letters\\macro{}more letters}".
20034         Clarify docstring.
20035         (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
20036         (bibtex-entry-offset, bibtex-parse-association)
20037         (bibtex-parse-field-name): Fix typos in docstrings.
20038         (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
20040 2005-01-24  Carsten Dominik  <dominik@science.uva.nl>
20042         * textmodes/reftex-global.el (reftex-isearch-push-state-function)
20043         (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
20044         (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
20045         (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
20047         * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
20048         isearch minor mode.
20050 2005-01-24  Luc Teirlinck  <teirllm@auburn.edu>
20052         * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
20054 2005-01-24  Lute Kamstra  <lute@gnu.org>
20056         * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
20057         CASECHARS and NOT-CASECHARS regular expressions of the
20058         "nederlands" and "nederlands8" dictionaries to prevent a "Range
20059         striding over charsets" error.
20061 2005-01-24  Jay Belanger  <belanger@truman.edu>
20063         * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
20064         display variable name.
20066 2005-01-24  Kenichi Handa  <handa@m17n.org>
20068         * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
20069         Fix setting of the element of encoded-kbd-iso2022-invocations.
20071 2005-01-24  Nick Roberts  <nickrob@snap.net.nz>
20073         * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
20074         (gdb-threads-select): Change to also accept mouse events.
20075         (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
20076         (gdb-threads-mouse-select): Delete.
20078 2005-01-23  Luc Teirlinck  <teirllm@auburn.edu>
20080         * files.el (insert-directory): Take care of empty directory,
20081         listed without -a switch.
20083 2005-01-23  Stefan Monnier  <monnier@iro.umontreal.ca>
20085         * textmodes/refill.el (refill-post-command-function):
20086         Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
20087         to the list of functions that we should be careful not to undo.
20088         (refill-late-fill-paragraph-function): Remove.
20089         (refill-saved-state): New var.
20090         (refill-mode): Use it to save fill-paragraph-function.
20091         Save also the value of auto-fill-function.
20093         * term/w32-win.el: Simplify code.
20095 2005-01-23  Kim F. Storm  <storm@cua.dk>
20097         * simple.el (line-move): Adapt to new return value from
20098         pos-visible-in-window-p.
20100         * simple.el (line-move): Fix last change.  Check partial
20101         visibility at point rather than at window-start.
20103 2005-01-22  Jason Rumney  <jasonr@gnu.org>
20105         * term/w32-win.el (xw-defined-colors): Remove debug-message.
20107 2005-01-22  David Kastrup  <dak@gnu.org>
20109         * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
20111 2005-01-22  Eli Zaretskii  <eliz@gnu.org>
20113         * type-break.el (type-break-mode): Add a test for
20114         type-break-file-name being non-nil.
20116 2005-01-22  Toby Allsopp  <Toby.Allsopp@navman.com>  (tiny change)
20118         * net/eudc.el (top level): Call (message "") via progn, so that
20119         eudc-options-file is loaded.
20121 2005-01-22  Kim F. Storm  <storm@cua.dk>
20123         * simple.el (line-move-1): Rename from line-move.
20124         (line-move): New function that adjusts vscroll for partially
20125         visible rows, and calls line-move-1 otherwise.
20127 2005-01-21  Ren\e,Ai\e(B Kyllingstad  <listmailxemacs@kyllingstad.com>
20129         * pcomplete.el: Define pcomplete-read-event instead of read-event,
20130         since it's not a complete read-event implementation
20132 2005-01-20  Jay Belanger  <belanger@truman.edu>
20134         * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
20135         for called function.
20137 2005-01-20  Steven Tamm  <steventamm@mac.com>
20139         * term/mac-win.el (process-connection-type): Remove.
20140         Controlled now by s/darwin.h:PTY_ITERATION.
20142 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
20144         * window.el (handle-select-window): Don't switch window when we're
20145         in the minibuffer.
20147 2005-01-10  Paul Pogonyshev  <pogonyshev@gmx.net>
20149         * subr.el (dotimes-with-progress-reporter): New macro.
20151         * ses.el (ses-dotimes-msg): Remove macro.
20152         Use `dotimes-with-progress-reporter' instead.
20154 2005-01-19  Steven Tamm  <steventamm@mac.com>
20156         * term/mac-win.el (process-connection-type): Use new
20157         operating-system-release variable to use ptys on Darwin 7 (OS X
20158         10.3) when using carbon build.
20160 2005-01-19  Jay Belanger  <belanger@truman.edu>
20162         * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
20163         flags if the last command was a tab or M-tab.
20165         * calc/calc-prog.el (calc-user-define-edit): Put original formula
20166         in formula editing buffer.
20168 2005-01-19  Nick Roberts  <nickrob@snap.net.nz>
20170         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
20171         breakpoint image symbol in margin.
20173 2005-01-19  Jay Belanger  <belanger@truman.edu>
20175         * calc/calc-prog.el (calc-execute-kbd-macro):
20176         Ignore calc-keep-arg-flag.
20178 2005-01-19  Kenichi Handa  <handa@m17n.org>
20180         * textmodes/ispell.el (ispell-looking-at): New function.
20181         (ispell-process-line): Use ispell-looking-at to compare the ispell
20182         output and the buffer contents.
20184 2005-01-18  Jay Belanger  <belanger@truman.edu>
20186         * calc/calc.el (calc-display-raw): Fix docstring.
20188 2005-01-18  Stefan Monnier  <monnier@iro.umontreal.ca>
20190         * simple.el (blink-matching-open): Strip extra info from syntax.
20192         * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
20193         funny chars in the end-of-here-doc marker.
20195 2005-01-19  Nick Roberts  <nickrob@snap.net.nz>
20197         * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
20198         that enable/disabled state of breakpoints is shown correctly in
20199         fringe and on ttys.
20200         (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
20201         Add breakpoint information as text properties.
20202         (gdb-mouse-toggle-breakpoint):
20203         Rename to gdb-mouse-set-clear-breakpoint.
20204         (gdb-mouse-toggle-breakpoint): New function.  Enable/disable
20205         breakpoints in the margin.
20206         (gdb-remove-strings): Simplify.
20208 2005-01-17  Jay Belanger  <belanger@truman.edu>
20210         * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
20211         erasing buffer.
20213 2005-01-17  Richard M. Stallman  <rms@gnu.org>
20215         * progmodes/grep.el (grep-find): Copy from `grep' the condition
20216         for calling grep-compute-defaults.
20218         * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
20219         if buffer is empty.
20221         * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
20223 2005-01-17  Stefan Monnier  <monnier@iro.umontreal.ca>
20225         * hilit-chg.el (highlight-changes-mode): Don't autoload.
20227         * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
20228         non-preloaded variables.
20230 2005-01-17  Steven Tamm  <steventamm@mac.com>
20232         * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
20233         tex-shell cause to force interactivity when using pipes.
20235 2005-01-17  Kim F. Storm  <storm@cua.dk>
20237         * simple.el (just-one-space): Make arg optional.
20239 2005-01-17  Nick Roberts  <nickrob@snap.net.nz>
20241         * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
20242         posn-at-x-y to t to access left-margin.
20244 2005-01-16  Michael Albinus  <michael.albinus@gmx.de>
20246         Sync with Tramp 2.0.47.
20248         * net/tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
20249         catching keep-date problems in cp/scp operations.
20250         (tramp-handle-copy-file): Don't call `set-file-modes'
20251         unconditionally.  Specialized functions should know better what is
20252         necessary.  This improves performance a little bit, and the
20253         functions could catch errors with `cp -p' and `scp -p'.
20254         (tramp-do-copy-or-rename-file-via-buffer)
20255         (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
20256         when appropriate.
20257         (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
20258         Call `set-file-modes' when appropriate.
20259         (tramp-action-out-of-band): Mask `scp -p' error.  Reported by Isak
20260         Johnsson <isak@hypergene.com>
20261         (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
20262         of both Tramp buffer and debug buffer.  Reported by Joakim Verona
20263         <joakim@verona.se>
20264         (tramp-file-name-for-operation): Mark `shell-command' as magic for
20265         Emacs only.
20267         * net/tramp-util.el (tramp-minor-mode): New minor mode.  Add it to
20268         `find-file-hooks' and `dired-mode-hook'.
20269         (tramp-minor-mode-map): Respective map.  Add remapping for
20270         `compile' and `recompile'.
20271         (tramp-remap-command, tramp-recompile): New defuns.
20272         (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
20273         in buffer "*Compilation*".  Call the commands asynchronously.
20275         * net/tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
20276         (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
20277         `shell-command', because it isn't magic in XEmacs.  Reported by
20278         Adrian Aichner <adrian@xemacs.org>.
20280         * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
20281         `substitute-in-file-name.
20282         (tramp-smb-handle-substitute-in-file-name): New defun.
20283         (tramp-smb-advice-PC-do-completion): Delete advice.
20285 2005-01-16  Kai Grossjohann  <kgrossjo@eu.uu.net>
20287         * net/tramp.el (tramp-wait-for-output): Fix typo in echo processing.
20288         Fix error in deleting region.
20290 2005-01-15  Richard M. Stallman  <rms@gnu.org>
20292         * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
20293         In non-temp buffer, switch syntax table temporarily.
20295         * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
20297         * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
20299         * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
20301         * imenu.el (imenu--split-menu): Copy menulist before sorting.
20302         (imenu--generic-function): Use START, not BEG, as pos of definition.
20304         * simple.el (just-one-space): Argument specifies number of spaces.
20306         * simple.el (eval-expression-print-format): Avoid warning
20307         about edebug-active.
20309 2005-01-15  James R. Van Zandt  <jrvz@comcast.net>  (Tiny change)
20311         * progmodes/sh-script.el: Code copied from make-mode.el
20312         with small changes,
20313         (sh-mode-map): Bind C-c C-\.
20314         (sh-backslash-column, sh-backslash-align): New variables.
20315         (sh-backslash-region, sh-append-backslash): New functions.
20317 2005-01-15  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
20319         * mail/rmail.el: Updated to work with movemail from GNU Mailutils
20320         (rmail-pop-password, rmail-pop-password-required): Move to
20321         rmail-obsolete group.
20322         (rmail-set-pop-password): Rename to rmail-set-remote-password.
20323         All callers updated.
20324         (rmail-get-pop-password): Rename to rmail-get-remote-password.
20325         Take an argument specifying whether it is POP or IMAP mailbox we
20326         are using.  All callers updated.
20327         (rmail-pop-password-error): Rename to
20328         rmail-remote-password-error.  Added mailutils-specific error message.
20329         (rmail-movemail-search-path)
20330         (rmail-movemail-variant-in-use): New variables.
20331         (rmail-remote-password, rmail-remote-password-required):
20332         New customization variables.
20333         (rmail-probe, rmail-autodetect, rmail-movemail-variant-p): New funs.
20334         (rmail-parse-url): New function.
20335         (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
20336         with GNU mailutils movemail.
20338 2005-01-15  Kevin Ryde  <user42@zip.com.au>
20340         * info-look.el (c-mode/symbol): Add ^` to prefix, and change
20341         suffix to space, $ or '$, to correctly position point when going
20342         to @table style constants like DBL_MAX.
20344 2005-01-15  Jorgen Schaefer  <forcer@forcix.cx>  (tiny change)
20346         * type-break.el (type-break-mode, type-break-file-time)
20347         (type-break-file-keystroke-count, type-break-choose-file):
20348         Don't store data in or load data from the file if type-break-file-name
20349         is nil.
20350         (type-break-file-name): Doc update as per the above.
20352 2005-01-15  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>  (tiny change)
20354         * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
20355         lookup-key might return nil; handle that.
20357 2005-01-15  Alan Mackenzie  <acm@muc.de>
20359         * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
20360         rather than the element found, thus enabling the tree to be setcar'd.
20362 2005-01-14  Carsten Dominik  <dominik@science.uva.nl>
20364         * textmodes/org.el (org-show-following-heading): New option.
20365         (org-show-hierarchy-above): Use `org-show-following-heading'.
20366         (org-cycle): Documentation fix.
20368         * textmodes/org.el (orgtbl-optimized): New option
20369         (orgtbl-mode): New command, a minor mode.
20370         (orgtbl-mode-map): New variable.
20371         (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
20372         (orgtbl-error, orgtbl-self-insert-command)
20373         (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
20375         * textmodes/org.el (org-mode): `org-table-may-need-update' is now
20376         a local variable in each org-mode buffer.
20378         * textmodes/org.el (org-set-regexps-and-options): Rename from
20379         `org-set-regexps'.  Added checking for STARTUP keyword.
20380         (org-get-current-options): Add STARTUP options.
20381         (org-table-insert-row): Make mode intelligent about when
20382         realignment is needed.
20383         (org-self-insert-command, org-delete-backward-char, org-delete-char):
20384         New commands.
20385         (org-enable-table-editor): New default value `optimized'.
20386         (org-table-blank-field): Support blanking regions if active.
20388 2005-01-14  Carsten Dominik  <dominik@science.uva.nl>
20390         * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
20391         if the year is not given.
20393         * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
20394         Add new escapes %m and %M, fixed bug with %F by adding
20395         save-match-data.
20396         (reftex-reference): Remove ?. from list of spaces.
20397         (reftex-label-info): Add automatic label prefix recognition.
20399         * textmodes/reftex-index.el (reftex-index-next-phrase):
20400         Add slave parameter to call of `reftex-index-this-phrase'.
20401         (reftex-index-this-phrase): New optional argument.
20402         (reftex-index-region-phrases): Add slave parameter to call of
20403         `reftex-index-this-phrase'.
20404         (reftex-display-index): New argument redo.
20405         (reftex-index-rescan): Add `redo' to arguments of
20406         `reftex-display-index'.
20407         (reftex-index-Rescan, reftex-index-revert)
20408         (reftex-index-switch-index-tag): Add `redo' to arguments of
20409         `reftex-display-index'.
20410         (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
20411         indexing.  Fix bug with matching is there is a quote before or
20412         after the word.
20414         * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
20415         Fix bug when collecting citation keys in lines with comments.
20416         (reftex-citation): Prefix argument no longer rescans the document,
20417         but forces prompting for optional arguments of cite macros.
20418         (reftex-do-citation): Prompting for optional arguments implemented.
20420         * textmodes/reftex-vars.el (reftex-cite-format-builtin):
20421         Add optional arguments to most cite commands.
20422         (reftex-cite-cleanup-optional-args): New option
20423         (reftex-cite-prompt-optional-args): New option.
20424         (reftex-trust-label-prefix): New option.
20426         * textmodes/reftex-toc.el (reftex-toc-find-section):
20427         Add push-mark before changing the position in the buffer.
20429         * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
20430         (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
20432 2005-01-14  Nick Roberts  <nickrob@snap.net.nz>
20434         * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
20435         more carefully.
20437 2005-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
20439         * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
20440         (sgml-mode): Use it.
20441         (sgml-get-context): Better keep track of implicitly closed tags.
20443 2005-01-13  Kenichi Handa  <handa@m17n.org>
20445         * textmodes/ispell.el: These changes are to fix misalignment error
20446         caused by equivalent characters of different Emacs charsets.
20447         (ispell-unified-chars-table): New variable.
20448         (ispell-get-decoded-string): New function.
20449         (ispell-get-casechars, ispell-get-not-casechars)
20450         (ispell-get-otherchars): Call ispell-get-decoded-string.
20452 2005-01-12  Johan Bockg\e,Ae\e(Brd  <bojohan@users.sourceforge.net>
20454         * custom.el (custom-declare-variable): Just put symbol instead
20455         of (defvar . symbol) in `current-load-list'.
20457 2005-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
20459         * emacs-lisp/elint.el: Fixed typo in Commentary section.
20461 2005-01-12  Jay Belanger  <belanger@truman.edu>
20463         * calc/calc-help.el (calc-describe-key): Use temporary info buffer
20464         to create a Calc summary.
20466 2005-01-12  Kim F. Storm  <storm@cua.dk>
20468         * mouse.el (mouse-on-link-p): Change functionality and doc
20469         string to comply with latest description in lisp ref.
20471 2005-01-12  Nick Roberts  <nickrob@snap.net.nz>
20473         * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
20474         Enable mouse clicks on mode-line, header-line and margin.
20475         (event-type): Give mouse event symbols an `event-kind' property
20476         with value `mouse-click'.
20478 2005-01-12  Juri Linkov  <juri@jurta.org>
20480         * facemenu.el (list-colors-display): Add new arg buffer-name.
20481         Use it.  Fix docstring.  Replace code for identifying duplicate
20482         colors by the name with call to `list-colors-duplicates' which
20483         identifies duplicate colors by the value unless the color
20484         is one of special Windows colors.  Set truncate-lines to t.
20485         Print sorted duplicate color names on each line.  Indent to 22
20486         \(the longest color name in rgb.txt) instead of 20.  Optimize.
20487         (list-colors-duplicates): New function.
20488         (facemenu-color-name-equal): Delete function.
20490         * facemenu.el (list-colors-print): New function created from code
20491         in list-colors-display.  Print #RRGGBB at the window right edge.
20492         (list-colors-display): When temp-buffer-show-function is not
20493         defined, call list-colors-print from temp-buffer-show-hook
20494         to get the right value of window-width in list-colors-print
20495         after the buffer is displayed.
20497         * simple.el (pop-mark): Move deactivate-mark out of conditional
20498         part to deactivate the active mark regardless of the state of the
20499         mark ring.
20501         * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
20502         variables line in desktop files.
20504 2005-01-12  Juri Linkov  <juri@jurta.org>
20506         * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
20507         Bring together isearch highlight related options.
20508         (lazy-highlight): Replace group `replace' by `matching'.
20509         (lazy-highlight-cleanup, lazy-highlight-initial-delay)
20510         (lazy-highlight-interval, lazy-highlight-max-at-a-time)
20511         (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
20512         and declare them obsolete.
20513         (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
20514         (isearch-faces): Remove defgroup.
20515         (isearch-overlay, isearch-highlight, isearch-dehighlight):
20516         Move isearch highlighting code closer to lazy highlighting code.
20518         * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
20519         (query-replace-highlight, query-replace-lazy-highlight)
20520         (query-replace): Move definitions to the beginning of the file.
20522 2005-01-11  Juri Linkov  <juri@jurta.org>
20524         * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
20525         * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
20526         * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
20528         * info.el (Info-history-forward): New variable.
20529         (Info-select-node): Reset Info-history-forward to nil.
20530         (Info-last): Turn into defalias.
20531         (Info-history-back): Rename from Info-last.
20532         Add current node to Info-history-forward.
20533         (Info-history-forward): New fun.
20534         (Info-mode-map): Replace Info-last by Info-history-back.
20535         Bind Info-history-forward to "r".
20536         (Info-mode-menu): Replace Info-last by Info-history-back.
20537         Fix menu item text.  Add menu item for Info-history-forward.
20538         (info-tool-bar-map): Replace Info-last by Info-history-back.
20539         Replace its icon "undo" by "back_arrow".  Add icon "fwd_arrow"
20540         for Info-history-forward.
20541         (Info-mode): Replace Info-last by Info-history-back in docstring.
20542         Add local variable Info-history-forward.
20543         (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
20545 2005-01-11  Stefan Monnier  <monnier@iro.umontreal.ca>
20547         * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
20548         (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
20549         Ignore select-window events rather than fiddle with
20550         mouse-autoselect-window.
20552 2005-01-11  Matthew Mundell  <matt@mundell.ukfsn.org>
20554         * type-break.el (type-break-mode): Fix previous change.
20556 2005-01-10  Jay Belanger  <belanger@truman.edu>
20558         * calc/calc-ext.el (calc-reset): Reset when inside embedded
20559         calculator; only reset when point is inside a calculator.
20560         Don't adjust the window height if the window takes up the whole height
20561         of the frame.
20563 2005-01-10  Thien-Thi Nguyen  <ttn@gnu.org>
20565         * ebuff-menu.el (Electric-buffer-menu-mode):
20566         Preserve value of buffer-local var header-line-format.
20568 2005-01-09  Jay Belanger  <belanger@truman.edu>
20570         * calc/calc.el (calc-mode-var-list-restore-saved-values):
20571         Make sure settings file exists before accessing it.
20573         * calc/calc-embed.el (calc-embedded-subst):
20574         Replace math-multi-subst-rec, which is only supposed to be called
20575         by math-multi-subst, by math-multi-subst.
20577 2005-01-09  Andre Spiegel  <spiegel@gnu.org>
20579         * vc.el (vc-allow-async-revert): New user option.
20580         (vc-disable-async-diff): New internal variable.
20581         (vc-revert-buffer): Use them to disable asynchronous diff.
20583         * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
20584         (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
20585         asynchronously if vc-disable-async-diff is t.
20587 2005-01-09  Jay Belanger  <belanger@truman.edu>
20589         * calc/calc.el (defcalcmodevar): New macro.
20590         (calc-mode-var-list-restore-default-values)
20591         (calc-mode-var-list-restore-saved-values): New functions.
20592         (calc-mode-var-list): Use defcalcmodevar to define it.
20593         (calc-always-load-extensions, calc-line-numbering)
20594         (calc-line-breaking, calc-display-just, calc-display-origin)
20595         (calc-number-radix, calc-leading-zeros, calc-group-digits)
20596         (calc-group-char, calc-point-char, calc-frac-format)
20597         (calc-prefer-frac, calc-hms-format, calc-date-format)
20598         (calc-float-format, calc-full-float-format, calc-complex-format)
20599         (calc-complex-mode, calc-infinite-mode, calc-display-strings)
20600         (calc-matrix-just, calc-break-vectors, calc-full-vectors)
20601         (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
20602         (calc-matrix-brackets, calc-language, calc-language-option)
20603         (calc-left-label, calc-right-label, calc-word-size)
20604         (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
20605         (calc-display-raw, calc-internal-prec, calc-angle-mode)
20606         (calc-algebraic-mode, calc-incomplete-algebraic-mode)
20607         (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
20608         (calc-window-height, calc-display-trail, calc-show-selections)
20609         (calc-use-selections, calc-assoc-selections)
20610         (calc-display-working-message, calc-auto-why, calc-timing)
20611         (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
20612         (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
20613         (calc-gnuplot-default-device, calc-gnuplot-default-output)
20614         (calc-gnuplot-print-device, calc-gnuplot-print-output)
20615         (calc-gnuplot-geometry, calc-graph-default-resolution)
20616         (calc-graph-default-resolution-3d, calc-invocation-macro)
20617         (calc-show-banner): Use defcalcmodevar to declare them and set
20618         their default values.
20620         * calc/calc-ext.el (calc-reset): Restore saved values of variables
20621         instead of default values (but restore default values if there is
20622         an argument of 0).
20624 2005-01-09  David Kastrup  <dak@gnu.org>
20626         * desktop.el (desktop-restore-eager): Fix typo in type.
20628 2005-01-08  Richard M. Stallman  <rms@gnu.org>
20630         * cus-edit.el (customize): Delete :link.
20632 2005-01-08  Jay Belanger  <belanger@truman.edu>
20634         * calc/calc.el (calc-mode): Remove the extension from the
20635         `calc-settings-file' file name when loading it.
20637 2005-01-08  Kim F. Storm  <storm@cua.dk>
20639         * info.el (Info-mode-map, Info-next-link-keymap)
20640         (Info-prev-link-keymap, Info-up-link-keymap):
20641         Map follow-link to mouse-face.
20642         (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
20644 2005-01-08  Jay Belanger  <belanger@truman.edu>
20646         * calc/calc.el (calc-settings-file): Change default value.
20647         Suggested by cgw in a comment in calc-mode.el.
20649         * calc/calc-mode.el (calc-settings-file-name):
20650         Compare calc-settings-file to user-init-file instead of ~/.emacs.
20651         Replace ~/.emacs in a prompt by calc-settings-file.
20653 2005-01-07  Lars Hansen  <larsh@math.ku.dk>
20655         * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
20656         (desktop-lazy-idle-delay): New customizable variables.
20657         (desktop-buffer-args-list): New variable.
20658         (desktop-append-buffer-args): New function.
20659         (desktop-save): Call desktop-append-buffer-args for some buffers.
20660         (desktop-lazy-create-buffer): New function.
20661         (desktop-idle-create-buffers): New function.
20662         (desktop-read): Add message about buffers to restore lazily.
20663         (desktop-lazy-abort): New command.
20664         (desktop-clear): Call desktop-lazy-abort.
20665         (desktop-lazy-complete): New command.
20667 2005-01-06  Richard M. Stallman  <rms@gnu.org>
20669         * emacs-lisp/find-func.el (find-face-definition):
20670         Rename from find-face.
20672 2005-01-06  Kim F. Storm  <storm@cua.dk>
20674         * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
20676         * man.el (Man-xref-man-page, Man-xref-header-file)
20677         (Man-xref-normal-file): Add follow-link property.
20679 2005-01-06  Jay Belanger  <belanger@truman.edu>
20681         * calc/calc-units.el: Make sure the proper macro definitions are
20682         available when compiling.
20684 2005-01-06  Juri Linkov  <juri@jurta.org>
20686         * isearch.el (isearch-lazy-highlight-update):
20687         Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
20689 2005-01-06  Miles Bader  <miles@gnu.org>
20691         * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
20692         (isearch-lazy-highlight-face): Use new name.
20694 2005-01-05  Stefan Monnier  <monnier@iro.umontreal.ca>
20696         * uniquify.el (uniquify-rationalize-file-buffer-names):
20697         Re-add an interactive spec.
20698         (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
20699         to the same name.
20701         * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
20702         (isearch-update, isearch-done): Adjust calls accordingly.
20704 2005-01-05  Richard M. Stallman  <rms@gnu.org>
20706         * custom.el (custom-set-variables, custom-theme-set-variables):
20707         Clarify documentation.
20709         * emacs-lisp/find-func.el (find-variable)
20710         (find-variable-other-window, find-variable-other-frame):
20711         Fix the TYPE args to find-function-read and find-function-do-it.
20712         (find-function): Doc fix.
20713         (find-function-at-point): Replace function-at-point alias.
20715 2005-01-04  Richard M. Stallman  <rms@gnu.org>
20717         * cus-face.el (custom-declare-face):
20718         Record defface in current-load-list.
20720         * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
20722         * emacs-lisp/find-func.el: Doc fixes.
20723         (find-face-regexp): New variable.
20724         (find-function-regexp-alist): New variable.
20725         (find-function-C-source): Third arg is now TYPE.
20726         (find-function-search-for-symbol): Handle general TYPE.
20727         (find-function-read, find-function-do-it): Handle general TYPE.
20728         (find-definition-noselect, find-face): New functions.
20729         (function-at-point): Alias deleted.
20731 2005-01-04  Stefan Monnier  <monnier@iro.umontreal.ca>
20733         * battery.el (display-battery-mode): Rename from display-battery.
20734         Handle the case where it gets turned off.
20736 2005-01-04  Richard M. Stallman  <rms@gnu.org>
20738         * cus-edit.el (customize): Make :link point to user doc.
20740         * man.el (Man-fontify-manpage): Turn off undo generation.
20742         * add-log.el (change-log-font-lock-keywords): Don't match just "From".
20744 2005-01-04  Andreas Schwab  <schwab@suse.de>
20746         * files.el (insert-directory): Only look for error lines in
20747         inserted text.  Don't move too far after processing --dired markers.
20749 2005-01-04  Richard M. Stallman  <rms@gnu.org>
20751         * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
20752         Don't expand if the character is @, period, dash, etc.
20753         (define-mail-abbrev): Quote names that contain problem characters.
20755 2005-01-04  Thien-Thi Nguyen  <ttn@gnu.org>
20757         * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
20759 2005-01-03  Richard M. Stallman  <rms@gnu.org>
20761         * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
20762         (query-replace-highlight, query-replace-lazy-highlight)
20763         (query-replace): Definitions moved up.  Doc fix.
20765 2005-01-03  Richard M. Stallman  <rms@gnu.org>
20767         * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
20768         (lazy-highlight-cleanup, lazy-highlight-initial-delay)
20769         (lazy-highlight-interval, lazy-highlight-max-at-a-time)
20770         (lazy-highlight-face): Rename from isearch-lazy-...
20771         Change all references to them.
20773 2005-01-03  Luc Teirlinck  <teirllm@auburn.edu>
20775         * cus-edit.el (custom-file): Doc fix for defcustom.
20776         (custom-file): The function no longer sets the variable
20777         `custom-file' to its return value.
20779         * startup.el (command-line): No longer load `custom-file'.
20781 2005-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
20783         * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
20785         * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
20786         Don't confuse module-prefixed identifiers for labels.
20787         Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
20789 2005-01-02  Richard M. Stallman  <rms@gnu.org>
20791         * files.el (basic-save-buffer-1): Fix previous change.
20793         * loadhist.el (file-loadhist-lookup): New function.
20794         (file-provides, file-requires): Use it.
20796         * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
20797         instead of calculating the right size.
20799 2005-01-02  Karl Chen  <quarl@cs.berkeley.edu>  (tiny change)
20801         * vc-svn.el (vc-svn-diff): Stay local if possible.
20803 2005-01-02  Stefan Monnier  <monnier@iro.umontreal.ca>
20805         * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
20807         * files.el (hack-local-variables): Fix last change.
20809 2005-01-02  Jay Belanger  <belanger@truman.edu>
20811         * calc/calc-yank.el (calc-edit-top): New variable.
20812         (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
20813         object.  Change header properties.
20814         (calc-edit-finish, calc-edit-finish-stack-object)
20815         (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
20816         edited object.
20817         * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
20818         for the beginning of the edited object.
20819         * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
20820         for the beginning of the edited object.
20821         * calc/calc-prog.el (calc-edit-macro-finish-edit)
20822         (calc-finish-formula-edit, calc-macro-repeats)
20823         (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
20824         (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
20825         beginning of the edited object.
20826         (calc-user-define-edit): Change the header for editing macros.
20827         Remove unnecessary variable.
20829 2005-01-01  Jay Belanger  <belanger@truman.edu>
20831         * calc/calc-yank.el (calc-edit-mode): Change default header.
20832         (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
20833         * calc/calc-store.el (calc-edit-variable): Change title to match new
20834         header.
20835         * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
20836         mode to match new header.
20837         (calc-user-define-edit): Change titles to include names of commands.
20838         (calc-finish-formula-edit): Adjust to handle new header.
20839         (calc-finish-macro-edit): Remove.
20840         (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
20841         (calc-edit-macro-command, calc-edit-macro-command-type)
20842         (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
20843         (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
20844         (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
20845         (calc-edit-macro-finish-edit): New functions.
20846         (calc-user-define-edit): Use new functions to edit named calc macros.
20848 2005-01-01  Stefan  <monnier@iro.umontreal.ca>
20850         * files.el (hack-local-variables): Cleanup prefix/suffix matching.
20852         * ses.el (copy-region-as-kill): Deactivate mark.
20854 2005-01-01  Richard M. Stallman  <rms@gnu.org>
20856         * replace.el (occur-1): If the output buffer is also an input,
20857         don't kill it, rename it.
20859         * faces.el (set-face-background, set-face-foreground): Doc fix.
20861         * cus-face.el (custom-face-attributes): Fix :help-echo strings
20862         for :foreground and :background.
20864         * dired.el (dired-view-command-alist): Variable deleted.
20865         (dired-view-file, dired-mouse-find-file-other-window):
20866         Delete the code to use it.
20868 2005-01-01  Kim F. Storm  <storm@cua.dk>
20870         * image.el (insert-sliced-image): Use t for line-height property.
20872 See ChangeLog.11 for earlier changes.
20874 ;; Local Variables:
20875 ;; coding: iso-2022-7bit
20876 ;; End:
20878     Copyright (C) 2005, 2006 Free Software Foundation, Inc.
20879   Copying and distribution of this file, with or without modification,
20880   are permitted provided the copyright notice and this notice are preserved.
20882 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1