* xterm.h (x_catch_errors) Return value changed to void.
[emacs.git] / lisp / ChangeLog
blobefab2f66d93b9ca7c0d03e35751cd956c2de04b9
1 2006-02-25  Thien-Thi Nguyen  <ttn@gnu.org>
3         * progmodes/sh-script.el (sh-mode): Fix bug: Arrange
4         to use the default shell if filename is not available.
5         Reported by Giorgos Keramidas.
7 2006-02-25  John Williams  <jrw@pobox.com>  (tiny change)
9         * progmodes/etags.el (tags-completion-table): Do completion from
10         all the tables in the current list, as documented in the manual.
12 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
14         * CC Mode Update to 5.31.3.
16 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
18         * progmodes/cc-mode.el (c-postprocess-file-styles): bind
19         inhibit-read-only to t, around the call to
20         c-remove-any-local-eval-or-mode-variables, so that it works on a
21         RO file.
23 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
25         * progmodes/cc-awk.el: Correct a typo.
27 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
29         * progmodes/cc-cmds.el, cc-mode.el: Rename c-hungry-backspace to
30         c-hungry-delete-backwards, at the request of RMS.  Leave the old
31         name as an alias.
33 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
35         * progmodes/cc-mode.el: Correct a typo.
37 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
39         * progmodes/cc-defs.el: Update the version number to 5.31.3.
41 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
43         * progmodes/cc-cmds.el (c-electric-brace): Fix clean-up
44         brace-else-brace (error due to mbeg, mend being undefined).
46 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
48         * progmodes/cc-mode.el: File Local variables: Solve the problem
49         where both `mode' and c-file-offsets are specified: `mode' will
50         overwrite c-f-o's settings:
51         (c-remove-any-local-eval-or-mode-variables): new function.
52         (c-postprocess-file-styles): call the above new function, within
53         c-tentative-buffer-change, to splat `mode' and `eval' before the
54         second hack-local-variables.
56 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
58         * progmodes/cc-mode.el:
59         [Supersedes patch to cc-engine.el 2005-12-16T20:07:49Z!monnier@iro.umontreal.ca]
60         (c-after-change): Protect the match data with save-match-data.  It
61         was getting corrupted by c-after-change-check-<>-operators.
63         * cc-defs.el: [Supersedes patch V1.38]:
64         (top level): Check for a buggy font-lock-compile-keywords ONLY in
65         XEmacs.  GNU Emacs 22 now has a check which would throw an error
66         here.
68         * progmodes/cc-awk.el (c-awk-after-change): Protect the match data
69         with save-match-data.  It was being corrupted when Font Lock was
70         not enabled.
72 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
74         * progmodes/cc-langs.el (c-mode-menu): Add menu items for Electric
75         Mode and Subword Mode.
77         * progmodes/cc-engine.el (c-beginning-of-statment-1): Distinguish
78         real labels ("case 1:" or "foo:") from non-labels ("public:").
79         (c-forward-objc-directive): Replace c-forward-token-2 with crude
80         coding; c-f-t-2 doesn't move over a token at EOB.
82         * progmodes/cc-defs.el (c-version): Update version number to
83         5.31.2
85         * progmodes/cc-cmds.el, cc-mode.el, cc-engine.el
86         (c-update-modeline): Concatenate the minor mode indicators
87         directly onto mode-name, removing c-submode-indicators.
88         Sometimes, c-s-i got separated from the mode name on the mode
89         line.
91         * progmodes/cc-cmds.el (c-electric-brace, c-electric-semi&comma,
92         c-electric-colon): Correct doc-strings: "/ln" -> "/la".
94 2006-02-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
96         * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Improved the
97         error message when there's an evaluation error to show whether
98         it's loaded from source or not.
99         (c-filter-ops): Made it available at runtime too to work when
100         `c-make-init-lang-vars-fun' needs to evaluate from source.
102 2006-02-24  Juanma Barranquero  <lekktu@gmail.com>
104         * help.el (help): Revert last part of 2006-02-23 change (deletion
105         of the `provide' call).
107 2006-02-23  Juri Linkov  <juri@jurta.org>
109         * compare-w.el (compare-windows-highlight): Add new value
110         `persistent' and change :type from `boolean' to `choice'.
111         (compare-windows-overlays1, compare-windows-overlays2):
112         New internal variables.
113         (compare-windows-highlight): If compare-windows-highlight is
114         `persistent', add current overlays to compare-windows-overlays[12]
115         instead of adding compare-windows-dehighlight to pre-command-hook.
116         (compare-windows-dehighlight): Delete all overlays from
117         compare-windows-overlays[12].
119         * info.el (Info-search): Don't bind search-spaces-regexp to
120         Info-search-whitespace-regexp in non-regexp isearch mode.
122 2006-02-23  Stefan Monnier  <monnier@iro.umontreal.ca>
124         * help.el (describe-mode): Pass `mode-name' to format-mode-line.
126 2006-02-23  Juanma Barranquero  <lekktu@gmail.com>
128         * textmodes/org.el (org-xemacs-p)
129         (org-export-html-show-new-buffer, org-table-may-need-update)
130         (org-insert-item, org-mhe-get-message-real-folder)
131         (org-mhe-get-message-folder-from-index)
132         (org-mhe-get-message-folder, org-mhe-get-message-num)
133         (org-mhe-get-header, org-make-org-heading-search-string)
134         (org-make-org-heading-camel, org-table-sort-lines)
135         (org-format-org-table-html, org-format-table-table-html):
136         Fix typos in docstrings.
138 12006-02-23  Carsten Dominik  <dominik@science.uva.nl>
140         * textmodes/org.el (org-cleaned-string-for-export)
141         (org-solidify-link-text): New function.
142         (org-add-hook): Use `add-local-hook' instead of `make-local-hook' for
143         XEmacs, just to silence the compiler.
144         (org-export-as-ascii, org-export-as-html-and-open):
145         Use `org-cleaned-string-for-export' and create internal links.
146         (org-follow-mhe-link): Require mh-e, use folder.
148 2006-02-23  Nick Roberts  <nickrob@snap.net.nz>
150         * progmodes/gud.el (gud-speedbar-buttons): Use shadow face properly.
152         * progmodes/gdb-ui.el (gdb-debug-ring-max): Rename from
153         gdb-debug-log-length.
154         (gdb-debug-ring): Rename from gdb-debug-log-ring.  Don't make
155         it a real ring but...
156         (gud-gdba-marker-filter): ...make it work like mark-ring.
157         (gdb-enable-debug): Rename from gdb-enable-debug-log.
158         (gdb-mouse-jump): New function.  Add bindings.
160 2006-02-23  Nick Roberts  <nickrob@snap.net.nz>
162         * progmodes/gdb-ui.el (gdb-signalled): New variable and function.
163         (gdb-debug-log-ring): Rename from gdb-debug-log and make a ring.
164         (gdb-send, gdb-send-item, gud-gdba-marker-filter): Use it.
165         (gdb-debug-log-length): Customize it's length.
166         (gud-watch, gdb-var-create-handler): Display function::var format
167         but don't use to create variable object.
168         (gdb-var-create-handler): Use message-box in place of message.
169         (gdb-stopped): Call gdb-exited if signalled.
171 2006-02-22  Carsten Dominik  <dominik@science.uva.nl>
173         * textmodes/reftex.el (reftex-locate-file): Remove duplicate function.
175         * textmodes/reftex-vars.el (reftex-try-all-extensions): New option.
177         * textmodes/reftex.el (reftex-locate-file): Search all extensions
178         if `reftex-try-all-extensions' is set.
180         * textmodes/org.el (org-mark-ring-push, org-mark-ring-goto):
181         New commands.
182         (org-mark-ring): New variable.
183         (org-mark-ring-length): New option.
184         (org-open-at-point, org-goto, org-open-file): Push old position
185         onto the mark ring.
186         (org-add-hook): New function.
187         (org-export-table-remove-special-lines): New option.
188         (org-skip-comments, org-format-org-table-html): Respect new
189         option `org-export-table-remove-special-lines'.
190         (org-open-file): Allow special command configuration for
191         directory link.
192         (org-file-apps): Fix bugs in customize type, added setting
193         for directories.
194         (org-activate-tags, org-format-agenda-item, org-complete)
195         (org-get-tags-at, org-scan-tags, org-make-tags-matcher)
196         (org-get-tags, org-get-buffer-tags, org-open-at-point)
197         (org-link-search, org-make-org-heading-search-string)
198         (org-make-org-heading-camel): Allow @ and 0-9 as tags characters.
199         (org-radio-targets, org-file-link-context-use-camel-case)
200         (org-activate-camels): New options.
201         (org-update-radio-target-regexp, org-all-targets)
202         (org-make-target-link-regexp, org-activate-target-links):
203         New functions.
204         (org-make-org-heading-search-string): New function.
205         (org-store-link, org-insert-link): Use new option
206         `org-file-link-context-use-camel-case'.
207         (org-activate-camels): Use new option `org-activate-camels'.
208         (org-link-regexp): Add mhe prefix.
209         (org-open-at-point, org-store-link): Support for mhe links.
210         (org-mhe-get-message-real-folder, org-mhe-get-message-folder)
211         (org-mhe-get-message-folder-from-index, org-mhe-get-message-num)
212         (org-mhe-get-header, org-follow-mhe-link): New functions.
213         (org-remove-angle-brackets, org-add-angle-brackets):
214         New functions.
215         (org-bracket-link-regexp): New constant.
216         (org-read-date): Fix bug that was rejecting all typed dates.
217         (org-link-search): Make hierarchy above visible after a match.
218         (org-follow-bbdb-link): Inhibit electric mode for BBDB.
219         (org-store-link): Fix bug with link creation when cursor is in
220         an empty line.
221         (org-open-at-point): Fix bug with matching a link.
222         Fixed buggy argument sequence in call to `org-view-tags'.
223         (org-compile-prefix-format): Set `org-prefix-has-tag'.
224         (org-prefix-has-tag): New variable.
225         (org-format-agenda-item): Remove tags from headline
226         if appropriate.
227         (org-agenda-remove-tags-when-in-prefix): New option.
229 2006-02-21  Michael Kifer  <kifer@cs.stonybrook.edu>
231         * ediff-diff.el (ediff-setup-diff-regions, ediff-setup-diff-regions3):
232         Fix the regular expressions.
234 2006-02-21  Richard M. Stallman  <rms@gnu.org>
236         * progmodes/sh-script.el (sh-mode): Set shell type based on file name
237         if there's no other specific basis.
239         * emacs-lisp/unsafep.el (unsafep): Don't treat &rest or &optional
240         as variables at all.
241         (unsafep-variable): Rename arg; doc fix.
243         * abbrevlist.el (list-one-abbrev-table): Add autoload.
245         * calendar/appt.el (diary-selective-display): Add defvar.
247         * sort.el (sort-columns): Use Posix arg syntax for `sort'.
249         * isearch.el (search-whitespace-regexp): Fix custom type.
251         * help.el (describe-key-briefly): Compute interactive args
252         in same was as before previous change.
254         * files.el (enable-local-variables): Doc fix.
256 2006-02-21  Kim F. Storm  <storm@cua.dk>
258         * fringe.el: Cleanup as file is now pre-loaded.
259         (fringe-bitmaps): Initialize unconditionally.
260         (fringe-mode, set-fringe-style): Remove autoload cookies.
262 2006-02-21  Giorgos Keramidas  <keramida@ceid.upatras.gr>  (tiny change)
264         * fringe.el (fringe-bitmaps): Rename `horisontal-bar' to
265         `horizontal-bar'.
266         (fringe-cursor-alist): Use `horizontal-bar'.
268 2006-02-20  Kim F. Storm  <storm@cua.dk>
270         * fringe.el (fringe-bitmaps): Update to new bitmap names.
271         (fringe-indicator-alist, fringe-cursor-alist): Initialize.
273         * loadup.el: Load "fringe" on window systems.
275 2006-02-20  Nick Roberts  <nickrob@snap.net.nz>
277         * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for all
278         out of scope components.
280         * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): Don't enable by
281         default.
283 2006-02-20  Chong Yidong  <cyd@stupidchicken.com>
285         * custom.el (customize-mark-to-save, customize-mark-as-set):
286         Load the symbol first.
288 2006-02-20  Juanma Barranquero  <lekktu@gmail.com>
290         * buff-menu.el (list-buffers-noselect): Turn also "\n" into a
291         strech spec so it doesn't display as "^J" on the header line
292         when `Buffer-menu-use-header-line' is t.
294 2006-02-20  Nick Roberts  <nickrob@snap.net.nz>
296         * speedbar.el (speedbar-make-button): Keep text properties
297         of string arguments if desired.
299         * progmodes/gud.el (gud-speedbar-buttons): Fontify watch
300         expessions.
302         * progmodes/gdb-ui.el (gdb-speedbar-expand-node): Force update
303         of speedbar.
305 2006-02-19  Ryan Yeske  <rcyeske@gmail.com>
307         * ffap.el (ffap-read-file-or-url): Bind `completion-ignore-case'
308         to value of `read-file-name-completion-ignore-case'.
310 2006-02-19  Chong Yidong  <cyd@stupidchicken.com>
312         * custom.el (customize-mark-as-set): Push to `user' theme.
314         * cus-edit.el (custom-save-variables): Allow unthemed values.
315         (customize-set-variable): Push setting to `user' theme.
317 2006-02-19  Nick Roberts  <nickrob@snap.net.nz>
319         * progmodes/gud.el: Don't require font-lock as it's now
320         automatically loaded.
321         (gud-speedbar-buttons): Replace gdb-var-changed with
322         gdb-force-update.
324         * progmodes/gdb-ui.el (gdb-force-update): Rename from
325         gdb-var-changed.
326         (gdb-post-prompt): Use it.
327         (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
328         (gdb-var-update-handler, gdb-var-delete)
329         (gdb-speedbar-expand-node, gdb-var-list-children-handler-1)
330         (gdb-var-update-handler-1): Don't set gdb-var-changed, just set
331         gdb-force-update in gdb-post-prompt.
332         (gdb-reset): Clear watch expressions from speedbar when quitting.
334 2006-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
336         * viper-cmd.el (viper-insert-state-post-command-sentinel)
337         (viper-change-state-to-vi, viper-change-state-to-emacs):
338         Make aware of cursor coloring in the Emacs state.
339         (viper-special-read-and-insert-char): Use read-char-exclusive.
340         (viper-minibuffer-trim-tail): Workaround for fields in minibuffer.
342         * viper-init.el (viper-emacs-state-cursor-color): New variable.
344         * viper-util.el (viper-save-cursor-color)
345         (viper-get-saved-cursor-color-in-replace-mode)
346         (viper-get-saved-cursor-color-in-insert-mode)
347         (viper-restore-cursor-color): Make aware of the cursor color in Emacs
348         state.
349         (viper-get-saved-cursor-color-in-emacs-mode): New function.
351         * ediff-diff.el (ediff-ignore-case, ediff-ignore-case-option)
352         (ediff-ignore-case-option3, ediff-actual-diff-options)
353         (ediff-actual-diff3-options): New variables to control case sensitivity.
354         (ediff-make-diff2-buffer, ediff-setup-fine-diff-regions)
355         (ediff-setup-diff-regions3): Make aware of case-sensitivity.
356         (ediff-toggle-ignore-case): New function.
357         (ediff-extract-diffs, ediff-extract-diffs3): Preserve point in buffers.
359         * ediff-help.el (ediff-long-help-message-narrow2)
360         (ediff-long-help-message-compare2, ediff-long-help-message-compare3)
361         (ediff-long-help-message-word-mode): Add ignore-case command.
362         (ediff-help-for-quick-help): Add ignore-case command.
364         * ediff-merg.el: Move provide to the end.
366         * ediff-ptch.el: Move provide to the end.
368         * ediff-wind.el: Move provide to the end.
370         * ediff-mult.el: Move provide to the end.
371         (ediff-set-meta-overlay): Enable follow-link.
373         * ediff.el: Move provide to the end.
374         Break recursive load cycle in eval-when-compile.
375         (ediff-patch-buffer): Better heuristics.
377         * ediff-util.el: Move provide to the end.
378         Break recursive load cycle in eval-when-compile.
379         (ediff-setup-keymap): Add binding for #c.  Replace some defsubsts with
380         defuns.
381         (ediff-submit-report): Pass the values of ediff-diff3-program,
382         ediff-diff3-options.
384 2006-02-19  Juanma Barranquero  <lekktu@gmail.com>
386         * help-fns.el (help-do-arg-highlight): Recognize also ARG- followed by
387         the opening bracket of the following bracketing pairs: {}, [], (), <>,
388         `' (for example, in the docstring of `windmove-default-keybindings').
390 2006-02-19  Nick Roberts  <nickrob@snap.net.nz>
392         * progmodes/gud.el (gud-speedbar-buttons): Update properly for
393         shadow face.  Don't provide binding to edit variable when it is
394         out of scope.
396         * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
397         (gdb-var-update-handler): Detect out of scope variables with pre
398         GDB 6.4 too.
399         (gdb-post-prompt): Revert change from 2006-02-17 (force update).
400         Reset status of variable objects to nil in update handlers.
401         (gdb-var-update-handler-1): Detect when a variable object comes
402         in scope.  setcar on var changes gdb-var-list directly.
404 2006-02-17  Juri Linkov  <juri@jurta.org>
406         * ffap.el (ffap) <defface>: Add explicit face declaration.
407         (ffap-highlight): Use face `ffap' directly instead of checking
408         for its existence.
410         * icomplete.el (icomplete-get-keys): Use `t' for the second arg
411         `visible-ok' of `other-buffer' to find the right original buffer.
413         * info.el (Info-search): Skip `Local Variables' node.
415 2006-02-17  Juri Linkov  <juri@jurta.org>
417         * info.el (Info-find-file): Check for symbols `apropos', `history',
418         `toc' in the input filename, and return these symbols as is.
419         (Info-find-node-2): Set Info-current-file to symbols `apropos',
420         `history', `toc' instead of strings.
421         (Info-set-mode-line): For non-string Info-current-file use the
422         symbol's name inside **.
423         (Info-isearch-push-state): Add quote before Info-current-file and
424         Info-current-node.
425         (Info-isearch-pop-state): Use `equal' instead of `string='.
426         (Info-extract-pointer, Info-following-node-name): Use
427         `match-string-no-properties' instead of `match-string'.
428         (Info-up): Check `old-file' for `stringp'.
429         (Info-history): Use `equal' instead of `string-equal'.
430         Check `file' for `stringp'.
431         (Info-history): Use symbol `history' instead of string as first arg
432         of `Info-find-node'.
433         (Info-toc): Check `Info-current-file' for `stringp'.  Use symbol
434         `toc' instead of string.
435         (Info-extract-menu-node-name): Use `buffer-substring-no-properties'
436         instead of `buffer-substring', and `match-string-no-properties'
437         instead of `match-string'.
438         (Info-index-nodes): Check for symbols `apropos', `history', `toc'
439         instead of strings.
440         (info-apropos): Use `Info-find-node' instead of `Info-goto-node'.
441         Use symbol `apropos' instead of string.
442         (Info-copy-current-node-name): Check `Info-current-file' for
443         `stringp' and construct a command with `Info-find-node' from it.
444         (Info-fontify-node): Use `match-string-no-properties' instead of
445         `match-string' and check file names for `stringp'.
446         (Info-desktop-buffer-misc-data): Check for symbols `apropos',
447         `history', `toc' instead of strings.
449 2006-02-17  Chong Yidong  <cyd@stupidchicken.com>
451         * files.el: Rearrange functions and variables in the file local
452         variables section.
454 2006-02-17  Reiner Steib  <Reiner.Steib@gmx.de>
456         * files.el: Add truncate-lines, ispell-check-comments and
457         ispell-local-dictionary as safe local variables.
459 2006-02-18  Nick Roberts  <nickrob@snap.net.nz>
461         * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for
462         out of scope variables.
463         (gud-speedbar-buttons): Use unless.
465         * progmodes/gdb-ui.el (gdb-var-list): Update doc string.
466         (gdb-init-1, gdb-var-changed): Set gdb-var-changed to t initially.
467         (gdb-show-changed-values): Also use for out of scope variables.
468         (gdb-var-update-handler-1): Note if variable goes out of scope.
470 2006-02-17  Ryan Yeske  <rcyeske@gmail.com>
472         * net/rcirc.el (rcirc-connect): Make all arguments optional, and
473         default to global variable values for unsupplied args.
474         (rcirc-get-buffer-create): Fix bug with setting the target.
475         (rcirc-any-buffer): Rename from rcirc-get-any-buffer, and include
476         test for rcirc-always-use-server-buffer-flag here.
477         (rcirc-response-formats): Add %N, which is a facified nick.  %n
478         uses the default face.  Change the ACTION format string.  If the
479         "nick" is the server, don't print anything for that field.
480         Comment fixes.
481         (rcirc-target-buffer): Don't test
482         rcirc-always-use-server-buffer-flag here.
483         (rcirc-print): Squeeze extra spaces out of the text before message.
484         (rcirc-put-nick-channel): Strip potential "@" char from nick
485         before adding them to nick table.
486         (rcirc-url-regexp): Improve to match address like "foo.com".
488 2006-02-17  Eli Zaretskii  <eliz@gnu.org>
490         * allout.el (allout-hidden-p): Move this defsubst before
491         allout-overlay-interior-modification-handler, where it is first
492         used.
494 2006-02-17  Ken Manheimer  <ken.manheimer@gmail.com>
496         * allout.el: Use allout invisible-text overlays instead of
497         selective display for concealed text.  Also, lots of general
498         cleanup, and improved compatibility code.
500         (allout-version) Incremented, corrected, revised, and refined
501         module commentary.
503         (provide 'allout): Moved to the bottom, added a require of overlay.
505         (allout-encrypt-unencrypted-on-saves): Defaults to t instead of
506         `except-current'.
507         (allout-write-file-hook-handler): Minimize delay.
508         (count-trailing-whitespace-region): New function so
509         auto-encryption of current topic can resituate cursor exactly.
510         PGP/GPG encryption trims trailing whitespace from lines, which
511         must be accounted for across encryption then decryption.
513         (allout-command-prefix): Now defaults to "\C-c<space>" rather than
514         just plain "\C-c", to avoid intruding on user's keybinding space.
516         (allout-toggle-current-subtree-encryption): Pass along fetch-pass
517         parameter, so user request to provide a new password is done.
519         (allout-outside-normal-auto-fill-function, allout-auto-fill):
520         Refined mechanism for auto-filling behavior while in allout mode.
522         (allout-mode): Explicitly specify the mode map in the docstring.
523         Clarify provision for various write-file hook var names.
524         Adjusted for invisible-text overlays instead of selective-display.
526         (allout-depth): Really return 0 if not within any topic.  This
527         rectifies `allout-beginning-of-level' and sequence numbering
528         errors that occur when cutting and pasting numbered topics.
529         Changed from a in-line subst to a regular function, as well.
531         (allout-pre-next-prefix): Renamed from allout-pre-next-preface.
533         (allout-end-of-subtree, allout-end-of-subtree)
534         (allout-end-of-entry, allout-end-of-current-heading)
535         (allout-next-visible-heading, allout-open-topic, allout-show-entry)
536         (allout-show-children, allout-show-to-offshoot)
537         (allout-hide-current-entry, allout-show-current-entry): Rectified
538         handling of trailing blank lines between items.
540         (allout-line-boundary-regexp, set-allout-regexp, allout-depth)
541         (allout-current-depth, allout-unprotected, allout-hidden-p)
542         (allout-on-current-heading-p, allout-listify-exposed)
543         (allout-chart-subtree, allout-goto-prefix)
544         (allout-back-to-current-heading, allout-get-body-text)
545         (allout-snug-back, allout-flag-current-subtree, allout-show-all)
546         (allout-hide-region-body, allout-toggle-subtree-encryption)
547         (allout-encrypt-string, allout-encrypted-key-info)
548         (allout-next-topic-pending-encryption, allout-encrypt-decrypted)
549         (allout-file-vars-section-data): Adjusted for use with
550         invisible-text overlays instead of selective-display.
552         (allout-kill-line, allout-kill-topic, allout-yank-processing):
553         Reworked for use with invisible text overlays.
555         (allout-current-topic-collapsed-p): New function.
557         (allout-hide-current-subtree): Use allout-current-topic-collapsed-p
558         to know when to close the containing topic.
560         (allout-pre-command-business, allout-post-command-business):
561         Simplify undo-batching and dynamic isearch exposure.
563         (allout-set-overlay-category): New for invisible-text overlays.
564         Sets properties of allout-overlay-category, used by
565         allout-flag-region to set invisible-text overlay properties.
566         (allout-get-invisibility-overlay): Get the first qualifying
567         invisibility overlay, so we can find the extent of it.
568         (allout-back-to-visible-text): Get to just before the beginnining
569         of the current invisibility overlay, if any.
571         (allout-overlay-insert-in-front-handler)
572         (allout-overlay-interior-modification-handler)
573         (allout-before-change-handler, allout-isearch-end-handler): New
574         functions to handle extraordinary actions affecting concealed
575         text.
577         (allout-flag-region): Use overlays instead of selective-display
578         for invisible text - by inheritence from the properties of
579         allout-overlay-category in mainline Emacs, and applied
580         property-by-property in XEmacs, some recent versions of which
581         don't inherit the properties from the category.  Provisions to
582         respond to concealed-text edits simplified drastically.
584         (allout-isearch-rectification, allout-isearch-was-font-lock)
585         (allout-isearch-expose, allout-enwrap-isearch)
586         (allout-isearch-abort, allout-pre-was-isearching)
587         (allout-isearch-prior-pos, allout-isearch-did-quit)
588         (allout-isearch-dynamic-expose)
589         (allout-hide-current-entry-completely): Functions deleted.
591         (allout-undo-aggregation): Explicit undo aggregation no longer
592         necessary due to transition away from selective-display.
594         (set-allout-regexp, allout-up-current-level)
595         (allout-next-visible-heading, allout-forward-current-level)
596         (allout-open-topic, allout-reindent-body, allout-rebullet-topic)
597         (allout-kill-line, allout-yank-processing, allout-show-children)
598         (allout-expose-topic, allout-old-expose-topic)
599         (allout-listify-exposed, allout-insert-latex-header)
600         (allout-toggle-subtree-encryption, allout-encrypt-string)
601         (remove-from-invisibility-spec, allout-hide-current-subtree):
602         Ditched unused variables.
604 2006-02-17  Agustin Martin  <agustin.martin@hispalinux.es>
606         * textmodes/ispell.el (ispell-change-dictionary): Call
607         ispell-buffer-local-dict instead of
608         ispell-accept-buffer-local-defs.
609         (ispell-local-dictionary-alist): Accept as valid any coding-system
610         supported by Emacs.
611         (ispell-dictionary-alist-3): Esperanto dictionary's coding system
612         changed to iso-8859-3.
614 2006-02-17  Nick Roberts  <nickrob@snap.net.nz>
616         * speedbar.el (speedbar-frame-width): Make an inline function
617         instead of a macro.  Use frame-width.
618         (speedbar-try-completion, speedbar-update-contents)
619         (speedbar-timer-fn): Use consp.
620         (speedbar-update-localized-contents): Try to preserve point.
622         * progmodes/gdb-ui.el (gdba, gdb-var-list): Improve doc strings.
623         (menu): Re-order menu items.
624         (gdb-var-update-regexp, gdb-var-update-regexp-1): Match "in_scope"
625         field.
626         (gdb-var-update-handler-1): Use it for GDB 6.4+.
627         (gdb-post-prompt): Speed things by not forcing update.
629 2006-02-16  Chong Yidong  <cyd@stupidchicken.com>
631         * wid-edit.el (widget-button-click): For mouse-1, cancel button
632         press and perform default action if we get a mouse movement event.
634 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
636         * calendar/icalendar.el (icalendar--get-event-property)
637         (icalendar--get-event-property-attributes): Fix typos in
638         docstrings.
640         * progmodes/flymake.el (flymake-fix-file-name): Fix typo in
641         docstring.
643 2006-02-15  Juanma Barranquero  <lekktu@gmail.com>
645         * bs.el (bs-mode): Use `buffer-disable-undo'.
646         (bs--get-file-name): Simplify.
647         (bs-show-in-buffer): Mark the buffer as not modified.
649 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
651         * wid-edit.el (widget-keymap): Bind down-mouse-1 to
652         widget-button-click.
654         * cus-edit.el (custom-mode-map): Remove mouse-1 binding.
655         (custom-mode): Update docstring.
657         * cus-theme.el (custom-new-theme-mode-map): Remove mouse-1
658         binding.
660         * files.el (hack-local-variables-confirm): Allow scrolling if the
661         file variable list is too long.  Kill temp buffer after use.
663 2006-02-15  Nick Roberts  <nickrob@snap.net.nz>
665         * progmodes/gud.el (gdb): Improve doc string.
666         (gdb-script-font-lock-keywords): Expand allowed character set.
668         * progmodes/gdb-ui.el (gdb-use-separate-io-buffer)
669         (gdb-display-separate-io-buffer, gdb-frame-separate-io-buffer)
670         (gdb-separate-io-interrupt, gdb-separate-io-quit)
671         (gdb-separate-io-stop, gdb-separate-io-eof):
672         Rename from gdb-inferior-* to gdb-separate-*.
673         (gdb-set-gud-minor-mode-existing-buffers-1): Improve doc string.
675 2006-02-14  Jay Belanger  <belanger@truman.edu>
677         * calc/calc-arith.el (math-check-known-scalarp): Make sure
678         expression is a symbol before checking that it is bound.
680         * calc/calcalg2.el (math-integrate-by-parts): Do a more careful
681         test to see if equation can be solved.
683 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
685         * wid-edit.el (widget-button-click): Use :pressed-face property
686         for overlay face, if it exists.
688         * cus-edit.el (custom-manual, custom-add-see-also)
689         (custom-add-parent-links, custom-group-link): Add :pressed-face
690         property to links.
692         * files.el (hack-local-variables): Remove ignored variables before
693         checking if any variables need setting.
695 2006-02-14  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
697         * cus-start.el (all): Add x-gtk-whole-detached-tool-bar.
699 2006-02-14  Juanma Barranquero  <lekktu@gmail.com>
701         * help.el (where-is): Fix message for remapped commands.
703         * mwheel.el (mouse-wheel-click-event, mouse-wheel-mode):
704         Fix typos in docstrings.
706 2006-02-13  Chong Yidong  <cyd@stupidchicken.com>
708         * files.el (safe-local-variable-values): New option.
709         (hack-local-variables-prop-line): Return a list of variable-value
710         pairs if MODE-ONLY is non-nil.
711         (hack-local-variables): Construct list of variable-value pairs,
712         and apply or reject them in one go.  Ask for confirmation if
713         variables are not known safe.
714         (hack-local-variables-confirm): Complete rewrite.  Support
715         `safe-local-variable-values'.
716         (enable-local-variables): Update docstring to reflect new
717         behavior.
718         (ignored-local-variables): Ignore ignored-local-variables and
719         safe-local-variable-values.
720         (safe-local-variable-p): New function.
721         (risky-local-variable-p): `safe-local-variable' property check
722         moved to safe-local-variable-p.
723         (hack-one-local-variable): Checks moved to hack-local-variables.
725         (byte-compile-dynamic, c-basic-offset, c-file-style)
726         (c-indent-level, comment-column, fill-column, fill-prefix)
727         (indent-tabs-mode, kept-new-versions, no-byte-compile)
728         (no-update-autoloads, outline-regexp, page-delimiter)
729         (paragraph-start, paragraph-separate, sentence-end)
730         (sentence-end-double-space tab-width, version-control):
731         Add `safe-local-variable' property.
733         * find-lisp.el: Delete nonexistent `autocompile' file variable.
735         * icomplete.el, play/landmark.el: Change nonexistent
736         `outline-layout' file variable to `allout-layout'.
738 2006-02-14  Nick Roberts  <nickrob@snap.net.nz>
740         * progmodes/gdb-ui.el (gud-watch, gdb-invalidate-registers-1)
741         (gdb-get-changed-registers): Test value of gud-minor-mode relative
742         to gud-comint-buffer.
743         (gdb-speedbar-expand-node, gdb-locals-mode): Use functions in
744         gdb-ui.el for gdb-mi.el.
745         (gdb-post-prompt, gdb-get-changed-registers): Move test for
746         registers buffer to gdb-get-changed-registers.
747         (gdb-breakpoint-regexp): New regexp.  Allow toggling and
748         deletion of catchpoints (throw and catch).
749         (gdb-toggle-breakpoint, gdb-delete-breakpoint)
750         (gdb-goto-breakpoint): Use it for both gdb-ui and gdb-mi.
751         (gdb-find-file-hook, gdb-set-gud-minor-mode-existing-buffers-1)
752         (gdb-var-list-children-1, gdb-info-breakpoints-custom)
753         (gdb-var-update-1, gdb-invalidate-locals-1): Use also for gdb-mi.
755 2006-02-13  Jay Belanger  <belanger@truman.edu>
757         * calc/calc-arith.el (math-check-known-matrixp): Make sure
758         expression is a symbol before checking that it is bound.
760 2006-02-13  Richard M. Stallman  <rms@gnu.org>
762         * mouse.el (mouse-drag-mode-line-1): Use mouse-drag-move-window-bottom
763         for the minibuffer too, but not if resize-mini-windows will interfere.
765         * help.el (describe-key-briefly, describe-key): Do all arg-reading
766         inside `interactive' spec.
767         (describe-key-briefly-internal, describe-key-internal):
768         Functions merged back into their callers.
770 2006-02-13  Martin Rudalics  <rudalics@gmx.at>  (tiny change)
772         * info.el (info-xref-visited): Inherit from info-xref too.
773         (Info-set-mode-line): Replace occurrences of `%' by `%%'
774         when propertizing Info-current-file and Info-current-node.
776 2006-02-13  Juri Linkov  <juri@jurta.org>
778         * tumme.el (tumme-thumbnail-storage): Fix docstring.
779         (tumme-thumb-name): Fix per-directory format.
781 2006-02-13  Juanma Barranquero  <lekktu@gmail.com>
783         * subr.el (substitute-key-definition): Doc fix (hide internal arg).
785 2006-02-12  Miles Bader  <miles@gnu.org>
787         * net/rcirc.el (rcirc-format-response-string): Fix small bugs.
789 2006-02-13  Mathias Dahl  <mathias.dahl@gmail.com>
791         * tumme.el: Remove history section.  If someone needs the it, it
792         can always be found in CVS.
794 2006-02-12  Mathias Dahl  <mathias.dahl@gmail.com>
796         * tumme.el (tumme-thumbnail-storage): Update docstring.  Add info
797         about the Thumbnail Managing Standard option.
799 2006-02-12  Richard M. Stallman  <rms@gnu.org>
801         * subr.el (substitute-key-definition): Doc fix.
803         * simple.el (blink-matching-paren-dont-ignore-comments): Doc fix.
805         * files.el (magic-mode-alist): Don't use `\\s ' in regexps.
807         * info.el (Info-mode): Doc fix.
809         * progmodes/ebrowse.el (ebrowse-global-prefix-key): Change to C-c C-m.
811 2006-02-12  Michael Albinus  <michael.albinus@gmx.de>
813         * net/tramp.el (tramp-remote-path): Add "/usr/xpg4/bin" on top,
814         because on Solaris a POSIX compatible "id" is needed.  Reported by
815         Magnus Henoch <mange@freemail.hu>.
817 2006-02-12  Juri Linkov  <juri@jurta.org>
819         * tumme.el: Remove todo item about Thumbnail Managing Standard.
820         (tumme) <defgroup>: Change :group to `multimedia'.
821         (tumme-thumbnail-storage): Add choice `standard' for Thumbnail
822         Managing Standard.
823         (tumme-cmd-create-thumbnail-options): Use %w and %h instead of %s.
824         Fix dostring.
825         (tumme-cmd-create-temp-image-options): Use %w and %h instead of %x
826         and %y.  Fix docstring.
827         (tumme-cmd-pngnq-program, tumme-cmd-pngcrush-program)
828         (tumme-cmd-create-standard-thumbnail-command): New user options.
829         (tumme-thumb-size): Set default to 128 if tumme-thumbnail-storage
830         is `standard'.  Fix docstring.
831         (tumme-thumb-width, tumme-thumb-height): New user options.
832         (tumme-external-viewer): Try to find various viewers.
833         (tumme-get-thumbnail-image): Use `create-image' instead of
834         constructing the `image' structure.
835         (tumme-insert-thumbnail): Use `png' if tumme-thumbnail-storage is
836         `standard'.
837         (tumme-thumb-name): Add file name generation for standard storage.
838         Simplify code for other storages.
839         (tumme-thumb-name): Use width %w and height %h instead of size %s.
840         Add modification time %m and thumbnail-nq8 %q.
841         Use `tumme-cmd-create-standard-thumbnail-command' if
842         tumme-thumbnail-storage is `standard'.
843         (tumme-dired-insert-marked-thumbs): New autoload command.
844         (tumme-dired-after-readin-hook): New function.
845         (tumme-line-up-dynamic): Use `tumme-thumb-width' instead of
846         `tumme-thumb-size'.
847         (tumme-display-image): Replace size-x %x and size-y %y with
848         width %w and height %h.
850         * dired.el (dired-mode-map): Bind `\C-t\C-t' to
851         `tumme-dired-insert-marked-thumbs'.
853 2006-02-12  Mathias Dahl  <mathias.dahl@gmail.com>
855         * tumme.el (tumme-write-tag): Fix small bug (file name did not
856         include path).
857         (tumme-mark-tagged-files): Fix bug in regexp used to find rows
858         matching tag.
860 2006-02-12  Miles Bader  <miles@gnu.org>
862         * net/rcirc.el (rcirc-nick-abbrevs, rcirc-response-formats):
863         New variables.
864         (rcirc-abbrev-nick): New function.
865         (rcirc-format-response-string): Rewrite to use the formats in
866         `rcirc-response-formats' and expand escape sequences therein.
867         A text-property `rcirc-text' is added over the actual response
868         text to make easy to find inside the returned string.
869         (rcirc-print): When filling, just look for the `rcirc-text'
870         text-property to find the appropriate fill prefix, instead of
871         using hardwired patterns.
873 2006-02-11  Mathias Dahl  <brakjoller@hotmail.com>
875         * tumme.el: Enhance some docstrings.  Add todo item about Thumbnail
876         Managing Standard.
878 2006-02-11  Kim F. Storm  <storm@cua.dk>
880         * ido.el (ido-buffer-internal): Set mark for ido-insert-buffer.
881         Don't use insert-buffer; do insert-buffer-substring directly.
882         (ido-file-internal): Set mark for ido-insert-file.  Use insert-file-1.
884 2006-02-11  Martin Rudalics  <rudalics@gmx.at>
886         * files.el (revert-buffer, recover-file): Replace buffer-read-only
887         with inhibit-read-only.  Suggested by Stefan Monnier.
888         (revert-buffer): Let insert-file-contents discard
889         buffer-undo-list.  Simplify code.
890         (find-file, find-file-existing, revert-buffer): Doc-string fixes.
892 2006-02-11  Eli Zaretskii  <eliz@gnu.org>
894         * menu-bar.el (menu-bar-select-yank): Add a doc string.
896         * help.el (describe-key-briefly): Now a wrapper for
897         describe-key-briefly-internal.  Bind enable-disabled-menus-and-buttons
898         to t.  Populate yank-menu if empty.
899         (describe-key-briefly-internal): Renamed from describe-key-briefly.
900         (describe-key): Now a wrapper for describe-key-internal.  Bind
901         enable-disabled-menus-and-buttons to t.  Populate yank-menu if empty.
902         (describe-key-internal): Renamed from describe-key.
904 2006-02-11  Milan Zamazal  <pdm@zamazal.org>
906         * progmodes/glasses.el (glasses-separator): Doc fix.
907         (glasses-original-separator): New defcustom.
908         (glasses-make-readable, glasses-convert-to-unreadable): Use it.
910 2006-02-11  Martin Rudalics  <rudalics@gmx.at>
912         * mwheel.el (mouse-wheel-up-event): Doc fix.
914 2006-02-11  Mathias Dahl  <brakjoller@hotmail.com>
916         * tumme.el (tumme-dir): Change default value to "~/.emacs.d/tumme/".
917         (tumme-dir): New function.  Copied from thumbs.el.
919 2006-02-10  Juanma Barranquero  <lekktu@gmail.com>
921         * desktop.el (desktop-outvar): Fix typo.
922         (desktop-save-buffer-p): Doc fix.
924         * subr.el (substitute-key-definition): Fix typo.
926 2006-02-10  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
928         * frame.el (select-frame-set-input-focus): Call x-focus-frame also
929         when window-system is mac.
931         * term/mac-win.el (fontset-standard): Rename from "fontset-mac".
933 2006-02-10  Kim F. Storm  <storm@cua.dk>
935         * subr.el (substitute-key-definition-key): Pass t for NOERROR to
936         indirect-function instead of using condition-case.
938 2006-02-10  Mathias Dahl  <mathias.dahl@gmail.com>
940         * tumme.el (tumme-copy-with-exif-file-name): Try to make docstring
941         less `colloquial'...
943 2006-02-09  Mathias Dahl  <mathias.dahl@gmail.com>
945         * tumme.el: Add a couple of todo items.
947 2006-02-09  Lars Hansen  <larsh@soem.dk>
949         * hilit-chg.el: Add highlight-changes-mode to desktop-locals-to-save.
950         (highlight-changes-mode): Don't change desktop-locals-to-save.
952 2006-02-09  Chong Yidong  <cyd@stupidchicken.com>
954         * image-mode.el (image-toggle-display): Clear image cache if using
955         filename.
957 2006-02-09  Masatake YAMATO  <jet@gyve.org>
959         * dired-x.el (dired-guess-shell-alist-default): Add .man as
960         a `dired-man' target.
962         * progmodes/autoconf.el (autoconf-font-lock-keywords): Check start
963         boundary of symbols.
965 2006-02-08  Peter Doornbosch  <peter.doornbosch@luminis.nl>  (tiny change)
967         * vc-svn.el (vc-svn-print-log): Show recent commits as well.
969 2006-02-09  Juanma Barranquero  <lekktu@gmail.com>
971         * hilit-chg.el (hilit-chg-update-all-buffers): Use `mapc' instead of
972         `mapcar'; return nil.
974 2006-02-08  Chong Yidong  <cyd@stupidchicken.com>
976         * mouse.el (mouse-drag-track): Don't change window if we rebind to
977         some other event.
979 2006-02-08  Ryan Yeske  <rcyeske@gmail.com>
981         * net/rcirc.el (rcirc-startup-channels-alist):
982         Add irc.freenode.net and #emacs as defaults.
983         (rcirc-ignore-all-activity-flag): Remove variable.
984         (rcirc-authinfo): New variable.
985         (rcirc-authinfo-filename): Remove variable.
986         (rcirc-always-use-server-buffer-flag): New flag.
987         (rcirc): M-x rcirc will automatically connect without prompting.
988         C-u M-x rcirc will prompt.  Use rcirc-connect to create a
989         connection in lisp.
990         (rcirc-process-server-response-1): Remove everything but the nick
991         portion of the sender so it doesn't need to be done everywhere
992         else.  Update related code.
993         (global-map): Remove global keybindings.
994         (rcirc-get-buffer-create): Make sure rcirc-topic is set.
995         (rcirc-send-input): Split into several functions.
996         (rcirc-process-input-line, rcirc-process-message)
997         (rcirc-process-command): New functions.
998         (rcirc-target-buffer): New function to determine where to route
999         messages.
1000         (rcirc-user-nick): Save match data.
1001         (rcirc-toggle-ignore-buffer-activity)
1002         (rcirc-update-activity-string): Remove global ignore functionality,
1003         which can be done now by toggling rcirc-track-minor-mode.
1004         (rcirc-track-minor-mode-map): New keymap.
1005         (rcirc-track-minor-mode): New minor-mode.
1006         (ignore): Make the ignore output nicer.  Always print it when
1007         adding or removing nicks.
1008         (rcirc-url-regexp): Improve.
1009         (rcirc-mangle-text): Remove properties before using text in the
1010         modeline.
1011         (rcirc-authenticate): Authentication data comes from
1012         rcirc-authinfo, not the file pointed to by rcirc-authinfo-file.
1013         (rcirc-server-prefix): Inherit from rcirc-server.
1015 2006-02-08  Mathias Megyei  <Mathias.Megyei@micronas.com>  (tiny change)
1017         * Makefile.in (compile): Append "|| true" to the end of the `find'
1018         command, like compile-always does.
1020 2006-02-08  Sam Steingold  <sds@gnu.org>
1022         * net/tramp.el (tramp-maybe-open-connection): Do not wait for
1023         output from a dead connection.
1025 2006-02-07  Mathias Dahl  <brakjoller@hotmail.com>
1027         * dired.el (dired-mode-map): Add more bindings for tumme.
1029 2006-02-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1031         * wdired.el (wdired-mode-map): Use remap.
1032         (wdired-get-filename): Massage.
1033         (wdired-perm-mode-map): Don't copy bindings from wdired-mode-map.
1034         (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit): Use the
1035         `keymap' property rather than `local-map'.
1037 2006-02-07  Mathias Dahl  <brakjoller@hotmail.com>
1039         * tumme.el (tumme-get-thumbnail-image): New utility function.
1040         Suggested by from Chong Yidong.
1041         (tumme-dired-with-window-configuration): Rename from
1042         `tumme-dired'.  Add code to save window configuration.
1043         (tumme-restore-window-configuration): New command to restore the
1044         window configuration that `tumme-dired-with-window-configuration'
1045         saves before it changes the window configuration.
1046         (tumme-show-all-from-dir): New command to display thumbnails for
1047         all files in a directory entered by the user, like M-x thumbs.
1048         (tumme-display-thumbs): Call `pop-to-buffer' after all thumbnails
1049         have been created.
1050         (tumme-display-thumbnail-original-image): Call `display-buffer'.
1051         (obsolete-tumme-display-thumbnail-original-image-and-buffer):
1052         Remove obsolete test function.
1054 2006-02-07  Juanma Barranquero  <lekktu@gmail.com>
1056         * vc.el (small-temporary-file-directory): Remove defvar; there's
1057         a defcustom for it in files.el.
1059         * tumme.el (tumme-get-thumbnail-image): Add missing arg to `error'.
1060         Fix typo in message.
1061         (tumme-gallery-generate): Fix typo in `error' message.
1062         (tumme-display-window-height-correction)
1063         (tumme-display-window-width-correction, tumme-line-up-dynamic)
1064         (tumme-line-up-interactive): Dox fixes.
1065         (tumme-cmd-rotate-original-options, tumme-display-properties-format)
1066         (tumme-restore-window-configuration, tumme-format-properties-string)
1067         (tumme-create-thumbs, tumme-display-previous-thumbnail-original):
1068         Fix typos in docstrings.
1070 2006-02-07  Chris Moore  <christopher.ian.moore@gmail.com>  (tiny change)
1072         * wdired.el (wdired-get-filename): Fix bug: Don't re-normalize OLD.
1074 2006-02-07  Nick Roberts  <nickrob@snap.net.nz>
1076         * progmodes/gud.el (gud-tooltip-mode): Remove autoload cookie.
1077         User should use hook if desired.
1079         * progmodes/gdb-ui.el (gdb-post-prompt): Regenerate breakpoints
1080         buffer if necessary.
1081         (gdb-delete-frame-or-window): New function.
1082         (gdb-breakpoints-mode-map): Bind "q" to it.
1084 2006-02-06  Stefan Monnier  <monnier@iro.umontreal.ca>
1086         * textmodes/nroff-mode.el: Clean up name space.
1087         (nroff-mode-syntax-table): Remove spurious `1' in the syntax of \n.
1088         (nroff-mode): Obey the global setting of nroff-electric-mode.
1089         (nroff-electric-mode): Use define-minor-mode and derived-mode-p.
1091         * calendar/calendar.el (calendar-increment-month): Typo in last change.
1093 2006-02-06  Thien-Thi Nguyen  <ttn@gnu.org>
1095         * vc-svn.el (vc-svn-previous-version, vc-svn-next-version): New funcs.
1097 2006-02-06  Lars Hansen  <larsh@soem.dk>
1099         * generic-x.el (etc-fstab-generic-mode): Add file system types
1100         cifs and usbdevfs.  Allow special chars in file names.
1102 2006-02-05  Jay Belanger  <belanger@truman.edu>
1104         Update copyright notices of the files in lisp/calc.
1106 2006-02-05  Romain Francoise  <romain@orebokech.com>
1108         Update copyright notices of all files in the lisp/play directory.
1110 2006-02-04  Luc Teirlinck  <teirllm@auburn.edu>
1112         * ldefs-boot.el: Regenerate.
1114         * emacs-lisp/find-func.el (find-definition-noselect): Minor doc fix.
1116 2006-02-05  Kim F. Storm  <storm@cua.dk>
1118         * files.el (magic-mode-regexp-match-limit): New defvar.
1119         (set-auto-mode): Use it to limit magic-mode-alist matching.
1121 2006-02-04  Kevin Rodgers  <ihs_4664@yahoo.com>
1123         * simple.el (display-message-or-buffer): Compare the number of
1124         characters to the frame width when determining whether a 1-line
1125         message string will fit in the echo area.  Count screen lines
1126         instead of buffer lines when determining whether a multi-line
1127         message will fit in the echo area/minibuffer window.
1129 2006-02-04  Eli Zaretskii  <eliz@gnu.org>
1131         * info.el (Info-index, Info-mode): Improve the description of the
1132         `i' command.
1134         * ldefs-boot.el: Regenerate.
1136 2006-02-03  Werner Lemberg  <wl@gnu.org>
1138         * textmodes/nroff-mode.el (nroff-font-lock-keywords): Don't be
1139         greedy to find the closing bracket in \*[...] and similar
1140         expressions.  This is a first rough fix -- many additional
1141         refinements are necessary to make nroff mode really usable with groff.
1143 2006-02-03  Jens Petersen  <petersen@redhat.com>  (tiny change)
1145         * international/mule-cmds.el (set-locale-environment):
1146         Add "/usr/share/X11/locale/locale.alias" to search list for xorg-x11
1147         libX11.
1149 2006-02-03  Joe Wells  <jbw@macs.hw.ac.uk>  (tiny change)
1151         * arc-mode.el (archive-maybe-copy): Fix the way directories in the
1152         archive are created in archive-tmpdir.
1154 2006-02-02  John Paul Wallington  <jpw@pobox.com>
1156         * ibuffer.el (ibuffer-compressed-file-name-regexp): New defcustom.
1157         (ibuffer-fontification-alist): Use it.
1158         (ibuffer-mode-map): Bind `ibuffer-mark-compressed-file-buffers'
1159         to "* z" and the Ibuffer Mark menu.
1161         * ibuf-ext.el (ibuffer-mark-compressed-file-buffers): New command.
1163 2006-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1165         * textmodes/table.el (*table--cell-describe-mode)
1166         (*table--cell-describe-bindings): Undo last change since
1167         print-help-return-message is not obsoleted by anything at all.
1169 2006-02-02  Luc Teirlinck  <teirllm@auburn.edu>
1171         * emulation/cua-base.el (cua-mode): Doc fix.
1173 2006-02-02  Juanma Barranquero  <lekktu@gmail.com>
1175         * dframe.el (dframe-handle-make-frame-visible)
1176         (dframe-handle-iconify-frame, dframe-get-focus)
1177         (dframe-select-attached-frame, dframe-power-click)
1178         (dframe-frame-mode): Fix typos in docstrings.
1180         * ezimage.el (ezimage-mail, ezimage-object-out-of-date)
1181         (ezimage-insert-image-button-maybe, ezimage-insert-over-text):
1182         Fix typos in docstrings.
1184         * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer)
1185         (hi-lock-face-buffer, hi-lock-font-lock-hook)
1186         (hi-lock-archaic-interface-message-used)
1187         (hi-lock-file-patterns-range): Fix typos in docstrings.
1189         * savehist.el (savehist-loaded, savehist-load, savehist-install)
1190         (savehist-autosave, savehist-trim-history): Fix typos in docstrings.
1192         * mail/mailclient.el (mailclient-place-body-on-clipboard-flag):
1193         Fix typo in docstring.
1195         * net/newsticker.el (newsticker--decode-iso8601-date)
1196         (newsticker--set-customvar, newsticker--buffer-insert-item)
1197         (newsticker--do-run-auto-mark-filter)
1198         (newsticker--parse-generic-feed): Doc fixes.
1199         (newsticker--retrieval-timer-list, newsticker-url-list)
1200         (newsticker-hide-immortal-items-in-echo-area)
1201         (newsticker-hide-obsolete-items-in-echo-area)
1202         (newsticker-new-item-face, newsticker--enclosure)
1203         (newsticker-buffer-update, newsticker-w3m-show-inline-images)
1204         (newsticker--parse-atom-0.3, newsticker--parse-rss-1.0)
1205         (newsticker--parse-generic-feed, newsticker--cache-contains)
1206         (newsticker--stat-num-items, newsticker-download-enclosures):
1207         Fix typos in docstrings.
1209         * net/rcirc.el (rcirc-debug): Doc fix.
1210         (rcirc-fill-column, rcirc-receive-message-hooks)
1211         (rcirc-browse-url-map, rcirc-read-only-flag, rcirc-prompt)
1212         (rcirc-mode, rcirc-generate-new-buffer-name)
1213         (rcirc-startup-channels, rcirc-ignore-update-automatic)
1214         (rcirc-cmd-ignore, rcirc-browse-url, rcirc-url-regexp):
1215         Fix typos in docstrings.
1216         (rcirc-print): "?\ " -> "?\s".
1217         (rcirc-cmd-join): Improve argument/docstring consistency.
1219 2006-02-01  Mark A. Hershberger  <mah@everybody.org>
1221         * xml.el (xml-parse-region): Move save-excursion and set-buffer up
1222         before narrow-to-region.
1224 2006-02-01  Richard M. Stallman  <rms@gnu.org>
1226         * simple.el (move-beginning-of-line): Scan properly for invis change.
1228         * replace.el (multi-occur-in-matching-buffers): Fix prev change.
1230 2006-02-01  Michael Albinus  <michael.albinus@gmx.de>
1232         * net/tramp.el (tramp-convert-file-attributes): Set file's gid
1233         change bit only when id-format is 'integer.  Reported by Matt
1234         Hodges <M.P.Hodges@rl.ac.uk>.
1236 2006-02-01  Juanma Barranquero  <lekktu@gmail.com>
1238         * hilit-chg.el (highlight-changes-initial-state)
1239         (highlight-changes-global-initial-state): Doc fixes.
1240         (highlight-changes-global-modes, global-highlight-changes):
1241         Fix typos in docstrings.
1243 2006-02-01  Kim F. Storm  <storm@cua.dk>
1245         * emulation/cua-base.el (cua-mode): Mention that CUA enables
1246         transient-mark-mode in doc string.
1248 2006-01-31  Richard M. Stallman  <rms@gnu.org>
1250         * replace.el (multi-occur): Doc fix.
1251         (multi-occur-in-matching-buffers): Rename from
1252         multi-occur-by-filename-regexp.  Prefix arg says match
1253         buffer names instead of file names.
1255 2006-01-31  Juanma Barranquero  <lekktu@gmail.com>
1257         * bs.el: Allow non-default values of `bs-header-lines-length'.
1258         (bs--running-in-xemacs): Remove (not needed anymore).
1259         (bs--set-window-height): Simplify by using `fit-window-to-buffer'
1260         instead of `shrink-window', thus avoiding having to compute the
1261         height of the window.
1262         (bs--up): Wrap around even when there's no header.
1263         (bs--down): Use `forward-line' instead of `next-line'.
1265 2006-01-30  Chong Yidong  <cyd@stupidchicken.com>
1267         * image-mode.el (image-toggle-display): Use file name if possible,
1268         instead of unnecessarily allocating a (possibly huge) lisp string.
1270 2006-01-30  John Paul Wallington  <jpw@pobox.com>
1272         * subr.el (toplevel): Define `cl-assertion-failed' condition here
1273         because the `assert' macro signals it at runtime.
1275         * emacs-lisp/cl.el (toplevel): Remove definition of
1276         `cl-assertion-failed' condition.
1278 2006-01-30  Nick Roberts  <nickrob@snap.net.nz>
1280         * thumbs.el (thumbs-marked-list): Make buffer-local and
1281         permanent-local.
1282         (thumbs-insert-thumb): Make help-echo non-sticky.
1283         (thumbs-file-alist): Use eolp as check for (non)-image.
1285 2006-01-30  Juanma Barranquero  <lekktu@gmail.com>
1287         * ediff-mult.el (ediff-meta-buffer-keymap-setup-hook)
1288         (ediff-before-session-group-setup-hooks)
1289         (ediff-default-filtering-regexp, ediff-meta-mark-equal-files):
1290         Fix typos in docstrings.
1292         * window.el (bw-dir, bw-eqdir, balance-windows)
1293         (split-window-keep-point): Fix typos in docstrings.
1295         * textmodes/org.el (org-allow-space-in-links, org-closed-string)
1296         (org-quote-string, org-calendar-to-agenda-key)
1297         (org-agenda-sorting-strategy, org-agenda-use-time-grid)
1298         (org-show-following-heading, org-tags-column)
1299         (org-use-tag-inheritance, org, org-allow-space-in-links)
1300         (org-usenet-links-prefer-google, org-file-apps-defaults-gnu)
1301         (org-enable-table-editor, org-calc-default-modes)
1302         (org-table-allow-automatic-line-recalculation)
1303         (org-export-html-style, org-export-with-fixed-width)
1304         (org-export-with-sub-superscripts, org-special-keyword)
1305         (org-formula, org-time-grid, org-table-may-need-update)
1306         (org-mode, org-goto-ret, org-goto-left, org-goto-right)
1307         (org-goto-quit, org-get-indentation, org-end-of-item)
1308         (org-move-item-down, org-move-item-up)
1309         (org-renumber-ordered-list, org-todo, org-log-done, org-occur)
1310         (org-remove-occur-highlights, org-read-date, org-goto-calendar)
1311         (org-agenda, org-agenda-day-view, org-agenda-previous-date-line)
1312         (org-agenda-log-mode, org-agenda-toggle-diary)
1313         (org-agenda-toggle-time-grid, org-agenda-cleanup-fancy-diary)
1314         (org-agenda-file-to-end, org-agenda-no-heading-message)
1315         (org-agenda-get-closed, org-format-agenda-item)
1316         (org-cmp-priority, org-cmp-category, org-cmp-time)
1317         (org-agenda-change-all-lines, org-agenda-diary-entry)
1318         (org-scan-tags, org-after-todo-state-change-hook, org-tags-view)
1319         (org-link-search, org-camel-to-words, org-open-file)
1320         (org-remember-handler, org-table-convert-region)
1321         (org-table-move-row-down, org-table-move-row-up)
1322         (org-table-copy-region, org-table-wrap-region)
1323         (org-table-toggle-vline-visibility)
1324         (org-table-get-vertical-vector, org-table-modify-formulas)
1325         (org-table-get-specials, org-recalc-commands)
1326         (org-table-rotate-recalc-marks, org-table-eval-formula)
1327         (orgtbl-make-binding, org-in-invisibility-spec-p, org-cycle)
1328         (org-level-color-stars-only, org-insert-heading):
1329         Fix typos in docstrings.
1330         (last-arg): Add defvar.
1332         * makefile.w32-in (WINS): Add erc.
1333         (MH_E_SRC): Update (copied from lisp/Makefile.in).
1335 2006-01-29  Bill Wohler  <wohler@newt.com>
1337         * Makefile.in (MH_E_SRC): Add mh-compat.el, mh-folder.el,
1338         mh-letter.el, mh-limit.el, mh-scan.el, mh-show.el, mh-thread.el,
1339         mh-tool-bar.el, mh-xface.el.  Remove mh-customize.el, mh-init.el.
1340         (mh-autoloads): Don't use comments on otherwise empty lines.
1342 2006-01-29  Edward O'Connor  <ted@oconnor.cx>
1344         * emulation/viper.el (viper-major-mode-modifier-list): Add
1345         insert-state and vi-state entries for erc-mode.
1346         (viper-go-away, viper-set-hooks): Add and remove
1347         viper-comint-mode-hook from erc-mode-hook as appropriate.
1349         * emulation/viper.el (viper-insert-state-mode-list): Add erc-mode.
1351 2006-01-29  Juanma Barranquero  <lekktu@gmail.com>
1353         * bs.el (bs--format-aux): Implement `middle' alignment as
1354         described in the docstring for `bs-attributes-list'.
1355         (bs--get-name): Simplify.  Don't pad the buffer name.
1357 2006-01-27  Agustin Martin  <agustin.martin@hispalinux.es>
1359         * textmodes/ispell.el (ispell-find-aspell-dictionaries): If no
1360         English aspell dictionary is installed, use the first entry of
1361         ispell-dictionary-alist-1.
1363 2006-01-27  Kevin Rodgers  <ihs_4664@yahoo.com>
1365         * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
1366         Doc fix.
1368 2006-01-27  Michael Albinus  <michael.albinus@gmx.de>
1370         * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
1371         for `process-file', in order to let it work for older Emacsen too.
1373 2006-01-27  Eli Zaretskii  <eliz@gnu.org>
1375         * international/latexenc.el: Add a suitable `coding:' tag.
1376         (latexenc-find-file-coding-system): Undo last change.
1378 2006-01-27  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
1380         * international/latexenc.el (latexenc-find-file-coding-system):
1381         Make sure latexenc-main-file is a regular file and is readable.
1383 2006-01-27  Andre Spiegel  <spiegel@gnu.org>
1385         * vc-rcs.el (vc-rcs-fetch-master-state, vc-rcs-consult-headers):
1386         Pass FILE to vc-user-login-name.
1388         * vc-sccs.el (vc-sccs-state): Pass FILE to vc-user-login-name.
1390 2006-01-27  Nick Roberts  <nickrob@snap.net.nz>
1392         * thumbs.el (thumbs-do-thumbs-insertion): Suppress message when
1393         there are no more images to display.
1394         (thumbs-mark, thumbs-unmark): Revert change so that they move to
1395         the next image.
1397 2006-01-26  Richard M. Stallman  <rms@gnu.org>
1399         * cus-edit.el (custom-mode): Doc: Use advertised-widget-backward.
1401         * wid-edit.el (advertised-widget-backward): New alias.
1402         (widget-keymap): Use advertised-widget-backward for S-TAB.
1404         * tumme.el: Correct the keywords.
1405         (tumme-dir-max-size): Use defvar.
1406         (tumme-setup-dired-keybindings, tumme-dired): Add autoload cookie.
1408         * simple.el (move-beginning-of-line): Take account of fields.
1409         (clone-indirect-buffer-other-window): Take args like
1410         clone-indirect-buffer, and work like it.
1412         * help-fns.el (describe-function): Don't pass `nil' as default.
1414         * files.el (risky-local-variable-p): Follow var aliases.
1416         * subr.el (lazy-completion-table): Doc fix.
1418         * mail/rmailsum.el (rmail-make-summary-line-1): Don't set
1419         global binding of `line'.
1421 2006-01-25  Andre Spiegel  <spiegel@gnu.org>
1423         * vc-hooks.el (vc-user-login-name): Rewritten to handle access via
1424         Tramp.
1426         * vc.el (vc-default-dired-state-info): Pass FILE to
1427         vc-user-login-name.
1428         (vc-default-update-changelog): Don't use vc-user-login-name, we
1429         don't need it here.
1431         * tramp-vc.el (vc-user-login-name): Comment out defadvice, it is
1432         no longer necessary.
1434 2006-01-25  Kenichi Handa  <handa@m17n.org>
1436         * international/mule.el (decode-char): Avoid the overhead of
1437         calling utf-lookup-subst-table-for-decode if
1438         utf-translate-cjk-mode is nil.
1439         (encode-char): Avoid the overhead of calling
1440         utf-lookup-subst-table-for-encode if utf-translate-cjk-mode is
1441         nil.
1443 2006-01-22  Kenichi Handa  <handa@m17n.org>
1445         * international/mule.el (make-subsidiary-coding-system): Reset
1446         `coding-system-define-form' property of subsidiaries to nil.
1447         Avoid duplicated entry in coding-system-alist.
1448         (make-coding-system): Avoid duplicated entry in
1449         coding-system-alist.
1450         (define-coding-system-alias): Likewise.
1452 2006-01-24  Luc Teirlinck  <teirllm@auburn.edu>
1454         * completion.el: Minor fixes in introductory comment.
1455         (completion-def-wrapper): Fix alist.
1457 2006-01-25  Nick Roberts  <nickrob@snap.net.nz>
1459         * thumbs.el (thumbs-new-image-size): New function.
1460         (thumbs-increment-image-size-element)
1461         (thumbs-decrement-image-size-element, thumbs-increment-image-size)
1462         (thumbs-decrement-image-size): Delete.
1463         (thumbs-resize-image-1): Rename from thumbs-resize-image.  Keep old
1464         temp files and use to resize.
1465         (thumbs-resize-image): Rename from thumbs-resize-image-interactive.
1466         Use increment argument to enlarge/shrink.  Preserve point.
1467         (thumbs-shrink-image): Rename from thumbs-resize-image-size-down.
1468         (thumbs-enlarge-image): Rename from thumbs-resize-image-size-up
1469         (thumbs-show-thumbs-list): Set thumbs-buffer to current-buffer.
1470         (thumbs-mark, thumbs-unmark): Preserve point.
1471         (thumbs-modify-image): Keep old temp files and use to modify.
1472         Cleanup old temp files at load time.  Preserve point.
1473         (thumbs-view-image-mode-map): Use new command names.
1475 2006-01-24  Stefan Monnier  <monnier@iro.umontreal.ca>
1477         * log-view.el (log-view-minor-wrap): First rev is the one at point.
1479         * calendar/cal-menu.el: Avoid macros from calendar.el so as to break
1480         the nastiest part of the cyclic dependency.
1481         (cal-menu-update): Use dotimes and calendar-increment-month.
1483         * calendar/calendar.el: Remove unnecessary leading stars in docstrings.
1484         (calendar-week-start-day): Add an :initializer.
1485         (calendar-mode-map): Use suppress-keymap, and command remapping.
1486         (describe-calendar-mode): Setup xref-stack info for the back button.
1487         (calendar-star-date): Insert before delete.
1488         (calendar-set-mode-line): Add file-modified info if applicable.
1489         (calendar-increment-month): New function.
1491 2006-01-24  Tobias C. Rittweiler  <tcr@freebits.de>  (tiny change)
1493         * font-lock.el (lisp-font-lock-keywords-2):
1494         Recognize "& keywords" only at word boundaries.
1496 2006-01-24  Nick Roberts  <nickrob@snap.net.nz>
1498         * thumbs.el (thumbs-extra-images): New variable.  Make it buffer-local
1499         and permanent-local.
1500         (thumbs-max-image-number): New variable.
1501         (thumbs-do-thumbs-insertion): Use them.
1502         (thumbs-per-line): Change default to 4.
1503         (thumbs-marked-list): Rename from thumbs-markedL.
1504         (thumbs-cleanup-thumbsdir, thumbs-delete-images)
1505         (thumbs-rename-images): Use -list instead of L for internal variables.
1506         (thumbs-call-convert): Use call-process instead of shell-command.
1507         (thumbs-insert-thumb): Add filename as help-echo to each image.
1508         (thumbs-show-from-dir): Rename from thumbs-show-all-from-dir.
1509         Give dir to thumbs-show-thumbs-list.
1510         (thumbs-show-thumbs-list): Set default-directory to that of images.
1511         (thumbs-dired-show): Rename from thumbs-dired-show-all.
1512         (thumbs-display-thumbs-buffer, thumbs-show-more-images): New functions.
1513         (thumbs-mode-map): Bind "+" to thumbs-show-more-images.
1514         (thumbs-view-image-mode-map): Bind "^" to thumbs-display-thumbs-buffer.
1516 2006-01-23  Stefan Monnier  <monnier@iro.umontreal.ca>
1518         * ses.el (ses-read-cell): Provide a default value.
1520 2006-01-23  Juanma Barranquero  <lekktu@gmail.com>
1522         * term/w32-win.el (image-library-alist): Add additional names for
1523         GIF library.
1525 2006-01-23  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
1527         * international/latexenc.el (latexenc-find-file-coding-system):
1528         Add file-regular-p check.
1530 2006-01-22  Stefan Monnier  <monnier@iro.umontreal.ca>
1532         * simple.el (clone-buffer): Don't show the new buffer in the same
1533         window.
1535 2006-01-23  Juri Linkov  <juri@jurta.org>
1537         * faces.el (link, link-visited): New faces based on default values
1538         of `info-xref' and `info-xref-visited'.
1540         * info.el (info-xref): Inherit from `link'.
1541         (info-xref-visited): Inherit from `link-visited'.
1543         * cus-edit.el (custom-buffer-create-internal): Use widget type
1544         `custom-manual' instead of `info-link' and don't set properties
1545         `button-face' and `mouse-face' explicitly.
1546         (custom-browse-group-tag, custom-browse-variable-tag)
1547         (custom-browse-face-tag): Inherit from widget class
1548         `custom-group-link' instead of `push-button'.
1549         (custom-button-unraised): Inherit from `underline' face.
1550         (custom-link): Inherit from `link' face.  Fix doc and group.
1551         (custom-add-parent-links, custom-group-value-create): Don't set
1552         properties `button-face' and `mouse-face' explicitly for
1553         `custom-group-link' widget.
1554         (custom-group-link): Add properties `button-face' and `mouse-face'
1555         to widget definition.
1556         (custom-field-keymap): New variable.  Put `custom-field-keymap' to
1557         editable-field's :keymap property.
1558         (custom-mode): Fix docstring: substitute keybindings for
1559         `widget-forward' and `widget-backward' from `widget-keymap',
1560         `widget-complete' from `custom-field-keymap', replace old
1561         `Custom-move-and-invoke' with `widget-move-and-invoke'.  Untabify.
1563         * desktop.el (desktop-load-file): Check for `fboundp' before
1564         calling `symbol-function'.
1566         * simple.el (clone-buffer, clone-indirect-buffer)
1567         (clone-indirect-buffer-other-window): Use `read-buffer' instead of
1568         `read-string'.  Fix prompts.
1570         * play/doctor.el (doctor-mode-map): Rename from `doc-mode-map'.
1572 2006-01-23  Nick Roberts  <nickrob@snap.net.nz>
1574         * thumbs.el (thumbs-file-alist): Avoid creating duplicate entries.
1576 2006-01-22  Luc Teirlinck  <teirllm@auburn.edu>
1578         * startup.el (inhibit-splash-screen, initial-scratch-message):
1579         Doc fixes.
1581 2006-01-22  Michael Albinus  <michael.albinus@gmx.de>
1583         Sync with Tramp 2.0.52.
1585         * net/tramp.el, net/tramp-ftp.el, net/tramp-util.el,
1586         net/tramp-vc.el: Add code for unloading Tramp.  See comment before
1587         `tramp-unload-tramp' for checklist.
1589         * net/tramp.el: Require `timer-funcs' instead of `timer' if in
1590         XEmacs.  Contributed by Steve Youngs <steve@sxemacs.org>.
1591         (tramp-unload-file-name-handler-alist)
1592         (tramp-unload-tramp): New defuns.
1593         (tramp-advice-PC-expand-many-files): New defadvice.
1594         (tramp-save-PC-expand-many-files, tramp-setup-complete) Defuns
1595         removed.
1596         (tramp-handle-expand-file-name): Remove double slash.
1597         (tramp-handle-file-attributes-with-ls): Return t as 9th attribute.
1598         It doesn't matter, because it will be converted later on.
1599         (tramp-handle-file-ownership-preserved-p): Rewritten.  The old
1600         implementation was just heuristic.
1601         (tramp-post-connection): Set uid and gid properties.
1602         (tramp-convert-file-attributes): Set file's gid change bit.
1603         (tramp-get-remote-uid, tramp-get-remote-gid): New defuns.
1604         (tramp-handle-expand-file-name): Use "~root" for tilde expansion
1605         in case of su(do)? methods.  The home directory of the local user
1606         will be taken else.
1607         (tramp-open-connection-telnet)
1608         (tramp-open-connection-rsh, tramp-open-connection-su)
1609         (tramp-open-connection-multi): Set PS1 to "$ ".  Otherwise, a
1610         local shell prompt could hurt.  Reported by Romain Francoise
1611         <romain@orebokech.com>.
1612         (tramp-let-maybe): Add `edebug-form-spec' property.
1613         (tramp-handle-expand-file-name): Bind `default-directory' locally
1614         to "/" in order to avoid problems with UNC shares or Cygwin
1615         mounts.
1616         (tramp-md5-function): Fix typo in error message.
1618         * net/tramp-ftp.el (tramp-ftp-enable-ange-ftp): New defun.
1620         * net/tramp-util.el (top): Apply `ignore' instead of `identity'
1621         for byte-compiler pacification.
1623 2006-01-22  Andre Spiegel  <spiegel@gnu.org>
1625         * vc-rcs.el (vc-rcs-state-heuristic): Use file-attributes with
1626         ID-FORMAT `string'.  This allows us to get rid of
1627         `vc-user-login-name UID'.
1629         * vc-sccs.el (vc-sccs-state-heuristic): Likewise.
1631 2006-01-22  John Paul Wallington  <jpw@pobox.com>
1633         * hl-line.el (hl-line-highlight, hl-line-move): Doc fixes.
1635 2006-01-21  Martin Rudalics  <rudalics@gmx.at>
1637         * emacs-lisp/find-func.el (find-definition-noselect)
1638         (find-variable-noselect): Search variables in C source code too.
1639         (find-function-C-source, find-function-noselect, find-function)
1640         (find-function-other-frame, find-variable-noselect, find-variable)
1641         (find-variable-other-frame, find-variable-at-point):
1642         Fix docstrings.
1644 2006-01-21  Francesco Potorti`  <pot@gnu.org>
1646         * mail/rmailout.el (rmail-output): Don't use content-type if it is nil.
1648 2006-01-21  Agustin Martin  <agustin.martin@hispalinux.es>
1650         * textmodes/flyspell.el (flyspell-emacs-popup, flypell-xemacs-popup):
1651         Default to disabling the "Save affix" question.
1653 2006-01-21  Marien Zwart  <marienz@gentoo.org>  (tiny change)
1655         * progmodes/python.el (python-mode) <eldoc-mode-hook>: Pass nil as
1656         the first arg to run-python.
1658 2006-01-21  Eli Zaretskii  <eliz@gnu.org>
1660         * startup.el (command-line-1): Handle --no-desktop if desktop.el
1661         is not loaded.
1663 2006-01-20  Jay Belanger  <belanger@truman.edu>
1665         * calc/calcalg2.el (calc-sum-rec): Fix the sum when the lower
1666         limit is 0.
1668         * calc/calc-arith.el (math-add-symb-fancy): Check the length of
1669         the correct variable.
1671 2006-01-20  Carsten Dominik  <dominik@science.uva.nl>
1673         * textmodes/org.el (org-open-at-point): Fixed bug with matching a
1674         link.  Fixed buggy argument sequence in call to `org-view-tags'.
1675         (org-compile-prefix-format): Set `org-prefix-has-tag'.
1676         (org-prefix-has-tag): New variable.
1677         (org-format-agenda-item): Remove tags from headline if
1678         appropriate.
1679         (org-agenda-remove-tags-when-in-prefix): New option.
1680         (org-get-tags-at): New function.
1682 2006-01-20  Nick Roberts  <nickrob@snap.net.nz>
1684         * thumbs.el (thumbs-buffer): New variable.  Make it buffer local.
1685         (thumbs-find-image): Move image name and number from buffer name
1686         to mode name.  Set thumbs-buffer.  Preserve point so that large
1687         images remain visible.
1688         (thumbs-file-alist): Construct list in thumbs-buffer and reverse
1689         order.
1690         (thumbs-show-image-num): Get image from thumbs-file-alist.  Set
1691         mode name.
1692         (thumbs-next-image, thumbs-previous-image): Make them work.
1694 2006-01-19  Luc Teirlinck  <teirllm@auburn.edu>
1696         * cus-edit.el (custom-buffer-create-internal): State in the text above
1697         the whole buffer buttons that they do not operate on hidden items.
1698         (custom-face-menu): Use `custom-face-save' instead of
1699         `custom-face-save-command'.
1700         (custom-face-save-command): Make it an alias for `custom-face-save'
1701         and declare it obsolete.
1702         (custom-face-save): Doc fix.
1704         * dired.el (dired-no-confirm): Add quote.
1705         (dired-subdir-alist-pre-R): Add quote in
1706         `make-variable-buffer-local' form and remove unbalanced parenthesis.
1708 2006-01-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1710         * textmodes/table.el (table-mode-indicator): Typo in last change.
1712 2006-01-19  Richard M. Stallman  <rms@gnu.org>
1714         * outline.el (hide-leaves): Don't call outline-end-of-heading.
1715         Fixes bug reported in Nov 2005.
1717         * isearch.el (isearch-forward): Doc fix.
1719         * dired.el (dired-move-to-filename-regexp): Define as alias.
1720         (dired-no-confirm): Use defcustom.
1721         (dired-subdir-alist-pre-R): Put defvar at top level.
1723         * battery.el (battery-linux-proc-acpi): Handle "last full capacity".
1725         * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
1726         Mark as risky.
1728         * simple.el (set-mark-command): Doc fix.
1729         (clone-indirect-buffer-other-window):
1730         Read arg like clone-indirect-buffer.
1731         (move-beginning-of-line): Skip invisible newlines.
1733 2006-01-19  Masatake YAMATO  <jet@gyve.org>
1735         * progmodes/cpp.el (cpp-edit-load): Make the order of
1736         listed conditions in a base C code buffer and its associate
1737         CPP Edit buffer the same.
1739 2006-01-19  Kenichi Handa  <handa@m17n.org>
1741         * mail/rmail.el (rmail-enable-mime): Docstring fixed.
1742         (rmail-mime-feature): Likewise.
1743         (rmail-require-mime-maybe): Use display-warning to show a warning
1744         message.
1746         * international/mule.el (auto-coding-regexp-alist-lookup): New fun.
1747         (find-auto-coding): Use auto-coding-regexp-alist-lookup.
1749 2006-01-18  Stefan Monnier  <monnier@iro.umontreal.ca>
1751         * array.el: Move defvars out of eval-when-compile.
1752         (array-make-template): Replace undeclared global var with a local one.
1753         (array-mode): Inline initialization functions.
1754         (array-init-local-variables, array-init-max-row)
1755         (array-init-max-column, array-init-columns-per-line)
1756         (array-init-field-width, array-init-rows-numbered)
1757         (array-init-line-length, array-init-lines-per-row): Remove.
1759         * play/doctor.el: Move defvars out of eval-when-compile.  Use dolist.
1760         (doc-mode-map): Define explicitly.
1761         (doctor-txtype): Use mapc.
1763         * textmodes/table.el: Move defvars out of eval-when-compile.
1764         Remove harmful code meant to avoid byte-compiler warnings.
1765         (table-fixed-mode-indicator): Remove.  Use a more complex mode-line
1766         specification that checks table-fixed-width-mode directly.
1767         (table-recognize-region, table-recognize-cell):
1768         Use restore-buffer-modified-p.
1769         (table-fixed-width-mode): Remove code that refreshes
1770         table-fixed-mode-indicator.
1771         (*table--cell-describe-bindings, *table--cell-describe-mode):
1772         Avoid obsolete name print-help-return-message.
1773         (table--test-cell-list): Don't use replace-regexp from elisp.
1774         (table--point-entered-cell-function, table--point-left-cell-function):
1775         Don't set table-fixed-mode-indicator, use force-mode-line-update.
1777         * textmodes/org.el: Move defvars out of eval-when-compile.  Move code
1778         that was after the end of file.  Use buffer-file-name variable.
1779         (org-timestamp-change): Use with-current-buffer.
1780         (org-todo-list): Don't unnecessarily define a new buffer-local var.
1781         (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused arg
1782         `file'.
1784         * progmodes/fortran.el: Move defvars out of eval-when-compile.
1785         (fortran-break-line): Remove unused var `opoint'.
1786         (fortran-abbrev-start): Obey help-event-list.
1788 2006-01-18  Jesper Harder  <harder@phys.au.dk>
1790         * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-substring.
1792 2006-01-18  Masatake YAMATO  <jet@gyve.org>
1794         * progmodes/make-mode.el (makefile-imake-mode): New mode
1795         derived from makefile-mode.
1796         (makefile-imake-mode-syntax-table): New syntax table
1797         derived from makefile-mode-syntax-table.
1798         (makefile-mode): Write about makefile-imake-mode in doc string.
1799         (makefile-mode-map): Bind "\C-c\C-m\C-i" to makefile-imake-mode.
1800         (makefile-imake-font-lock-keywords): New font lock keywords.
1802         * files.el (auto-mode-alist): Add Imakefile.
1804 2006-01-17  Agustin Martin  <agustin.martin@hispalinux.es>
1806         * textmodes/flyspell.el (ispell-kill-ispell-hook): Add to the hook when
1807         loading the file rather than when turning on flyspell-mode.
1809 2006-01-16  Luc Teirlinck  <teirllm@auburn.edu>
1811         * cus-edit.el (customize-rogue): Minor doc fix.
1813 2006-01-17  Juri Linkov  <juri@jurta.org>
1815         * dired-aux.el (dired-diff): Use dired-dwim-target-directory
1816         instead of the file at the mark as default if the file at the mark
1817         is the same as the file at point or if dired-dwim-target-directory
1818         is not the same as the current directory and the mark is not active.
1820         * log-view.el (log-view-minor-wrap): Use the same logic to get
1821         revisions as `log-view-diff'.
1823         * info.el (Info-revert-find-node): Check for Info-current-file
1824         before preserving new-history.
1826         * man.el (Man-heading-regexp): Add `/'.
1828         * textmodes/sgml-mode.el: Add `coding: iso-2022-7bit' cookie.
1829         (html-mode): Set `sentence-end-base' instead of `sentence-end'.
1831 2006-01-16  Juri Linkov  <juri@jurta.org>
1833         * faces.el (mode-line-faces): New defgroup.
1834         (mode-line-highlight): Move definition after new defgroup.
1835         (mode-line, mode-line-inactive, mode-line-highlight):
1836         Replace :group `modeline' with `mode-line-faces'.
1837         (mode-line-buffer-id): New face.
1838         (modeline-buffer-id): New face alias.
1839         (vertical-border): Remove :group `modeline'.
1841         * bindings.el (propertized-buffer-identification): Use face
1842         `mode-line-buffer-id' instead of `Buffer-menu-buffer'.
1843         (mode-line-next-buffer, mode-line-previous-buffer): New functions.
1844         (mode-line-buffer-identification-keymap): For mouse-1 replace
1845         `mode-line-unbury-buffer' with `mode-line-previous-buffer'.
1846         Replace `mode-line-bury-buffer' with `mode-line-next-buffer' for
1847         mouse-3.
1849         * buff-menu.el (buffer-menu-buffer) <defface>: Renamed from
1850         Buffer-menu-buffer.  Doc fix.
1851         (Buffer-menu-buffer): Face alias to buffer-menu-buffer.
1852         (list-buffers-noselect): Use `buffer-menu-buffer' face instead of
1853         `Buffer-menu-buffer'.
1855         * info.el (Info-mode-line-node-keymap): New defvar.
1856         (Info-set-mode-line): Use `stringp' to check Info-current-file.
1857         Propertize Info-current-node with `mode-line-buffer-id' and
1858         `mode-line-highlight' faces and `Info-mode-line-node-keymap'.
1860         * time.el (display-time-mail-face): Replace :group `faces' with
1861         `mode-line-faces'.
1863 2006-01-16  Kenichi Handa  <handa@m17n.org>
1865         * international/code-pages.el: Add autoload cookies for cp125[0345678].
1867         * language/european.el (cp1252): New alias for windows-1252.
1869         * international/mule.el (autoload-coding-system): Prepare for EOL
1870         variants.
1872 2006-01-15  Dan Nicolaescu  <dann@ics.uci.edu>
1874         * term.el (term-raw-map): Add mapping for insert.
1875         (term-send-insert): New.
1876         (term-mode): Make variables local here instead of doing it in
1877         `term-emulate-terminal'.
1878         (term-emulate-terminal): Delete incorrect optimization for cr+lf.
1879         Scroll reverse needs to take into account the scroll region.
1880         Saving and restoring the cursor should save the color attributes too.
1881         (term-reset-terminal): Reset the scroll region.
1882         (term-handle-ansi-escape): Cursor up and down should take into
1883         account the scroll region.
1884         (term-set-scroll-region): Rename from `term-scroll-region'.
1885         Move to 0,0 after setting the region.
1886         (term-handle-scroll): Handle scroll up.
1887         (term-down): Fix off by one error.
1888         (term-delete-lines): Do not delete outside the scroll region.
1889         (term-insert-lines): Take into account the scroll region.
1891 2006-01-15  Stefan Monnier  <monnier@iro.umontreal.ca>
1893         * textmodes/ispell.el (ispell-internal-change-dictionary)
1894         (ispell-change-dictionary): Undo most of last change of 2006-01-13.
1895         (start, end): Move declaration outside of eval-when-compile.
1897         * textmodes/flyspell.el (flyspell-kill-ispell-hook): New fun.
1898         (flyspell-mode-on): Use it.
1900         * textmodes/ispell.el (ispell-kill-ispell): Run new hook
1901         ispell-kill-ispell-hook.
1903 2006-01-14  Luc Teirlinck  <teirllm@auburn.edu>
1905         * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
1906         (Custom-reset-saved): Do not ask for confirmation in single option
1907         buffers.
1909 2006-01-13  Richard M. Stallman  <rms@gnu.org>
1911         * font-lock.el (lisp-font-lock-keywords-1): Minor rearrangement.
1913 2006-01-13  Romain Francoise  <romain@orebokech.com>
1915         * add-log.el (add-change-log-entry, change-log-merge):
1916         Conditionally use `hard-newline'.
1918 2006-01-13  Martin Rudalics  <rudalics@gmx.at>  (tiny change)
1920         * wid-edit.el (widget-field-end): If the overlay is no longer
1921         associated with a buffer, behave as if the overlay didn't exist.
1923         * cus-edit.el (custom-add-see-also, custom-add-parent-links):
1924         Make sure the links use the `custom-link' face.
1926 2006-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
1928         * progmodes/ld-script.el (auto-mode-alist): Use \' rather than $.
1929         (ld-script-mode): Don't set indent-line-function since we don't
1930         have one.
1932 2006-01-13  Carsten Dominik  <dominik@science.uva.nl>
1934         * textmodes/org.el (org-open-file): Use mailcap for selecting an
1935         application.
1936         (org-file-apps-defaults-gnu): Use mailcap as the default for
1937         selecting an application on a UNIX system.
1938         (org-agenda-show-tags): New command.
1939         (org-table-insert-hline): Keep cursor in current table line.
1940         (org-table-convert): Offset effect of modifying
1941         `org-table-insert-hline'.
1942         (org-format-agenda-item): New optional argument TAG.
1943         (org-compile-prefix-format): Handle %T format for the tag.
1944         (org-expand-wide-chars): New function.
1945         (org-table-insert-row, org-table-insert-hline):
1946         Use `org-expand-wide-chars'.
1947         (org-open-file): Fix bug in program launch.
1948         (org-get-time-of-day): Fix bug with times before 1am.
1949         (org-agenda-menu): Add tags commands.
1951 2006-01-13  Agustin Martin  <agustin.martin@hispalinux.es>
1953         * textmodes/ispell.el (ispell-init-process): Include the used
1954         dictionary in ispell process start message.
1955         (ispell-internal-change-dictionary): When flyspell-mode is active
1956         and dictionary is changed, make sure ispell process is restarted
1957         and flyspell word cache cleared out for the current buffer.
1958         (ispell-change-dictionary): Make sure flyspell word cache is
1959         cleared out in all buffers with active flyspell mode when
1960         dictionary is globally changed.
1961         Call ispell-internal-change-dictionary after dictionary change.
1963 2006-01-13  Eli Zaretskii  <eliz@gnu.org>
1965         * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
1967         * makefile.w32-in (MH_E_SRC): Synchronize with Makefile.in.
1968         (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): Update Copyright
1969         years.  Fix small differences wrt Makefile.in.
1970         (recompile): Use --eval '(batch-byte-recompile-directory 0)', like
1971         Makefile.in does.
1973 2006-01-12  Bill Wohler  <wohler@newt.com>
1975         * Makefile.in (MH_E_SRC): Replace mh-index.el and mh-pick.el with
1976         mh-search.el.
1978 2006-01-12  Masatake YAMATO  <jet@gyve.org>
1980         * progmodes/ld-script.el: Update copyright year.
1982 2006-01-12  Chong Yidong  <cyd@stupidchicken.com>
1984         * cus-theme.el (custom-theme-add-variable, custom-theme-add-face):
1985         Don't add widget if setting undefined.
1987 2006-01-12  John Paul Wallington  <jpw@pobox.com>
1989         * help-fns.el (describe-variable): Remove newlines from void
1990         variable output.
1992 2006-01-13  Nick Roberts  <nickrob@snap.net.nz>
1994         * wdired.el (wdired-mode-map): Add help echo for
1995         wdired-abort-changes.
1997         * man.el (Man-file-name-regexp): Adjust for a list of files.
1999 2006-01-12  Masatake YAMATO  <jet@gyve.org>
2001         * progmodes/ld-script.el (auto-mode-alist): Support
2002         suffix conventions used in netbsd and eCos.
2004 2006-01-11  Luc Teirlinck  <teirllm@auburn.edu>
2006         * cus-edit.el (custom-reset-menu, custom-buffer-create-internal)
2007         (custom-variable-menu, custom-face-menu, custom-group-menu)
2008         (Custom-mode-menu): Change names of menu items.  (As discussed on
2009         emacs-devel.)
2010         (custom-face-menu): Add "Undo Edits" item.
2012         * startup.el (init-file-user): defcustom -> defvar.
2014         * tooltip.el (tooltip-mode): Doc fix.
2016 2006-01-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2018         * reveal.el (reveal-post-command): window-buffer signals an error on
2019         dead windows rather than returning nil.
2020         (reveal-open-new-overlays): An overlay might die while we open others.
2022 2006-01-11  Bill Wohler  <wohler@newt.com>
2024         * cus-dep.el (generated-custom-dependencies-file): Fix typo and
2025         phrasing in docstring.
2027         * Makefile.in (MH_E_SRC): Rename from MH-E-SRC since the dashes
2028         can give some systems gas.  Add new file mh-buffers.el.
2030 2006-01-06  Masatake YAMATO  <jet@gyve.org>
2032         * font-lock.el (cpp-font-lock-keywords): Font lock keywords for
2033         C preprocessor forward ported from GNU Emacs 21.2.
2035         * progmodes/asm-mode.el (asm-font-lock-keywords):
2036         Use `cpp-font-lock-keywords'.
2038         * progmodes/ld-script.el (ld-script-font-lock-keywords): Ditto.
2040         * progmodes/ld-script.el (auto-mode-alist): Use \\> instead
2041         of $ for "\\.ld[s]?".
2043 2006-01-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2045         * progmodes/tcl.el (tcl-indent-command): Use indent-for-tab-command.
2046         (tcl-indent-line): Return `noindent' if inside a string.
2048         * progmodes/flymake.el (flymake-split-string): Remove more than one
2049         empty string at beg/end of the result.
2050         (flymake-find-buildfile, flymake-find-possible-master-files):
2051         Use expand-file-name.
2052         (flymake-fix-file-name): Don't replace \ with / and don't remove ./
2053         since expand-file-name does it for us.  Use directory-file-name.
2054         (flymake-ler-get-full-file, flymake-ler-get-file, flymake-ler-get-line)
2055         (flymake-ler-get-type, flymake-ler-get-text)
2056         (flymake-ler-make-ler): Remove.  Replace by defstruct.  Update callers.
2057         (flymake-current-line-no): Remove spurious interactive spec.
2058         (flymake-delete-temp-directory): Remove unused var `slash-pos'.
2059         (flymake-check-include): Remove arg inc-path merged into inc-name.
2060         (flymake-check-patch-master-file-buffer): Fit in 80 columns.
2061         Arg regexp-list replaced by a simple regexp.
2062         (flymake-master-make-header-init, flymake-master-tex-init):
2063         Correspondingly replace regexp-list with a regexp.  Fix regexp.
2065 2006-01-10  Simon Josefsson  <jas@extundo.com>
2067         * mail/smtpmail.el (smtpmail-try-auth-methods): Add comment
2068         describing AUTH PLAIN fix.
2070 2006-01-10  Thien-Thi Nguyen  <ttn@gnu.org>
2072         * mail/emacsbug.el (report-emacs-bug-text-prompt): Delete var.
2073         (report-emacs-bug): Don't record initial prompt text.
2074         Instead, add text properties to prompting text.
2075         (report-emacs-bug-hook): Delete prompting text.
2077 2006-01-09  Stefan Monnier  <monnier@iro.umontreal.ca>
2079         * progmodes/flymake.el (flymake-find-buildfile): Remove invariant arg
2080         `dirs'.  Adjust callers.
2082 2006-01-09  John Paul Wallington  <jpw@gnu.org>
2084         * cus-edit.el (custom-comment) <defface>: Add TTY definitions.
2086 2006-01-09  Stefan Monnier  <monnier@iro.umontreal.ca>
2088         * reveal.el (reveal-open-new-overlays): New extracted fun.
2089         (reveal-close-old-overlays): Idem.  Check overlays's liveness before
2090         using them.  Simplify the code.
2091         (reveal-post-command): Use them.  Fix up obsolete windows in
2092         reveal-open-spots.
2094         * progmodes/flymake.el: Use `require' rather than autoload for
2095         XEmacs's overlays.
2096         (flymake-get-common-file-prefix, flymake-build-relative-filename):
2097         Delete.  Use file-relative-name instead.
2098         (flymake-get-syntax-check-program-args, flymake-perl-init):
2099         Simplify the resulting code.
2101         * log-view.el (log-view-file-re, log-view-message-re): Add support
2102         for DaRCS output.
2104 2006-01-09  Alex Schroeder  <alex@gnu.org>
2106         * mail/rmail.el (rmail-reply-regexp): Also ignore mailing list
2107         identifiers sometimes added in square brackets at the beginning of
2108         subject lines.
2110 2006-01-07  Richard M. Stallman  <rms@gnu.org>
2112         * cus-edit.el (Custom-set, Custom-save): Doc fix.
2113         (Custom-reset-current, Custom-reset-saved): Change question text.
2114         (Custom-reset-standard): Likewise.
2115         (custom-variable-reset-saved): Doc fix.
2117 2006-01-07  Eli Zaretskii  <eliz@gnu.org>
2119         * startup.el (init-file-user): Doc fix.
2121 2006-01-07  Alex Schroeder  <alex@gnu.org>
2123         * mail/rmail.el (rmail-current-subject): New function.
2124         (rmail-current-subject-regexp): New function.
2125         (rmail-next-same-subject): Use it.
2127         * mail/rmailsum.el (rmail-summary-by-topic):
2128         Use rmail-current-subject and rmail-current-subject-regexp.
2129         (rmail-summary-next-same-subject): Ditto.
2131         * net/rcirc.el (rcirc-send-input): No longer check whether the
2132         process is open, since not all commands need an open process.
2133         (rcirc-send-string): Check whether the process is open before
2134         sending anything.
2135         (rcirc-ignore-list): New option.
2136         (rcirc-ignore-list-automatic): New variable.
2137         (rcirc-print): Take rcirc-ignore-list into account.
2138         (rcirc-cmd-ignore): New command.
2139         (rcirc-ignore-update-automatic): New function.
2140         (rcirc-handler-PART, rcirc-handler-QUIT): Use it to maintain the
2141         list if ignored nicks.
2142         (rcirc-handler-NICK): Ditto, and also ignore the new nick.
2144 2006-01-06  David Reitter  <david.reitter@gmail.com>
2146         * mail/emacsbug.el (report-emacs-bug): Let explanations correctly
2147         reflect the address to which the report will be sent.
2149 2006-01-06  Eli Zaretskii  <eliz@gnu.org>
2151         * progmodes/ld-script.el (auto-mode-alist): Recognize linker
2152         scripts whose file-name extensions are "\.x[bdsru]?[cn]?$".
2154 2006-01-01  Michael Ernst  <mernst@alum.mit.edu>  (tiny changes)
2156         * textmodes/tildify.el: Fix typos (misspellings) in the commentary.
2158         * emacs-lisp/find-func.el (find-definition-noselect): Fix typo in
2159         the doc string: "functoin" => "function".
2160         * ldefs-boot.el: Likewise.
2162         * textmodes/bibtex.el (bibtex-validate-globally): Fix typo in a
2163         message text: "Duplicat" => "Duplicate".
2165 2006-01-06  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
2167         * files.el (basic-save-buffer-2): If backing-up failed, reset
2168         buffer-backed-up to nil.
2170 2006-01-06  Nick Roberts  <nickrob@snap.net.nz>
2172         * progmodes/gud.el (gdb-script-skip-to-head)
2173         (gdb-script-calculate-indentation): Indent for breakpoint command
2174         lists also.
2176 2006-01-05  Bill Wohler  <wohler@newt.com>
2178         * Makefile.in (compile-always): Add mh-autoloads dependency.
2179         (bootstrap): Remove mh-autoloads dependency, as compile dependency
2180         provides it.
2181         (updates): Remove mh-autoloads dependency, since it probably has
2182         already run recently (via recompile).
2184 2006-01-05  Stefan Monnier  <monnier@iro.umontreal.ca>
2186         * textmodes/flyspell.el (flyspell-accept-buffer-local-defs): Add an
2187         argument `force' to disable the flyspell-last-buffer optimization.
2188         (flyspell-mode-on): Use it.
2190         * progmodes/flymake.el (flymake-get-cleanup-function): Default to
2191         flymake-simple-cleanup.
2192         (flymake-allowed-file-name-masks): Use this new default.
2193         All the functions are now called in the right buffer rather than
2194         passing the buffer as argument.
2195         (flymake-process-sentinel): Switch to buffer before calling cleanup.
2196         (flymake-parse-err-lines): Remove redundant buffer arg.
2197         (flymake-get-program-dir): Comment out unused function.
2198         (flymake-start-syntax-check, flymake-start-syntax-check-process):
2199         Remove redundant buffer argument.
2200         (flymake-get-real-file-name, flymake-simple-java-cleanup)
2201         (flymake-simple-cleanup, flymake-master-cleanup): Remove buffer arg.
2203 2006-01-05  Richard M. Stallman  <rms@gnu.org>
2205         * info.el (Info-find-node): Don't record previous node if have none.
2206         (info): Go to directory only if history is empty.
2208         * simple.el (mark): Doc fix.
2210 2006-01-05  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2212         * term/mac-win.el (mac-ae-parameter): Don't coerce data if it is
2213         already of desired type.
2214         (mac-ae-list): Coerce parameter to "list" type.
2215         (mac-dispatch-apple-event): Replace cadr part of event with a
2216         dummy position so that event-start returns it.
2218 2006-01-05  Carsten Dominik  <dominik@science.uva.nl>
2220         * textmodes/org.el (org-end-of-subtree): New function.
2221         (org-cycle, org-subtree-end-visible-p, org-scan-tags):
2222         Use `org-end-of-subtree'.
2223         (org-agenda, org-agenda-convert-date): Protect calls to
2224         `fit-window-to-buffer'.
2225         (org-tags-view): Force matching of sublevels when doing a
2226         todo-only search.  Define the correct redo command, including the
2227         arguments.
2228         (org-agenda-redo): Display message.
2229         (org-check-for-org-mode): New function.
2230         (org-agenda-type): New variable.
2231         (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
2232         Set `org-agenda-type'.
2233         (org-agenda-check-type): New function.
2234         (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
2235         (org-agenda-week-view, org-agenda-day-view)
2236         (org-agenda-next-date-line, org-agenda-previous-date-line)
2237         (org-agenda-log-mode, org-agenda-toggle-diary)
2238         (org-agenda-toggle-time-grid, org-agenda-date-later)
2239         (org-agenda-date-prompt, org-agenda-diary-entry)
2240         (org-agenda-execute-calendar-command, org-agenda-goto-calendar)
2241         (org-agenda-convert-date, org-agenda-menu):
2242         Use `org-agenda-check-type'.
2243         (org-make-overlay, org-delete-overlay)
2244         (org-detatch-overlay, org-move-overlay, org-overlay-put):
2245         New compatibility functions.
2246         (org-calendar-select-mouse): New command.
2248 2006-01-04  Chong Yidong  <cyd@stupidchicken.com>
2250         * cus-edit.el (Custom-reset-current, Custom-reset-saved)
2251         (Custom-reset-standard): Fix y-or-n-p messages.
2252         (custom-link): New face for links.
2253         (custom-buffer-create-internal, custom-manual): Use it.
2254         (custom-face-save): Push to theme-face before setting face spec.
2256         * wid-edit.el (widget-default-mouse-face-get): New function.
2257         (widget-specify-button): Handle mouse-face like button-face.
2259         * custom.el (load-theme): Clear old theme settings if reloading.
2261 2006-01-03  Luc Teirlinck  <teirllm@auburn.edu>
2263         * cus-edit.el (custom-buffer-create-internal): Move whole buffer
2264         "Erase Customization" button back to same position it occupies in
2265         the individual State menus.
2267 2006-01-04  Kim F. Storm  <storm@cua.dk>
2269         * wid-edit.el (key-sequence): Rework widget to read key binding
2270         using `kbd' syntax.  Use C-q to insert literal key, event, or code.
2271         (widget-key-sequence-default-value): Default value for empty sequence.
2272         (widget-key-sequence-map): New map for reading key binding.  Bind C-q.
2273         (widget-key-sequence-read-event): New command for C-q.
2274         (widget-key-sequence-validate, widget-key-sequence-value-to-internal)
2275         (widget-key-sequence-value-to-external): New functions.
2277 2006-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2279         * progmodes/flymake.el (flymake-create-temp-with-folder-structure):
2280         Use expand-file-name.
2281         (flymake-delete-temp-directory): Use expand-file-name,
2282         file-name-directory, and directory-file-name.
2283         (flymake-strrchr): Delete.
2284         (flymake-start-syntax-check): Don't pass the redundant buffer argument
2285         to the init-f function.
2286         (flymake-save-buffer-in-file, flymake-init-create-temp-buffer-copy)
2287         (flymake-init-find-buildfile-dir)
2288         (flymake-init-create-temp-source-and-master-buffer-copy)
2289         (flymake-simple-make-init-impl, flymake-simple-make-init)
2290         (flymake-master-make-init, flymake-master-make-header-init)
2291         (flymake-simple-make-java-init, flymake-simple-ant-java-init)
2292         (flymake-perl-init, flymake-simple-tex-init, flymake-master-tex-init)
2293         (flymake-xml-init): Remove corresponding redundant buffer argument.
2294         (flymake-allowed-file-name-masks): Remove last elems that are equal to
2295         the default anyway.  Clean up regexps.
2297         * progmodes/flymake.el (flymake-temp-source-file-name)
2298         (flymake-master-file-name, flymake-temp-master-file-name)
2299         (flymake-base-dir): New buffer-local vars.
2300         (flymake-buffer-data, flymake-get-buffer-value)
2301         (flymake-set-buffer-value): Replace those hash-tables by the new
2302         buffer-local vars.  Update callers.
2304         * progmodes/flymake.el (flymake-check-start-time)
2305         (flymake-check-was-interrupted, flymake-err-info, flymake-is-running)
2306         (flymake-last-change-time, flymake-new-err-info, flymake-timer):
2307         Move definition, so we can remove redundant earlier declaration.
2308         (flymake-replace-regexp-in-string, flymake-split-string)
2309         (flymake-get-temp-dir): Use defalias.
2310         (flymake-popup-menu): Remove `pos' argument.  Use posn-at-point.
2311         (flymake-xemacs-window-edges): Remove unused function.
2312         (flymake-get-point-pixel-pos): Move.
2313         (flymake-pid-to-names, flymake-reg-names)
2314         (flymake-get-source-buffer-name, flymake-unreg-names): Remove.
2315         Replace by a simple list flymake-processes and by process-buffer.
2316         Update callers.  Other than simplify the code, it uses buffers rather
2317         than buffer-names so it doesn't get confused by uniquify.
2318         (flymake-buffer-data): The global value should just be nil.
2320         * emacs-lisp/bytecomp.el (byte-compile-file-form-defalias):
2321         Optimize the body of a defalias like any other code.
2323         * font-lock.el (font-lock-fontify-buffer, font-lock-fontify-region):
2324         Make sure we've setup font-lock's vars.  It may influence which
2325         function we then call.
2326         (font-lock-default-fontify-buffer): Don't bother calling set-defaults
2327         here since it's too late anyway.
2329 2006-01-03  Romain Francoise  <romain@orebokech.com>
2331         * startup.el (fancy-splash-tail, normal-splash-screen):
2332         Update copyright year.
2334 2006-01-02  J.D. Smith  <jdsmith@as.arizona.edu>
2336         * mouse.el (mouse-drag-track): Rename, from
2337         `mouse-drag-region-1'.  Includes optional argument required to
2338         enable post-drag event processing (e.g. delete region keys).
2339         Can be used without this argument to track a mouse region and operate
2340         on it as soon as the drag completes.
2341         (mouse-drag-region): Use `mouse-drag-track'.
2343 2006-01-02  Chong Yidong  <cyd@stupidchicken.com>
2345         * cus-edit.el (custom-guess-name-alist, custom-guess-doc-alist):
2346         Move to `custom-buffer' group.
2348         * cus-theme.el: Rewrite the Custom New Theme Mode interface.
2349         (custom-new-theme-mode-map, custom-theme-insert-variable-marker)
2350         (custom-theme-insert-face-marker, custom-theme-variable-menu)
2351         (custom-theme-face-menu): New variables.
2352         (custom-theme-add-variable, custom-theme-variable-action)
2353         (custom-variable-reset-theme, custom-theme-delete-variable)
2354         (custom-face-reset-theme, custom-theme-face-action)
2355         (custom-theme-delete-face, custom-theme-merge-theme)
2356         (custom-theme-add-face, custom-theme-visit-theme): New functions.
2358 2006-01-01  Chong Yidong  <cyd@stupidchicken.com>
2360         * custom.el: Move Custom Themes commentary to start of theme code.
2361         (custom-known-themes): Rename `standard' theme to `changed'.
2362         (custom-push-theme): Caller no longer specifies what theme to use
2363         when doing `reset'---the setting is simply removed from the theme.
2364         Delete MODE from `theme-value' and `theme-settings' properties.
2365         (custom-declare-theme): Ignore &rest args since we don't use them.
2367         (custom-loaded-themes): Delete variable.
2368         (custom-theme-load-themes, custom-theme-loaded-p)
2369         (custom-theme-value): Delete functions.
2371         (custom-declare-theme): Signal error on invalid theme names.
2372         (provide-theme): custom-loaded-themes was deleted.
2373         (load-theme): Load the file unconditionally.
2374         (enable-theme): Call `load-theme' if theme is undefined.
2375         (custom-enabled-themes): Only update value for successful loads.
2376         (disable-theme): Complete from enabled themes when interactive.
2377         (custom-variable-theme-value): Calculate theme value directly.
2379         (custom-theme-reset-variables, custom-reset-variables): Mark as
2380         XEmacs compatibility functions.  We don't actually use these.
2382         * cus-edit.el (custom-variable-state-set):
2383         Use custom-variable-theme-value instead of custom-theme-value.
2384         (custom-face-state-set): Rename `standard' theme to `changed'.
2385         (custom-save-variables, custom-save-faces): Delete unneeded
2386         references to custom-reset-variables.
2387         (custom-save-resets): Delete function.
2388         (custom-save-variables, custom-save-faces): MODE argument deleted.
2389         (custom-save-variables, custom-save-faces): Ignore theme values.
2391         * cus-face.el (custom-theme-reset-faces): Mark as XEmacs
2392         compatibility function.
2394 2006-01-01  Richard M. Stallman  <rms@gnu.org>
2396         * cus-edit.el (Custom-set, Custom-save): Ask for confirmation.
2397         (Custom-reset-current, Custom-reset-saved): Likewise.
2398         (Custom-reset-standard): Show message if aborted.
2399         (custom-mode): Doc fix, describing those commands.
2401         * mouse.el (mouse-drag-region-1): When following link via mouse-2,
2402         put on event-kind property.
2404 2005-12-31  Chong Yidong  <cyd@stupidchicken.com>
2406         * custom.el (provide-theme): Ban `user' theme name.
2407         (custom-enabling-themes): New variable.
2408         (enable-theme): Don't enable user if custom-enabling-themes is t.
2409         (custom-enabled-themes): Make it a defcustom.
2410         (custom-theme-recalc-face): No-op if face is undefined.
2412         * cus-edit.el (custom-button-mouse): New variable.
2413         (custom-button-mouse): New face.
2414         (custom-raised-buttons, custom-mode): Use it.
2416         * cus-theme.el (custom-new-theme-mode): Use custom-button-mouse.
2418 2005-12-31  Eli Zaretskii  <eliz@gnu.org>
2420         * progmodes/gud.el (gud-display-line): Support hl-line in the
2421         source buffer.
2423 2005-12-31  Lennart Borgman  <lennart.borgman.073@student.lu.se>  (tiny change)
2425         * mouse.el (mouse-drag-window-above): Verify that the found window
2426         overlaps with the given window in the horizontal dimension.
2428 2005-12-31  Eli Zaretskii  <eliz@gnu.org>
2430         * Makefile.in (cvs-update): New target.
2432         * makefile.w32-in (cvs-update): Ditto.
2434 2005-12-30  Chong Yidong  <cyd@stupidchicken.com>
2436         * cus-theme.el (custom-new-theme-mode): Use cus-edit faces.
2437         (custom-new-theme-mode-map): New variable.
2439 2005-12-30  Richard M. Stallman  <rms@gnu.org>
2441         * custom.el (custom-load-themes): Function deleted.
2443         * cus-edit.el (custom-save-loaded-themes): Function deleted.
2444         (custom-save-variables): Don't delete or add custom-load-themes call.
2446 2005-12-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2448         * cus-start.el: Add `visible-cursor'.
2450         * progmodes/flymake.el (flymake-copy-buffer-to-temp-buffer): Simplify.
2451         (flymake-parse-output-and-residual): Remove `source-buffer' argument.
2452         (flymake-process-filter): Switch to buffer before calling it instead.
2453         (flymake-post-syntax-check, flymake-highlight-err-lines)
2454         (flymake-delete-own-overlays, flymake-parse-err-lines)
2455         (flymake-start-syntax-check, flymake-start-syntax-check-process)
2456         (flymake-count-lines, flymake-parse-residual):
2457         Remove constant buffer argument.
2458         (flymake-start-syntax-check-for-current-buffer): Remove.
2459         Update callers to use flymake-start-syntax-check instead.
2460         (flymake-display-err-menu-for-current-line):
2461         Remove unused var `mouse-pos'.
2462         (flymake-restore-formatting): Comment out unused function.
2463         (flymake-report-status, flymake-report-fatal-status): Remove buffer
2464         argument, use current-buffer instead.  Update callers.
2466 2005-12-30  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
2468         * textmodes/bibtex.el (bibtex-mode): Make completion-ignore-case
2469         buffer-local because choose-completion-delete-max-match requires
2470         that we set completion-ignore-case (i.e., binding via let is not
2471         sufficient).
2472         (bibtex-complete): Always set completion-ignore-case and
2473         choose-completion-string-functions.  The latter is needed because
2474         choose-completion-string-functions keeps its value if we quit the
2475         *Completions* buffer without requesting a completion.
2477 2005-12-30  Andreas Schwab  <schwab@suse.de>
2479         * progmodes/cc-defs.el: Ignore errors from font-lock-compile-keywords.
2481 2005-12-30  Eli Zaretskii  <eliz@gnu.org>
2483         * jit-lock.el (jit-lock-chunk-size): Doc fix.
2485 2005-12-30  Juri Linkov  <juri@jurta.org>
2487         * locate.el (locate-fcodes-file, locate-header-face)
2488         * progmodes/delphi.el (delphi-other-face)
2489         * progmodes/glasses.el (glasses-face): Add tag "None" to const nil.
2491         * paren.el (show-paren-match, show-paren-mismatch): Use existing
2492         group `paren-showing-faces'.
2494         * net/goto-addr.el (goto-address-highlight-keymap): Fix docstring.
2495         (goto-address): Fix docstring.
2497         * net/webjump.el (webjump-sample-sites): Update URLs.
2499         * textmodes/fill.el (fill-single-word-nobreak-p): Use `sentence-end'.
2501         * subr.el (cancel-change-group): Add listp around pending-undo-list.
2503 2005-12-29  Stefan Monnier  <monnier@iro.umontreal.ca>
2505         * font-lock.el (font-lock-compile-keywords): Signal an error when
2506         font-lock-set-defaults hasn't been called.
2508 2005-12-29  Luc Teirlinck  <teirllm@auburn.edu>
2510         * subr.el (noreturn, 1value): Doc fixes.
2512 2005-12-29  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
2514         * textmodes/bibtex.el (bibtex-text-in-field-bounds): Handle case
2515         that assoc-string returns nil.
2517 2005-12-29  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
2519         * textmodes/bibtex.el (bibtex-entry-type-whitespace)
2520         (bibtex-entry-type-str, bibtex-empty-field-re)
2521         (bibtex-search-backward-string, bibtex-preamble-prefix)
2522         (bibtex-search-entry, bibtex-enclosing-entry-maybe-empty-head): Remove.
2523         (bibtex-any-valid-entry-type): New variable.
2524         (bibtex-parse-field-name): Simplify.
2525         (bibtex-parse-string, bibtex-search-forward-string): New arg empty-key.
2526         (bibtex-preamble-prefix): Include left delimiter.
2527         (bibtex-search-forward-field, bibtex-search-backward-field):
2528         Allow unbounded search past entry boundaries (required by bibtex-pop).
2529         (bibtex-text-in-field-bounds): Use push.
2530         (bibtex-text-in-field): Do not use bibtex-narrow-to-entry.
2531         (bibtex-parse-preamble, bibtex-valid-entry)
2532         (bibtex-beginning-first-field): New functions.
2533         (bibtex-skip-to-valid-entry): Use bibtex-valid-entry.  Fix regexp.
2534         (bibtex-map-entries): Fix docstring.
2535         (bibtex-flash-head): New arg prompt.  Simplify.
2536         (bibtex-enclosing-field): Include code of bibtex-inside-field.
2537         (bibtex-insert-kill): Simplify.  Always insert text past the
2538         current field or entry.
2539         (bibtex-format-entry): Use bibtex-parse-field.
2540         (bibtex-pop): Use bibtex-beginning-of-entry and
2541         bibtex-end-of-entry to initiate the search.  Insert empty field if
2542         we found ourselves.
2543         (bibtex-print-help-message): New args field and comma.
2544         Handle entry keys.
2545         (bibtex-make-field): Use bibtex-beginning-of-entry.
2546         (bibtex-end-of-entry): Use bibtex-valid-entry.  Recognize any
2547         invalid entry.
2548         (bibtex-validate): Use bibtex-valid-entry and bibtex-parse-string.
2549         Handle preambles.  Simplify code for thorough test.
2550         (bibtex-next-field, bibtex-find-text, bibtex-find-text-internal):
2551         New arg comma.  Handle entry heads.
2552         (bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
2553         (bibtex-kill-field, bibtex-copy-field-as-kil, bibtex-empty-field):
2554         New arg comma.
2555         (bibtex-kill-entry): Use bibtex-any-entry-maybe-empty-head.
2556         (bibtex-fill-field): Simplify.
2557         (bibtex-fill-entry): Use bibtex-beginning-first-field and
2558         bibtex-parse-field.
2559         (bibtex-convert-alien): Do not wait before calling bibtex-validate.
2560         (bibtex-complete): Use bibtex-parse-preamble.
2562 2005-12-29  Nick Roberts  <nickrob@snap.net.nz>
2564         * progmodes/gdb-ui.el (gdb-tooltip-print, gdb-tooltip-print-1):
2565         Display name of expression instead of convenience variable.
2566         (gdb-post-prompt): Only call gdb-get-changed-registers if needed.
2568         * progmodes/gud.el (gud-tooltip-dereference): Rename from
2569         toggle-gud-tooltip-dereference.
2570         (gud-tooltip-print-command): Move concatenation of "*" to expr to...
2571         (gud-tooltip-tips): ...here when dereferencing.
2573 2005-12-28  Bill Wohler  <wohler@newt.com>
2575         * simple.el (mh-e-user-agent): Move to mh-e/mh-comp.el and autoload.
2577 2005-12-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2579         * vc.el (vc-annotate-display): Replace optional arg `color-map' with
2580         compulsory arg `ratio'.  Inline body of vc-annotate-time-span.
2581         (vc-annotate-display-autoscale): Adjust call.
2582         (vc-annotate-display-default): Adjust call.  Make arg compulsory.
2583         Fix interactive spec.
2584         (vc-annotate-time-span): Remove.
2585         (vc-annotate-oldest-in-map): Rename from vc-annotate-car-last-cons.
2586         (vc-annotate-mode-menu, vc-annotate-display-autoscale)
2587         (vc-annotate-display-select): Use new name.
2589         * vc.el (vc-annotate-mode-map): Remove obsolete binding.
2590         (vc-annotate-mode-menu): Remove left-over redundant declaration.
2591         Correct the construction of span entries.  Simplify.
2592         (vc-annotate-display-select): Fix the nil case.
2593         (vc-annotate): Remove obsolete (and now broken) code.
2594         (vc-annotate-extract-revision-at-line): Remove obsolete code.
2595         (vc-annotate-time-span): Remove unused arg `quantize'.  Simplify.
2597 2005-12-28  Luc Teirlinck  <teirllm@auburn.edu>
2599         * subr.el (lazy-completion-table): Correct typo in docstring.
2601         * startup.el (command-line): Use `custom-reevaluate-setting' for
2602         `send-mail-function'.
2604         * mail/sendmail.el (send-mail-function): Autoload the standard-value.
2606 2005-12-05  Ralf Angeli  <angeli@iwi.uni-sb.de>
2608         * mail/smtpmail.el (smtpmail-try-auth-methods):
2609         Send credentials together with "AUTH PLAIN" command.
2611 2005-12-27  Richard M. Stallman  <rms@gnu.org>
2613         * mouse.el (mouse-drag-region-1): When remapping mouse-1 to
2614         mouse-2, go back to previously selected window, so it's selected
2615         when mouse-2 command runs.
2617 2005-12-27  Juri Linkov  <juri@jurta.org>
2619         * descr-text.el (describe-text-sexp): Use square brackets for
2620         button [Show] to distinguish it from the property value `show'.
2621         (describe-property-list): Use `insert-text-button' with
2622         `help-face' type instead of putting face in quotes, because button
2623         is not created automatically for a list of faces.
2624         (describe-text-properties-1): Put button-type value in quotes to
2625         distinguish from plain text "button".
2626         (describe-char): Display code point values in hex.  Don't use
2627         `symbol-name' for `current-input-method' because it is a string.
2628         Use `insert-text-button' with `help-face' type instead of putting
2629         hardcoded face in quotes, because button is not created automatically.
2631 2005-12-27  Richard M. Stallman  <rms@gnu.org>
2633         * progmodes/glasses.el (glasses-face): More specific custom type.
2635         * files.el (set-visited-file-name): Doc fix.
2637         * textmodes/flyspell.el (flyspell-external-point-words):
2638         Use local var buffer-scan-pos to advance scan for next misspelling.
2639         Advance it only after we find the misspelling.
2641 2005-12-27  Agustin Martin  <agustin.martin@hispalinux.es>
2643         * textmodes/flyspell.el (flyspell-external-point-words):
2644         New criteria for finding the misspelling in the buffer.
2646 2005-12-27  Nick Roberts  <nickrob@snap.net.nz>
2648         * help-mode.el (help-insert-string): Set help-xref-stack-item
2649         rather than call help-setup-xref.
2651         * descr-text.el (describe-char): Revert previous changes for
2652         optional buffer argument.
2654 2005-12-27  Juri Linkov  <juri@jurta.org>
2656         * help-mode.el (help-insert-string): New function.  Save buffer
2657         contents in cases where it is impossible to recompute the old contents.
2659         * descr-text.el (describe-char): Set help-xref-stack-item
2660         explicitly after buffer has been generated.
2662 2005-12-27  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
2664         * cus-start.el (all): Add x-gtk-show-hidden-files.
2666 2005-12-26  Richard M. Stallman  <rms@gnu.org>
2668         * replace.el (perform-replace): Calculate match-again
2669         before skipping read-only matches.
2671         * paren.el (paren-showing-faces): New group.
2672         (show-paren-match, show-paren-mismatch): Move to that group.
2674         * button.el (button): Put into group `basic-faces'.
2676         * progmodes/make-mode.el: Remove faces from group `faces'.
2678         * apropos.el (apropos, apropos-value): Doc fix.
2679         (apropos-documentation): Doc fix.
2681 2005-12-26  Stefan Monnier  <monnier@iro.umontreal.ca>
2683         * subr.el (lazy-completion-table): Remove argument `args'.
2685         * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
2686         Don't use the `args' argument of lazy-completion-table.
2688 2005-12-26  Nick Roberts  <nickrob@snap.net.nz>
2690         * descr-text.el (describe-char): Add optional argument for buffer.
2691         Set buffer appropriately.  Call help-setup-xref.
2692         Suggested by Stefan Monnier.
2694 2005-12-26  Juri Linkov  <juri@jurta.org>
2696         * descr-text.el: Require `help-fns' at runtime.  Don't require
2697         `button' for byte compilation.
2698         (describe-text-widget): Add `help-echo' for first button.
2699         Use `help-info' for second.
2700         (describe-property-list): Use `help-argument-name' instead of `italic'.
2701         (describe-text-category): Add prompt to interactive spec.
2702         Call `help-setup-xref'.
2703         (describe-char): Use `help-character-set'.  Add `help-echo' for
2704         code point.  Use `help-input-method'.  Remove superfluous insert.
2706 2005-12-25  Richard M. Stallman  <rms@gnu.org>
2708         * progmodes/cc-defs.el (c-emacs-features): Do parse-partial-sexp
2709         at point, in case of narrowing.
2711         * progmodes/delphi.el (delphi-other-face): Allow nil in type.
2713         * locate.el (locate-header-face): Allow nil in type.
2715         * progmodes/cpp.el (cpp-face-none-list): Use cpp-face instead of face.
2717 2005-12-25  Romain Francoise  <romain@orebokech.com>
2719         * battery.el (battery-linux-proc-acpi): Also try
2720         `/proc/acpi/thermal_zone/THM0/temperature'.
2722 2005-12-24  Chong Yidong  <cyd@stupidchicken.com>
2724         * custom.el (custom-push-theme): Fix docstring.
2726         * cus-edit.el (custom-variable-set, custom-variable-save)
2727         (custom-variable-save): Custom-quote widget values.
2728         (customize-save-variable): Fix custom-push-theme call.
2730 2005-12-24  Eli Zaretskii  <eliz@gnu.org>
2732         * w32-fns.el (w32-batch-update-autoloads): New function.
2734         * makefile.w32-in (autoloads, $(lisp)/mh-e/mh-loaddefs.el):
2735         Use w32-batch-update-autoloads, and don't setq generated-autoload-file
2736         from the command line.
2738 2005-12-23  Chong Yidong  <cyd@stupidchicken.com>
2740         * custom.el (custom-push-theme): Clarify docstring.  VALUE nil for
2741         reset means to remove setting from theme entirely.  Don't keep
2742         expanding theme-settings list; delete old entries if necessary.
2744         * cus-edit.el (custom-buffer-create-internal): Move "Erase
2745         customization" button one line up.
2746         (custom-themed): New face.
2747         (custom-magic-alist): New value, THEMED, for theme settings.
2748         (custom-variable-state-set, custom-face-state-set):
2749         Check theme-value instead of saved-value.
2750         (custom-variable-reset-standard, custom-face-reset-standard):
2751         Remove theme setting entirely.  Recalculate new values.
2752         (custom-variable-set, custom-variable-set)
2753         (custom-variable-reset-saved, custom-variable-reset-backup)
2754         (custom-face-set, custom-face-reset-saved): Update `user' theme.
2755         (custom-variable-save): Fix typos.
2757 2005-12-23  Juri Linkov  <juri@jurta.org>
2759         * emacs-lisp/edebug.el (edebug-all-defs, edebug-all-forms):
2760         Add autoload cookies.
2761         (edebug-outside-d-c-i-n-s-w): New variable.
2762         (edebug-display, edebug-outside-excursion): Use it to save the
2763         original value of default-cursor-in-non-selected-windows.
2764         Set default-cursor-in-non-selected-windows to t while Edebug
2765         is active.
2766         (edebug-mode, edebug-eval-mode): Doc fix.
2768         * mouse.el (mouse-choose-completion): Replace `buffer-substring'
2769         with `buffer-substring-no-properties' to remove common substring
2770         highlighting.
2772         * info.el (info-other-window, info): Rename function argument
2773         `file' to `file-or-node'.
2774         (Info-complete-menu-item): Use local variable `complete-nodes' to
2775         keep the global value of `Info-complete-nodes' unchanged for
2776         subsequent completions.
2777         (info-tool-bar-map): Put `Info-index' icon just before `Info-search'.
2779         * simple.el (get-next-valid-buffer, last-buffer)
2780         (next-error-buffer-p, next-error-find-buffer)
2781         (minibuffer-history-sexp-flag): Doc fix.
2783         * savehist.el (savehist-mode-hook): Add `:group'.
2785         * log-view.el: Call autoload for vc-find-version.
2786         (log-view-current-file): Adjust subgroup numbers.
2787         (log-view-current-tag): Add `length'.
2789 2005-12-23  Richard M. Stallman  <rms@gnu.org>
2791         * vc.el (vc-annotate-car-last-cons): Defn moved up.
2793 2005-12-23  Juri Linkov  <juri@jurta.org>
2795         * hi-lock.el (hi-lock-archaic-interface-message-used)
2796         (hi-lock-archaic-interface-deduce, hi-lock-mode): Doc fix.
2797         (hi-lock-mode): Display "Hi" in the mode line only when
2798         hi-lock-interactive-patterns or hi-lock-file-patterns is non-nil.
2799         (hi-lock-write-interactive-patterns):
2800         Use hi-lock-file-patterns-prefix instead of hard-coded "Hi-lock".
2801         (hi-lock-set-pattern, hi-lock-set-file-patterns)
2802         (hi-lock-font-lock-hook): Set 3rd arg `how' of
2803         font-lock-add-keywords to t.
2805 2005-12-23  David Koppelman  <koppel@ece.lsu.edu>
2807         * hi-lock.el (hi-lock-highlight-range): New variable.
2808         (hi-lock-mode, hi-lock-unface-buffer): Call font-lock-fontify-buffer
2809         only if font-lock-fontified is non-nil.  Remove overlays.
2810         (hi-lock-set-pattern): Call font-lock-fontify-buffer if
2811         font-lock-fontified is non-nil, otherwise use overlays (instead of
2812         text properties).
2813         (hi-lock-string-serialize-hash, hi-lock-string-serialize-serial):
2814         New variables.
2815         (hi-lock-string-serialize) New function.
2817 2005-12-23  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
2819         * menu-bar.el (menu-find-file-existing): New function.
2820         (menu-bar-file-menu): Use menu-find-file-existing for Open.
2822         * tool-bar.el (tool-bar-setup): Open changed to menu-find-file-existing.
2824 2005-12-22  Stefan Monnier  <monnier@iro.umontreal.ca>
2826         * vc.el: Remove unnecessary leading * in docstrings.
2827         (vc-annotate-mode-map): Move initialization into declaration.
2828         (vc-static-header-alist): Nitpick on the regexp.
2829         (vc-default-init-version): New fun.
2830         (vc-register): Use it.
2831         (vc-insert-headers): Use dolist.
2832         (vc-annotate-get-backend): Remove unused function.
2833         (vc-annotate-add-menu): Remove.  Build the menu directly at toplevel.
2834         (vc-annotate-mode): Remove corresponding call.
2835         (vc-annotate-car-last-cons): Simplify.
2836         (vc-annotate-buffers): Remove var.
2837         (vc-annotate-backend): Make it buffer-local.
2838         (vc-annotate): Move the interaction to the interactive spec.
2839         Add a `buf' argument.
2840         (vc-annotate-warp-version): Use this new `buf' argument to avoid
2841         killing&creating a vc-annotate buffer, which is very disruptive when
2842         the buffers are shown in dedicated frames.
2844 2005-12-23  Nick Roberts  <nickrob@snap.net.nz>
2846         * descr-text.el: Add FSF as maintainer.
2847         (describe-text-mode, describe-text-mode-map)
2848         (describe-text-mode-hook, describe-text-done): Delete.  Use normal
2849         help-mode.
2850         (describe-text-widget, describe-text-sexp)
2851         (describe-property-list, describe-text-category)
2852         (describe-text-properties, describe-text-properties-1)
2853         (describe-char): Use help buttons instead of widgets.
2854         (describe-char-unicodedata-file): Make URL link in doc string.
2856 2005-12-22  Richard M. Stallman  <rms@gnu.org>
2858         * cus-edit.el (custom-variable-prompt): Say "variable" in prompt.
2859         (custom-buffer-create-internal): Reword the top-of-buffer help intro.
2860         Don't include buttons that write a file when there's no file.
2861         (custom-variable-menu, custom-face-menu, custom-group-menu):
2862         Don't include commands that write a file when there's no file.
2863         (customize-browse): Reword the top-of-buffer help intro.
2864         (custom-buffer-create-internal): Fix previous change.
2865         (customize-changed-options-previous-release): Prev release is 21.1.
2866         (customize-changed-options): Doc fix.
2867         (customize-changed): New alias.
2868         (custom-reset-menu, custom-magic-alist, Custom-mode-menu):
2869         Say "standard values".
2870         (Custom-reset-standard): Doc fix.
2871         (custom-face-reset-standard): Doc fix.
2873 2005-12-22  Stefan Monnier  <monnier@iro.umontreal.ca>
2875         * font-lock.el (font-lock-default-fontify-buffer): Try and set-defaults
2876         even if font-lock-mode is non-nil since it may be t without having
2877         turned on font-lock-mode-internal.
2878         (font-lock-choose-keywords): Minor optimization.
2879         (font-lock-add-keywords, font-lock-remove-keywords)
2880         (font-lock-set-defaults): Don't call make-local-variable on a variable
2881         that we know to already be local.
2883 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2885         * emacs-lisp/lisp.el (lisp-complete-symbol): Don't print progress
2886         messages if in the minibuffer.
2888 2005-12-21  Stefan Monnier  <monnier@iro.umontreal.ca>
2890         * textmodes/flyspell.el (flyspell-check-word-p): Don't quote - in a RE.
2891         (tex-mode-flyspell-verify, flyspell-get-word)
2892         (flyspell-external-point-words): Don't use point-min/max uselessly.
2894         * emacs-lisp/lisp.el (lisp-complete-symbol): Mostly undo the change
2895         by Kevin Rodgers.  Instead, just hide the completions buffer if we
2896         don't need to show it.
2898 2005-12-21  Luc Teirlinck  <teirllm@auburn.edu>
2900         * wid-edit.el (file, directory): Doc fixes for the `define-widget's.
2902 2005-12-21  Stefan Monnier  <monnier@iro.umontreal.ca>
2904         * emacs-lisp/lisp.el (lisp-complete-symbol): Don't call
2905         delete-windows-on with an inexistent buffer.
2907 2005-12-22  Nick Roberts  <nickrob@snap.net.nz>
2909         * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
2910         Delete defcustom variable :tag names.
2912 2005-12-20  Stefan Monnier  <monnier@iro.umontreal.ca>
2914         * log-view.el (log-view-file-re, log-view-message-re): Use shy groups.
2915         (log-view-font-lock-keywords): Ajust subgroup numbers.
2916         (log-view-current-tag): Don't hard code the number of subgroups.
2918 2005-12-20  Juri Linkov  <juri@jurta.org>
2920         * tooltip.el (tooltip): Move defgroup before define-minor-mode.
2921         (tooltip-x-offset, tooltip-y-offset): Doc fix.
2923         * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
2924         (menu-bar-non-minibuffer-window-p): Instead of checking
2925         display-multi-frame-p, use selected-frame when menu-updating-frame
2926         is nil.
2928 2005-12-20  Davis Herring  <herring@lanl.gov>  (tiny change)
2930         * align.el (align-rules-list): Use [ \t] instead of \s-
2931         for column separators in text mode.
2933 2005-12-20  Nick Roberts  <nickrob@snap.net.nz>
2935         * help-mode.el (help-customize-variable, help-customize-face):
2936         Don't pop help-xref-stack as help-follow no longer pushes
2937         anything on to it.
2939 2005-12-20  Carsten Dominik  <dominik@science.uva.nl>
2941         * textmodes/org.el (org-agenda-custom-commands): New option.
2942         (org-agenda): Offer custom commands on splash screen.
2943         (org-make-tags-matcher): Parser for Boolean logic added.
2944         (org-agenda-set-tags): New command.
2945         (org-agenda-menu, org-agenda-mode-map): Add `org-agenda-set-tags'.
2946         (org-set-tags): Efficiency improvements.
2947         (org-auto-align-tags): New option.
2948         (org-todo, org-demote, org-promote): Realign tags.
2949         (org-tags-completion-function): Use also "&" and "|" as separators.
2950         (org-org-menu): Agenda commands simplified.
2952 2005-12-19  Luc Teirlinck  <teirllm@auburn.edu>
2954         * cus-edit.el (customize-apropos, customize-apropos-options):
2955         Docstring changes.
2957         * font-lock.el (font-lock): Add tags to the links in the defgroup.
2959 2005-12-19  Chong Yidong  <cyd@stupidchicken.com>
2961         * longlines.el (longlines-mode): Wrap while widened.
2962         (longlines-decode-region, longlines-encode-region): Compute max
2963         just once.
2965 2005-12-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2967         * cus-edit.el (mac): New group.
2969         * cus-start.el (all): Add user options in macterm.c.  Add test for
2970         Mac-related built-ins.  Fix test for GTK-related built-ins.
2972         * term/mac-win.el (mac-handle-language-change)
2973         (mac-ae-open-documents, mac-ae-get-url, mac-services-open-file)
2974         (mac-services-open-selection, mac-services-mail-selection)
2975         (mac-services-mail-to, mac-services-insert-text)
2976         (mac-dispatch-apple-event): Add docstrings.
2977         (x-get-selection, mac-select-convert-to-string): Select coding
2978         system from `utf-16be' and `utf-16le' using `byteorder'.
2980 2005-12-18  Stefan Monnier  <monnier@iro.umontreal.ca>
2982         * subr.el (lazy-completion-table): Don't be fooled if the var holds
2983         a "list" (lambda ...) rather than a real completion list.
2985         * emacs-lisp/cl-extra.el (cl-macroexpand-all): Fix code-walk for
2986         lexical-let when encountering ((lambda (...) ...) ...).
2988 2005-12-17  Chong Yidong  <cyd@stupidchicken.com>
2990         * progmodes/sh-script.el (sh-mode):
2991         * language/ethio-util.el (ethio-fidel-to-sera-mail-or-marker):
2992         * textmodes/picture.el (picture-mode): Update docstrings.
2994 2005-12-17  Eli Zaretskii  <eliz@gnu.org>
2996         * makefile.w32-in (autoloads, custom-deps): Warn that parts of
2997         commands enclosed in $(ARGQUOTE)s should not be split between two
2998         lines, as that will break with GNU Make >3.80, when sh.exe is used
2999         and arg quoting is with '..'.
3000         (autoloads): Don't break the quoted --eval expression between
3001         several lines.
3003 2005-12-17  Chong Yidong  <cyd@stupidchicken.com>
3005         * emacs-lisp/edebug.el (edebug-safe-prin1-to-string):
3006         Capture error from printing circular structures.
3008 2005-12-17  Martin Rudalics  <rudalics@gmx.at>  (tiny change)
3010         * wid-edit.el (widget-checkbox-action): Clear undo info.
3012 2005-12-16  Bill Wohler  <wohler@newt.com>
3014         * menu-bar.el (kill-this-buffer): Set a good example by using menu
3015         bar, not menubar in comment.
3017 2005-12-16  Stefan Monnier  <monnier@iro.umontreal.ca>
3019         * progmodes/cc-engine.el (c-after-change-check-<>-operators):
3020         After-change-functions should not clobber the match data.
3022 2005-12-16  Juri Linkov  <juri@jurta.org>
3024         * simple.el (choose-completion): Use `buffer-substring-no-properties'
3025         instead of `buffer-substring'.
3026         (completion-common-substring): Doc fix.
3027         (completion-setup-function): Use minibuffer-completion-contents
3028         instead of minibuffer-contents.  Don't set common-string-length
3029         initially.  Remove special handling of partial-completion-mode.
3030         Move computation of completion-base-size into one cond.
3031         Call completion-base-size-function in mainbuf.  In computation of
3032         completion-base-size for file name completion don't move point to
3033         the end of the minibuffer.  Move computation of common-string-length
3034         into one cond.  Start putting faces only when common-string-length>=0.
3035         Add condition to put completions-common-part when
3036         common-string-length>0.
3038         * complete.el (PC-do-completion): Remove `(equal (point) beg)' to
3039         place point at the first different character in the minibuffer
3040         even if this position is at the beginning of the minibuffer.
3042         * info.el (Info-read-node-name-1): In completion-base-size-function's
3043         lambda return 1 if common-substring or minibuffer-completion-contents
3044         starts with (, and 0 otherwise.
3046         * emacs-lisp/crm.el (crm-minibuffer-completion-help):
3047         Use `crm-current-element' for second arg of `display-completion-list'.
3049 2005-12-16  Klaus Zeitler  <kzeitler@lucent.com>
3051         * files.el (set-auto-mode): Look for an interpreter specified on
3052         the first line also if search for mode specification succeeded,
3053         but the mode is not known.
3055 2005-12-16  Carsten Dominik  <dominik@science.uva.nl>
3057         * textmodes/org.el (org-tags-match-list-sublevels): New option.
3058         (org-open-at-point): Implement tag searches as links.
3059         (org-fit-agenda-window, org-get-buffer-tags, org-get-tags)
3060         (org-make-tags-matcher, org-scan-tags, org-activate-tags): New funs.
3061         (org-tags-sparse-tree, org-tags-view, org-set-tags)
3062         (org-agenda-dispatch): New commands.
3063         (org-use-tag-inheritance, org-tags-column): New options.
3064         (org-tab-follows-link, org-return-follows-link): New options.
3065         (org-tags): New customize group.
3066         (org-start-icalendar-file): Get local time zone.
3067         (org-tags-completion-function): New function.
3068         (org-set-font-lock-defaults): Make sure links will also be
3069         highlighted inside headlines.
3071 2005-12-16  Mark Plaksin  <happy@usg.edu>  (tiny change)
3073         * term.el (term-emulate-terminal):
3074         Let term-handle-ansi-terminal-messages override what Bash says about
3075         its current directory.
3077 2005-12-16  L\e$,1 q\e(Brentey K\e,Aa\e(Broly  <lorentey@elte.hu>
3079         * bindings.el (last-buffer): Move to simple.el.
3080         * simple.el (last-buffer): Move here.
3081         (get-next-valid-buffer): New function.
3082         (next-buffer): Use frame-local buffer list, maintain buried buffer list.
3083         (prev-buffer): Ditto.  Rename to `previous-buffer'.
3085         * menu-bar.el (menu-bar-update-buffers): Update uses of `prev-buffer'.
3086         * bindings.el (global-map): Ditto.
3088 2005-12-15  Luc Teirlinck  <teirllm@auburn.edu>
3090         * cus-edit.el: Introductory comment change.
3091         (custom-magic-alist): Change message string for the `rogue' state.
3093 2005-12-15  Richard M. Stallman  <rms@gnu.org>
3095         * tooltip.el: Delete defcustom variable :tag names.
3097         * complete.el (partial-completion-mode): Doc fix.
3099         * textmodes/flyspell.el (flyspell-external-point-words):
3100         Use save-excursion to ensure we don't move backward in the
3101         search loop, not even one character.
3102         (flyspell-delete-all-overlays): Use remove-overlays directly.
3104         * textmodes/ispell.el (ispell-current-personal-dictionary): New var.
3105         (ispell-start-process): Set that variable.
3106         Clear ispell-buffer-local-name.
3107         (ispell-internal-change-dictionary):
3108         Set ispell-current-dictionary after killing process.
3109         (ispell-buffer-local-dict):
3110         Don't set spell-personal-dictionary after killing process.
3111         (ispell-buffer-local-words): Don't clear out ispell-buffer-local-name.
3112         (ispell-tex-skip-alists, ispell-html-skip-alists)
3113         (ispell-skip-region-alist): Mark as risky.
3115         * net/newsticker.el (newsticker--retrieval-timer-list)
3116         (newsticker--display-timer, newsticker-running-p)
3117         (newsticker-ticker-running-p): Definitions moved up.
3119 2005-12-16  Nick Roberts  <nickrob@snap.net.nz>
3121         * progmodes/gdb-ui.el (gdb-many-windows): Echo new state in minibuffer.
3123 2005-12-15  David Ponce  <david@dponce.com>
3125         * recentf.el (recentf-dialog-goto-first): Fix missing error condition.
3126         (recentf-edit-list, recentf-open-files): Signal an error when
3127         there is no recent file.
3129 2005-12-14  Lennart Borgman  <lennart.borgman.073@student.lu.se>
3131         * textmodes/texinfmt.el (texinfo-format-region): Set buffer to
3132         read-only except for texinfo-format-region evaluation.
3134 2005-12-14  Richard M. Stallman  <rms@gnu.org>
3136         * vc.el (vc-default-previous-version, vc-default-next-version)
3137         (vc-do-command): Doc fixes.
3139 2005-12-14  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
3141         * textmodes/bibtex.el (bibtex-expand-strings)
3142         (bibtex-autokey-expand-string, bibtex-name-part)
3143         (bibtex-entry-type-whitespace, bibtex-entry-type-str)
3144         (bibtex-any-entry-maybe-empty-head, bibtex-string-type)
3145         (bibtex-preamble-prefix, bibtex-string-empty-key): New variables.
3146         (bibtex-entry-type, bibtex-entry-head): Match only valid entries.
3147         (bibtex-entry-postfix, bibtex-known-entry-type-re)
3148         (bibtex-valid-entry-re, bibtex-any-valid-entry-re)
3149         (bibtex-valid-entry-whitespace-re, bibtex-empty-field-re)
3150         (bibtex-field-name-for-parsing, bibtex-remove-delimiters-string)
3151         (bibtex-beginning-of-last-entry): Remove.
3152         (bibtex-parse-field-name): Use bibtex-field-name.  Issue error
3153         message if comma is missing but buffer is read-only.
3154         (bibtex-parse-field-text): Handle whitespaces at the end of field
3155         text.  Return 3-element list with beginning and end of field text
3156         and end of field.
3157         (bibtex-end-of-text-in-field, bibtex-end-of-field): Change accordingly.
3158         (bibtex-parse-field): Remove arg name.  Use bibtex-field-name.
3159         (bibtex-search-forward-field, bibtex-search-backward-field):
3160         Search always delimited by limits of entry.  Use more efficient
3161         search algorithms.
3162         (bibtex-name-in-field): Use bibtex-start-of-name-in-field and
3163         bibtex-end-of-name-in-field.
3164         (bibtex-text-in-field-bounds): Handle BibTeX strings when
3165         extracting the content of a field.
3166         (bibtex-text-in-field): Use search limits.
3167         (bibtex-parse-string-prefix): Handle empty string keys based on
3168         bibtex-string-empty-key.
3169         (bibtex-parse-string): Fix docstring.
3170         (bibtex-text-in-string): Use bibtex-text-in-field-bounds.
3171         (bibtex-preamble-prefix, bibtex-strings): New functions.
3172         (bibtex-skip-to-valid-entry): Include preceding whitespace in
3173         BibTeX entries (consistent with other BibTeX functions).
3174         (bibtex-map-entries): Use bibtex-skip-to-valid-entry.
3175         (bibtex-search-entry): Fix docstring.  Simplify.
3176         (bibtex-flash-head, bibtex-complete-string-cleanup)
3177         (bibtex-count-entries, bibtex-sort-buffer): Simplify.
3178         (bibtex-beginning-of-first-entry): Use bibtex-skip-to-valid-entry.
3179         (bibtex-parse-entry): New optional arg content.
3180         (bibtex-format-entry, bibtex-autofill-entry, bibtex-url): Use it.
3181         Use bibtex-text-in-field-bounds.
3182         (bibtex-print-help-message): Handle BibTeX strings and preambles.
3183         (bibtex-end-of-entry): Use bibtex-preamble-prefix and
3184         bibtex-parse-string-postfix.
3185         (bibtex-find-text-internal): New function.
3186         (bibtex-remove-delimiters): Use it.
3187         (bibtex-find-text): Use it.  New optional arg help.
3188         (bibtex-complete): Handle BibTeX string and preamble entries.
3189         (bibtex-Preamble): Fix order of closing delimiters.
3191 2005-12-14  Stefan Monnier  <monnier@iro.umontreal.ca>
3193         * vc.el (vc-default-revert): New fun.
3195         * vc-mcvs.el (vc-mcvs-revert): Fix call to vc-default-revert.
3197 2005-12-14  Romain Francoise  <romain@orebokech.com>
3199         * font-lock.el (font-lock-keywords-alist): Rename `append' to `how'.
3200         (font-lock-add-keywords, font-lock-update-removed-keyword-alist):
3201         (font-lock-remove-keywords): Likewise.
3203 2005-12-14  Juri Linkov  <juri@jurta.org>
3205         * log-view.el (log-view-diff): Doc fix.
3207         * isearch.el (isearch-query-replace): Use (mark) instead of
3208         isearch-opoint if mark is active in transient-mark-mode.
3210 2005-12-14  Aaron S. Hawley  <Aaron.Hawley@uvm.edu>
3212         * isearch.el (isearch-query-replace): Check for isearch-other-end.
3214 2005-12-14  Per Abrahamsen  <abraham@dina.kvl.dk>
3216         * progmodes/cpp.el (cpp-face): New widget.
3217         (cpp-known-face, cpp-unknown-face, cpp-edit-list): Use it.
3219 2005-12-14  Juri Linkov  <juri@jurta.org>
3221         * help-macro.el (make-help-screen): Bind `inhibit-read-only' to t
3222         around `erase-buffer' and `insert'.
3224         * descr-text.el (describe-text-properties): Replace buffer name
3225         "*Help-2*" with "*Help*<2>".
3226         (describe-char): Add functions print-help-return-message,
3227         toggle-read-only.  Use help-setup-xref with nil to not store
3228         describe-char in help-xref-stack.  Use help-make-xrefs to
3229         make [back] button.
3231         * desktop.el (desktop-minor-mode-table): Add vc-dired-mode with nil.
3233         * wdired.el (wdired-old-point): New internal variable.
3234         (wdired-change-to-wdired-mode): Set it buffer-locally.
3235         (wdired-abort-changes): Restore point after aborting changes.
3237 2005-12-13  Stefan Monnier  <monnier@iro.umontreal.ca>
3239         * vc.el (vc-do-command): Add a new value t for okstatus.
3241         * vc-svn.el (vc-svn-registered): Use it to avoid popping up a spurious
3242         frame in case of errors.
3244 2005-12-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
3246         * menu-bar.el (menu-bar-showhide-fringe-menu): Move "On the Right"
3247         so it comes after "On the Left" in the menu.
3249 2005-12-12  Luc Teirlinck  <teirllm@auburn.edu>
3251         * cus-edit.el (customize-apropos, customize-apropos-options)
3252         (customize-apropos-faces, customize-apropos-groups): Doc fixes.
3254 2005-12-12  Bill Wohler  <wohler@newt.com>
3256         * vc-svn.el (vc-svn-registered): Fix problem of visiting
3257         non-writable Subversion-controlled files by saving window
3258         configuration before calling vc-do-command.  vc-do-command calls
3259         pop-to-buffer on error which is unexpected during registration.
3261 2005-12-12  Jay Belanger  <belanger@truman.edu>
3263         * calc/README: Update the summary of changes.
3265 2005-12-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3267         * descr-text.el (describe-char): Rework last fix to solve the problem
3268         is the same way it's solved for everything else in that function
3269         (i.e. by extracting the info before setting up the *Help* buffer).
3271 2005-12-12  Kim F. Storm  <storm@cua.dk>
3273         * subr.el (version-regexp-alist): Allow space as separator before
3274         non-numeric part, e.g. "1.0 alpha".
3275         (version-to-list): Interpret .X.Y version as 0.X.Y version.
3277 2005-12-12  Carsten Dominik  <dominik@science.uva.nl>
3279         * textmodes/org.el (org-agenda, org-timeline, org-todo):
3280         Implement Logging and the keep-modes setting.
3281         (org-get-category): Make sure a string is returned.
3282         (org-log-done): New function.
3283         (org-log-done, org-closed-string): New options.
3285 2005-12-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
3287         * tooltip.el (tooltip-y-offset): Change default to 20.
3289 2005-12-12  Richard M. Stallman  <rms@gnu.org>
3291         * mouse.el (mouse-drag-vertical-line): Use adjust-window-trailing-edge.
3293         * frame.el (display-hourglass): Doc fix.
3295         * help.el (help-for-help-internal): Simplify entry for `a'.
3297         * info.el (Info-on-current-buffer): Doc fix.
3298         (info-insert-file-contents): Don't test (featurep 'jka-compr).
3300         * startup.el (inhibit-splash-screen): Make this the real name.
3301         (inhibit-startup-message): Make this the alias.
3302         (command-line): Find only simple.el, and use its directory
3303         to fill in other preloaded files' names.
3304         (command-line): Deactivate the mark if deactivate-mark is set.
3306         * international/mule.el (load-with-code-conversion):
3307         Bind deactivate-mark.
3309         * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
3311 2005-12-11  Luc Teirlinck  <teirllm@auburn.edu>
3313         * cus-edit.el (customize-apropos): Avoid listing an option more
3314         than once under different aliases.  No longer list user options
3315         that are not defined with defcustom (unless a prefix arg is given).
3316         Doc fix.
3317         (customize-apropos-options): Doc fix.
3319 2005-12-11  Juri Linkov  <juri@jurta.org>
3321         * frame.el (set-background-color, set-foreground-color)
3322         (set-cursor-color, set-mouse-color, set-border-color):
3323         Add explicit prompts to read colors by `facemenu-read-color'.
3324         (show-trailing-whitespace, blink-cursor-delay)
3325         (blink-cursor-interval, display-hourglass, hourglass-delay):
3326         Remove tags.
3327         (display-hourglass, hourglass-delay): Doc fix.
3328         (cursor-in-non-selected-windows): Capitalize words in tag.
3330         * faces.el (frame-background-mode): Replace `choice-item' keywords
3331         with `const' to not make [default] button.  Change default value tag
3332         from `default' to `automatic'.  Doc fix.
3333         (trailing-whitespace) <defface>: Change group `whitespace' to
3334         `whitespace-faces'.
3336 2005-12-11  Richard M. Stallman  <rms@gnu.org>
3338         * buff-menu.el (Buffer-menu-sort-column): Not a user variable.
3340 2005-12-11  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3342         * term/mac-win.el: Create keymap for mac-apple-event-map.
3344 2005-12-11  Nick Roberts  <nickrob@snap.net.nz>
3346         * tooltip.el (tooltip-mode): Move to start of file so that it
3347         appears at top of customize buffer.
3349         * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
3350         Add the gud groupname.
3351         (gud-tooltip-mode): Add the tooltip groupname.
3352         (gud-tooltip-echo-area): Add the gud groupname.  Remove tag to
3353         avoid conflict with tooltip-use-echo-area.
3355 2005-12-10  Romain Francoise  <romain@orebokech.com>
3357         * help.el (help-for-help-internal): Add `r' in doc string.
3359 2005-12-10  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
3361         * align.el (align-regexp, align-highlight-rule):
3362         Use region-beginning and region-end instead of point and mark, so that
3363         repetition (with `repeat-complex-command') recomputes the region
3364         bounds.
3366 2005-12-10  Lennart Borgman  <lennart.borgman.073@student.lu.se>
3368         * window.el (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
3369         (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
3370         (bw-refresh-edges, bw-adjust-window, bw-balance-sub): New functions.
3371         (balance-windows): Rewrite using the above new functions.
3373 2005-12-10  David Koppelman  <koppel@ece.lsu.edu>
3375         * hi-lock.el (hi-lock-mode): Rename from hi-lock-buffer-mode;
3376         react if global-hi-lock-mode seems intended.
3377         (global-hi-lock-mode) Renamed from hi-lock-mode.
3378         (hi-lock-archaic-interface-message-used)
3379         (hi-lock-archaic-interface-deduce): New variables.
3380         (turn-on-hi-lock-if-enabled, hi-lock-line-face-buffer)
3381         (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
3382         (hi-lock-find-patterns, hi-lock-font-lock-hook):
3383         Replace hi-lock-buffer-mode with hi-lock-mode.
3385 2005-12-10  Kevin Rodgers  <ihs_4664@yahoo.com>
3387         * emacs-lisp/lisp.el (lisp-complete-symbol): Regenerate the
3388         completion list, even after a partial completion has been
3389         inserted in the current buffer.  If there are more than 1
3390         completion, redisplay the *Completions* buffer; if the
3391         completion is unique, delete the *Completions* window.
3393 2005-12-10  Eli Zaretskii  <eliz@gnu.org>
3395         * mail/rmail.el (rmail-next-same-subject): Handle multiple "Re: "
3396         strings and long subject lines that were broken into multiple
3397         lines at arbitrary places.  Handle subjects that have "Re: " in
3398         the middle.
3400 2005-12-10  John W. Eaton  <jwe@octave.org>
3402         * emacs/octave-mod.el (octave-electric-space): Don't indent
3403         comments or strings if octave-auto-indent is nil.
3405 2005-12-10  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3407         * term/mac-win.el: Require url when compiling.
3408         Call mac-process-deferred-apple-events after loading init files.
3409         (mac-apple-event-map): New defvar.  Define event handlers in it.
3410         (core-event, internet-event): New Apple event class symbols.
3411         (open-application, reopen-application, open-documents)
3412         (print-documents, open-contents, quit-application)
3413         (application-died, show-preferences, autosave-now, get-url):
3414         New Apple event ID symbols.
3415         (about): New HICommand ID symbol.
3416         (mac-event-spec, mac-event-ae): New macros.
3417         (mac-ae-parameter, mac-ae-list, mac-bytes-to-integer)
3418         (mac-ae-selection-range, mac-ae-text-for-search)
3419         (mac-ae-open-documents, mac-ae-text, mac-ae-get-url): New functions.
3420         (mac-application-menu-map): Remove keymap.  Handlers for HICommand
3421         and Services menu events are now defined in mac-apple-event-map.
3422         (mac-drag-n-drop): Remove selection range handling.
3424 2005-12-10  Kenichi Handa  <handa@m17n.org>
3426         * simple.el (zap-to-char):
3427         * isearch.el (isearch-process-search-char): Translate CHAR by
3428         translation-table-for-input.
3430 2005-12-09  Chong Yidong  <cyd@stupidchicken.com>
3432         * foldout.el (foldout-exit-fold): Properly hide subtree.
3434 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
3436         * files.el (save-buffer):
3437         * international/ucs-tables.el (ucs-set-table-for-input):
3438         * mail/mail-extr.el (mail-extract-address-components):
3439         * mail/sendmail.el (mail-mode): Reformat doc string.
3441 2005-12-09  Juri Linkov  <juri@jurta.org>
3443         * isearch.el (isearch-highlight): Change main overlay priority
3444         from 1 to 1001.  Simplify.
3445         (isearch-lazy-highlight-update): Change lazy overlay priority
3446         from 0 to 1000.
3448         * replace.el (replace-highlight): Change overlay priority from
3449         1 to 1001.
3451         * textmodes/ispell.el (ispell-highlight-spelling-error-overlay):
3452         Change overlay priority from 1 to 1001.  Reuse existing overlay.
3454         * compare-w.el (compare-windows-highlight): Change overlay
3455         priority from 1 to 1000.
3457         * menu-bar.el (menu-bar-edit-menu): Add listp around
3458         pending-undo-list to disable menu item "undo" when pending
3459         undo list is empty.
3461         * locate.el (locate): Disable undo in *Locate* buffer.
3463 2005-12-09  Kim F. Storm  <storm@cua.dk>
3465         * mail/smtpmail.el (smtpmail-via-smtp): Disable undo in SMTP buffer.
3467 2005-12-09  David Ponce  <david@dponce.com>
3469         * recentf.el: Improvement of the menu code.
3470         (recentf-enabled-p): Move before first use.  Use `kill-emacs-hook'
3471         instead of menu hook.
3472         (recentf-show-menu, recentf-hide-menu): New functions.
3473         (recentf-menu-customization-changed, recentf-mode): Use them.
3474         (recentf-menu-action, recentf-max-menu-items)
3475         (recentf-menu-open-all-flag, recentf-menu-append-commands-flag)
3476         (recentf-arrange-by-rule-others)
3477         (recentf-arrange-by-rules-min-items)
3478         (recentf-arrange-by-rule-subfilter) : Don't use
3479         `recentf-menu-customization-changed'.
3480         (recentf-arrange-rules): Likewise.  Accept functions to compute
3481         sub-menu titles.
3482         (recentf-menu-filter): Likewise.  Doc fix.
3483         (recentf-menu-value-shortcut): Doc fix.
3484         (recentf-dump-variable): Quote atom value.
3485         (recentf-make-menu-items): Update to use it as a menu filter.
3486         (recentf-match-rule): New function.
3487         (recentf-arrange-by-rule): Use it.
3488         (recentf-indirect-mode-rule): New function.
3489         (recentf-build-mode-rules): Use it.
3490         (recentf-dir-rule): New function.
3491         (recentf-arrange-by-dir): Use it.
3492         (recentf-filter-changer-current): Rename from
3493         `recentf-filter-changer-state'.  All references updated.
3494         (recentf-filter-changer-alist): Update filter names.
3495         (recentf-filter-changer-select): New function.
3496         (recentf-filter-changer): Use it.  Make a sub-menu from filters
3497         available in `recentf-filter-changer-alist'.
3498         (recentf-data-cache, recentf-clear-data)
3499         (recentf-update-menu): Remove.  All references updated.
3500         (recentf-match-rule-p, recentf-build-dir-rules)
3501         (recentf-filter-changer-goto-next)
3502         (recentf-filter-changer-get-current)
3503         (recentf-filter-changer-get-next): Remove.
3505 2005-12-08  Luc Teirlinck  <teirllm@auburn.edu>
3507         * cus-edit.el (custom-buffer-create-internal): Relabel the whole
3508         buffer "Reset" button to "Reset to Current" for consistency with
3509         the State buttons.
3511 2005-12-08  John Paul Wallington  <jpw@pobox.com>
3513         * ibuf-ext.el (define-ibuffer-filter filename):
3514         If `dired-directory' is a list then really use its car.
3516 2005-12-08  Kim F. Storm  <storm@cua.dk>
3518         * emulation/cua-rect.el (cua--rectangle-aux-replace):
3519         Fix indention of text on right side of replaced rectangle.
3521 2005-12-09  Nick Roberts  <nickrob@snap.net.nz>
3523         * progmodes/gud.el (gud-speedbar-buttons, gud-tooltip-tips):
3524         No need to check gud-comint-buffer is bound.
3525         (gdb): Prevent multiple debugging when first session uses gdba.
3527 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
3529         CC Mode update to 5.31.
3531         * progmodes/cc-subword.el: Add a dummy `c-subword-mode' for
3532         Emacsen which lack `define-minor-mode'.  (Currently Emacs <21.  We
3533         might do this function properly in the future).
3535         * progmodes/cc-cmds.el, cc-defs.el, cc-styles.el, cc-vars.el: New
3536         macros c-sentence-end and c-default-value-sentence end, to cope
3537         with Emacs 22's new function `sentence-end'.
3539 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
3541         * progmodes/cc-cmds.el (c-show-syntactic-information): Solved the
3542         compat issue using `c-put-overlay' and `c-delete-overlay'.
3544         * progmodes/cc-defs.el (c-put-overlay, c-delete-overlay): New
3545         compat macros to handle overlays/extents.
3547 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
3549         * progmodes/cc-fix.el: Add definitions of the macros push and pop
3550         (for GNU Emacs 20.4)
3552         * progmodes/cc-defs.el:
3553         (i) Load cc-fix.elc for `push' and `pop' (for GNU Emacs 20.4)
3555         * progmodes/cc-cmds.el (c-show-syntactic-information): Change the
3556         highlighting mechanism so it will work in XEmacs too.
3558         * progmodes/cc-defs.el: Insert c-int-to-char.
3560         * progmodes/cc-langs.el (c-nonsymbol-token-char-list): Insert a
3561         call to the new macro c-int-to-char.  This solves XEmacs's
3562         regarding characters as different from integers.
3564 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
3566         * progmodes/cc-fonts.el (c-make-syntactic-matcher): New internal
3567         helper.
3569         (c-cpp-matchers, c-basic-matchers-before): Use the `eval'
3570         construct to make the indirect face lookup work in XEmacs.
3572         (c-cpp-matchers): Append the negation char face to the existing
3573         fontification, so that the cpp face doesn't disappear.  Use
3574         `c-make-syntactic-matcher' to avoid negation chars in comments and
3575         strings.
3577         * progmodes/cc-fonts.el (c-negation-char-face-name): New variable
3578         to map to `font-lock-negation-char-face' in emacsen where it
3579         exists.
3581 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
3583         * progmodes/cc-mode.el: Bind c-subword-mode to C-c C-w.
3585         * progmodes/cc-subword.el, cc-cmds.el, cc-mode.el:
3586         Rename "c-subword-move-mode" as "c-subword-mode".
3588         * progmodes/cc-mode.el: Added tty suitable bindings for C-c
3589         <delete> and C-c C-<delete>.  (To the c-hungry- delete functions).
3591 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
3593         * progmodes/cc-mode.el: Added autoload directive for
3594         `c-subword-move-mode' for use in older emacsen.
3596 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
3598         * progmodes/cc-mode.el:
3599         (i) Insert a binding for C-c C-backspace into
3600         c-bind-special-erase-keys which works in TTYs.
3601         (ii) Make sure that when file styles are used, any explicitly
3602         given style variables take priority over those in the style.  Do
3603         this by calling `hack-local-variables' a second time.
3605         * progmodes/cc-vars.el: Add language specific customization
3606         widgets for AWK to c-doc-comment-style, c-require-final-newline
3607         and c-default-style.  Add a defcustom for awk-mode-hook.  Give
3608         c-syntactic-element and c-syntactic-context doc-strings by
3609         directly setting their `variable-documentation' propery.  This
3610         allows Emacs 22.1 to read these with C-h v.
3612         * progmodes/cc-awk.el: Apply a tidy-up patch (from Stefan
3613         Monnier).
3615 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
3617         * progmodes/cc-fonts.el, cc-vars.el
3618         (gtkdoc-font-lock-doc-comments, gtkdoc-font-lock-doc-protection)
3619         (gtkdoc-font-lock-keywords): GtkDoc patterns contributed by
3620         Masatake YAMATO.
3622         (c-doc-comment-style): Made GtkDoc default in C mode.
3624         * progmodes/cc-mode.el: Fixed key bindings for C-c C-<backspace>
3625         and C-c C-<delete>.
3627         (c-bind-special-erase-keys): New function for use on
3628         `normal-erase-is-backspace-hook' to bind C-c C-<delete> correctly.
3630         * progmodes/cc-cmds.el (c-hungry-delete): New function to fix
3631         <delete> key behavior in XEmacs according to `delete-forward-p'.
3632         C.f. `c-electric-delete'.
3634 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
3636         * progmodes/cc-mode.el: Give c-hungry-backspace and
3637         c-hungry-delete-forward permanent key bindings.
3639         * progmodes/cc-cmds.el (c-electric-semi&comma): Bind
3640         c-syntactic-context for calls to "criteria functions", for
3641         consistency with other calls to user functions.
3643         * progmodes/cc-cmds.el (c-indent-command): Expunge use of
3644         `current-prefix-arg', since this might be the prefix arg to a
3645         command which calls c-indent-command as a function.  Change the
3646         interactive spec from "p" to "P".
3648         * progmodes/cc-styles.el: Amend the doc-string of c-set-style, in
3649         reponse to a report from Joseph Kiniry <kiniry@acm.org> that it
3650         was difficult to understand.
3652 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
3654         * progmodes/cc-engine.el (c-on-identifier): Fixed bug when at the
3655         first char of an identifier.
3657         * progmodes/cc-engine.el (c-on-identifier): Handle the "operator
3658         +" syntax in C++.
3660 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
3662         * progmodes/cc-cmds.el (c-mask-paragraph): Correct, so that
3663         auto-fill doesn't split a c-comment's last word from a hanging
3664         "*/" when a space is typed between them after fill-column.
3666         * progmodes/cc-defs.el: New macro c-delete-and-extract-region.
3668         * progmodes/cc-styles.el (c-set-style)
3669         (c-setup-paragraph-variables): Abort the command if we're not in a
3670         CC Mode buffer.
3672         * progmodes/cc-align.el (c-lineup-C-comments): Correct indentation
3673         with blank comment-prefix, and a blank line as the comment's
3674         second line.
3676 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
3678         * progmodes/cc-fonts.el (c-cpp-matchers, c-basic-matchers-before):
3679         Incorporated the patterns added in the Emacs development branch
3680         for the new Emacs 22 face `font-lock-negation-char-face'.
3682         * progmodes/cc-fonts.el (c-invalid-face-name): Use "red1" instead
3683         of "red" since it stands out better in xterms and DOS terminals.
3685         * progmodes/cc-engine.el (c-literal-faces): Added
3686         `font-lock-comment-delimiter-face' which is new in Emacs 22.
3688 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
3690         * progmodes/cc-cmds.el: Make C-c C-a (`c-toggle-auto-newline')
3691         forcibly enable c-electric-flag.
3693         * progmodes/cc-vars.el, cc-cmds.el: New clean-up
3694         `comment-close-slash' on c-electric-slash: if enabled, typing `/'
3695         just after the comment-prefix of a C-style comment will close that
3696         comment.
3698 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
3700         * progmodes/cc-fonts.el (c-basic-matchers-before)
3701         (c-complex-decl-matchers): Fixed the "not-arrow-prefix" regexp used
3702         in Pike.
3704         * progmodes/cc-langs.el (c-other-op-syntax-tokens): Only C++ has
3705         digraphs.
3707         * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el
3708         (c-cpp-message-directives, c-cpp-include-directives)
3709         (c-opt-cpp-macro-define, c-opt-cpp-macro-define-start)
3710         (c-cpp-expr-directives): Introduced new language constants to
3711         control cpp syntax in a cleaner way.
3713         (c-cpp-expr-functions): Renamed from c-cpp-defined-fns.
3715         (c-cpp-matchers, c-forward-to-cpp-define-body): Use them.
3717         * progmodes/cc-langs.el, cc-fonts.el (c-string-escaped-newlines)
3718         (c-multiline-string-start-char): New language constants and
3719         variables to specify how newlines in string literals work.
3721         (c-font-lock-invalid-string): Use them.
3723         * progmodes/cc-cmds.el (c-try-one-liner): Robustness fix if an
3724         unbalanced close brace is entered.  Optimization by avoiding going
3725         back over arbitrarily large blocks.  Removed hints that this
3726         function only would be relevant/useful in AWK.
3728         (c-electric-brace): Indent syntactically after the cleanups since
3729         lineup functions might do it differently then.
3731         * progmodes/cc-engine.el, cc-langs.el
3732         (c-opt-op-identifier-prefix): New language constant and variable.
3734         (c-just-after-func-arglist-p, c-after-special-operator-id)
3735         (c-search-decl-header-end, c-inside-bracelist-p): Use it.
3737         * progmodes/cc-align.el, cc-engine.el
3738         (c-after-special-operator-id): New helper to handle C++ operator
3739         identifiers.
3741         (c-lineup-topmost-intro-cont, c-just-after-func-arglist-p)
3742         (c-guess-basic-syntax): Handle C++ operator identifiers in
3743         declarations.
3745         * progmodes/cc-langs.el (c-assignment-operators): Added the
3746         trigraph version of ^= too.
3748         * progmodes/cc-langs.el (c-assignment-operators): Added the
3749         trigraph version of |= in C++.
3751         * progmodes/cc-fonts.el (c-font-lock-declarators): Handle
3752         `c-decl-hangon-kwds' after the identifier name.
3754         * progmodes/cc-engine.el (c-guess-basic-syntax): When deciding
3755         whether an arglist is "nonempty", ignore a comment after the open
3756         paren if it isn't followed by a non-comment token on the same
3757         line.
3759         * progmodes/cc-engine.el (c-guess-basic-syntax): Case 4: Enable
3760         heuristics below the point to cope with classes inside special
3761         brace lists in Pike.
3763 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
3765         * progmodes/cc-cmds.el: Amend c-point-syntax to handle macros.
3767 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
3769         * progmodes/cc-guess.el (cc-guess-install): New function to
3770         install an already guessed style in another buffer.
3772         * progmodes/cc-defs.el (c-tentative-buffer-changes): No longer
3773         sets `inhibit-read-only' - `c-save-buffer-state' should be used
3774         anyway if the change always is undone.
3776 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
3778         Implement togglable electricity:
3780         * progmodes/cc-defs.el: Enhance c-save-buffer-state's doc-string,
3781         saying when it should be used.
3783         * progmodes/cc-engine.el: Add the new buffer-local variable,
3784         c-electric-flag.
3786         * progmodes/cc-langs.el: Change the name of c-toggle-auto-state to
3787         c-toggle-auto-newline.
3789         * progmodes/cc-mode.el: Rename c-toggle-auto-state to
3790         c-toggle-auto-newline.  Remove the binding for
3791         c-toggle-auto-hungry-state.  Add the binding C-c C-l for the new
3792         c-toggle-electric-state.
3794         * progmodes/cc-vars.el: Make c-syntactic-indentation buffer local.
3796         * progmodes/cc-cmds.el: Add `c-bytecomp-defun's for
3797         c-\(forward\|backward\)-subword.
3798         (c-update-modeline): Add the new modeline flag `l' for
3799         `c-electric-flag'.  Make the auto-newline flag `a' dependent on
3800         `l'.
3801         (c-toggle-auto-state): Rename it to `c-toggle-auto-newline'.  Make
3802         the old name an alias of the new name.
3803         (c-toggle-electric-state): New function.
3804         c-electric-\(pound\|brace\|slash\|star\|semi&comma\|colon\|lt-gt\|paren\|continued-statement\):
3805         Adapt these functions to do electric things only when
3806         c-electric-flag is non-nil.
3807         (c-point-syntax, c-brace-newlines, c-try-oneliner): Extract these
3808         new functions from c-electric-brace.
3809         (c-point-syntax): Add a check for "virtual semicolons" in AWK
3810         mode, so that the tentative extra newline doesn't change the
3811         syntax of the following brace.
3812         (c-electric-brace): Restructure by extracting the above functions.
3813         Tidy up the coding somewhat.
3814         (c-electric-semi&comma, c-electric-colon, c-electric-paren):
3815         restructure a bit.
3817 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
3819         * progmodes/cc-cmds.el (c-show-syntactic-information): Show the
3820         anchor position(s) using faces.  Thanks to Masatake YAMATO for the
3821         idea.
3823         * progmodes/cc-mode.el, cc-cmds.el, cc-defs.el, cc-engine.el
3824         (c-submode-indicators): Changed name from `c-auto-hungry-string'
3825         since it's now used to track another submode.
3827         (c-update-modeline): Converted to function and extended to check
3828         `c-subword-move-mode'.
3830         (c-forward-into-nomenclature, c-backward-into-nomenclature):
3831         Converted to compat aliases for `c-forward-subword' and
3832         `c-backward-subword'.
3834         * progmodes/cc-subword.el: New functions and minor mode to handle
3835         SillyCapsedStyleIndentifiers, contributed by Masatake YAMATO:
3837         (c-forward-subword, c-backward-subword, c-mark-subword)
3838         (c-kill-subword, c-backward-kill-subword, c-transpose-subwords)
3839         (c-capitalize-subword, c-downcase-subword, c-upcase-subword):
3840         Functions corresponding to the standard word handling functions.
3842         (c-subword-move-mode): Minor mode that replaces all the standard
3843         word handling functions with their subword equivalences.
3845 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
3847         * progmodes/cc-vars.el (c-cleanup-list): Insert a customization
3848         entry for one-liner-defun.
3850         * progmodes/cc-defs.el: Give c-tentative-buffer-changes its own
3851         name in its def-edebug-spec.
3853         * progmodes/cc-cmds.el (c-electric-brace): Make the
3854         one-liner-defun clean-up work with empty-defun-braces.  o-l-d now
3855         compacts space before a comment, if this will make things fit on
3856         one line.
3858         Introduce an "awk" style, mainly for auto-newline and clean-ups.
3860         * progmodes/cc-align.el: New function c-snug-1line-defun-close
3862         * progmodes/cc-cmds.el: In c-electric-brace, add code for new
3863         clean-up one-liner-defun.
3865         * progmodes/cc-styles.el: Add the new "awk" style.
3867         * progmodes/cc-vars.el: Add description of one-liner-defun to
3868         c-cleanup-list's doc-string.  New user options,
3869         c-max-one-liner-length.  In c-default-style, set the default style
3870         for AWK to "awk".
3872 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
3874         * progmodes/cc-engine.el (c-forward-label): Fixed fontification of
3875         macros inside labels.
3877         * progmodes/cc-engine.el (c-looking-at-bos): Obsoleted in favor of
3878         `c-at-statement-start-p' and `c-at-expression-start-p'.
3880         * progmodes/cc-defs.el (c-tnt-chng-record-state): Don't signal an
3881         error if the mark isn't set.
3883         * progmodes/cc-engine.el (c-guess-continued-construct)
3884         (c-guess-basic-syntax): Use `c-forward-decl-or-cast-1' to more
3885         accurately detect functions inside functions.
3887         * progmodes/cc-engine.el (c-at-expression-start-p): New function
3888         like `c-at-statement-start-p' that additionally recognizes commas
3889         and expression parentheses as delimiters.
3891         * progmodes/cc-engine.el (c-looking-at-inexpr-block): Added flag
3892         to avoid heuristics that doesn't work for unclosed blocks.
3894         (c-at-statement-start-p): New function.
3896         * progmodes/cc-engine.el, cc-fonts.el: Fixes in handling of
3897         Objective-C directives, e.g. directives spanning lines should work
3898         reasonably well now.
3900         (c-put-c-type-property, c-clear-c-type-property): New helpers.
3902         (c-forward-objc-directive): New function to move over any ObjC
3903         directive.
3905         (c-just-after-func-arglist-p, c-guess-basic-syntax)
3906         (c-basic-matchers-before): Use it.
3908         (c-font-lock-objc-iip-decl): Removed.
3910         * progmodes/cc-engine.el (c-guess-basic-syntax): Some improvement
3911         in the template arglist recognition.
3913         * progmodes/cc-styles.el (c-style-alist): Fixed several
3914         inconsistencies in the Whitesmith style.
3916         * progmodes/cc-align.el (c-lineup-after-whitesmith-blocks):
3917         New lineup function to get lines after Whitesmith style blocks
3918         correctly indented.
3920         (c-lineup-whitesmith-in-block): Backed out the compensation for
3921         opening parens since it's done using `add' lists in the style
3922         definition instead.  Don't use the anchor position since it varies
3923         too much between the syntactic symbols. :P
3925         * progmodes/cc-vars.el (c-valid-offset): Updated.
3927         * progmodes/cc-engine.el (c-evaluate-offset): Extended to handle
3928         lists where the offsets are combined according to several
3929         different methods: `first', `min', `max', and `add'.  Report
3930         offset evaluation errors with `c-benign-error' so that some kind
3931         of reindentation still is done.
3933         * progmodes/cc-engine.el (c-guess-basic-syntax): Anchor
3934         `arglist-intro' the same way as `arglist-cont-nonempty' and
3935         `arglist-close'.
3937         * progmodes/cc-engine.el (c-guess-basic-syntax): Fixed similar
3938         situations for `arglist-cont-nonempty' and `arglist-close'.
3940         * progmodes/cc-langs.el (c-opt-identifier-concat-key-depth): New
3941         constant.
3943         * progmodes/cc-defs.el: Use `cc-bytecomp-fboundp' and
3944         cc-bytecomp-boundp' in a number of places.
3946         * progmodes/cc-engine.el (c-beginning-of-statement-1): Fixed a
3947         macro related issue.
3949 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
3951         * progmodes/cc-awk.el: Change the terminology of regexps: A char
3952         list is now [asdf], a char class [:alpha:].  Include code for char
3953         classes.  Set c-awk-NL-prop on lines ending in open strings.  (Bug
3954         fix.)  Add character classes (e.g. "[:alpha:]") into AWK Mode's
3955         regexps.
3957         Remove (nearly all of) the cruft associated with AWK Mode's former
3958         concept of "virtual semicolons":
3960         Adapt c-beginning-of-statement, c-end-of-statement (together with
3961         subfunctions) to use the new notion of "virtual semicolon" in
3962         place of the old awkward special handling for AWK.  There remains
3963         much cruft in cc-awk.el, cc-cmds.el and cc-engine.el to clear out.
3964         * progmodes/cc-cmds.el:
3965         (c-ascertain-adjacent-literal): In the backwards direction, now
3966         recognises AWK regexp delimiters as string delimiters.
3967         (c-after-statement-terminator-p): Adapt for virtual semicolons;
3968         check more rigorously for "end of macro".
3969         (c-back-over-illiterals, c-forward-over-illiterals): Adapt for
3970         virtual semicolons;
3971         (c-beginning-of-statement): Adapt for virtual semicolons; Separate
3972         out the code for forward movement into ...
3973         (c-end-of-statement): Now contains the code for forward movement,
3974         adapted for virtual semicolons.
3976         * progmodes/cc-engine.el:
3977         (c-ws*-string-limit-regexp): New regexp.
3978         (c-forward-single-comment, c-backward-single-comment): Comment out
3979         the (now redundant) "special" AWK stuff.
3981         * progmodes/cc-styles.el, cc-vars.el: Change the settings of
3982         c-string-par-start, c-string-par-separate to be more like Text
3983         Mode than Fundamental Mode.
3985 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
3987         * progmodes/cc-fonts.el (c-font-lock-declarations): Always narrow
3988         to the fontified region so that fontification doesn't occur
3989         outside it (could happen e.g. when fontifying a line with an
3990         unfinished declaration).
3992 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
3994         * progmodes/cc-awk.el: Regexps for analysing AWK code have been
3995         moved to near the start of the file.  ^L now separate sections of
3996         the file.  New defconsts: c-awk-non-eol-esc-pair-re,
3997         c-awk-blank-or-comment-line-re,
3998         c-awk-one-line-possibly-open-string-re,
3999         c-awk-regexp-one-line-possibly-open-char-class-re,
4000         c-awk-one-line-possibly-open-regexp-re,
4001         c-awk-one-line-non-syn-ws*-re.  New functions: c-awk-at-vsemi-p,
4002         c-awk-vsemi-status-unknown-p.
4004         Amend the concept of "virtual semicolons" (in the indentation
4005         engine) for languages like AWK, such that they are now
4006         conceptually attached to end of the last token of a statement, not
4007         the end of the line.  (In AWK Mode, however, the pertinent text
4008         property is still physically set on the EOL.)  Remove the specific
4009         tests for awk-mode, thus facilitating the introduction of other
4010         language modes where EOLs can end statements.  (Note: The
4011         funtionality in cc-cmds.el, specifically
4012         c-beginning/end-of-statement has yet to be amended.)
4014         * progmodes/cc-defs.el: New macros c-at-vsemi-p,
4015         c-vsemi-status-unknown-p.
4017         * progmodes/cc-langs.el: Added `#' into AWK Mode's value of
4018         c-stmt-delim-chars.  New c-lang-defvars: c-at-vsemi-p-fn,
4019         c-vsemi-status-unknown-p-fn (in a new page).
4021         * progmodes/cc-engine.el: In c-beginning-of-statement-1,
4022         c-crosses-statement-barrier-p, c-guess-basic-syntax, replace
4023         numerous awkward forms like
4024         (if (c-major-mode-is 'awk-mode) (c-awk-prev-line-incomplete-p))
4025         with
4026         (c-at-vsemi-p).  Fix a few typos.  In c-guess-basic-syntax, new
4027         variable before-ws-ip, the place just after char-before-ip
4028         appears.
4030         * progmodes/cc-mode.el: Fix what's almost a semantic ambiguity in
4031         a comment.
4033 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
4035         * progmodes/cc-cmds.el (c-electric-brace): Cleaned up using
4036         `c-tentative-buffer-changes'.
4038         * progmodes/cc-defs.el (c-region-is-active-p): Simplified and
4039         converted to macro to choose between Emacs and XEmacs at compile
4040         time.
4042         (c-set-region-active): New set counterpart to
4043         `c-region-is-active-p'.
4045         (c-tentative-buffer-changes): New macro to handle temporary buffer
4046         changes in a convenient way.
4048         (c-tnt-chng-record-state, c-tnt-chng-cleanup): Internal helpers
4049         for `c-tentative-buffer-changes'.
4051         * progmodes/cc-engine.el (c-looking-at-inexpr-block): Tightened up
4052         the checks for paren sexps between the point and the keyword, to
4053         avoid some false alarms.
4055         * progmodes/cc-engine.el, cc-langs.el (c-looking-at-inexpr-block):
4056         Fixed a situation where an error could be thrown for unbalanced
4057         parens.  Changed to make use of c-keyword-member' to avoid some
4058         repeated regexp matches.
4060         (c-opt-lambda-key, c-opt-inexpr-block-key,
4061         c-opt-inexpr-class-key): These language variable are no longer
4062         necessary.
4064         (c-block-stmt-kwds): New language constant used by
4065         c-looking-at-inexpr-block'.
4067         (c-guess-basic-syntax): Removed an optional check that looked at
4068         the existence of the now removed language variables.
4070         * progmodes/cc-engine.el (c-fdoc-shift-type-backward,
4071         c-forward-decl-or-cast-1): Fixed invalid recognition of C++ style
4072         object instantiation expressions as declarations in some contexts.
4073         This bug only affected languages where the declarator can't be
4074         enclosed in parentheses.
4076         * progmodes/cc-styles.el (c-style-alist): Fixed the GNU style to
4077         insert newlines before and after substatement braces.
4079         * progmodes/cc-engine.el: Improved the heuristics for recognizing
4080         function declaration headers and the handling of C++ style member
4081         init lists.
4083         (c-just-after-func-arglist-p): Rewritten to use
4084         `c-forward-decl-or-cast-1'.  Now behaves a bit differently too.
4086         (c-beginning-of-member-init-list): Removed since it isn't used
4087         anymore.
4089         (c-guess-basic-syntax): Case 5B adapted for the new
4090         `c-just-after-func-arglist-p'.  Cases 5B.1 and 5B.3 merged.  Cases
4091         5D.1 and 5D.2 removed since they aren't trigged anymore (case 5B.1
4092         covers all cases now).
4094         * progmodes/cc-defs.el (c-point): Added `bosws' and `eosws'.
4096 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
4098         * progmodes/cc-cmds.el, cc-styles.el, cc-vars.el: New variables
4099         c-string-par-start/separate c-sentence-end-with-esc-eol,
4100         initialised in c-setup-paragraph-variables, used in string
4101         scanning subroutines of c-beginning-of-statement.
4103         * progmodes/cc-cmds.el (c-electric-brace): Don't delete a comment
4104         which precedes the newly inserted `{'.
4106 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
4108         * progmodes/cc-engine.el, cc-langs.el: Rewrote the recognition
4109         function for declaration level blocks.  It should now cope with
4110         templates better and also be a lot more comprehensible.
4112         (c-looking-at-decl-block): The new function.
4114         (c-search-uplist-for-classkey): The old one.  It's now a wrapper
4115         for compatibility.
4117         (c-add-class-syntax, c-guess-continued-construct,
4118         c-guess-basic-syntax): Adapted for `c-looking-at-decl-block'.
4120         (c-decl-block-key): Changed to tell apart ambiguous and
4121         unambiguous keywords.  Pike specials are now handled directly in
4122         the code instead.
4124         (c-block-prefix-disallowed-chars, c-block-prefix-charset): New
4125         language constants and variables to make the backward skip in
4126         `c-looking-at-decl-block' as tight as possible.
4128         (c-nonsymbol-token-char-list): New language constant.
4130         * progmodes/cc-engine.el (c-backward-<>-arglist): New function to
4131         find balanced template arglists backwards.
4133         * progmodes/cc-defs.el (c-make-bare-char-alt): New helper for
4134         making char classes for `c-syntactic-skip-backward'.
4136         * progmodes/cc-engine.el (c-guess-basic-syntax): Simplified case
4137         16D - can't be a class-close at that point.
4139         * progmodes/cc-engine.el (c-guess-basic-syntax)
4140         (c-add-class-syntax): Don't narrow out the enclosing declaration
4141         level.  This makes everything a lot easier, and it was actually
4142         only four small places that needed it to work.  Some places that
4143         previously did `widen' are removed now, which has the effect that
4144         `c-guess-basic-syntax' never will look at things outside the
4145         current narrowment now.  The anchor position for `topmost-intro'
4146         is affected by this, but it was so bogus it was basically useless
4147         before, and now it's equally bogus but in a slightly different
4148         way.
4150         (c-narrow-out-enclosing-class): Gone.
4152         (c-most-enclosing-brace, c-least-enclosing-brace): Don't filter to
4153         the narrowed region.
4155         (c-least-enclosing-brace): Removed silly optional argument.
4157         * progmodes/cc-engine.el (c-beginning-of-decl-1): Fixed bug where
4158         the point could be left directly after an open paren when finding
4159         the beginning of the first decl in the block.
4161         * progmodes/cc-engine.el, cc-fonts.el (c-forward-keyword-clause):
4162         Specify which submatch to use.
4164         * progmodes/cc-langs.el (c-symbol-start): Include `@' in ObjC.
4166         (c-decl-start-re): No longer any need for special treatment of
4167         ObjC due to the above.
4169         (c-other-block-decl-kwds): Handle "extern" in ObjC too since it
4170         presumably follows C in that regard.
4172         * progmodes/cc-langs.el (c-identifier-ops, c-after-id-concat-ops):
4173         New language constants to specify operator tokens inside
4174         identifiers in a more high level way.
4176         (c-opt-identifier-prefix-key): New internal language constant.
4178         (c-opt-identifier-concat-key, c-opt-after-id-concat-key)
4179         (c-identifier-start, c-identifier-key): Now completely calculated
4180         from other constants.
4182         (c-identifier-last-sym-match): Decommissioned since it's no longer
4183         used.
4185         (c-operators): Use `c-identifier-ops'.  Documented
4186         `postfix-if-paren'.
4188         * progmodes/cc-engine.el (c-forward-name): Removed the
4189         optimization when c-identifier-key is equal to c-symbol-key since
4190         it doesn't work in byte compiled files.  Don't record empty
4191         regions as identifiers.
4193         * progmodes/cc-langs.el (c-filter-ops): New helper function to
4194         simplify access to `c-operators' and its likes.
4196         (c-operator-list, c-all-op-syntax-tokens)
4197         (c-nonsymbol-token-regexp, c-<>-multichar-token-regexp)
4198         (c-<-op-cont-regexp, c->-op-cont-regexp, c-expr-kwds)
4199         (c-primary-expr-regexp, c-cast-parens): Use it.
4201         * progmodes/cc-defs.el (c-lang-const): Fixes to allow use without
4202         an explicit language in functions.
4204         * progmodes/cc-defs.el (c-make-keywords-re): Added an appendable
4205         variant of adornment.
4207         * progmodes/cc-langs.el (c-any-class-key): Removed unused language
4208         variable.
4210         (c-type-decl-prefix-key): Removed some now unnecessary cruft from
4211         the Pike value.
4213         * progmodes/cc-engine.el (c-on-identifier)
4214         (c-simple-skip-symbol-backward): Small fix for handling "-"
4215         correctly in `skip-chars-backward'.  Affected the operator lfun
4216         syntax in Pike.
4218         * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Disabled the
4219         diagnostic message about precompiled language vars not being used.
4221         * progmodes/cc-langs.el (c-paren-nontype-kwds): The GCC keyword
4222         "__attribute__" is followed by a parenthesis.
4224         (c-type-start-kwds, c-prefix-spec-kwds, c-prefix-spec-kwds-re)
4225         (c-specifier-key, c-not-decl-init-keywords): Some cleanup using new
4226         language constants `c-type-start-kwds' and `c-prefix-spec-kwds'.
4228         * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el: Internal
4229         cleanups to properly detect the declared identifiers in various
4230         declarations.
4232         (c-decl-start-kwds): New language constant to recognize
4233         declarations that can start anywhere.  Used for class declarations
4234         in Pike.
4236         (c-specifier-key, c-not-decl-init-keywords)
4237         (c-decl-prefix-or-start-re, c-find-decl-prefix-search)
4238         (c-find-decl-spots): Implement `c-decl-start-kwds'.
4240         (c-other-decl-kwds, c-postfix-decl-spec-kwds, c-decl-hangon-kwds)
4241         (c-decl-hangon-key, c-forward-decl-or-cast-1): Separated the
4242         handling of the compiler specific extension keywords into a new
4243         language constant `c-decl-hangon-kwds' that defines keyword
4244         clauses to be ignored in declarations.
4246         (c-forward-id-comma-list, c-forward-keyword-clause): Don't skip
4247         past unrecognized tokens when handling `c-colon-type-list-kwds'.
4248         Necessary to stop at the declared identifier in e.g. IDL valuetype
4249         declarations.
4251         (c-typedef-decl-kwds, c-typeless-decl-kwds, c-type-list-kwds)
4252         (c-prefix-spec-kwds-re, c-postfix-spec-kwds)
4253         (c-after-suffixed-type-decl-key, c-opt-postfix-decl-spec-key)
4254         (c-forward-decl-or-cast-1): Recognize the declared identifier in
4255         class and enum declarations as such and not as part of the type.
4257         (c-forward-decl-or-cast-1, c-forward-label): Relaxed the
4258         interpretation of PRECEDING-TOKEN-END when there's no preceding
4259         token.
4261         (c-forward-decl-or-cast-1): Don't disregard sure signs of
4262         declarations when there's some syntax error later on.
4264         (c-complex-decl-matchers): Did away with a reference to
4265         `c-specifier-key'.
4267         * progmodes/cc-engine.el (c-maybe-labelp): Provide no default
4268         value - this variable is always dynamically bound.
4270         * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el, cc-menus.el
4271         * cc-mode.el, cc-styles.el, cc-vars.el, cc-align.el, cc-awk.el
4272         * cc-cmds.el, cc-defs.el: Changed the policy for marking up
4273         functions that might do hidden buffer changes: All such internal
4274         functions are now marked instead of those that don't.
4276         (c-beginning-of-macro, c-end-of-macro, c-(forward|backward)-comments)
4277         (c-(forward|backward)-single-comment, c-parse-state, c-on-identifier)
4278         (c-(fast-|slow-|)in-literal, c-literal-limits, c-collect-line-comments)
4279         (c-literal-type): Allow these functions to make hidden buffer changes,
4280         so that they are free to use text property caching later on.
4282         (c-electric-backspace, c-electric-delete-forward, c-electric-pound)
4283         (c-electric-brace, c-electric-slash, c-electric-star)
4284         (c-electric-semi&comma, c-electric-colon, c-electric-lt-gt)
4285         (c-electric-paren, c-electric-continued-statement, c-indent-command)
4286         (c-indent-region, c-mask-paragraph, c-indent-new-comment-line)
4287         (c-context-line-break): Added `c-save-buffer-state' calls to comply
4288         with the changed semantics of the functions above.
4290         * progmodes/cc-engine.el (c-beginning-of-statement-1): Fixed a bug
4291         when macros occur in obscure places.  Optimized the sexp movement
4292         a bit.
4294 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
4296         Enhancements for c-beginning-of-statement to work in AWK Mode:
4298         * progmodes/cc-awk.el: Supersede c-awk-NL-prop value `;'
4299         (completed statement) with `}' (statement completed by closing
4300         brace or semicolon) and `$' (statement completed by EOL).
4302         (c-awk-virtual-semicolon-ends-prev-line-p)
4303         (c-awk-virtual-semicolon-ends-line-p)
4304         (c-awk-skip-semantic-ws-forward, c-awk-skip-semantic-ws-backward)
4305         (c-awk-at-statement-end-p): New functions.
4307         * progmodes/cc-cmds.el: Simplify the structure of functions
4308         c-forward-over-illiterals, c-back-over-illiterals.  Enhance these
4309         two functions and c-beginning-of-statement to handle AWK Mode.
4311         * progmodes/cc-engine.el: Enhance c-forward-single-comment,
4312         c-backward-single-comment for AWK mode.  Attempt to clarify their
4313         doc-strings.
4315         * progmodes/cc-mode.el: Put M-a and M-e into awk-mode-map.
4317 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
4319         * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el: Cleaned up the
4320         label handling.  Labels are now recognized in a uniform and more
4321         robust way, regardless of context.  Text properties are put on all
4322         labels to recognize the following declarations better.  Multiword
4323         labels are handled both in indentation and fontification for the
4324         benefit of language extensions like Qt.  For consistency, keywords
4325         in labels are now fontified with the label face instead.  That
4326         also applies to "case" and "default".
4328         (c-beginning-of-statement-1): Fixed some bugs in the label
4329         handling.  Disregard `c-nonlabel-token-key' in labels that begin
4330         with `c-label-kwds'.
4332         (c-find-decl-spots): Support that the callback adds more
4333         `c-decl-end' spots to find.
4335         (c-forward-decl-or-cast-1): Don't treat a list of plain
4336         identifiers followed by a colon as a declaration.
4338         (c-forward-label): New function to recognize labels.
4340         (c-guess-basic-syntax): Replaced uses of `c-label-key' with
4341         `c-forward-label'.  Moved the label recognition cases (14 and 15)
4342         earlier since they aren't so context sensitive now.  Handle labels
4343         on the top level gracefully.  Moved access label recognition to
4344         the generic label case (CASE 15) - removed CASE 5E.
4346         (c-font-lock-declarations): Added recognition of labels in the
4347         same round since we need to handle labels in parallell with other
4348         declarations to recognize both accurately.  It should also improve
4349         speed.
4351         (c-simple-decl-matchers, c-basic-matchers-after): Moved
4352         `c-font-lock-labels' so that it only is used on decoration level 2
4353         since `c-font-lock-declarations' handles it otherwise.
4355         (c-complex-decl-matchers): Removed the simplistic recognition of
4356         access labels.
4358         (c-decl-prefix-re): Removed the kludges that was necessary to cope
4359         with labels earlier.
4361         (c-decl-start-re): New language variable to make
4362         `c-font-lock-declarations' stop for the special protection labels
4363         in Objective-C that start with `@'.
4365         (c-label-key): Removed since it's no longer used.
4367         (c-recognize-colon-labels, c-label-prefix-re): New language
4368         constants to support recognition of generic colon-terminated
4369         labels.
4371         (c-type-decl-end-used): `c-decl-end' is now used whenever there
4372         are colon terminated labels.
4374         * progmodes/cc-align.el (c-lineup-arglist): Fixed bug when the
4375         first argument starts with a special brace list.
4377         * progmodes/cc-engine.el, cc-fonts.el (c-forward-decl-or-cast-1)
4378         (c-font-lock-declarations): Broke out the declaration and cast
4379         recognition from `c-font-lock-declarations' to a new function, so
4380         that it can be used in the indentation engine.
4382         * progmodes/cc-engine.el (c-find-decl-spots): Fixed bug in backing
4383         up to the start of the literal.  Fixed bug with the point on the
4384         wrong side of the search limit that could happen when the start
4385         position is inside a literal.
4387         * progmodes/cc-engine.el (c-parse-state)
4388         (c-invalidate-state-cache): Modified the use of `c-state-cache-end'
4389         so that it's kept a little bit back to increase the hit rate.
4391         (c-parse-state): Changed the macro handling and fixed some
4392         glitches.  Macro context is checked more often than necessary now,
4393         but otoh less garbage conses are generated.
4395         * progmodes/cc-engine.el (c-parse-state)
4396         (c-invalidate-state-cache): Cache the last position where
4397         `c-state-cache' applies.  This can speed up refontification quite
4398         a bit in blocks where there are many non-brace parens before the
4399         point.
4401         (c-state-cache-end): New variable for this.
4403         (c-guess-basic-syntax, c-debug-parse-state): Adapted for the new
4404         cache variable.
4406         * progmodes/cc-engine.el (c-find-decl-spots): Take more care to
4407         get close initial continue positions when the start position is
4408         inside a literal or macro.  Do not call the callback for spots
4409         before the start position (which can happen e.g. for `c-decl-end'
4410         spots inside comments).  Optimize better in special cases when the
4411         region is a single line inside a literal or macro (typically when
4412         the current line is refontified).
4414         * progmodes/cc-engine.el (c-guess-basic-syntax): Simplified calls
4415         to `c-add-stmt-syntax' - there's no need to explicitly whack off
4416         entries from the paren state.
4418         * progmodes/cc-engine.el (c-add-stmt-syntax): Narrowed down the
4419         special case for "else if" clauses.
4421         * progmodes/cc-engine.el (c-looking-at-inexpr-block)
4422         (c-add-stmt-syntax): Use `c-recognize-paren-inexpr-blocks'.
4424         * progmodes/cc-langs.el (c-recognize-paren-inexpr-blocks): New
4425         language variable to recognize the gcc extension with statement
4426         blocks inside expressions.
4428         * progmodes/cc-engine.el (c-add-stmt-syntax): Restructured to make
4429         it somewhat more comprehensible.  The argument AT-BLOCK-START is
4430         no longer used and hence removed.
4432         (c-guess-continued-construct, c-guess-basic-syntax): Updated calls
4433         to `c-add-stmt-syntax'.
4435         * progmodes/cc-engine.el (c-backward-to-decl-anchor): Use
4436         `c-beginning-of-statement-1' instead of duplicating parts of it.
4437         This fixes bogus label recognition.
4439         * progmodes/cc-engine.el (c-add-type, c-check-type)
4440         (c-forward-name, c-forward-type): Improved storage of template
4441         types in `c-found-types' so that they can be recognized better.
4443         (c-syntactic-content): Added option to skip past nested parens.
4445         * progmodes/cc-engine.el (c-forward-name): Set
4446         `c-last-identifier-range' all the time.  It's less work that way.
4447         Handle that there might not be an identifier to store in
4448         `c-last-identifier-range'.
4450         (c-forward-type): Handle that `c-last-identifier-range' might be
4451         nil from `c-forward-name'.
4453         * progmodes/cc-defs.el (c-safe-scan-lists)
4454         (c-(go-)?(up|down)-list-(forward|backward)): Added limit arguments.
4456         * progmodes/cc-defs.el (c-save-buffer-state): Use `unwind-protect'
4457         to work even if the form fails.
4459         * progmodes/cc-engine.el (c-parse-state): Speedup when moving far
4460         down in a large file in one go.
4462         (c-get-fallback-start-pos): New helper function for
4463         `c-parse-state'.
4465         * progmodes/cc-align.el (c-lineup-assignments): New lineup
4466         function which is like `c-lineup-math' but returns nil instead of
4467         `c-basic-offset' when it doesn't match.
4469         (c-lineup-math): Changed to use `c-lineup-assignments'.
4471 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
4473         * progmodes/cc-cmds.el: Fix some bugs in subfunctions of
4474         c-beginning-of-statement.  New subfunctions
4475         c-in-comment-line-prefix-p, c-narrow-to-comment-innards.
4477 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
4479         * progmodes/cc-fonts.el, cc-langs.el: Use `c-simple-ws' instead of
4480         hardcoded char classes whereever possible.  Changed a couple of
4481         places to use skip by syntax instead of skip by char class.
4483         * progmodes/cc-langs.el (c-unterminated-block-comment-regexp):
4484         Fixed a bug in the regexp that caused extreme backtracking.
4486         * progmodes/cc-langs.el (c-block-comment-starter)
4487         (c-block-comment-ender): New language constants to specify in a
4488         single place how block comments look.
4490         (c-comment-start-regexp, c-block-comment-start-regexp)
4491         (comment-start, comment-end, comment-start-skip)
4492         (c-syntactic-ws-start, c-syntactic-ws-end, c-nonwhite-syntactic-ws)
4493         (c-syntactic-ws, c-nonempty-syntactic-ws)
4494         (c-single-line-syntactic-ws, c-syntactic-eol): Now built from
4495         `c-line-comment-starter', `c-block-comment-starter' and
4496         `c-block-comment-ender'.
4498         (c-block-comment-regexp, c-unterminated-block-comment-regexp):
4499         New language constants to break up things a bit.
4501         (c-simple-ws): New language constant for simple whitespace.
4503         * progmodes/cc-defs.el (c-concat-separated): New convenience
4504         function.
4506         * progmodes/cc-defs.el (c-make-keywords-re): Added kludge for bug
4507         in `regexp-opt' in Emacs 20 and XEmacs when strings contain
4508         newlines.  Allow and ignore nil elements in the list.
4510 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
4512         * progmodes/cc-cmds.el: Comment out a (n almost certainly
4513         superfluous) check, (eq here (point-max)) in
4514         c-beginning-of-statement.
4516         * progmodes/cc-cmds.el: Tidy up the comments in
4517         c-beginning-of-statement and subfunctions.
4519         * progmodes/cc-awk.el: Replace calls to put-text-property to the
4520         more flexible c-put-char-property and c-clear-char-properties.
4521         Add the author's email address.
4523         * progmodes/cc-langs.el: New variable,
4524         c-block-comment-start-regexp.
4526         * progmodes/cc-cmds.el: Fix bug with M-e, when point is inside the
4527         closing "*/" of a block comment.
4529         * progmodes/cc-cmds.el: Tidy c-beginning-of-sentence (and
4530         subfunctions) so that it works at BOB and EOB.
4532         * progmodes/cc-cmds.el, cc-vars.el: More updating of
4533         c-beginning-of-statement, including new variable
4534         c-block-comment-start-regexp.
4536 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
4538         * progmodes/cc-langs.el (c-known-type-key): Optimize simple
4539         symbols from `*-font-lock-extra-types' so that there's no need to
4540         use `regexp-opt' on those lists.
4542         * progmodes/cc-langs.el (c-type-decl-suffix-key): Fix when
4543         `c-type-modifier-kwds' is empty.
4545         * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix when
4546         there are several strings on the same line.
4548         * progmodes/cc-engine.el (c-literal-limits): Removed the
4549         compatibility function for older emacsen.  `c-literal-limits-fast'
4550         has now taken the place of this function.
4552         * progmodes/cc-vars.el (c-emacs-features): Removed compatibility
4553         with older emacsen: We now require `pps-extended-state'.
4555 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
4557         * progmodes/cc-cmds.el: New function c-beginning-of-sentence,
4558         which obviates the need to hack sentence-end.  This now handles
4559         escaped newlines in strings correctly.  Correct minor bugs in
4560         c-move-over-sentence and in c-beginning-of-statement.
4562         * progmodes/cc-cmds.el (c-beginning-of-statement (and
4563         subfunctions)): Adapt c-\(back\|forward\)-over-illiterals such
4564         that movement over macros and code are rigorously separated from
4565         eachother.  Correct a few incidental bugs.
4567         * progmodes/cc-cmds.el: Restructure c-beginning-of-statement:
4568         Improve its doc-string.  Improve the handling of certain specific
4569         cases.
4571 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
4573         * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el
4574         (c-guess-basic-syntax): Changed the way class-level labels are
4575         recognized; they can now contain essentially any symbols.
4577         (c-opt-extra-label-key): New language variable to cope with the
4578         special protection label syntax in Objective-C.
4580         (c-opt-access-key): Removed; this is now handled better by
4581         `c-nonlabel-token-key' and `c-opt-extra-label-key'.
4583         (c-complex-decl-matchers): Update to handle that
4584         `c-opt-access-key' no longer exists.
4586         * progmodes/cc-engine.el (c-guess-basic-syntax): Make use of the
4587         improved label recognition in `c-beginning-of-statement-1'.
4589         * progmodes/cc-engine.el (c-beginning-of-member-init-list):
4590         Recognize bitfields better.
4592         * progmodes/cc-engine.el (c-beginning-of-inheritance-list):
4593         Removed some cruft and fixed a bug that could cause it to go to a
4594         position further down.
4596         * progmodes/cc-langs.el, cc-engine.el
4597         (c-beginning-of-statement-1): Improved detection of labels in
4598         declaration contexts.
4600         (c-beginning-of-decl-1): Use it.
4602         (c-nonlabel-token-key): New language constant and variable needed
4603         by `c-beginning-of-statement-1'.
4605         * progmodes/cc-engine.el (c-guess-basic-syntax): Fixed bug that
4606         manifested itself due to the correction in `c-forward-sexp'.
4608         * progmodes/cc-defs.el (c-forward-sexp, c-backward-sexp): Made
4609         these behave as documented when used at the buffer limits.
4611         * progmodes/cc-mode.el, cc-engine.el, cc-langs.el
4612         (c-type-decl-end-used): Made this a language variable.
4614         * progmodes/cc-mode.el (c-after-change): Widen the buffer to work
4615         correctly when `combine-after-change-calls' is used together with
4616         temporary narrowings.
4618         * progmodes/cc-engine.el (c-beginning-of-statement-1): Report
4619         labels correctly when the start point is immediately after the
4620         colon.
4622         * progmodes/cc-defs.el (c-parse-sexp-lookup-properties): Removed
4623         since it isn't used anymore.
4625         * progmodes/cc-cmds.el (c-electric-lt-gt): Detect and mark angle
4626         bracket arglists such as template parens in C++.
4628         * progmodes/cc-engine.el (c-syntactic-skip-backward): Fixed a bug
4629         in the last check-in.  Some optimization.
4631         * progmodes/cc-engine.el (c-syntactic-skip-backward): Fixed bug
4632         where it could stop at the same level in a preceding sexp when
4633         PAREN-LEVEL is set.
4635         * progmodes/cc-mode.el (c-basic-common-init): Turn on syntax-table
4636         text property lookup only when it's needed.
4638         * progmodes/cc-langs.el, cc-engine.el, cc-fonts.el, cc-mode.el:
4639         Changed the policy for paren marked angle brackets to be more
4640         persistent; once marked they remain marked even when they're found
4641         to be unbalanced in the searched region.  This should keep the
4642         paren syntax around even when individual lines are refontified in
4643         multiline template arglists.
4645         (c-parse-and-markup-<>-arglists): New dynamically bound variable
4646         to control markup so that incorrect angle bracket arglists aren't
4647         marked in contexts where the correct value for
4648         `c-disallow-comma-in-<>-arglists' isn't known.
4650         (c-forward-<>-arglist, c-forward-<>-arglist-recur): The reparse
4651         argument has become `c-parse-and-markup-<>-arglists'.
4653         (c-remove-<>-arglist-properties): Removed - no longer used.
4655         (c-after-change-check-<>-operators): New function used on
4656         `after-change-functions' to avoid that "<" and ">" characters that
4657         are part of longer operators have paren syntax.
4659         (c-<>-multichar-token-regexp): New language variable used by
4660         `c-after-change-check-<>-operators'.
4662         (c-after-change): Call `c-after-change-check-<>-operators'.
4664         (c-font-lock-<>-arglists): Use the context properties set by
4665         `c-font-lock-declarations' to set
4666         `c-disallow-comma-in-<>-arglists' correctly to avoid doing invalid
4667         markup.
4669         (c-font-lock-declarations): Removed code that undoes the invalid
4670         markup done by `c-font-lock-<>-arglists'.
4672         (c-complex-decl-matchers): `c-font-lock-<>-arglists' now runs
4673         after `c-font-lock-declarations'.
4675         * progmodes/cc-engine.el (c-syntactic-skip-backward): Added
4676         paren-level feature.
4678         (c-guess-basic-syntax): Improved the anchor position for
4679         `template-args-cont' in nested template arglists.  There's still
4680         much to be desired in this area, though.
4682 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
4684         * progmodes/cc-cmds.el, cc-engine.el, cc-langs.el, cc-vars.el:
4685         Make the "Text Filling and Line Breaking" commands work for AWK
4686         buffers.
4688 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
4690         * progmodes/cc-defs.el, cc-engine.el (c-mode-is-new-awk-p):
4691         Removed; (c-major-mode-is 'awk-mode) can be used instead now.
4693         * progmodes/cc-mode.el: Always set up AWK mode since emacsen where
4694         it doesn't work no longer are supported.
4696         * progmodes/cc-mode.el, cc-styles.el, cc-vars.el, cc-defs.el
4697         * cc-engine.el, cc-fonts.el, cc-langs.el, cc-cmds.el: CC Mode now
4698         requires support for the syntax-table' text property, which rules
4699         out Emacs 19 and XEmacs < 21.4.  Removed various compatibility
4700         cruft associated with those versions.
4702         * progmodes/cc-defs.el, cc-fix.el: CC Mode now requires support
4703         for the `syntax-table' text property, which rules out Emacs 19 and
4704         XEmacs < 21.4.  Removed various compatibility cruft associated
4705         with those versions.
4707         * progmodes/cc-vars.el (c-emacs-features): CC Mode now requires
4708         support for the `syntax-table' text property.
4710         * progmodes/cc-fonts.el (c-nonbreakable-space-face): Remove the
4711         variable and use an extra quoted face name instead.  All the
4712         emacsen flavors handle that correctly.
4714         * progmodes/cc-fonts.el (c-font-lock-complex-decl-prepare)
4715         (c-font-lock-declarators, c-font-lock-declarations)
4716         (c-complex-decl-matchers, c-basic-matchers-after): Use a text
4717         property to mark the items in in declarator lists to handle
4718         refontification inside multiline declarations better.
4720         * progmodes/cc-fonts.el (c-font-lock-declarations): Recognize a
4721         construct like "a * b = c;" as a declaration.
4723 2005-12-08  Kim F. Storm  <storm@cua.dk>
4725         * emulation/cua-base.el (cua-use-hyper-key): Replaced by ...
4726         (cua-rectangle-modifier-key): ... this.  New defcustom.  Can now
4727         select either meta, hyper, or super modifier for rectangle commands.
4728         (cua--rectangle-modifier-key): New defvar.
4729         (cua--M/H-key): Use it.  Remove special case for `space'.
4730         (cua--init-keymaps): Initialize it from cua-rectangle-modifier-key
4731         on X, to meta otherwise.  Always bind C-return to toggle
4732         rectangle.  Pass ?\s instead of `space' to cua--M/H-key.
4734         * emulation/cua-rect.el (cua-help-for-rectangle): Use
4735         cua--rectangle-modifier-key.  Handle super modifier too.
4736         (cua--init-rectangles): Always bind C-return to toggle rectangle.
4737         Pass ?\s instead of `space' to cua--M/H-key and cua--rect-M/H-key.
4739         * ido.el: Move Acknowledgements and History after Commentary.
4740         Minor changes to Commentary.
4742         * emulation/cua-base.el (cua--select-keymaps): Enable repeat
4743         keymap if cua--prefix-override-timer is `shift'.
4744         (cua--shift-control-prefix): New function; emulate "type prefix
4745         key twice" functionality to handle shifted prefix key override.
4746         (cua--shift-control-c-prefix, cua--shift-control-x-prefix): New
4747         commands.
4748         (cua--init-keymaps): Bind them to S-C-c and S-C-x.
4750 2005-12-08  Carsten Dominik  <dominik@science.uva.nl>
4752         * textmodes/org.el (org-insert-heading): Try to do items before
4753         headings.
4754         (org-agenda-mode): Quote `org-agenda-mode-hook'.
4755         (org-insert-item): New function.
4756         (org-renumber-ordered-list): Don't skip to higher level lists.
4758 2005-12-08  Juri Linkov  <juri@jurta.org>
4760         * info.el (Info-mode-map): Bind M-TAB to `Info-prev-reference'.
4762         * button.el (button-buffer-map): Bind M-TAB to `backward-button'.
4764         * wid-edit.el (widget-keymap): Bind M-TAB to `widget-backward'.
4766         * pcvs.el (defun-cvs-mode): Put `definition-name' property on
4767         the constructed function name fun-1.
4769         * cus-edit.el (custom-add-parent-links): Filter out custom-group-link,
4770         because such links don't lead to parent documentation.
4772 2005-12-08  Kenichi Handa  <handa@m17n.org>
4774         * descr-text.el (describe-char): Use *Help-2* buffer if the
4775         current buffer is *Help*.  Call describe-text-properties while
4776         setting the original buffer.
4778 2005-12-07  Bill Wohler  <wohler@newt.com>
4780         * files.el (auto-mode-alist): Remove mh-letter-mode.  Unnecessary,
4781         and causes problems with non-MH users (such as Gnus users).
4783 2005-12-08  Nick Roberts  <nickrob@snap.net.nz>
4785         * progmodes/gdb-ui.el (gdb-find-file-unhook): Delete variable.
4786         (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode): Delete functions.
4787         (gdb-set-gud-minor-mode-existing-buffers, gdb-init-2): Use GDB
4788         command "info sources".  Move calls to GDB command "list".
4789         (gdb-find-file-hook): Just use gdb-source-file-list.
4790         (gdb-source-file-regexp): Use regexp for pre-GDB 6.4.
4791         (gdb-source-file-regexp-1): New regexp for GDB 6.4+ only.
4792         (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
4793         (gdb-data-list-register-values-handler): Use correct trigger name.
4795 2005-12-07  Kim F. Storm  <storm@cua.dk>
4797         * ido.el (ido-completion-map): Rename from ido-mode-map.
4798         (ido-common-completion-map, ido-file-completion-map)
4799         (ido-file-dir-completion-map, ido-buffer-completion-map):
4800         Rename from ido-mode-....-map.
4801         (ido-init-completion-maps): Rename from ido-init-mode-maps.
4802         (ido-setup-completion-map): Rename from ido-define-mode-map.
4803         (ido-read-internal): Bind minibuffer-local-filename-completion-map
4804         to ido-completion-map.
4806 2005-12-07  Kenichi Handa  <handa@m17n.org>
4808         * international/mule-cmds.el
4809         (set-display-table-and-terminal-coding-system): If the coding
4810         system specified in `unibyte-display' property is different from
4811         the arg coding-system, don't setup standard-display-table.
4813 2005-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
4815         * emacs-lisp/edebug.el (edebug-skip-whitespace): read1:lread.c says
4816         that comments end at \n, regardless of selective-display.
4818 2005-12-07  Nick Roberts  <nickrob@snap.net.nz>
4820         * progmodes/gdb-ui.el (gdb-error-regexp, gdb-first-post-prompt)
4821         (gdb-version): New variables.
4822         (gdb-source-file-list, gdb-register-names)
4823         (gdb-changed-registers): New variables for use with GDB 6.4+.
4824         (gdb-ann3): Replace with...
4825         (gdb-init-1, gdb-init-2): ...two new functions.
4826         (gdba, gdb-prompt): Call gdb-init-1.
4827         (gdb-get-version): New function.  Call gdb-init-2 from here.
4828         (gud-watch): Make it work with mouse events too.
4829         (gdb-post-prompt): Don't add to queue until GDB version is known.
4830         (gdb-speedbar-expand-node, gdb-post-prompt, gdb-registers-mode)
4831         (gdb-locals-mode): Use gdb-version.
4832         (gdb-memory-format-map, gdb-memory-unit-map)
4833         (gdb-locals-watch-map): Rename from gdb-*-*-keymap.
4834         (gdb-locals-font-lock-keywords-1)
4835         (gdb-locals-font-lock-keywords-2): New variables.
4836         (gdb-find-file-hook): Make it work with GDB 6.4+ too.
4837         (gdb-set-gud-minor-mode-existing-buffers-1)
4838         (gdb-var-list-children-1, gdb-var-list-children-handler-1)
4839         (gdb-var-update-1, gdb-var-update-handler-1)
4840         (gdb-data-list-register-values-handler)
4841         (gdb-data-list-register-values-custom)
4842         (gdb-get-changed-registers, gdb-get-changed-registers-handler)
4843         (gdb-stack-list-locals-handler, gdb-get-register-names):
4844         New functions for use with GDB 6.4+.
4845         (gdb-locals-watch-map-1): New variable for use with GDB 6.4+.
4846         (gdb-source-file-regexp, gdb-var-list-children-regexp-1)
4847         (gdb-var-update-regexp-1, gdb-data-list-register-values-regexp)
4848         (gdb-stack-list-locals-regexp)
4849         (gdb-data-list-register-names-regexp): New regexps for use with
4850         GDB 6.4+.
4852 2005-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
4854         * progmodes/cc-defs.el (c-emacs-features): Don't assume point-min==1.
4856 2005-12-06  Nozomu Ando  <nand@mac.com>  (tiny patch)
4858         * mail/smtpmail.el (smtpmail-try-auth-methods): Make password
4859         prompts work for AUTH PLAIN.  Also reported by Steve Allan
4860         <seallan@verizon.net>.
4862 2005-12-06  L\e$,1 q\e(Brentey K\e,Aa\e(Broly  <lorentey@elte.hu>
4864         * frame.el (set-frame-parameter): Add doc string.
4866 2005-12-06  Carsten Dominik  <dominik@science.uva.nl>
4868         * textmodes/org.el (org-occur-highlights): New variable.
4869         (org-highlight-new-match, org-remove-occur-highlights): New functions.
4870         (org-highlight-sparse-tree-matches): New option.
4871         (org-do-occur): New function.
4872         (org-get-heading): Make it work also at beginning of line.
4873         (org-category-table): New variable.
4874         (org-get-category-table, org-get-category)
4875         (org-camel-to-words, org-link-search): New functions.
4876         (org-select-this-todo-keyword): New variable.
4877         (org-todo-list): New command.
4878         (org-shiftright, org-shiftleft): New commands.
4879         (org-agenda-todo): Add prefix argument.
4880         (org-show-hierarchy-above): New option.
4881         (org-show-todo-tree): Numerical prefix creates tree for specific
4882         TODO keyword.
4883         (org-outline-level): New function, to assign a level to plain
4884         lists items.
4885         (org-cycle-include-plain-lists): New option.
4886         (org-mode): Use `org-outline-level' as value of `outline-level'.
4887         (org-cycle): Temporarily switch `outline-regexp' if
4888         `org-cycle-include-plain-lists' is non-nil.
4889         (org-start-icalendar-file): Fix format bug.
4890         (org-agenda-get-day-entries): Create category table.
4891         (org-agenda-get-todos, org-agenda-get-timestamps)
4892         (org-agenda-get-deadlines, org-agenda-get-scheduled)
4893         (org-agenda-get-blocks): Use `org-get-category'.
4894         (org-context-in-file-links): Rename from
4895         `org-line-numbers-in-file-links'.
4897 2005-12-06  Romain Francoise  <romain@orebokech.com>
4899         * window.el (balance-windows): Delete extraneous third arg in call
4900         to `enlarge-window'.
4902 2005-12-06  Kenichi Handa  <handa@m17n.org>
4904         * international/kinsoku.el (kinsoku-longer): Check eolp, not eobp.
4906 2005-12-06  Nick Roberts  <nickrob@snap.net.nz>
4908         * progmodes/gdb-ui.el (gdb-var-create-handler)
4909         (gdb-var-evaluate-expression-handler, gdb-frame-handler)
4910         (gdb-var-list-children-handler, gdb-var-update-handler):
4911         Current buffer is already gdb-partial-output-buffer, don't
4912         make it current again.
4914 2005-12-05  Luc Teirlinck  <teirllm@auburn.edu>
4916         * buff-menu.el (Buffer-menu-use-frame-buffer-list): New user option.
4917         (list-buffers-noselect): Use it.
4919 2005-12-05  Stefan Monnier  <monnier@iro.umontreal.ca>
4921         * mail/sendmail.el: Remove unnecessary leading-star in docstrings.
4922         (mail-yank-ignored-headers): Use regexp-opt.
4923         (mail-mode-map): Move initialization into declaration.
4924         (mail-sent-via): Remove unused shadowed var `to-line'.
4925         (mail-mailer-swallows-blank-line): Use with-temp-buffer.
4926         (mail-bury, sendmail-send-it, mail-do-fcc): Use with-current-buffer.
4927         (mail-do-fcc): Use dolist and push.
4928         (mail-mode-fill-paragraph): Pass the arg to fill-region-as-paragraph.
4929         (mail-yank-ignored-headers): Don't autoload.
4931 2005-12-05  Kenichi Handa  <handa@m17n.org>
4933         * international/mule-cmds.el (set-language-info-internal): New fun.
4934         (set-language-info): Call set-language-info-internal to update
4935         language-info-alist.  If LANG-ENV is the current one, call
4936         set-language-environment to make INFO effective now.
4937         (set-language-info-alist): Likewise.
4938         (locale-language-names): With locale "en", use English
4939         lang. env. but set the default codings to iso-8859-1.
4941 2005-12-04  Nick Roberts  <nickrob@snap.net.nz>
4943         * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer)
4944         (gdb-speedbar-auto-raise): Echo new state in minibuffer.
4945         (gdb-var-create-handler, gdb-assembler-custom): Use search-forward
4946         for plain strings.
4947         (gdb-frames-mode): Remove redundant call to font-lock-mode.
4948         (gdb-all-registers): Rename from toggle-gdb-all-registers.
4949         Create registers buffer if necessary.  Echo new state in minibuffer.
4950         (gdb-registers-mode-map, gdb-registers-mode): Use gdb-all-registers.
4952 2005-12-03  Chong Yidong  <cyd@stupidchicken.com>
4954         * info.el (Info-fontify-node): Match external links using
4955         non-directory part of filename.
4957 2005-12-04  Juri Linkov  <juri@jurta.org>
4959         * font-core.el (global-font-lock-mode): Use define-global-minor-mode
4960         instead of easy-mmode-define-global-mode.  Add `:group font-lock'.
4961         (font-lock-mode): Replace `:group font-lock' with `nil nil nil'
4962         because there is no customization option for it.
4964         * font-lock.el (lisp-font-lock-keywords-1):
4965         Add define-global-minor-mode.
4967         * emacs-lisp/autoload.el (make-autoload): Add define-global-minor-mode.
4969         * emacs-lisp/derived.el (define-derived-mode): Put `definition-name'
4970         properties on the constructed variable names.
4972         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
4973         Put `definition-name' properties on the constructed function names
4974         next-sym and prev-sym.
4976         * emacs-lisp/find-func.el (find-function-regexp):
4977         Add define-global-minor-mode.  Replace `easy-mmode-define-global-mode'
4978         with `easy-mmode-define-[a-z-]+'.  Add easy-menu-define.
4979         (find-variable-regexp): Add easy-mmode-defmap, easy-mmode-defsyntax
4980         and easy-menu-define.
4982         * emacs-lisp/lisp-mode.el: Put `doc-string-elt' property on
4983         easy-mmode-define-global-mode and define-global-minor-mode.
4984         (lisp-imenu-generic-expression): Add define-global-minor-mode.
4986         * progmodes/cwarn.el (global-cwarn-mode): Use define-global-minor-mode
4987         instead of easy-mmode-define-global-mode.
4989         * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
4990         Use define-minor-mode instead of easy-mmode-define-minor-mode.
4992         * cus-edit.el (customize-group, customize-group-other-window):
4993         Filter out autoloaded options from the group completion list by
4994         using heuristics that autoloaded groups don't have `custom-autoload'
4995         property on their symbols (they have only `custom-loads').
4997         * simple.el (completion-setup-function): Put completions-common-part
4998         face on complete completion string too (i.e. completion string
4999         without completions-first-difference face).
5001         * man.el (Man-section-regexp): Add 0-9 to support "3X11" sections.
5003 2005-12-03  Eli Zaretskii  <eliz@gnu.org>
5005         * view.el (view-mode): Doc fix.
5007         * disp-table.el (standard-display-european): Add to the warning
5008         message a reference to the doc string.
5010         * play/yow.el (apropos-zippy): Call print-help-return-message,
5011         similar to other Help and Apropos commands.
5013         * help.el (print-help-return-message): If pop-up-frames is
5014         non-nil, set up help-return-method to delete the help window and,
5015         possibly, its frame as well, and don't display message about
5016         scrolling the help window.  Doc fix.
5017         (help-return-method): Doc fix.
5019 2005-12-03  Martin Rudalics  <rudalics@gmx.at>  (tiny change)
5021         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Fix bug
5022         whereby names of length one or names starting with a
5023         symbol-constituent character would not be returned.
5025 2005-12-03  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
5027         * subr.el (atomic-change-group): Add edebug and indentation spec.
5029 2005-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
5031         * completion.el (save-completions-file-name): Fix typo in last change.
5033 2005-12-02  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
5035         * info.el: Move back/forward history to the beginning of the tool bar.
5037 2005-12-02  Ken Manheimer  <ken.manheimer@gmail.com>
5039         * allout.el (eval-when-compile): Remove unnecessary load of cl.
5040         Add fset of allout-real-isearch-abort during compile to fix
5041         byte-compilation warnings.
5042         (allout-mode-p): Move definition of this macro above all uses, or
5043         byte compilation in barren emacs (eg, during emacs build) will
5044         lack the definition.
5045         (allout-mode): Move this variable above any uses, or byte
5046         compilation will fail.
5047         (allout-resolve-xref): Remove use of personal file-reference function.
5048         (allout-toggle-current-subtree-encryption): Do the current (ie,
5049         visible containing) topic, rather than nearest around point.  Doc fix.
5050         (allout-toggle-subtree-encryption): New function, workhorse that
5051         works on nearest topic containing point.
5052         (allout-encrypt-string): Signal requirement for newer version of pgg.
5053         (allout-resumptions): Doc fix.
5055 2005-12-02  Eli Zaretskii  <eliz@gnu.org>
5057         * international/latexenc.el (latex-inputenc-coding-alist): Doc fix.
5059 2005-12-02  Agustin Martin  <agustin.martin@hispalinux.es>
5061         * textmodes/flyspell.el (flyspell-external-point-words):
5062         Consider a misspelling as found in the string search if: (a) misspelling
5063         and found string lengths match, or (b) misspelling is found as
5064         element in a boundary-chars separated longer string, or (c)
5065         ispell-program-name is really ispell and misspelling is found as
5066         part of a TeX string.  After successful match move beginning of
5067         search region to end of match.  Warn about not found misspellings
5068         once the process is done.
5069         (flyspell-large-region): Do not set ispell-parser to tex if in TeX mode.
5071 2005-12-02  Nick Roberts  <nickrob@snap.net.nz>
5073         * progmodes/gud.el (gud-menu-map): Put gud-finish back on the
5074         tool bar (removed inadvertently).
5076 2005-12-02  Juri Linkov  <juri@jurta.org>
5078         * log-view.el (log-view-diff): Clarify doc string.
5080 2005-12-01  Bill Wohler  <wohler@newt.com>
5082         * Makefile.in (mh-loaddefs.el): Reinsert Change Log as its absence
5083         triggers lm-verify errors.
5085 2005-12-01  Luc Teirlinck  <teirllm@auburn.edu>
5087         * simple.el (transient-mark-mode, line-number-mode)
5088         (column-number-mode, size-indication-mode): Remove `:require nil'.
5090 2005-12-01  Nick Roberts  <nickrob@snap.net.nz>
5092         * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-2 to gdb-mouse-until
5093         in the margin also.
5094         (gdb-breakpoints-mode-map): Use D instead of d for
5095         gdb-delete-breakpoint.
5096         (gdb-get-frame-number): Require a number to match on.
5097         (gdb-threads-mode-map): Add follow-link binding.
5099 2005-11-30  Jason Rumney  <jasonr@gnu.org>
5101         * isearch.el (isearch-mode-map): Avoid exiting search on
5102         language-change event.
5104 2005-11-30  Romain Francoise  <romain@orebokech.com>
5106         * speedbar.el (speedbar-default-position): New defcustom.
5107         (speedbar-frame-reposition-smartly): Use it.
5109         * dframe.el (dframe-reposition-frame-emacs): Fix position
5110         computation for `left' location.
5111         Update copyright year.
5113 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5115         * help.el (help-map): Move initialization into declaration.
5117         * emacs-lisp/autoload.el (make-autoload): Handle defgroup specially.
5119         * help-fns.el (help-argument-name): Don't autoload.
5120         It's useless and triggers a bug in cus-dep.el causing ldefs-boot
5121         to be re-loaded when customizing the `help' group.
5123 2005-11-30  John Paul Wallington  <jpw@gnu.org>
5125         * help-fns.el (describe-function-1): Fill arglist output.
5127 2005-11-30  Kim F. Storm  <storm@cua.dk>
5129         * emulation/cua-rect.el (cua--rectangle-overlays): Make permanent-local.
5130         (cua--rectangle-post-command): Cleanup overlays and deactivate mark
5131         after revert-buffer (or anything else which kills all local variables).
5133         * apropos.el (apropos-parse-pattern): Doc fix.
5134         Set apropos-regexp directly, rather than expecting callers to do so.
5135         (apropos-command, apropos, apropos-value, apropos-documentation):
5136         Simplify calls to apropos-parse-pattern.
5138 2005-11-29  Chong Yidong  <cyd@stupidchicken.com>
5140         * hi-lock.el (hi-lock-line-face-buffer, hi-lock-face-buffer)
5141         (hi-lock-face-phrase-buffer): Use hi-yellow face.
5142         (hi-lock-write-interactive-patterns): Use comment-region.
5144         * longlines.el (longlines-mode): Add mail-setup-hook.
5146         * mail/mailheader.el, mail/sendmail.el: Revert 2005-11-17 changes.
5148         * simple.el (sendmail-user-agent-compose, next-line):
5149         Conditionally use hard-newline.
5151 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
5153         * international/latexenc.el (latex-inputenc-coding-alist):
5154         Reword doc string.
5156 2005-11-29  Chong Yidong  <cyd@stupidchicken.com>
5158         * help.el (describe-key-briefly, describe-key): Recognize default
5159         bindings.
5161 2005-11-29  Romain Francoise  <romain@orebokech.com>
5163         * view.el (view-inhibit-help-message): New defcustom.
5164         (view-mode-enter): Use it.
5166 2005-11-29  Michael Kifer  <kifer@cs.stonybrook.edu>
5168         * ediff-wind.el (ediff-setup-control-frame, ediff-make-wide-display):
5169         Preserve user position.
5171 2005-11-28  Luc Teirlinck  <teirllm@auburn.edu>
5173         * font-lock.el: Throw error if facemenu is not loaded to prevent
5174         accidental change of loading order in loadup.el.  (Suggested by RMS.)
5176         * loadup.el: Add comment explaining why facemenu must be loaded
5177         before font-lock.
5179 2005-11-28  Jay Belanger  <belanger@truman.edu>
5181         * calc/calc.el: Change global keybinding for calc-dispatch to "\C-x*".
5182         (calc-dispatch-map): Add more keys for `calc-same-interface'.
5184         * calc/calc-misc.el (calc-dispatch-help): Update docstring.
5186         * calc/calc-embed.el (calc-do-embedded): Update help message.
5188         * calc/calc-prog.el (calc-user-define-invokation): Update help message.
5190 2005-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5192         * log-edit.el (log-edit-insert-cvs-rcstemplate): Ignore stderr.
5194         * emacs-lisp/elp.el (elp-not-profilable): Replace interactive-p with
5195         called-interactively-p.
5196         (elp-profilable-p): Rename from elp-not-profilable-p.
5197         Invert result and take into account macros and autoloaded functions.
5198         (elp-instrument-function): Update call.
5199         (elp-instrument-package): Update call.  Add completion.
5200         (elp-pack-number): Use match-string.
5201         (elp-results-jump-to-definition-by-mouse): Merge into
5202         elp-results-jump-to-definition and then remove.
5203         (elp-output-insert-symname): Make help echo text single-line.
5205         * replace.el (query-replace-map): Move initialization into declaration.
5206         (occur-engine): Use with-current-buffer.
5207         (occur-mode-goto-occurrence): Make it work for mouse-clicks as well.
5208         (occur-mode-mouse-goto): Replace with an alias.
5210 2005-11-28  Juri Linkov  <juri@jurta.org>
5212         * simple.el (quoted-insert): Let-bind input-method-function to nil.
5214         * term/w32-win.el: Bind [S-tab] to [backtab].
5216         * info.el (Info-fontify-node): Set 2nd arg `noerror' of
5217         `Info-find-file' to t.
5219         * replace.el (occur-mode-mouse-goto): Pop, don't switch.
5220         (occur-mode-goto-occurrence): Let-bind same-window-buffer-names
5221         and same-window-regexps.
5222         (occur-next-error): Don't move point for arg 0.
5224 2005-11-28  Chong Yidong  <cyd@stupidchicken.com>
5226         * replace.el (occur-mode-goto-occurrence): Pop, don't switch.
5228 2005-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5230         * log-edit.el (log-edit-changelog-use-first): New var.
5231         (log-edit-changelog-ours-p): Use it.
5232         (log-edit-insert-changelog): Set it with new arg `use-first'.
5233         (log-edit-insert-cvs-rcstemplate, log-edit-insert-filenames): New funs.
5234         (log-edit-hook): Add them to the list of suggested options.
5236         * textmodes/flyspell.el (flyspell-last-buffer): New var.
5237         (flyspell-accept-buffer-local-defs): Use it to avoid doing silly
5238         redundant work.
5239         (flyspell-mode-on): Use add-hook for after-change-functions.
5240         (flyspell-mode-off): Use remove-hook for after-change-functions.
5241         (flyspell-changes): Make it buffer-local.
5242         (flyspell-after-change-function): Make it non-interactive.  Use push.
5243         (flyspell-post-command-hook): Check input-pending-p while processing
5244         the potentially long list of buffer changes.
5246 2005-11-28  L\e$,1 q\e(Brentey K\e,Aa\e(Broly  <lorentey@elte.hu>
5248         * buff-menu.el (list-buffers-noselect): Display the selected
5249         frame's buffer list, not the global one.
5251 2005-11-28  Nick Roberts  <nickrob@snap.net.nz>
5253         * xt-mouse.el (xterm-mouse-event): Set last-input-event so
5254         that (list last-input-event) works as in interactive spec.
5256 2005-11-27  Luc Teirlinck  <teirllm@auburn.edu>
5258         * loadup.el ("facemenu"): Load facemenu before font-lock, because
5259         `facemenu-keymap' needs to be defined when font-lock is loaded.
5260         Otherwise, `M-o M-o' is not bound to `font-lock-fontify-block'.
5262 2005-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
5264         * completion.el: Remove useless leading * in defcustom docstrings.
5265         (save-completions-file-name): Use ~/.emacs.d if available.
5266         (completion-standard-syntax-table): Rename from
5267         cmpl-standard-syntax-table and fold initialization into declaration,
5268         thus removing cmpl-make-standard-completion-syntax-table.
5269         (completion-lisp-syntax-table, completion-c-syntax-table)
5270         (completion-fortran-syntax-table, completion-c-def-syntax-table): Idem.
5271         (cmpl-saved-syntax, cmpl-saved-point): Remove.
5272         (symbol-under-point, symbol-before-point)
5273         (symbol-under-or-before-point, symbol-before-point-for-complete)
5274         (add-completions-from-c-buffer): Use with-syntax-table.
5275         (make-completion): Don't return a list of completion entries.
5276         Update callers.
5277         (cmpl-prefix-entry-head, cmpl-prefix-entry-tail): Use defalias.
5278         (completion-initialize): Rename from initialize-completions.
5279         (completion-find-file-hook): Rename from cmpl-find-file-hook.
5280         (kill-emacs-save-completions): Collect stats here.
5281         (save-completions-to-file, load-completions-from-file):
5282         Use with-current-buffer.
5283         (completion-def-wrapper): Rename from def-completion-wrapper.  Make it
5284         into a function.  Move all calls to toplevel.
5285         (completion-lisp-mode-hook): New fun.
5286         (completion-c-mode-hook, completion-setup-fortran-mode):
5287         Set the syntax-table here.  Use local-set-key.
5288         (completion-saved-bindings): New var.
5289         (dynamic-completion-mode): Make it into a proper minor mode.
5290         (load-completions-from-file): Remove unused var `num-uses'.
5292         * emacs-lisp/cl-macs.el (defstruct): Don't define the default
5293         constructor if it is explicitly overridden.
5295         * complete.el (PC-completion-as-file-name-predicate):
5296         Use minibuffer-completing-file-name.
5297         (partial-completion-mode): Use find-file-not-found-functions.
5298         (PC-lisp-complete-symbol): Use with-syntax-table.
5299         (PC-look-for-include-file): Remove dead setq.
5300         (PC-look-for-include-file, PC-expand-many-files, PC-do-completion)
5301         (PC-complete): Use with-current-buffer.
5303         * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): \ doesn't
5304         escape single quotes.
5306 2005-11-27  Luc Teirlinck  <teirllm@auburn.edu>
5308         * dabbrev.el (dabbrev-completion): Simplify code, by getting rid
5309         of `if' whose condition always returned nil.  Doc fix.
5311         * buff-menu.el (Buffer-menu-revert-function): Make the selected
5312         window's buffer the current buffer around the call to
5313         `list-buffers-noselect'.  This is necessary to mark that buffer
5314         with a `.' in the Buffer Menu when called from Lisp, for instance
5315         by Auto Revert Mode.
5317 2005-11-28  Nick Roberts  <nickrob@snap.net.nz>
5319         * progmodes/gdb-ui.el (gdb-stopped): Detect child process when
5320         attaching to it.
5321         (gdb-pre-prompt): Make sure gdb-error is reset.
5323         * progmodes/gud.el (gud-gdb-marker-filter): When GDB is invoked
5324         with a child process, detect it.
5325         (gud-speedbar-buttons): Match regexp more carefully.
5327 2005-11-27  Richard M. Stallman  <rms@gnu.org>
5329         * mouse.el (mouse-drag-move-window-bottom):
5330         Use adjust-window-trailing-edge.
5332 2005-11-27  Luc Teirlinck  <teirllm@auburn.edu>
5334         * simple.el (blink-matching-open): Ignore
5335         `blink-matching-paren-on-screen' if `show-paren-mode' is enabled.
5336         (blink-matching-paren-on-screen): Update docstring.
5338         * paren.el (show-paren-mode): No longer change
5339         `blink-matching-paren-on-screen'.
5341 2005-11-27  John Paul Wallington  <jpw@pobox.com>
5343         * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
5344         (gdb-threads-select, gdb-edit-register-value):
5345         Use `posn-set-point' instead of `mouse-set-point' because the
5346         latter is not fbound when configured without X.
5348 2005-11-27  Kim F. Storm  <storm@cua.dk>
5350         * emulation/cua-rect.el (cua--highlight-rectangle): Preserve
5351         existing face when partially highlighting a TAB in a rectangle.
5353 2005-11-26  Kim F. Storm  <storm@cua.dk>
5355         * ido.el (ido-mode-map): Doc fix.
5356         (ido-mode-common-map, ido-mode-file-map)
5357         (ido-mode-file-dir-map, ido-mode-buffer-map): New keymaps.
5358         (ido-define-mode-map): Rewrite.  Select one of the new maps as
5359         parent for ido-mode-map instead of building from scratch.
5360         (ido-init-mode-maps): New defun to initialize new maps.
5361         (ido-mode): Call it.
5362         (ido-switch-buffer): Doc fix -- use \<ido-mode-buffer-map>.
5363         (ido-find-file): Doc fix -- use \<ido-mode-file-map>.
5365 2005-11-26  John Paul Wallington  <jpw@pobox.com>
5367         * arc-mode.el (archive-extract): Use `posn-set-point' instead of
5368         `mouse-set-point' because the latter is not fbound when configured
5369         without X.
5371 2005-11-26  Thien-Thi Nguyen  <ttn@gnu.org>
5373         * files.el (file-relative-name): Doc fix.
5375 2005-11-26  Kurt Hornik  <Kurt.Hornik@wu-wien.ac.at>
5377         * progmodes/octave-inf.el (inferior-octave-startup): Force a
5378         non-empty string for secondary prompt PS2.
5380 2005-11-25  Chong Yidong  <cyd@stupidchicken.com>
5382         * progmodes/compile.el (compilation-setup): Fix last change.
5384 2005-11-26  Nick Roberts  <nickrob@snap.net.nz>
5386         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
5387         (gdb-mouse-toggle-breakpoint-margin)
5388         (gdb-mouse-toggle-breakpoint-fringe, gdb-threads-select):
5389         Add gdb-server-prefix to keep out of command history.
5390         (gdb-edit-register-value): New function.
5391         (gdb-registers-mode-map): Bind mouse-2 and RET to it.
5392         (gdb-info-registers-custom): Use above map.
5394 2005-11-25  Chong Yidong  <cyd@stupidchicken.com>
5396         * custom.el (enable-theme): Signal error if argument is not a
5397         theme.  Don't recalculate a face if it's not loaded yet.
5399         * cus-face.el (custom-theme-set-faces): Don't change saved-face if
5400         the `user' theme is in effect.
5402         * info.el (Info-on-current-buffer): Record actual filename in
5403         Info-current-file, instead of t, or a fake filename if a non-file
5404         buffer.  Make autoload.
5405         (Info-find-node, Info-revert-find-node): No need to check for
5406         Info-current-file nil.
5407         (Info-set-mode-line, Info-up, Info-copy-current-node-name):
5408         Info-current-file is now never `t'.
5409         (Info-fontify-node): Many simplifications due to Info-current-file
5410         always being valid.  Use Info-find-file to find node filename.
5412 2005-11-25  David Kastrup  <dak@gnu.org>
5414         * longlines.el (longlines-wrap-line): Reorder wrapping to "insert
5415         new character, then delete" in order to preserve markers.
5417 2005-11-25  David Ponce  <david@dponce.com>
5419         * recentf.el (recentf-arrange-by-rule): Handle a special
5420         `auto-mode-alist'-like "strip suffix" rule.
5421         (recentf-build-mode-rules): Handle second level auto-mode entries.
5423 2005-11-25  Michael Kifer  <kifer@cs.stonybrook.edu>
5425         * viper-keym.el (viper-ESC-key): Use different values in terminal and
5426         window modes.
5428         * viper.el (viper-emacs-state-mode-list): Delete mail-mode, add
5429         jde-javadoc-checker-report-mode.
5431         * ediff-wind (ediff-make-wide-display): Slight simplification.
5433         * ediff.el (ediff-date): Change the date of last update.
5435 2005-11-24  Chong Yidong  <cyd@stupidchicken.com>
5437         * hi-lock.el (hi-lock-buffer-mode): Renamed from `hi-lock-mode'.
5438         Use define-minor-mode, and make it a local mode.  Turn on font-lock.
5439         (hi-lock-mode): New global minor mode.
5440         (turn-on-hi-lock-if-enabled): New function.
5441         (hi-lock-line-face-buffer, hi-lock-face-buffer, hi-lock-set-pattern):
5442         Change arguments to regexp and face instead of a font-lock pattern.
5443         Directly set face property, instead of refontifying.
5444         (hi-lock-font-lock-hook): Check if font-lock is being turned on.
5445         (hi-lock-find-patterns): Use line-number-at-pos.
5447         (hi-lock-face-phrase-buffer): Call hi-lock-buffer-mode.  Use new
5448         arguments for hi-lock-set-pattern.
5449         (hi-lock-unface-buffer, hi-lock-set-file-patterns):
5450         Call font-lock-fontify-buffer.
5451         (hi-lock-find-file-hook, hi-lock-current-line)
5452         (hi-lock-refontify, hi-lock-set-patterns): Delete unused functions.
5454         (hi-lock-font-lock-hook): Turn off hi-lock when font lock is
5455         turned off.
5457         * progmodes/compile.el (compilation-setup): Don't fiddle with
5458         font-lock-defaults.
5460 2005-11-25  Nick Roberts  <nickrob@snap.net.nz>
5462         * progmodes/gdb-ui.el (gdb-var-create-handler)
5463         (gdb-var-list-children-handler): Find values for all variable
5464         objects.  gud-speedbar-buttons decides whether to display them.
5466 2005-11-24  Romain Francoise  <romain@orebokech.com>
5468         * info.el (Info-speedbar-fetch-file-nodes): Prefix temporary
5469         buffer name with a space.
5471 2005-11-24  Carsten Dominik  <dominik@science.uva.nl>
5473         * textmodes/org.el (org-export-plain-list-max-depth): Renamed from
5474         `org-export-local-list-max-depth'.  Change default value to 3.
5475         (org-auto-renumber-ordered-lists)
5476         (org-plain-list-ordered-item-terminator): New options.
5477         (org-at-item-p, org-beginning-of-item, org-end-of-item)
5478         (org-get-indentation, org-get-string-indentation)
5479         (org-maybe-renumber-ordered-list, org-renumber-ordered-list):
5480         New functions.
5481         (org-move-item-down, org-move-item-up): New commands.
5482         (org-export-as-html): New classes for CSS support.  Bug fix in
5483         regular expression detecting fixed-width regions.  Respect
5484         `org-local-list-ordered-item-terminator'.
5485         (org-set-autofill-regexps, org-adaptive-fill-function): "1)" is
5486         also a list item.
5487         (org-metaup, org-metadown, org-shiftmetaup, org-shiftmetadown):
5488         New item moving functions.
5490 2005-11-24  Juri Linkov  <juri@jurta.org>
5492         * isearch.el (isearch-repeat): With empty search ring set
5493         `isearch-error' to the error string instead of signaling error
5494         with the function `error'.
5496 2005-11-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
5498         * term/mac-win.el: Make modifier `ctrl' an alias for `control'.
5500 2005-11-24  Nick Roberts  <nickrob@snap.net.nz>
5502         * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): New function
5503         and variable.
5504         (gdb-var-create-handler, gdb-var-list-children-handler):
5505         Don't match on "char **...".
5506         (gdb-var-update-handler): Find values for all variable objects.
5507         (gdb-info-frames-custom): Identify frames by leading "#".
5509         * progmodes/gud.el (gud-speedbar-menu-items): Add
5510         gdb-speedbar-auto-raise as radio button.
5511         (gud-speedbar-buttons): Raise speedbar if requested.
5512         Don't match on "char **...".
5513         (gud-speedbar-buttons): Add (pointer) value for non-leaves.
5514         Make it editable.
5516 2005-11-23  Chong Yidong  <cyd@stupidchicken.com>
5518         * info.el (Info-fontify-node): Handle the case where
5519         Info-current-file is t.
5521 2005-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5523         * simple.el (blink-matching-open): Fix off-by-one in last change.
5525 2005-11-23  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
5527         * term/mac-win.el: Don't change default directory.
5529 2005-11-22  Luc Teirlinck  <teirllm@auburn.edu>
5531         * cus-edit.el (Custom-reset-standard): Make it handle Custom group
5532         buffers correctly.  (It used to throw an error in such buffers.)
5533         Make it ask for confirmation in group buffers and other Custom
5534         buffers containing more than one customization item.
5536 2005-11-22  John Paul Wallington  <jpw@gnu.org>
5538         * net/goto-addr.el (goto-address-fontify): Put `follow-link'
5539         property on mail and url overlays.
5540         (goto-address-at-point): Use `posn-set-point' instead of
5541         `mouse-set-point' because the latter is not fbound when configured
5542         without X.
5544 2005-11-22  Lars Hansen  <larsh@soem.dk>
5546         * ls-lisp.el (ls-lisp-parse-symlink): Delete.
5547         (ls-lisp-classify, ls-lisp-format): Delete call to
5548         ls-lisp-parse-symlink.
5549         (ls-lisp-handle-switches): Handle symlinks to directories as
5550         directories when ls-lisp-dirs-first in non-nil.
5552 2005-11-21  Luc Teirlinck  <teirllm@auburn.edu>
5554         * startup.el (command-line): Make sure that loaddefs.el is handled
5555         correctly in load-history.
5557 2005-11-22  Nick Roberts  <nickrob@snap.net.nz>
5559         * progmodes/gdb-ui.el (gdb-locals-watch-keymap): New local map.
5560         (gdb-struct-string, gdb-array-string): New constants.
5561         (gdb-info-locals-handler): Use them.
5562         (gdb-reset): Reset gdb-var-list to nil.
5564 2005-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5566         * progmodes/sh-script.el (sh-font-lock-paren): Handle continued lines
5567         in patterns.
5569 2005-11-21  Juri Linkov  <juri@jurta.org>
5571         * custom.el (defcustom): Update link types in docstring.
5573 2005-11-20  Martin Rudalics  <rudalics@gmx.at>  (tiny change)
5575         * custom.el (defgroup): Add doc-string-elt info.
5577         * widget.el (define-widget): Don't use declare for the doc-string-elt.
5579 2005-11-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5581         * newcomment.el (comment-enter-backward): Fix last fix.
5583         * simple.el (blink-matching-open):
5584         * paren.el (show-paren-function): Allow new paren-class info.
5586 2005-11-20  Chong Yidong  <cyd@stupidchicken.com>
5588         * faces.el: Revert 2005-11-17 change.  :ignore-defface is now
5589         handled automagically.
5591 2005-11-20  Andreas Schwab  <schwab@suse.de>
5593         * descr-text.el (describe-char): When copying overlays put them
5594         over the full char description instead of just the first character
5595         of it.
5597 2005-11-20  Juri Linkov  <juri@jurta.org>
5599         * simple.el (what-cursor-position):
5600         * descr-text.el (describe-char): Use Lisp-readable syntax
5601         for octal and hex.  Reorder decimal, octal and hex values.
5602         Remove excess whitespace in the output.  Use `=' in `column='
5603         like in `point=' and `Hscroll='.
5605         * international/mule-cmds.el (encoded-string-description):
5606         Use Lisp-readable syntax for hex.
5608 2005-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
5610         * newcomment.el (comment-enter-backward): Handle the case where the
5611         comment is closed by EOB.
5613 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
5615         * longlines.el (longlines-before-revert-hook)
5616         (longlines-after-revert-hook): New functions.
5617         (longlines-mode): Turn off longlines temporarily when reverting.
5618         Add a message-setup-hook.
5619         (longlines-decode-buffer): New function.
5620         (longlines-wrap-line): Preserve marker positions.
5622 2005-11-19  Andreas Schwab  <schwab@suse.de>
5624         * emacs-lisp/shadow.el: Handle compressed files.
5626 2005-11-19  Romain Francoise  <romain@orebokech.com>
5628         * net/browse-url.el (browse-url-default-browser): Signal an error
5629         if no usable browser can be found, rather than try to load w3.
5631 2005-11-16  Ryan Yeske  <rcyeske@gmail.com>
5633         * net/rcirc.el (rcirc-mangle-text): Add bold face property without
5634         replacing existing properties.
5635         (rcirc-my-nick, rcirc-other-nick, rcirc-server)
5636         (rcirc-nick-in-message, rcirc-prompt): Use min-colors and remove
5637         tty specs.
5638         (rcirc-server-prefix, rcirc-server): New faces.
5639         (rcirc-url-regexp): Generate with rx macro.
5640         (rcirc-last-server-message-time): New variable.
5641         (rcirc-filter): Record time of last message.
5642         (rcirc-keepalive): Kill processes that did not send a message
5643         since the last ping.
5644         (rcirc-mode): Give rcirc-topic a local binding here.
5646 2005-11-19  Michael Cadilhac  <michael.cadilhac@lrde.org>  (tiny change)
5648         * subr.el (read-passwd): Fontify the prompt as we do with other
5649         prompts.
5651 2005-11-19  Ryan Yeske  <rcyeske@gmail.com>
5653         * ffap.el (ffap-menu-rescan): Use inhibit-read-only instead of
5654         binding buffer-read-only to nil.
5656 2005-11-19  Eli Zaretskii  <eliz@gnu.org>
5658         * complete.el (partial-completion-mode):
5659         Mention completion-auto-help in the doc string.
5661         * man.el (Man-highlight-references): Doc fix.  Reformat code in a
5662         more Lisp-ish way.
5664 2005-11-19  Slawomir Nowaczyk  <slawomir.nowaczyk.847@student.lu.se>  (tiny change)
5666         * ls-lisp.el (ls-lisp-format-file-size): Format file size with 9
5667         digits, not 8, to avoid misalignment for files larger than 100MB.
5669 2005-11-19  Eli Zaretskii  <eliz@gnu.org>
5671         * menu-bar.el (menu-bar-describe-menu) <list-keybindings>:
5672         Mention "keyboard shortcuts" in the help text.
5674 2005-11-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
5676         * startup.el (fancy-splash-default-action): Discard only
5677         mouse-down and succeeding mouse-up events in the splash screen
5678         window so that drag-n-drop event can be processed.
5680 2005-11-18  Chong Yidong  <cyd@stupidchicken.com>
5682         * longlines.el (longlines-mode): Add hacks for mail-mode and
5683         message-mode.
5685 2005-11-18  Carsten Dominik  <dominik@science.uva.nl>
5687         * textmodes/org.el (org-table-sort-lines): New command.
5688         (org-tbl-menu): Add entry for `org-table-sort-lines'.
5689         (org-add-file): Command removed, use `org-agenda-file-to-front'
5690         instead.
5691         (org-export-icalendar): Use `org-icalendar-combined-name'.
5692         (org-cycle-agenda-files, org-agenda-file-to-end)
5693         (org-agenda-file-to-front): New commands.
5694         (org-table-tab-jumps-over-hlines, org-export-html-style):
5695         New options.
5696         (org-table-next-field): Use `org-table-tab-jumps-over-hlines'.
5697         (org-at-table.el-p, org-set-autofill-regexps, org-html-protect):
5698         New functions.
5699         (org-fill-paragraph): Call `org-table-align' in tables.
5700         (org-mode): Call `org-set-autofill-regexps'.
5701         (org-export-as-html): Support for local handformatted lists.
5702         Modified to produce valid HTML 4.0.  Use `org-export-html-style'.
5703         (org-export-local-list-max-depth): New option.
5704         (org-html-expand): Use `org-html-protect'.
5706 2005-11-18  Nick Roberts  <nickrob@snap.net.nz>
5708         * progmodes/gud.el (gud-install-speedbar-variables): Bind gud-pp
5709         to "p".
5710         (gdb): Move definition of gud-pp to...
5712         * progmodes/gdb-ui.el (gdb-ann3): ...here.  Make it work in the
5713         speedbar.
5714         (gdb-find-watch-expression): New function.
5716 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
5718         * faces.el (face-attribute, set-face-attribute): Mention existence
5719         of `:ignore-defface' setting in docstring.
5721 2005-11-17  Stefan Monnier  <monnier@iro.umontreal.ca>
5723         * simple.el (completion-setup-function): Fix last change.
5725 2005-11-17  John Paul Wallington  <jpw@pobox.com>
5727         * ibuf-ext.el (ibuffer-interactive-filter-by-mode):
5728         Use `posn-set-point' instead of `mouse-set-point' because the
5729         latter is not fbound when configured without X.
5731         * comint.el (comint-insert-input): Likewise.
5733 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
5735         * simple.el (hard-newline): New variable.
5736         (sendmail-user-agent-compose, next-line): Use it.
5738         * mail/sendmail.el (mail-setup, mail-send, mail-insert-from-field)
5739         (sendmail-send-it, mail-do-fcc, mail-cc, mail-bcc, mail-fcc)
5740         (mail-mail-reply-to, mail-mail-followup-to)
5741         (mail-position-on-field, mail-signature, mail-yank-original)
5742         (mail-attach-file): Likewise.
5744         * mail/mailheader.el (mail-header-format)
5745         (mail-header-format-function): Likewise.
5747         * add-log.el (add-change-log-entry, change-log-merge): Likewise.
5749 2005-11-17  Juri Linkov  <juri@jurta.org>
5751         * font-lock.el (font-lock-faces): Rename this defgroup from
5752         `font-lock-highlighting-faces'.
5753         (font-lock-comment-face, font-lock-comment-delimiter-face)
5754         (font-lock-string-face, font-lock-doc-face)
5755         (font-lock-keyword-face, font-lock-builtin-face)
5756         (font-lock-function-name-face, font-lock-variable-name-face)
5757         (font-lock-type-face, font-lock-constant-face)
5758         (font-lock-warning-face, font-lock-negation-char-face)
5759         (font-lock-preprocessor-face)
5760         (font-lock-regexp-grouping-backslash)
5761         (font-lock-regexp-grouping-construct): Rename :group from
5762         `font-lock-highlighting-faces' to `font-lock-faces'.
5764         * cus-edit.el (lisp, c, tex):
5765         * progmodes/ada-mode.el (ada):
5766         * progmodes/asm-mode.el (asm):
5767         * progmodes/cperl-mode.el (cperl-faces):
5768         * progmodes/cpp.el (cpp):
5769         * progmodes/dcl-mode.el (dcl):
5770         * progmodes/f90.el (f90):
5771         * progmodes/fortran.el (fortran):
5772         * progmodes/icon.el (icon):
5773         * progmodes/idlwave.el (idlwave-misc):
5774         * progmodes/m4-mode.el (m4):
5775         * progmodes/make-mode.el (makefile):
5776         * progmodes/meta-mode.el (meta-font):
5777         * progmodes/modula2.el (modula2):
5778         * progmodes/octave-mod.el (octave):
5779         * progmodes/pascal.el (pascal):
5780         * progmodes/perl-mode.el (perl):
5781         * progmodes/prolog.el (prolog):
5782         * progmodes/ps-mode.el (PostScript-edit):
5783         * progmodes/scheme.el (scheme):
5784         * progmodes/sh-script.el (sh-script):
5785         * progmodes/simula.el (simula):
5786         * progmodes/tcl.el (tcl):
5787         * textmodes/nroff-mode.el (nroff):
5788         * textmodes/reftex-vars.el (reftex-fontification-configurations):
5789         * textmodes/sgml-mode.el (sgml):
5790         * textmodes/texinfo.el (texinfo):
5791         Add :link (custom-group-link font-lock-faces) to defgroup.
5793         * hi-lock.el (hi-lock): Rename this defgroup from
5794         `hi-lock-interactive-text-highlighting'.  Change parent group from
5795         `faces' to `font-lock'.  Add link to the manual.
5796         (hi-lock-mode, hi-lock-file-patterns-range)
5797         (hi-lock-exclude-modes, hi-lock-faces): Rename :group from
5798         `hi-lock-interactive-text-highlighting' to `hi-lock'.
5799         (hi-lock-faces): Add :group `faces'.
5801         * cus-edit.el (custom-variable-prompt): Clarify the code.
5803         * faces.el (face-read-string): Set the default value arg of
5804         completing-read.
5806 2005-11-16  Luc Teirlinck  <teirllm@auburn.edu>
5808         * rfn-eshadow.el (file-name-shadow-properties)
5809         (file-name-shadow-tty-properties, file-name-shadow-mode):
5810         Remove autoloads, because the file is now preloaded.
5812 2005-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
5814         * printing.el (easy-menu-intern): Don't define.
5815         (pr-get-symbol): Use easy-menu-intern only if defined.
5817         * simple.el (blink-matching-open): Simplify a bit.
5818         (completion-setup-function): Fix the case of partial-completion-mode
5819         when the minibuffer's contents start with "-".
5820         Obey completion-base-size-function even when
5821         minibuffer-completing-file-name is non-nil.
5823 2005-11-16  Richard M. Stallman  <rms@gnu.org>
5825         * net/eudcb-ph.el (eudc-ph-open-session):
5826         Use set-process-query-on-exit-flag.
5828         * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-contents.
5830         * international/ucs-tables.el (ucs-set-table-for-input):
5831         Use make-local-variable, not make-variable-buffer-local.
5833         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
5834         Improve warning message text.
5836         * savehist.el (savehist-save-hook): Add :group.
5838         * menu-bar.el (menu-bar-help-menu):
5839         Rename Find Extra Packages to External Packages.
5841         * cus-edit.el (Custom-reset-standard): Verify that
5842         :custom-standard-value prop exists before calling it.
5844         * apropos.el (apropos-calc-scores): Use apropos-pattern.
5846 2005-11-16  Martin Rudalics  <rudalics@gmx.at>  (tiny change)
5848         * wid-edit.el (color): Enclose %t in %{...%}.
5850         * cus-edit.el (face): Enclose %t in %{...%}.
5852 2005-11-16  Hrvoje Niksic  <hniksic@xemacs.org>
5854         * savehist.el (savehist-mode-hook): Re-add the var.
5855         (savehist-mode): Use it.
5857 2005-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
5859         * textmodes/flyspell.el: Fix commenting convention.
5860         Remove unnecessary leading * in custom docstrings.
5861         (flyspell-emacs): Remove unused var.
5862         (flyspell-delete-region-overlays): Use remove-overlays.
5863         (flyspell-accept-buffer-local-defs): Use save-current-buffer.
5864         (flyspell-debug-signal-no-check, flyspell-debug-signal-changed-checked)
5865         (flyspell-debug-signal-pre-word-checked, flyspell-post-command-hook)
5866         (flyspell-debug-signal-word-checked): Use with-current-buffer.
5867         (make-flyspell-overlay): Don't locally reuse a global name.
5868         (flyspell-highlight-incorrect-region)
5869         (flyspell-highlight-duplicate-region): Use flyspell-unhighlight-at.
5870         (flyspell-check-previous-highlighted-word): Use flyspell-overlay-p.
5871         (flyspell-notify-misspell): Remove unused args `start' and `end'.
5872         (flyspell-word): Adjust call accordingly.  Use ispell-send-string.
5873         Wrap calls to accept-process-output inside with-local-quit since it's
5874         often called from a post-command-hook.
5875         (flyspell-correct-word, flyspell-auto-correct-word):
5876         Use ispell-send-string.
5877         (flyspell-xemacs-popup): Remove unused arg `event'.  Update call.
5879         * calendar/diary-lib.el (diary-list-entries): Also hide the
5880         terminating newline.
5882 2005-11-16  Carsten Dominik  <dominik@science.uva.nl>
5884         * textmodes/reftex.el (reftex-use-fonts): Remove the check for
5885         window-system, to allow fonts on tty.
5887 2005-11-17  Nick Roberts  <nickrob@snap.net.nz>
5889         * progmodes/gud.el (gud-speedbar-item-info): New function.
5890         (gud-install-speedbar-variables): Use it to display data type
5891         of watch expression as a tooltip in speedbar.
5893 2005-11-15  Luc Teirlinck  <teirllm@auburn.edu>
5895         * font-core.el (global-font-lock-mode): Add :version keyword,
5896         because default was changed.
5898         * jka-cmpr-hook.el (auto-compression-mode): Ditto.
5900         * startup.el (command-line): Use `custom-reevaluate-setting' for
5901         `file-name-shadow-mode'.
5903         * loadup.el: Preload rfn-eshadow.
5905         * rfn-eshadow.el (file-name-shadow-mode): Set :init-value to t.
5906         Add :version keyword.
5907         (file-name-shadow-properties, file-name-shadow-tty-properties)
5908         (file-name-shadow): Add :version keyword.
5910         * cus-edit.el (custom-add-parent-links): Fix bug whereby, for
5911         instance, `(fringe custom-face)' shadowed `(fringe custom-group)'
5912         in the custom-group property of the symbol frames and the fringe
5913         group got no link to its parent group frames.
5914         Doc fix.
5916 2005-11-16  Nick Roberts  <nickrob@snap.net.nz>
5918         * progmodes/gud.el (gud-stop-subjob): New function.
5919         (gud-menu-map, gud-tool-bar-map): Use it.
5921 2005-11-16  Kim F. Storm  <storm@cua.dk>
5923         * progmodes/gud.el (gud-menu-map): Let [stop] stop program rather
5924         than kill it.
5925         (gud-tool-bar-map): Likewise.  Move cont/until/finish buttons
5926         to a more useful/logical place.
5928 2005-11-16  Nick Roberts  <nickrob@snap.net.nz>
5930         * progmodes/gud.el (gud-menu-map): Make visibility of stop and
5931         go buttons complementary.
5933 2005-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
5935         * rfn-eshadow.el (rfn-eshadow-regexp): Remove.
5936         (rfn-eshadow-sifn-equal): New function.
5937         (rfn-eshadow-update-overlay): Rewrite to use substitute-in-file-name.
5939 2005-11-15  Michael Kifer  <kifer@cs.stonybrook.edu>
5941         * viper-utils.el (viper-non-word-characters-reformed-vi):
5942         Quote `-' in string.
5944         * viper.el (viper-emacs-state-mode-list): Ensure that
5945         rcirc-mode buffers come up in Emacs state.
5947         * ediff-util.el (ediff-make-temp-file): Use proper file-name-handler
5948         operation.
5950 2005-11-15  Dan Nicolaescu  <dann@ics.uci.edu>
5952         * term.el (term-termcap-format): Fix typos.
5953         (term-down): Fix the negative argument case.
5955 2005-11-16  Nick Roberts  <nickrob@snap.net.nz>
5957         * progmodes/gdb-ui.el: Remove face-alias left over from change on
5958         2005-08-15.
5959         (gdb-ann3): New command gud-go.
5960         (menu): Accomodate gdb-mi.el.
5961         (gdb-assembler-custom): Make buffer of selected window current
5962         so that set-window-point works.
5964         * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Re-define
5965         buttons and include new ones.
5967 2005-11-16  Kim F. Storm  <storm@cua.dk>
5969         * progmodes/gud.el (gud-tool-bar-item-visible-no-fringe): New function.
5970         (gud-menu-map): Use it.
5972 2005-11-14  Luc Teirlinck  <teirllm@auburn.edu>
5974         * jka-cmpr-hook.el (auto-compression-mode): Enable it in a way
5975         that works correctly for Custom and that does not override a user
5976         who disables it.
5978         * help-mode.el (help-make-xrefs, help-xref-on-pp)
5979         (help-xref-interned, help-follow): Make hyperlinks for variables
5980         that are unbound, but have a non-nil variable-documentation property.
5982         * emacs-lisp/derived.el (define-derived-mode): Remove defvar for
5983         mode hook.  (It conflicted with defcustoms for some mode hooks.)
5984         Use the `variable-documentation' property to give the mode hook a
5985         docstring and expand that docstring.
5987 2005-11-14  Hrvoje Niksic  <hniksic@xemacs.org>
5989         * savehist.el (savehist-mode): Don't bother with
5990         `custom-set-minor-mode'.
5991         (savehist-coding-system): Check XEmacs version.
5992         (history-length): Declare also at run time.
5993         (savehist-mode): Don't emit a message.  Don't run the minor mode hook.
5994         Don't set the customize state.
5995         (savehist-minibuffer-hook): Special case for when
5996         minibuffer-history-variable is equal to t.
5998 2005-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
6000         * files.el (write-file): Refresh VC status.
6002         * calendar/diary-lib.el (diary-list-entries, diary-show-all-entries)
6003         (mark-diary-entries, make-diary-entry): Check default-major-mode rather
6004         than fundamental-mode to see if the mode was set.
6006 2005-11-14  Romain Francoise  <romain@orebokech.com>
6008         * dired-x.el: If `vm-visit-folder' doesn't exist, define it as a
6009         dummy function in `eval-when-compile' to avoid compiler warning.
6010         Require `man' at compile time.
6012 2005-11-14  Jay Belanger  <belanger@truman.edu>
6014         * calc-alg.el (calcFunc-write-out-power): Rename it to
6015         calcFunc-powerexpand.
6016         (math-write-out-power): Rename it to math-powerexpand; have it
6017         handle negative exponents.
6018         (calc-writeoutpower): Rename it to calc-powerexpand.
6020         * calc-ext.el: Change calcFunc-writeoutpower and
6021         calc-writeoutpower to calcFunc-powerexpand and calc-powerexpand in
6022         autoloads.
6023         Add calcFunc-ldiv to autoloads.
6025         * calc-arith.el (calcFunc-ldiv): New function.
6027         * calc.el (calc-left-divide): New function.
6029 2005-11-14  Juri Linkov  <juri@jurta.org>
6031         * cus-edit.el (custom-variable-prompt): Set the default value arg
6032         of completing-read.
6034         * cus-dep.el (custom-make-dependencies): Reverse the list of
6035         found dependencies.
6037 2005-11-14  Dan Nicolaescu  <dann@ics.uci.edu>
6039         * menu-bar.el (menu-bar-options-menu): Delete "Syntax
6040         Highlighting" entry, it is on by default now.
6041         (menu-bar-options-save): Do not save global-font-lock-mode.
6043 2005-11-13  Richard M. Stallman  <rms@gnu.org>
6045         * textmodes/flyspell.el (flyspell-large-region):
6046         Call flyspell-accept-buffer-local-defs.
6048 2005-11-13  Agustin Martin  <agustin.martin@hispalinux.es>
6050         * textmodes/flyspell.el (flyspell-notify-misspell):
6051         Fix misspelling of "Misspelling".
6052         (flyspell-process-localwords): New function.
6053         (flyspell-large-region): Call flyspell-process-localwords and
6054         flyspell-delete-region-overlays.
6055         (flyspell-delete-region-overlays): New function.
6056         (flyspell-delete-all-overlays): Call that.
6058 2005-11-13  Richard M. Stallman  <rms@gnu.org>
6060         * help.el (help-for-help-internal): Improve doc of C-h a.
6061         (describe-key): Improve prompt; doc fix.
6063 2005-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
6065         * vc-svn.el (vc-svn-registered): Catch all errors.
6067         * cus-dep.el (custom-make-dependencies): Typo.
6069 2005-11-13  Michael Albinus  <michael.albinus@gmx.de>
6071         * net/tramp-util.el (top): Fix compilation warning.
6073 2005-11-13  Kim F. Storm  <storm@cua.dk>
6075         * help.el (help-for-help-internal): Fix `a' entry.  Add `d' entry.
6077 2005-11-13  Nick Roberts  <nickrob@snap.net.nz>
6079         * progmodes/gud.el (gud-menu-map): Move parentheses (again).
6080         (gud-speedbar-buttons): Match on "const char *" too.
6082         * progmodes/gdb-ui.el (gdb-var-create-handler)
6083         (gdb-var-list-children-handler): Match on "const char *" too.
6084         (gdb-var-evaluate-expression-handler): Match on empty string.
6085         (gdb-var-update-handler): Only call
6086         gdb-var-evaluate-expression-handler when required.
6088 2005-11-13  Nick Roberts  <nickrob@snap.net.nz>
6090         * progmodes/gud.el (gud-menu-map): Revert to window-fringes for
6091         selected window.  This still doesn't work for speedbar.
6092         (gud-speedbar-buttons): Handle string expressions properly.
6094         * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
6095         (gdb-var-create-handler): Handle string expressions properly.
6096         (gdb-var-list-children-regexp, gdb-var-list-children-handler):
6097         Handle string expressions properly.  Move "type" field into regexp.
6099 2005-11-12  Karl Fogel  <kfogel@red-bean.com>
6101         * bookmark.el (bookmark-maybe-message): New function to reduce
6102         code duplication: invokes `message' iff baud-rate is high enough.
6103         (bookmark-write-file): Use above instead of an inline conditional.
6104         (bookmark-load): Same.
6106 2005-11-12  Karl Fogel  <kfogel@red-bean.com>
6108         * bookmark.el (bookmark-write-file): Don't visit the destination
6109         file, just write the data to it using write-region.  This is
6110         similar to saveplace.el at 2005-05-29T08:36:26Z!rms@gnu.org, but with an additional
6111         change to avoid visiting the file in the first place.
6113 2005-11-12  Chong Yidong  <cyd@stupidchicken.com>
6115         * hi-lock.el (hi-lock-mode): Set the default value of
6116         font-lock-defaults.
6118 2005-11-11  Luc Teirlinck  <teirllm@auburn.edu>
6120         * find-lisp.el (find-lisp-find-dired-insert-file): Pass `string'
6121         arg to `file-attributes'.
6122         (find-lisp-format): The UID and GID can now be strings.
6124 2005-11-12  Kim F. Storm  <storm@cua.dk>
6126         * help.el (help-map): Bind C-h d to apropos-documentation.
6128         * simple.el (what-cursor-position): Print (EOB) instead of (100%)
6129         when point is at end-of-buffer.
6131         * apropos.el (apropos-match-face): Doc fix.
6132         (apropos-sort-by-scores): Add new choice `verbose'.
6133         (apropos-documentation-sort-by-scores): New defcustom.
6134         (apropos-pattern): Now contains the pattern entered by the user.
6135         (apropos-pattern-quoted): New defvar.
6136         (apropos-regexp): New defvar, containing the regexp corresponding
6137         to apropos-pattern.
6138         (apropos-all-words-regexp): Rename from apropos-all-regexp.
6139         (apropos-read-pattern): New defun.  Use it to read pattern arg in
6140         interactive calls; returns list of words for a word list, and
6141         string for a regexp.
6142         (apropos-parse-pattern): Rename from apropos-rewrite-regexp.  Now
6143         parses a list of words or regexp as returned by apropos-read-pattern.
6144         (apropos-calc-scores): Return nil if apropos-regexp doesn't match.
6145         (apropos-score-doc): Return a very high score if the string
6146         entered by the user matches literally.
6147         (apropos-variable): Doc fix.  Use apropos-read-pattern.
6148         (apropos-command): Doc fix.  Use apropos-read-pattern and
6149         apropos-parse-pattern.  Call apropos-print with nosubst=t.
6150         (apropos, apropos-value): Doc fix.  Use apropos-read-pattern and
6151         apropos-parse-pattern.
6152         (apropos-documentation): Doc fix.  Use apropos-read-pattern and
6153         apropos-parse-pattern.  Locally bind apropos-sort-by-scores to
6154         apropos-documentation-sort-by-scores.  Call apropos-print with
6155         nosubst=t.
6156         (apropos-documentation-internal): Pass doc string through
6157         substitute-key-definition before adding text properties.
6158         Highlight substring matching literal user input if possible.
6159         (apropos-documentation-check-doc-file): Remove locals beg and end.
6160         Fix calculation of score (as added twice).  Pass doc string through
6161         substitute-key-definition before adding text properties.
6162         (apropos-documentation-check-elc-file): Pass doc string through
6163         substitute-key-definition before adding text properties.
6164         Highlight substring matching literal user input if possible.
6165         (apropos-print): Add new arg NOSUBST; if set, command and variable
6166         doc strings have already been passed through substitute-key-definition.
6167         Add code to handle apropos-accumulator items without score element
6168         for backwards compatibility (e.g. with woman package).
6169         Only show scores if apropos-sort-by-scores is `verbose'.
6171 2005-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6173         * jka-cmpr-hook.el (jka-compr-install): Use push and dolist.
6174         Add jka-compr-load-suffixes to load-suffixes.
6176         * jka-compr.el: Require jka-cmpr-hook.
6177         (jka-compr-info-compress-message, jka-compr-info-compress-program)
6178         (jka-compr-info-compress-args, jka-compr-info-uncompress-message)
6179         (jka-compr-info-uncompress-program, jka-compr-info-uncompress-args)
6180         (jka-compr-info-can-append, jka-compr-info-strip-extension)
6181         (jka-compr-info-file-magic-bytes, jka-compr-get-compression-info)
6182         (jka-compr-info-regexp): Remove.  Provided by jka-cmpr-hook.
6183         (jka-compr-uninstall): Remove entries from
6184         jka-compr-added-to-file-coding-system-alist after they are used.
6185         (jka-compr-error): Remove unused var `curbuf'.
6186         (jka-compr-file-local-copy): Remove unused var `notfound'.
6188 2005-11-10  Romain Francoise  <romain@orebokech.com>
6190         * apropos.el (apropos-calc-scores): Use `apropos-pattern'.
6192 2005-11-11  Nick Roberts  <nickrob@snap.net.nz>
6194         * progmodes/gud.el (gud-menu-map): Move parentheses.
6195         (gdb): New command gud-pv.
6197 2005-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6199         * tar-mode.el: Remove spurious or unnecessary leading stars
6200         in docstrings.
6201         (tar-header-block-tokenize): Also obey default-file-name-coding-system.
6202         (tar-parse-octal-integer-safe): Use mapc.
6203         (tar-header-block-summarize): Remove unused var `ck'.
6204         (tar-summarize-buffer): Don't clear the modified-p bit if it wasn't
6205         cleared before.  Obey default-enable-multibyte-characters.
6206         Use mapconcat.  Simplify setting of tar-header-offset.
6207         (tar-mode-map): Move initialization inside delcaration.
6208         (tar-flag-deleted): Use `abs'.
6209         (tar-expunge-internal): Remove unused var `line'.
6210         (tar-expunge-internal): Don't hardcode point-min==1.
6211         (tar-expunge): Widen while doing set-buffer-multibyte.
6212         (tar-rename-entry): Use file-name-coding-system.
6213         (tar-alter-one-field): Don't hardcode point-min==1.
6214         (tar-subfile-save-buffer): string-as-unibyte works on unibyte strings.
6215         (tar-pad-to-blocksize): Don't hardcode point-min==1.  Clarify the code.
6217 2005-11-10  Masatake YAMATO  <jet@gyve.org>
6219         * add-log.el (add-log-current-defun): Handle class::method
6220         notation of c++.  Fix incorrect comment.
6222 2005-11-10  Alan Mackenzie  <acm@muc.de>
6224         * help-fns.el (describe-variable): Make C-h v work when a variable
6225         has variable documentation yet is unbound.
6227 2005-11-10  Masatake YAMATO  <jet@gyve.org>
6229         * man.el (Man-highlight-references): Set an empty
6230         string to `Man-arguments' if it is nil.
6231         Suggested by Reiner Steib <Reiner.Steib@gmx.de>.
6233 2005-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
6235         * Makefile.in (mh-loaddefs.el, loaddefs.el): Better follow the
6236         commenting conventions.
6238         * cus-dep.el (custom-make-dependencies): Simplify.
6239         Better follow the commenting conventions.
6241 2005-11-09  Richard M. Stallman  <rms@gnu.org>
6243         * apropos.el (apropos-pattern): Rename from apropos-regexp.
6244         (apropos-orig-pattern): Rename from apropos-orig-regexp.
6245         All uses changed.
6246         (apropos-rewrite-regexp): Doc fix.
6247         (apropos-variable, apropos-command, apropos, apropos-value):
6248         Change prompt; carry through the argument renaming.
6250 2005-11-09  Luc Teirlinck  <teirllm@auburn.edu>
6252         * find-lisp.el: Require dired.
6253         (find-lisp-find-dired-internal): Do not call
6254         `abbreviate-file-name' on DIR.
6256 2005-11-10  Nick Roberts  <nickrob@snap.net.nz>
6258         * progmodes/gud.el (gdb): Make gud-pp use user-defined command pp1.
6260 2005-11-09  Nick Roberts  <nickrob@snap.net.nz>
6262         * progmodes/gud.el (gud-menu-map): Ensure tool-bar is constant
6263         when using the speedbar.
6264         (gdb): New command gud-pp.
6265         (gud-menu-map, gud-tool-bar-map): Put it on the tool bar.
6267 2005-11-09  Juri Linkov  <juri@jurta.org>
6269         * replace.el (occur-excluded-properties): New defcustom.
6270         (occur-1, occur-engine, occur-accumulate-lines): Use it.
6272 2005-11-08  Jay Belanger  <belanger@truman.edu>
6274         * calc/calc-units.el (math-convert-units): Replace any composite
6275         unit by its definition.
6277 2005-11-08  Lars Hansen  <larsh@soem.dk>
6279         * emacs-lisp/autoload.el (update-directory-autoloads):
6280         Add obsolete function alias.
6282 2005-11-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6284         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
6285         comment-indent-function.
6286         (lisp-comment-indent): Replace by an alias for comment-indent-default.
6288         * reveal.el (reveal-post-command): Rework the handling of
6289         reveal-open-spots, so as to be more reliable.  There were several
6290         tricky corner cases where an open spot might be lost, or where
6291         a closed spot might end up on the list of open spots.
6292         Only reveal text that's ellipsised.
6294 2005-11-07  Carsten Dominik  <dominik@science.uva.nl>
6296         * textmodes/org.el (org-export-as-html): Remove bogus (debug) form.
6298 2005-11-07  John Paul Wallington  <jpw@gnu.org>
6300         * ibuffer.el (ibuffer): Search iconified frames too when
6301         getting Ibuffer buffer's window.
6303 2005-11-06  Richard M. Stallman  <rms@gnu.org>
6305         * progmodes/compile.el (compilation-internal-error-properties):
6306         save-excursion around the computation of MARKER.
6308 2005-11-06  Piet van Oostrum  <piet@cs.uu.nl>
6310         * textmodes/flyspell.el (flyspell-external-point-words):
6311         flyspell-get-word returns a list, not just a string.
6313 2005-11-06  John Paul Wallington  <jpw@pobox.com>
6315         * ibuffer.el (ibuffer): Search all visible frames when getting
6316         Ibuffer buffer's window.
6318 2005-11-07  Masatake YAMATO  <jet@gyve.org>
6320         * man.el (Man-reference-regexp): Accept spaces between
6321         `Man-name-regexp' and `Man-section-regexp'.
6322         (Man-apropos-regexp): New variable.
6323         (Man-abstract-xref-man-page): Use value for `Man-target-string'
6324         if available.
6325         (Man-highlight-references, Man-highlight-references0):
6326         Handle the case when `Man-arguments' includes "-k".
6327         (Man-highlight-references0): Rename the argument `TARGET-POS' to
6328         `TARGET'. `TARGET' can be a number, function or nil.
6330 2005-11-06  Nick Roberts  <nickrob@snap.net.nz>
6332         * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-var-delete)
6333         (gdb-edit-value, gdb-speedbar-expand-node, gdb-get-create-buffer)
6334         (gdb-breakpoints-mode, gdb-toggle-breakpoint, gdb-delete-breakpoint)
6335         (gdb-goto-breakpoint, gdb-frames-mode, gdb-registers-mode)
6336         (gdb-locals-mode, gdb-find-file-hook): Use buffer-local-value.
6337         (gdb-send-item): Use buffer-local-value and simplify.
6339 2005-11-05  Luc Teirlinck  <teirllm@auburn.edu>
6341         * startup.el (command-line): Use `custom-reevaluate-setting' for
6342         `global-font-lock-mode'.
6344         * font-core.el (global-font-lock-mode): Enable `global-font-lock-mode'
6345         by default, except in batch mode or when the -D option is given.
6347         * emacs-lisp/easy-mmode.el (define-global-minor-mode): Pass all
6348         specified keyword args on to `define-minor-mode'.  Update docstring.
6350 2005-11-05  Romain Francoise  <romain@orebokech.com>
6352         * replace.el (occur-engine): Add marker at end of line, too.
6354 2005-11-04  Ken Manheimer  <ken.manheimer@gmail.com>
6356         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
6357         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
6358         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
6359         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
6360         argument to all these routines, so the passphrase can be managed
6361         externally and passed in to the system.
6362         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
6363         pgg-add-passphrase-to-cache function.
6365         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
6366         (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
6367         (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
6368         (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
6369         argument to all these routines, so the passphrase can be managed
6370         externally and passed in to the system.
6371         (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
6372         function.
6374 2005-11-04  Dan Nicolaescu  <dann@ics.uci.edu>
6376         * font-lock.el: Don't deal with font-lock-face-attributes here,
6377         move the code ...
6379         * startup.el (command-line): ... here.  Use face-spec-set instead
6380         of custom-declare-face.
6382         * faces.el (face-spec-set): Reset the face if spec is not nil.
6384 2005-11-04  Stefan Monnier  <monnier@iro.umontreal.ca>
6386         * newcomment.el (comment-region-internal): Box more tightly in the
6387         common case where there's no TAB in the boxed text.
6389 2005-11-04  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
6391         * info.el (info-tool-bar-map): Use images prev-node, next-node and
6392         up-node.
6394 2005-11-04  Ulf Jasper  <ulf.jasper@web.de>
6396         * newsticker.el: Commentary updated.  Code formatting changed.
6397         (newsticker-version): Change to "1.9".
6398         (newsticker, newsticker-feed): Doc fix.
6399         (newsticker-url-list): Doc fix.  Add option "Weekly".
6400         (newsticker-retrieval-interval): Add option "Weekly".
6401         (newsticker-headline-processing): Doc fix.
6402         (newsticker-auto-mark-filter): Remove.
6403         (newsticker-auto-mark-filter-list): New.
6404         (newsticker-layout, newsticker-sort-method): Doc fix.
6405         (newsticker-hide-old-items-in-newsticker-buffer)
6406         (newsticker-heading-format, newsticker-item-format)
6407         (newsticker-desc-format): Doc fix.
6408         (newsticker-show-all-rss-elements): Remove.
6409         (newsticker-show-all-news-elements): New.
6410         (newsticker-faces, newsticker-ticker): Doc fix.
6411         (remove-from-invisibility-spec): Code formatting.
6412         (newsticker--process-ids): New.
6413         (newsticker-mode): Doc fix.
6414         (newsticker-mode): Change mode-line-format.
6415         (newsticker-start): Remove debug output.
6416         (newsticker-start-ticker): Doc fix.  Add autoload cookie.
6417         (newsticker-w3m-show-inline-images): Code formatting.
6418         (newsticker-next-item): Call `force-mode-line-update'.
6419         (newsticker-previous-item): Call `force-mode-line-update'.
6420         (newsticker-next-feed): Call `force-mode-line-update'.
6421         (newsticker-previous-feed): Call `force-mode-line-update'.
6422         (newsticker-mark-all-items-at-point-as-read): Code formatting.
6423         (newsticker-show-old-items): Do not show descs.
6424         (newsticker-hide-entry): Hide too much.
6425         (newsticker-hide-entry, newsticker-show-entry)
6426         (newsticker-toggle-auto-narrow-to-feed): Code formatting.
6427         (newsticker-set-auto-narrow-to-feed): Update buffer immediately.
6428         (newsticker-toggle-auto-narrow-to-item): Code formatting.
6429         (newsticker-set-auto-narrow-to-item): Update buffer immediately.
6430         (newsticker-running-p, newsticker-ticker-running-p): Autoload cookie.
6431         (newsticker-get-news): Call `force-mode-line-update'.
6432         Collect process ids.
6433         (newsticker--sentinel): Change coding system handling.
6434         Move image retrieval to new functions newsticker--get-logo-url-*.
6435         Move feed parsing to new functions newsticker--parse-*.
6436         Update list of process ids.
6437         (newsticker--get-logo-url-atom-1.0, newsticker--get-logo-url-atom-0.3)
6438         (newsticker--get-logo-url-rss-2.0, newsticker--get-logo-url-rss-1.0)
6439         (newsticker--get-logo-url-rss-0.92, newsticker--get-logo-url-rss-0.91)
6440         (newsticker--parse-atom-0.3, newsticker--parse-atom-1.0)
6441         (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
6442         (newsticker--parse-rss-1.0, newsticker--parse-rss-2.0)
6443         (newsticker--parse-generic-feed, newsticker--parse-generic-items): New.
6444         (newsticker--decode-coding-string): Remove.
6445         (newsticker--decode-numeric-entities): Check input.  Format code.
6446         (newsticker--remove-whitespace): Check input.
6447         (newsticker--do-forget-preformatted): Doc fix.
6448         (newsticker--decode-rfc822-date): Allow for missing time.
6449         (newsticker--update-process-ids): New.
6450         (newsticker--image-sentinel): Change comment.
6451         (newsticker--image-read): Change error message.
6452         (newsticker--imenu-goto): Doc fix.  Show headline title.
6453         (newsticker--buffer-set-uptodate): Call `force-mode-line-update'.
6454         (newsticker--buffer-do-insert-text): Clean whitespace in
6455         html-rendered headline title.  Code formatting.
6456         Call `newsticker--buffer-print-extra-elements'.
6457         (newsticker--buffer-print-extra-element): Remove.
6458         (newsticker--buffer-print-extra-elements): New.
6459         (newsticker--buffer-do-print-extra-element): New.
6460         (newsticker--buffer-insert-enclosure): Doc fix.  Use MBytes for
6461         large sizes.
6462         (newsticker--run-auto-mark-filter)
6463         (newsticker--do-run-auto-mark-filter):
6464         Use `newsticker-auto-mark-filter-list'.
6466 2005-11-04  Ryan Yeske  <rcyeske@gmail.com>
6468         * net/rcirc.el: Use split-string OMIT-NULLS argument.
6469         (rcirc-print): Force redisplay before running hooks.  Do long
6470         buffer truncation after making new text read-only.  Deal with nil
6471         text when decoding strings.  If TARGET is nil, use either the
6472         currently selected buffer, if it is an rcirc buffer and of the
6473         same process or the process buffer.
6474         (rcirc-mode): Remove header-line.  Recompute short buffer names.
6475         Initialize rcirc-buffer-alist here instead of rcirc-get-buffer-create.
6476         (rcirc-short-buffer-name): Add variable.
6477         (rcirc-kill-buffer-hook): Recompute short buffer names.
6478         Remove nick from private channel.
6479         (rcirc-send-input): Send command text to current-buffer.
6480         Don't clear overlay arrow here.
6481         (rcirc-short-buffer-name): Return a short buffer name.
6482         (rcirc-update-short-buffer-names, rcirc-abbreviate)
6483         (rcirc-rebuild-tree, rcirc-make-trees): Add functions to generate
6484         buffer-name abbreviations.
6485         (rcirc-kill-buffer-hook-1): Split to make debugging easier.
6486         Do not touch nick-table when killing a parted channel.
6487         (rcirc-window-configuration-change): Rename from rcirc-update-activity.
6488         Clear arrow from current buffer if it is now hidden.
6489         (rcirc-current-buffer): Add variable.
6490         (rcirc-my-nick, rcirc-other-nick, rcirc-server)
6491         (rcirc-nick-in-message, rcirc-prompt, rcirc-mode-line-nick):
6492         Remove -face from names.
6493         (rcirc-update-activity-string): Print "DND" when globally ignoring
6494         activity.
6495         (rcirc-ignore-buffer-activity-flag): Rename from
6496         rcirc-ignore-channel-activity.
6497         (rcirc-ignore-all-activity-flag): Doc fix.
6498         (rcirc-channels): Remove variable.
6499         (rcirc-kill-buffer-hook):
6500         (rcirc-get-buffer-create): Add nick to private channel.
6501         (rcirc-multiline-edit-submit): Remove tabs.
6502         (rcirc-put-nick-channel, rcirc-channel-nicks): Look up nicks case
6503         folded.
6504         (rcirc-remove-nick-channel): Bug fix.
6505         (rcirc-toggle-ignore-buffer-activity): Rename from
6506         rcirc-toggle-ignore-channel-activity.
6507         (rcirc-record-activity): Add buffers to the front of the list.
6508         (rcirc-update-activity): Remove killed buffers from list.
6509         (rcirc-process-server-response-1): Remove last argument if it is
6510         null before calling handler.
6511         (rcirc): Add "rcirc" defcustom prefix.
6512         (rcirc-prompt): Simplify default prompt.
6513         Use custom-initialize-default.
6514         (rcirc-private-chats): Remove variable.
6515         (rcirc-prompt): Change initialization.
6516         (rcirc-version): Remove function.
6517         (rcirc-id-string): Add constant.
6518         (rcirc-last-buffer): Remove variable.
6519         (rcirc-buffer-alist): Add variable.
6520         (rcirc-connect): Update variable setup.
6521         (rcirc-sentinel, rcirc-update-prompt): Use `rcirc-buffer-alist'.
6522         (rcirc-trap-errors-flag): Rename from `rcirc-trap-errors' change
6523         default.
6524         (rcirc-handler-generic): Trigger activity.
6525         (rcirc-send-message): Create the buffor of the target.
6526         (rcirc-generate-new-buffer-name): Rename from `rcirc-get-buffer-name'.
6527         (rcirc-get-buffer): Just return nil if there is no matching buffer.
6528         (rcirc-multiline-edit-cancel): Remove function.
6529         (rcirc-set-last-buffer): Remove function.
6530         (rcirc-get-any-buffer): Add function.
6531         (rcirc-join-channels): Don't print /join text.
6532         (rcirc-toggle-ignore-channel-activity): Add and update echo area
6533         messages.
6534         (rcirc-cmd-ctcp): Use rcirc-send-string to send request.
6535         (rcirc-handler-NOTICE): Recognize CTCP responses.
6536         (rcirc-handler-332, rcirc-handler-332): Use a temp buffer for
6537         constructing TOPIC string for buffers we are not JOINed.
6538         (rcirc-handler-CTCP-response): Add handler.
6539         (rcirc-multiline-edit-submit): Restore the window-configuration
6540         before adjusting point.
6541         (rcirc): Add customization group.
6542         (rcirc-server, rcirc-port, rcirc-nick, rcirc-user-name)
6543         (rcirc-user-full-name, rcirc-startup-channels-alist)
6544         (rcirc-fill-flag, rcirc-fill-column, rcirc-fill-prefix)
6545         (rcirc-ignore-all-activity-flag, rcirc-time-format)
6546         (rcirc-input-ring-size, rcirc-read-only-flag)
6547         (rcirc-buffer-maximum-lines, rcirc-authinfo-file-name)
6548         (rcirc-auto-authenticate-flag, rcirc-prompt, rcirc-print-hooks):
6549         Change defvar to defcustom.
6550         (rcirc-update-prompt): Add optional ALL arg, which will update
6551         prompts in all rcirc buffers.  Regexp quote replacement text.
6552         (rcirc-fill-column): Accept frame-width as a value.
6553         (rcirc-set-changed): Add function.
6554         (rcirc-next-active-buffer): Write more meaningful messages.
6555         (rcirc-faces): Add customization group.
6556         (rcirc-my-nick-face, rcirc-other-nick-face, rcirc-server-face)
6557         (rcirc-nick-in-message-face, rcirc-prompt-face)
6558         (rcirc-mode-line-nick-face): Move into rcirc-faces group.
6559         (with-rcirc-process-buffer): Move before first usage.
6560         (rcirc-debug-buffer): Rename from `rcirc-log-buffer'.
6561         (rcirc-debug-flag): Rename from `rcirc-log-p'.
6562         (rcirc-debug): Rename from `rcirc-log'.
6563         (rcirc-format-response-string): Do not print `-' chars for a
6564         NOTICE with no sender.  Simplify output of server responses.
6566 2005-11-04  Henrik Enberg  <henrik.enberg@telia.com>
6568         (rcirc-browse-url-map, rcirc-browse-url-at-point)
6569         (rcirc-browse-url-at-mouse, rcirc-mangle-text):
6570         Make urls mouse and RET clickable.
6572 2005-11-04  Henrik Enberg  <henrik.enberg@telia.com>
6574         * mail/rmailout.el (rmail-output-to-rmail-file, rmail-output): Doc fix.
6576 2005-11-04  Ken Manheimer  <ken.manheimer@gmail.com>
6578         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
6579         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
6580         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
6581         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
6582         argument to all these routines, so the passphrase can be managed
6583         externally and passed in to the system.
6584         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
6585         pgg-add-passphrase-to-cache function.
6587         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
6588         (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
6589         (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
6590         (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
6591         argument to all these routines, so the passphrase can be managed
6592         externally and passed in to the system.
6593         (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
6594         function.
6596 2005-11-04  Edward O'Connor  <hober0@gmail.com>  (tiny change)
6598         * net/goto-addr.el (goto-address-url-regexp): Remove `data:' URLs
6599         from goto-address-url-regexp.
6601 2005-11-04  Carsten Dominik  <dominik@science.uva.nl>
6603         * textmodes/org.el (org-read-date, org-goto-calendar)
6604         (org-recenter-calendar, org-agenda-goto-calendar):
6605         Temporarily clear `calendar-move-hook'.
6607 2005-11-04  Michael Kifer  <kifer@cs.stonybrook.edu>
6609         * ediff-merge.el (ediff-merge-region-is-non-clash): Return t, if not
6610         merging.
6612         * ediff-util.el (ediff-previous-difference): Don't skip regions that
6613         have merge clashes.
6615 2005-11-04  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
6617         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
6618         Undo previous change.
6620         * startup.el (command-line): Use `custom-reevaluate-setting' for
6621         mouse-wheel-down-event and mouse-wheel-up-event.  Don't call
6622         tty-register-default-colors on Mac.
6624 2005-11-04  Nick Roberts  <nickrob@snap.net.nz>
6626         * progmodes/gdb-ui.el (gdb-buffer-type): Remove duplicate declaration.
6627         (gdb-buffer-type): Make it automatically buffer local...
6628         (gdb-get-create-buffer): ...and set it accordingly.
6629         (gdb-frame-gdb-buffer, gdb-display-gdb-buffer): Make these
6630         actually work.
6632 2005-11-03  Dan Nicolaescu  <dann@ics.uci.edu>
6634         * font-lock.el (font-lock-warning-face): Use the more vivid red1,
6635         not red.
6637 2005-11-04  Nick Roberts  <nickrob@snap.net.nz>
6639         * progmodes/gdb-ui.el (gud-watch): Use save-selected-window in
6640         case GUD buffer is not visible.
6641         (gdb-goto-breakpoint): Try to force display in source buffer.
6642         (gdb-frame-gdb-buffer): Copy other similar functions.
6643         (gdb-restore-windows): Don't display source if not asked for.
6644         (gdb-assembler-buffer-name): Don't capitalise.
6646 2005-11-03  Richard M. Stallman  <rms@gnu.org>
6648         * wid-edit.el (key-sequence): New widget type.
6650         * simple.el (set-mark-command-repeat-pop): New variable.
6651         (set-mark-command): Only interpret plan C-@ after a pop as a pop
6652         if set-mark-command-repeat-pop is true.
6654         * info.el (Info-fontify-node): Don't display extra "see" if there
6655         already is one here.
6657         * mouse.el: Fix special handling of DEL after dragging a region:
6658         (mouse-drag-region-1): Treat mouse-set-region like mouse-set-point.
6659         (mouse-region-delete-keys): Change to defcustom.  Add [backspace].
6661         * mail/feedmail.el: Use insert-buffer-substring, not insert-buffer.
6663         * textmodes/ispell.el (ispell-command-loop): Change `i' description
6664         not to assume it pertains to an affix.
6666         * textmodes/flyspell.el (flyspell-post-command-hook):
6667         Bind deactivate-mark to prevent deactivation.
6669 2005-11-03  Lars Hansen  <larsh@soem.dk>
6671         * dired-x.el: Add menu bindings for dired-do-find-marked-files,
6672         dired-do-relsymlink, dired-flag-extension, dired-mark-extension,
6673         dired-mark-omitted, dired-do-relsymlink-regexp, dired-omit-mode.
6675 2005-11-03  Romain Francoise  <romain@orebokech.com>
6677         * net/eudcb-mab.el: Now part of GNU Emacs.  Update FSF's address.
6678         Update copyright years.
6680 2005-11-03  Sam Steingold  <sds@gnu.org>
6682         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
6683         Use system-type instead of window-system because window-system is not
6684         correctly defined during loadup.
6686 2005-11-02  Mark A. Hershberger  <mah@everybody.org>
6688         * xml.el (xml-syntax-table): Allow xml.el to compile in xemacs.
6689         (xml-parse-tag): Join strings separated by a comment properly.
6691 2005-11-02  Andreas Schwab  <schwab@suse.de>
6693         * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Fix last fix.
6695 2005-11-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6697         * emacs-lisp/byte-opt.el (string-to-syntax): Mark it as pure.
6698         (byte-optimize-pure-func): Quote the eval'd value.
6700         * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
6701         Rename from perl-font-lock-syntactic-face-function.
6702         Change the calling convention so it can be used as a font-lock MATCHER.
6703         Do the parse-partial-sexp loop outselves.
6704         (perl-font-lock-syntactic-keywords): Use it.
6705         (perl-mode): Don't set font-lock-syntactic-face-function any more.
6707 2005-11-02  Nick Roberts  <nickrob@snap.net.nz>
6709         * progmodes/gdb-ui.el (gdb-mouse-until): Make it work in the
6710         disassembly buffer too.
6711         (gdb-exited): Remove overlay arrows when execution has finished.
6712         (gdb-info-frames-custom, gdb-info-threads-custom)
6713         (gdb-info-registers-custom): Don't add inappropriate text
6714         properties if inferior is not active.
6716 2005-11-02  Glenn Morris  <rgm@gnu.org>
6718         * progmodes/fortran.el (fortran-blink-match):
6719         Use `blink-matching-delay'.
6721 2005-11-02  John Mongan  <jmongan@mccammon.ucsd.edu>  (tiny change)
6723         * progmodes/f90.el (f90-match-end): Use `blink-matching-delay'.
6725 2005-11-02  Lars Hansen  <larsh@soem.dk>
6727         * net/tramp.el (tramp-action-out-of-band): Handle scp message
6728         "Permission denied".
6730 2005-11-01  Richard M. Stallman  <rms@gnu.org>
6732         * textmodes/flyspell.el (flyspell-external-point-words):
6733         Pass nil to flyspell-get-word.
6735 2005-11-02  Kim F. Storm  <storm@cua.dk>
6737         * menu-bar.el (menu-bar-options-menu): Show "Shift Movement (CUA)"
6738         item instead of "C-x/C-c/C-v (CUA)" if cua-enable-cua-keys is nil.
6740 2005-11-01  Stefan Monnier  <monnier@iro.umontreal.ca>
6742         * calendar/cal-menu.el (date, event): Don't declare as dynamic-var.
6743         (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
6744         (calendar-mouse-print-dates): Add optional `event' argument.
6745         Update interactive-spec.
6746         (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
6747         Use `calendar-event-to-date' instead of `event'.
6749 2005-11-02  Masatake YAMATO  <jet@gyve.org>
6751         * progmodes/ld-script.el (ld-script-builtins):
6752         Add more words: "DATA_SEGMENT_ALIGN", "DATA_SEGMENT_END",
6753         "DATA_SEGMENT_RELRO_END", "LENGTH", "ORIGIN", and "SEGMENT_START".
6754         (auto-mode-alist): Accept .ld, .lds, ld.in and .lds.in.
6756 2005-11-01  Romain Francoise  <romain@orebokech.com>
6758         * vc-sccs.el: Update copyright year.
6759         * ezimage.el: Likewise.
6761 2005-11-01  KOBAYASHI Yasuhiro  <kobayays@otsukakj.co.jp>  (tiny change)
6763         * info.el (Info-fontify-node): Use `string-width' for fontifying
6764         underlined titles.
6766 2005-11-01  Juri Linkov  <juri@jurta.org>
6768         * info.el (Info-fontify-node): Downcase node header keywords Node,
6769         Prev, Next, Up before comparison.
6770         (Info-history): Insert absolute directory name, and put invisible
6771         property on it.
6773 2005-11-01  Juri Linkov  <juri@jurta.org>
6775         * info.el (Info-file-supports-index-cookies): New variable.
6776         (Info-find-node-2): Check makeinfo version for index cookie support.
6777         (Info-index-nodes): Search for nodes with index cookies only when
6778         Info-file-supports-index-cookies is t.  Otherwise, search nodes
6779         with "Index" in the node name.
6780         (Info-index-node): Search index cookie in the current node only when
6781         Info-file-supports-index-cookies is t.  Otherwise, check the word
6782         "Index" in the node name.
6783         (Info-find-emacs-command-nodes): Remove code that searches nodes
6784         with "Index" node name in the top menu.
6786 2005-11-01  Stefan Monnier  <monnier@iro.umontreal.ca>
6788         * progmodes/scheme.el (scheme-mode-variables): Use the default
6789         comment-indent-function.
6791         * faces.el (face-attribute): Handle the case where a face inherits from
6792         a non-existent face.
6794         * simple.el (eval-expression-print-format): Use lisp-readable syntax
6795         for octal and hexa output, and merge the char into the paren.
6796         (kill-new): Use push.
6797         (copy-to-buffer): Use with-current-buffer.
6798         (completion-setup-function): Move code in loop to remove redundancy.
6799         (minibuffer-local-must-match-map): Don't add bindings that duplicate
6800         those inherited from minibuffer-local-completion-map.
6802         * savehist.el (savehist-mode) <defcustom>:
6803         Use custom-set-minor-mode if available.
6804         (savehist-mode) <defun>: Run the minor mode hook, set the custom state
6805         and emit a message if applicable.
6807 2005-11-01  Hrvoje Niksic  <hniksic@xemacs.org>
6809         * savehist.el: Sync up to version 19.
6810         (savehist-mode): New minor mode.
6811         (savehist-file): Use ~/.emacs.d or ~/.xemacs if available.
6812         (savehist-length): Remove (use history-length instead).
6813         (savehist-file-modes): Rename from savehist-modes.
6814         (savehist-save-hook, savehist-loaded): New vars.
6815         (savehist-load): Use savehist-mode.  Try to smooth up transition from
6816         old format to new format.
6817         (savehist-install): Allow savehist-autosave-interval to be nil.
6818         (savehist-save): Run the new hook.  Be more careful to only trim the
6819         history variables.
6820         (savehist-trim-history): New fun.  Replaces savehist-process-for-saving.
6821         (savehist-printable): Print into a buffer rather than char-by-char.
6823 2005-11-01  John Wiegley  <johnw@newartisans.com>
6825         * iswitchb.el (iswitchb-define-mode-map): Re-enable the
6826         toggle-ignore keybinding (C-a).  The author said it had been
6827         disabled much earlier due to a possible incompatibility, but after
6828         many months of usage I have encountered no problems (and it is a
6829         rather useful option, especially for switching to " *temp*").
6831         * net/eudcb-mab.el (eudc-mab-query-internal): Add backend
6832         support for OS/X's AddressBook, by calling out to the open source
6833         program "contacts" (installable through Fink).
6835         * net/eudc.el (eudc-expand-inline): If the
6836         `eudc-multiple-match-handling-method' is set to `all', delete the
6837         query string before inserting the query result.
6839         * eshell/em-ls.el (eshell-do-ls): Add no-op support for --dired
6840         flag, to prevent Eshell from using the system ls when
6841         `eshell-ls-insert-directory' is in used.
6842         (eshell-ls-insert-directory): Disable font-lock in directory
6843         buffer so that Eshell's own fontification is seen.  This broke
6844         recently due to changes in font-lock, so this goes back to version
6845         21 behavior.
6847 2005-11-01  Nick Roberts  <nickrob@snap.net.nz>
6849         * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New function.
6850         (menu, toggle-gdb-use-inferior-io-buffer): Get rid of defadvice.
6851         (gdb-many-windows): Doc fix.
6853 2005-10-31  Romain Francoise  <romain@orebokech.com>
6855         * help-fns.el (describe-simplify-lib-file-name): Add autoload cookie.
6857 2005-10-31  Dan Nicolaescu  <dann@ics.uci.edu>
6859         * loadup.el: Load emacs-lisp/syntax, font-lock and jit-lock so
6860         that global-font-lock-mode can be enabled by default.
6862         * font-lock.el (font-lock-keywords, font-lock-mode-internal)
6863         (font-lock-add-keywords, font-lock-remove-keywords)
6864         (font-lock-fontify-buffer): Remove autoload cookies.
6866         * jit-lock.el (jit-lock-register): Likewise.
6868         * emacs-lisp/syntax.el (syntax-ppss): Likewise.
6870 2005-10-31  Nick Roberts  <nickrob@snap.net.nz>
6872         * progmodes/gdb-ui.el (gdb-many-windows): Leave window configuration
6873         intact if there is no gud-comint-buffer.
6875 2005-10-31  Luc Teirlinck  <teirllm@auburn.edu>
6877         * progmodes/gud.el (gud-filter): Use comint-update-fence to delete
6878         old prompt comint-prompt-read-only is t and GDB commands are
6879         issued from tool bar etc.
6881 2005-10-31  Masatake YAMATO  <jet@gyve.org>
6883         * vc.el (vc-directory-exclusion-list): Add "{arch}".
6885 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
6887         * thumbs.el (thumbs-thumbsdir): Default to ~/.emacs.d/thumbs.
6888         (thumbs-thumbsdir): Make .emacs.d if it does not exist.
6890 2005-10-30  Michael Albinus  <michael.albinus@gmx.de>
6892         * net/tramp.el (tramp-chunksize): Escape parentheses in docstring
6893         starting at beginning of line.  Fontification is messed up when
6894         `open-paren-in-column-0-is-defun-start' set to t.
6895         Reported by John Paul Wallington <jpw@pobox.com>.
6897 2005-10-30  Luc Teirlinck  <teirllm@auburn.edu>
6899         * comint.el (comint-send-input): Call `comint-update-fence' when
6900         `comint-process-echoes' and `comint-prompt-read-only' are both
6901         non-nil, to avoid leftover read-only newline.
6903 2005-10-30  Richard M. Stallman  <rms@gnu.org>
6905         * textmodes/flyspell.el (flyspell-external-point-words):
6906         Detect when WORD can't be checked properly because
6907         flyspell-get-word finds just part of it, and move on.
6909         * textmodes/ispell.el (ispell-dictionary-alist-5): Add . as
6910         boundarychar for Polish.
6911         (ispell-dictionary-alist-4): Add . as boundarychar for Italian.
6912         (ispell-dictionary-alist-3): Add . and @ as boundarychars for French.
6914 2005-10-31  Nick Roberts  <nickrob@snap.net.nz>
6916         * progmodes/gdb-ui.el (gdb-tooltip-print-1): Fix regexp.
6917         (gdb-registers-font-lock-keywords): Delete.
6918         (gdb-registers-mode): Don't fontify.
6919         (gdb-info-registers-custom): Use text properties instead as, in
6920         future, changed register values will use font-lock-warning-face.
6921         (gdb-local-font-lock-keywords): Rename to...
6922         (gdb-locals-font-lock-keywords): ...for consistency.
6924 2005-10-30  Andre Spiegel  <spiegel@gnu.org>
6926         * vc.el (vc-switch-backend): Better error message if the buffer is
6927         not visiting a file under version control.
6929         * vc-cvs.el (vc-cvs-delete-file): Commit the file after removing it.
6931 2005-10-29  Chong Yidong  <cyd@stupidchicken.com>
6933         * startup.el (command-line): Use ~/.emacs.d/init.el instead of
6934         ~/.emacs.d/.emacs.
6936 2005-10-29  Richard M. Stallman  <rms@gnu.org>
6938         * replace.el (occur-mode-mouse-goto): Always go to other window.
6939         (occur-mode-goto-occurrence): Always switch in same window.
6941         * simple.el (undo): Display message at end, not at start.
6943         * emacs-lisp/timer.el (timer-activate, timer-activate-when-idle):
6944         New arg REUSE-CELL.
6945         (cancel-timer-internal): New function.
6946         (timer-event-handler): Use cancel-timer-internal,
6947         and pass the cell it returns to timer-activate...
6949         * jit-lock.el (jit-lock-function, jit-lock-stealth-fontify)
6950         (jit-lock-deferred-fontify, jit-lock-context-fontify)
6951         (jit-lock-after-change): Test memory-full.
6953 2005-10-29  Ken Manheimer  <ken.manheimer@gmail.com>
6955         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
6956         part of the decoded armor to find the key-identifier.
6957         (pgg-gpg-lookup-key-owner): New function to return the
6958         human-readable identifier of a key owner.
6959         (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
6960         key itself.
6961         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
6962         the key value) if we have a key and can match it against a secret
6963         key.  Also, added a note pointing out fact that the prompt only
6964         indicates the first matching key.
6966         * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
6967         pgg-decrypt-region.
6968         (pgg-pending-timers): A new hash for tracking the passphrase cache
6969         timers, so that new ones supercede old ones.
6970         (pgg-add-passphrase-to-cache): Rename from
6971         `pgg-add-passphrase-cache' to reduce confusion (all callers
6972         changed).  Modified to cancel old timers when new ones are added.
6973         (pgg-remove-passphrase-from-cache): Rename from
6974         `pgg-remove-passphrase-cache' to reduce confusion (all callers
6975         changed).  Modified to cancel old timers when their keys are
6976         removed from the cache.
6977         (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
6978         XEmacs, an indirection to delete-itimer.
6979         (pgg-read-passphrase-from-cache, pgg-read-passphrase):
6980         Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
6981         users can only check cache without risk of prompting.  Correct bug in
6982         notruncate behavior.
6983         (pgg-read-passphrase-from-cache, pgg-read-passphrase)
6984         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
6985         Add informative docstrings.
6986         (pgg-decrypt): Convey provided passphrase in subordinate call to
6987         pgg-decrypt-region.
6989         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
6990         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
6991         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
6992         `passphrase' argument, so the passphrase can be managed externally
6993         and then passed in to the system.
6995         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
6996         (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
6997         so the passphrase cache can be used reliably with identifiers
6998         besides a pgp packet's key id.
7000         * pgg-gpg.el (pgg-pgp-encrypt-region)
7001         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
7002         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
7003         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
7004         argument to all these routines, so the passphrase can be managed
7005         externally and passed in to the system.
7007         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
7008         `notruncate' argument, so the passphrase cache can be used
7009         reliably with identifiers besides a pgp packet's key id.
7011 2005-10-29  Sascha Wilde  <swilde@sha-bang.de>
7013         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
7014         symmetric encryption.
7015         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
7016         encrypted session key.
7017         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
7018         message ask for the passphrase in a proper way.
7020         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
7021         New user commands for symmetric encryption.
7023 2005-10-29  Roland Winkler  <roland.winkler@physik.uni-erlangen.de>
7025         * textmodes/conf-mode.el (conf-assignment-sign)
7026         (conf-assignment-regexp): Fix docstrings.
7027         (conf-mode-initialize): New function.
7028         (conf-mode): Remove optional args.  Use delay-mode-hooks to
7029         recognize recursive calls.
7030         (conf-unix-mode, conf-windows-mode, conf-javaprop-mode)
7031         (conf-space-mode, conf-colon-mode, conf-ppd-mode)
7032         (conf-xdefaults-mode): Use define-derived-mode and
7033         conf-mode-initialize.
7035 2005-10-29  Romain Francoise  <romain@orebokech.com>
7037         * help-fns.el (describe-simplify-lib-file-name): Fix regexp.
7039 2005-10-29  Ken Manheimer  <ken.manheimer@gmail.com>
7041         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
7042         part of the decoded armor to find the key-identifier.
7043         (pgg-gpg-lookup-key-owner): New function to return the
7044         human-readable identifier of a key owner.
7045         (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
7046         key itself.
7047         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
7048         the key value) if we have a key and can match it against a secret
7049         key.  Also, added a note pointing out fact that the prompt only
7050         indicates the first matching key.
7052         * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
7053         pgg-decrypt-region.
7054         (pgg-pending-timers): A new hash for tracking the passphrase cache
7055         timers, so that new ones supercede old ones.
7056         (pgg-add-passphrase-to-cache): Rename from
7057         `pgg-add-passphrase-cache' to reduce confusion (all callers
7058         changed).  Modified to cancel old timers when new ones are added.
7059         (pgg-remove-passphrase-from-cache): Rename from
7060         `pgg-remove-passphrase-cache' to reduce confusion (all callers
7061         changed).  Modified to cancel old timers when their keys are
7062         removed from the cache.
7063         (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
7064         XEmacs, an indirection to delete-itimer.
7065         (pgg-read-passphrase-from-cache, pgg-read-passphrase):
7066         Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
7067         users can only check cache without risk of prompting.  Correct bug in
7068         notruncate behavior.
7069         (pgg-read-passphrase-from-cache, pgg-read-passphrase)
7070         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
7071         Add informative docstrings.
7072         (pgg-decrypt): Convey provided passphrase in subordinate call to
7073         pgg-decrypt-region.
7075 2005-10-20  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
7077         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
7078         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
7079         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
7080         `passphrase' argument, so the passphrase can be managed externally
7081         and then passed in to the system.
7083         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
7084         (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
7085         so the passphrase cache can be used reliably with identifiers
7086         besides a pgp packet's key id.
7088         * pgg-gpg.el (pgg-pgp-encrypt-region)
7089         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
7090         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
7091         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
7092         argument to all these routines, so the passphrase can be managed
7093         externally and passed in to the system.
7095         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
7096         `notruncate' argument, so the passphrase cache can be used
7097         reliably with identifiers besides a pgp packet's key id.
7099 2005-10-29  Sascha Wilde  <swilde@sha-bang.de>
7101         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
7102         symmetric encryption.
7103         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
7104         encrypted session key.
7105         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
7106         message ask for the passphrase in a proper way.
7108         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
7109         New user commands for symmetric encryption.
7111 2005-10-28  Bill Wohler  <wohler@newt.com>
7113         * help-mode.el (help-url): New button type.  Calls browse-url.
7114         (help-xref-url-regexp): New regexp to recognize URLs in docstring.
7115         Similar to Info nodes: URL `url'.
7116         (help-make-xrefs): Create help-url buttons for
7117         help-xref-url-regexp matches.
7119 2005-10-29  Nick Roberts  <nickrob@snap.net.nz>
7121         * tool-bar.el (tool-bar-add-item-from-menu)
7122         (tool-bar-local-item-from-menu): Fix doc strings.
7124 2005-10-28  Romain Francoise  <romain@orebokech.com>
7126         * ldefs-boot.el: Update.
7128         * subr.el (locate-library): Move from help-fns.el.
7129         * help-fns.el (locate-library): Move to subr.el.
7131 2005-10-28  Richard M. Stallman  <rms@gnu.org>
7133         * net/tramp.el (tramp-completion-mode): defvar moved up.
7135         * emacs-lisp/easymenu.el (easy-menu-change): Doc fix.
7137         * tool-bar.el (tool-bar-mode): Delete autoload cookie.
7139         * files.el (find-file-noselect): Use %d to format large file size.
7141         * bindings.el (mode-line-format): Add %e.
7143         * loadup.el ("facemenu"): Load unconditionally.
7144         ("image", "international/fontset", "dnd", "mwheel", "tool-bar"):
7145         ("x-dnd"): Load, when appropriate.
7147         * startup.el (command-line): Call before-init-hook earlier.
7148         Warn about some bad characters in -u user name.
7150         * textmodes/flyspell.el (flyspell-large-region): Pass -t if Tex file.
7151         (flyspell-external-point-words): Error if misspelled word is not found.
7152         Set flyspell-large-region-beg at end of word.
7154 2005-10-28  Andreas Schwab  <schwab@suse.de>
7156         * view.el (View-revert-buffer-scroll-page-forward):
7157         Use view-page-size-default.
7159 2005-10-28  Juri Linkov  <juri@jurta.org>
7161         * international/quail.el (quail-get-current-str): Translate last
7162         raw character for deterministic input methods.
7164 2005-10-27  Jay Belanger  <belanger@truman.edu>
7166         * calc/calc-ext.el: Add functions to autoloads.
7167         (math-identity-matrix-p, math-ident-row-p): New functions.
7169         * calc/calc-arith.el (calc-mul-symb-fancy): Add checks for
7170         multiplication by an identity matrix; don't turn multiplication by
7171         an inverse matrix into division.
7172         (math-div-symbol-fancy): Replace division by matrices with
7173         multiplication by inverse.
7175         * calc/calc-misc.el (calcFunc-inv): Check for symbolic matrices.
7177         * calc/calc-alg.el (calcFunc-writeoutpower, math-write-out-power)
7178         (calc-writeoutpower): New functions.
7180 2005-10-27  Romain Francoise  <romain@orebokech.com>
7182         * replace.el (occur-engine): Include colon in mouse-face highlight.
7184         * dired-x.el: Change Maintainer field.
7186 2005-10-26  Chong Yidong  <cyd@stupidchicken.com>
7188         * longlines.el (longlines-mode): Bind after-change-functions to
7189         nil during initial decoding and final encoding.
7191 2005-10-26  Dan Nicolaescu  <dann@ics.uci.edu>
7193         * term.el (term-emulate-terminal, term-handle-colors-array)
7194         (term-handle-ansi-escape): Specify the terminfo capabilities
7195         implemented.
7197 2005-10-26  Richard M. Stallman  <rms@gnu.org>
7199         * info.el (Info-fontify-node): Fix detection of sentence-break
7200         before *Note.
7202 2005-10-26  Romain Francoise  <romain@orebokech.com>
7204         * smerge-mode.el: Add `tools' to file keywords.
7206 2005-10-26  Nick Roberts  <nickrob@snap.net.nz>
7208         * progmodes/gud.el (gud-menu-map): Only display gud-until icon
7209         when the fringe is not available.
7211         * progmodes/gdb-ui.el (def-gdb-auto-updated-buffer)
7212         (def-gdb-auto-update-trigger): Simplify construction.
7213         (gdb-locals-buffer): Use def-gdb-auto-update-trigger instead of
7214         def-gdb-auto-updated-buffer as gdb-info-locals-handler is
7215         defined explicitly.
7216         (gdb-assembler-buffer): Use def-gdb-auto-update-handler instead of
7217         def-gdb-auto-updated-buffer as gdb-invalidate-assembler is
7218         defined explicitly.
7219         (gdb-info-locals-custom): Remove as it's a no-op.
7221 2005-10-25  Chong Yidong  <cyd@stupidchicken.com>
7223         * longlines.el (longlines-mode): Remove narrowing before
7224         performing the initial decoding or final encoding.
7226 2005-10-25  Romain Francoise  <romain@orebokech.com>
7228         * emacs-lisp/find-func.el (find-library-name): Also strip
7229         extension if library name ends in .el, to take advantage of
7230         `find-library-suffixes'.
7232 2005-10-25  Richard M. Stallman  <rms@gnu.org>
7234         * menu-bar.el (menu-bar-help-menu): Say which kind of therapist.
7236 2005-10-25  Juri Linkov  <juri@jurta.org>
7238         * textmodes/texinfo.el (texinfo-mode): Change charset of one
7239         quotation mark from [mule-unicode-0100-24ff] to [japanese-jisx0208].
7241 2005-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
7243         * play/blackbox.el (blackbox-mode-map): Move init into declaration.
7244         (blackbox-redefine-key): Add argument `map'.
7246         * jit-lock.el (jit-lock-fontify-now): Be careful not to skip multiline
7247         regions when moving the jit-lock-context-unfontify-pos boundary.
7249 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
7251         * net/browse-url.el (browse-url-of-buffer): Add ".html" to filename.
7253 2005-10-25  Masatake YAMATO  <jet@gyve.org>
7255         * dired-x.el (dired-virtual): Don't use `dired-insert-headerline'.
7257 2005-10-25  Michael Cadilhac  <michael.cadilhac-@t-lrde.epita.fr>  (tiny change)
7259         * play/blackbox.el (blackbox-redefine-key): New function.
7260         (blackbox-mode-map): Use it to remap existing bindings for cursor
7261         motion instead of binding literal keys.
7263 2005-10-25  Glenn Morris  <rgm@gnu.org>
7265         * calendar/diary-lib.el (diary-list-entries): Prevent infloop when
7266         diary does not end in a newline.  Do not assume a blank line at
7267         the start of the diary file.
7269 2005-10-25  Kenichi Handa  <handa@m17n.org>
7271         * international/quail.el (quail-translate-key): If the input
7272         method is deterministic and failed to handle the last key, restart
7273         the key handling loop from an appropriate key.
7275 2005-10-25  Michael Albinus  <michael.albinus@gmx.de>
7277         * vc.el (vc-dired-mode): Extend comment for binding of
7278         `directory-listing-before-filename-regexp'.
7280 2005-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
7282         * textmodes/texinfo.el (texinfo-mode):
7283         * textmodes/paragraphs.el (sentence-end-base): Use real chars, so as
7284         not to unnecessarily expose emacs-mule's internal char codes.
7286 2005-10-25  Nick Roberts  <nickrob@snap.net.nz>
7288         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Correct help-echo.
7289         Display hand pointer and help-echo on disabled icon too.
7290         (gdb-mouse-until): New function.
7291         (gdb-ann3): Bind it to mouse-2 and drag-mouse-1 in left fringe.
7293 2005-10-24  Chong Yidong  <cyd@stupidchicken.com>
7295         * menu-bar.el (menu-bar-help-menu): Rename "psychiatrist", in line
7296         with 2005-10-23 change to doctor.el.
7298         * finder.el (finder-mode-map): Add follow-link binding.
7300 2005-10-25  Kim F. Storm  <storm@cua.dk>
7302         * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-3 in left fringe
7303         to gdb-mouse-toggle-breakpoint-fringe.
7304         (gdb-mouse-toggle-breakpoint-margin): Rename from
7305         gdb-mouse-toggle-breakpoint.  Fix doc.
7306         (gdb-mouse-toggle-breakpoint-fringe): New defun.
7307         (gdb-put-string): Add optional SPROPS arg.  Add props to string.
7308         (gdb-put-breakpoint-icon): Add gdb-bptno and gdb-enabled
7309         string properties also for fringe breakpoint bitmaps.
7311 2005-10-24  Carsten Dominik  <dominik@science.uva.nl>
7313         * textmodes/org.el (org-start-icalendar-file): Fix format form.
7315 2005-10-25  Masatake YAMATO  <jet@gyve.org>
7317         * simple.el (completion-common-substring):
7318         Use `completion-common-substring' prior to `completion-base-size'.
7320 2005-10-24  Hrvoje Niksic  <hniksic@xemacs.org>
7322         * savehist.el: Require CL while compiling.
7323         (savehist-history-variables): Remove.
7324         (savehist-save-minibuffer-history, savehist-additional-variables)
7325         (savehist-minibuffer-history-variables): New vars.
7326         (savehist-save): Use them.
7327         (savehist-uninstall, savehist-minibuffer-hook): New funs.
7328         (savehist-install): New fun, extracted from savehist-load.
7329         (savehist-load): Use them.
7331 2005-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7333         * emacs-lisp/lisp-mode.el (easy-mmode-define-global-mode): Don't add
7334         a dummy doc-string-elt property.
7335         (defalias, defvaralias, define-category): Add a docstring property.
7337         * image.el (defimage):
7338         * widget.el (define-widget):
7339         * custom.el (defface, defcustom): Add `doc-string' declaration.
7341         * emacs-lisp/advice.el (ad-make-advised-definition): Fix arg-order.
7342         (defadvice): Add `doc-string' declaration.
7344         * emacs-lisp/byte-run.el (macro-declaration-function):
7345         Handle `doc-string' declarations.
7346         (define-obsolete-function-alias, define-obsolete-variable-alias):
7347         Add `doc-string' declaration.
7349 2005-10-24  Kenichi Handa  <handa@m17n.org>
7351         * international/utf-7.el (utf-7): Add autoload cookie.
7353         * term/x-win.el: Register more Cyrillic characters in x-keysym-table.
7355 2005-10-24  Eli Zaretskii  <eliz@gnu.org>
7357         * makefile.w32-in (autoloads): Use "." instead of $(lisp) in the
7358         list of directories passed to batch-update-autoloads.  Add "." to
7359         the list of the echoed directories.
7361         * pgg-def.el:
7362         * pgg-gpg.el:
7363         * pgg-parse.el:
7364         * pgg-pgp.el:
7365         * pgg-pgp5.el:
7366         * pgg.el: Moved here from the gnus subdirectory.
7368 2005-10-24  Nick Roberts  <nickrob@snap.net.nz>
7370         * progmodes/gud.el (gud-filter): Bind inhibit-read-only to t
7371         in case comint-prompt-read-only is set to t.
7373         * progmodes/gdb-ui.el (gdb-send): Bind inhibit-read-only to t
7374         in case comint-prompt-read-only is set to t.
7376 2005-10-24  Ulf Jasper  <ulf.jasper@web.de>
7378         * calendar/icalendar.el (icalendar-version): Increase to 0.13.
7379         Now a string.
7380         (icalendar-import-format): Handle CLASS, STATUS, URL.
7381         Rename `subject' to `summary'.
7382         (icalendar-import-format-summary): Rename from
7383         `icalendar-import-format-subject'.
7384         (icalendar-import-format-url, icalendar-import-format-status)
7385         (icalendar-import-format-class): New variables.
7386         (icalendar--rris): Take variable argument list.
7387         (icalendar--datestring-to-isodate): Remove unnecessary
7388         calendar-style check when converting dates with explicit month names.
7389         (icalendar-export-region): Change return type of conversion
7390         subroutines.  Bury current buffer unless error occurred.
7391         (icalendar--convert-to-ical)
7392         (icalendar--parse-summary-and-rest): New functions.
7393         (icalendar--convert-ordinary-to-ical)
7394         (icalendar--convert-weekly-to-ical)
7395         (icalendar--convert-yearly-to-ical)
7396         (icalendar--convert-block-to-ical)
7397         (icalendar--convert-cyclic-to-ical)
7398         (icalendar--convert-anniversary-to-ical): Change return type.
7399         Strip trailing blanks from subject.
7400         (icalendar--convert-sexp-to-ical): Change return type.
7401         Strip trailing blanks from subject.  Handle simple sexp
7402         entries as generated by icalendar.el.
7403         (icalendar--convert-float-to-ical)
7404         (icalendar--convert-date-to-ical): Strip trailing blanks from subject.
7405         (icalendar-import-file): Doc fix.
7406         (icalendar--format-ical-event): Handle CLASS, STATUS, URL.
7407         Correct call to icalendar--rris.
7408         (icalendar--convert-ical-to-diary): Doc fix.  Rename `subject' to
7409         `summary'.
7410         (icalendar--add-diary-entry): Rename `subject' to `summary'.
7412 2005-10-24  Romain Francoise  <romain@orebokech.com>
7414         * server.el (server-sentinel): Set query-on-exit flag to nil on
7415         new client processes (it isn't inherited from the server process).
7417         * replace.el (occur-engine): Rearrange text properties.
7419 2005-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
7421         * emacs-lisp/debug.el (debugger-make-xrefs): Don't assume
7422         case-fold-search is nil.
7423         (debug-help-follow): Use help-xref-interned directly.
7425 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
7427         * thumbs.el (thumbs-image-type): Add .pbm.
7429 2005-10-23  Richard M. Stallman  <rms@gnu.org>
7431         * faces.el (inhibit-face-set-after-frame-default): New variable.
7432         (set-face-attribute): Bind it.
7433         (face-set-after-frame-default): Test it.
7435         * help-fns.el (describe-simplify-lib-file-name): New function.
7436         (describe-function-1, describe-variable): Use it.
7438         * faces.el (describe-face): Use describe-simplify-lib-file-name.
7440         * tooltip.el (tooltip-x-offset, tooltip-y-offset): Change defaults.
7441         Eliminate nil as possible value.
7442         (tooltip-hide-delay): Reduce internal-border-width.
7444         * menu-bar.el (menu-bar-file-menu) <dired>: Change help-echo string.
7445         (menu-bar-file-menu) <new-file>: Likewise.
7447         * simple.el (line-move-finish): Ignore fields computing LINE-END.
7449         * international/mule.el (load-with-code-conversion):
7450         Pass full file name to `eval-buffer' unless preloading.
7452         * textmodes/flyspell.el (flyspell-large-region):
7453         Call ispell-check-version.
7455         * textmodes/ispell.el (ispell-local-dictionary-overridden):
7456         Fix the make-variable-buffer-local call that was supposed
7457         to be for this variable.
7458         (ispell-aspell-supports-utf8): Doc fix.
7459         (ispell-find-aspell-dictionaries): Preserve elements of
7460         ispell-dictionary-alist for dictionaries that aspell doesn't report.
7461         (ispell-aspell-find-dictionary): Return nil on error.
7463         * play/doctor.el (doctor-doc): Don't say "psychiatrist".
7464         (doctor-symptoms): Likewise.
7466         * add-log.el (add-log-current-defun): Clean up handling of DEFUNs.
7468 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
7470         * cus-edit.el (custom-button, custom-button-pressed): New vars.
7471         (custom-raised-buttons): Add :set spec.
7472         (custom-button-unraised, custom-button-pressed-unraised):
7473         New faces, so that custom-raised-buttons actually does something.
7474         (custom-mode): Use custom-button and custom-button-pressed.
7476         * wid-edit.el (widget-specify-button): Don't ignore
7477         widget-mouse-face on graphic terminals.
7478         (widget-move-and-invoke): Cleanup.
7480 2005-10-23  Thien-Thi Nguyen  <ttn@gnu.org>
7482         * whitespace.el (whitespace-cleanup): Doc fix.
7484 2005-10-23  Romain Francoise  <romain@orebokech.com>
7486         * emulation/viper.el (viper-set-hooks): Quote forms passed to
7487         `eval-after-load' to avoid evaluating their result.
7489 2005-10-23  Michael Albinus  <michael.albinus@gmx.de>
7491         * files.el (directory-listing-before-filename-regexp):
7492         New defvar.  Replaces `dired-move-to-filename-regexp' from dired.el.
7494         * dired.el (dired-move-to-filename-regexp): Remove.
7495         All occurences replaced by `directory-listing-before-filename-regexp'.
7497         * dired-x.el, locate.el, vc.el:
7498         Replace `dired-move-to-filename-regexp' by
7499         `directory-listing-before-filename-regexp'.  In vc.el it is
7500         overwritten locally; maybe this can be handled in files.el too.
7502         * net/ange-ftp.el (ange-ftp-date-regexp): Remove.  All occurences
7503         replaced by `directory-listing-before-filename-regexp'.
7505 2005-10-23  Andreas Schwab  <schwab@suse.de>
7507         * font-lock.el (lisp-font-lock-keywords-2): Add eval-at-startup
7508         and eval-next-after-load.
7510 2005-10-23  MIYOSHI Masanori  <miyoshi@meadowy.org>  (tiny change)
7512         * mouse.el (mouse-drag-region): If the *Messages* buffer doesn't
7513         exist, create it.
7515 2005-10-23  Ken Manheimer  <ken.manheimer@gmail.com>
7517         * allout.el: Remove autoloads for mailcrypt and crypt++.
7518         Require pgg, pgg-gpg during compilation.
7519         (allout-version): Increment version number to 2.1, and use a literal
7520         rather than RCS Id.
7521         (allout-default-encryption-scheme): Remove.
7522         (allout-passphrase-verifier-handling)
7523         (allout-passphrase-verifier-string)
7524         (allout-file-passphrase-verifier-string)
7525         (allout-passphrase-hint-string): Rename -key- to -passphrase-.
7526         (allout-passphrase-hint-handling): Rename and simplify.
7527         (allout-init): Use `find-file-hook' if available, otherwise
7528         `find-file-hooks'.
7529         (allout-mode): Use `write-file-functions' if available, otherwise
7530         `local-write-file-hooks' and, instead of making auto-save-hook
7531         buffer local, make the write-file-hook activity contingent to
7532         allout-mode.
7533         (allout-mode): Use key-binding substitution in the docstring.
7534         (allout-kill-line): Spell-out kill ring data structure mutation
7535         instead of using byte-compiler-complaint-provoking `pop'.
7536         (allout-insert-listified): Use `insert' rather than `insert-string'
7537         (allout-toggle-current-subtree-encryption): Update docstring, adjust
7538         to new gpp-based encryption, use new `allout-encrypted-topic-p'.
7539         (allout-encrypt-string): Totally revamped vis new underlying
7540         encryption facilities.
7541         (allout-mc-activate-passwd): Remove.
7542         (allout-obtain-passphrase): New, more or less replaces
7543         allout-mc-activate-passwd.
7544         (allout-encrypted-key-info): More or less replaces
7545         allout-encrypted-text-type.
7546         (outlineify-sticky, outlinify-sticky): Add autoload cookie.
7547         (my-mark-marker): Use `(featurep 'xemacs)'.
7549 2005-10-23  Lars Hansen  <larsh@soem.dk>
7551         * emacs-lisp/bytecomp.el (byte-compile-lambda): New arg add-lambda.
7552         (byte-compile-file-form-defmumble, byte-compile-defun)
7553         (byte-compile-defmacro): Use it.
7554         (byte-compile-form): Don't call byte-compile-set-symbol-position
7555         when a byte-compile handler is called.
7557 2005-10-22  Romain Francoise  <romain@orebokech.com>
7559         * savehist.el (savehist-history-variables): Add `grep-find-history'.
7561         * subr.el (eval-after-load): Convert library name to an absolute
7562         file name using locate-library, since load-history no longer has
7563         library names in it.
7565 2005-10-22  Richard M. Stallman  <rms@gnu.org>
7567         * files.el (make-temp-file): Move from subr.el.
7568         * subr.el (make-temp-file): Move to files.el.
7570         * window.el (get-buffer-window-list): Move from subr.el.
7571         * subr.el (get-buffer-window-list): Move to window.el.
7573         * image.el (image-load-path): Use eval-at-startup to initialize.
7575         * subr.el (eval-at-startup): New macro.
7577         * subr.el: Much rearrangement of functions and division
7578         into pages.  No code changes.
7580 2005-10-22  Kenichi Handa  <handa@m17n.org>
7582         * tar-mode.el (tar-extract): Be sure to call
7583         find-operation-coding-system if set-auto-coding doesn't find a
7584         coding system.
7586 2005-10-22  Kim F. Storm  <storm@cua.dk>
7588         * image.el (image-type-header-regexps): Rename from image-type-regexps.
7589         Change users.
7590         (image-type-file-name-regexps): New defconst.
7591         (image-type-from-data): Simplify loop.
7592         (image-type-from-buffer): New defun.
7593         (image-type-from-file-header): Use it instead of image-type-from-data.
7594         Use image-search-load-path instead of only looking in data-directory.
7595         (image-type-from-file-name): New defun.
7596         (image-search-load-path): Change `pathname' to `filename'.
7597         Make PATH arg optional, default to image-load-path.
7599 2005-10-21  Richard M. Stallman  <rms@gnu.org>
7601         * textmodes/texinfo.el (texinfo-mode): Set sentence-end-base.
7603         * textmodes/paragraphs.el (sentence-end-base): New variable.
7604         (sentence-end): Use sentence-end-base.
7606 2005-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
7608         * font-lock.el (font-lock-default-fontify-region): Check the multiline
7609         property independently from the font-lock-multiline variable.
7611 2005-10-21  Richard M. Stallman  <rms@gnu.org>
7613         * emacs-lisp/find-func.el (find-library-name): Doc fix.
7615         * startup.el (command-line): Convert library names
7616         in `load-history' to absolute file names.
7618         * subr.el (symbol-file): Doc fix.
7620         * loadhist.el (file-loadhist-lookup): Call locate-library
7621         instead of find-library-name.  Don't try converting
7622         abs file names to library names, since load-history no longer
7623         has library names in it.
7624         (file-dependents, file-provides, file-requires): Doc fixes.
7626 2005-10-21  Juri Linkov  <juri@jurta.org>
7628         * progmodes/etags.el (tags-table-mode): New function.
7629         (tags-verify-table): Replace initialize-new-tags-table with
7630         tags-table-mode.
7632         * desktop.el (desktop-buffers-not-to-save): Remove TAGS from the
7633         default value.
7634         (desktop-modes-not-to-save): Add tags-table-mode to the
7635         default value.
7637         * info.el (Info-index-next): Add total number of index
7638         alternatives to the message.
7640         * textmodes/fill.el (fill-nobreak-p): Fix first two rules to skip
7641         backward only space (instead of space and period) before looking
7642         at sentence end.
7644         * simple.el (set-variable): Use user-variable-p instead of symbolp.
7645         Add the old variable value as 4th default-value arg of read-string.
7647 2005-10-21  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
7649         * cus-face.el (custom-declare-face): Make face from X resources
7650         also on Mac.
7652         * disp-table.el (standard-display-g1, standard-display-graphic):
7653         Refuse to use string glyphs also on Mac.
7654         (standard-display-european): Don't set terminal coding system also
7655         on Mac.
7657         * frame.el (display-screens): Use x-display-screens also on Mac.
7659 2005-10-21  Romain Francoise  <romain@orebokech.com>
7661         * net/rcirc.el: Now part of GNU Emacs.  Update FSF's address.
7663 2005-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
7665         * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): Make $@
7666         and $? into sexps.
7668         * font-lock.el (font-lock-compile-keywords): Add a help-echo to the
7669         warning face on open-paren-in-column-0.
7671         * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Fix corner
7672         boundary case.  Fix typo.
7673         Suggested by Martin Rudalics <rudalics@gmx.at>.
7675 2005-10-21  Carsten Dominik  <dominik@science.uva.nl>
7677         * textmodes/org.el (org-combined-agenda-icalendar-file)
7678         (org-icalendar-include-todo, org-icalendar-combined-name): New options.
7679         (org-export-icalendar-this-file)
7680         (org-export-icalendar-all-agenda-files)
7681         (org-export-icalendar-combine-agenda-files): New commands.
7682         (org-export-icalendar, org-print-icalendar-entries)
7683         (org-start-icalendar-file, org-finish-icalendar-file)
7684         (org-ical-ts-to-string): New functions.
7685         (org-read-date, org-goto-calendar)
7686         (org-agenda-goto-calendar): Inhibit displaying diary entries by
7687         call to `calendar'.
7688         (orgtbl-setup): Remove the :keys arguments from the menu description.
7689         (org-after-save-iCalendar-file-hook): New variable.
7691 2005-10-21  Kenichi Handa  <handa@m17n.org>
7693         * language/vietnamese.el (tcvn-5712): Make it an alias of
7694         vietnamese-tcvn coding-system.
7696 2005-10-20  Michael Albinus  <michael.albinus@gmx.de>
7698         * net/ange-ftp.el (ange-ftp-date-regexp): Handle also the case no
7699         group id is given.
7701 2005-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7703         * progmodes/sh-script.el (sh-escaped-line-re): New var.
7704         (sh-here-doc-open-re, sh-font-lock-close-heredoc): Use it.
7705         (sh-font-lock-open-heredoc): Try to properly handle heredoc starters
7706         whose line is either continued or ends with a comment.
7708 2005-10-20  Romain Francoise  <romain@orebokech.com>
7710         * net/rcirc.el (with-rcirc-process-buffer): Move above its first user.
7712         * replace.el (occur-engine): Add follow-link property.
7714         * font-core.el (font-lock-mode): Doc fix.
7716 2005-10-20  Richard M. Stallman  <rms@gnu.org>
7718         * net/rcirc.el: New file.
7720 2005-10-20  Bryan Henderson  <bryanh@giraffe-data.com>  (tiny change)
7722         * term.el (term-term-name): Initialize to "eterm-color".
7724 2005-10-20  Ken Manheimer  <ken.manheimer@gmail.com>
7726         * allout.el: Add autoloads of crypt++ and mailcrypt routines, all
7727         for encryption functionality.
7728         Move allout customization subgroup from `editing' to `outlines' group.
7729         Fix commentary keywords to legitimate ones.
7730         Update author info (using my current email address, obscurified).
7731         (allout-encrypt-string, allout-encryption-produce-work-buffer)
7732         (allout-encrypted-topic-p, allout-encrypted-text-type)
7733         (allout-mc-activate-passwd, allout-create-encryption-key-verifier)
7734         (allout-situate-encryption-key-verifier)
7735         (allout-get-encryption-key-verifier, allout-verify-key)
7736         (allout-next-topic-pending-encryption)
7737         (allout-encrypt-decrypted, allout-encrypted-type-prefix): New funcs.
7738         (outline-topic-encryption-bullet, outline-default-encryption-scheme)
7739         (outline-key-verifier-handling, outline-key-hint-handling)
7740         (outline-encrypt-unencrypted-on-saves): New defcustoms.
7741         (allout-file-key-verifier-string, allout-encryption-scheme)
7742         (allout-key-verifier-string, allout-key-hint-string)
7743         (allout-after-save-decrypt): New variables.
7744         (allout-write-file-hook-handler, allout-auto-save-hook-handler)
7745         (allout-after-saves-handler): New hook functions.
7746         (allout-post-command-business): Do allout-after-save-decrypt.
7747         (allout-enable-file-variable-adjustment): Custom var to enable
7748         mechanism for adding and adjusting settings of Emacs file variables.
7749         (allout-adjust-file-variable, allout-file-vars-section-data):
7750         New functions, implement the mechanism.
7751         (outlineify-sticky): Use the file vars mechanism.
7752         (allout-inhibit-protection, allout-during-write-cue)
7753         (allout-override-protect, allout-before-change-protect): Remove.
7754         (allout-flag-region, allout-open-topic): Adjust read-only text.
7755         (allout-open-line-not-read-only): Add to facilitate read-only
7756         text based protection.
7757         (allout-kill-line): Revise to adjust read-only text, clue the
7758         user about the inhibition.
7759         (allout-unprotected): Use unwind-protect.
7760         (allout-shift-in, allout-shift-out): Disallow manually shifting a
7761         topic deeper than the offspring depth of the previous topic -
7762         avoiding confusing "containment discontinuities".
7763         (allout-reindent-bodies): Fix retention of body relative hanging
7764         indent during promotion of collapsed bodies.
7765         (allout-open-topic): Make it easy to open new topic with same
7766         bullet as current topic - topic creation functions provided with
7767         any universal argument provokes now prompt for bullet, defaulting
7768         to the bullet of the previous topic.
7769         (allout-plain-bullets-string, allout-distinctive-bullets-string):
7770         Plain bullet alternates `.' period and `,' comma only.  All other
7771         bullets are relegated to special status (but customizable).
7772         (allout-end-of-entry): Rename from allout-end-of-current-entry
7773         since it actually operates w.r.t. most immediately containing
7774         entry, visible or not.
7775         (allout-hide-current-entry, allout-show-current-entry): Use the
7776         revised version.
7777         (allout-old-expose-topic): Solidify deprecation.
7778         (allout-end-of-subtree): Add so we can span concealed as well
7779         as visible topics.
7780         (allout-end-of-current-subtree): Use `allout-end-of-subtree'.
7781         (allout-end-of-current-heading): Tweak to just respect the first line.
7782         (allout-get-body-text): Add.
7783         (allout-ascend-to-depth, allout-ascend): Position at end of prefix
7784         when invoked interactively.
7785         (allout-up-current-level): Use `interactive-p'.
7786         (allout-mode, allout-init): Miscellaneous docstring and
7787         operational refinements, as well as hookups of new encryption stuff.
7788         (allout-beginning-of-current-entry): Now works as advertised.
7789         (allout-end-of-current-entry): Remove of superfluous allout-show-entry.
7790         (allout-isearch-rectification): Refine condition for isearching.
7791         (allout-isearch-abort, allout-enwrap-isearch)
7792         (allout-flag-region, my-region-active-p): Relocate some macros.
7793         (allout-title): Fallback title is (buffer-name), not
7794         non-existing (current-buffer-name).
7795         (subst-char-in-string): Define if absent (for some XEmacs versions).
7797 2005-10-20  Jari Aalto  <jari.aalto@cante.net>
7799         * mail/sendmail.el (mail-setup-hook, mail-aliases)
7800         (mail-yank-prefix, mail-indentation-spaces, mail-yank-hooks)
7801         (mail-citation-prefix-regexp, mail-signature-file)
7802         (mail-default-headers, mail-bury-selects-summary)
7803         (mail-send-nonascii): Add autoload cookies.
7805 2005-10-20  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>  (tiny change)
7807         * frame.el (blink-cursor-mode): Add `mac' to the list of
7808         window-system's that support blinking cursor.
7810 2005-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
7812         * textmodes/org.el (org-level-color-stars-only): Fix typo in docstring.
7814 2005-10-20  Eli Zaretskii  <eliz@gnu.org>
7816         * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el):
7817         Bind find-file-suppress-same-file-warnings to t, to avoid warnings due
7818         to different drive letter case in D:/foo/bar.el vs d:/foo/bar.el.
7820 2005-10-20  Kim F. Storm  <storm@cua.dk>
7822         * ido.el (ido-is-tramp-root): Simplify regexp matching tramp root.
7823         (ido-set-current-directory): Don't add / after final @.
7824         (ido-file-name-all-completions-1): Adapt to fixed tramp completion.
7825         Explicitly handle ange-ftp completion oddities.
7826         (ido-make-file-list): Don't rotate list at tramp root to avoid
7827         triggering tramp file handler for expand-file-name via get-file-buffer.
7829 2005-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
7831         * savehist.el (savehist-coding-system): Revert to checking XEmacs.
7833 2005-10-19  Jay Belanger  <belanger@truman.edu>
7835         * calc/calc-units.el (math-standard-units): Add units, adjust
7836         symbols and update values.
7837         (math-unit-prefixes): Add more prefixes.
7839 2005-10-19  Romain Francoise  <romain@orebokech.com>
7841         * bookmark.el (bookmark-menu-heading): New face.
7842         (bookmark-bmenu-list): Use it.
7843         Don't fiddle with `baud-rate' at top-level.
7845 2005-10-18  Chong Yidong  <cyd@stupidchicken.com>
7847         * image.el (create-image, find-image): Mention max-image-size in
7848         docstring.
7850 2005-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
7852         * savehist.el (savehist-load): Revert to checking XEmacs.
7854         * textmodes/conf-mode.el: Don't use font-lock-defaults-alist.
7855         Various docstring and line-width fixups.
7856         (conf-mode): Use cond.
7857         Set font-lock-defaults.  Don't set comment-use-syntax.
7859 2005-10-18  David Ponce  <david@dponce.com>
7861         * tree-widget.el (tree-widget-button-click): New function.
7862         (tree-widget-button-keymap): Use it.
7864 2005-10-18  Romain Francoise  <romain@orebokech.com>
7866         * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
7867         (bookmark-bmenu-hide-filenames): Add follow-link property.
7868         Improve help-echo text.
7870         * ffap.el (find-file-at-point): Doc fix.
7872 2005-10-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
7874         * mouse.el (mouse-set-region): Don't do sit-for on a mac frame.
7876 2005-10-18  Masatake YAMATO  <jet@gyve.org>
7878         Install to the CVS repository what I forgot to install in my
7879         2005-10-16 changes.
7881         * progmodes/python.el (python-complete-symbol): Pass the common
7882         prefix substring of completion to `display-completion-list'.
7884         * textmodes/org.el (org-complete): Ditto.
7886 2005-10-18  Masatake YAMATO  <jet@gyve.org>
7888         Fix a bug reported by Sven Joachim <sven_joachim@web.de>.
7890         * woman.el (WoMan-xref-man-page): New button type derived
7891         from `Man-abstract-xref-man-page'.
7892         (woman-mode): Pass `WoMan-xref-man-page' to `Man-highlight-references'.
7894         * man.el (Man-abstract-xref-man-page): New button type.
7895         (Man-xref-man-page): Make it derived from `Man-abstract-xref-man-page'.
7896         (Man-highlight-references): Add new optional argument `xref-man-type'.
7898 2005-10-18  Nick Roberts  <nickrob@snap.net.nz>
7900         * progmodes/gud.el (gud-menu-map): Correct condition for fringe.
7902 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
7904         * cus-edit.el (Custom-move-and-invoke): Delete.
7905         (custom-mode-map): Bind mouse-1 to widget-move-and-invoke.
7907         * wid-edit.el (widget-move-and-invoke): New function, from
7908         Custom-move-and-invoke.
7910 2005-10-17  Bill Wohler  <wohler@newt.com>
7912         Move all remaining images from lisp/toolbar to etc/images, move
7913         lisp/toolbar/tool-bar to lisp and "delete" lisp/toolbar.  Place
7914         the low resolution images in their own directory (low-color).
7916         * toolbar/attach.*, toolbar/cancel.*, toolbar/close.*
7917         * toolbar/copy.*, toolbar/cut.*, toolbar/diropen.*, toolbar/exit.*
7918         * toolbar/help.*, toolbar/home.*, toolbar/index.*, toolbar/info.*
7919         * toolbar/mail.*, toolbar/new.*, toolbar/open.*, toolbar/paste.*
7920         * toolbar/preferences.*, toolbar/print.*, toolbar/save.*
7921         * toolbar/saveas.*, toolbar/search.*, toolbar/search-replace.*
7922         * toolbar/spell.*, toolbar/undo.*: Move to etc/images.
7924         * toolbar/lc-copy.*: Move to etc/images/low-color/copy.*.
7925         * toolbar/lc-cut.*: Move to etc/images/low-color/cut.*.
7926         * toolbar/lc-help.*: Move to etc/images/low-color/help.*.
7927         * toolbar/lc-home.*: Move to etc/images/low-color/home.*.
7928         * toolbar/lc-index.*: Move to etc/images/low-color/index.*.
7929         * toolbar/lc-new.*: Move to etc/images/low-color/new.*.
7930         * toolbar/lc-open.*: Move to etc/images/low-color/open.*.
7931         * toolbar/lc-paste.*: Move to etc/images/low-color/paste.*.
7932         * toolbar/lc-preferences.*: Move to etc/images/low-color/preferences.*.
7933         * toolbar/lc-print.*: Move to etc/images/low-color/print.*.
7934         * toolbar/lc-save.*: Move to etc/images/low-color/save.*.
7935         * toolbar/lc-saveas.*: Move to etc/images/low-color/saveas.*.
7936         * toolbar/lc-search.*: Move to etc/images/low-color/search.*.
7937         * toolbar/lc-spell.*: Move to etc/images/low-color/spell.*.
7938         * toolbar/lc-undo.*: Move to etc/images/low-color/undo.*.
7940         To conform with convention, replace the underscore (_) in the
7941         following image names with dash (-) or (/) as appropriate.
7943         * toolbar/back_arrow.*: Move to etc/images/back-arrow.*.
7944         * toolbar/fld_open.*: Move to etc/images/fld-open.*.
7945         * toolbar/fwd_arrow.*: Move to etc/images/fwd-arrow.*.
7946         * toolbar/jump_to.*: Move to etc/images/jump-to.*.
7947         * toolbar/left_arrow.*: Move to etc/images/left-arrow.*.
7948         * toolbar/right_arrow.*: Move to etc/images/right-arrow.*.
7949         * toolbar/up_arrow.*: Move to etc/images/up-arrow.*.
7950         * toolbar/lc-back_arrow.*: Move to etc/images/low-color/back-arrow.*.
7951         * toolbar/lc-fwd_arrow.*: Move to etc/images/low-color/fwd-arrow.*.
7952         * toolbar/lc-jump_to.*: Move to etc/images/low-color/jump-to.*.
7953         * toolbar/lc-left_arrow.*: Move to etc/images/low-color/left-arrow.*.
7954         * toolbar/lc-right_arrow.*: Move to etc/images/low-color/right-arrow.*.
7955         * toolbar/lc-up_arrow.*: Move to etc/images/low-color/up-arrow.*.
7956         * toolbar/mail_compose.*: Move to etc/images/mail/compose.*.
7957         * toolbar/mail_send.*: Move to etc/images/mail/send.*.
7959         * info.el (info-tool-bar-map): Replace underscores in image names
7960         with dashes.
7962         * makefile.w32-in (WINS): Remove toolbar.
7964         * menu-bar.el: Replace toolbar/tool-bar.el with tool-bar.el in comment.
7966         * tool-bar.el: Move to lisp from toolbar.  Now that
7967         toolbar is empty, it should be deleted when folks run "cvs up -P".
7969 2005-10-18  Jay Belanger  <belanger@truman.edu>
7971         * calc/calc-store.el (calc-store-into): Get the proper variable name
7972         to display in message.
7974 2005-10-18  Nick Roberts  <nickrob@snap.net.nz>
7976         * progmodes/gdb-ui.el (gdb-var-create-handler): Make watch
7977         expressions display in speedbar for all buffers when debugging.
7978         (gdb-speedbar-expand-node): Ensure node contraction is always updated.
7980         * speedbar.el (speedbar-set-mode-line-format): Indent properly.
7981         (speedbar-insert-button, speedbar-make-button):
7982         Use add-text-properties.
7983         (speedbar-update-localized-contents)
7984         (speedbar-update-directory-contents)
7985         (speedbar-update-special-contents): Use dolist.
7986         (speedbar-buffer-easymenu-definition): Add a menu separator.
7988 2005-10-17  Jason Rumney  <jasonr@gnu.org>
7990         * makefile.w32-in: Use $(lisp) consistently.
7991         (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): New targets
7992         for shell specific generation of mh-autoloads.
7994 2005-10-17  Richard M. Stallman  <rms@gnu.org>
7996         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Undo prev change.
7998 2005-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
8000         * jit-lock.el (jit-lock-fontify-now):
8001         Move jit-lock-context-unfontify-pos to avoid wasted work.
8003 2005-10-17  Michael Albinus  <michael.albinus@gmx.de>
8005         * net/tramp.el (tramp-completion-mode): New defvar.  Used in
8006         `tramp-completion-mode' for checking if we are in completion mode.
8007         (tramp-completion-handle-file-name-all-completions): Reorder code
8008         in order to complete for file names only in case there are no
8009         method/user/host completions.  This is necessary for cooperation
8010         with ido.  Reported by Kim F. Storm <storm@cua.dk>.
8012 2005-10-16  Chong Yidong  <cyd@stupidchicken.com>
8014         * longlines.el (longlines-search-forward)
8015         (longlines-search-backward): Match any number of spaces.
8017 2005-10-16  Thien-Thi Nguyen  <ttn@gnu.org>
8019         * diff-mode.el (diff-mode): Doc fix.
8021 2005-10-16  David Reitter  <david.reitter@gmail.com>
8023         * mail/sendmail.el (send-mail-function): Use mailclient-send-it
8024         as default on darwin and windows systems.
8026 2005-10-16  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
8028         * arc-mode.el (archive-zip-extract): Doc fix.
8030 2005-10-16  Romain Francoise  <romain@orebokech.com>
8032         * mouse.el (mouse-1-click-follows-link): Doc fix.
8034 2005-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
8036         * savehist.el: Don't require CL at runtime.
8037         (savehist-xemacs): Remove.
8038         (savehist-coding-system): Use utf-8 if present, regardless of religion.
8039         (savehist-no-conversion): Use (featurep 'xemacs).
8040         (savehist-load): Check existence of start-itimer rather than XEmacs.
8041         Use an idle timer.
8042         (savehist-process-for-saving): Replace use of CL funs `subseq' and
8043         `delete-if-not'.
8045 2005-10-16  Hrvoje Niksic  <hniksic@xemacs.org>
8047         * savehist.el: Newer version.
8048         (savehist-autosave-interval, savehist-coding-system, savehist-timer)
8049         (savehist-last-checksum, savehist-no-conversion): New vars.
8050         (savehist-autosave, savehist-process-for-saving, savehist-printable):
8051         New functions.
8052         (savehist-load, savehist-save): Use them.
8053         (savehist-delimit): Remove.
8055 2005-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
8057         * progmodes/compile.el (compilation-goto-locus): Display the
8058         compilation buffer first and the source buffer second, in case they're
8059         in overlapping frames.  Don't raise the compilation frame if it was the
8060         selected window upon entry.  Pass the `other-window' arg to
8061         pop-to-buffer.
8063         * info.el (Info-fontify-node): Use dolist.
8064         Change add-text-properties to put-text-property.
8066 2005-10-16  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
8068         * textmodes/bibtex.el (bibtex-font-lock-url): Catch when point past
8069         bound of search.
8071 2005-10-16  Masatake YAMATO  <jet@gyve.org>
8073         * dabbrev.el (dabbrev-completion): Pass the common
8074         prefix substring of completion to `display-completion-list'.
8076         * filecache.el (file-cache-minibuffer-complete)
8077         (file-cache-complete): Ditto.
8079         * tempo.el (tempo-display-completions): Ditto.
8081         * wid-edit.el (widget-file-complete, widget-color-complete): Ditto.
8083         * emacs-lisp/lisp.el (lisp-complete-symbol): Ditto.
8085         * eshell/em-hist.el (eshell-list-history): Ditto.
8087         * mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto.
8089         * mail/mailalias.el (mail-complete): Ditto.
8091         * progmodes/etags.el (complete-tag): Ditto.
8093         * progmodes/make-mode.el (makefile-complete): Ditto.
8095         * progmodes/meta-mode.el (meta-complete-symbol): Ditto.
8097         * progmodes/octave-mod.el (octave-complete-symbol): Ditto.
8099         * progmodes/pascal.el (pascal-complete-word)
8100         (pascal-show-completions): Ditto.
8102         * textmodes/bibtex.el (bibtex-complete-internal): Ditto.
8104         * simple.el (completion-common-substring): New variable.
8105         (completion-setup-function): Use `completion-common-substring'
8106         to put faces.
8108 2005-10-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
8110         * term/mac-win.el: Apply 2005-10-09 change for term/x-win.el.
8111         (x-get-selection, mac-select-convert-to-string): Convert from/to
8112         UTF-16 clipboard data as in native byte order, no BOM.
8114 2005-10-16  Nick Roberts  <nickrob@snap.net.nz>
8116         * progmodes/gud.el (gud-tool-bar-map): Rename the images
8117         appropriately (gud/next, gud/nexti, gud/step, gud/stepi).
8118         (gud-sentinel): Use speedbar-frame to check for speedbar.
8120 2005-10-15  Richard M. Stallman  <rms@gnu.org>
8122         * savehist.el: New file.
8124 2005-10-14  Karl Chen  <quarl@cs.berkeley.edu>
8126         * textmodes/tex-mode.el (tex-font-lock-keywords-2):
8127         Fix bug in \bf fontification.
8129 2005-10-15  Stefan Monnier  <monnier@iro.umontreal.ca>
8131         * pcvs.el (cvs-edit-log-files): New var.
8132         (cvs-mode-edit-log): New arg `file'.
8133         (cvs-edit-log-minor-wrap): Don't set the ignore-marks property.
8134         Instead force the use of the original file and nothing else.
8135         (cvs-edit-log-filelist): Don't use the cvs-mode-* function unless
8136         the cvs-minor-wrap-function is set.
8137         (cvs-do-edit-log): Obey the vars set in cvs-edit-log-minor-wrap.
8139 2005-10-14  Bill Wohler  <wohler@newt.com>
8141         * toolbar/gud-break.*: Moved to etc/images/gud/break.*.
8142         * toolbar/gud-cont.*: Moved to etc/images/gud/cont.*.
8143         * toolbar/gud-down.*: Moved to etc/images/gud/down.*.
8144         * toolbar/gud-finish.*: Moved to etc/images/gud/finish.*.
8145         * toolbar/gud-ni.*: Moved to etc/images/gud/ni.*.
8146         * toolbar/gud-n.*: Moved to etc/images/gud/n.*.
8147         * toolbar/gud-print.*: Moved to etc/images/gud/print.*.
8148         * toolbar/gud-pstar.*: Moved to etc/images/gud/pstar.*.
8149         * toolbar/gud-remove.*: Moved to etc/images/gud/remove.*.
8150         * toolbar/gud-run.*: Moved to etc/images/gud/run.*.
8151         * toolbar/gud-si.*: Moved to etc/images/gud/si.*.
8152         * toolbar/gud-s.*: Moved to etc/images/gud/s.*.
8153         * toolbar/gud-until.*: Moved to etc/images/gud/until.*.
8154         * toolbar/gud-up.*: Moved to etc/images/gud/up.*.
8155         * toolbar/gud-watch.*: Moved to etc/images/gud/watch.*.
8157         * progmodes/gud.el (gud-tool-bar-map): Rename the images
8158         appropriately (for example, gud-break to gud/break).
8160 2005-10-14  Chong Yidong  <cyd@stupidchicken.com>
8162         * longlines.el (longlinges-search-function)
8163         (longlines-search-forward, longlines-search-backward): New functions.
8164         (longlines-mode): Set isearch-search-fun-function to
8165         longlinges-search-function.
8167         * mouse.el (mouse-drag-region-1): Handle the case where a
8168         double-click event is bound to an arbitrary function.
8170 2005-10-14  David Ponce  <david@dponce.com>
8172         * recentf.el (recentf-track-opened-file)
8173         (recentf-track-closed-file, recentf-update-menu)
8174         (recentf-used-hooks, recentf-enabled-p): Move before dialog stuff.
8175         (recentf-dialog-mode-map): Map follow-link to RET, so dialogs obey
8176         mouse-1-click-follows-link.
8178 2005-10-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
8180         * toolbar/diropen.xpm, toolbar/diropen.pbm: New versions made from
8181         Gnome file-manager.png.  Suggested by
8182         Joachim Nilsson <joachim.nilsson@vmlinux.org>.
8184         * toolbar/README: Add diropen.xpm.
8186 2005-10-13  Bill Wohler  <wohler@newt.com>
8188         * makefile.w32-in (MH_E_SRC): Rename from MH-E-SRC per NMAKE
8189         restrictions.  Suggested by David Robinow <drobinow@gmail.com>.
8191 2005-10-13  Stefan Monnier  <monnier@iro.umontreal.ca>
8193         * progmodes/mixal-mode.el (mixal-operation-codes-alist):
8194         Don't waste the byte-compiler's time on constant data.
8196 2005-10-13  Kenichi Handa  <handa@m17n.org>
8198         * international/utf-8.el (utf-8-compose): Display an invalid UTF-8
8199         byte with `escape-glyph' face.
8201         * international/fontset.el (ccl-encode-unicode-font):
8202         Lookup utf-subst-table-for-encode, not ucs-mule-cjk-to-unicode.
8203         Handle the case that ucs-mule-to-mule-unicode translates a character to
8204         ASCII (usually for IPA characters).
8206 2005-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8208         * info.el (Info-fontify-node): Don't be fooled by a lone "...".
8209         Don't hide the underline of titles if font-lock-mode is disabled.
8211 2005-10-12  Bill Wohler  <wohler@newt.com>
8213         * makefile.w32-in (MH-E-SRC): New.  Used by mh-autoloads.
8214         (mh-autoloads): New.  Builds mh-e/mh-loaddefs.el.  Rebuilds if any
8215         files in MH-E-SRC have been updated.
8216         (updates, compile, recompile, bootstrap): Depend on mh-autoloads.
8218 2005-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8220         * progmodes/mixal-mode.el (mixal-operation-codes): Remove.
8221         (mixal-mode-syntax-table): Add \n as end-comment.
8222         (mixal-operation-codes-alist): Immediately initialize to full value.
8223         (mixal-add-operation-code): Remove.
8224         (mixal-describe-operation-code): Make the arg non-optional.
8225         Use the interactive spec instead.
8226         Use mixal-operation-codes-alist rather than mixal-operation-codes.
8227         (mixal-font-lock-keywords): Don't highlight comments here any more.
8228         (mixal-font-lock-syntactic-keywords): New var.
8229         (mixal-mode): Use it.  Fix comment-start-skip.
8231 2005-10-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
8233         * startup.el (command-line-x-option-alist): -nb => -nbi
8235 2005-10-12  Kim F. Storm  <storm@cua.dk>
8237         * startup.el (fancy-splash-default-action): Discard mouse click in
8238         the splash screen window, as it has no sensible meaning in the
8239         next window to be selected.  Fixes error reported by Jan D.
8241 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
8243         * desktop.el (desktop-load-file): Do nothing when FUNCTION is nil.
8245 2005-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
8247         * progmodes/mixal-mode.el: Sync with version in the GNU MDK project.
8248         Try to fix up minor layout issues like indentation, line break, etc...
8249         (mixal-mode-syntax-table): Don't try to specify comment syntax,
8250         because it doesn't work.
8251         (mixal-operation-codes): Add some more codes.
8252         (mixal-font-lock-keywords): Process comments here.
8253         (mixal-mode): mixasm no longer needs -g option.
8255 2005-10-11  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
8257         * progmodes/sh-script.el (sh-tmp-file):
8258         Use mktemp -t.  Finish support for es and rc shells.
8260 2005-10-11  Jay Belanger  <belanger@truman.edu>
8262         * calc/calcalg2.el (calc-integral): With an argument, compute the
8263         definite integral.
8265 2005-10-11  Chong Yidong  <cyd@stupidchicken.com>
8267         * mouse.el (mouse-drag-region-1): Don't try to catch a
8268         double-click when doing follow-link (it's overridden anyway).
8270 2005-10-11  Juanma Barranquero  <lekktu@gmail.com>
8272         * emacs-lisp/autoload.el (update-directory-autoloads): Doc fix.
8273         (autoload-print-form-outbuf): Add docstring.
8275 2005-10-11  Juri Linkov  <juri@jurta.org>
8277         * info.el (Info-mode-menu): Delete menu item "Edit".
8278         (Info-mode): Delete description of Info-edit from docstring,
8279         and rearrange descriptions of Info commands in the order
8280         they are documented in the Info manual.
8282 2005-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
8284         * calendar/appt.el (appt-check): Use diary-selective-display var.
8286 2005-10-10  Richard M. Stallman  <rms@gnu.org>
8288         * net/newsticker.el (newsticker-start, newsticker-show-news):
8289         Add autoload cookies.
8291 2005-10-10  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>
8293         * progmodes/sh-script.el (sh-tmp-file): Use mktemp.
8295 2005-10-10  Karl Chen  <quarl@cs.berkeley.edu>
8297         * jka-cmpr-hook.el (jka-compr-handler): Fix typo in `operations' prop.
8299 2005-10-10  Jay Belanger  <belanger@truman.edu>
8301         * calc/calc-arith.el (math-check-known-scalarp)
8302         (math-check-known-matrixp): Check the values of arguments that are
8303         variables.
8304         (math-check-known-square-matrixp): New function.
8305         (math-known-square-matrixp): Use math-check-known-square-matrixp.
8306         (math-super-types): Add sqmatrix type.
8308         * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec): Change the
8309         mode name `square' to `sqmatrix'.
8311         * calc/calc.el (calc-matrix-mode, calc-set-mode-line): Change the
8312         mode name `square' to `sqmatrix'.
8314 2005-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8316         * progmodes/etags.el (select-tags-table-mode): Don't use
8317         selective-display.
8318         (tags-select-tags-table): Pass `button' to the action function.
8319         (select-tags-table): Place the side-info on button properties rather
8320         than in hidden text.  Abbreviate file names.
8321         (select-tags-table-mode-map): Inherit rather than copy buttom-map.
8322         (select-tags-table-select): Add `button' argument.
8323         Get side-info from the button property rather than from hidden text.
8325 2005-10-11  Nick Roberts  <nickrob@snap.net.nz>
8327         * progmodes/gud.el (gud-install-speedbar-variables): Add more bindings.
8328         (gud-speedbar-buttons): Preserve point if possible.
8329         (gud-sentinel): Restore previous speedbar display type.
8331         * progmodes/gdb-ui.el (gdba): Improve diagram.
8332         (def-gdb-auto-update-handler, gdb-info-locals-handler)
8333         (gdb-put-breakpoint-icon, gdb-remove-breakpoint-icons):
8334         Call get-buffer-window once.
8336 2005-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8338         * progmodes/pascal.el (pascal-mode-map): Move init into declaration.
8339         (pascal-mode-syntax-table): Make (* *) markers same class as { ... }.
8340         (pascal-indent-command): Remove unused var `ind'.
8341         (pascal-indent-case): Remove unused var `oldpos'.
8342         (pascal-outline-map): Don't inherit from pascal-mode-map anymore,
8343         since it's now used as a proper minor mode map.
8344         (pascal-outline): Rename to pascal-outline-mode.
8345         (pascal-outline-mode): Use define-minor-mode.
8346         (pascal-outline-mode, pascal-outline-change): Use overlays rather than
8347         selective-display.
8349 2005-10-10  Andreas Schwab  <schwab@suse.de>
8351         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Adjust match
8352         number.  Reported by Karl Chen <quarl@cs.berkeley.edu>.
8354         * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Fix for building
8355         outside source directory.
8357 2005-10-10  Carsten Dominik  <dominik@science.uva.nl>
8359         * textmodes/org.el (org-mode-map): Explicit definition of `C-c
8360         C-x' as a prefix.
8361         (orgtbl-mode-map): Full keymap instead of sparse, because all
8362         `self-insert-command' keys are redefined in this map.
8363         (org-export-as-html): Specify charset for HTML file, by taking it
8364         from the coding system.
8366 2005-10-10  Kenichi Handa  <handa@m17n.org>
8368         * textmodes/flyspell.el (flyspell-check-word-p):
8369         If unread-command-events is non-empty, don't call sit-for.
8371 2005-10-09  Richard M. Stallman  <rms@gnu.org>
8373         * font-lock.el (font-lock-syntactic-keywords)
8374         (font-lock-keywords): Doc fixes.
8376         * textmodes/flyspell.el (flyspell-external-point-words):
8377         Simplify logic, and don't try to check for consecutive appearances
8378         of one incorrect word.
8380 2005-10-10  Nick Roberts  <nickrob@snap.net.nz>
8382         * speedbar.el (speedbar-buffer-easymenu-definition): Add menu
8383         separator.
8385         * progmodes/gud.el (gud-last-speedbar-buffer): Remove.
8386         (gud-install-speedbar-variables): Add GUD to speedbar "Displays" list.
8387         (gud-expansion-speedbar-buttons): New function.
8388         (gud-speedbar-buttons): Check for gud-comint-buffer.
8390 2005-10-09  Bill Wohler  <wohler@newt.com>
8392         * Makefile.in (updates): Add mh-loaddefs dependency.
8394 2005-10-09  Chong Yidong  <cyd@stupidchicken.com>
8396         * speedbar.el (speedbar-file-key-map): Fix typo.
8398 2005-10-09  Daniel Brockman  <daniel@brockman.se>
8400         * cus-start.el (line-spacing): Add custom spec.
8402 2005-10-09  Romain Francoise  <romain@orebokech.com>
8404         * textmodes/ispell.el (ispell-check-version): Fix last change.
8406 2005-10-09  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
8408         * term/x-win.el: Remove -i, --icon-type from comment.
8410         * startup.el (command-line-x-option-alist): Remove options -i,
8411         -itype, --icon-type, added -nb, --no-bitmap-icon
8413 2005-10-09  Nick Roberts  <nickrob@snap.net.nz>
8415         * progmodes/gud.el (gud-speedbar-menu-items): Use :visible
8416         instead of :active.
8418 2005-10-08  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
8420         * textmodes/ispell.el (ispell-check-version):
8421         Ignore hyphen, and all that follows, in aspell's version text.
8423 2005-10-08  Jay Belanger  <belanger@truman.edu>
8425         * calc/calc-arith.el (math-known-square-matrixp): New function.
8426         (math-pow-fancy): Check for matrices before distributing exponent
8427         across products.
8429         * calc/calc-keypd.el (calc-do-keypad): Widen keypad window for
8430         fullscreen keypad.  Suggested by Luc Teirlinck.
8431         (calc-keypad-show-input): Add space for formatting.
8433         * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec):
8434         Add square matrix option.
8436         * calc/calc-poly.el (math-expand-term): Check for matrices instead
8437         of checking calc-matrix-mode when deciding how to expand.
8439         * calc/calc.el (calc-set-mode-line): Add square matrix option.
8441 2005-10-08  Lars Hansen  <larsh@soem.dk>
8443         * net/tramp.el (tramp-perl-directory-files-and-attributes):
8444         Add error handling.
8445         (tramp-handle-directory-files-and-attributes): Handle perl error msg.
8447 2005-10-08  Michael Albinus  <michael.albinus@gmx.de>
8449         Sync with Tramp 2.0.51.
8451         * net/tramp.el (tramp-handle-set-visited-file-modtime)
8452         (tramp-handle-insert-file-contents, tramp-handle-write-region):
8453         Insert special handling for `last-coding-system-used', again
8454         it still seems to be necessary (unlike stated before).
8455         Reported by Toshinori Sugita <sugita@d-pad.co.jp>.
8456         (tramp-password-prompt-regexp): There might be other words before
8457         trailing ":".  Reported by Kurt Steinkraus <kurt@steinkraus.us>.
8458         (tramp-chunksize): Improve docstring.
8459         (tramp-set-auto-save-file-modes): Octal integer code #o600 breaks
8460         Emacs 20.  Use `tramp-octal-to-decimal' therefore.  Reported by
8461         Christian Joergensen <bugs@razor.dk>.
8463 2005-10-07  Glenn Morris  <rgm@gnu.org>
8465         * progmodes/f90.el (f90-keywords-re, f90-mode): Doc fix.
8466         (f90-font-lock-keywords-2, f90-mode-abbrev-table): Add `double
8467         precision'.
8469 2005-10-07  Romain Francoise  <romain@orebokech.com>
8471         * ibuf-ext.el (ibuffer-do-shell-command-pipe)
8472         (ibuffer-do-shell-command-pipe-replace)
8473         (ibuffer-do-shell-command-file, ibuffer-do-eval)
8474         (ibuffer-do-view-and-eval, ibuffer-do-rename-uniquely)
8475         (ibuffer-do-revert, ibuffer-do-replace-regexp)
8476         (ibuffer-do-query-replace, ibuffer-do-query-replace-regexp)
8477         (ibuffer-do-print, ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
8478         (ibuffer-filter-by-name, ibuffer-filter-by-filename)
8479         (ibuffer-filter-by-size-gt, ibuffer-filter-by-size-lt)
8480         (ibuffer-filter-by-content, ibuffer-filter-by-predicate
8481         (ibuffer-do-sort-by-major-mode, ibuffer-do-sort-by-mode-name)
8482         (ibuffer-do-sort-by-alphabetic, ibuffer-do-sort-by-size):
8483         Autoload file sans suffix.
8485         * emulation/cua-base.el (cua-toggle-global-mark): Likewise.
8487 2005-10-07  David Ponce  <david@dponce.com>
8489         * recentf.el (recentf-menu-open-all-flag): New option.
8490         (recentf-digit-shortcut-command-name): New function.
8491         (recentf--shortcuts-keymap): New variable.
8492         (recentf-menu-shortcuts): New variable.
8493         (recentf-make-menu-items): Initialize it.  Replace the "More..."
8494         menu item by "All...", if `recentf-menu-open-all-flag' is non-nil.
8495         (recentf-menu-value-shortcut): New function.
8496         (recentf-make-menu-item): Use it.  No more in-lined.
8497         (recentf-dialog-mode-map): Base on `recentf--shortcuts-keymap'.
8498         (recentf-open-most-recent-file): Rename from
8499         `recentf-open-file-with-key'.  Don't depend on key binding.
8500         (recentf-mode-map): New variable.
8501         (recentf-mode): Use it.
8503 2005-10-06  Bill Wohler  <wohler@newt.com>
8505         * mh-e/mh-loaddefs.el: Remove.  Now generated automatically.
8507         * Makefile.in (AUTOGENEL): Add mh-e/mh-loaddefs.el.
8508         (MH-E-SRC): New.  Used by mh-autoloads.
8509         (mh-autoloads): New.  Builds mh-e/mh-loaddefs.el.  Rebuilds if any
8510         files in MH-E-SRC have been updated.
8511         (compile, recompile, bootstrap): Depend on mh-autoloads.
8513 2005-10-07  Nick Roberts  <nickrob@snap.net.nz>
8515         * progmodes/gud.el (gud-menu-map): Only display un-intuitive
8516         gud-break and gud-remove icons when the fringe is not available.
8518         * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width):
8519         Typo.
8521 2005-10-06  Michael Cadilhac  <michael.cadilhac-@t-lrde.epita.fr>  (tiny change)
8523         * play/zone.el (zone): Wrap body with save-window-excursion.
8525 2005-10-06  Stefan Monnier  <monnier@iro.umontreal.ca>
8527         * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
8528         Use the new `list-only' arg to diary-list-entries.
8530         * calendar/diary-lib.el: Use overlays rather than selective-display.
8531         (diary-selective-display): New var.
8532         (diary-header-line-format): Use it.
8533         (diary-list-entries): Add argument `list-only'.
8534         Put the buffer in diary-mode.  Don't add \^M at beg and end.
8535         Replace \^M by invisible overlays.
8536         (diary-unhide-everything): Replace \^M by invisible overlays.
8537         (print-diary-entries): Look for overlays rather than \^M.
8538         Add a space to the temp buffer name.
8539         (diary-show-all-entries, mark-diary-entries, make-diary-entry):
8540         Put the buffer in diary-mode.
8541         (list-sexp-diary-entries): Replace \^M by invisible overlays.
8542         (diary-anniversary): Make the year arg optional.
8543         (diary-time-regexp): New const.
8544         (diary-font-lock-keywords): Use it to accept a few more time formats.
8546         * pcvs.el (cvs-sentinel): Make sure we do re-enable undo.
8548 2005-10-06  Thien-Thi Nguyen  <ttn@gnu.org>
8550         * textmodes/artist.el (artist-ellipse-mirror-quadrant):
8551         Fix bug introduced 2005-07-03: Use (car (last ...))
8552         to faithfully reproduce replaced artist-last.
8553         (artist-set-arrow-points-for-poly): Likewise.
8554         Suggested by Johan Bockg\e,Ae\e(Brd.
8556 2005-10-06  Juanma Barranquero  <lekktu@gmail.com>
8558         * dframe.el (x-pointer-hand2, x-pointer-top-left-arrow):
8559         * wid-edit.el (widget):
8560         * progmodes/gdb-ui.el (gdb-buffer-fringe-width):
8561         * progmodes/vhdl-mode.el (speedbar-attached-frame): Add defvars.
8563 2005-10-06  Kenichi Handa  <handa@m17n.org>
8565         * international/mule-cmds.el (set-language-environment):
8566         Fix setting up of case-table for unibyte mode.
8568         * simple.el (what-cursor-position): If the character is displayed
8569         by some `display' text property, show that.  Don't use
8570         single-key-description for eight-bit characters in multibyte mode.
8572 2005-10-06  Nick Roberts  <nickrob@snap.net.nz>
8574         * progmodes/gdb-ui.el (gdb-fringe-width): New variable.
8575         (gdb-ann3): Set it.
8576         (gdb-put-breakpoint-icon): Don't take fringe-width from speedbar frame.
8577         (gdb-info-frames-custom): Use inverse-video for first five
8578         characters of selected frame only.
8579         (gdb-get-frame-number): Select frame even when point is on frame
8580         number.
8582 2005-10-06  Masatake YAMATO  <jet@gyve.org>
8584         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
8585         Put `font-lock-function-name-face'.
8586         (gdb-info-frames-custom): Put `font-lock-function-name-face'
8587         and `font-lock-variable-name-face'
8588         (gdb-registers-font-lock-keywords): New font lock keywords definition.
8589         (gdb-registers-mode): Use `gdb-registers-font-lock-keywords`.
8590         (gdb-memory-font-lock-keywords): New font lock keywords definition.
8591         (gdb-memory-mode): Use `gdb-memory-font-lock-keywords'.
8592         (gdb-local-font-lock-keywords): New font lock keywords definition.
8593         (gdb-locals-mode): Use `gdb-local-font-lock-keywords'
8594         (gdb-threads-font-lock-keywords): New font lock keywords definition.
8595         (gdb-threads-mode): Use `gdb-threads-font-lock-keywords'.
8597 2005-10-05  Michael Kifer  <kifer@cs.stonybrook.edu>
8599         * ediff-merge.el (ediff-merge-region-is-non-clash): New defsubst.
8600         (ediff-merge-region-is-non-clash-to-skip): Previously called
8601         ediff-merge-region-is-non-clash.
8603         * ediff-mult.el (ediff-append-custom-diff, ediff-meta-show-patch):
8604         Use insert-buffer-substring.
8606         * ediff-ptch.el (ediff-fixup-patch-map): Use better heuristics for
8607         selecting files to patch.  Also bug fixes.
8609         * ediff-util.el (ediff-setup): Bug fix.
8610         (ediff-next-difference): Never skip clashes that differ in white
8611         space only.
8613         * ediff-wind.el (ediff-setup-control-frame)
8614         (ediff-destroy-control-frame): Check the menubar feature.
8616         * viper-cmd.el (viper-normalize-minor-mode-map-alist)
8617         (viper-refresh-mode-line): Use make-local-variable to localize
8618         some vars instead of make-variable-buffer-local.  Suggested by
8619         Stefan Monnier.
8621         * viper-init.el (viper-make-variable-buffer-local): Delete alias.
8622         (viper-restore-cursor-type, viper-set-insert-cursor-type):
8623         Use make-local-variable instead of make-variable-buffer-local.
8624         Suggested by Stefan Monnier.
8626         * viper.el (viper-mode): Don't use viper-make-variable-buffer-local.
8627         (viper-comint-mode-hook): Use make-local-variable on
8628         require-final-newline.
8629         (viper-non-hook-settings): Don't use make-variable-buffer-local.
8631 2005-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
8633         * progmodes/scheme.el (scheme-mode-syntax-table): Mark ; as being
8634         also the second char of a comment-start sequence.
8635         (scheme-sexp-comment-syntax-table): New var.
8636         (lambda, define): Set their scheme-doc-string-elt property.
8637         (scheme-font-lock-syntactic-face-function): Handle sexp-comments.
8638         Use lisp-font-lock-syntactic-face-function now that it properly
8639         handles |...| symbols.
8640         (scheme-mode-variables): Set lisp-doc-string-elt-property,
8641         parse-sexp-lookup-properties and font-lock-extra-managed-props.
8643         * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Move the nesting
8644         bit from # to |.
8645         (lisp-font-lock-syntactic-face-function): Distinguish |...| symbols.
8647         * emacs-lisp/lisp-mode.el (lambda): Add its doc-string-elt property.
8648         (lisp-doc-string-elt-property): New var.
8649         (lisp-font-lock-syntactic-face-function): Use it.
8650         Rewrite to recognize docstrings even for forms not at toplevel.
8652         * progmodes/scheme.el (scheme-mode-syntax-table): Put the nested
8653         annotation on the | part of #| rather than on the # part.
8654         (scheme-font-lock-syntactic-face-function): New function, to
8655         distinguish strings from |...| symbols.
8656         (scheme-mode-variables): Use it.  Also fix up the font-lock-time
8657         syntax-table so that #|...|# is properly highlighted.
8659         * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):
8660         Don't mark as docstring the 3rd elem of an unknown toplevel form.
8662 2005-10-04  Stefan Monnier  <monnier@iro.umontreal.ca>
8664         * bindings.el (global-map): Resync [home] and [end] bindings with C-a
8665         and C-e.
8667         * emacs-lisp/eldoc.el: Move comments into docstrings.
8668         (eldoc-message-commands): Initialize in its declaration.
8669         Add move-beginning-of-line and move-end-of-line.
8670         (eldoc-add-command, eldoc-add-command-completions)
8671         (eldoc-remove-command, eldoc-remove-command-completions): Simplify.
8673         * outline.el (outline-mark-subtree): Activate the mark.
8675         * calendar/appt.el (appt-time-regexp): New var.
8676         (appt-add, appt-make-list): Use it.
8677         (appt-convert-time): Clean up.
8679         * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
8680         Don't set any syntax-table property here.
8681         (tex-font-lock-verb): New function.  Do it here.
8682         (tex-font-lock-syntactic-keywords): Use it.
8684 2005-10-04  Richard M. Stallman  <rms@gnu.org>
8686         * wid-edit.el (widget-file-complete): Get the widget start point
8687         the right way.  Default directory to `/' if file has none.
8689         * x-dnd.el (x-dnd-drop-data): Check for dedicated windows.
8691         * textmodes/flyspell.el (flyspell-mode-on):
8692         Call ispell-maybe-find-aspell-dictionaries.
8694         * textmodes/ispell.el (ispell-word, ispell-region):
8695         Call ispell-maybe-find-aspell-dictionaries.
8696         (ispell-accept-buffer-local-defs):
8697         Don't call ispell-maybe-find-aspell-dictionaries
8699 2005-10-04  Richard M. Stallman  <rms@gnu.org>
8701         * iswitchb.el (iswitchb-buffer-ignore): Label it risky.
8703 2005-10-04  Emilio C. Lopes  <eclig@gmx.net>
8705         * iswitchb.el (iswitchb-ignore-buffername-p): Use `functionp'
8706         instead of `fboundp' in order to allow for anonymous functions.
8708 2005-10-04  Chong Yidong  <cyd@stupidchicken.com>
8710         * info.el (Info-next, Info-prev, Info-up): Select info buffer, in
8711         case the user clicks on the link while another window is selected.
8712         (Info-speedbar-hierarchy-buttons): Use speedbar-current-frame.
8714         * dframe.el (dframe-update-keymap): Use mouse-1-click-follows-link
8715         functionality.
8716         (dframe-help-echo): Save point in case mouse tracking is off.
8718 2005-10-04  Thien-Thi Nguyen  <ttn@gnu.org>
8720         * net/ange-ftp.el (ange-ftp-ls): Fix typo introduced in last change.
8722 2005-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8724         * progmodes/cc-styles.el (c-setup-paragraph-variables): Make sure we do
8725         not change the global value of those vars.
8727         * progmodes/cc-mode.el (c-basic-common-init): Remove calls to
8728         make-local-variable which we do not need any more.
8730 2005-10-03  Chong Yidong  <cyd@stupidchicken.com>
8732         * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path)
8733         (speedbar-ignored-path-expressions, speedbar-buffers-line-path)
8734         (speedbar-add-ignored-path-regexp, speedbar-buffers-line-path)
8735         (speedbar-path-line): Define obsolete aliases.
8736         (speedbar-line-directory): Doc fix.
8738         * progmodes/vhdl-mode.el (vhdl-speedbar-initialize)
8739         (vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory
8740         instead of speedbar-line-path.
8742 2005-10-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
8744         * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window
8745         to nil if dropping on a window.  Handle dropping on a minibuffer window
8746         like dropping on a non-window part of Emacs.
8748 2005-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8750         * net/ange-ftp.el: Use with-current-buffer.
8751         (ange-ftp-insert-directory): Do not follow symlinks any more.
8753         * textmodes/ispell.el (ispell-find-aspell-dictionaries):
8754         Remove interactive spec.
8756 2005-10-03  Kim F. Storm  <storm@cua.dk>
8758         * ido.el (ido-mode): Use custom-initialize-set.
8760 2005-10-02  Richard M. Stallman  <rms@gnu.org>
8762         * progmodes/ebnf2ps.el (ebnf-eps-production-list):
8763         Use insert-buffer-substring.
8765         * net/tramp.el: Pacify byte compiler warnings in pacification code.
8766         (tramp-handle-file-local-copy): Use insert-buffer-substring.
8768 2005-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
8770         * net/ange-ftp.el (ange-ftp-insert-directory): Undo unintended part
8771         in last change.
8772         (ange-ftp-insert-directory): Fix up the search for the case where
8773         `file' is absolute.
8775 2005-10-02  Romain Francoise  <romain@orebokech.com>
8777         * progmodes/compile.el (compile-goto-error): Delete extra paren.
8779 2005-10-02  Andreas Schwab  <schwab@suse.de>
8781         * ediff-ptch.el (ediff-fixup-patch-map): Handle file names without
8782         directory component in the session info.
8784 2005-10-01  Richard M. Stallman  <rms@gnu.org>
8786         * comint.el (comint-redirect-subvert-readonly): Doc fix.
8788         * simple.el (next-error-internal): New function.
8790         * progmodes/compile.el (compilation-buffer-name): New arg MODE-COMMAND.
8791         (compilation-start): Pass new arg to compilation-buffer-name.
8792         (compile-goto-error): Use next-error-internal.
8794 2005-10-01  Chong Yidong  <cyd@stupidchicken.com>
8796         * speedbar.el: Remove RCS tag.
8797         (speedbar-check-read-only): Handle non-existent files.
8799         * dframe.el, ezimage.el, sb-image.el: Remove RCS tags.
8801         * info.el (Info-speedbar-hierarchy-buttons)
8802         (Info-speedbar-goto-node): Call speedbar-select-attached-frame.
8804 2005-10-01  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
8806         * textmodes/bibtex.el (bibtex-valid-entry-whitespace-re):
8807         Do not match newline.
8808         (bibtex-realign): Do not use bibtex-valid-entry-whitespace-re.
8809         (bibtex-summary): Remove unnecessary save-excursion.
8810         (bibtex-fill-field-bounds): Use fill-region-as-paragraph.
8812 2005-10-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
8814         * term/mac-win.el: Add charset info for "iso10646-1".
8815         Modify default fontset to use ATSUI-compatible fonts for some charsets
8816         if available.
8818 2005-10-01  Chong Yidong  <cyd@stupidchicken.com>
8820         * speedbar.el: Re-apply arch tag.
8821         (speedbar-version): Rename to version 1.0.  Suggested by Eric
8822         M. Ludlam.
8823         Reapply two changes from Emacs CVS' version of speedbar lost
8824         during the merge:
8825         (speedbar-use-imenu-flag): Avoid unnecessary use of locate-library.
8826         (speedbar-frame-parameters): Improve customize type.
8828 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
8830         * net/ange-ftp.el (ange-ftp-gwp-start): Use with-current-buffer.
8831         (ange-ftp-file-directory-p): Fix the symlink case.
8832         (ange-ftp-insert-directory): When listing a single file, get a list of
8833         the parent buffer and extract the relevant line.  Inspired from a patch
8834         by Katsumi Yamaoka <yamaoka@jpl.org>.
8835         (ange-ftp-file-name-sans-versions): Simplify.
8837 2005-09-30  Bill Wohler  <wohler@newt.com>
8839         Move MH-E image files from toolbar and mail directories into
8840         etc/images.
8842         * mail/reply2.*: Move to etc/images/mail/reply*.
8844         * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm:
8845         * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Move to
8846         etc/images.
8848         * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*:
8849         * toolbar/reply*: Move to etc/images/mail.
8851         * toolbar/rescan.*: Move and rename to etc/images/refresh.*.
8853 2005-09-30  Eric M. Ludlam  <zappo@gnu.org>
8855         * speedbar.el: New version 1.0pre3.
8857         Frame management code (including timer, and mouse click specifics)
8858         moved to dframe.el:
8859         (speedbar-attached-frame): Removed.  Use dframe-attached-frame.
8860         (speedbar-timer): Removed.  Use dframe-timer.
8861         (speedbar-close-frame): Removed.  Use dframe-close-frame.
8862         (speedbar-activity-change-focus-flag): Removed.  Use
8863         dframe-activity-change-focus-flag.
8864         (speedbar-update-speed, speedbar-navigating-speed): Obsolete.  Use
8865         dframe-update-speed.
8867         (speedbar-current-frame): New macro.  Use this instead of the
8868         variable speedbar-frame.
8870         (speedbar-use-images, speedbar-expand-image-button-alist)
8871         (speedbar-insert-image-button-maybe): Moved to sb-image.el.
8873         (speedbar-find-image-on-load-path): Removed.  Replaced by
8874         defezimage in ezimage.el.
8875         (speedbar-expand-image-button-alist): Removed.  Replaced by
8876         ezimage-expand-image-button-alist in ezimage.el.
8878         (speedbar-ignored-directory-regexp)
8879         (speedbar-add-ignored-directory-regexp)
8880         (speedbar-ignored-directory-expressions)
8881         (speedbar-line-directory, speedbar-buffers-line-directory)
8882         (speedbar-directory-line, speedbar-buffers-line-directory):
8883         Renamed, replacing `path' with `directory'.
8885         (speedbar-create-directory, speedbar-expand-line-descendants)
8886         (speedbar-toggle-line-expansion)
8887         (speedbar-contract-line-descendants): New commands.
8889         (speedbar-query-confirmation-method, speedbar-select-frame-method)
8890         (speedbar-use-tool-tips-flag): New options.
8892         (speedbar-check-read-only, speedbar-require-version)
8893         (speedbar-insert-separator, speedbar-buffers-tail-notes)
8894         (speedbar-handle-delete-frame, speedbar-try-completion)
8895         (speedbar-update-localized-contents): New functions.
8897         (speedbar-incompatible-version, speedbar-ro-to-do-point)
8898         (speedbar-object-read-only-indicator): New variables.
8900         (speedbar-visiting-tag-hook, speedbar-before-visiting-file-hook):
8901         New hooks.
8903         (speedbar-separator-face): New face.
8905         (speedbar-supported-extension-expressions): Add `.g' and `.ma?k'.
8906         (speedbar-ignored-modes): Add fundamental-mode.
8907         (speedbar-directory-unshown-regexp): Add . directories.
8909         (speedbar-key-map): Remove old SPC and DEL page up/down keys.
8910         (speedbar-file-key-map): Add SPC to toggle node expansion, `[' and
8911         `]' for full expand/close.
8912         (speedbar-buffers-key-map): Add SPC to toggle node expansion.
8914         (speedbar-check-vc): Support hidden files.
8915         (speedbar-vc-check-dir-p): Use vc-state if available for CVS.
8916         (speedbar-this-file-in-vc): Use vc-state if available.  If VC
8917         state is nil, it is not checked out.
8919         (speedbar-line-text, speedbar-line-token): Support expand buttons
8920         with no text.
8921         (speedbar-refresh): Universal argument acts as power-click.
8922         (speedbar-fetch-dynamic-tags): If a buffer is in Emacs, switch to
8923         that buffer to get variable values.
8925         And many other bugfixes.
8927         * dframe.el, ezimage.el, sb-image.el: New files.
8929         * sb-*.xpm: Remove files.  New image files installed into
8930         etc/images/ezimage.
8932 2005-09-30  Kenichi Handa  <handa@m17n.org>
8934         * ps-mule.el (ps-mule-show-warning): If a character is in
8935         ps-print-translation-table, don't treat it as non-printable.
8937 2005-09-30  David Ponce  <david@dponce.com>
8939         * tree-widget.el (tree-widget-themes-load-path): New variable.
8940         (tree-widget-themes-directory): Doc fix.
8941         (tree-widget-image-formats) [Emacs]: Doc fix.
8942         (tree-widget--locate-sub-directory): New function.
8943         (tree-widget-themes-directory): Use it.
8945         * recentf.el (recentf-filename-handlers): Rename from
8946         `recentf-filename-handler'.  Allow a list of functions.
8947         (recentf-menu-items-for-commands): Fix :help strings.
8948         (recentf-apply-filename-handlers): New function.
8949         (recentf-expand-file-name): Use it.
8950         (recentf-cleanup): Remove duplicates too.
8952 2005-09-29  Juri Linkov  <juri@jurta.org>
8954         * faces.el: Rearrange face definitions to be in the same order as
8955         their face descriptions in "(emacs)Standard Faces".
8957         * isearch.el (isearch, lazy-highlight): Add group `basic-faces'.
8959         * tooltip.el (tooltip): Add group `basic-faces'.
8961         * buff-menu.el (Buffer-menu-buffer): Remove group
8962         `font-lock-highlighting-faces'.
8964         * progmodes/compile.el (compilation-error, compilation-warning)
8965         (compilation-info, compilation-line-number, compilation-column-number):
8966         Change group from `font-lock-highlighting-faces' to `compilation'.
8968         * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
8969         (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face)
8970         (vhdl-font-lock-function-face, vhdl-font-lock-directive-face)
8971         (vhdl-font-lock-reserved-words-face)
8972         (vhdl-font-lock-translate-off-face, syntax-alist): Remove group
8973         `font-lock-highlighting-faces'.
8975         * cus-edit.el (custom-buffer-sort-alphabetically): Default to nil.
8977 2005-09-28  Kim F. Storm  <storm@cua.dk>
8979         * emulation/cua-base.el: Set CUA move property on additional commands:
8980         up-list, down-list, backward-up-list, end-of-defun beginning-of-defun,
8981         forward-sexp, backward-sexp, forward-list, backward-list.
8983 2005-09-28  Romain Francoise  <romain@orebokech.com>
8985         * comint.el (comint-show-output): Really set point at the
8986         beginning of the output when not using `comint-use-prompt-regexp'.
8988 2005-09-27  Jay Belanger  <belanger@truman.edu>
8990         * calc/calc-lang.el (math-oper-table): Raise the precedence of "/"
8991         in TeX mode.
8993 2005-09-26  Juanma Barranquero  <lekktu@gmail.com>
8995         * textmodes/org.el (org-table-sum): Fix format string.
8997         * textmodes/tex-mode.el (tex-insert-quote, latex-indent):
8998         Quote face names.
9000 2005-09-26  Romain Francoise  <romain@orebokech.com>
9002         * isearch.el (isearch-forward-regexp): Close doc string.
9004 2005-09-25  Richard M. Stallman  <rms@gnu.org>
9006         * simple.el (blink-matching-open): Don't no-op when point is BEGV+1.
9008         * isearch.el (isearch-forward, isearch-forward-regexp): Doc fixes.
9010         * progmodes/compile.el (compilation-error-properties):
9011         When getting the file from the previous error message,
9012         correctly decode the new data format.
9014         * progmodes/cc-cmds.el (c-electric-paren):
9015         Call old-blink-paren only for close-paren.
9017 2005-09-24  Andreas Schwab  <schwab@suse.de>
9019         * term/rxvt.el (rxvt-register-default-colors): Delete redundant
9020         condition.
9022 2005-09-25  Romain Francoise  <romain@orebokech.com>
9024         * dired-aux.el (dired-copy-file-recursive):
9025         * dired.el (dired-delete-file):
9026         * ediff-mult.el (ediff-dir-diff-copy-file):
9027         * ediff-util.el (ediff-test-save-region):
9028         * forms.el (forms-mode):
9029         * ido.el (ido-file-internal, ido-delete-file-at-head):
9030         * log-edit.el (log-edit-done):
9031         * ses.el (ses-yank-resize):
9032         * play/gomoku.el (gomoku-human-plays, gomoku)
9033         (gomoku-human-resigns, gomoku-prompt-for-other-game)
9034         (gomoku-offer-a-draw):
9035         * play/landmark.el (lm-human-resigns, lm):
9036         * net/eudcb-ldap.el (eudc-ldap-check-base):
9037         * play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game):
9038         * progmodes/ebrowse.el (ebrowse-find-pattern):
9039         * progmodes/idlw-shell.el (idlwave-shell-set-bp-check):
9040         * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer):
9041         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and space.
9043         * vc.el (vc-delete-file):
9044         * play/gomoku.el (gomoku-terminate-game, gomoku)
9045         (gomoku-prompt-for-move, gomoku-human-takes-back):
9046         * play/landmark.el (lm-human-takes-back, lm-prompt-for-move)
9047         (lm-start-robot, lm-human-plays): Remove extraneous spaces in messages.
9049 2005-09-24  Dan Nicolaescu  <dann@ics.uci.edu>
9051         * term/rxvt.el (rxvt-register-default-colors): Add support for 255
9052         color rxvt terminals by using the code xterm.el used to use before
9053         2005-04-09 in order to match the colors used by rxvt.
9055 2005-09-24  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>  (tiny change)
9057         * term/rxvt.el (rxvt-register-default-colors): Add support for 88
9058         colors rxvt-unicode terminals by using the same code as xterm.el.
9060 2005-09-24  Stefan Monnier  <monnier@iro.umontreal.ca>
9062         * textmodes/tex-mode.el (tex-font-lock-append-prop)
9063         (tex-font-lock-suscript, tex-insert-quote, latex-indent): Adjust to the
9064         new symbol used for the tex-verbatim face.
9066 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
9068         * woman.el (woman-file-name):
9069         * wid-edit.el (widget-file-prompt-value)
9070         (widget-coding-system-prompt-value):
9071         * w32-fns.el (set-w32-system-coding-system):
9072         * vc.el (vc-version-diff, vc-annotate):
9073         * textmodes/reftex-auc.el (reftex-arg-cite)
9074         (reftex-arg-index-tag):
9075         * textmodes/refer.el (refer-get-bib-files):
9076         * textmodes/artist.el (artist-figlet-choose-font):
9077         * terminal.el (terminal-emulator):
9078         * replace.el (occur-read-primary-args):
9079         * rect.el (string-rectangle, string-insert-rectangle):
9080         * ps-print.el (ps-print-preprint):
9081         * progmodes/pascal.el (pascal-goto-defun):
9082         * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
9083         * progmodes/compile.el (compilation-find-file):
9084         * printing.el (pr-interactive-n-up):
9085         * play/animate.el (animate-birthday-present):
9086         * net/rcompile.el (remote-compile):
9087         * man.el (man, Man-goto-section, Man-follow-manual-reference):
9088         * mail/rmailsum.el (rmail-summary-search-backward)
9089         (rmail-summary-search):
9090         * mail/rmailout.el (rmail-output-read-rmail-file-name)
9091         (rmail-output-read-file-name):
9092         * mail/rmail.el (rmail-search, rmail-search-backwards):
9093         * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
9094         * locate.el (locate):
9095         * international/quail.el (quail-show-keyboard-layout):
9096         * international/mule.el (set-buffer-file-coding-system)
9097         (revert-buffer-with-coding-system, set-file-name-coding-system)
9098         (set-terminal-coding-system, set-keyboard-coding-system)
9099         (set-next-selection-coding-system):
9100         * international/mule-diag.el (describe-coding-system)
9101         (describe-font, describe-fontset):
9102         * international/mule-cmds.el (universal-coding-system-argument)
9103         (search-unencodable-char, describe-input-method)
9104         (set-language-environment, describe-language-environment):
9105         * international/codepage.el (codepage-setup):
9106         * international/code-pages.el (codepage-setup):
9107         * info.el (Info-search, Info-follow-reference)
9108         (Info-search-backward):
9109         * emacs-lisp/advice.el (ad-read-advised-function)
9110         (ad-read-advice-class, ad-clear-cache, ad-activate)
9111         (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
9112         (ad-enable-advice, ad-disable-advice, ad-remove-advice)
9113         (ad-read-regexp):
9114         * ediff-util.el (ediff-toggle-regexp-match):
9115         * ediff-ptch.el (ediff-prompt-for-patch-file):
9116         * dired-aux.el (dired-diff):
9117         * diff.el (diff):
9118         * cus-edit.el (custom-variable-prompt):
9119         * calendar/timeclock.el (timeclock-ask-for-project):
9120         * calc/calcalg3.el (calc-get-fit-variables):
9121         * calc/calc-store.el (calc-edit-variable)
9122         (calc-permanent-variable):
9123         * vc-mcvs.el (vc-mcvs-register):
9124         * shadowfile.el (shadow-define-literal-group):
9125         * woman.el (woman-file-name):
9126         * vc.el (vc-version-diff, vc-merge):
9127         * textmodes/reftex-index.el (reftex-index-complete-tag):
9128         * format.el (format-decode-buffer, format-decode-region):
9129         * emulation/viper-cmd.el (viper-read-string-with-history):
9130         * emacs-lisp/debug.el (cancel-debug-on-entry):
9131         * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
9132         * ediff.el (ediff-merge-revisions)
9133         (ediff-merge-revisions-with-ancestor, ediff-revision):
9134         * completion.el (interactive-completion-string-reader):
9135         * calc/calc-prog.el (calc-user-define-formula):
9136         Follow convention for reading with the minibuffer.
9138 2005-09-24  Steven Huwig  <steven_h@acm.org>  (tiny change)
9140         * progmodes/python.el (python-describe-symbol): Add globals() and
9141         locals() to the arguments of emacs.ehelp.
9143 2005-09-24  Magnus Henoch  <mange@freemail.hu>
9145         * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries):
9146         New function, code extracted from ispell-valid-dictionary-list.
9147         (ispell-valid-dictionary-list, ispell-accept-buffer-local-defs):
9148         Call it.
9150 2005-09-24  Eli Zaretskii  <eliz@gnu.org>
9152         * subr.el (version-regexp-alist): Extend valid syntax for version
9153         strings: allow any of the characters -,_,+ to separate the
9154         alpha/beta/rc part from the version part.  Doc fix.
9155         (version-to-list): Doc fix.  Bind case-fold-search to t, as advertised.
9157 2005-09-23  David Reitter  <david.reitter@gmail.com>
9159         * mail/mailclient.el: New file.
9161 2005-09-23  Richard M. Stallman  <rms@gnu.org>
9163         * textmodes/flyspell.el (flyspell-highlight-incorrect-region)
9164         (flyspell-incorrect-hook, flyspell-highlight-duplicate-region):
9165         Doc fixes.
9167         * progmodes/cc-mode.el (c-font-lock-init):
9168         Specify font-lock-lines-before.
9170 2005-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
9172         * smerge-mode.el (smerge-remove-props): Cause re-highlighting of the
9173         whole conflict.
9175 2005-09-23  Carsten Dominik  <dominik@science.uva.nl>
9177         * textmodes/org.el (org-mode-map, orgtbl-mode-map):
9178         Move keybindings with `C-c C-h' prefix to `C-c C-x' prefix.  Make use
9179         of `remap' feature when available.  Additional key bindings for
9180         better tty support.
9181         (org-mode-restart, org-force-self-insert): New commands.
9182         (org-time-stamp-inactive): New command.
9183         (org-remap): New function.
9184         (org-table-auto-blank-field, org-level-color-stars-only): New options.
9185         (org-enable-fixed-width-editor): Move to `org-structure'
9186         customization group.
9187         (org-self-insert-command, orgtbl-self-insert-command): Modify to
9188         blank field after field motion commands.
9190 2005-09-23  Kenichi Handa  <handa@m17n.org>
9192         * international/mule-cmds.el (set-language-environment):
9193         Don't check utf-translate-cjk-lang-env is nil or not on deciding if we
9194         have to call utf-translate-cjk-load-tables.
9196 2005-09-22  Stefan Monnier  <monnier@iro.umontreal.ca>
9198         * mouse.el (mouse-move-drag-overlay): Fix last change.
9200 2005-09-22  David Ponce  <david@dponce.com>
9202         * tree-widget.el (tree-widget-value-create): Fix previous change.
9204 2005-09-21  Dan Nicolaescu  <dann@ics.uci.edu>
9206         * term/xterm.el (terminal-init-xterm): Fix loading rxvt at run time.
9208 2005-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
9210         * mouse.el (mouse-move-drag-overlay): New function.
9211         (mouse-drag-region-1): Use it.
9212         Try to simplify a bit the state handling.  Handle clicks on links
9213         inside intangible areas.
9214         (mouse-save-then-kill): Minor simplification.
9215         (mouse-secondary-overlay): Make it always non-nil instead of
9216         recreating it each time.
9217         (mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary)
9218         (mouse-kill-secondary, mouse-secondary-save-then-kill):
9219         Simplify accordingly.
9221 2005-09-21  Dan Nicolaescu  <dann@ics.uci.edu>
9223         * term/rxvt.el (rxvt-standard-colors): Fix some colors.
9225 2005-09-20  Michael Kifer  <kifer@cs.stonybrook.edu>
9227         * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt.
9228         (ediff-file-name-sans-prefix): Treat nil as an empty string.
9229         (ediff-fixup-patch-map): Better heuristic for intuiting the file names
9230         to patch.
9232         * ediff-util.el: Use insert-buffer-substring.
9234         * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Bug fix.
9236         * emulation/viper-cmd.el (viper-change-state): Don't move over the
9237         field boundaries in the minibuffer.
9238         (viper-set-minibuffer-style): Add viper-minibuffer-post-command-hook.
9239         (viper-minibuffer-post-command-hook): New hook.
9240         (viper-line): Don't move cursor at bolp.
9242         * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Fix message.
9244         * emulation/viper-init.el: Add alias to make-variable-buffer-local to
9245         avoid compiler warnings.
9247         * emulation/viper-macs.el (ex-map): Better messages.
9249         * emulation/viper-utils.el (viper-beginning-of-field): New function.
9251         * emulation/viper.el: Replace make-variable-buffer-local with
9252         viper-make-variable-buffer-local everywhere, to avoid warnings.
9254 2005-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
9256         * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
9257         Delete unused var `old-selected-window'.
9258         (mouse-drag-region-1): Delete unused vars `start-frame', `end-of-range'.
9259         (mouse-drag-secondary): Delete unused var `start-frame'.
9261 2005-09-19  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>  (tiny change)
9263         * term/rxvt.el (terminal-init-rxvt): Add entry for [end].
9265 2005-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
9267         * calendar/calendar.el (mark-visible-calendar-date): Save excursion.
9268         Re-indent within 80 columns.  Use inhibit-read-only.
9270 2005-09-19  Romain Francoise  <romain@orebokech.com>
9272         * calendar/diary-lib.el (mark-diary-entries): Revert last change.
9274 2005-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
9276         * font-lock.el (font-lock-default-fontify-region): Don't add a line
9277         unconditionally, since the after-change-function already did it.
9279 2005-09-19  Miles Bader  <miles@gnu.org>
9281         * net/newsticker.el: Get rid of CVS keyword.
9283 2005-09-19  Johan Bockg\e,Ae\e(Brd  <bojohan+sf@dd.chalmers.se>
9285         * dired-aux.el (dired-handle-overwrite): Don't use `format' here.
9286         The prompt is formatted later.
9288 2005-09-19  David Ponce  <david@dponce.com>
9290         * tree-widget.el (tree-widget-value-create): Save the converted
9291         tree :node widget.
9293 2005-09-19  Juanma Barranquero  <lekktu@gmail.com>
9295         * progmodes/sh-script.el (sh-blink): Fix spurious reference to
9296         variable `message'.
9298 2005-09-18  Michael Albinus  <michael.albinus@gmx.de>
9300         * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
9301         to cover prompts like "login as:".  Reported by Slawomir Nowaczyk
9302         <slawomir.nowaczyk.847@student.lu.se>.
9304 2005-09-18  Chong Yidong  <cyd@stupidchicken.com>
9306         * image.el (image-load-path): Use symbol `data-directory' instead
9307         of its value, for backward compatibility with packages that bind
9308         it during `find-image'.  Suggested by Katsumi Yamaoka.
9309         (image-search-load-path): Handle symbols whose values are strings.
9311 2005-09-18  Romain Francoise  <romain@orebokech.com>
9313         * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap
9314         with-current-buffer form in save-excursion.
9316 2005-09-18  D Goel  <deego@gnufans.org>
9318         * apropos.el (apropos-command): Fix `message' call: first arg
9319         should be a format spec.  In this and all other cases that appear
9320         below and elsewhere in the source code, I made a change only when
9321         two conditions were satisfied: [1] I can think of a possibility
9322         that the arguments would cause an error, for example, the code in
9323         question relies on external variables such as filenames.  [2] I
9324         was sure that the arg to `message' could not have been nil in the code.
9326         * textmodes/tildify.el (tildify-region): Ditto.
9328         * textmodes/reftex-index.el (reftex-index-change-entry)
9329         (reftex-index-phrase-selection-or-word, reftex-query-index-phrase):
9330         * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite):
9331         * textmodes/org.el (org-complete, org-deadline, org-schedule)
9332         (org-priority, org-table-sum):
9333         * textmodes/ispell.el (ispell-check-version, ispell-parse-output):
9334         * textmodes/flyspell.el (flyspell-mode-on, flyspell-notify-misspell)
9335         (flyspell-word, flyspell-display-next-corrections):
9336         * textmodes/bibtex.el (bibtex-print-help-message):
9337         * textmodes/artist.el (artist-key-set-point-poly):
9338         * term/mac-win.el (mac-services-insert-text):
9339         * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings)
9340         (vhdl-hooked-abbrev, vhdl-template-insert-fun)
9341         (vhdl-port-paste-testbench, vhdl-compose-new-component)
9342         (vhdl-compose-configuration):
9343         * progmodes/sh-script.el (sh-blink, sh-show-indent)
9344         (sh-set-indent, sh-learn-line-indent):
9345         * progmodes/ps-mode.el (ps-mode-target-column):
9346         * progmodes/idlwave.el (idlwave-make-tags)
9347         (idlwave-scan-library-catalogs):
9348         * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display):
9349         * progmodes/gud.el (gud-jdb-analyze-source):
9350         * progmodes/flymake.el (flymake-log):
9351         * progmodes/ebnf2ps.el (ebnf-generate-region):
9352         * progmodes/cmacexp.el (c-macro-expansion):
9353         * progmodes/ada-xref.el (ada-treat-cmd-string):
9354         * progmodes/ada-mode.el (ada-create-case-exception-substring)
9355         (ada-justified-indent-current, ada-batch-reformat):
9356         * play/zone.el (zone):
9357         * play/landmark.el (lm-move):
9358         * play/decipher.el (decipher-show-alphabet):
9359         * net/newsticker.el (newsticker--display-jump)
9360         (newsticker--display-scroll):
9361         * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list)
9362         (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list):
9363         * mail/feedmail.el (feedmail-dump-message-to-queue):
9364         * eshell/esh-proc.el (eshell-remove-process-entry):
9365         * emulation/ws-mode.el (ws-last-error):
9366         * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args)
9367         (viper-record-kbd-macro):
9368         * emulation/viper-ex.el (ex-pwd, viper-info-on-file):
9369         * emacs-lisp/lisp-mnt.el (lm-report-bug):
9370         * emacs-lisp/find-func.el (find-function-noselect):
9371         * calendar/timeclock.el (timeclock-status-string)
9372         (timeclock-workday-remaining-string, timeclock-workday-elapsed-string)
9373         (timeclock-when-to-leave-string):
9374         * calendar/icalendar.el (icalendar--convert-ical-to-diary):
9375         * calc/calc-units.el (calc-enter-units-table):
9376         * calc/calc-mode.el (calc-mode-record-mode):
9377         * woman.el (woman-mini-help):
9378         * wdired.el (wdired-change-to-wdired-mode):
9379         * vc.el (vc-retrieve-snapshot):
9380         * strokes.el (strokes-read-stroke, strokes-read-complex-stroke):
9381         * startup.el (display-startup-echo-area-message):
9382         * simple.el (set-goal-column):
9383         * ses.el (ses-command-hook, ses-recalculate-cell):
9384         * server.el (server-process-filter):
9385         * printing.el (pr-interface-txt-print, pr-interface-printify)
9386         (pr-interface-ps):
9387         * pcvs.el (cvs-help):
9388         * log-edit.el (log-edit, log-edit-mode-help):
9389         * iswitchb.el (iswitchb-possible-new-buffer):
9390         * isearch.el (isearch-edit-string):
9391         * image-mode.el (image-mode, image-minor-mode):
9392         * ibuf-macs.el (define-ibuffer-filter):
9393         * hi-lock.el (hi-lock-find-patterns):
9394         * files.el (toggle-read-only):
9395         * ediff-util.el (ediff-copy-diff)
9396         (ediff-write-merge-buffer-and-maybe-kill):
9397         * echistory.el (Electric-history-undefined):
9398         * dnd.el (dnd-insert-text):
9399         * dired-aux.el (dired-query):
9400         * desktop.el (desktop-restore-file-buffer, desktop-lazy-create-buffer):
9401         * bookmark.el (bookmark-bmenu-locate):
9402         * obsolete/fast-lock.el (@top-level) <with-temp-message macro>:
9403         Fix `message' calls to ensure first arg is a format string.
9404         The change was made only when these two conditions were satisfied:
9405         [1] when there is a possibility that the arguments would cause an error
9406         for example, if the code in question relies on external variables
9407         such as filenames, and
9408         [2] if the arg to `message' could not have been nil in the code.
9410         * pcomplete.el (pcomplete--help): Fix `message' format spec.
9411         Not having a %s would be weird, though not technically wrong.
9413 2005-09-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
9415         * term/mac-win.el (mac-add-charset-info): Doc fix.
9417 2005-09-17  Romain Francoise  <romain@orebokech.com>
9419         * shell.el (shell-resync-dirs): Handle echoing processes more
9420         reliably.  Don't insert resync command if `comint-process-echoes'
9421         is non-nil.
9423 2005-09-17  Magnus Henoch  <mange@freemail.hu>
9425         * textmodes/ispell.el (ispell-aspell-supports-utf8): New variable.
9426         (ispell-check-version): Set ispell-aspell-supports-utf8 to t for
9427         aspell versions >= 0.60.
9428         (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
9429         only if ispell-aspell-supports-utf8 is non-nil.
9431 2005-09-17  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
9433         * progmodes/scheme.el (scheme-mode-variables): Use setq to assign
9434         buffer-local value to lisp-indent-function.
9436 2005-09-17  Milan Zamazal  <pdm@zamazal.org>
9438         * progmodes/glasses.el (glasses-make-readable): If
9439         glasses-separator differs from underscore, put appropriate
9440         overlays over underscore characters.
9441         (glasses-convert-to-unreadable): If glasses-separator differs from
9442         underscore, try to convert glasses-separator characters to
9443         underscores.
9445 2005-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
9447         * calendar/diary-lib.el (mark-diary-entries): Don't move point.
9448         Use with-syntax-table and dolist.
9450 2005-09-16  Carsten Dominik  <dominik@science.uva.nl>
9452         * textmodes/reftex-auc.el:
9453         * textmodes/reftex-cite.el:
9454         * textmodes/reftex-dcr.el:
9455         * textmodes/reftex-global.el:
9456         * textmodes/reftex-parse.el:
9457         * textmodes/reftex-ref.el:
9458         * textmodes/reftex-sel.el:
9459         * textmodes/reftex-toc.el:
9460         * textmodes/reftex-vars.el:
9461         * textmodes/reftex.el: Small changes to remove compiler warnings.
9463         * textmodes/reftex-index.el: Likewise.
9464         (reftex-query-index-phrase): More efficient use of markers.
9466 2005-09-15  Chong Yidong  <cyd@stupidchicken.com>
9468         * image.el (image-load-path): New variable.
9469         (image-search-load-path): New function.
9470         (find-image): Search for images in `image-load-path'.
9472 2005-09-15  Richard M. Stallman  <rms@gnu.org>
9474         * follow.el: Change Maintainer field.
9476 2005-09-15  David Ponce  <david@dponce.com>
9478         * recentf.el (recentf-save-file-modes): New option.
9479         (recentf-save-list): Use it.
9481 2005-09-15  Nick Roberts  <nickrob@snap.net.nz>
9483         * bindings.el (mode-line-eol-desc, mode-line-coding-system-map)
9484         (mode-line-mule-info, mode-line-modified): Move bindings from
9485         mouse-3 to mouse-1.
9487 2005-09-15  Chong Yidong  <cyd@stupidchicken.com>
9489         * simple.el (sendmail-user-agent-compose): Revert last change.
9491 2005-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
9493         * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
9494         Use with-current-buffer.
9495         (ange-ftp-gwp-start): Remove unused var `gw-user'.
9496         (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
9497         (ange-ftp-insert-directory): Remove unused var `short'.
9498         (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
9500         * pcvs-defs.el (cvs-version): Recognize CVSNT version string.
9501         (cvs-execute-single-dir): Change default: cvs-1.9 is ancient.
9503         * calendar/cal-menu.el: Don't require easymenu, since we don't use it.
9504         (check-calendar-holidays, diary-list-entries): Autoload.
9505         Otherwise `emacs -q' followed by "mouse-2 -> diary entries" burps.
9506         (calendar-mouse-holidays, calendar-mouse-view-diary-entries): Simplify.
9508         * calendar/diary-lib.el (diary-show-all-entries): Fix last change,
9509         which mistakenly removed a call to display-buffer.
9511 2005-09-14  Juanma Barranquero  <lekktu@gmail.com>
9513         * obsolete/iso-insert.el: Move to obsolete/ from international/.
9515 2005-09-14  Thien-Thi Nguyen  <ttn@gnu.org>
9517         * progmodes/hideshow.el
9518         (hs-hide-comments-when-hiding-all): Remove autoload cookie.
9519         (hs-allow-nesting): New user var.
9520         (hs-discard-overlays): Skip "internal" overlays if nesting allowed.
9521         (hs-hide-block-at-point): When nesting allowed,
9522         if there is already an overlay in place, delete it.
9523         (hs-safety-is-job-n): Delete func; remove call sites.
9524         (hs-hide-level-recursive): Don't pre-clean if nesting allowed.
9525         (hs-overlay-at): New func.
9526         (hs-already-hidden-p, hs-show-block): Use it.
9527         (hs-hide-all): Don't pre-clean if nesting allowed.
9528         (hs-show-all): Temporarily disallow
9529         nesting around call to `hs-discard-overlays'.
9531 2005-09-14  Chong Yidong  <cyd@stupidchicken.com>
9533         * mouse.el (mouse-major-mode-menu): Make `prefix' optional.
9534         Delete unused local var.
9536 2005-09-13  Juanma Barranquero  <lekktu@gmail.com>
9538         * help-fns.el (describe-categories): "?\ " -> "?\s".
9539         (help-do-arg-highlight): Recognize also ARG-n, as in
9540         `move-to-left-margin' (ARG+n is already recognized).  Simplify.
9542         * international/codepage.el (dos-unsupported-char-glyph):
9543         * net/newsticker.el (tool-bar-map, w3-mode-map)
9544         (w3m-minor-mode-map):
9545         * progmodes/vhdl-mode.el (conf-alist, conf-entry, conf-key)
9546         (ent-alist):
9547         * textmodes/reftex-vars.el (reftex-tables-dirty): Add defvars.
9549 2005-09-13  Chong Yidong  <cyd@stupidchicken.com>
9551         * custom.el (custom-push-theme): Handle the case where a symbol is
9552         bound but face properties have not yet been assigned.
9554         * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
9555         Fix behavior if noerase is `t' and there is no mail buffer.
9557         * simple.el (sendmail-user-agent-compose): Use a new mail buffer
9558         if `continue' is nil, rather than signal an error.
9560 2005-09-12  Richard M. Stallman  <rms@gnu.org>
9562         * font-lock.el (font-lock-keywords): Add autoload.
9564         * help-fns.el (describe-variable): Rearrange to put source link
9565         in a predictable place.
9567         * net/newsticker.el: New file.
9569 2005-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
9571         * calendar/calendar.el (calendar-for-loop): Add edebug info.
9572         (calendar-basic-setup): Use the new nil arg.
9573         (number-of-diary-entries): Move to diary-lib.el.
9575         * calendar/diary-lib.el: Use with-current-buffer, match-string.
9576         (diary-list-entries): Use with-syntax-table and dolist.
9577         Rename from list-diary-entries.
9578         Use number-of-diary-entries if `number' is nil.
9579         (diary, diary-view-entries): Use this new name and new nil arg value.
9580         (number-of-diary-entries): Move from calendar.el.
9581         (diary-unhide-everything): New function.
9582         (include-other-diary-files, fancy-diary-display)
9583         (diary-show-all-entries, make-diary-entry): Use it.
9584         (diary-mail-entries): Use buffer-string.
9585         (mark-diary-entries): Fix long standing paren typo.
9586         (diary-sexp-entry): Use count-lines.
9587         (make-diary-entry): Avoid `previous-line'.
9588         (diary-mode-map): New var.
9589         (diary-mode): Redraw cal after saving.  Setup header-line.
9590         (fancy-diary-display-mode): Use local-set-key.
9592         * startup.el (command-line): Try calling various terminal-init-foo-bar
9593         functions by stripping hyphenated suffixes from $TERM.
9595         * files.el (normal-mode): Check boundness of font-lock-keywords.
9597 2005-09-12  Richard M. Stallman  <rms@gnu.org>
9599         * progmodes/compile.el: Don't decide a file's directory
9600         until the user actually tries to go there.
9601         (compilation-next-error-function):
9602         Pass compilation-find-file the directory from the file-struct.
9603         (compilation-internal-error-properties): Separate local FILE-STRUCT
9604         from FILE.  Doc the args better.  Rename arg FMT to FMTS.
9605         (compilation-find-file): Arg DIR renamed to DIRECTORY.
9606         Expand it, and if nil, use default-directory.
9607         (compilation-get-file-structure): Don't mix specified directory
9608         with default directory.  Put specified directory into
9609         file-struct.  Don't make the file name absolute.
9611         * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
9612         (compile-command): Add autoload.
9613         (compilation-disable-input): Add autoload.
9615 2005-09-11  Stephen Gildea  <gildea@stop.mail-abuse.org>
9617         * time-stamp.el: Mention variable `time-stamp-pattern' in doc
9618         strings of the variables it can override.
9619         (time-stamp): New (as yet undocumented) time-stamp-format escapes
9620         %Q and %q, for fully-qualified domain name and unqualified host name.
9622 2005-09-11  Kim F. Storm  <storm@cua.dk>
9624         * emacs-lisp/authors.el (authors-aliases): Update list.
9625         (authors-fixed-entries): Update mldrag.el entry.
9627 2005-09-10  Alan Mackenzie  <acm@muc.de>
9629         * page.el (narrow-to-page): Exclude _entire_ multi-line delimiter
9630         from the region narrowed to.
9632 2005-09-10  Magnus Henoch  <mange@freemail.hu>
9634         * textmodes/ispell.el (ispell-check-version): Signal an error if
9635         aspell version is less than 0.60.
9637 2005-09-10  Pascal Dupuis  <Pascal.Dupuis@esat.kuleuven.be>  (tiny change)
9639         * progmodes/octave-inf.el (inferior-octave-startup):
9640         Resync current dir at the end.
9642 2005-09-10  Emilio C. Lopes  <eclig@gmx.net>
9644         * woman.el (woman-topic-at-point-default):
9645         Rename to woman-use-topic-at-point-default.
9646         (woman-topic-at-point): Rename to woman-use-topic-at-point.
9647         (woman-file-name): Reflect renames above.  Automatically use the
9648         word at point as topic if woman-use-topic-at-point is non-nil.
9649         Otherwise offer it as default but don't insert it in the
9650         minibuffer.  Also use `test-completion' instead of `assoc' as
9651         suggested by Stefan Monnier.
9653 2005-09-10  Andre Spiegel  <spiegel@gnu.org>
9655         * vc.el (vc-directory, vc-update-change-log): Throw an error on
9656         the attempt to do it over Tramp.  This is not yet supported.
9658 2005-09-10  Eli Zaretskii  <eliz@gnu.org>
9660         * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
9661         (menu-bar-non-minibuffer-window-p): New functions.
9662         ("Split Window", "Save As..."): Use them.
9663         ("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
9664         ("Print Buffer", "Truncate Long Lines in this Buffer"):
9665         Use menu-bar-menu-frame-live-and-visible-p.
9666         ("Save Buffer", "Insert File", "Open Directory...")
9667         ("Open File...", "Visit New File..."):
9668         Use menu-bar-non-minibuffer-window-p.
9669         (kill-this-buffer-enabled-p, dired <menu-enable>):
9670         Use menu-bar-non-minibuffer-window-p.
9672 2005-09-09  Eli Zaretskii  <eliz@gnu.org>
9674         * cus-start.el (all): Don't complain about fringe-related
9675         built-ins if fringes are not supported.  Ditto about
9676         selection-related built-ins.  Fix the test for GTK-related built-ins.
9678         * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)")
9679         ("Postscript Print Buffer", "Print Region", "Save As...")
9680         ("Save", "Insert File...", "Open Directory...")
9681         ("Open File...", "Visit New File..."")
9682         ("Truncate Long Lines in this Buffer"): Don't look at
9683         menu-updating-frame if this display does not support multiple frames.
9685 2005-09-09  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
9687         * mail/sendmail.el (default-sendmail-coding-system): Doc fix.
9689 2005-09-09  Emilio Lopes  <eclig@gmx.net>
9691         * woman.el: Format- and whitespace-related changes.
9693 2005-09-09  Eli Zaretskii  <eliz@gnu.org>
9695         * woman.el: Fix my email address.
9697 2005-09-08  Richard M. Stallman  <rms@gnu.org>
9699         * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var.
9700         (sh-mode): Locally set skeleton-pair-default-alist.
9702         * progmodes/make-mode.el (makefile-add-log-defun): Trim the result.
9704         * progmodes/flymake.el: Require `compile' unconditionally.
9706         * mail/sendmail.el (send-mail-function): Add Mailclient alternative.
9708         * woman.el (woman-file-name): Provide a default, not initial input.
9710         * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props.
9712         * font-lock.el (font-lock-support-mode): Doc fix.
9714         * descr-text.el (describe-property-list): Handle non-symbol prop names.
9716 2005-09-08  Richard M. Stallman  <rms@gnu.org>
9718         * simple.el (blink-matching-open): Get rid of text props from
9719         the string shown in echo area.  Don't permanently set point.
9720         Some rearrangements.
9722 2005-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
9724         * recentf.el (recentf-filename-handler): Add custom choice
9725         `abbreviate-file-name'.
9727         * msb.el (msb--very-many-menus): Fix typo.
9729         * disp-table.el (standard-display-european): Don't set
9730         enable-multibyte-characters to nil.
9732 2005-09-08  David Ponce  <david@dponce.com>
9734         * recentf.el (recentf-show-file-shortcuts-flag): New option.
9735         (recentf-expand-file-name): Doc fix.
9736         (recentf-dialog-mode-map): Define digit shortcuts.
9737         (recentf--files-with-key): New variable.
9738         (recentf-show-digit-shortcut-filter): New function.
9739         (recentf-open-files-items): New function.
9740         (recentf-open-files): Use it.
9741         (recentf-open-file-with-key): New command.
9743 2005-09-08  Chong Yidong  <cyd@stupidchicken.com>
9745         * buff-menu.el (Buffer-menu-sort-by-column): New function.
9746         Suggested by Kim F. Storm.
9747         (Buffer-menu-sort-button-map): Global keymap for sort buttons.
9748         (Buffer-menu-make-sort-button): Use global keymap.
9750 2005-09-07  Michael Albinus  <michael.albinus@gmx.de>
9752         * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'.
9753         (Man-getpage-in-background-advice): Remove defadvice; it isn't
9754         necessary any longer with the remapped command.
9755         (Man-bgproc-sentinel-advice): Remove defadvice which counts
9756         formatting time only.
9758         * net/tramp.el (tramp-action-password)
9759         (tramp-multi-action-password): Compile the password prompt from
9760         `method', `user' and `host'.  Sometimes it isn't obvious which
9761         password to enter, for example with remote files offered by
9762         recentf.el, or with multiple steps.  Suggested by Robert Marshall
9763         <robert@chezmarshall.freeserve.co.uk>.
9765 2005-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
9767         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
9768         Fix regexp for when "s///" is at the beginning of line.
9770 2005-09-07  Jay Belanger  <belanger@truman.edu>
9772         * calc/calc-poly.el (math-expand-term): Multiply out any powers
9773         when in matrix mode.
9775 2005-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
9777         * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use
9778         non-anonymous functions.
9780 2005-09-06  Chong Yidong  <cyd@stupidchicken.com>
9782         * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks
9783         when using a header line.  Otherwise, use mouse-1-click-follows-link.
9785         * mouse.el (mouse-drag-header-line): Do nothing if the header-line
9786         can't be moved; don't signal an error.
9788 2005-09-05  Chong Yidong  <cyd@stupidchicken.com>
9790         * cus-theme.el (custom-theme-write-faces): Save the current face
9791         spec, not the defface spec.
9793         * custom.el (custom-known-themes): Clarify meaning of "standard".
9794         (custom-push-theme): Save old values in the standard theme.
9795         (disable-theme): Correct typo.
9796         (custom-face-theme-value) Deleted unused function.
9797         (custom-theme-recalc-face): Rewritten to treat enable/disable properly.
9799 2005-09-05  Stefan Monnier  <monnier@iro.umontreal.ca>
9801         * progmodes/compile.el (compilation-goto-locus): Take into account
9802         iconified frames when determining whether the buffer is
9803         already visible.
9804         Don't reset window height if the window already existed.
9806 2005-09-04  Chong Yidong  <cyd@stupidchicken.com>
9808         * custom.el (load-theme): Rename from require-theme.
9809         Add interactive spec.
9810         (enable-theme): Rename from custom-enable-theme.
9811         Add interactive spec.
9812         (disable-theme): Rename from custom-disable-theme.
9813         Add interactive spec.
9814         (custom-make-theme-feature): Doc fix.
9815         (custom-theme-directory): Doc fix.
9816         (provide-theme): Call enable-theme.
9818 2005-09-02  Stefan Monnier  <monnier@iro.umontreal.ca>
9820         * obsolete/lazy-lock.el (lazy-lock-mode):
9821         * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on
9822         font-lock-mode if it's off.  Print a warning instead.
9824         * progmodes/compile.el (compilation-start): Ignore errors if the
9825         process died before we get to send-eof.
9827         * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file):
9828         Undo last change.  Enclosing the result in quotes broke things on Unix
9829         since tex-send-command passes it through shell-quote-argument.
9830         (tex-send-command): Pass `file' through convert-standard-filename
9831         when possible.
9832         (tex-uptodate-p): Handle the case where TeX hasn't put additional
9833         info in a transcript.
9835 2005-09-02  Dan Nicolaescu  <dann@ics.uci.edu>
9837         * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
9838         fix compilation warning.  Reorder the key definitions to group
9839         together keys emitted by the current version of xterm.
9841         * progmodes/vhdl-mode.el (vhdl-highlight-faces)
9842         (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face):
9843         Reorder predicates to correct min-color usage.
9845 2005-09-01  Chong Yidong  <cyd@stupidchicken.com>
9847         * longlines.el (longlines-mode): Inhibit read-only when encoding.
9848         Kill local variables when longlines-mode is turned off.
9850 2005-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
9852         * international/mule-cmds.el (set-locale-environment): Soothe compiler.
9854         * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
9856         * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el.
9858         * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove.
9859         (font-lock-lines-before): Change default to being inactive.
9860         (font-lock-default-fontify-region): Obey font-lock-lines-before.
9861         (font-lock-after-change-function): Don't handle f-l-lines-before here.
9863 2005-08-31  Michael Albinus  <michael.albinus@gmx.de>
9865         * net/tramp.el (tramp-handle-make-auto-save-file-name):
9866         Deactivate temporarily advice if active (not needed for Emacs 22,
9867         but for backwards compatibility).
9868         (tramp-exists-file-name-handler): Rewrite.  First implementation
9869         was too simple.
9870         (tramp-advice-make-auto-save-file-name):
9871         Call `tramp-handle-make-auto-save-file-name' (again, just for
9872         backwards compatibility).
9874 2005-08-31  Reto Zimmermann  <reto@gnu.org>
9876         * progmodes/vhdl-mode.el
9877         (vhdl-update-sensitivity-list): Handle multi-dimensional array access.
9878         (vhdl-end-p): Fix indentation bug "else" after "-- when".
9879         (vhdl-set-default-project): New function (easier setting of default).
9880         (vhdl-port-copy): Handle extended identifiers for generics.
9881         (vhdl-compiler-alist): Better description for error message regexp.
9882         (vhdl-make): Query for target, use previous as default.
9883         (vhdl-port-copy): Fix port copy for port names starting with "signal".
9884         (vhdl-font-lock-keywords-2): Fix fontification for record
9885         el. assign.
9886         (vhdl-speedbar-make-subpack-line): Add package body link.
9887         (vhdl-generate-makefile-1): Not include itself as dependency.
9888         (vhdl-font-lock-init): Highlight c-preprocessor directives.
9889         (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives.
9890         (vhdl-get-syntactic-context): Handle c-preprocessor directives.
9891         (vhdl-update-sensitivity-list): Start scan at opening parenthesis.
9892         (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop).
9893         (vhdl-update-sensitivity-list-buffer): Add string argument for `error'.
9894         (vhdl-import-project): Add string argument for `error'.
9895         (vhdl-compose-configuration)
9896         (vhdl-compose-configuration-architecture): Add configuration
9897         declaration generation.
9898         (vhdl-scan-directory-contents): Scan for block/generate hierarchy.
9899         (vhdl-trailer-re): Add "record" keyword (better indentation).
9900         (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of
9901         "[^ \t-\"]+".
9902         (vhdl-font-lock-keywords-2): Not highlight formal parameter after `|'.
9903         (vhdl-testbench-entity-file-name)
9904         (vhdl-testbench-architecture-file-name): Allow separate
9905         customization of testbench file names.
9906         (vhdl-beginning-of-block): Handle optional subprogram parameter list.
9907         (vhdl-get-visible-signals): Allow newline within alias declaration.
9908         (vhdl-update-sensitivity-list): Signal read only on certain attributes.
9909         (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes).
9910         (member-ignore-case): Alias for missing function in XEmacs.
9911         (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC.
9912         (vhdl-update-sensitivity-list): Ignore case on read signals.
9913         (vhdl-replace-string): Adjust case only for file names.
9914         (vhdl-update-sensitivity-list): Fix search for read signals.
9915         (vhdl-update-sensitivity-list): Exclude formal parameters.
9916         (vhdl-get-visible-signals): Include aliases of signals.
9917         (vhdl-get-visible-signals): Fix signal name searching.
9918         (vhdl-port-flatten, vhdl-port-reverse-direction): Better message.
9919         (vhdl-fixup-whitespace-region): Fix for character
9920         literals (e.g. `:').
9922 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
9924         * ansi-color.el (comint-last-output-start):
9925         * bs.el (font-lock-verbose):
9926         * diff-mode.el (add-log-buffer-file-name-function):
9927         * dired-x.el (vm-folder-directory):
9928         * faces.el (help-xref-stack-item):
9929         * files.el (font-lock-keywords):
9930         * find-lisp.el (dired-buffers, dired-subdir-alist):
9931         * ido.el (cua-inhibit-cua-keys):
9932         * log-view.el (cvs-minor-wrap-function):
9933         * outline.el (font-lock-warning-face):
9934         * simple.el (compilation-current-error):
9935         * speedbar.el (ange-ftp-path-format, efs-path-regexp)
9936         (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow):
9937         * tooltip.el (comint-prompt-regexp):
9938         * w32-fns.el (explicit-shell-file-name):
9939         * term/mac-win.el (mac-charset-info-alist)
9940         (mac-services-selection, mac-system-script-code):
9941         * term/tty-colors.el (msdos-color-values):
9942         * term/w32-win.el (xlfd-regexp-registry-subnum):
9943         * term/x-win.el (x-keysym-table, x-selection-timeout)
9944         (x-session-id, x-session-previous-id):
9945         * textmodes/ispell.el (mail-yank-prefix):
9946         * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header):
9947         * textmodes/org.el (calc-embedded-close-formula)
9948         (calc-embedded-open-formula)
9949         (font-lock-unfontify-region-function):
9950         * textmodes/reftex-global.el (isearch-next-buffer-function)
9951         (TeX-master):
9952         * textmodes/reftex.el (font-lock-keywords):
9953         * textmodes/tex-mode.el (font-lock-comment-face)
9954         (font-lock-doc-face):
9955         * textmodes/texinfo.el (outline-heading-alist):
9956         Add defvars.
9958         * textmodes/artist.el (x-pointer-crosshair): Add defvar.
9959         (artist-spray-chars, artist-mode-init, artist-replace-string)
9960         (artist-select-erase-char, artist-vap-find-endpoints-horiz)
9961         (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne)
9962         (artist-vap-find-endpoints-nwse): "?\ " -> "?\s".
9964         * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar.
9965         (conf-align-assignments): "?\ " -> "?\s".
9967         * textmodes/reftex-index.el (TeX-master): Add defvar.
9968         (reftex-index-phrases-marker): Move up defvar.
9970         * textmodes/reftex-toc.el (zmacs-regions): Add defvar.
9971         (reftex-toc-include-labels-indicator)
9972         (reftex-toc-include-index-indicator)
9973         (reftex-toc-max-level-indicator): Move up declarations.
9975         * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list
9976         of args to `tramp-run-real-handler', even if it's empty in this case.
9978 2005-08-31  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
9980         * dired.el (dired-move-to-filename-regexp): Add date format for
9981         Mac OS X 10.3 in East Asian locales.
9983 2005-08-31  Michael Albinus  <michael.albinus@gmx.de>
9985         * files.el (make-auto-save-file-name): Add file name handler call
9986         if applicable.
9988         * net/tramp.el (tramp-file-name-handler-alist)
9989         (tramp-file-name-for-operation): Add `make-auto-save-file-name'.
9990         (tramp-handle-make-auto-save-file-name): Rename from
9991         `tramp-make-auto-save-file-name'.
9992         (tramp-exists-file-name-handler): New defun.
9993         (tramp-advice-make-auto-save-file-name): Make defadvice only when
9994         `make-auto-save-file-name' is not a magic file name operation.
9996 2005-08-30  Richard M. Stallman  <rms@gnu.org>
9998         * files.el (risky-local-variable-p):
9999         Match `-predicates' and `-commands.
10001         * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
10002         (custom-save-all): Visit the file if necessary;
10003         kill the buffer if we created it.
10004         (custom-save-delete): Don't visit file or kill buffer here.
10006 2005-08-30  Carsten Dominik  <dominik@science.uva.nl>
10008         * textmodes/org.el (org-special-keyword): New face.
10009         (org-table-copy-down, org-table-eval-formula)
10010         (org-table-recalculate, org-init-section-numbers):
10011         Use `string-to-number' instead of `string-to-int'.
10012         (org-get-location): Use `insert-buffer-substring' instead of
10013         `insert-buffer'.
10014         (org-modify-diary-entry-string): New function.
10015         (org-get-entries-from-diary): Set the hook for `add-to-diary-list'.
10016         (org-disable-agenda-to-diary): Rename from `org-disable-diary'.
10017         (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
10018         active region.
10019         (org-export-as-html): Handle QUOTE keyword.
10020         (org-quote-string): New option.
10021         (org-bookmark-jump-unhide): New function, used for
10022         `bookmark-after-jump-hook'.
10023         (org-diary-default-entry): Apply only when not called through
10024         `org-agenda'.
10026 2005-08-30  Juanma Barranquero  <lekktu@gmail.com>
10028         * net/eudc.el (mode-popup-menu):
10029         * play/handwrite.el (ps-printer-name, ps-lpr-command):
10030         * progmodes/ada-mode.el (compile-auto-highlight)
10031         (skeleton-further-elements):
10032         * progmodes/autoconf.el (font-lock-syntactic-keywords):
10033         * progmodes/cmacexp.el (msdos-shells):
10034         * progmodes/compile.el (font-lock-extra-managed-props)
10035         (font-lock-keywords, font-lock-maximum-size)
10036         (font-lock-support-mode):
10037         * progmodes/grep.el (font-lock-lines-before):
10038         * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info):
10039         * progmodes/mixal-mode.el (compile-command):
10040         * progmodes/perl-mode.el (font-lock-comment-face)
10041         (font-lock-doc-face, font-lock-string-face):
10042         * progmodes/prolog.el (comint-prompt-regexp):
10043         * progmodes/sh-script.el (font-lock-comment-face)
10044         (font-lock-set-defaults, font-lock-string-face):
10045         * progmodes/sql.el (font-lock-keyword-face)
10046         (font-lock-set-defaults, font-lock-string-face):
10047         * progmodes/vhdl-mode.el (compilation-file-regexp-alist)
10048         (itimer-version, lazy-lock-defer-contextually)
10049         (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly):
10050         Add defvars.
10052         * progmodes/cperl-mode.el (cperl-electric-lbrace)
10053         (cperl-electric-keyword, cperl-electric-pod)
10054         (cperl-electric-backspace, cperl-forward-re)
10055         (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s".
10056         (vc-rcs-header, vc-sccs-header): Add defvars.
10058         * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s".
10059         (font-lock-syntactic-keywords, gud-find-expr-function):
10060         Add defvars.
10062         * progmodes/gdb-ui.el (tool-bar-map): Add defvar.
10063         (gdb-frame-parameters): Declare before use.
10065         * progmodes/gud.el (gdb-active-process, gdb-define-alist)
10066         (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values)
10067         (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars.
10068         (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s".
10070         * progmodes/idlw-help.el (browse-url-generic-args): Add defvar.
10071         (idlwave-help-with-source): Use `insert-buffer-substring', not
10072         `insert-buffer'.
10074 2005-08-29  Juri Linkov  <juri@jurta.org>
10076         * outline.el (hide-entry, hide-leaves, outline-toggle-children):
10077         Put outline-back-to-heading function call inside save-excursion.
10079 2005-08-29  Juanma Barranquero  <lekktu@gmail.com>
10081         * man.el (Man-init-defvars, Man-translate-references)
10082         (Man-support-local-filenames, Man-highlight-references):
10083         * progmodes/sql.el (sql-interactive-mode):
10084         * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings.
10086         * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
10087         (compilation-mode-font-lock-keywords): Add defvars.
10088         (checkdoc-interactive-loop): "?\ " -> "?\s".
10090         * emacs-lisp/lisp-mode.el (font-lock-comment-face)
10091         (font-lock-doc-face, font-lock-string-face)
10092         (font-lock-keywords-case-fold-search): Add defvars.
10093         (emacs-lisp-mode-syntax-table): "?\ " -> "?\s".
10095         * obsolete/sun-fns.el (mouse-select-or-drag-move-point):
10096         Don't pass X and Y (they are ignored anyway).
10097         (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
10098         (mouse-delete-window): Make arguments optional.
10100         * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'.
10101         (caesar-translate-table, minor-modes, news-buffer-save)
10102         (news-group-name, news-minor-modes): Add defvars.
10104         * emacs-lisp/lselect.el (mouse-highlight-priority)
10105         (x-lost-selection-functions, zmacs-regions):
10106         * emacs-lisp/pp.el (font-lock-verbose):
10107         * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function):
10108         * emacs-lisp/tcover-ses.el (ses-initial-global-parameters)
10109         (ses-mode-map):
10110         * emacs-lisp/tcover-unsafep.el (safe-functions):
10111         * international/mule-cmds.el (mac-system-coding-system)
10112         (mac-system-locale):
10113         * language/ethio-util.el (rmail-current-message)
10114         (rmail-message-vector):
10115         * language/thai-util.el (thai-auto-composition-mode):
10116         * mail/metamail.el (rmail-current-message, rmail-message-vector):
10117         * mail/mspools.el (rmail-inbox-list, vm-crash-box)
10118         (vm-folder-directory, vm-init-file, vm-init-file-loaded)
10119         (vm-primary-inbox, vm-spool-files):
10120         * mail/rmail.el (deleted-head, font-lock-fontified)
10121         (mail-abbrev-syntax-table, mail-abbrevs, messages-head)
10122         (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message)
10123         (total-messages):
10124         * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p)
10125         (rmail-summary-mode-map):
10126         * mail/rmailkwd.el (rmail-buffer, rmail-current-message)
10127         (rmail-last-label, rmail-last-multi-labels)
10128         (rmail-summary-vector, rmail-total-messages):
10129         * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list):
10130         * mail/rmailsum.el (msgnum):
10131         * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer)
10132         (rmail-current-message):
10133         * obsolete/fast-lock.el (font-lock-face-list):
10134         * obsolete/rnewspost.el (mail-reply-buffer):
10135         * obsolete/scribe.el (compile-command):
10136         * obsolete/x-menu.el (x-process-mouse-hook): Add defvars.
10138 2005-08-28  John Paul Wallington  <jpw@gnu.org>
10140         * ibuf-ext.el (ibuffer-auto-update-changed):
10141         Use `frame-or-buffer-changed-p' to check whether we need to update.
10142         (ibuffer-auto-mode): Don't advise `get-buffer-create' and
10143         `kill-buffer'.  Initialise `ibuffer-auto-buffers-changed'
10144         as a `frame-or-buffer-changed-p' state vector instead.
10146 2005-08-27  Romain Francoise  <romain@orebokech.com>
10148         * textmodes/makeinfo.el (makeinfo-compile):
10149         Use `compilation-start'.  Set `next-error-function' according to
10150         `disable-errors'.
10151         (makeinfo-next-error): New function.
10152         (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
10153         (makeinfo-buffer): Likewise.
10155         * progmodes/compile.el (compilation-start): Add autoload cookie.
10157         * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
10158         * textmodes/sgml-mode.el: Likewise.
10159         * progmodes/python.el: Likewise.
10161 2005-08-27  Eli Zaretskii  <eliz@gnu.org>
10163         * simple.el (blink-matching-paren-distance): Document the meaning
10164         of nil value, and allow to customize to nil.
10166         * eshell/esh-ext.el (eshell-windows-shell-file): Look for
10167         command.com, not command.exe.
10169 2005-08-26  John Wiegley  <johnw@newartisans.com>
10171         * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the
10172         code around a bit so that an extraneous nil argument is not added
10173         to a command when no args are given.
10175         * eshell/esh-arg.el (eshell-parse-double-quote): If a
10176         double-quoted argument resolves to nil, return it as an empty
10177         string rather than as nil.  This made it impossible to pass "" to
10178         a shell script as a null string argument.
10180 2005-08-26  Stefan Monnier  <monnier@iro.umontreal.ca>
10182         * outline.el (outline-invent-heading): New fun.
10183         (outline-promote, outline-demote): Use it.
10184         (outline-move-subtree-down): Remove unused vars `re' and `txt'.
10185         (outline-end-of-subtree): Remove unused var `opoint'.
10187 2005-08-26  David Reitter  <david.reitter@gmail.com>
10189         * menu-bar.el (truncate-lines, write-file, print-buffer)
10190         (ps-print-buffer-faces, ps-print-buffer, split-window):
10191         Disable menu items when the frame they refer to is invisible, or when
10192         they refer to a buffer and the minibuffer is selected.
10194 2005-08-26  Pavel Kobiakov  <pk_at_work@yahoo.com>
10196         * progmodes/flymake.el (flymake-highlight-err-lines):
10197         Use save-excursion around flymake-highlight-line to preserve point.
10199 2005-08-26  Eli Zaretskii  <eliz@gnu.org>
10201         * progmodes/octave-mod.el: Change Author and Maintainer address.
10202         (octave-maintainer-address): Change Kurt's email address.
10203         * progmodes/octave-inf.el: Change Author and Maintainer address.
10204         * progmodes/octave-hlp.el: Change Author and Maintainer address.
10206 2005-08-26  Kim F. Storm  <storm@cua.dk>
10208         * subr.el (version-list-<, version-list-<=, version-list-=):
10209         Rename from integer-list-*.
10210         (version-list-not-zero): Likewise.  Fix while loop.
10211         (version=): Use version-list-= instead of string-equal.
10213 2005-08-26  Richard M. Stallman  <rms@gnu.org>
10215         * outline.el (outline-promote): Try shortening the heading.
10216         As last resort, read the heading to use.
10217         (outline-demote): As last resort, read the heading to use.
10219 2005-08-26  Romain Francoise  <romain@orebokech.com>
10221         * progmodes/compile.el (compilation-start): Doc fix.
10223         * progmodes/antlr-mode.el (antlr-default): Fix defface form.
10224         (antlr-font-lock-additional-keywords): Fix reference to
10225         `antlr-font-lock-literal-regexp' erroneously changed during the
10226         mass face rename.
10227         (antlr-run-tool): Use `compilation-start'.
10229         * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
10230         instead of the obsolete `compile-internal'.
10232 2005-08-26  Juanma Barranquero  <lekktu@gmail.com>
10234         * calendar/cal-bahai.el (date, displayed-month, displayed-year)
10235         (number, original-date):
10236         * calendar/cal-china.el (date):
10237         * calendar/cal-coptic.el (date):
10238         * calendar/cal-french.el (date):
10239         * calendar/cal-hebrew.el (date, entry, number, original-date):
10240         * calendar/cal-islam.el (date, number, original-date):
10241         * calendar/cal-iso.el (date):
10242         * calendar/cal-julian.el (date):
10243         * calendar/cal-mayan.el (date):
10244         * calendar/cal-menu.el (date, event):
10245         * calendar/cal-persia.el (date):
10246         * calendar/lunar.el (date):
10247         * calendar/solar.el (date): Add defvars.
10249         * emerge.el:
10250         * ibuffer.el:
10251         * info-xref.el:
10252         * obsolete/bg-mouse.el:
10253         * obsolete/sun-curs.el:
10254         * obsolete/swedish.el: Move the `defvar's to the top level.
10256         * smerge-mode.el (smerge-refined-change): Add :group.
10258 2005-08-25  Stefan Monnier  <monnier@iro.umontreal.ca>
10260         * smerge-mode.el (smerge-remove-props): Make the args non-optional.
10261         (smerge-keep-n): Remove props.
10262         (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
10263         (smerge-keep-current, smerge-kill-current): Don't remove props anymore
10264         now that it's done in smerge-keep-n.
10265         (smerge-refined-change): New face.
10266         (smerge-refine-chopup-region, smerge-refine-highlight-change)
10267         (smerge-refine): New funs.
10268         (smerge-basic-map): Bind smerge-refine.
10270 2005-08-25  Juri Linkov  <juri@jurta.org>
10272         * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
10273         compilation-process-setup-function and compilation-disable-input
10274         in grep-mode instead of let-bindings in grep.
10276         * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
10277         Delete "Automatic File De/compression" (auto-compression-mode).
10279 2005-08-25  Juanma Barranquero  <lekktu@gmail.com>
10281         * obsolete/bg-mouse.el: Move to obsolete/ from term/.
10282         Silence warning about non-existent variable.
10284 2005-08-25  Richard M. Stallman  <rms@gnu.org>
10286         * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
10287         Rename "Describe Key" to "Describe Key or Mouse Operation".
10289         * mail/mailalias.el (build-mail-aliases): Delete comments
10290         from the contents before processing them.
10292         * isearch.el (isearch-edit-string): Erase the Search prompt
10293         if user enters an empty string and there is no default.
10295         * comint.el (comint-file-name-prefix): Add autoload.
10297 2005-08-25  Joe Corneli  <jcorneli@math.utexas.edu>
10299         * subr.el (play-sound): Rearrange to avoid warning.
10301 2005-08-25  Carsten Dominik  <dominik@science.uva.nl>
10303         * calendar/diary-lib.el (diary-modify-entry-list-string-function):
10304         New hook.
10305         (add-to-diary-list): Call `diary-modify-entry-list-string-function'
10307 2005-08-24  Stefan Monnier  <monnier@iro.umontreal.ca>
10309         * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify.
10311         * custom.el (custom-theme-set-variables): Sort minor modes last.
10313 2005-08-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
10315         * subr.el (version-separator, version-regexp-alist): New vars used by
10316         version comparison funs.
10317         (integer-list-<, integer-list-=, integer-list-<=)
10318         (integer-list-not-zero): New funs for integer list comparison.
10319         (version-to-list, version=, version<, version<=): New funs for version
10320         comparison.
10322 2005-08-24  Juanma Barranquero  <lekktu@gmail.com>
10324         * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
10325         (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
10326         time to silence the byte-compiler.
10328         * ibuffer.el (ibuffer-compile-make-eliding-form)
10329         (ibuffer-check-formats): Use `with-no-warnings' to hide references
10330         to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
10331         so it's silly to get warnings for it).
10332         (ibuffer-auto-mode, ibuffer-cached-filter-formats)
10333         (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
10334         (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
10335         (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
10336         (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
10337         (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
10338         Defvar at compile time.
10339         (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
10340         (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
10341         Declare them before use.
10343         * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
10344         (info-xref-good, info-xref-bad): Defvar at compile time.
10346         * obsolete/mlsupport.el (filter-region, execute-monitor-command):
10347         Use `let*' instead of `let'.
10349         * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
10350         (*mouse-y*, menu, char): Defvar at compile time.
10351         (sc::menu): Declare it before use.
10352         (sc::pack-one-line): Use `let', not `let*'.
10354         * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
10355         (mail-send-hook): Defvar at compile time.
10357         * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
10358         Defvar at compile time.
10360         * term/sun-mouse.el (current-global-mousemap)
10361         (current-local-mousemap): Declare them before use.
10363 2005-08-24  Carsten Dominik  <dominik@science.uva.nl>
10365         * bookmark.el (bookmark-after-jump-hook): New hook.
10366         (bookmark-jump): Run `bookmark-after-jump-hook'.
10368 2005-08-23  Juri Linkov  <juri@jurta.org>
10370         * faces.el (minibuffer-prompt): Doc fix.
10372 2005-08-23  Juanma Barranquero  <lekktu@gmail.com>
10374         * progmodes/xscheme.el: Trivial changes to silence warnings.
10375         (xscheme-previous-mode, xscheme-previous-process-state):
10376         Add defvars.
10377         (xscheme-last-input-end, xscheme-process-command-line)
10378         (xscheme-process-name, xscheme-buffer-name)
10379         (xscheme-expressions-ring-max, xscheme-expressions-ring)
10380         (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
10381         (xscheme-control-g-synchronization-p)
10382         (xscheme-control-g-disabled-p, xscheme-string-receiver)
10383         (default-xscheme-runlight, xscheme-runlight)
10384         (xscheme-runlight-string, xscheme-process-filter-state)
10385         (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
10386         Move to beginning of file.
10387         (scheme-interaction-mode-commands-alist)
10388         (scheme-interaction-mode-map, scheme-debugger-mode-map):
10389         Declare them before use.  Note: the initialization code for the variables
10390         has not been moved because it uses functions that reference the variables.
10391         (xscheme-control-g-message-string, xscheme-process-filter-alist)
10392         (xscheme-prompt-for-expression-map): Declare them before use.
10393         (scheme-debugger-mode-commands): "?\ " -> "?\s".
10395 2005-08-23  Ed Swarthout  <ed.swarthout@gmail.com>  (tiny change)
10397         * hexl.el (hexl-print-current-point-info): Fix simple spelling error.
10399 2005-08-22  Juri Linkov  <juri@jurta.org>
10401         * faces.el (set-face-underline): Delete this duplicate function
10402         and make an obsolete alias to set-face-underline-p.
10403         (set-face-underline-p): Use docstring of set-face-underline.
10404         (describe-face): Create hyperlink to parent face.
10406         * info.el (Info-insert-dir): Use save-excursion around
10407         insert-buffer-substring.
10408         (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
10409         (Info-escape-percent): Delete function.
10410         (Info-fontify-node): Replace Info-escape-percent by
10411         replace-regexp-in-string with REP arg set to lambda that
10412         duplicates `%' and preserves text properties.
10414         * progmodes/compile.el (compilation-disable-input): Doc fix.
10415         (define-compilation-mode): Doc fix and refill.
10416         (kill-compilation): Use `mode-name' in the error message.
10417         (compilation-find-file): Use `compilation-error' in the
10418         read-file-name's prompt.
10420 2005-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
10422         * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
10423         (smerge-auto-leave): Make undo re-enable the mode.
10424         (debug-ignored-errors): Add the user-error of impossible resolution.
10425         (smerge-resolve): Move things around a bit, in preparation for later.
10426         (smerge-diff): Don't fail if the buffer has no associated file.
10427         (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
10428         (smerge-conflict-overlay): New function.
10429         (smerge-match-conflict): Don't add text properties here.
10430         (smerge-find-conflict): Instead, add an overlay here.
10431         Also check for the case where we're inside a conflict already, so as to
10432         obviate the need for font-lock-multiline, which is unbearably slow with
10433         large conflicts and ciomplex font-lock patterns.
10434         (smerge-remove-props): Remove overlay rather than text-properties.
10435         (smerge-mode): Don't set font-lock-multiline.
10436         Remove overlays when turned off.
10438 2005-08-21  Kim F. Storm  <storm@cua.dk>
10440         * ido.el (ido-ignore-item-p): Use save-match-data.
10441         Bind case-fold-search to ido-case-fold locally.
10443 2005-08-20  Richard M. Stallman  <rms@gnu.org>
10445         * files.el (normal-mode): If font lock is on, turn it off and on.
10447         * subr.el (replace-regexp-in-string): Doc fix.
10449         * startup.el (command-line-1): Don't suppress startup screen
10450         due to existing processes.
10452         * progmodes/grep.el (grep): Bind compilation-disable-input to t.
10454         * progmodes/compile.el (compilation-disable-input): Default to nil.
10456 2005-08-20  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
10458         * progmodes/compile.el (compilation-disable-input): New defcustom.
10459         (compilation-start): If compilation-disable-input is non-nil, send
10460         EOF to the compilation process.
10462 2005-08-20  Eli Zaretskii  <eliz@gnu.org>
10464         * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
10465         Run the argument of tex-shell-cd-command through
10466         convert-standard-filename, to get the correct style of slashes on
10467         Windows, and enclose the result in quotes, in case the file name
10468         includes whitespace or other special characters.
10470 2005-08-19  Andreas Schwab  <schwab@suse.de>
10472         * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
10473         process.
10475 2005-08-18  Luc Teirlinck  <teirllm@auburn.edu>
10477         * cus-start.el (minibuffer-prompt-properties): Correct typo.
10479 2005-08-18  Kim F. Storm  <storm@cua.dk>
10481         * scroll-lock.el: Fix errors due to incorrect line wrapping.
10483 2005-08-18  Richard M. Stallman  <rms@gnu.org>
10485         * scroll-lock.el: New file.
10487 2005-08-18  Thien-Thi Nguyen  <ttn@gnu.org>
10489         * dired.el (dired-move-to-end-of-filename):
10490         Handle fifo as rendered by "ls -lF": Don't include trailing "|".
10492 2005-08-18  Kim F. Storm  <storm@cua.dk>
10494         * ido.el (ido-everywhere): Fix defcustom :set function to disable
10495         rather than toggle mode when custom value is nil.
10496         (ido-everywhere): Fix defun doc string.
10498 2005-08-17  Richard M. Stallman  <rms@gnu.org>
10500         * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
10501         as tag instead of "Inviolable".
10503 2005-08-17  Kim F. Storm  <storm@cua.dk>
10505         * windmove.el (windmove-coordinates-of-position): Remove.
10506         (windmove-coordinates-of-window-position): Remove.
10507         (windmove-reference-loc): Use posn-at-point instead.
10509         * subr.el (insert-for-yank-1): Doc fix.
10511         * ido.el (ido-enter-matching-directory): Rename from
10512         ido-enter-single-matching-directory.  Change `slash' choice to
10513         `only'.  Add `first' choice.
10514         (ido-exhibit): Adapt to above changes.
10516 2005-08-16  Luc Teirlinck  <teirllm@auburn.edu>
10518         * Makefile.in: Expand comment about building loaddefs.el.
10520 2005-08-16  Nick Roberts  <nickrob@snap.net.nz>
10522         * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
10523         Comment use of defadvice.
10525         * progmodes/gud.el (gud-jump): Rework for gdb-ui.
10527 2005-08-15  Dan Nicolaescu  <dann@ics.uci.edu>
10529         * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
10530         * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
10531         * progmodes/gdb-ui.el, progmodes/idlw-help.el,
10532         * progmodes/idlw-shell.el, progmodes/ld-script.el,
10533         * progmodes/which-func.el, ruler-mode.el, strokes.el,
10534         * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
10535         for backward compatibility for faces that did not appear in the
10536         previous Emacs release.
10538         * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
10540 2005-08-15  Kim F. Storm  <storm@cua.dk>
10542         * emulation/cua-base.el (cua-delete-region): Return t if
10543         deleted region was non-empty.
10544         (cua-replace-region): Inhibit overwrite-mode for
10545         self-insert-command if replaced region was non-empty.
10546         (cua--explicit-region-start, cua--status-string): Make them
10547         buffer-local at top-level...
10548         (cua-mode): ...rather than when mode is enabled.
10550 2005-08-15  Thien-Thi Nguyen  <ttn@gnu.org>
10552         * progmodes/vhdl-mode.el (vhdl-emacs-21):
10553         Set t for Emacs 21, 22, and so on.
10555 2005-08-15  David Ponce  <david@dponce.com>
10557         * tree-widget.el: Update Commentary header.
10558         (tree-widget-theme): Doc fix.
10559         (tree-widget-space-width): New option.
10560         (tree-widget-image-properties): Look up in the default theme too.
10561         (tree-widget--cursors): Only for images with arrow pointer shape.
10562         (tree-widget-lookup-image): Pointer shape is hand by default.
10563         (tree-widget-icon): Rename generic icon widget from
10564         `tree-widget-control'.
10565         (tree-widget-*-icon): Rename from `tree-widget-*-control' and
10566         derive from `tree-widget-icon'.
10567         (tree-widget-handle): Improve default look and feel of the text
10568         representation.
10569         (tree-widget): Rename :*-control properties to :*-icon properties.
10570         Add :action and :help-echo properties.
10571         (tree-widget-after-toggle-functions): Move.
10572         (tree-widget-close-node, tree-widget-open-node): Remove.
10573         (tree-widget-before-create-icon-functions): New hook.
10574         (tree-widget-value-create): Update to allow customization of icons
10575         and nodes at run-time via that new hook.
10576         (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
10577         (tree-widget-icon-action, tree-widget-icon-help-echo)
10578         (tree-widget-action, tree-widget-help-echo): New functions.
10580 2005-08-15  Kim F. Storm  <storm@cua.dk>
10582         * ido.el (ido-buffer-internal): Use with-no-warnings.
10583         (ido-make-merged-file-list): Use while-no-input.
10585 2005-08-15  Richard M. Stallman  <rms@gnu.org>
10587         * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
10588         (flyspell-large-region): Fix doc and custom type.
10590 2005-08-14  Richard M. Stallman  <rms@gnu.org>
10592         * files.el (interpreter-mode-alist): Doc fix.
10594         * mail/rmail.el (rmail-nonignored-headers): New variable.
10595         (rmail-clear-headers): Use it.
10596         (rmail-reply): Better handling of mail-followup-to header.
10598         * progmodes/sh-script.el (sh-font-lock-keywords-var):
10599         Rename variable from sh-font-lock-keywords.  In the `shell' entry,
10600         don't try to refer to executable-font-lock-keywords.
10601         (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
10602         (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
10603         (sh-font-lock-keywords): Append executable-font-lock-keywords here.
10604         (sh-mode): Set comment-start-skip, local-abbrev-table,
10605         imenu-case-fold-search.
10606         (sh-set-shell): Don't set them here.
10607         (sh-feature): Simplify.  Get rid of the eval-a-variable feature.
10608         Don't cache the results in the original alist; don't ever modify
10609         that alist.
10611         * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
10613         * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
10614         empty.
10616 2005-08-15  Andreas Schwab  <schwab@suse.de>
10618         * desktop.el: Put autoload cookie at risky-local-variable declarations.
10620         * dired.el, info.el, mail/rmail.el: Revert last change.
10622 2005-08-14  Thien-Thi Nguyen  <ttn@gnu.org>
10624         * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
10625         modification in `eval-after-load' form.
10626         * info.el: Likewise.
10627         * mail/rmail.el: Likewise.
10629 2005-08-14  Juri Linkov  <juri@jurta.org>
10631         * progmodes/compile.el (compilation-mode-font-lock-keywords):
10632         Remove highlighting of "Compilation started".  Highlight only
10633         the word "finished" in "Compilation finished".  Add highlighting
10634         of "interrupt", "killed", "terminated" and the exit code.
10635         (compilation-start): Add newline after header.  Use exactly the
10636         same time stamp format as the finishing message.
10637         (compilation-mode-map): Add ellipsis to "Search Files (grep)".
10639         * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
10640         (grep-mode-font-lock-keywords): Don't highlight "Grep started".
10641         Add highlighting of "interrupt", "killed", "terminated".
10643         * delsel.el (delete-selection-pre-hook): If overwrite-mode is
10644         enabled and the current command is self-insert-command, call it
10645         explicitly with overwrite-mode bound to nil, to not allow it
10646         to delete the character after the selected region.
10648 2005-08-12  Matt Hodges  <MPHodges@member.fsf.org>
10650         * emacs-lisp/eldoc.el: Add move-beginning-of-line,
10651         move-end-of-line, end-of-line, and beginning-of-line to the list
10652         of commands after which the echo area is updated.
10654 2005-08-12  Eli Zaretskii  <eliz@gnu.org>
10656         * cus-edit.el (custom-save-all, custom-save-delete):
10657         Bind recentf-exclude to exclude custom-file.
10659 2005-08-12  Ehud Karni  <ehud@unix.mvs.co.il>
10661         * mail/rmailsum.el (rmail-summary-end-of-message): New command
10662         to go to the bottom of the mail message.  Added to
10663         `rmail-summary-mode-map' with key "/".
10664         (rmail-summary-show-message): New (internal) function for use by
10665         both `rmail-summary-beginning/end-of-message'.
10666         (rmail-summary-beginning-of-message): Change to use
10667         rmail-summary-show-message.
10669         * mail/rmail.el (rmail-end-of-message): New command to go to the
10670         end of the current message.  Added to `rmail-mode-map' with key "/".
10671         (rmail-beginning-of-message): Fix to work as documented.
10672         (rmail-mode): Change documentation.
10674         * progmodes/compile.el (compilation-start): Add the line
10675         "Compilation started" with compilation start time.
10676         (compilation-mode-font-lock-keywords): Add `started' to keywords.
10678 2005-08-11  Luc Teirlinck  <teirllm@auburn.edu>
10680         * menu-bar.el (menu-bar-options-menu): Standardize capitalization
10681         of menu items.
10683 2005-08-11  Richard M. Stallman  <rms@gnu.org>
10685         * simple.el (pop-global-mark): Reverse test of widen-automatically.
10687         * battery.el (battery-status-function): Don't use ignore-errors.
10689 2005-08-11  Lute Kamstra  <lute@gnu.org>
10691         * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
10692         define-obsolete-variable-alias.
10694 2005-08-11  Stefan Monnier  <monnier@iro.umontreal.ca>
10696         * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
10697         (ange-ftp-send-cmd): Revert last change, and expand
10698         the comment explaining the problem.
10700 2005-08-10  Luc Teirlinck  <teirllm@auburn.edu>
10702         * ldefs-boot.el: Update.
10704         * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
10705         item to "Time, Load and Mail".  Change help echo text.
10707         * time.el (display-time-use-mail-icon, display-time-format)
10708         (display-time-string-forms): Shorten first line of docstrings.
10710 2005-08-10  Lars Hansen  <larsh@soem.dk>
10712         * desktop.el (desktop-buffer-mode-handlers):
10713         Make non-customizable.  Add autoload cookie.  Change initial value to
10714         nil; add elements in respective modules instead.  Fix doc string.
10715         (desktop-load-file): New function.
10716         (desktop-minor-mode-handlers): New autoloaded variable.
10717         (desktop-create-buffer): Call minor mode handlers.
10718         Use desktop-load-file to load major and minor mode modules prior to
10719         checking for a handler.
10720         (desktop-save): Don't add nil to desktop-minor-modes for minor
10721         modes with nil function in desktop-minor-mode-table.  Don't delete
10722         desktop file before rewriting it.
10723         (desktop-locals-to-save): Add autoload cookie.  Don't make
10724         automatically buffer-local.  Add variables column-number-mode,
10725         size-indication-mode, indent-tabs-mode,
10726         indicate-buffer-boundaries, indicate-empty-lines and
10727         show-trailing-whitespace.
10728         (desktop-clear): Allow desktop-clear-preserve-buffers to contain
10729         regexps.  Don't use desktop-clear-preserve-buffers-regexp.
10730         (desktop-clear-preserve-buffers-regexp): Delete.
10731         (desktop-clear-preserve-buffers): Update initial value and docstring.
10732         (desktop-save-buffer): Fix doc string.
10734         * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
10735         (hilit-chg-desktop-restore): New function.
10736         (highlight-changes-mode): Add highlight-changes-mode to
10737         desktop-locals-to-save.
10739         * dired.el: Add handler to desktop-buffer-mode-handlers.
10740         (dired-restore-desktop-buffer): Remove autoload cookie.
10741         (dired-mode): Add autoload cookie.
10743         * info.el: Add handler to desktop-buffer-mode-handlers.
10744         (Info-restore-desktop-buffer): Remove autoload cookie.
10745         (Info-mode): Add autoload cookie.
10747         * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
10748         (mh-restore-desktop-buffer): Remove autoload cookie.
10749         (mh-folder-mode): Add autoload cookie.
10751         * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
10752         (rmail-restore-desktop-buffer): Remove autoload cookie.
10754 2005-08-11  Masatake YAMATO  <jet@gyve.org>
10756         * hexl.el (hexl-address-region):
10757         (hexl-ascii-region, hexl-font-lock-keywords):
10758         (hexl-highlight-line-range): Use the term "region"
10759         instead of "area" for consistency with the other symbols
10760         defined in hexl.el.
10762 2005-08-09  Luc Teirlinck  <teirllm@auburn.edu>
10764         * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
10765         correct group: it is set with `menu-bar-make-mm-toggle' (pointed
10766         out by Juri Linkov).  Add `display-battery-mode'.
10768 2005-08-09  Juri Linkov  <juri@jurta.org>
10770         * progmodes/compile.el (compilation-mode-font-lock-keywords):
10771         Remove `-text' from face variable names.
10772         (compilation-error-file-name, compilation-warning-file-name)
10773         (compilation-info-file-name): Delete faces.
10774         (compilation-line-number, compilation-column-number):
10775         Remove face underlining.
10776         (compilation-message-face): Set to `underline' value by default.
10777         (compilation-error-face, compilation-warning-face)
10778         (compilation-info-face): Remove `-file-name' from face names.
10779         (compilation-error-text-face, compilation-warning-text-face)
10780         (compilation-info-text-face): Delete face variables.
10781         (compilation-text-face): Delete function.
10783         * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
10784         (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
10785         (grep-error-face): Set to `compilation-error' instead of
10786         `compilation-error-face' (which is redefined to `grep-hit-face' in
10787         grep buffers).
10788         (grep-mode-font-lock-keywords): Remove `-text' from face variable
10789         names.  Use `grep-error-face' instead of `compilation-error-text-face'.
10791         * dired-aux.el (dired-do-query-replace-regexp):
10792         Use `query-replace-read-args'.
10794         * replace.el (query-replace-read-from, query-replace-read-to)
10795         (query-replace-read-args): Rename arg `string' to `prompt'.
10797         * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
10799 2005-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>  (tiny change)
10801         * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
10802         uploading files.
10803         (ange-ftp-canonize-filename): Handle file names beginning with ~
10804         correctly.
10806 2005-08-09  Juanma Barranquero  <lekktu@gmail.com>
10808         * textmodes/fill.el (canonically-space-region)
10809         (fill-context-prefix, fill-french-nobreak-p)
10810         (fill-delete-newlines, fill-comment-paragraph)
10811         (justify-current-line): "?\ " -> "?\s".
10813 2005-08-09  Ben North  <ben@redfrontdoor.org>  (tiny change)
10815         * textmodes/fill.el (fill-nonuniform-paragraphs):
10816         Improve argument/docstring consistency.
10818 2005-08-09  Richard M. Stallman  <rms@gnu.org>
10820         * textmodes/ispell.el (ispell-word): More fboundp checks.
10822         * files.el (find-file-noselect): Don't call set-buffer-major-mode.
10823         (find-file-noselect-1): Call it here, only if RAWFILE.
10824         (normal-mode): Always set some major mode.
10825         (save-some-buffers-action-alist): Change some explanation strings.
10826         (file-name-non-special): In the `quote' method, use unwind-protect.
10828 2005-08-09  Magnus Henoch  <mange@freemail.hu>
10830         * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
10831         (ispell-have-aspell-dictionaries): New variable.
10832         (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
10833         (ispell-get-aspell-config-value): New function.
10834         (ispell-aspell-find-dictionary): New function.
10835         (ispell-aspell-add-aliases): New function.
10836         (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
10837         appropriate.  Don't look for ispell dictionaries if we use aspell.
10838         (ispell-menu-map): Don't build a submenu of dictionaries.
10840 2005-08-09  Richard M. Stallman  <rms@gnu.org>
10842         * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
10843         (sql-read-passwd): Use read-passwd.
10845         * progmodes/idlw-toolbar.el (idlwave-toolbar)
10846         (idlwave-toolbar-is-possible): Add defvars.
10848         * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
10849         Avoid warnings.
10851         * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
10852         (idlwave-system-class-info, idlwave-executive-commands-alist):
10853         Use defvar.
10855         * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
10857         * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
10858         Avoid warnings.
10860         * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
10861         and content-type: headers.
10863         * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
10865         * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
10866         and rename some of them to be more self-explanatory.
10868         * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
10870         * startup.el (command-line-1): Implement -scriptload.
10872         * replace.el (occur-engine): Initial *Occur* output not undoable.
10874         * menu-bar.el (menu-bar-file-menu): Rename some menu items
10875         and improve help strings.
10877         * isearch.el (isearch-repeat): When changing direction,
10878         mark search successful.
10880         * ediff-init.el: Use (featurep 'xemacs).
10882         * comint.el (send-invisible): Identify buffer, if not selected.
10884         * align.el: Delete autoload for c-guess-basic-syntax.
10886 2005-08-09  Juanma Barranquero  <lekktu@gmail.com>
10888         * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
10889         Improve argument/docstring consistency.  Doc fixes.
10890         (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
10891         (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
10892         (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
10893         (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
10894         (r2bv-organization, r2bv-pages, r2bv-primary-author)
10895         (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
10896         (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
10897         Defvar at compile time.
10899 2005-08-09  Juri Linkov  <juri@jurta.org>
10901         * info.el: Replace `info' with upper-case `Info' where appropriate.
10902         (info-title-1, info-title-2, info-title-3, info-title-4)
10903         (info-menu-header): Move up face definitions.
10904         (info-menu-star): Rename from `info-menu-5'.
10905         (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
10906         (Info-fontify-visited-nodes): Fix docstring.
10907         (Info-hide-note-references): Fix docstring.
10908         (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
10909         menu items in the same way as on cross-references.
10910         (info-apropos): Fix sorting order and formatting to be like in the
10911         stand-alone Info browser.  Display error messages for 1 sec.
10912         (Info-mode-map): Move down `c' key binding.  Bind `^' to `Info-up'.
10913         (Info-mode-menu): Remove item for `Info-search-case-sensitively'
10914         from the menu bar.
10915         (Info-insert-dir): Restore point after calling
10916         `insert-buffer-substring'.
10918 2005-08-08  Richard M. Stallman  <rms@gnu.org>
10920         * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
10921         (recompute-lucid-menubar): Add defvars.
10923         * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
10925         * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
10927         * net/net-utils.el (run-dig): Rename from `dig'.
10929         * play/gametree.el (gametree-mode): Use make-local-variable,
10930         not make-variable-buffer-local.
10932         * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
10934         * ansi-color.el (ansi-color-make-extent)
10935         (ansi-color-set-extent-face): Use fboundp, not functionp.
10937         * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
10938         not make-variable-buffer-local.
10940         * bookmark.el (Info-current-file): Add defvar.
10941         (bookmark-jump-noselect): Use with-no-warnings.
10943         * completion.el (c-mode-map, fortran-mode-map): Add defvars.
10945         * ebuff-menu.el (Helper-return-blurb): Add defvar.
10947         * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
10949         * find-file.el (ada-procedure-start-regexp)
10950         (ada-package-start-regexp): Add defvars.
10952         * info.el (Info-insert-dir): Use insert-buffer-substring.
10954         * xml.el (xml-att-def-re): Add defvar.
10956         * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
10957         calling convention.
10959         * subr.el (while-no-input): Return t if there is input.
10961 2005-08-08  Luc Teirlinck  <teirllm@auburn.edu>
10963         * cus-start.el (all): Add `overflow-newline-into-fringe'.
10965 2005-08-08  Juanma Barranquero  <lekktu@gmail.com>
10967         * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
10968         (scheme-prev-l/c-dir/file): Fix typos in docstrings.
10970 2005-08-08  Emilio C. Lopes  <eclig@gmx.net>
10972         * cmuscheme.el (scheme-start-file): Replace reference to
10973         `user-emacs-directory' by "~/.emacs.d/".
10975 2005-08-08  Thien-Thi Nguyen  <ttn@gnu.org>
10977         * info.el (Info-dir-remove-duplicates): Avoid case folding
10978         in loop; instead, keep downcased strings for comparison.
10979         Suggested by Helmut Eller.
10981 2005-08-07  Michael Albinus  <michael.albinus@gmx.de>
10983         Sync with Tramp 2.0.50.
10985         * net/tramp.el: Remove defvar of `last-coding-system-used' in the
10986         XEmacs case; not necessary anymore.
10987         (tramp-user-regexp): Allow "@" as part of user name.
10988         (tramp-handle-set-visited-file-modtime)
10989         (tramp-handle-insert-file-contents)
10990         (tramp-handle-write-region): No special handling for
10991         `last-coding-system-used, because this is done in
10992         `tramp-accept-process-output' now.
10993         (tramp-accept-process-output): New defun.
10994         (tramp-process-one-action, tramp-process-one-multi-action)
10995         (tramp-wait-for-regexp, tramp-wait-for-output)
10996         (tramp-discard-garbage-erase-buffer): Call it.  Reported by David
10997         Howells <dhowells@redhat.com>.
10998         (clear-visited-file-modtime): Defadvice removed.  The check for
10999         unset buffer's modtime does not need to be based on
11000         `tramp-buffer-file-attributes'.  Suggested by RMS.
11001         (tramp-message): Insert "\n" if not being at beginning of line.
11002         (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
11003         sequence with same logic.
11004         (tramp-completion-handle-expand-file-name): Discard call of
11005         `tramp-drop-volume-letter'.  It is not necessary, and there have
11006         been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
11007         Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
11008         (tramp-do-copy-or-rename-file-out-of-band): Transfer message
11009         should always be visible.
11010         (tramp-handle-insert-directory, tramp-setup-complete)
11011         (tramp-set-process-query-on-exit-flag)
11012         (tramp-append-tramp-buffers): Pacify byte-compiler.
11013         (tramp-bug): Delete non-existing variables from list.
11014         Apply `tramp-load-report-modules' as pre-hook.
11015         Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
11016         `shell-prompt-pattern' because of non-7bit characters.
11017         Reported by Sebastian Luque <sluque@mun.ca>.
11018         (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
11019         (tramp-match-string-list): Remove function.
11020         (tramp-wait-for-regexp): Remove call of that function.
11021         Suggested by Kim F. Storm <storm@cua.dk>.
11022         (tramp-set-auto-save-file-modes): Use octal integer code #o600
11023         instead of octal character code ?\600.  The latter resulted in a
11024         syntax error with XEmacs.
11026         * net/tramp-smb.el: Remove defvar of `last-coding-system-used' in the
11027         XEmacs case; not necessary anymore.
11028         (tramp-smb-handle-write-region): No special handling for
11029         `last-coding-system-used, because this is done in
11030         `tramp-accept-process-output' now.
11031         (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
11033 2005-08-06  Luc Teirlinck  <teirllm@auburn.edu>
11035         * wid-edit.el (widget-choice-value-create):
11036         Unconditionally respect user choice.  Set :explicit-choice back to nil
11037         when no longer needed.
11038         (widget-choice-action): Unconditionally respect user choice.
11039         Eliminate :explicit-choice-value.
11041         * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
11043         * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
11044         with `indicate-empty-lines' and `indicate-buffer-boundaries'.
11045         (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
11046         running new function `toggle-indicate-empty-lines'.
11047         Rename "Customize" item to "Customize fringe".
11048         Rename "Indicators" item to "Buffer boundaries" and change help echo.
11049         (menu-bar-showhide-fringe-ind-menu): Change several help echos.
11050         Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
11051         Delete "Empty lines only" item.
11052         (menu-bar-showhide-fringe-ind-customize): New function.
11053         (menu-bar-showhide-fringe-ind-mixed)
11054         (menu-bar-showhide-fringe-ind-box)
11055         (menu-bar-showhide-fringe-ind-right)
11056         (menu-bar-showhide-fringe-ind-left)
11057         (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
11058         instead of `fringe-indicators'.
11060 2005-08-06  Michael Kifer  <kifer@cs.stonybrook.edu>
11062         * viper.el (viper-emacs-state-mode-list): Add recentf-dialog-mode.
11063         Change the date of last update.
11065 2005-08-06  Michael Kifer  <kifer@cs.stonybrook.edu>
11067         * viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
11068         (viper-exec-yank, viper-put-back): Don't display modification msg
11069         if in the minibuffer.
11071         * viper-init.el (viper-replace-overlay-cursor-color)
11072         (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
11073         Make variables frame local.
11075         * viper-util.el (viper-append-filter-alist): Use append instead of
11076         nconc.
11078         * viper.el (viper-vi-state-mode-list)
11079         (viper-emacs-state-mode-list): Move help-mode and
11080         completion-list-mode from the first list to the second.
11081         (viper-mode): Docstring.
11082         (viper-go-away, viper-non-hook-settings): Don't localize
11083         minor-mode-alist in newer Emacsen.  Add advice to
11084         set-cursor-color.  Don't bind "\C-c\\".
11086 2005-08-06  Emilio C. Lopes  <eclig@gmx.net>
11088         * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
11089         (scheme-macro-expand-command): New user options.
11090         (scheme-trace-procedure, scheme-expand-current-form): New commands.
11091         (scheme-form-at-point, scheme-start-file)
11092         (scheme-interactively-start-process): New functions.
11093         (scheme-get-process): New function, extracted from `scheme-proc'.
11094         (run-scheme): Call `scheme-start-file' to get start file, and pass
11095         it to `make-comint'.
11096         (switch-to-scheme, scheme-proc):
11097         Call `scheme-interactively-start-process' if no Scheme buffer/process
11098         is available.
11100 2005-08-06  Juri Linkov  <juri@jurta.org>
11102         * progmodes/compile.el (compilation-mode-font-lock-keywords):
11103         Use `compilation-text-face', `compilation-info-text-face' and
11104         `compilation-error-text-face' instead of `font-lock-keyword-face'.
11105         (compilation-error): New face.
11106         (compilation-error-file-name): Inherit from
11107         `compilation-error' instead of `font-lock-warning-face'.
11108         (compilation-warning-file-name): Inherit from
11109         `compilation-warning' instead of `font-lock-warning-face'.
11110         (compilation-info, compilation-error-file-name)
11111         (compilation-warning-file-name, compilation-info-file-name)
11112         (compilation-line-number, compilation-column-number): Doc fix.
11113         (compilation-error-text-face, compilation-warning-text-face)
11114         (compilation-info-text-face): New face variables.
11115         (compilation-line-face, compilation-column-face)
11116         (compilation-enter-directory-face)
11117         (compilation-leave-directory-face): Doc fix.
11118         (compilation-text-face): New function.
11120         * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
11121         instead of 1 to display binary file names as info file links.
11122         (grep-error-face): Use `compilation-error-face' instead of
11123         `font-lock-keyword-face'.
11124         (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
11125         and `compilation-warning-text-face' instead of
11126         `font-lock-keyword-face'.  Use `compilation-error-text-face'
11127         instead of `grep-error-face'.
11129 2005-08-05  Kenichi Handa  <handa@m17n.org>
11131         * international/code-pages.el: Add autoload cookies for all coding
11132         systems.
11134 2005-08-04  Luc Teirlinck  <teirllm@auburn.edu>
11136         * cus-start.el (all): Put undo.c where it alphabetically belongs.
11138 2005-08-04  Juri Linkov  <juri@jurta.org>
11140         * progmodes/compile.el (compilation-mode-map):
11141         * progmodes/grep.el (grep-mode-map):
11142         Bind TAB to `compilation-next-error' and [backtab] to
11143         `compilation-previous-error'.
11145         * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
11146         matching line numbers, column numbers and their ranges with regexp
11147         matching only line numbers.
11148         (grep-context-face): New face variable.
11149         (grep-mode-font-lock-keywords): Use it.
11151         * faces.el (read-face-name): Delete duplicate faces.
11153 2005-08-02  Juanma Barranquero  <lekktu@gmail.com>
11155         * thumbs.el (thumbs-find-image): Don't make variables
11156         automatically buffer local.
11157         (thumbs-current-tmp-filename, thumbs-current-image-filename)
11158         (thumbs-image-num): Make automatically buffer local.
11159         (thumbs-show-thumbs-list): Use `make-local-variable', not
11160         `make-variable-buffer-local'.
11161         (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
11163         * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
11164         (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
11165         (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
11166         (bother, bye, canyou, chatlst, continue, deathlst, describe)
11167         (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
11168         (feelings-about, foullst, found, hello, history, howareyoulst)
11169         (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
11170         (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
11171         (neglst, obj, object, owner, please, problems, qlist)
11172         (random-adjective, relation, remlst, repetitive-shortness)
11173         (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
11174         (shortlst, something, sportslst, stallmanlst, states, subj)
11175         (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
11176         (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
11177         Defvar at compile time.
11179         * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
11180         not `make-variable-buffer-local'.
11182 2005-08-02  Kim F. Storm  <storm@cua.dk>
11184         * emulation/cua-rect.el (cua--highlight-rectangle): Only show
11185         rectangle overlay in selected window.
11187 2005-08-01  Luc Teirlinck  <teirllm@auburn.edu>
11189         * cus-start.el (all): Put `indicate-empty-lines' in fringe group
11190         instead of display group.  Make `indicate-buffer-boundaries'
11191         customizable through Custom.
11193 2005-08-01  Juanma Barranquero  <lekktu@gmail.com>
11195         * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
11196         (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
11197         (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
11198         (gdb-put-string): Fix typos in docstrings.
11200 2005-08-01  Nick Roberts  <nickrob@snap.net.nz>
11202         Update copyright notices of files in progmodes directory for
11203         release of Emacs 22.1.
11205         * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
11207         * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
11208         Don't barf if the GUD buffer has been killed.
11210 2005-08-01  Kim F. Storm  <storm@cua.dk>
11212         * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
11214 2005-07-29  Stefan Monnier  <monnier@iro.umontreal.ca>
11216         * simple.el (next-error-follow-minor-mode):
11217         make-variable-buffer-local -> make-local-variable.
11219         * emacs-lisp/cl-extra.el: Require CL also when compiling.
11221         * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
11222         (byte-compile-form-make-variable-buffer-local): New functions to warn
11223         about misuses of make-variable-buffer-local where make-local-variable
11224         was meant.
11226 2005-07-29  Juanma Barranquero  <lekktu@gmail.com>
11228         * bs.el (bs-attributes-list): Doc fix.
11229         (bs): Update url-link.
11231         * desktop.el (desktop-save-buffer): Fix typos in docstring.
11232         (desktop-load-default): Simplify.
11234         * ibuffer.el (ibuffer-columnize-and-insert-list)
11235         (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
11236         (ibuffer-unmark-all, ibuffer-toggle-marks)
11237         (ibuffer-unmark-forward, ibuffer-unmark-backward)
11238         (ibuffer-compile-make-format-form, ibuffer-format-column)
11239         (ibuffer-current-buffers-with-marks)
11240         (ibuffer-update-title-and-summary): "?\ " -> "?\s".
11241         (ibuffer): Doc fix.
11242         (ibuffer-mode): Fix typo in docstring.
11243         (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
11244         with `define-obsolete-variable-alias'.
11245         (ibuffer-elide-long-columns): Mark as obsolete.  Doc fix.
11247 2005-07-29  Kenichi Handa  <handa@m17n.org>
11249         * international/mule-cmds.el (select-message-coding-system):
11250         Be sure to use LF for end-of-line.  If no coding system is decided,
11251         return iso-8859-1-unix.
11253 2005-07-28  Stefan Monnier  <monnier@iro.umontreal.ca>
11255         * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
11256         (ange-ftp-pending-error-line): New vars.
11257         (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
11258         to handle the non-fatal no-route-to-host messages.
11259         (internal-ange-ftp-mode): Make the no-match regexp more efficient.
11261 2005-07-28  Juanma Barranquero  <lekktu@gmail.com>
11263         * isearch.el (isearch-mode-map, isearch-other-meta-char)
11264         (isearch-quote-char, isearch-printing-char)
11265         (isearch-text-char-description): "?\ " -> "?\s".
11266         (isearch-lazy-highlight-cleanup)
11267         (isearch-lazy-highlight-initial-delay)
11268         (isearch-lazy-highlight-interval)
11269         (isearch-lazy-highlight-max-at-a-time)
11270         (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
11271         Declare with define-obsolete-*-alias macros.
11272         (isearch-forward): Fix typo in docstring.
11273         (search-invisible, search-ring-yank-pointer)
11274         (regexp-search-ring-yank-pointer): Doc fixes.
11276         * recentf.el (recentf-menu-append-commands-p): Declare with
11277         `define-obsolete-variable-alias'.
11278         (recentf-max-saved-items, recentf-menu-filter)
11279         (recentf-arrange-by-rule-subfilter): Doc fixes.
11280         (recentf-menu-append-commands-flag)
11281         (recentf-initialize-file-name-history, recentf-expand-file-name)
11282         (recentf-clear-data): Fix typos in docstrings.
11284 2005-07-28  Nick Roberts  <nickrob@snap.net.nz>
11286         * progmodes/gdb-ui.el: Smarten comments.
11287         (gdb-info-breakpoints-custom): Use nowarn when finding file.
11289 2005-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
11291         * term/apollo.el (terminal-init-apollo): New function containing
11292         all former top level forms in the file.
11293         * term/bobcat.el (terminal-init-bobcat):
11294         * term/cygwin.el (terminal-init-cygwin):
11295         * term/iris-ansi.el (terminal-init-iris-ansi):
11296         * term/linux.el (terminal-init-linux):
11297         * term/news.el (terminal-init-news):
11298         * term/rxvt.el (terminal-init-rxvt):
11299         * term/sun.el (terminal-init-sun):
11300         * term/tvi970.el (terminal-init-tvi970):
11301         * term/vt100.el (terminal-init-vt100):
11302         * term/vt102.el (terminal-init-vt102):
11303         * term/vt125.el (terminal-init-vt125):
11304         * term/vt200.el (terminal-init-vt200):
11305         * term/vt201.el (terminal-init-vt201):
11306         * term/vt220.el (terminal-init-vt220):
11307         * term/vt240.el (terminal-init-vt240):
11308         * term/vt300.el (terminal-init-vt300):
11309         * term/vt320.el (terminal-init-vt320):
11310         * term/vt400.el (terminal-init-vt400):
11311         * term/vt420.el (terminal-init-vt420):
11312         * term/wyse50.el (terminal-init-wyse50):
11313         * term/xterm.el (terminal-init-xterm): Likewise.
11315         * term/README: Describe the terminal-init-* functionality.
11317         * startup.el (command-line): After loading the terminal initialization
11318         file call the corresponding terminal initialization function.
11320 2005-07-27  Kenichi Handa  <handa@m17n.org>
11322         * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
11323         negative.
11325         * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
11326         (ps-mule-composition-prologue): Fix for the case that
11327         RelativeCompose is false.
11329 2005-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
11331         * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
11333         * descr-text.el (describe-char): Handle the case where the list of
11334         chars is displayed in a separate frame.
11335         Be a bit more discriminating when looking for the char.
11337 2005-07-26  Juanma Barranquero  <lekktu@gmail.com>
11339         * bookmark.el (bookmark-automatically-show-annotations)
11340         (bookmark-read-annotation-text-func): Doc fixes.
11341         (bookmark-save): Improve argument/docstring consistency.
11342         (bookmark-get-bookmark, bookmark-get-bookmark-record)
11343         (bookmark-alist-from-buffer)
11344         (bookmark-upgrade-file-format-from-0)
11345         (bookmark-grok-file-format-version)
11346         (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
11347         (bookmark-read-annotation-mode)
11348         (bookmark-insert-current-bookmark, bookmark-jump)
11349         (bookmark-exit-hook): Fix typos in docstrings.
11350         (bookmark-exit-hooks): Define as obsolete alias.
11351         (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
11352         not `bookmark-exit-hooks'.  Fix docstring.
11353         (bookmark-bmenu-select): "?\ " -> "?\s".
11355 2005-07-25  Ari Roponen  <arjuropo@cc.jyu.fi>  (tiny change)
11357         * startup.el (command-line): Fix typo.
11359 2005-07-24  Richard M. Stallman  <rms@gnu.org>
11361         * tooltip.el (tooltip-mode): Test emacs-basic-display,
11362         not emacs-quick-startup.
11364 2005-07-24  Juanma Barranquero  <lekktu@gmail.com>
11366         * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
11367         (reb-next-match, reb-show-subexp): Use `with-selected-window'
11368         instead of `reb-with-current-window'.
11369         (reb-prev-match): Likewise.  Also, don't move left if the search
11370         was unsuccessful.
11371         (reb-initialize-buffer): New function.
11372         (re-builder, reb-change-syntax): Use it.
11374         * man.el (Man-goto-page): Make second argument NOERROR optional.
11376 2005-07-23  Richard M. Stallman  <rms@gnu.org>
11378         * man.el (Man-bgproc-sentinel): Check here for failure to find
11379         any man page in the output, and report the error here.
11380         (Man-arguments): Make it permanent local.
11381         (Man-goto-page): New arg NOERROR.  Never kill the current buffer.
11382         (Man-mode): Pass t for NOERROR.
11384         * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
11385         (grep-mode-font-lock-keywords):
11386         Don't use compilation-...-face for messages that are not file names.
11388         * progmodes/compile.el (compilation-mode-font-lock-keywords):
11389         Don't use compilation-...-face for messages that are not file names.
11391 2005-07-22  Juri Linkov  <juri@jurta.org>
11393         * startup.el (normal-splash-screen): Update menu name.
11395         * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
11397 2005-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
11399         * term/xterm.el: Load term/rxvt if the terminal is actually an
11400         rxvt terminal.
11401         (xterm-rxvt-set-background-mode): Remove, not used anymore.
11403         * term/rxvt.el (function-key-map): Use substitute-key-definition
11404         to bind {C,S,C-S}-{f1-f10}.  Add a few missing key bindings.
11406         * term/cygwin.el: New file.
11408 2005-07-22  Kim F. Storm  <storm@cua.dk>
11410         * image-file.el (insert-image-file, image-file-yank-handler):
11411         Fix last change to maintain a (unique) yank-handler on yanked images.
11413 2005-07-22  Eduardo Mu\e,Aq\e(Boz  <emufer@terra.es>  (tiny change)
11415         * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
11416         of the file size (as in "177B" for 177 bytes).  This happens with
11417         "ls -lh" on FreeBSD.
11419 2005-07-22  Juanma Barranquero  <lekktu@gmail.com>
11421         * hilit-chg.el (highlight-changes-global-initial-state)
11422         (highlight-compare-buffers, hilit-chg-turn-on-maybe)
11423         (hilit-chg-fixup, highlight-changes-mode):
11424         Fix typos in docstrings.
11425         (highlight-changes-global-modes, highlight-changes-rotate-faces):
11426         Doc fixes.
11428 2005-07-21  Luc Teirlinck  <teirllm@auburn.edu>
11430         * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
11431         mode function using `eval-after-load'.
11433 2005-07-21  Kim F. Storm  <storm@cua.dk>
11435         * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
11436         included when reporting an emacs crash, and tell about the DEBUG file.
11438         * image-file.el (insert-image-file): Add yank-handler.
11439         (image-file-yank-handler): Yank handler to make unique copies of
11440         images when they are yanked into a buffer next to each other.
11442 2005-07-21  Juanma Barranquero  <lekktu@gmail.com>
11444         * comint.el (comint-use-prompt-regexp, comint-send-input)
11445         (comint-source-default, comint-extract-string)
11446         (comint-get-source, comint-word, comint-completion)
11447         (comint-source, comint-prompt-read-only, comint-update-fence):
11448         Fix typos in docstrings.
11449         (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
11450         Declare with define-obsolete-*-alias macros.
11451         (comint-previous-matching-input-from-input)
11452         (comint-next-matching-input-from-input)
11453         (comint-previous-matching-input, comint-next-matching-input)
11454         (comint-forward-matching-input):
11455         Improve argument/docstring consistency.
11457         * desktop.el (desktop-clear-preserve-buffers-regexp):
11458         Also preserve the *server* buffer.
11460         * simple.el (clone-indirect-buffer): Doc fix.
11461         (fixup-whitespace, just-one-space)
11462         (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
11463         (next-error, next-error-highlight)
11464         (next-error-highlight-no-select, next-error-last-buffer)
11465         (next-error-buffer-p, next-error-find-buffer, next-error)
11466         (previous-error, next-error-no-select, previous-error-no-select)
11467         (open-line, split-line, minibuffer-prompt-width, kill-new)
11468         (binary-overwrite-mode): Fix typos in docstrings.
11469         (set-fill-column): Fix typo in message.
11471         * skeleton.el (skeleton-proxy-new): Doc fix.
11473         * strokes.el (strokes-load-hook): Doc fix.
11474         (strokes-grid-resolution, strokes-get-grid-position)
11475         (strokes-renormalize-to-grid, strokes-read-stroke)
11476         (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
11477         (strokes-global-map): Fix typos in docstrings.
11478         (strokes-help): Doc fix.  Fix help message and pass it through
11479         `substitute-command-keys'.
11481         * tempo.el (tempo-insert-prompt, tempo-interactive)
11482         (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
11483         (tempo-insert-string-functions, tempo-local-tags)
11484         (tempo-define-template, tempo-insert-template)
11485         (tempo-insert-prompt-compat, tempo-is-user-element)
11486         (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
11487         Fix typos in docstrings.
11489         * vcursor.el (vcursor-other-window, vcursor-bind-keys)
11490         (vcursor-key-bindings, vcursor-use-vcursor-map)
11491         (vcursor-find-window, vcursor-scroll-down)
11492         (vcursor-disable, vcursor-beginning-of-buffer)
11493         (vcursor-end-of-buffer): Fix typos in docstrings.
11494         (vcursor-relative-move, vcursor-get-char-count):
11495         Improve argument/docstring consistency.
11497         * version.el: "?\ " -> "?\s".
11499         * wid-edit.el (widget-default-create, widget-after-change)
11500         (widget-default-format-handler, widget-checklist-add-item)
11501         (widget-radio-add-item, widget-choose, widget-specify-secret)
11502         (widget-field-value-create, widget-field-value-get)
11503         (widget-editable-list-format-handler)
11504         (widget-editable-list-entry-create, widget-group-value-create)
11505         (widget-documentation-link-add)
11506         (widget-documentation-string-value-create): "?\ " -> "?\s".
11507         (widget-convert-text): Doc fix.
11508         (widget-narrow-to-field, widget-field-find)
11509         (widget-url-link-action, widget-emacs-library-link-action)
11510         (widget-color-notify): Fix typos in docstrings.
11512         * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
11513         (x-select-text, set-w32-system-coding-system)
11514         (w32-add-charset-info): Fix typos in docstrings.
11516         * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
11517         (cua-enable-cua-keys, cua-use-hyper-key)
11518         (cua-virtual-rectangle-edges): Fix typos in docstrings.
11519         (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
11521         * net/tramp.el (tramp-handle-load): Fix typo in error message.
11523         * emacs-lisp/re-builder.el (regexp-builder): Declare with
11524         `defalias' instead of faking it.
11526         * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
11527         (eshell-ls-missing, eshell-ls-dired-initial-args)
11528         (eshell-ls-use-in-dired): Fix typos in docstrings.
11530 2005-07-20  Kim F. Storm  <storm@cua.dk>
11532         * emulation/cua-base.el (cua-mode): Improve doc string.
11534 2005-07-20  Juanma Barranquero  <lekktu@gmail.com>
11536         * abbrev.el (expand-region-abbrevs): Doc fix.
11537         (inverse-add-mode-abbrev, inverse-add-global-abbrev):
11538         Improve argument/docstring consistency.
11540         * arc-mode.el (archive-get-descr, archive-alternate-display):
11541         Doc fixes.
11542         (archive-l-e): Improve argument/docstring consistency.
11543         (archive-tmpdir, archive-unixdate, archive-unixtime)
11544         (archive-chmod-entry): Fix typos in docstrings.
11545         (archive-unflag, archive-unflag-backwards)
11546         (archive-unmark-all-files): "?\ " -> "?\s".
11548         * buff-menu.el (Buffer-menu-unmark): Doc fix.
11549         (Buffer-menu-not-modified, Buffer-menu-execute)
11550         (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
11551         (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
11553         * composite.el (compose-string, encode-composition-rule)
11554         (compose-last-chars): Fix typos in docstrings.
11556         * desktop.el (desktop-enable, desktop-basefilename):
11557         Declare with `define-obsolete-variable-alias'.
11558         (desktop-internal-v2s): Don't quote keywords.
11559         (desktop-clear): "?\ " -> "?\s".
11561         * dired.el (dired-align-file, dired-flag-backup-files)
11562         (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
11563         (dired-listing-switches, dired-ls-F-marks-symlinks)
11564         (dired-dwim-target, dired-load-hook, dired-mode-hook)
11565         (dired-directory, dired-faces, dired, dired-revert)
11566         (dired-mode, dired-summary, dired-view-file)
11567         (dired-copy-filename-as-kill, dired-delete-file)
11568         (dired-no-confirm, dired-unmark-all-marks)
11569         (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
11570         (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
11571         (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
11572         Fix typos in message strings.
11574         * dired-x.el (virtual-dired): Declare with `defalias'.
11575         (dired-mark-unmarked-files, dired-local-variables-file)
11576         (dired-omit-here-always): Doc fix.
11577         (dired-omit-mode, dired-find-subdir)
11578         (dired-enable-local-variables, dired-clean-up-buffers-too)
11579         (dired-extra-startup, dired-mark-extension, dired-jump)
11580         (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
11581         (dired-smart-shell-command, dired-guess-shell-alist-user)
11582         (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
11583         (dired-x-bind-find-file, dired-x-submit-report):
11584         Fix typos in docstrings.
11585         (dired-mark-unmarked-files): "?\ " -> "?\s".
11587         * dirtrack.el (dirtrack-list): Fix typos in docstring.
11589         * faces.el (describe-face): "?\ " -> "?\s".
11590         (read-all-face-attributes, read-face-font, modify-face)
11591         (face-attr-construct, italic): Fix typos in docstrings.
11592         (frame-update-face-colors): Declare with
11593         `define-obsolete-function-alias'.
11595         * files.el (find-file-noselect, recode-file-name): Doc fixes.
11596         (insert-directory, kill-some-buffers): "?\ " -> "?\s".
11597         (magic-mode-alist, buffer-file-numbers-unique)
11598         (write-file-functions, get-free-disk-space):
11599         Fix typos in docstrings.
11600         (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
11601         (write-contents-hooks, write-file-hooks):
11602         Declare with `define-obsolete-variable-alias'.
11604         * forms-d2.el (arch-rj): Fix typo in docstrings.
11605         (arch-tocol): Likewise.  "?\ " -> "?\s".
11607         * frame.el (set-frame-font, cursor-in-non-selected-windows):
11608         Fix typo in docstring.
11609         (set-screen-width, set-screen-height): Delete redundant info in
11610         doctrings.
11611         (new-frame, screen-height, screen-width): Declare with
11612         `define-obsolete-function-alias'.
11613         (delete-frame-hook, blink-cursor): Declare with
11614         `define-obsolete-variable-alias'.
11616         * paths.el (prune-directory-list): Fix typos in docstring.
11618         * pcvs-util.el (cvs-flags-query, cvs-strings->string)
11619         (cvs-prefix-get): Fix typos in docstrings.
11621         * ps-print.el (ps-extend-face-list, ps-extend-face)
11622         (ps-print-background-image): Fix typos in docstrings.
11623         (ps-default-fg, ps-default-bg): Doc fixes.
11625         * s-region.el (s-region-bind): Doc fix.
11626         (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
11628         * textmodes/org.el (org-table-formula-substitute-names)
11629         (org-table-get-vertical-vector): Doc fixes.
11630         (org-table-recalculate): Remove unused argument to `message'.
11632 2005-07-19  Carsten Dominik  <dominik@science.uva.nl>
11634         * textmodes/org.el (org-table-column-names)
11635         (org-table-column-name-regexp)
11636         (org-table-named-field-locations): New variables.
11637         (org-archive-subtree): Protect `this-command' when calling
11638         `org-copy-subtree' and `org-cut-subtree', to avoid appending to
11639         the kill buffer.
11640         (org-complete): Remove fixed-formula completion.
11641         (org-edit-formulas-map): New variable.
11642         (org-table-edit-formulas): New command.
11643         (org-finish-edit-formulas, org-abort-edit-formulas)
11644         (org-show-variable, org-table-get-vertical-vector): New functions.
11645         (org-table-maybe-eval-formula): Handle `:=' fields.
11646         (org-table-get-stored-formulas, org-table-store-formulas)
11647         (org-table-get-formula, org-table-modify-formulas)
11648         (org-table-replace-in-formulas): Handle named field formulas.
11649         (org-table-get-specials): Store locations of named fields.
11651 2005-07-19  Juri Linkov  <juri@jurta.org>
11653         * progmodes/grep.el (grep-regexp-alist)
11654         (grep-mode-font-lock-keywords, grep-process-setup):
11655         Use default GNU grep match color "01;31m" instead of "01;41m".
11656         (grep-regexp-alist, grep-mode-font-lock-keywords):
11657         Use `\\[[0-9]*m' instead of `\\[00m'.
11658         (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
11659         sgr_start where its handling is more important.  Use the real
11660         length of sgr_start instead of constant 8.
11661         (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
11662         specially.  Delete all remaining escape sequences.
11663         (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
11664         (grep-regexp-alist): Make hyperlink only for binary file name
11665         instead of the whole line.
11666         (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
11667         (grep-mode): Add autoload.
11669         * emacs-lisp/find-func.el (find-function-regexp):
11670         Add `define-compilation-mode'.
11672 2005-07-19  Juri Linkov  <juri@jurta.org>
11674         * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
11675         (compare-windows-sync-string-size, compare-windows-recenter)
11676         (compare-windows-highlight, compare-windows): Add version 22.1.
11677         (compare-windows) <defface>: Inherit from lazy-highlight instead
11678         of duplicating its default value.
11680         * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
11681         (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
11683         * descr-text.el (describe-char): Create link buttons for `charset'
11684         and `code point'.  Add the current input method name with a link
11685         button to `to input' field.  Print face names of display table
11686         characters in `The display table entry is displayed by' section
11687         instead of printing face-id in the `display' field.
11688         Guess hardcoded faces and create a link button for them.
11689         Skip empty fields when calculating max-width.
11690         Treat `widget-create' specially while inserting strings from the
11691         collected field list.
11692         (describe-char-after): Made obsolete in version 22.1, not 21.5.
11694         * diff-mode.el (diff-file-header): Change foreground color from
11695         yellow to green on light backgrounds.
11696         (diff-context): Inherit from `shadow' only for color/grayscale
11697         with more than 88 colors.
11698         (diff-indicator-removed, diff-indicator-added)
11699         (diff-indicator-changed): New faces.
11700         (diff-font-lock-keywords): Use new faces.  Regroup rules.
11701         Add "^---$" for `normal' diff format.  Fontify `#' lines with
11702         font-lock-comment-delimiter-face and font-lock-comment-face.
11703         Add `#' to ^[^...] in the rule for `diff-context-face'.
11705         * faces.el (mode-line-highlight): Replace RoyalBlue4 with
11706         a button-like box.  Inherit from `highlight' on low colors.
11707         (shadow): Use shades of gray only for color/grayscale with
11708         more than 88 colors.  Use green for light backgrounds with
11709         8 colors, and yellow for dark backgrounds with 8 colors.
11711         * font-lock.el (font-lock-regexp-grouping-backslash):
11712         Don't inherit from escape-glyph (use bold for all cases).
11714         * info.el (info-xref-visited): Use light foreground color `violet'
11715         for dark backgrounds instead of dark color `magenta3'.
11716         (info-title-1): Use `yellow' color for dark backgrounds.
11718         * isearch.el (isearch): Use not-too-dark magenta3 instead of
11719         too-light magenta2.
11721         * replace.el (match): Use slightly more light RoyalBlue3 instead
11722         of dark RoyalBlue4.
11724         * wid-edit.el (widget-inactive): Inherit from `shadow'.
11726 2005-07-19  Juanma Barranquero  <lekktu@gmail.com>
11728         * novice.el (disabled-command-hook): Declare it with
11729         `define-obsolete-variable-alias'.
11731         * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
11732         (desktop-buffer-misc-functions, desktop-buffer-handlers)
11733         (desktop-load-default): Add release to obsolescence info.
11734         (desktop-globals-to-clear, desktop-buffer-mode-handlers)
11735         (desktop-append-buffer-args, desktop-read):
11736         Fix typos in docstrings.
11737         (desktop-kill): Fix typo in message.
11738         (desktop-save): Doc fix.
11740 2005-07-19  Michael Kifer  <kifer@cs.stonybrook.edu>
11742         * viper-cmd.el (viper-escape-to-state): Bug fix.
11743         (viper-envelop-ESC-key): Change the definition of fast
11744         keysequence so it'll work with keyboard macros.
11746         * ediff.el (ediff-patch-buffer): Change the docstring.
11748 2005-07-19  Kenichi Handa  <handa@m17n.org>
11750         * international/mule-cmds.el (select-safe-coding-system): Try to
11751         use an auto-coding (if any) before anything else.  If the found
11752         auto-coding is invalid, show a warning message.
11754         * international/mule.el (find-auto-coding): New function created
11755         by modifying the body of set-auto-coding.
11756         (set-auto-coding): Use find-auto-coding to find a coding.
11758 2005-07-18  Richard M. Stallman  <rms@gnu.org>
11760         * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
11761         not isearch-mode-end-hook-error.
11762         (allout-before-change-protect): Fix error message.
11764 2005-07-18  Juri Linkov  <juri@jurta.org>
11766         * allout.el (allout-mode):
11767         * calculator.el (calculator-copy):
11768         * custom.el (custom-known-themes):
11769         * dired.el (dired-desktop-buffer-misc-data)
11770         (dired-restore-desktop-buffer):
11771         * dired-x.el (dired-omit-marker-char):
11772         * files.el (basic-save-buffer):
11773         * font-core.el (font-lock-mode):
11774         * calendar/calendar.el (calendar-goto-hebrew-date)
11775         (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
11776         (calendar-goto-persian-date):
11777         * language/ethio-util.el (ethio-sera-to-fidel-region):
11778         * textmodes/picture.el (picture-mode):
11779         Delete duplicate duplicate words.
11781 2005-07-18  Juri Linkov  <juri@jurta.org>
11783         * isearch.el (isearch-mode-map): Remove key bindings for regexp
11784         chars * ? } |.
11785         (isearch-fallback): Don't call `isearch-process-search-char'.
11786         (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
11787         (isearch-process-search-char): Call `isearch-fallback' for regexp
11788         chars * ? } |.
11789         (isearch-return-char): Make obsolete with `make-obsolete' instead
11790         of simply documenting it as obsolete in the docstring.
11791         (isearch-fallback): Refill docstring.
11793         * international/isearch-x.el
11794         (isearch-process-search-multibyte-characters): Remove unneeded
11795         `concat'.  Add intermediate values to `junk-hist' instead of
11796         `minibuffer-history'.  Test the length of `str'.
11798 2005-07-18  Juanma Barranquero  <lekktu@gmail.com>
11800         * allout.el (allout-resolve-xref): Fix typos in error strings.
11801         (allout-before-change-protect): Remove unneeded `concat'.
11803         * array.el (array-mode, array-reconfigure-rows)
11804         (untabify-backward): Fix typos in docstrings.
11805         (array-reconfigure-rows): Use `insert-buffer-substring', not
11806         `insert-buffer'.
11808         * calendar/icalendar.el (icalendar--get-unfolded-buffer):
11809         * progmodes/ada-mode.el (ada-make-body):
11810         Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
11812         * dired.el (dired-log):
11813         * tar-mode.el (tar-subfile-save-buffer):
11814         * play/zone.el (zone-pgm-stress-destress):
11815         Use `insert-buffer-substring', not `insert-buffer'.
11817 2005-07-17  Simon Josefsson  <jas@extundo.com>
11819         * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
11821 2005-07-16  Jose E. Marchesi  <jemarch@gnu.org>
11823         * lisp/mail/smtpmail.el (smtpmail-auth-supported):
11824         Add plain auth method.
11825         (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
11827 2005-07-17  Kim F. Storm  <storm@cua.dk>
11829         * ido.el (dired-other-window): Add ido property.
11831 2005-07-16  Juanma Barranquero  <lekktu@gmail.com>
11833         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
11834         Fix typo in docstring.
11835         (byte-compile-interactive-only-functions): Add `insert-buffer' and
11836         `insert-file-literally'.
11838         * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
11839         info and delete redundant message.  Doc fix.
11840         (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
11841         (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
11843 2005-07-16  Richard M. Stallman  <rms@gnu.org>
11845         * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
11846         (byte-compile-and): Use byte-compile-and-recursion.
11847         (byte-compile-or-recursion): New function.
11848         (byte-compile-or): Use that.
11849         (byte-compile-if): Guard the else-clause too.
11850         (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
11852         * isearch.el (isearch-mode-end-hook-quit): New variable.
11853         (isearch-done): Bind it.
11854         (isearch-mode-end-hook): Doc fix.
11856         * allout.el (allout-isearch-did-quit): Variable deleted.
11857         (allout-real-isearch-abort): Function name no longer used.
11858         (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
11859         (allout-isearch-rectification): isearch-mode always exists.
11860         Don't set allout-isearch-did-quit.
11861         (allout-isearch-expose): Check isearch-mode-end-hook-error, not
11862         allout-isearch-did-quit.
11863         (allout-enwrap-isearch): Just add the hook.
11864         (allout-isearch-abort): Function deleted.
11865         (allout-pre-command-business): Avoid warning.
11867         * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
11868         Correctly avoid warnings.
11869         (pascal-outline): Likewise.
11871         * progmodes/f90.el (f90-abbrev-start): Avoid warning.
11873         * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
11875         * play/tetris.el (tetris-mode): Avoid warning.
11877         * play/snake.el (snake-mode): Avoid warning.
11879         * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
11880         (gamegrid-set-display-table): Avoid warning.
11881         (gamegrid-set-timer): Likewise.
11882         (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
11883         (gamegrid-add-score-with-update-game-score-1): Take FILE
11884         as argument.
11885         (gamegrid-add-score-with-update-game-score): Pass that argument.
11886         Rename have-shared-game-dir to gamegrid-shared-game-dir.
11888         * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
11890         * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
11891         (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
11893         * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
11894         and insert-file.
11896         * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
11897         (sc-ask): Avoid warnings.
11899         * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
11900         (eshell-hist-initialize): Use that var the natural way.
11902         * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
11904         * emacs-lisp/re-builder.el (reb-cook-regexp):
11905         Avoid warning calling lre-compile-string.
11906         (reb-color-display-p): Avoid warning.
11908         * calculator.el (calculator-last-input): Guard uses
11909         of event-key and key-press-event-p.
11910         (event-key, key-press-event-p): Delete definitions.
11912         * emacs-lisp/find-gc.el (find-gc-unsafe-list)
11913         (find-gc-source-directory, find-gc-subrs-callers)
11914         (find-gc-noreturn-list, find-gc-source-files)
11915         (find-gc-subrs-called): Vars renamed and defvar'd.
11917         * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
11918         (checkdoc-overlay-put, checkdoc-delete-overlay)
11919         (checkdoc-overlay-start, checkdoc-overlay-end)
11920         (checkdoc-mode-line-update, checkdoc-char=):
11921         Define such that compiler knows they are defined.
11922         (checkdoc-call-eval-buffer): Delete.  Use eval-buffer directly.
11923         (checkdoc-read-event): Delete.  Use read-event directly.
11925         * whitespace.el (whitespace-make-overlay)
11926         (whitespace-overlay-put, whitespace-delete-overlay)
11927         (whitespace-overlay-start, whitespace-overlay-end):
11928         Define such that compiler knows they are defined.
11929         (whitespace): Move conditional inside.
11931         * tempo.el (tempo-insert-template): Suppress warning.
11933         * ediff-diff.el (longlines-mode): Add defvar.
11935 2005-07-16  Gary Howell  <g1howell-list@yahoo.com>  (tiny change)
11937         * server.el: Bind "C-x #" in a way that works even if C-x is
11938         redefined to a command key, not a prefix key.
11940 2005-07-16  Johan Bockgard  <bojohan@users.sourceforge.net>  (tiny change)
11942         * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
11943         cl-make-type-test till execution time.
11945 2005-07-16  Markus Rost  <rost@math.uni-bielefeld.de>
11947         * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
11948         arg ARG and use it.
11950 2005-07-16  Johan Bockgard  <bojohan@users.sourceforge.net>  (tiny change)
11952         * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
11954 2005-07-15  Luc Teirlinck  <teirllm@auburn.edu>
11956         * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
11957         a defcustom with two :set or :type keywords.
11959 2005-07-15  Richard M. Stallman  <rms@gnu.org>
11961         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
11962         Don't give ^M comment-end syntax.
11964 2005-07-16  Nick Roberts  <nickrob@snap.net.nz>
11966         * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
11967         Don't consider gdbmi (gdb-mi.el has its own update functions).
11968         (gdb-var-delete): Make it work for gdbmi as well.
11969         (gdb-speedbar-expand-node): Move var-update here for gdbmi.
11971         * progmodes/gud.el (etags, sdb): Only require etags when needed.
11972         (gud-speedbar-menu-items): Correct logic for enabling items.
11974 2005-07-15  Kim F. Storm  <storm@cua.dk>
11976         * ido.el: Fix commentary.
11977         (ido-define-mode-map): Move ido-next-work-file to C-M-o.
11978         Use with-no-warnings around ffap-guesser.
11979         (ido-file-internal, ido-read-file-name, ido-read-directory-name):
11980         Let bind minibuffer-completing-file-name to t.
11982 2005-07-15  Juanma Barranquero  <lekktu@gmail.com>
11984         * startup.el (site-run-file, keyboard-type): Doc fixes.
11985         (command-line): Check for "--basic-display" argument; also for
11986         "--quick", not "--bare-bones" (which was renamed).
11987         (fancy-splash-text): Add missing item "Getting New Versions".
11988         (normal-splash-screen): Fix typos and improve consistency with
11989         `fancy-splash-text'.  Update copyright year.
11991         * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
11992         valid binding for `help-char'.
11994         * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
11996 2005-07-14  Dan Nicolaescu  <dann@ics.uci.edu>
11998         * term.el (term-mode): Disable cua-mode for term buffers.
12000 2005-07-14  Juanma Barranquero  <lekktu@gmail.com>
12002         * add-log.el (add-log-mailing-address, change-log-merge):
12003         Doc fixes.
12004         (change-log-get-method-definition): Fix typo in docstring.
12006 2005-07-14  Kim F. Storm  <storm@cua.dk>
12008         * emulation/cua-base.el:
12009         (cua--pre-command-handler-1, cua--pre-command-handler)
12010         (cua--post-command-handler-1, cua--post-command-handler):
12011         Split in two.  Check (buffer local) value of cua-mode.
12012         (cua-selection-mode): New command.
12014 2005-07-13  Luc Teirlinck  <teirllm@auburn.edu>
12016         * custom.el (custom-initialize-safe-set)
12017         (custom-initialize-safe-default): Doc fixes.
12019         * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
12020         and simplify :init-value again.
12022         * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
12023         and simplify :init-value again.  Delete autoload.
12025         * startup.el (command-line): Use `custom-reevaluate-setting' again
12026         for tooltip-mode.
12028         * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
12029         a defcustom with two :initialize keywords.
12031 2005-07-13  Juanma Barranquero  <lekktu@gmail.com>
12033         * allout.el (my-mark-marker, allout-isearch-prior-pos)
12034         (allout-unprotected, allout-undo-aggregation, allout-snug-back)
12035         (allout-post-command-business, allout-flag-region)
12036         (isearch-reenable-font-lock, allout-yank)
12037         (allout-insert-latex-header, allout-insert-latex-trailer)
12038         (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
12039         (allout-latex-verb-quote): Fix typos in docstrings.
12040         (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
12041         (allout-unprotected, allout-prefix-data):
12042         Improve argument/docstring consistency.
12043         (allout-chart-subtree): Fix argument spec.
12044         (allout-open-topic): Rename `use_sib_bullet' argument to
12045         `use-sib-bullet'.  Doc fix.
12047         * whitespace.el (whitespace-check-buffer-leading)
12048         (whitespace-check-buffer-trailing)
12049         (whitespace-check-buffer-indent)
12050         (whitespace-check-buffer-spacetab)
12051         (whitespace-check-buffer-ateol, whitespace-highlighted-space)
12052         (whitespace-check-leading-whitespace)
12053         (whitespace-check-trailing-whitespace)
12054         (whitespace-check-spacetab-whitespace)
12055         (whitespace-check-indent-whitespace)
12056         (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
12057         (whitespace-modes): Fix typos in docstrings.
12058         (defgroup, defcustom): Doc fixes.
12060         * winner.el (winner-mode, winner-boring-buffers)
12061         (winner-pending-undo-ring): Doc fixes.
12062         (winner-ring): Remove unneeded `progn'.
12063         (winner-equal): `defsubst' it.
12064         (winner-redo): Fix message.
12066 2005-07-13  Kim F. Storm  <storm@cua.dk>
12068         * simple.el (line-move-1): Always use vertical-motion to
12069         do the last (or only) line move to ensure some movement.
12070         Undo 2005-06-23 change--don't check for overlays.
12072 2005-07-13  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
12074         * term/mac-win.el (ccl-encode-mac-roman-font)
12075         (ccl-encode-mac-centraleurroman-font)
12076         (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
12077         (ccl-encode-mac-dingbats-font): Remove check for ASCII.
12078         Change charset-id boundary of dimension to ?\xef.
12079         (mac-char-fontspec-list): New constant.
12080         (fontset-add-mac-fonts): Use it.  Accept non-string `base-family'
12081         argument.  Nil uses itself as family in font-spec.  Previous
12082         behavior for nil is now provided by non-nil non-string argument.
12083         All callers changed.  Add font-specs for Mac fonts to
12084         "fontset-default" unless iso8859-1 fonts are installed.
12086 2005-07-13  Stefan Monnier  <monnier@iro.umontreal.ca>
12088         * progmodes/sh-script.el (sh-get-indent-info): Only indent
12089         a continuation line if the \ is preceded by SPC or TAB.
12090         (sh-get-indent-info): Simplify.
12091         (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
12092         Use with-current-buffer.
12094         * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
12095         when the matched text is empty.
12097 2005-07-12  Luc Teirlinck  <teirllm@auburn.edu>
12099         * startup.el (command-line): Revert to previous handling of
12100         tooltip-mode.  Explain in comment why the complexity is needed.
12102         * tooltip.el (tooltip-mode): Revert to previous implementation of
12103         its defcustom.
12105         * frame.el (blink-cursor-mode): Revert to previous implementation
12106         of its defcustom.  Update comment.
12108 2005-07-12  Lars Hansen  <larsh@soem.dk>
12110         * desktop.el: Update e-mail address.
12112 2005-07-12  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
12114         * term/mac-win.el (mac-services-mail-selection)
12115         (mac-services-mail-to): New functions.
12116         (mac-application-menu-map): Bind them.
12118 2005-07-12  wulei  <milton@wulei.net>  (tiny change)
12120         * progmodes/gdb-ui.el: Add note about buffering with Windows.
12122 2005-07-11  Luc Teirlinck  <teirllm@auburn.edu>
12124         * custom.el (custom-reevaluate-setting): Doc fix.
12126 2005-07-11  Jay Belanger  <belanger@truman.edu>
12128         * calc/calc.el (calc-embedded-announce-formula-alist)
12129         (calc-embedded-open-close-plain-alist)
12130         (calc-embedded-open-close-mode-alist): Add checks for additional
12131         major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
12133 2005-07-11  Juanma Barranquero  <lekktu@gmail.com>
12135         * custom.el (custom-enable-theme): Don't add theme to
12136         `custom-enabled-themes' with `push' because there is no
12137         setf-method for `delq'.
12139 2005-07-11  Richard M. Stallman  <rms@gnu.org>
12141         * custom.el (custom-declare-variable): Doc fix.
12143         * dired-aux.el (dired-compare-directories): Remove "." and ".."
12144         from the alists.
12146         * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
12147         Do nothing if edebug-active.
12149         * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
12150         (edebug-display): Do it here instead.
12152 2005-07-10  Richard M. Stallman  <rms@gnu.org>
12154         * cus-face.el (custom-theme-set-faces): Make it work.
12155         (custom-reset-faces): Doc fix.
12156         (custom-theme-reset-internal-face, custom-theme-face-value):
12157         Functions deleted.
12159         * custom.el (custom-push-theme): Maintain list of the settings
12160         of a given theme in its theme-settings property.
12161         Maintain position of old settings in the theme-value
12162         or theme-face property.
12163         (custom-enabled-themes): New variable.
12164         (custom-theme-enabled-p): New function.
12165         (provide-theme): Update custom-enabled-themes.
12166         Disable and reenable the `user' theme.
12167         (require-theme): Doc fix.
12168         (custom-do-theme-reset, custom-remove-theme): Functions deleted.
12169         (custom-theme-value, custom-theme-variable-value): Likewise.
12170         (custom-theme-reset-internal): Likewise.
12171         (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
12172         (custom-enable-theme, custom-disable-theme): New functions.
12173         (custom-variable-theme-value, custom-face-theme-value): Likewise.
12174         (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
12175         (custom-theme-reset-variables): Simplify.
12176         (deftheme, custom-declare-theme, custom-make-theme-feature):
12177         Definitions moved.
12179 2005-07-10  Chong Yidong  <cyd@stupidchicken.com>
12181         * longlines.el (longlines-show-region)
12182         (longlines-unshow-hard-newlines): Recognize hard newlines by
12183         non-nil hard property, instead of t.
12185 2005-07-10  Michael Kifer  <kifer@cs.stonybrook.edu>
12187         * viper-cmd.el (viper--key-maps): New variable.
12188         (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
12189         emulation-mode-map-alists.
12190         (viper-envelop-ESC-key): Use viper-subseq.
12191         (viper-search-forward/backward/next): Disable debug-on-error.
12193         * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
12194         (viper-ESC-key): New defcustoms.
12196         * viper-macs.el (ex-map-read-args): Use viper-subseq.
12198         * viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
12199         (viper-subseq): Copy of subseq from cl.el.
12201         * viper.el (viper-go-away, viper-set-hooks): Use
12202         emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
12204         * viper-mous.el (viper-current-frame-saved): Use defvar.
12206         * viper-init.el: Get rid of -face in face names.
12208         * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
12209         Make it work with longlines mode
12211         * ediff-mult.el (ediff-meta-mode-hook): New variable.
12213         * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
12215         * ediff-init.el: Get rid of -face in face names.
12217 2005-07-10  Richard M. Stallman  <rms@gnu.org>
12219         * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
12220         and with-timeout-unsuspend.
12222         * emacs-lisp/debug.el (debug): Call with-timeout-suspend
12223         and with-timeout-unsuspend.
12225         * emacs-lisp/timer.el (with-timeout-timers): New variable.
12226         (with-timeout): Bind that variable to record timers.
12227         (with-timeout-suspend, with-timeout-unsuspend): New functions.
12229         * emacs-lisp/debug.el (debug-help-follow): New function.
12230         (debugger-mode-map): Use that instead of help-follow.
12231         (debugger-setup-buffer): Use eval-buffer-list
12232         to handle eval-buffer frames.
12234 2005-07-10  N. Raghavendra  <raghu@mri.ernet.in>  (tiny change)
12236         * timezone.el (timezone-parse-date): Change first regexp
12237         so it will not mistakenly match dates with no time zone.
12239 2005-07-10  Jeff Dwork  <jeff.dwork@amd.com>  (tiny change)
12241         * facemenu.el (facemenu-read-color): Do case-insensitive matching.
12243 2005-07-10  Luc Teirlinck  <teirllm@auburn.edu>
12245         * custom.el (custom-initialize-safe-set)
12246         (custom-initialize-safe-default): New functions.
12248         * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
12249         and simplify :init-value.
12251         * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
12252         and simplify :init-value.  Delete obsolete comment.
12254         * startup.el (command-line): Use `custom-reevaluate-setting' to
12255         handle `tooltip-mode'.  Delete obsolete comment.
12257         * files.el (set-visited-file-name): Avoid calling
12258         `file-name-nondirectory' with a nil argument.
12260 2005-07-09  Richard M. Stallman  <rms@gnu.org>
12262         * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
12263         was called with nil for the buffer, handle the read position right.
12264         Handle read position for eval-region, too.
12266 2005-07-09  Juri Linkov  <juri@jurta.org>
12268         * fringe.el (fringe-mode): Add period in docstring.
12269         (fringe-query-style): Build prompt depending on `all-frames' arg.
12271         * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
12272         to not create links to unrelated functions in the Help buffer.
12274         * progmodes/compile.el (compilation-mode-hook, compilation-mode):
12275         Doc fix.
12277         * simple.el (next-error-hook): New variable.
12278         (next-error): Use it.  Doc fix.
12280         * textmodes/ispell.el (ispell-command-loop): Add current
12281         dictionary name and program name to mode-line-format.
12282         (ispell-region, ispell-process-line): Add current dictionary name
12283         and program name to messages.
12285 2005-07-08  Jay Belanger  <belanger@truman.edu>
12287         * calc/calc.el (calc-embedded-announce-formula-alist)
12288         (calc-embedded-open-close-formula-alist)
12289         (calc-embedded-open-close-word-alist)
12290         (calc-embedded-open-close-plain-alist)
12291         (calc-embedded-open-close-new-formula-alist)
12292         (calc-embedded-open-close-mode-alist)
12293         (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
12294         (calc-embedded-mode-hook): New variables.
12296         * calc/calc-embed.el (calc-embedded-firsttime)
12297         (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
12298         New variables.
12299         (calc-do-embedded): Use calc-embedded-firsttime,
12300         calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
12301         determine whether or not to run hooks.
12302         (calc-embedded-make-info) Set calc-embedded-firsttime-buf and
12303         calc-embedded-firsttime-formula appropriately.
12304         Set calc-embedded delimiter variables according to mode.
12306 2005-07-08  Richard M. Stallman  <rms@gnu.org>
12308         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
12309         Check for "emacs", etc., as entire symbol, not just as word.
12310         (checkdoc-file-comments-engine): Use regexp-quote on FN.
12312         * files.el (set-visited-file-name): Report the error
12313         for "empty filename" earlier.
12314         (kill-some-buffers): Ignore buffers already dead.
12316         * fringe.el (fringe-mode): Doc fix.
12318         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
12319         Check for (featurep 'xemacs) and turn off warnings in what it guards.
12320         Use unwind-protect to ensure byte-compile-unresolved-functions
12321         is updated.
12323         * whitespace.el (whitespace-buffer-leading-cleanup):
12324         Simplify w/ skip-chars-forward.
12325         (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
12327         * mail/rmail.el (rmail-only-expunge): Fix paren error.
12328         Unconditionally try to leave point at the same old place.
12330 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>  (tiny change)
12332         * comint.el (comint-postoutput-scroll-to-bottom)
12333         (comint-show-maximum-output): Take scroll-margin into consideration.
12335 2005-07-08  Kim F. Storm  <storm@cua.dk>
12337         * ido.el (ido-use-filename-at-point): New choice `guess'.
12338         (ido-file-internal): Try ffap-guesser if selected.
12340         * ido.el (ido-before-fallback-functions): New hook.
12341         (ido-buffer-internal, ido-file-internal, ido-read-buffer)
12342         (ido-read-file-name): Run it.
12344 2005-07-07  Stefan Monnier  <monnier@iro.umontreal.ca>
12346         * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
12347         strings rather than a list of symbols to the completion function.
12349 2005-07-07  Jay Belanger  <belanger@truman.edu>
12351         * calc/calc-units.el (math-apply-units): Change the places in
12352         which units are simplified.
12354 2005-07-07  Luc Teirlinck  <teirllm@auburn.edu>
12356         * cus-edit.el (customize-option, customize-option-other-window):
12357         Make them handle aliases.
12359         * custom.el (custom-variable-p): Make it recursively follow
12360         aliases.  Mention that in the docstring.
12362 2005-07-07  Richard M. Stallman  <rms@gnu.org>
12364         * cus-start.el (exec-path): Use `directory' instead of `file'.
12365         Fix tag for nil.
12367 2005-07-07  Juanma Barranquero  <lekktu@gmail.com>
12369         * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
12370         when called non-interactively.  Doc fix.
12372 2005-07-07  Lute Kamstra  <lute@gnu.org>
12374         * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
12375         new address as well.
12377 2005-07-07  Kenichi Handa  <handa@m17n.org>
12379         * international/mule.el (make-coding-system):
12380         Describe `ascii-incompatible' property in the docstring.
12381         (set-file-name-coding-system): Signal an error if coding-system is
12382         ascii-incompatible.
12383         (set-keyboard-coding-system): Likewise.
12385         * international/mule-cmds.el (set-default-coding-systems):
12386         Don't set default-file-name-coding-system and
12387         default-keyboard-coding-system if coding-system is ASCII-incompatible.
12389         * international/utf-16.el: Declare that all UTF-16-based coding
12390         systems are ASCII-incompatible.
12392 2005-07-07  Nick Roberts  <nickrob@snap.net.nz>
12394         * progmodes/gud.el: Require font-lock for displaying errors.
12395         Used by gdb-ui.el.
12397 2005-07-07  Juanma Barranquero  <lekktu@gmail.com>
12399         * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
12400         values for the pattern lists which are `read'able but not
12401         `append'able (like symbols).
12403 2005-07-06  Richard M. Stallman  <rms@gnu.org>
12405         * progmodes/flymake.el (flymake-float-time): Instead of
12406         with-no-warnings, test for xemacs.
12407         (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
12408         to avoid warning.
12410 2005-07-06  Juanma Barranquero  <lekktu@gmail.com>
12412         * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
12414 2005-07-05  Lute Kamstra  <lute@gnu.org>
12416         * battery.el: Add support for Darwin (with much debugging help
12417         from Samuel Lauber <sam124@operamail.com>).
12418         (battery-status-function, battery-echo-area-format)
12419         (battery-mode-line-format): Add support for pmset on Darwin.
12420         (battery-load-low, battery-load-critical): New user options.
12421         (battery-pmset): New function.
12423 2005-07-05  Lute Kamstra  <lute@gnu.org>
12425         Update FSF's address in GPL notices.
12427         * textmodes/page-ext.el: Update FSF's address.
12429 2005-07-04  Stefan Monnier  <monnier@iro.umontreal.ca>
12431         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
12432         filling from using prefix when filling a single-line docstring.
12434         * progmodes/flymake.el: Remove useless eval-when-compile.
12436         * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
12438 2005-07-04  Richard M. Stallman  <rms@gnu.org>
12440         * textmodes/org.el (org-file-apps-defaults-gnu):
12441         Rename from org-file-apps-defaults-linux.
12442         (org-default-apps): Don't test system-type for `linux'.
12443         (org-file-apps): Doc fix.
12445 2005-07-04  David Ponce  <david@dponce.com>
12447         * tree-widget.el: Improve header Commentary section.
12448         (tree-widget) [defgroup]
12449         (tree-widget-image-enable, tree-widget-themes-directory)
12450         (tree-widget-theme, tree-widget-image-properties-emacs)
12451         (tree-widget-image-properties-xemacs, tree-widget-create-image)
12452         (tree-widget-image-formats, tree-widget-control)
12453         (tree-widget-empty-control, tree-widget-leaf-control
12454         (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
12455         (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
12456         (tree-widget-keep, tree-widget-after-toggle-functions)
12457         (tree-widget-open-node, tree-widget-close-node): Doc fix.
12458         (tree-widget-open-control, tree-widget-close-control): Fix doc and
12459         :help-echo message.
12460         (tree-widget-set-theme): Doc fix.  Use `string-equal'.
12461         (tree-widget-image-properties): Doc fix.  Clearer implementation.
12462         (tree-widget--cursors): New constant.
12463         (tree-widget-lookup-image): New function split from
12464         `tree-widget-find-image'.  Clearer implementation.
12465         (tree-widget-find-image): Use it.
12466         (tree-widget-button-keymap): Use `set-keymap-parent'.
12467         (tree-widget) [define-widget]: Use `widget-children-value-delete'.
12468         Define the sub-widgets here.
12469         (tree-widget-node): Check that :node is not a tree-widget.
12470         (tree-widget-get-super, tree-widget-open-control)
12471         (tree-widget-close-control, tree-widget-empty-control)
12472         (tree-widget-leaf-control, tree-widget-guide)
12473         (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
12474         (tree-widget-no-handle, tree-widget-value-delete)
12475         (tree-widget-map): Remove.
12476         (tree-widget-children-value-save): Doc fix.  Simplified.
12477         (tree-widget-value-create): Update according to previous changes.
12479 2005-07-04  Carsten Dominik  <dominik@science.uva.nl>
12481         * textmodes/org.el: Leading space replaced by TABS.
12482         (org-recalc-marks, org-table-rotate-recalc-marks)
12483         (org-table-get-specials): Treat "^" and "_" marks.
12484         (org-table-justify-field-maybe): Optional argument NEW.
12485         (org-table-eval-formula): Parsing of the format simplified.
12486         New modes C,I.  Honor the %= parameter in the current table.
12487         Avoid unnecessary re-align by using the NEW argument to
12488         `org-table-justify-field-maybe'.
12489         (org-calc-default-modes): Default for date-format mimicks org-mode.
12490         (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
12492 2005-07-03  Luc Teirlinck  <teirllm@auburn.edu>
12494         * cus-face.el (custom-theme-set-faces): Make it handle face
12495         aliases whose alias declarations are pre- or autoloaded.
12497 2005-07-04  Juri Linkov  <juri@jurta.org>
12499         * faces.el (read-face-name): Put the code for getting a face name
12500         from the buffer before adding the faces from the `face' property.
12501         Use `completing-read-multiple' instead of `completing-read'.
12502         Require `crm'.  Add default value and post-process the returned
12503         list of faces.
12505         * emacs-lisp/crm.el (crm-find-current-element)
12506         (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
12508         * emacs-lisp/lisp-mode.el (eval-defun-1):
12509         * emacs-lisp/edebug.el (edebug-eval-defun):
12510         Remove unnecessary quotes.
12512 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
12514         * progmodes/prolog.el (prolog-eof-string): Doc fixes.
12515         (prolog-indent-level): Fix typo in docstring.
12517         * info.el (Info-history, Info-history-forward)
12518         (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
12520         * add-log.el (add-change-log-entry):
12521         * comint.el (comint-dynamic-list-input-ring)
12522         (comint-dynamic-list-completions):
12523         * dabbrev.el (dabbrev-expand):
12524         * delim-col.el (delimit-columns-rectangle-line):
12525         * diff-mode.el (diff-context->unified, diff-reverse-direction)
12526         (diff-unified->context):
12527         * ediff-init.el (ediff-abbrev-jobname):
12528         * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
12529         (ediff-replace-session-activity-marker-in-meta-buffer):
12530         * info.el (Info-summary):
12531         * lpr.el (printify-region):
12532         * printing.el (pr-create-interface):
12533         * ps-print.el (ps-print-quote):
12534         * ses.el (ses-column-widths, ses-print-cell)
12535         (ses-adjust-print-width, ses-center):
12536         * shell.el (shell-file-name-quote-list):
12537         * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
12538         (strokes-fill-current-buffer-with-whitespace)
12539         (strokes-xpm-for-stroke, strokes-list-strokes)
12540         (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
12541         * term.el (term-dynamic-list-input-ring)
12542         (term-dynamic-list-completions):
12543         * calc/calc.el (math-format-stack-value):
12544         * emacs-lisp/edebug.el (edebug-display-freq-count):
12545         * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
12546         (delphi-new-comment-line):
12547         * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
12548         * progmodes/executable.el (executable-set-magic):
12549         * progmodes/python.el (inferior-python-mode):
12550         * progmodes/scheme.el (scheme-mode-syntax-table):
12551         * progmodes/sh-script.el (sh-maybe-here-document):
12552         * progmodes/sql.el (sql-copy-column):
12553         * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
12554         * textmodes/bibtex.el (bibtex-mode):
12555         * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
12556         (sgml-auto-attributes):
12557         * textmodes/table.el (table-insert, table-shorten-cell)
12558         (table--generate-source-scan-lines, table-delete-row)
12559         (*table--cell-delete-char, table--spacify-frame)
12560         (table--horizontally-shift-above-and-below)
12561         (table--cell-insert-char, table--cell-blank-str)
12562         (table--fill-region-strictly):
12563         * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
12564         * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
12566         * add-log.el (change-log):
12567         * apropos.el (apropos):
12568         * comint.el (comint-completion, comint-source):
12569         * dabbrev.el (dabbrev):
12570         * delim-col.el (columns):
12571         * diff-mode.el (diff-mode):
12572         * ediff.el (ediff):
12573         * ediff-diff.el (ediff-diff):
12574         * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
12575         * ediff-mult.el (ediff-mult):
12576         * ediff-ptch.el (ediff-ptch):
12577         * ediff-wind.el (ediff-window):
12578         * facemenu.el (facemenu):
12579         * indent.el (indent):
12580         * info.el (info):
12581         * jka-cmpr-hook.el (compression, jka-compr):
12582         * lpr.el (lpr):
12583         * outline.el (outlines):
12584         * pcmpl-cvs.el (pcmpl-cvs):
12585         * pcmpl-rpm.el (pcmpl-rpm):
12586         * printing.el (printing):
12587         * ps-print.el (postscript, ps-print, ps-print-horizontal)
12588         (ps-print-vertical, ps-print-headers, ps-print-font)
12589         (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
12590         (ps-print-background, ps-print-printer, ps-print-page)
12591         (ps-print-miscellany):
12592         * ses.el (ses):
12593         * shell.el (shell, shell-directories, shell-faces):
12594         * startup.el (initialization):
12595         * strokes.el (strokes):
12596         * term.el (term):
12597         * uniquify.el (uniquify):
12598         * w32-vars.el (w32):
12599         * calc/calc.el (calc):
12600         * emacs-lisp/bytecomp.el (bytecomp):
12601         * emacs-lisp/cl-indent.el (lisp-indent):
12602         * emacs-lisp/edebug.el (edebug):
12603         * emacs-lisp/elp.el (elp):
12604         * emacs-lisp/testcover.el (testcover):
12605         * emacs-lisp/trace.el (trace):
12606         * emulation/viper-ex.el (viper-ex):
12607         * emulation/viper-mous.el (viper-mouse):
12608         * mail/mailalias.el (mailalias):
12609         * mail/supercite.el (supercite, supercite-frames)
12610         (supercite-attr, supercite-cite, supercite-hooks):
12611         * net/rcompile.el (remote-compile):
12612         * net/rlogin.el (rlogin):
12613         * obsolete/ooutline.el (outlines):
12614         * progmodes/delphi.el (delphi):
12615         * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
12616         (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
12617         (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
12618         (ebnf-optimization):
12619         * progmodes/etags.el (etags):
12620         * progmodes/executable.el (executable):
12621         * progmodes/idlwave.el (idlwave):
12622         * progmodes/pascal.el (pascal):
12623         * progmodes/prolog.el (prolog):
12624         * progmodes/python.el (python):
12625         * progmodes/scheme.el (scheme):
12626         * progmodes/sh-script.el (sh, sh-script):
12627         * progmodes/sql.el (SQL):
12628         * progmodes/tcl.el (tcl):
12629         * textmodes/bibtex.el (bibtex, bibtex-autokey):
12630         * textmodes/enriched.el (enriched):
12631         * textmodes/makeinfo.el (makeinfo):
12632         * textmodes/sgml-mode.el (sgml):
12633         * textmodes/table.el (table-hooks):
12634         * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
12635         * textmodes/texinfo.el (texinfo):
12636         * textmodes/two-column.el (two-column):
12637         Finish `defgroup' description with period.
12639         * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
12640         * eshell/esh-var.el (eshell-var):
12641         * progmodes/vhdl-mode.el (vhdl-testbench):
12642         * textmodes/org.el (org): Fix typos in docstrings.
12644         * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
12645         consistency.
12647         * progmodes/flymake.el (flymake-find-file): Remove.
12648         (flymake-float-time): Use `with-no-warnings'.
12649         (flymake-check-start-time, flymake-check-was-interrupted)
12650         (flymake-err-info, flymake-is-running, flymake-last-change-time)
12651         (flymake-new-err-info): `defvar' at compile time.
12653 2005-07-03  Juanma Barranquero  <lekktu@gmail.com>
12655         * replace.el (occur-hook): Doc fix.
12656         (occur-1): Don't call `occur-hook' if there are no matches.
12658 2005-07-03  Richard M. Stallman  <rms@gnu.org>
12660         * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
12661         global-map, save the same map.
12662         (global-map): Don't alter it at top level.
12663         (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
12664         Then alter it here instead.
12665         (tpu-edt-off): Set global-map to the saved one.
12667         * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
12668         All references simplified.
12669         (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p.  Uses changed.
12670         (zmacs-regions): Add defvar.
12671         (repeat-complex-command-map): Everything about that deleted.
12673         * textmodes/artist.el (artist-key-is-drawing)
12674         (artist-key-endpoint1, artist-key-poly-point-list)
12675         (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
12676         (artist-key-compl-table, artist-rb-save-data)
12677         (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
12678         Don't put them in eval-when-compile.
12679         (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
12681         * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
12682         Use with-no-warnings.
12684         * net/browse-url.el (dos-windows-version): Add defvar.
12686         * mail/supercite.el (filladapt-prefix-table): Add defvar.
12688         * mail/rmailsum.el (rmail-summary-redo): Add defvar.
12689         (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
12690         (rmail-new-summary-line-count): Rename from new-summary-line-count.
12691         Add defvar.
12692         (rmail-summary-beginning-of-message): Use with-no-warnings.
12693         (rmail-summary-first-message, rmail-summary-last-message): Likewise.
12695         * emulation/vip.el (vip-replace-string, ex-map, ex-read):
12696         Use with-no-warnings.
12698         * emulation/vi.el (vi-mark-region): Use c-mark-function.
12699         (c-mark-function): Add point-moving-unit property.
12700         (vi-goto-line): Use with-no-warnings.
12702         * emulation/edt.el (edt-last-copied-word): Add defvar.
12703         (zmacs-region-stays): Likewise.
12704         (edt-mark-section-wisely): Use c-mark-function for C.
12705         Use makr-defun for Fortran.
12706         (time-string): defvar deleted.
12707         (edt-display-the-time): Don't set time-string.
12709         * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
12711         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
12712         Don't warn when name is not constant
12713         or for defining the group `emacs'.
12715         * tooltip.el (gud-tooltip-mode): Add defvar.
12717         * startup.el (default-frame-background-mode): Add defvar.
12719         * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
12721         * info.el (tool-bar-map): Add defvar.
12723         * dired.el (dnd-protocol-alist): Add defvar.
12725         * dired-aux.el (dired-query): Display question with answer, when
12726         the user answers.
12728         * custom.el (custom-add-option): Doc fix.
12730         * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
12732 2005-07-03  Eli Zaretskii  <eliz@gnu.org>
12734         * font-lock.el (font-lock-regexp-grouping-construct): Fix the
12735         bogus name from the last change.
12737 2005-07-02  Luc Teirlinck  <teirllm@auburn.edu>
12739         * custom.el (custom-declare-variable): Fix typos in comment.
12740         (custom-known-themes): Doc fix.
12741         (custom-theme-directory): New defcustom.
12742         (require-theme): Make it check `custom-theme-directory'.
12744         * cus-theme.el (custom-new-theme-mode): New function.
12745         (custom-theme-name, custom-theme-variables, custom-theme-faces)
12746         (custom-theme-description): Add compiler defvars.
12747         (customize-create-theme): Add doc to the "*New Custom Theme*"
12748         buffer.  Use `custom-new-theme-mode'.
12749         (custom-theme-write): Put the created buffer in emacs-lisp-mode
12750         and save it to the `custom-theme-directory'.  Make this the
12751         default directory of the buffer.
12753 2005-07-02  David Hunter  <hunterd_42@comcast.net>  (tiny change)
12755         * progmodes/flymake.el (flymake-mode, flymake-mode-off):
12756         Fix unbalanced parentheses.
12758 2005-07-02  Stefan Monnier  <monnier@iro.umontreal.ca>
12760         * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
12761         into flymake-mode and delegate to flymake-mode.
12763         * find-file.el (ff-which-function-are-we-in): Clean up.
12765 2005-07-02  Juanma Barranquero  <lekktu@gmail.com>
12767         * replace.el (occur-rename-buffer): Fix docstring.
12769         * emulation/edt.el (*EDT-keys*, edt-default-global-map)
12770         (edt-last-copied-word, edt-learn-macro-count)
12771         (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
12772         (edt-rect-start-point, edt-user-global-map, rect-start-point)
12773         (time-string, zmacs-region-stays):
12774         * emulation/edt-mapper.el (edt-save-function-key-map)
12775         (EDT-key-name): `defvar' to silence the byte-compiler.
12777 2005-07-02  Martin Rudalics  <rudalics@gmx.at>  (tiny change)
12779         * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
12780         font-lock-regexp-backslash.  Doc fix.
12781         (font-lock-regexp-backslash-grouping-construct): Rename from
12782         font-lock-regexp-backslash-construct.  Doc fix.
12783         (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
12784         grouping constructs.
12786 2005-07-02  Eli Zaretskii  <eliz@gnu.org>
12788         * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
12789         updating all the prerequisites.
12791 2005-07-01  Juanma Barranquero  <lekktu@gmail.com>
12793         * textmodes/org.el (org-agenda-start-on-weekday)
12794         (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
12795         (org-agenda-use-time-grid, org-archive-location)
12796         (org-allow-space-in-links, org-usenet-links-prefer-google)
12797         (org-enable-table-editor, org-export-default-language)
12798         (org-export-html-show-new-buffer, org-fill-paragraph)
12799         (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
12800         (org-goto-quit, org-occur, org-eval-in-calendar)
12801         (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
12802         (org-agenda-diary-entry, org-remember-help)
12803         (org-table-convert-region, org-at-table-p)
12804         (org-table-move-row-down, org-table-move-row-up)
12805         (org-table-copy-region, org-table-toggle-vline-visibility)
12806         (org-table-get-stored-formulas, org-table-get-specials)
12807         (org-recalc-commands, org-table-eval-formula)
12808         (org-table-formula-substitute-names, orgtbl-make-binding)
12809         (org-format-org-table-html, org-format-table-table-html)
12810         (org-format-table-table-html-using-table-generate-source)
12811         (org-customize): Fix typos in docstrings.
12812         (org-level-2, org-at-timestamp-p, org-agenda-day-view)
12813         (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
12814         (org-back-to-heading): Doc fixes.
12815         (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
12816         (org-agenda-change-all-lines, org-get-header):
12817         Improve argument/docstring consistency.
12818         (orgtbl-error): Fix error message.
12820         * progmodes/flymake.el (flymake-find-possible-master-files)
12821         (flymake-master-file-compare, flymake-get-line-err-count)
12822         (flymake-highlight-line, flymake-gui-warnings-enabled):
12823         Fix typos in docstrings.
12824         (flymake-parse-line, flymake-get-project-include-dirs-function)
12825         (flymake-get-prev-err-line-no, flymake-goto-prev-error):
12826         Doc fixes.
12827         (flymake-get-project-include-dirs-function)
12828         (flymake-make-err-menu-data):
12829         Improve argument/docstring consistency.
12831 2005-07-01  Lute Kamstra  <lute@gnu.org>
12833         * battery.el (battery-linux-proc-apm): Fix typo in docstring.
12834         Catch errors with ignore-errors.  Use temporary buffer.
12835         (battery-linux-proc-acpi): Fix typo in docstring.  Document `%r'.
12837         * facemenu.el (facemenu-unlisted-faces): Delete foreground and
12838         background color faces.
12839         (facemenu-set-foreground, facemenu-set-background):
12840         Use facemenu-set-face-from-menu.
12841         (facemenu-set-face-from-menu): Treat face names that start with
12842         "fg:" or "bg:" as special.
12843         (facemenu-add-new-color): Don't create faces.  Simplify.
12845 2005-06-30  Richard M. Stallman  <rms@gnu.org>
12847         * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
12848         (crm-find-current-element): Likewise.
12850 2005-06-30  Johan Bockg\e,Ae\e(Brd  <bojohan@users.sourceforge.net>
12852         * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
12854 2005-06-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12856         * arc-mode.el (archive-extract): Make it work as a mouse binding.
12857         (archive-mouse-extract): Make it an obsolete alias.
12858         (archive-mode-map): Don't use archive-mouse-extract any more.
12859         (archive-mode, archive-extract): write-contents-hooks ->
12860         write-contents-functions.
12861         (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
12862         first arg.
12863         (archive-rename-entry): Update the call.
12864         (archive-zip-summarize): Remove unused var `method'.
12865         (archive-lzh-summarize): Remove unused var `creator'.
12867         * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
12868         dedicated frame upon exit.
12870         * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
12871         (archive-zip-extract, archive-zip-expunge)
12872         (archive-zip-update, archive-zip-update-case): Use executable-find.
12873         (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
12874         Use restore-buffer-modified-p.
12875         (archive-extract, archive-add-new-member, archive-write-file-member):
12876         Use with-current-buffer.
12877         (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
12879 2005-06-30  Andreas Schwab  <schwab@suse.de>
12881         * progmodes/gud.el (gud-filter): Remove unneeded progn.
12883 2005-06-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
12885         * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
12887 2005-06-30  Juri Linkov  <juri@jurta.org>
12889         * faces.el (vertical-border): Inherit from mode-line-inactive
12890         only on tty.
12892 2005-06-30  Juanma Barranquero  <lekktu@gmail.com>
12894         * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
12895         example, -NLINES in the `occur' docstring).
12897         * replace.el (occur-1): When no matches are found, do not set the
12898         `buffer-read-only' and modified flags for the occur buffer,
12899         because it is deleted.
12901         * emulation/cua-base.el (cua-check-pending-input)
12902         (cua-repeat-replace-region, cua-mode, cua-debug)
12903         (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
12904         Fix typos in docstrings.
12906         * emulation/cua-gmrk.el (cua-toggle-global-mark)
12907         (cua-cut-region-to-global-mark)
12908         (cua--cut-rectangle-to-global-mark):
12909         Remove period from end of messages.
12911         * emulation/cua-rect.el (cua-do-rectangle-padding):
12912         Remove period from end of messages.
12913         (cua--rectangle-seq-format): Fix typo in docstring.
12914         (cua-sequence-rectangle, cua-fill-char-rectangle):
12915         Improve argument/docstring consistency.
12917 2005-06-29  Juri Linkov  <juri@jurta.org>
12919         * faces.el (default-frame-background-mode): New internal variable.
12920         (frame-set-background-mode): Use it.
12922         * startup.el (normal-top-level): Set default-frame-background-mode
12923         instead of frame-background-mode.  Before setting it, test for its
12924         nil value.  Remove tests for frame-background-mode and frame
12925         parameter `reverse'.  Add test for "unspecified-fg".
12927         * term/xterm.el (xterm-rxvt-set-background-mode):
12928         * term/rxvt.el (rxvt-set-background-mode):
12929         Set default-frame-background-mode instead of frame-background-mode.
12931 2005-06-29  Juanma Barranquero  <lekktu@gmail.com>
12933         * simple.el (set-variable): Warn about obsolete user variables.
12935         * imenu.el (imenu--completion-buffer):
12936         * mouse.el (mouse-buffer-menu-alist):
12937         * msb.el (msb-invisible-buffer-p):
12938         * calendar/diary-lib.el (diary-header-line-format):
12939         * emacs-lisp/pp.el (pp-buffer):
12940         * progmodes/cperl-mode.el (cperl-do-auto-fill):
12941         * textmodes/picture.el (picture-replace-match):
12942         Change space constants followed by a sexp to "?\s ".
12944         * play/decipher.el (decipher-loop-with-breaks):
12945         * textmodes/texinfo.el (texinfo-insert-@item): Change space
12946         constants "protected" from end of line by a comment to "?\s".
12948 2005-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
12950         * font-lock.el (save-buffer-state): Use `declare'.
12952         * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
12953         reset the syntax-table to cperl-mode-syntax-table.
12954         (cperl-mode): Make _ into word-syntax during font-locking so "print" in
12955         "foo_print_bar" is not matched as a reserved keyword.
12957 2005-06-29  Carsten Dominik  <dominik@science.uva.nl>
12959         * textmodes/org.el (orgtbl-setup): New function, for delayed
12960         setup for the orgtbl commands.
12961         (org-calc-default-modes): New option.
12962         (orgtbl-make-binding): Use `defun' to get better help display.
12963         (org-diary): Call `org-compile-prefix-format'.
12964         (org-table-formula-substitute-names): New function.
12965         (org-agenda-day-view, org-agenda-week-view): New commands.
12966         (org-agenda-toggle-week-view): Command removed.
12967         (org-tbl-menu): Split off from org-org-menu.
12968         (org-mode): Move removal of outline-mode menus to here.
12969         (org-table-formula-debug): New option.
12970         (org-table-insert-row): Keep first field if just "#" or "*".
12971         (org-mode): Paragraph regexps fixed.
12972         (org-table-recalculate-regexp): New constant.
12973         (org-table-justify-field-maybe): Avoid replace if not necessary.
12974         (org-copy-special, org-cut-special): Use `call-interactively'.
12975         (org-table-copy-region): Take region from `interactive' call.
12976         (org-trim): Return string even if no match.
12977         (org-formula): New face.
12978         (org-set-font-lock-defaults): No longer highlight "FIXME".
12979         But highlight formula-related fields in table.
12980         (org-table-p): Use regexp, not fontification.
12981         (org-table-align): Handle white space at end of line.
12982         (org-table-formula-evaluate-inline): New option.
12983         (org-mode): Auto-wrapping in comment lines turned off.
12984         (org-table-copy-down): Evaluate only in copied field, not in
12985         destination.
12986         (org-table-current-formula): Variable removed.
12987         (org-table-store-formulas, org-table-get-stored-formulas)
12988         (org-table-modify-formulas, org-table-replace-in-formulas)
12989         (org-table-maybe-eval-formula): New functions.
12990         (org-table-get-formula): Modify to use stored formulas.
12991         (org-table-insert-column, org-table-delete-column)
12992         (org-table-move-column): Call `org-table-modify-formulas'.
12993         (org-complete): Add completion for keyword formulas.
12994         (orgtbl-mode): Pull orgtbl-mode-map to start of
12995         minor-mode-map-alist.
12997 2005-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
12999         * progmodes/python.el (python-check): Require `compile' before
13000         modifying its variables.
13002         * newcomment.el (comment-indent-default): Don't get fooled by an early
13003         end of buffer.
13005 2005-06-28  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
13007         * ps-print.el (ps-print-version): Fix version number.
13009 2005-06-28  Luc Teirlinck  <teirllm@auburn.edu>
13011         * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
13013 2005-06-28  Richard M. Stallman  <rms@gnu.org>
13015         * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
13016         (flyspell-local-mouse-map): Declaration deleted.
13017         (flyspell-mouse-map): Bind only mouse-2.
13018         (flyspell-mode-map): Don't test flyspell-use-local-map.
13019         (flyspell-overlay-keymap-property-name): Var deleted.
13020         (flyspell-mode-on): Don't make local bindings for
13021         flyspell-mouse-map and flyspell-mode-map.
13022         (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
13024         * textmodes/ispell.el (ispell-word): Do not ignore short words.
13026         * progmodes/compile.el (compilation-next-error-function):
13027         Don't switch buffers; operate on the current buffer.
13029         * progmodes/compile.el (compilation-error-file-name)
13030         (compilation-warning-file-name, compilation-info-file-name)
13031         (compilation-line-number, compilation-column-number): New faces.
13032         (compilation-error-face, compilation-warning-face)
13033         (compilation-info-face, compilation-line-face)
13034         (compilation-column-face): Use them.
13036         * facemenu.el (facemenu-add-face): Warn when font-lock is active.
13038         * comint.el (comint-password-prompt-regexp): Accept ", try again".
13040         * bindings.el (global-map): Bind insertchar and its variants.
13042 2005-06-27  Richard M. Stallman  <rms@gnu.org>
13044         * textmodes/artist.el (artist-text-overwrite)
13045         (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
13047 2005-06-27  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
13049         * ps-print.el: It was not working the page selection for printing.
13050         Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
13051         (ps-print-version): New version 6.6.7.
13052         (ps-end-sheet): New fun.
13053         (ps-header-sheet, ps-end-job): Call it.
13055 2005-06-27  Luc Teirlinck  <teirllm@auburn.edu>
13057         * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
13059 2005-06-27  Lute Kamstra  <lute@gnu.org>
13061         * facemenu.el (facemenu-unlisted-faces): Add foreground and
13062         background color faces.
13063         (facemenu-get-face): Delete function.
13064         (facemenu-set-face-from-menu): Don't call facemenu-get-face.
13065         (facemenu-add-new-color): Make second argument mandatory.
13066         Create the appropriate face and return it.  Simplify.
13067         (facemenu-set-foreground, facemenu-set-background): Don't check if
13068         color is defined.  Use return value of facemenu-add-new-color.
13070 2005-06-26  Nick Roberts  <nickrob@snap.net.nz>
13072         * progmodes/gud.el (gud-filter): Add missing argument to
13073         with-selected-window.
13075 2005-06-26  Stefan Monnier  <monnier@iro.umontreal.ca>
13077         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
13078         a :require to the defcustom.
13080         * emacs-lisp/autoload.el (make-autoload): Add the :setter for
13081         defcustoms corresponding to minor modes.
13083 2005-06-26  David Ponce  <david@dponce.com>
13085         * recentf.el: Require tree-widget instead of wid-edit.
13086         (recentf-filename-handler): Fix widget :type.
13087         (recentf-cancel-dialog, recentf-open-more-files)
13088         (recentf-open-files-action): Doc fix.
13089         (recentf-dialog-goto-first): New function.
13090         (recentf-dialog-mode-map): Set parent keymap first.
13091         (recentf-dialog-mode): Define with define-derived-mode.
13092         Don't display continuation lines in dialogs.
13093         (recentf-edit-list): Rename from recentf-edit-selected-items.
13094         (recentf-edit-list-select): Rename from recentf-edit-list-action.
13095         Simplify.
13096         (recentf-edit-list-validate): New function.
13097         (recentf-edit-list): Update accordingly.
13098         (recentf-open-files-item-shift): Remove.
13099         (recentf-open-files-item): Convert menu elements into tree and
13100         link widgets.  Don't create the widgets.
13101         (recentf-open-files): Update accordingly.
13102         (recentf-save-list): Untabify.
13104 2005-06-25  Luc Teirlinck  <teirllm@auburn.edu>
13106         * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
13107         (keep-lines): Add INTERACTIVE arg.  Never delete lines only
13108         partially contained in the active region.  Do not take active
13109         region into account when called from Lisp, unless INTERACTIVE arg
13110         is non-nil.  Use `forward-line' instead of `beginning-of-line' to
13111         avoid trouble with fields.  Make marker point nowhere when no
13112         longer used.  Always return nil.  Doc fix.
13113         (flush-lines): Add INTERACTIVE arg.  Do not take active region
13114         into account when called from Lisp, unless INTERACTIVE arg is
13115         non-nil.  Use `forward-line' instead of `beginning-of-line' to
13116         avoid trouble with fields.  Make marker point nowhere when no
13117         longer used.  Always return nil.  Doc fix.
13118         (how-many): Add INTERACTIVE arg.  Make RSTART and REND args
13119         interchangeable.  Do not take active region into account when
13120         called from Lisp, unless INTERACTIVE arg is non-nil.  Do not print
13121         message in echo area when called from Lisp, unless INTERACTIVE arg
13122         is non-nil.  Avoid saying "1 occurrences".  Do not use markers.
13123         Return the number of matches.  Doc fix.
13124         (occur): Doc fix.
13125         (perform-replace): Make comment follow double space convention for
13126         the sake of `outline-minor-mode'.
13128         * faces.el (facep): Doc fix.
13130 2005-06-25  Richard M. Stallman  <rms@gnu.org>
13132         * facemenu.el (facemenu-enable-faces-p): New function.
13133         (facemenu-background-menu, facemenu-foreground-menu)
13134         (facemenu-face-menu): Add menu-enable property.
13136         * jka-compr.el (jka-compr-insert-file-contents):
13137         Special handling if cannot find the uncompression program.
13139         * cus-face.el (custom-face-attributes): Add autoload.
13141         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
13142         Bind comment-indent-function locally.
13144         * window.el (save-selected-window): Use save-current-buffer.
13146         * subr.el (with-selected-window): Use save-current-buffer.
13148         * progmodes/gud.el (gud-filter): Simplify using with-selected-window
13149         and with-current-buffer.
13151 2005-06-24  Richard M. Stallman  <rms@gnu.org>
13153         * simple.el (line-move-1): Fix previous change.
13155 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
13157         * replace.el (occur-1): Set `buffer-read-only' and the
13158         buffer-modified flag before running `occur-hook' to protect
13159         against unintentional buffer switches that can lead to data loss.
13161 2005-06-24  Nick Roberts  <nickrob@snap.net.nz>
13163         * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
13164         (gud-gdb-marker-filter): Use font-lock-warning-face for any
13165         initial error.
13167         * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
13168         after fresh input.
13169         (gdb-var-create-handler): Put name of expression in quotes.
13171 2005-06-23  Luc Teirlinck  <teirllm@auburn.edu>
13173         * emacs-lisp/ring.el (ring-elements): Make it return a list of the
13174         elements of RING in order, and without bogus nil elements.
13176 2005-06-23  Richard M. Stallman  <rms@gnu.org>
13178         * simple.el (set-variable): Args renamed; doc fix.
13179         (line-move-1): When there are overlays around, use vertical-motion.
13181         * faces.el (escape-glyph): Use brown against light background.
13182         (nobreak-space): Rename from no-break-space.
13183         Fix previous change.
13185         * dired-aux.el (dired-do-copy): Fix arg prompt.
13187         * mail/sendmail.el (mail-setup-with-from): Fix custom type.
13189 2005-06-23  Glenn Morris  <gmorris@ast.cam.ac.uk>
13191         * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
13192         rather than "Distributor".
13194 2005-06-23  Lute Kamstra  <lute@gnu.org>
13196         * emacs-lisp/debug.el (debugger-special-form-p): New defun.
13197         (debug-on-entry): Use it.  New interactive declaration that uses
13198         function-called-at-point.
13200 2005-06-23  Kim F. Storm  <storm@cua.dk>
13202         * subr.el (save-match-data): Add comment about using evaporate arg
13203         to set-match-data.
13205 2005-06-22  Glenn Morris  <gmorris@ast.cam.ac.uk>
13207         * cus-edit.el (customize-face)
13208         (customize-face-other-window): Handle face aliases.
13210         * faces.el (face-documentation, set-face-attribute)
13211         (face-spec-set): Handle face aliases.
13213 2005-06-22  Juanma Barranquero  <lekktu@gmail.com>
13215         * help-mode.el (help-make-xrefs): If a symbol representing a face
13216         name is not followed by the word "face", it could still be a
13217         function or variable name, so don't bypass other checks.
13219 2005-06-22  Juri Linkov  <juri@jurta.org>
13221         * ps-print.el (ps-face-foreground-name, ps-face-background-name):
13222         Replace aliased functions with calls where second arg `inherit' is t.
13224 2005-06-22  Nick Roberts  <nickrob@snap.net.nz>
13226         * progmodes/gdb-ui.el (gdb-error): New variable.
13227         (gdb-error): New function.
13228         (gdb-annotation-rules): Act on error-begin and error annotations.
13229         (gdb-concat-output): Use font-lock-warning-face for errors.
13231 2005-06-22  Miles Bader  <miles@gnu.org>
13233         * bindings.el (propertized-buffer-identification): Use renamed
13234         `Buffer-menu-buffer' face.
13236         * faces.el (vertical-border): Rename from `vertical-divider'.
13237         (escape-glyph): Change dark-background color back to `cyan'.
13239 2005-06-21  Juri Linkov  <juri@jurta.org>
13241         * faces.el (face-user-default-spec): Try getting `customized-face'
13242         prior to `saved-face'.
13243         (frame-background-mode): Refill docstring.
13245         * emacs-lisp/lisp-mode.el (eval-defun-1):
13246         * emacs-lisp/edebug.el (edebug-eval-defun):
13247         Set `saved-face' temporarily to nil before calling form.
13248         Set `customized-face' to the new spec after that.
13250 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
13252         * subr.el (1value, lambda, key-substitution-in-progress):
13253         Doc fixes.
13255         * autoinsert.el (auto-insert-alist):
13256         * ses.el (ses-call-printer):
13257         * subr.el (noreturn):
13258         * emacs-lisp/lisp.el (check-parens):
13259         * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
13260         * net/browse-url.el (browse-url-mosaic):
13261         * progmodes/cc-defs.el (c-safe-scan-lists):
13262         * progmodes/ebnf-abn.el (ebnf-abn-lex):
13263         * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
13264         * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
13265         * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
13266         * progmodes/ebnf-iso.el (ebnf-iso-lex):
13267         * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
13269 2005-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
13271         * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
13273 2005-06-21  Glenn Morris  <gmorris@ast.cam.ac.uk>
13275         * calendar/appt.el (appt-make-list): Activate the package, if
13276         not already active (for backwards compatibility).
13278 2005-06-20  Kim F. Storm  <storm@cua.dk>
13280         * subr.el (add-to-ordered-list): Test membership with eq.  Simplify.
13282 2005-06-20  Miles Bader  <miles@gnu.org>
13284         * faces.el (vertical-divider): New face.
13286 2005-06-20  Juanma Barranquero  <lekktu@gmail.com>
13288         * simple.el (kill-whole-line): Doc fix.
13289         (next-error-buffer-p, next-error-find-buffer)
13290         (clone-indirect-buffer): Fix typos in docstrings.
13291         (comment-line-break-function): Doc fix: don't say variable
13292         is automatically buffer-local (it isn't).
13294 2005-06-19  Michael Albinus  <michael.albinus@gmx.de>
13296         * net/tramp-ftp.el (top):
13297         * net/tramp-smb.el (top):
13298         * net/tramp-util.el (top):
13299         * net/tramp-uu.el (top):
13300         * net/tramp-vc.el (top):
13301         * net/tramp.el (top): Revert copyright years back to original
13302         ones.  Tramp has a life outside GNU Emacs.
13304 2005-06-19  Nick Roberts  <nickrob@snap.net.nz>
13306         * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
13308 2005-06-18  Juri Linkov  <juri@jurta.org>
13310         * progmodes/grep.el (grep-regexp-alist): Use backreference at the
13311         end of first regexp to limit the match to the position between
13312         line number and source line with same separator character as used
13313         between file name and line number.  In the second regexp limit
13314         mouse-face area to file name and line number by adding new group
13315         for them and referring it in HYPERLINK arg.
13316         (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
13317         (grep-mode): Set font-lock-lines-before to 0 to not refontify the
13318         previous line where grep markers may be already removed.
13320 2005-06-18  Peter Kleiweg  <p.c.j.kleiweg@rug.nl>
13322         * progmodes/ps-mode.el: Update version and maintainer's email address.
13324 2005-06-18  Steve Youngs  <steve@xemacs.org>
13326         * net/browse-url.el (browse-url-browser-function)
13327         (browse-url-default-browser): Add firefox.
13328         (browse-url-firefox-program, browse-url-firefox-arguments)
13329         (browse-url-firefox-startup-arguments)
13330         (browse-url-firefox-new-window-is-tab): New defcustoms.
13331         (browse-url-firefox, browse-url-firefox-sentinel): New functions.
13333 2005-06-17  Richard M. Stallman  <rms@gnu.org>
13335         * startup.el (command-line): Warn if specified user name has
13336         no home directory.
13338         * term.el (term-get-old-input, term-input-filter, term-input-sender)
13339         (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
13341         * longlines.el (longlines-mode, longlines-show-hard-newlines):
13342         Doc fixes.
13344         * faces.el (underline): Try bold if terminal doesn't support underline.
13346         * mail/sendmail.el (mail-setup-with-from): New variable.
13347         (mail-insert-from-field): New function.
13348         (sendmail-send-it): Call it.
13349         (mail-setup): Optionally call it here.
13351         * term/linux.el: Call tty-no-underline.
13353 2005-06-17  Luc Teirlinck  <teirllm@auburn.edu>
13355         * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
13357 2005-06-17  Miles Bader  <miles@gnu.org>
13359         * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
13360         (ediff-current-diff-C, ediff-current-diff-Ancestor)
13361         (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
13362         (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
13363         (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
13364         (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
13365         Remove "-face" suffix from face names.
13366         (ediff-current-diff-face-A, ediff-current-diff-face-B)
13367         (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
13368         (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
13369         (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
13370         (ediff-even-diff-face-A, ediff-even-diff-face-B)
13371         (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
13372         (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
13373         (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
13374         New backward-compatibility aliases for renamed faces.
13375         (ediff-current-diff-face-A, ediff-current-diff-face-B)
13376         (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
13377         (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
13378         (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
13379         (ediff-even-diff-face-A, ediff-even-diff-face-B)
13380         (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
13381         (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
13382         (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
13383         Use renamed ediff faces.
13385         * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
13386         Remove "-face" suffix from face names.
13387         (eshell-test-ok-face, eshell-test-failed-face):
13388         New backward-compatibility aliases for renamed faces.
13389         (eshell-run-test): Use renamed eshell-test faces.
13391         * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
13392         face name.
13393         (eshell-prompt-face): New backward-compatibility alias for renamed
13394         face.
13395         (eshell-emit-prompt): Use renamed eshell-prompt face.
13397         * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
13398         (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
13399         (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
13400         (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
13401         Remove "-face" suffix from face names.
13402         (eshell-ls-directory-face, eshell-ls-symlink-face)
13403         (eshell-ls-executable-face, eshell-ls-readonly-face)
13404         (eshell-ls-unreadable-face, eshell-ls-special-face)
13405         (eshell-ls-missing-face, eshell-ls-archive-face)
13406         (eshell-ls-backup-face, eshell-ls-product-face)
13407         (eshell-ls-clutter-face):
13408         New backward-compatibility aliases for renamed faces.
13409         (eshell-ls-decorated-name): Use renamed eshell-ls faces.
13411         * progmodes/cc-fonts.el (c-nonbreakable-space-face):
13412         Remove "-face" suffix from face name.
13413         (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
13414         instead of literal face.
13416 2005-06-17  Juanma Barranquero  <lekktu@gmail.com>
13418         * emacs-lisp/warnings.el (display-warning, lwarn)
13419         (warning-minimum-log-level): Doc fixes.
13420         (warning-minimum-level, warning-minimum-log-level):
13421         Add :debug to :type choices.
13423         * progmodes/ada-mode.el (ada-format-paramlist)
13424         (ada-get-indent-case, ada-check-matching-start)
13425         (ada-check-defun-name, ada-goto-matching-decl-start)
13426         (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
13427         (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
13428         (ada-make-subprogram-body): Follow error conventions.
13429         (ada-case-exception-file, ada-indent-comment-as-code)
13430         (ada-indent-handle-comment-special, ada-indent-renames)
13431         (ada-indent-return, ada-search-directories-internal)
13432         (ada-tab-policy, ada-case-exception-substring)
13433         (ada-other-file-alist, ada-matching-start-re)
13434         (ada-matching-decl-start-re, ada-contextual-menu-last-point)
13435         (ada-imenu-generic-expression, ada-compile-goto-error)
13436         (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
13437         (ada-popup-menu, ada-add-extensions, ada-mode)
13438         (ada-region-selected, ada-create-case-exception)
13439         (ada-create-case-exception-substring, ada-after-keyword-p)
13440         (ada-activate-keys-for-case, ada-adjust-case-region)
13441         (ada-adjust-case-buffer, ada-format-paramlist)
13442         (ada-scan-paramlist, ada-insert-paramlist)
13443         (ada-indent-newline-indent)
13444         (ada-indent-newline-indent-conditional)
13445         (ada-justified-indent-current, ada-goto-previous-word)
13446         (ada-indent-current, ada-get-indent-open-paren)
13447         (ada-get-indent-paramlist, ada-get-indent-end)
13448         (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
13449         (ada-get-indent-block-start, ada-get-indent-subprog)
13450         (ada-get-indent-noindent, ada-get-indent-label)
13451         (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
13452         (ada-search-prev-end-stmt, ada-goto-next-non-ws)
13453         (ada-goto-stmt-end, ada-goto-next-word)
13454         (ada-check-matching-start, ada-check-defun-name)
13455         (ada-goto-matching-decl-start, ada-goto-matching-start)
13456         (ada-goto-matching-end, ada-search-ignore-string-comment)
13457         (ada-in-decl-p, ada-looking-at-semi-or)
13458         (ada-looking-at-semi-private, ada-in-paramlist-p)
13459         (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
13460         (ada-untab-hard, ada-move-to-start, ada-move-to-end)
13461         (ada-next-procedure, ada-previous-procedure, ada-next-package)
13462         (ada-previous-package, ada-create-menu)
13463         (ada-fill-comment-paragraph-justify)
13464         (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
13465         (ada-other-file-name, ada-last-which-function-line)
13466         (ada-last-which-function-subprog, ada-which-function)
13467         (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
13468         (ada-gen-treat-proc, ada-check-emacs-version)
13469         (ada-continuation-indent, ada-align-region-separate):
13470         Fix typos in docstrings.
13471         (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
13473 2005-06-16  Lute Kamstra  <lute@gnu.org>
13475         * simple.el (fundamental-mode): Run after-change-major-mode-hook
13476         conditionally.
13478 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
13480         * comint.el (comint-replace-by-expanded-filename)
13481         (comint-prompt-regexp, comint-delimiter-argument-list)
13482         (comint-preinput-scroll-to-bottom):
13483         * info.el (Info-hide-cookies-node):
13484         * ls-lisp.el (ls-lisp-classify):
13485         * find-file.el (ff-search-directories, ff-special-constructs)
13486         (ff-find-other-file):
13487         * font-lock.el (font-lock-keywords):
13488         * shell.el (shell-prompt-pattern)
13489         (shell-dynamic-complete-functions, shell-mode)
13490         (shell-delimiter-argument-list):
13491         * term.el (term-replace-by-expanded-filename)
13492         (term-prompt-regexp, term-delimiter-argument-list):
13493         * woman.el (woman-ignore, woman0-if):
13494         * emacs-lisp/derived.el (derived-mode-init-mode-variables):
13495         * emacs-lisp/elint.el (elint-init-env):
13496         * emacs-lisp/regexp-opt.el (regexp-opt-depth):
13497         * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
13498         * language/ethio-util.el (ethio-tilde-escape)
13499         (ethio-use-three-dot-question):
13500         * net/zone-mode.el (zone-mode-load-time-setup):
13501         * progmodes/cc-align.el (c-lineup-argcont):
13502         * progmodes/cc-awk.el (c-awk-beginning-of-defun):
13503         * progmodes/cperl-mode.el (cperl-set-style-back):
13504         * progmodes/inf-lisp.el (inferior-lisp-prompt):
13505         * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
13506         Fix spellings in docstrings.
13508         * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
13509         * progmodes/modula2.el (m2-for): Fix spellings.
13511         * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
13513         * simple.el (undo-more): Don't use `format' on `error' arguments.
13514         Improve argument/docstring consistency.
13515         (pending-undo-list): Doc fix.
13517         * smerge-mode.el (smerge-ensure-match):
13518         * emulation/vip.el (vip-ex):
13519         * net/zone-mode.el (zone-mode-update-serial):
13520         * progmodes/idlwave.el (idlwave-complete):
13521         * progmodes/vhdl-mode.el (vhdl-visit-file)
13522         (vhdl-compose-wire-components):
13523         Don't use `format' on `error' arguments.
13525         * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
13526         (tooltip-use-echo-area, tooltip-process-prompt-regexp)
13527         (tooltip-help-tips): Fix typos in docstrings.
13529 2005-06-16  David Ponce  <david@dponce.com>
13531         * tree-widget.el (tree-widget-value-create): Simplify last change.
13533 2005-06-15  Matt Hodges  <MPHodges@member.fsf.org>
13535         * ido.el (ido-incomplete-regexp): New variable.
13536         (ido-set-matches-1): Handle invalid-regexp error and set
13537         ido-incomplete-regexp.
13538         (ido-incomplete-regexp): New face.
13539         (ido-completions): Use it.
13540         (ido-complete, ido-exit-minibuffer, ido-completions):
13541         Handle incomplete regexps.
13542         (ido-completions): Add check for complete match when entering a regexp.
13544 2005-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
13546         * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
13548 2005-06-15  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
13550         * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
13551         by field delimiters.
13553 2005-06-15  David Ponce  <david@dponce.com>
13555         * tree-widget.el: eval-and-compile inlined functions so they will
13556         be available at run-time too.
13557         (tree-widget-super-format-handler)
13558         (tree-widget-format-handler): Remove.
13559         (tree-widget-value-create): Handle the :indent property.
13561 2005-06-15  Miles Bader  <miles@gnu.org>
13563         * progmodes/which-func.el (which-func): Only inherit
13564         `font-lock-function-name-face' when that makes sense against the
13565         default mode-line face, otherwise set the face color explicitly.
13567         * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
13568         faces instead of (non-existent) variables.
13570 2005-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
13572         * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
13573         (iswitchb-get-matched-buffers): Likewise.  Simplify.
13575 2005-06-14  Miles Bader  <miles@gnu.org>
13577         * progmodes/ld-script.el (ld-script-location-counter):
13578         Remove "-face" suffix from face name.
13579         (ld-script-location-counter-face):
13580         New backward-compatibility alias for renamed face.
13581         (ld-script-location-counter-face): Use renamed face.
13583         * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
13584         (cperl-hash): Remove "-face" suffix from face names.
13585         (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
13586         New backward-compatibility aliases for renamed faces.
13587         (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
13588         (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
13590         * progmodes/which-func.el (which-func): Remove "-face" suffix from face
13591         name.
13592         (which-func-face): New backward-compatibility alias for renamed face.
13593         (which-func-format): Use renamed which-func face.
13595         * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
13596         (vhdl-function, vhdl-directive, vhdl-reserved-word)
13597         (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
13598         names.
13599         (vhdl-speedbar-entity, vhdl-speedbar-architecture)
13600         (vhdl-speedbar-configuration, vhdl-speedbar-package)
13601         (vhdl-speedbar-library, vhdl-speedbar-instantiation)
13602         (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
13603         (vhdl-speedbar-architecture-selected)
13604         (vhdl-speedbar-configuration-selected)
13605         (vhdl-speedbar-package-selected)
13606         (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
13607         names.
13608         (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
13609         Use renamed faces.
13610         (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
13611         (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
13612         (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
13613         Use renamed faces.
13614         (syntax-alist): Don't use "font-lock-" or "-face" in generated face
13615         names.
13616         (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
13617         (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
13618         (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
13619         (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
13620         (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
13621         (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
13623         * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
13624         face name.
13625         (sh-heredoc-face): New backward-compatibility alias for renamed face.
13626         (sh-heredoc-face): Use renamed sh-heredoc face.
13628         * progmodes/idlw-help.el (idlwave-help-link):
13629         Remove "-face" suffix from face name.
13630         (idlwave-help-link-face):
13631         New backward-compatibility alias for renamed face.
13632         (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
13634         * progmodes/idlw-shell.el (idlwave-shell-bp-face)
13635         (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
13636         (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
13637         New backward-compatibility aliases for renamed faces.
13638         (idlwave-shell-disabled-breakpoint-face)
13639         (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
13641         * progmodes/flymake.el (flymake-errline, flymake-warnline):
13642         Remove "-face" suffix from face names.
13643         (flymake-errline-face, flymake-warnline-face):
13644         New backward-compatibility aliases for renamed faces.
13645         (flymake-highlight-line): Use renamed flymake faces.
13647         * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
13648         (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
13649         (ebrowse-member-class, ebrowse-progress):
13650         Remove "-face" suffix from face names.
13651         (ebrowse-tree-mark-face, ebrowse-root-class-face)
13652         (ebrowse-file-name-face, ebrowse-default-face)
13653         (ebrowse-member-attribute-face, ebrowse-member-class-face)
13654         (ebrowse-progress-face):
13655         New backward-compatibility aliases for renamed faces.
13656         (ebrowse-show-progress, ebrowse-show-file-name-at-point)
13657         (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
13658         (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
13659         (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
13661         * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
13662         antlr-syntax)
13663         (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
13664         (antlr-literal): Remove "-face" suffix and "font-lock-" from face
13665         names.
13666         (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
13667         (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
13668         (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
13669         (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
13670         backward-compatibility aliases for renamed faces.
13671         (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
13672         (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
13673         (antlr-tokenref-face, antlr-literal-face): Variables renamed to
13674         remove "font-lock-".  Use renamed antlr-mode faces.
13675         (antlr-font-lock-additional-keywords): Use renamed faces.  Replace
13676         literal face-names with face variable references.
13678         * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
13679         face name.
13680         (Buffer-menu-buffer-face): New backward-compatibility alias for
13681         renamed face.
13682         (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
13684 2005-06-15  Daniel Pfeiffer  <occitan@esperanto.org>
13686         * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
13687         Eliminate "-face" suffix.
13688         (makefile-targets): Inherit from font-lock-function-name-face and
13689         eliminate "-face" suffix.
13690         (makefile-shell): Remove attributes and eliminate "-face" suffix.
13691         (makefile-*-font-lock-keywords): Append makefile-targets in rule
13692         actions, instead of prepending, to make it less visible.
13693         (makefile-previous-dependency, makefile-match-dependency):
13694         Don't match a target on a continuation line.
13696         * files.el (auto-mode-alist): Put Makefile in gmake mode.
13698 2005-06-15  Nick Roberts  <nickrob@snap.net.nz>
13700         * progmodes/gdb-ui.el (menu): Re-order menu items.
13701         (gdb-tooltip-print): Respect tooltip-use-echo-area.
13703         * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
13704         Define in tooltip.el.
13705         (gud-tooltip-process-output): Respect tooltip-use-echo-area.
13706         (gud-tooltip-tips): Respect tooltip-use-echo-area and
13707         gud-tooltip-echo-area.
13709         * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
13710         backward compatibility and make obsolete.
13711         (tooltip-help-tips): Use tooltip-use-echo-area.
13712         (tooltip-show-help-function): Rename to...
13713         (tooltip-show-help): ...this, because it is a function.
13714         (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
13716 2005-06-14  Luc Teirlinck  <teirllm@auburn.edu>
13718         * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
13719         (edebug-print-length, edebug-print-level, edebug-print-circle)
13720         (edebug-modify-breakpoint, edebug-eval-last-sexp)
13721         (edebug-eval-print-last-sexp): Doc fixes.
13723 2005-06-14  Kim F. Storm  <storm@cua.dk>
13725         * ido.el (ido-mode): Make a new keymap every time we enable ido,
13726         as the coverage buffer/file/both may change.
13728 2005-06-14  Lute Kamstra  <lute@gnu.org>
13730         * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
13731         and run-mode-hooks.  Simplify.
13733         * mail/rmailedit.el (rmail-edit-mode):
13734         * progmodes/octave-inf.el (inferior-octave-mode):
13735         * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
13737         * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
13738         and run-mode-hooks.
13739         (recentf-edit-list, recentf-open-files): Don't call
13740         kill-all-local-variables directly.
13742         * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
13744 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
13746         * emacs-lisp/byte-run.el (make-obsolete)
13747         (define-obsolete-function-alias): Rename arguments FUNCTION and
13748         NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
13749         (make-obsolete-variable, define-obsolete-variable-alias):
13750         Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
13751         respectively.
13753         * isearchb.el (isearchb-activate):
13754         * pcvs.el (cvs-mode):
13755         * ses.el (ses-load):
13756         * vc-arch.el (vc-arch-checkin, vc-arch-diff):
13757         * net/tramp.el (tramp-find-file-exists-command)
13758         (tramp-find-shell):
13759         * progmodes/ada-mode.el (ada-create-case-exception)
13760         (ada-create-case-exception-substring, ada-make-subprogram-body):
13761         * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
13762         * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
13763         * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
13764         * textmodes/org.el (org-promote, org-evaluate-time-range)
13765         (org-agenda-next-date-line, org-agenda-previous-date-line)
13766         (org-agenda-error, org-open-at-point, org-table-move-row)
13767         (org-format-table-table-html-using-table-generate-source)
13768         (org-shiftcursor-error, org-ctrl-c-ctrl-c):
13769         * textmodes/reftex.el (reftex-access-scan-info):
13770         * textmodes/reftex-toc.el (reftex-toc-dframe-p)
13771         (reftex-toc-promote-prepare): Follow error conventions.
13773         * diff-mode.el (diff-mode): Fix typo in docstring.
13775         * forms.el (forms--intuit-from-file): Fix reference to
13776         `forms-number-of-fields' in error message.
13777         (forms-print): Fix quoting in error message.
13779         * forms.el (forms-mode):
13780         * emulation/vi.el (vi-goto-insert-state):
13781         * progmodes/flymake.el (flymake-new-err-info)
13782         (flymake-start-syntax-check-for-current-buffer)
13783         (flymake-simple-cleanup):
13784         * eshell/esh-var.el (eshell/export):
13785         * progmodes/gud.el (xdb):
13786         * textmodes/flyspell.el (flyspell-incorrect-hook)
13787         (flyspell-maybe-correct-transposition)
13788         (flyspell-maybe-correct-doubling): Fix quoting in docstring.
13790 2005-06-13  Luc Teirlinck  <teirllm@auburn.edu>
13792         * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
13793         minibuffer prompt.
13795 2005-06-13  Kim F. Storm  <storm@cua.dk>
13797         * subr.el (add-to-ordered-list): New defun.
13799         * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
13800         add cua--keymap-alist to emulation-mode-map-alists.
13802 2005-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
13804         * subr.el (complete-in-turn): New macro.
13805         (dynamic-completion-table, lazy-completion-table): Add debug info.
13807         * faces.el (read-face-name): Use complete-in-turn complete non-aliases
13808         in preference to face aliases.
13810         * textmodes/fill.el (fill-match-adaptive-prefix): New function.
13811         (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
13812         Remove unused vars `start' and `firstline'.
13813         (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
13814         (justify-current-line, fill-individual-paragraphs): Remove unused vars.
13816 2005-06-13  Eli Zaretskii  <eliz@gnu.org>
13818         * cus-start.el (all): Don't complain about missing GTK-related
13819         variables, unless either `gtk' is boundp or this isn't a
13820         `windows-nt' build.
13822 2005-06-13  Lute Kamstra  <lute@gnu.org>
13824         * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
13825         run-mode-hooks.
13827         * ediff-mult.el (ediff-meta-mode):
13828         * ediff-util.el (ediff-mode): Use run-mode-hooks.
13830         * ledit.el (ledit-mode): Use delay-mode-hooks.
13832         * woman.el (woman-mode-line-format): Delete constant.
13833         (woman-mode-map): Initialize it properly.
13834         (woman-mode): Set mode-class property to special.
13835         Use delay-mode-hooks and run-mode-hooks.  Use the right keymap.
13836         Set major-mode and mode-name.  Don't set mode-line-format directly.
13837         (Man-getpage-in-background): Don't reference woman-mode-line-format.
13839         * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
13840         string argument obsolete.
13842 2005-06-13  Carsten Dominik  <dominik@science.uva.nl>
13844         * textmodes/org.el (org-CUA-compatible): New option.
13845         (org-disputed-keys): New variable.
13846         (org-key): New function.
13847         (orgtbl-make-binding): Add docstring to the created function.
13848         (org-mode): Set paragraph start/separate regexps.
13849         (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
13850         (org-archive-location, org-archive-mark-done)
13851         (org-archive-stamp-time): New options.
13852         (org-archive-subtree): New command.
13853         (org-fill-paragraph): New function.
13854         (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
13855         (org-fake-empty-table-line): Function removed.
13856         (org-format-org-table-html): Do not create empty table lines at
13857         separator lines.  Improved table header treatment.
13858         (org-link-format): New option.
13859         (org-make-link): New function.
13860         (org-insert-link, org-store-link): Use org-make-link.
13861         (org-open-file): Quote file name for shell command, to allow
13862         spaces in file names.
13863         (org-link-regexp): Fix bug with mailto link.
13864         (org-link-maybe-angles-regexp, org-protected-link-regexp):
13865         New constants.
13866         (org-export-as-html): Deal with the optional angles around a link.
13867         Better treatment of file: links.
13868         (org-open-at-point): Replace @{ and @} with < and >.
13869         (org-run-mode-hooks): Function removed.
13870         (org-agenda-mode): No longer use `org-run-mode-hooks'.
13872 2005-06-13  Nick Roberts  <nickrob@snap.net.nz>
13874         * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
13875         MI command -data-list-register-values.
13876         (gdb-post-prompt): Indent properly.
13878 2005-06-13  Juanma Barranquero  <lekktu@gmail.com>
13880         * hilit-chg.el (highlight-changes-colors): Rename from
13881         `highlight-changes-colours'.
13882         (highlight-changes-colours): Keep as obsolete alias.
13883         (highlight-changes-face-list): Doc fix.
13884         (hilit-chg-make-list): Use `highlight-changes-colors'.
13886 2005-06-12  Mark A. Hershberger  <mah@everybody.org>
13888         * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
13889         defun-prompt-regexp.
13891 2005-06-12  Eli Zaretskii  <eliz@gnu.org>
13893         * loadup.el: Don't say we are dumping under 2 names on windows-nt
13894         and cygwin.
13896         * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
13897         Don't use an old loaddefs.el, as in Makefile.in.
13899 2005-06-12  Lute Kamstra  <lute@gnu.org>
13901         * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
13903         * man.el (Man-mode-map): Initialize it properly.
13904         (Man-mode): Set mode-class property to special.
13906         * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
13908 2005-06-11  Luc Teirlinck  <teirllm@auburn.edu>
13910         * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
13911         A newline is needed in the docstring there.
13913         * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
13914         Doc fixes.
13916 2005-06-11  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
13918         * printing.el: Doc fix.  The menubar is no more changed when printing
13919         is loaded, it only changes when pr-menu-bind or pr-update-menus is
13920         called.  Now, the menubar changing will work in Emacs 20, 21 and 22.
13921         (pr-version): New version number (6.8.4).
13922         (pr-menu-bind): New command.
13923         (pr-update-menus): Docstring and code fix.
13924         (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
13925         Docstring fix.
13926         (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
13927         (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
13929 2005-06-11  Thien-Thi Nguyen  <ttn@gnu.org>
13931         * emacs-lisp/ewoc.el: Doc fixes for public funcs:
13932         "Returns" to "return", document useful return values, etc.
13934 2005-06-11  Alan Mackenzie  <acm@muc.de>
13936         * fill.el (fill-context-prefix): Try `adaptive-fill-function'
13937         BEFORE `adaptive-fill-regexp' when determining a fill prefix.
13938         (adaptive-file-function): Minor amendment to doc-string.
13940 2005-06-11  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
13942         * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
13943         (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
13944         Fix :type--it is `integer', not `string'.
13946         * faces.el (modeline-highlight): Rename from (the erroneous)
13947         `modeline-higilight'.
13949 2005-06-11  Lute Kamstra  <lute@gnu.org>
13951         * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
13952         lisp-interaction-mode-map but make it the parent.
13953         (edebug-eval-mode): Use define-derived-mode.
13955 2005-06-11  Andreas Schwab  <schwab@suse.de>
13957         * bindings.el: Add binding of `ESC functionkey' for every
13958         `M-functionkey'.
13959         * hexl.el (hexl-mode-map): Likewise.
13961 2005-06-10  Michael Hotchin  <michael@hotchin.net>  (tiny change)
13963         * progmodes/compile.el (compilation-error-regexp-alist-alist)
13964         [msft]: update regexp for newer msft compilers.
13966 2005-06-10  Mark A. Hershberger  <mah@everybody.org>
13968         * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
13969         ATTLIST portions of included DTDs.
13970         (xml-parse-dtd): Eliminate use of inefficient match-data.
13972 2005-06-10  Miles Bader  <miles@gnu.org>
13974         * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
13975         (mpuz-text): Remove "-face" suffix from face names.
13976         (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
13977         (mpuz-text-face): New backward-compatibility aliases for renamed faces.
13978         (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
13980         * play/gomoku.el (gomoku-O, gomoku-X):
13981         Remove "-face" suffix from face names.
13982         (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
13983         New backward-compatibility aliases for renamed faces.
13984         (gomoku-font-lock-keywords): Use renamed gomoku faces.
13986 2005-06-10  Juanma Barranquero  <lekktu@gmail.com>
13988         * thumbs.el: Fixes for changes of 2005-06-09.
13989         (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
13990         as a directory.
13991         (thumbs-thumbname): Remove directory separator from format string;
13992         `thumbs-thumbsdir' now returns a valid directory name.
13993         (thumbs-temp-dir): New defsubst.
13994         (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
13995         Use it.
13997         * cus-edit.el (minibuffer):
13998         * files.el (make-backup-file-name-function):
13999         * filesets.el (filesets-external-viewers):
14000         * hilit-chg.el (highlight-changes-colours)
14001         (highlight-changes-face-list, highlight-changes-rotate-faces):
14002         * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
14003         * kmacro.el (kmacro-call-macro):
14004         * log-edit.el (log-edit-changelog-full-paragraphs):
14005         * mouse.el (mouse-1-click-follows-link):
14006         * skeleton.el (skeleton-autowrap):
14007         * subr.el (insert-for-yank-1):
14008         * tempo.el (tempo-insert-region):
14009         * terminal.el (terminal-emulator):
14010         * time.el (display-time-mail-face):
14011         * vc.el (vc-annotate):
14012         * vcursor.el (vcursor-copy-line):
14013         * woman.el (woman-bold-headings, woman-ignore)
14014         (woman-default-faces, woman-monochrome-faces):
14015         * calendar/todo-mode.el (todo-insert-threshold):
14016         * emulation/pc-select.el (pc-select-selection-keys-only)
14017         (pc-selection-mode):
14018         * emulation/vip.el (vip-find-char-forward):
14019         * emulation/viper-cmd.el (viper-find-char-forward):
14020         * international/mule-cmds.el
14021         (select-safe-coding-system-accept-default-p)
14022         (input-method-exit-on-invalid-key):
14023         * international/mule-diag.el (describe-coding-system):
14024         * international/ucs-tables.el (unify-8859-on-encoding-mode):
14025         * net/browse-url.el (browse-url-xterm-program):
14026         * obsolete/lazy-lock.el (lazy-lock-mode):
14027         * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
14028         (cperl-mode):
14029         * progmodes/cpp.el (cpp-face-light-name-list)
14030         (cpp-face-dark-name-list):
14031         * progmodes/delphi.el (delphi-newline-always-indents):
14032         Fix spellings in docstrings.
14034         * ido.el (ido-mode, ido-file-extensions-order)
14035         (ido-default-file-method, ido-default-buffer-method)
14036         (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
14037         (ido-decorations, ido-read-file-name-as-directory-commands)
14038         (ido-read-file-name-non-ido, ido-work-directory-list)
14039         (ido-ignore-item-temp-list, ido-current-directory)
14040         (ido-magic-forward-char, ido-enter-find-file)
14041         (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
14042         (ido-find-file, ido-read-buffer): Fix typos in docstrings.
14044 2005-06-10  Lute Kamstra  <lute@gnu.org>
14046         * play/dunnet.el (dun-mode): Use define-derived-mode.
14047         (dungeon-mode-map): Rename to dun-mode-map.  Keep old name as an
14048         obsolete alias.
14050         * play/doctor.el (doctor-mode-map): Remove defvar.
14051         (doctor-mode): Use define-derived-mode.
14053         * mail/mspools.el (mspools-mode):
14054         * net/eudc-hotlist.el (eudc-hotlist-mode):
14055         * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
14057 2005-06-10  Miles Bader  <miles@gnu.org>
14059         * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
14060         Remove "-face" suffix from face names.
14061         (flyspell-incorrect-face, flyspell-duplicate-face):
14062         New backward-compatibility aliases for renamed faces.
14063         (flyspell-mode-on, make-flyspell-overlay)
14064         (flyspell-highlight-incorrect-region)
14065         (flyspell-highlight-duplicate-region)
14066         (flyspell-display-next-corrections)
14067         (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
14069         * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
14070         from face name.
14071         (texinfo-heading-face): New backward-compatibility alias for
14072         renamed face.
14073         (texinfo-heading-face): Use renamed texinfo-heading face.
14075         * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
14076         suffix from face names.
14077         (tex-math-face, tex-verbatim-face):
14078         New backward-compatibility aliases for renamed faces.
14079         (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
14080         (tex-insert-quote): Use `tex-verbatim-face' variable instead of
14081         literal face name.
14083         * textmodes/table.el (table-cell): Remove "-face" suffix from face
14084         name.
14085         (table-cell-face): New backward-compatibility alias for renamed face.
14086         (table--put-cell-face-property, table--update-cell-face):
14087         Use renamed table-cell face.
14089         * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
14090         from face name.
14091         (sgml-namespace-face): New backward-compatibility alias for
14092         renamed face.
14093         (sgml-namespace-face): Use renamed sgml-namespace face.
14095         * textmodes/org.el (org-level-1, org-level-2, org-level-3)
14096         (org-level-4, org-level-5, org-level-6, org-level-7)
14097         (org-level-8, org-warning, org-headline-done)
14098         (org-deadline-announce, org-scheduled-today)
14099         (org-scheduled-previously, org-link, org-done, org-table)
14100         (org-time-grid): Remove "-face" suffix from face names.
14101         (org-level-1-face, org-level-2-face, org-level-3-face)
14102         (org-level-4-face, org-level-5-face, org-level-6-face)
14103         (org-level-7-face, org-level-8-face, org-warning-face)
14104         (org-headline-done-face, org-deadline-announce-face)
14105         (org-scheduled-today-face, org-scheduled-previously-face)
14106         (org-link-face, org-done-face, org-table-face)
14107         (org-time-grid-face):
14108         New backward-compatibility aliases for renamed faces.
14109         (org-level-faces, org-set-font-lock-defaults, org-timeline)
14110         (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
14111         (org-agenda-get-timestamps, org-agenda-get-scheduled)
14112         (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
14114         * emulation/viper-init.el (viper-search, viper-replace-overlay)
14115         (viper-minibuffer-emacs, viper-minibuffer-insert)
14116         (viper-minibuffer-vi): Remove "-face" suffix from face names.
14117         (viper-search-face, viper-replace-overlay-face)
14118         (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
14119         (viper-minibuffer-vi-face):
14120         New backward-compatibility aliases for renamed faces.
14121         (viper-search-face, viper-replace-overlay-face)
14122         (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
14123         (viper-minibuffer-vi-face): Use renamed viper faces.
14125         * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
14126         Remove "-face" suffix from face names.
14127         (testcover-nohits-face, testcover-1value-face):
14128         New backward-compatibility aliases for renamed faces.
14129         (testcover-mark): Use renamed testcover faces.
14131         * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
14132         face name.
14133         (diary-button-face): New backward-compatibility alias for renamed face.
14134         (diary-entry): Use renamed diary-button face.
14136         * calendar/calendar.el (diary, calendar-today, holiday)
14137         (mark-visible-calendar-date): Remove "-face" suffix from face names.
14138         (diary-face, calendar-today-face, holiday-face):
14139         New backward-compatibility aliases for renamed faces.
14140         (eval-after-load "facemenu", diary-entry-marker)
14141         (calendar-today-marker, calendar-holiday-marker, diary-face):
14142         Use renamed calendar faces.
14144         * compare-w.el (compare-windows): Remove "-face" suffix from face name.
14145         (compare-windows-face): New backward-compatibility alias for
14146         renamed face.
14147         (compare-windows-highlight): Use renamed compare-windows face.
14149         * strokes.el (strokes-char): Remove "-face" suffix from face name.
14150         (strokes-char-face): New backward-compatibility alias for renamed face.
14151         (strokes-encode-buffer): Use renamed strokes-char face.
14153         * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
14154         (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
14155         Remove "-face" suffix from face names.
14156         (cvs-header-face, cvs-filename-face, cvs-unknown-face)
14157         (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
14158         (cvs-msg-face): New backward-compatibility aliases for renamed faces.
14159         (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
14160         Use renamed pcvs faces.
14161         * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
14162         * pcvs-defs.el (cvs-mode-map): Likewise.
14163         * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
14165         * info.el (info-title-1, info-title-2, info-title-3)
14166         (info-title-4): Remove "-face" suffix from and downcase face names.
14167         (Info-title-1-face, Info-title-2-face, Info-title-3-face)
14168         (Info-title-4-face):
14169         New backward-compatibility aliases for renamed faces.
14170         (Info-fontify-node): Use renamed info faces.
14172         * hilit-chg.el (highlight-changes, highlight-changes-delete):
14173         Remove "-face" suffix from face names.
14174         (highlight-changes-face, highlight-changes-delete-face):
14175         New backward-compatibility aliases for renamed faces.
14176         (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
14177         (hilit-chg-make-list): Use renamed highlight-changes faces.
14179         * generic-x.el (show-tabs-tab, show-tabs-space):
14180         Remove "-face" suffix from face names.
14181         (show-tabs-tab-face, show-tabs-space-face):
14182         New backward-compatibility aliases for renamed faces.
14183         (show-tabs-generic-mode-font-lock-defaults-1)
14184         (show-tabs-generic-mode-font-lock-defaults-2):
14185         Use renamed show-tabs faces.
14187         * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
14188         (smerge-markers): Remove "-face" suffix from face names.
14189         (smerge-mine-face, smerge-other-face, smerge-base-face)
14190         (smerge-markers-face):
14191         New backward-compatibility aliases for renamed faces.
14192         (smerge-mine-face, smerge-other-face, smerge-base-face)
14193         (smerge-markers-face): Use renamed smerge faces.
14195         * log-view.el (log-view-file, log-view-message): Remove "-face"
14196         suffix from face names.
14197         (log-view-file-face, log-view-message-face):
14198         New backward-compatibility aliases for renamed faces.
14199         (log-view-file-face, log-view-message-face): Use renamed log-view
14200         faces.
14202         * paren.el (show-paren-match, show-paren-mismatch):
14203         Remove "-face" suffix from face names.
14204         (show-paren-match-face, show-paren-mismatch-face):
14205         New backward-compatibility aliases for renamed faces.
14206         (show-paren-function): Use renamed show-paren faces.
14208         * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
14209         (ruler-mode-margins, ruler-mode-fringes)
14210         (ruler-mode-column-number, ruler-mode-fill-column)
14211         (ruler-mode-comment-column, ruler-mode-goal-column)
14212         (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
14213         suffix from face names.
14214         (ruler-mode-default-face, ruler-mode-pad-face)
14215         (ruler-mode-margins-face, ruler-mode-fringes-face)
14216         (ruler-mode-column-number-face, ruler-mode-fill-column-face)
14217         (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
14218         (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
14219         New backward-compatibility aliases for renamed faces.
14220         (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
14221         (ruler-mode-column-number, ruler-mode-fill-column)
14222         (ruler-mode-comment-column, ruler-mode-goal-column)
14223         (ruler-mode-tab-stop, ruler-mode-current-column)
14224         (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
14225         faces.
14227         * whitespace.el (whitespace-highlight): Remove "-face" suffix from
14228         face name.
14229         (whitespace-highlight-the-space): Use renamed face.
14230         (whitespace-highlight-face): New backward-compatibility alias for
14231         renamed face.
14233         * woman.el (woman-italic, woman-bold, woman-unknown)
14234         (woman-addition, woman-symbol-face):
14235         Remove "-face" suffix from face names.
14236         (woman-italic-face, woman-bold-face, woman-unknown-face)
14237         (woman-addition-face):
14238         New backward-compatibility aliases for renamed faces.
14239         (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
14240         (woman-decode-region, woman-replace-match)
14241         (woman-display-extended-fonts, woman-special-characters)
14242         (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
14243         Use renamed woman faces.
14245         * longlines.el (longlines-visible-face): Face removed.
14247         * diff-mode.el (diff-header, diff-file-header, diff-index)
14248         (diff-hunk-header, diff-removed, diff-added, diff-changed)
14249         (diff-function, diff-context, diff-nonexistent): Remove "-face"
14250         suffix from face names.
14251         (diff-header-face, diff-file-header-face, diff-index-face)
14252         (diff-hunk-header-face, diff-removed-face, diff-added-face)
14253         (diff-changed-face, diff-function-face, diff-context-face)
14254         (diff-nonexistent-face): New backward-compatibility aliases for
14255         renamed faces.
14256         (diff-header-face, diff-file-header-face)
14257         (diff-index, diff-index-face, diff-hunk-header)
14258         (diff-hunk-header-face, diff-removed, diff-removed-face)
14259         (diff-added, diff-added-face, diff-changed-face, diff-function)
14260         (diff-function-face, diff-context-face, diff-nonexistent)
14261         (diff-nonexistent-face): Use renamed diff-mode faces.
14263         * progmodes/compile.el (compilation-warning-face)
14264         (compilation-info-face): Remove "-face" suffix from face names.
14265         (compilation-warning-face, compilation-info-face):
14266         New backward-compatibility aliases for renamed faces.
14267         (compilation-warning-face, compilation-info-face):
14268         Use renamed compilation faces.
14270         * add-log.el (change-log-date, change-log-name)
14271         (change-log-email, change-log-file, change-log-list)
14272         (change-log-conditionals, change-log-function)
14273         (change-log-acknowledgement): Remove "-face" suffix from face names.
14274         (change-log-date-face, change-log-name-face)
14275         (change-log-email-face, change-log-file-face)
14276         (change-log-list-face, change-log-conditionals-face)
14277         (change-log-function-face, change-log-acknowledgement-face):
14278         New backward-compatibility aliases for renamed faces.
14279         (change-log-font-lock-keywords): Use renamed change-log faces.
14281         * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
14282         (custom-set, custom-changed, custom-saved, custom-button)
14283         (custom-button-pressed, custom-documentation, custom-state)
14284         (custom-comment, custom-comment-tag, custom-variable-tag)
14285         (custom-variable-button, custom-face-tag, custom-group-tag-1)
14286         (custom-group-tag): Remove "-face" suffix from face names.
14287         (custom-magic-alist, custom-magic-value-create)
14288         (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
14289         (custom-invalid-face, custom-rogue-face, custom-modified-face)
14290         (custom-set-face, custom-changed-face, custom-saved-face)
14291         (custom-button-face, custom-button-pressed-face)
14292         (custom-documentation-face, custom-state-face)
14293         (custom-comment-face, custom-comment-tag-face)
14294         (custom-variable-tag-face, custom-variable-button-face)
14295         (custom-face-tag-face, custom-group-tag-face-1)
14296         (custom-group-tag-face):
14297         New backward-compatibility aliases for renamed faces.
14299         * wid-edit.el (widget-documentation, widget-button)
14300         (widget-field, widget-single-line-field, widget-inactive)
14301         (widget-button-pressed): "-face" suffix removed from face names.
14302         (widget-documentation-face, widget-button-face)
14303         (widget-field-face, widget-single-line-field-face)
14304         (widget-inactive-face, widget-button-pressed-face):
14305         New backward-compatibility aliases for renamed faces.
14306         (widget-documentation-face, widget-button-face)
14307         (widget-button-pressed-face, widget-specify-field)
14308         (widget-specify-inactive): Use renamed widget faces.
14310 2005-06-10  Kenichi Handa  <handa@m17n.org>
14312         * term/x-win.el (x-clipboard-yank): Remove condition-case
14313         wrapping.
14315 2005-06-11  Kenichi Handa  <handa@m17n.org>
14317         * add-log.el (change-log-font-lock-keywords): Make the regexp for
14318         date lines stricter.
14320 2005-06-10  Zhang Wei  <id.brep@gmail.com>  (tiny change)
14322         * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
14323         of x-get-selection.
14325 2005-06-10  Juanma Barranquero  <lekktu@gmail.com>
14327         * comint.el (comint-mode, comint-snapshot-last-prompt):
14328         * frame.el (frame-current-scroll-bars):
14329         * term.el (term-mode, term-check-proc, term-input-sender)
14330         (term-simple-send, term-extract-string, term-word)
14331         (term-match-partial-filename):
14332         * window.el (window-current-scroll-bars):
14333         * emulation/cua-base.el (cua-normal-cursor-color)
14334         (cua-read-only-cursor-color, cua-overwrite-cursor-color)
14335         (cua-global-mark-cursor-color):
14336         * mail/undigest.el (rmail-forward-separator-regex):
14337         Fix typos in docstrings.
14339         * comint.el (comint-check-proc, make-comint-in-buffer)
14340         (comint-source-default): Doc fixes.
14342         * term.el (term-send-string): Improve argument/docstring consistency.
14344 2005-06-09  Luc Teirlinck  <teirllm@auburn.edu>
14346         * comint.el (comint-send-input): Bind `inhibit-read-only' around
14347         call to `delete-region'.
14348         (comint-mode-hook): Do not enable Font Lock by default.
14350 2005-06-09  Lute Kamstra  <lute@gnu.org>
14352         * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
14353         could be void.
14355 2005-06-09  Stefan Monnier  <monnier@iro.umontreal.ca>
14357         * emacs-lisp/debug.el (debugger-will-be-back): New var.
14358         (debug): Use it.
14359         (debugger-step-through, debugger-continue, debugger-jump)
14360         (debugger-return-value): Set it when needed.
14361         (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
14362         Use inhibit-read-only.
14364 2005-06-09  Juanma Barranquero  <lekktu@gmail.com>
14366         * window.el (shrink-window-if-larger-than-buffer)
14367         (window-size-fixed): Fix typo in docstring.
14369         * thumbs.el: Don't set `auto-image-file-mode'.  Do not create the
14370         thumbnails directory on loading.
14371         (thumbs-conversion-program): Use `eq' to check the system type,
14372         not `equal'.
14373         (thumbs-temp-dir): Initialize to `temporary-file-directory',
14374         not "/tmp".  Fix docstring.
14375         (thumbs-thumbsdir): New function to return the thumbnails
14376         directory, creating it if needed.
14377         (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
14378         (thumbs-temp-file): Delete variable and make it into a function.
14379         (thumbs-resize-image, thumbs-modify-image): Use it.
14380         (thumbs-kill-buffer): Simplify.
14381         (thumbs-gensym): Defalias or duplicate CL `gensym'.
14382         (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
14383         docstrings.
14385 2005-06-09  Kim F. Storm  <storm@cua.dk>
14387         * subr.el (save-match-data): Add RESEAT arg `evaporate' to
14388         set-match-data to free markers in match-data.
14390         * replace.el (replace-match-data): Pass RESEAT arg `t' to
14391         match-data to unchain markers in match-data.
14393 2005-06-08  Stefan Monnier  <monnier@iro.umontreal.ca>
14395         * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
14396         the debugger immediately anyway.  Undo the 2005-06-06 change, rendered
14397         unnecessary now.
14399 2005-06-08  Richard M. Stallman  <rms@gnu.org>
14401         * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
14402         give the variable a doc string that doesn't say don't set it directly.
14404         * textmodes/ispell.el (ispell-check-version):
14405         Use match-string-no-properties.
14406         (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
14407         (ispell-buffer-local-words): Likewise.
14409         * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
14410         except on terminals with enough colors to really display it.
14411         (makefile-dependency-regex): Delete spurious `bb'.
14413         * faces.el (escape-glyph): Use blue once again in last case.
14414         (no-break-space): Redefine so that it isn't invisible on a tty.
14416 2005-06-08  Kim F. Storm  <storm@cua.dk>
14418         * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
14419         also when reading directory name.
14421 2005-06-08  Lute Kamstra  <lute@gnu.org>
14423         * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
14424         (flyspell-mode-line-string): Remove autoload cookie.
14425         (flyspell-mode): Remove defvar.
14427 2005-06-07  Lute Kamstra  <lute@gnu.org>
14429         * textmodes/org.el (org-run-mode-hooks): New function.
14430         (org-agenda-mode): Use it.
14432 2005-06-07  David McCabe  <davemccabe@gmail.com>  (tiny change)
14434         * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
14436 2005-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
14438         * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
14440 2005-06-06  Luc Teirlinck  <teirllm@auburn.edu>
14442         * font-lock.el (font-lock-add-keywords): Doc fix.
14444 2005-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
14446         * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
14447         (tex-compile-default): In the absence of any history, use the order in
14448         tex-compile-alist to choose the preferred command.
14449         (tex-compile-commands): Reorder a bit.
14451         * textmodes/flyspell.el (flyspell-auto-correct-binding)
14452         (flyspell-incorrect-face, flyspell-duplicate-face):
14453         Use (X)Emacs-agnostic code.
14454         (flyspell-mode-map): Don't overwrite at each load.  Remove code
14455         redundant with the subsequent add-minor-mode.  Merge Emacs and
14456         XEmacs code.
14457         (flyspell-word): Minor simplification.
14458         (flyspell-math-tex-command-p): Quieten the byte-compiler.
14459         (flyspell-external-point-words): Remove unused vars `size' and `start'.
14460         (flyspell-do-correct): Rename from flyspell-xemacs-correct.
14461         Merge the corresponding Emacs code.
14462         (flyspell-correct-word, flyspell-xemacs-popup):
14463         Use flyspell-do-correct.
14465         * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
14466         a dedicated window.
14468         * international/latexenc.el (latexenc-find-file-coding-system):
14469         Undo part of last patch, to turn off a compiler warning.
14471 2005-06-06  Juri Linkov  <juri@jurta.org>
14473         * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
14474         Rename `tmm-inactive-face' to `tmm-inactive'.
14476 2005-06-06  Matt Hodges  <MPHodges@member.fsf.org>
14478         * iswitchb.el: Rename faces.
14480 2005-06-06  Kim F. Storm  <storm@cua.dk>
14482         * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
14483         (cua-global-mark): Remove -face suffix from face names.
14485         * emulation/cua-gmrk.el (cua--init-global-mark):
14486         Remove cua-global-mark face setup.
14488 2005-06-06  Richard M. Stallman  <rms@gnu.org>
14490         * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
14491         just like other allowed characters.
14492         (makefile-match-dependency): Exclude leading and training whitespace
14493         from the range of regexp subexp 1.
14494         (makefile-macroassign-regex): Don't try to match the body,
14495         just the name of the macro being defined.
14497         * info.el (Info-read-node-name-2): New function.
14498         (Info-read-node-name-1): Use that.
14499         Add a completion-base-size-function property.
14501         * simple.el (completion-setup-function): Look for
14502         completion-base-size-function property of minibuffer-completion-table.
14504         * files.el (locate-file-completion): Doc fix.
14506         * printing.el: Don't call pr-update-menus; user must do that.
14508         * emacs-lisp/debug.el (debugger-window): New variable.
14509         (debug): Use debugger-window if it is set and still alive.
14510         Record debugger-window for next entry.
14512         * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
14514 2005-06-06  Matthias F\e,Av\e(Brste  <slashdevslashnull@gmx.net>
14516         * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
14517         (hack-one-local-variable, hack-local-variables)
14518         (hack-local-variables-prop-line): Pass that arg.
14520 2005-06-06  Kim F. Storm  <storm@cua.dk>
14522         * ido.el (ido-first-match, ido-only-match, ido-subdir)
14523         (ido-indicator): Remove -face suffix from face names.
14525 2005-06-06  Juri Linkov  <juri@jurta.org>
14527         * font-lock.el (font-lock-regexp-backslash)
14528         (font-lock-regexp-backslash-construct): New faces.
14529         (lisp-font-lock-keywords-2): Use new faces.  Match `?:' only
14530         after `('.  Add `while-no-input' to control structures.
14532         * faces.el (no-break-space, shadow): New faces.
14533         (escape-glyph): Use less loud colors pink2 and red4.
14535         * diff-mode.el (diff-context-face)
14536         * dired.el (dired-ignored)
14537         * rfn-eshadow.el (file-name-shadow)
14538         * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
14540         * info.el (Info-title-1-face): Use green instead of yellow because
14541         bold yellow is not readable on light backgrounds.
14543         * progmodes/compile.el (compilation-start): Move `erase-buffer' up
14544         before selecting the desired mode to not spend time fontifying
14545         old contents.
14547 2005-06-06  Juanma Barranquero  <lekktu@gmail.com>
14549         * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
14550         (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
14552         * ps-print.el (ps-default-fg, ps-default-bg):
14553         Fix typos in docstrings.
14555         * isearchb.el (isearchb): Don't pass a spurious second argument to
14556         `iswitchb-completions'.
14558 2005-06-05  Nick Roberts  <nickrob@snap.net.nz>
14560         * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
14561         to preserve point.
14562         (gdb-find-file-hook): Add doc string.
14564         * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
14565         C dereferenced pointer expression.
14566         (gud-tool-bar-map): Put it on the tool bar.  Re-order icons.
14568         * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
14570         * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
14571         * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
14572         * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
14573         * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
14574         * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
14575         Make background transparent.
14577 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
14579         * font-lock.el (font-lock-add-keywords): Doc fix.  Comment change.
14580         (font-lock-remove-keywords): Doc fix.
14581         (font-lock-mode-major-mode): Compiler defvar.
14582         (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
14584         * font-core.el (font-lock-mode-major-mode): Compiler defvar.
14585         (font-lock-mode): Update `font-lock-mode-major-mode'.
14586         (font-lock-set-defaults): Compiler defvar.
14587         (font-lock-default-function): Take `font-lock-mode-major-mode'
14588         into account.
14590         * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
14591         keep track of which major mode it enabled the minor mode for.
14592         Use find-file-hook again.  Update docstring.
14594         * simple.el (eval-expression-print-level)
14595         (eval-expression-print-length, eval-expression-debug-on-error):
14596         Doc fixes.
14598 2005-06-04  Matt Hodges  <MPHodges@member.fsf.org>
14600         * iswitchb.el (iswitchb-single-match-face)
14601         (iswitchb-current-match-face, iswitchb-virtual-matches-face)
14602         (iswitchb-invalid-regexp-face): New faces.
14603         (iswitchb-completions): Use them.
14604         (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
14605         now marked as an obsolete alias.
14606         (iswitchb-read-buffer): Remove check for bound font variables.
14607         (iswitchb-invalid-regexp): New free variable.
14608         (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
14609         set iswitchb-invalid-regexp.
14610         (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
14611         invalid regexps.
14612         (iswitchb-completions): Add check for complete match when entering
14613         a regexp.
14614         (iswitchb-completions): Remove require-match argument.
14615         (iswitchb-exhibit): Fix caller.
14616         (iswitchb-common-match-inserted): New variable.
14617         (iswitchb-complete, iswitchb-completion-help): Use it.
14619 2005-06-04  David Reitter  <david.reitter@gmail.com>  (tiny change)
14621         * url-http.el (url-http-chunked-encoding-after-change-function):
14622         Use `url-http-debug' instead of `message'.
14624 2005-06-04  Thierry Emery  <thierry.emery@free.fr>  (tiny change)
14626         * url-http.el (url-http-parse-headers): Pass redirected URL as a
14627         callback argument.
14629 2005-06-04  Kim F. Storm  <storm@cua.dk>
14631         * simple.el (line-move): Only call sit-for when moving backwards.
14633         * ido.el (ido-make-merged-file-list-1): New defun split from
14634         ido-make-merged-file-list.
14635         (ido-make-merged-file-list): Bind throw-on-input around call to
14636         ido-make-merged-file-list-1.  Return input-pending-p if
14637         interrupted by more input available.
14638         (ido-read-internal): Handle input-pending-p return value from
14639         ido-make-merged-file-list.
14641 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
14643         * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
14644         compatibility code.
14646         * international/latexenc.el (latexenc-find-file-coding-system):
14647         Don't inherit the EOL part of the coding-system from the
14648         tex-main buffer.  Fit within 80 columns.
14650 2005-06-03  Matt Hodges  <MPHodges@member.fsf.org>
14652         * tmm.el (tmm-inactive-face): New face.
14653         (tmm-remove-inactive-mouse-face): New function.
14654         (tmm-prompt, tmm-add-one-shortcut)
14655         (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
14656         but not selectable.
14658 2005-06-03  Juanma Barranquero  <lekktu@gmail.com>
14660         * faces.el (face-equal): Improve argument/docstring consistency.
14662 2005-06-03  Daniel Pfeiffer  <occitan@esperanto.org>
14664         * progmodes/make-mode.el (makefile-targets-face)
14665         (makefile-shell-face, makefile-makepp-perl-face): Add :version.
14666         (makefile-bsdmake-dependency-regex)
14667         (makefile-makepp-rule-action-regex)
14668         (makefile-bsdmake-rule-action-regex): New constants.
14669         (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
14671         * progmodes/compile.el (compilation-error-regexp-alist-alist):
14672         Allow (...) within `...' for makepp messages.
14674 2005-06-03  Michael Kifer  <kifer@cs.stonybrook.edu>
14676         * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
14678         * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
14679         "." files are deleted from all file lists before comparison.
14681         * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
14682         (viper-ESC-key): Made them customizable.
14684         * viper.el (viper-non-hook-settings): Fix the names of defadvices.
14686 2005-06-01  Luc Teirlinck  <teirllm@auburn.edu>
14688         * autorevert.el (auto-revert-buffers): Use save-match-data.
14690 2005-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
14692         * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
14693         menu items with a nil command binding.
14695 2005-06-01  Juanma Barranquero  <lekktu@gmail.com>
14697         * emacs-lisp/cl-macs.el (defsetf):
14698         Improve argument/docstring consistency.
14700         * faces.el (list-faces-display): Improve the formatting by
14701         computing the maximum length required for any face-name (reworked
14702         patch of 1999-01-11, accidentally deleted on 1999-07-21).
14703         (internal-find-face): Remove redundant info in docstring.
14705 2005-06-01  Nick Roberts  <nickrob@snap.net.nz>
14707         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
14708         (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
14709         (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
14710         (gdb-assembler-custom): Improve regexps.
14711         (def-gdb-auto-update-handler): Use window point to preserve point.
14713 2005-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
14715         * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
14717 2005-05-31  Jay Belanger  <belanger@truman.edu>
14719         * calc/calc-embed.el (calc-embedded-word): Change argument passed
14720         to calc-embedded.
14721         (calc-embedded-make-info): Have plain prefix argument select
14722         entire line.
14724 2005-05-31  Juanma Barranquero  <lekktu@gmail.com>
14726         * faces.el (list-faces-display): Signal error if passed a regexp
14727         that matches no face name.
14729         * simple.el (filter-buffer-substring): Fix typo in docstring.
14731 2005-05-31  Richard M. Stallman  <rms@gnu.org>
14733         * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
14734         (vhdl-emacs-21): Doc fix.
14735         (vhdl-mode): Unconditionally set comment-padding.
14736         (vhdl-fixup-whitespace-region): Insert spaces only where
14737         there are none.
14738         (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
14740 2005-05-30  John Wiegley  <johnw@newartisans.com>
14742         * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
14743         * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
14744         * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
14745         `directory-sep-char' to ?/, and all uses of `string-to-int' to
14746         `string-to-number'.
14748 2005-05-30  Jay Belanger  <belanger@truman.edu>
14750         * calc/calc.el (calc-bug-address): Fix docstring.
14751         (calc-window-hook, calc-trail-window-hook): New variables.
14752         (calc-trail-display): Restore use of calc-trail-window-hook.
14753         (calc): Restore use of calc-window-hook.
14755 2005-05-31  Masatake YAMATO  <jet@gyve.org>
14757         * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
14759         * help-fns.el (help-C-file-name): Add autoload mark for
14760         `find-function-noselect'.
14762 2005-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14764         * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
14765         (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
14767 2005-05-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
14769         * calendar/diary-lib.el (mark-included-diary-files): Only kill
14770         included diary buffer if it was not already being visited.
14771         Reported by Stephen Berman <Stephen.Berman@gmx.net>.
14773         * calendar/icalendar.el (top-level): Do not require appt.
14775         * mail/supercite.el (sc-select-attribution): Only use a list
14776         element from sc-attrib-selection-list if it returns a string.
14777         Reported by Davide G. M. Salvetti <salve@debian.org>.
14779 2005-05-30  Juanma Barranquero  <lekktu@gmail.com>
14781         * thumbs.el (thumbs-thumbname): The resulting thumbname now
14782         includes a hash value to improve its uniqueness, and has a ".jpg"
14783         extension.  Also, it is now a valid filename on all systems.
14784         (thumbs-make-thumb): Use `let', not `let*'.
14785         (thumbs-show-thumbs-list): Check for JPEG availability.
14787 2005-05-30  Richard M. Stallman  <rms@gnu.org>
14789         * filesets.el (filesets-menu-ensure-use-cached):
14790         Prevent warning when emacs-version>= is undefined.
14792         * printing.el (pr-interactive-n-up): Use string-to-number.
14794         * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
14796         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
14797         Warn only when name to be defined is quoted.
14799 2005-05-30  Nick Roberts  <nickrob@snap.net.nz>
14801         * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
14802         Make regexp more robust.
14803         (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
14804         Force regeneration of disassembly.
14806 2005-05-29  Jay Belanger  <belanger@truman.edu>
14808         * calc/calc.el (calc-user-invocation): Check if
14809         calc-invocation-macro is non-nil.
14811 2005-05-29  Juri Linkov  <juri@jurta.org>
14813         * add-log.el (change-log-font-lock-keywords):
14814         Add `+' to e-mail regexp to accept mail address with keywords.
14816         * man.el (Man-name-regexp): Add `:' to accept qualified names.
14818 2005-05-29  Luc Teirlinck  <teirllm@auburn.edu>
14820         * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
14822         * ielm.el (inferior-emacs-lisp-mode): Ditto.
14824 2005-05-29  Richard M. Stallman  <rms@gnu.org>
14826         * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
14827         Undo the change that moves to end of the current word.
14829 2005-05-29  Nick Roberts  <nickrob@snap.net.nz>
14831         * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
14832         Throw error when count <= 0 to ensure input is a number.
14833         (gdb-read-memory-custom): Pick up address from buffer.
14834         (gdb-memory-mode): Allow user to increment and decrement
14835         memory address from header line.
14837 2005-05-29  Richard M. Stallman  <rms@gnu.org>
14839         * flyspell.el (flyspell-version): Function deleted.
14840         (flyspell-auto-correct-previous-hook): Doc fix.
14842         * jit-lock.el (jit-lock-function, jit-lock-after-change):
14843         Do nothing if memory is full.
14845         * font-lock.el (font-lock-fontify-syntactically-region):
14846         Pass t for GREEDY to looking-back.
14848         * saveplace.el (save-place-alist-to-file): Write the file
14849         using write-region.
14851         * subr.el (looking-back): New argument GREEDY.
14853         * progmodes/compile.el (compilation-start): Set the mode
14854         before inserting the initial text.
14856         * progmodes/which-func.el (which-func-update-1): Turn the mode
14857         off in case of error by setting which-func-mode.
14859 2005-05-29  Peter Heslin  <p.j.heslin@durham.ac.uk>  (tiny change)
14861         * flyspell.el (flyspell-auto-correct-previous-word):
14862         Narrow down to what's on the screen, and recenter overlays
14863         at the end of the next word.
14865 2005-05-29  Manuel Serrano  <Manuel.Serrano@sophia.inria.fr>
14867         * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
14868         (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
14869         (flyspell-abbrev-p): Default to nil.
14870         (flyspell-use-global-abbrev-table-p): Doc fix.
14871         (flyspell-large-region): Allow nil as value.
14872         (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
14874         (mail-mode-flyspell-verify): More robust handling
14875         of `mail-header-separator'.  More efficient signature detection.
14876         Allow for regexp metacharacters in message-header-separator.
14877         Adding `To' not to be checked in mail-mode-flyspell-verify.
14879         (flyspell-prog-mode): Run flyspell-prog-mode-hook.
14880         (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
14881         Bind flyspell-auto-correct-binding.
14882         Bind C-. and C-, .
14883         (flyspell-mode-map): Likewise.
14884         (flyspell-mode): Doc fix.
14885         (flyspell-accept-buffer-local-defs): Preserve current buffer.
14886         (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
14887         (flyspell-word-cache-result): New var, always local.
14888         (flyspell-check-pre-word-p): Doc fix.
14889         (flyspell-check-changed-word-p): Handle spc like newline.
14890         (flyspell-post-command-hook): Set flyspell-word-cache-result.
14891         (flyspell-word-search-backward, flyspell-word-search-forward):
14892         New functions.
14893         (flyspell-word): Return t if nothing to check.
14894         When parsing TeX code, check for after } or \.
14895         Use flyspell-word-search-backward to find previous word.
14896         Return nil if duplicated word.
14897         For word already checked, return same value as last time.
14898         Set flyspell-word-cache-result after checking.
14899         Don't clobber the return value.
14900         (flyspell-get-word): Major rewrite.
14901         (flyspell-external-point-words): New locals pword, pcount.
14902         Fix size used in progress message.
14903         Find the proper corresponding word in flyspell-large-region-buffer.
14904         (flyspell-region): Check for flyspell-large-region = nil.
14905         (flyspell-highlight-incorrect-region): Clean up overlays in region.
14906         (flyspell-auto-correct-word): Check that WORD is a cons.
14907         (flyspell-correct-word): Likewise.
14909 2005-05-29  Daniel Pfeiffer  <occitan@esperanto.org>
14911         * progmodes/make-mode.el (makefile-rule-action-regex)
14912         (makefile-macroassign-regex, makefile-makepp-mode)
14913         (makefile-bsdmake-mode): Continuation lines may be empty.
14914         Reported by Joshua Varner.
14915         (makefile-makepp-font-lock-keywords): Add $(stem).
14917 2005-05-28  Karl Berry  <karl@gnu.org>
14919         * textmodes/tex-mode.el: Now that tex-send-command calls
14920         shell-quote-argument (2005-03-31 change), remove all calls to
14921         shell-quote-argument; they all end up invoking tex-send-command.
14922         The double quoting loses on filenames with non-safe characters,
14923         such as "@".  Reported by Frederik Fouvry.
14925 2005-05-29  Nick Roberts  <nickrob@snap.net.nz>
14927         * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
14928         about preserving point.
14930 2005-05-27  Jay Belanger  <belanger@truman.edu>
14932         * calc/calc-misc.el (calc-info-goto-node): Use info instead of
14933         Info-goto-node.
14935         * calc/calc-embed.el (calc-embed-arg): New variable.
14936         (calc-do-embedded-activate, calc-embedded-activate-formula)
14937         (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
14938         variable by new variable.
14939         (calc-embedded-make-info): Replace undeclared variable by new
14940         variable.  When selecting region with positive prefix
14941         argument, use end of previous line instead of beginning of line.
14943         * calc/calc-aent.el (calc-arg-values): Declare it.
14945         * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
14946         Declare them.
14948         * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
14950         * calc/calc.el (calc-alg-map): Declare it.
14952         * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
14954 2005-05-28  Nick Roberts  <nickrob@snap.net.nz>
14956         * progmodes/gdb-ui.el (gdb-all-registers): New variable.
14957         (gdb-registers-buffer, toggle-gdb-all-registers):
14958         Toggle display of floating point registers.
14959         (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
14961         * progmodes/gud.el (gud-goto-info): Use info.  Don't use require.
14962         (toggle-gud-tooltip-dereference):
14963         Rename from gud-toggle-tooltip-dereference.
14965 2005-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
14967         * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
14969 2005-05-27  Jay Belanger  <belanger@truman.edu>
14971         * calc/calc-prog.el (calc-kbd-report): Remove.
14972         (calc-kbd-query): Rewrite.
14974 2005-05-27  Juanma Barranquero  <lekktu@gmail.com>
14976         * image.el (image-library-alist): Move to image.c.
14977         (image-type-available-p): Doc fix.
14979 2005-05-27  Lute Kamstra  <lute@gnu.org>
14981         * calc/calc.el (calc):
14982         * outline.el (outline-1, outline-2, outline-3, outline-4)
14983         (outline-5, outline-6, outline-7, outline-8):
14984         * textmodes/dns-mode.el (dns-mode):
14985         * textmodes/sgml-mode.el (sgml-namespace-face):
14986         * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
14987         (tex-verbatim-face, tex-use-reftex):
14988         * textmodes/texinfo.el (texinfo-heading-face):
14989         Specify customization group.
14991         * longlines.el: Don't require easy-mmode.
14992         (longlines-visible-face): Specify customization group.
14994 2005-05-27  Kenichi Handa  <handa@m17n.org>
14996         * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
14997         encoding table of windows-1251.
14999         * international/ucs-tables.el (ucs-set-table-for-input):
15000         If translation-table-for-input of a coding system is a symbol, get
15001         its translation-table property.
15003         * international/code-pages.el: Don't register a coding system into
15004         non-iso-charset-alist more than once.
15005         (cp-make-coding-system): Likewise.
15007 2005-05-26  John Wiegley  <johnw@newartisans.com>
15009         * eshell/esh-cmd.el (eshell-eval-command): If the return value of
15010         `eshell-resume-eval' is wrapped in a list, it indicates that the
15011         command was run asynchronously.  In that case, unwrap the value
15012         before checking the delimiter value.
15014         * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
15015         character before a space at the end of a line is \, assume the space
15016         is part of the last argument rather than a final argument separator.
15018         * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
15019         is in use, and the target is `t' or `nil' (which are the most common
15020         values), don't assume that the symbol target is a buffer.
15022 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
15024         * calendar/calendar.el (calendar-mode-line-format):
15025         Use mode-line-highlight as mouse-face.
15027         * time.el (display-time-string-forms, display-time-update):
15028         Use mode-line-highlight as mouse-face.
15030 2005-05-26  Jay Belanger  <belanger@truman.edu>
15032         * calc/calc.el (calc-language-alist): Remove extra defvar.
15034 2005-05-26  Lute Kamstra  <lute@gnu.org>
15036         * arc-mode.el (archive-mode):
15037         * bookmark.el (bookmark-read-annotation-mode)
15038         (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
15039         * bs.el (bs-mode):
15040         * calc/calc-yank.el (calc-edit-mode):
15041         * calc/calc.el (calc-mode, calc-trail-mode):
15042         * calculator.el (calculator-mode):
15043         * chistory.el (command-history-mode):
15044         * comint.el:
15045         * cus-edit.el (custom-mode):
15046         * descr-text.el (describe-text-mode):
15047         * ebuff-menu.el (Electric-buffer-menu-mode):
15048         * ediff-util.el (ediff-mode):
15049         * emacs-lisp/re-builder.el (reb-mode):
15050         * emulation/vi.el (vi-mode-setup):
15051         * emulation/ws-mode.el (wordstar-mode):
15052         * eshell/esh-mode.el (eshell-mode):
15053         * forms.el (forms-mode):
15054         * help-mode.el (help-mode):
15055         * hexl.el (hexl-mode):
15056         * ibuffer.el (ibuffer-mode):
15057         * ielm.el (inferior-emacs-lisp-mode):
15058         * info.el (Info-mode, Info-edit-mode):
15059         * international/swedish.el:
15060         * ledit.el (ledit-from-lisp-mode):
15061         * locate.el (locate-mode):
15062         * mail/rmail.el (rmail-mode):
15063         * mail/rmailedit.el (rmail-edit-mode):
15064         * mail/rmailsum.el (rmail-summary-mode):
15065         * mail/supercite.el (sc-electric-mode):
15066         * net/eudc.el (eudc-mode):
15067         * net/quickurl.el (quickurl-list-mode):
15068         * net/snmp-mode.el (snmp-mode, snmpv2-mode):
15069         * obsolete/ooutline.el (outline-mode):
15070         * obsolete/options.el (Edit-options-mode):
15071         * obsolete/rnews.el (news-mode):
15072         * obsolete/rnewspost.el (news-reply-mode):
15073         * play/5x5.el (5x5-mode):
15074         * play/decipher.el (decipher-mode, decipher-stats-mode):
15075         * play/gomoku.el (gomoku-mode):
15076         * play/snake.el (snake-mode):
15077         * play/solitaire.el (solitaire-mode):
15078         * play/tetris.el (tetris-mode):
15079         * progmodes/ada-mode.el (ada-mode):
15080         * progmodes/antlr-mode.el (antlr-mode):
15081         * progmodes/autoconf.el (autoconf-mode):
15082         * progmodes/dcl-mode.el (dcl-mode):
15083         * progmodes/delphi.el (delphi-mode):
15084         * progmodes/ebrowse.el (ebrowse-tree-mode)
15085         (ebrowse-electric-list-mode, ebrowse-member-mode)
15086         (ebrowse-electric-position-mode):
15087         * progmodes/f90.el (f90-mode):
15088         * progmodes/fortran.el (fortran-mode):
15089         * progmodes/icon.el (icon-mode):
15090         * progmodes/idlw-help.el (idlwave-help-mode):
15091         * progmodes/idlw-shell.el (idlwave-shell-mode):
15092         * progmodes/idlwave.el (idlwave-mode):
15093         * progmodes/inf-lisp.el (inferior-lisp-mode):
15094         * progmodes/m4-mode.el (m4-mode):
15095         * progmodes/meta-mode.el (metafont-mode, metapost-mode):
15096         * progmodes/modula2.el (modula-2-mode):
15097         * progmodes/octave-inf.el (inferior-octave-mode):
15098         * progmodes/octave-mod.el (octave-mode):
15099         * progmodes/pascal.el (pascal-mode):
15100         * progmodes/sh-script.el (sh-mode):
15101         * progmodes/sql.el (sql-mode, sql-interactive-mode):
15102         * progmodes/vhdl-mode.el (vhdl-mode):
15103         * progmodes/xscheme.el (scheme-interaction-mode):
15104         * replace.el (occur-mode):
15105         * ses.el (ses-mode):
15106         * simple.el (completion-list-mode):
15107         * skeleton.el:
15108         * speedbar.el (speedbar-mode):
15109         * term.el (term-mode):
15110         * terminal.el (terminal-edit-mode):
15111         * textmodes/reftex-index.el (reftex-index-mode)
15112         (reftex-index-phrases-mode):
15113         * textmodes/reftex-sel.el (reftex-select-label-mode)
15114         (reftex-select-bib-mode):
15115         * textmodes/reftex-toc.el (reftex-toc-mode):
15116         * wdired.el (wdired-change-to-wdired-mode):
15117         * wid-browse.el (widget-browse-mode):
15118         Use run-mode-hooks.
15120         * array.el (array-mode):
15121         * calendar/todo-mode.el (todo-mode):
15122         * man.el (Man-mode):
15123         * play/landmark.el (lm-mode):
15124         * play/mpuz.el (mpuz-mode):
15125         Use kill-all-local-variables and run-mode-hooks.
15127         * subr.el (delay-mode-hooks): Specify indentation.
15129 2005-05-26  Mark A. Hershberger  <mah@everybody.org>
15131         * xml.el (xml-substitute-special): Don't die for undefined xml
15132         entities.
15134 2005-05-26  Jay Belanger  <belanger@truman.edu>
15136         * calc/calc-prog.el (calc-user-define-edit): Don't find substring
15137         of nil.
15139 2005-05-27  Nick Roberts  <nickrob@snap.net.nz>
15141         * progmodes/gdb-ui.el (gdb-frame-address):
15142         Rename from gdb-current-address.
15143         (gdb-previous-frame-address): Rename from gdb-previous-address.
15144         (gdb-selected-frame): Rename from gdb-current-frame.
15145         (gdb-get-selected-frame): Rename from gdb-get-current-frame.
15146         (gdb-frame-number): Rename from gdb-current-stack-level.
15147         (gdb-ann3): Match new mode-name for disassembly buffer.
15148         Extend initialization of variables.
15149         (gdb-post-prompt): Update disassembly from gdb-frame-handler.
15150         (gdb-memory-mode): Use mouse-face in header line.
15151         (gdb-assembler-buffer-name): Call it disassembly and give frame
15152         in mode line.
15153         (gdb-source-spec-regexp, gdb-assembler-custom)
15154         (gdb-invalidate-assembler, gdb-frame-handler):
15155         Make robust to leading zeroes in address format.
15157 2005-05-26  Carsten Dominik  <dominik@science.uva.nl>
15159         * textmodes/org.el (org-mode): Use `define-derived-mode' to
15160         define `org-mode'.
15161         (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
15163 2005-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
15165         * log-edit.el (log-edit-changelog-entries): Distinguish between
15166         filenames like xfns.c and fns.c.
15168 2005-05-25  Luc Teirlinck  <teirllm@auburn.edu>
15170         * buff-menu.el (Buffer-menu-revert-function): Improve handling of
15171         point after reverting.
15172         (Buffer-menu-make-sort-button): Handle the case where
15173         `Buffer-menu-use-header-line' is nil.
15175 2005-05-25  Thien-Thi Nguyen  <ttn@gnu.org>
15177         * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
15178         New funcs.  In minibuffer-local-completion-map bind `]', `/'
15179         and `:' to them.
15181 2005-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
15183         * startup.el (normal-top-level): Allow modification of load-path while
15184         we're iterating over it.
15186 2005-05-25  Juanma Barranquero  <lekktu@gmail.com>
15188         * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
15189         (thumbs-cleanup-thumbsdir, thumbs-call-convert)
15190         (thumbs-resize-interactive, thumbs-insert-image)
15191         (thumbs-insert-thumb, thumbs-dired-show-marked)
15192         (thumbs-find-image-at-point, thumbs-delete-images)
15193         (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
15194         (thumbs-increment-image-size, thumbs-decrement-image-size):
15195         Fix typos in docstrings.
15197 2005-05-24  Andre Spiegel  <spiegel@gnu.org>
15199         * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
15200         (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
15201         (cperl-mode): Use them.
15203 2005-05-24  Juanma Barranquero  <lekktu@gmail.com>
15205         * window.el (quit-window, shrink-window-if-larger-than-buffer):
15206         Doc fixes.
15208 2005-05-24  Nick Roberts  <nickrob@snap.net.nz>
15210         * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
15211         Bind C-d to gdb-inferior-io-eof.
15213         * dired.el (dired-dnd-popup-notice): Use message-box.
15215 2005-05-23  Masatake YAMATO  <jet@gyve.org>
15217         * bindings.el (mode-line-major-mode-keymap):
15218         Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
15220         * faces.el (mode-line-highlight): New face.
15222         * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
15223         as mouse-face.
15225         * bindings.el (top-level, help-echo, mode-line-modified)
15226         (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
15227         as mouse-face.
15229 2005-05-23  Juanma Barranquero  <lekktu@gmail.com>
15231         * progmodes/cc-engine.el (c-guess-basic-syntax):
15232         Remove spurious call to `zerop'.
15234         * emacs-lisp/cl.el (acons, pairlis): Add docstring.
15236 2005-05-23  Martin Stjernholm  <bug-cc-mode@gnu.org>
15238         CC Mode update to 5.30.10:
15240         * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
15241         could go past the limit in decoration level 2, thereby causing
15242         errors during interactive fontification.
15244         * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
15245         the file is evaluated interactively.
15247         * cc-engine.el (c-guess-basic-syntax): Handle operator
15248         declarations somewhat better in C++.
15250         * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
15251         make use of `run-mode-hooks' which has been added in Emacs 21.1.
15252         (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
15253         (awk-mode): Use it.
15254         (make-local-hook): Suppress warning about obsoleteness.
15256         * cc-engine.el, cc-align.el, cc-cmds.el
15257         (c-append-backslashes-forward, c-delete-backslashes-forward)
15258         (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
15259         Compensate for return value from `forward-line' when it has moved
15260         but not to a different line due to eob.
15262         * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
15263         `objc-method-intro' and `objc-method-args-cont'.
15265 2005-05-23  Alan Mackenzie  <bug-cc-mode@gnu.org>
15267         CC Mode update to 5.30.10:
15269         * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
15270         in the copyright statement.  Incidentally, change "along with GNU
15271         Emacs" to "along with this program" where it occurs.
15273         * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
15274         so that it is interactive, hence can be found by M-x awk-mode
15275         whilst cc-mode is yet to be loaded.  Reported by Glenn Morris
15276         <gmorris+emacs@ast.cam.ac.uk>.
15278         * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
15279         Mode's regexps.
15281 2005-05-23  Kevin Ryde  <user42@zip.com.au>
15283         * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
15284         c-parse-state, to avoid a lisp error (on bad code).
15286 2005-05-23  Lute Kamstra  <lute@gnu.org>
15288         * subr.el (font-lock-defaults): Remove defvar as it's already
15289         defined in font-core.el.
15291         * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
15293 2005-05-23  Nick Roberts  <nickrob@snap.net.nz>
15295         * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
15296         more general and work when GDB variable "print pretty" is on,
15297         as with Emacs, for example.
15299 2005-05-22  Luc Teirlinck  <teirllm@auburn.edu>
15301         * font-core.el: Update comment.
15303         * emacs-lisp/easy-mmode.el (define-global-minor-mode):
15304         Use `after-change-major-mode-hook' instead of `find-file-hook'.
15306         * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
15308 2005-05-22  Eli Zaretskii  <eliz@gnu.org>
15310         * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
15311         and `yank-handler' in the doc strings.
15313 2005-05-22  Stefan Monnier  <monnier@iro.umontreal.ca>
15315         * emacs-lisp/cl.el (eql): Remove.  It's a builtin already.
15317 2005-05-22  Richard M. Stallman  <rms@gnu.org>
15319         * help.el (describe-key): Move print-help-return-message call
15320         out of conditional.
15322         * progmodes/etags.el (list-tags): Use with-no-warnings.
15324         * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
15325         (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
15326         (starttls-extra-args, starttls-extra-arguments): Add defvars.
15328         * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
15330         * language/viet-util.el (viet-viscii-nonascii-translation-table):
15331         Add defvar.
15333         * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
15334         Use defvar, not defconst.
15336         * hexl.el (hexl-follow-line): Use with-no-warnings.
15338         * emulation/tpu-extras.el: Use write-file-functions instead of
15339         write-file-hooks.
15341         * dired.el (dired-font-lock-keywords): Fontify files with junk
15342         extensions even if marked by -F.
15344 2005-05-22  Juanma Barranquero  <lekktu@gmail.com>
15346         * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
15347         (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
15348         * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
15349         (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
15350         (concatenate, list-length, get*, getf, cl-remprop):
15351         * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
15352         (etypecase, progv, lexical-let, lexical-let*)
15353         (multiple-value-bind, multiple-value-setq, shiftf):
15354         Improve argument/docstring consistency.
15356         * subr.el (focus-frame, unfocus-frame): Revert deletion on 2005-05-01.
15358 2005-05-22  Andre Spiegel  <spiegel@gnu.org>
15360         * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
15361         doesn't exist.
15363         * vc.el (vc-trunk-p): Add autoload cookie.  The function is used in
15364         vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
15366 2005-05-22  Nick Roberts  <nickrob@snap.net.nz>
15368         * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
15369         already deleted variables: auto-fill-hook, blink-paren-hook,
15370         lisp-indent-hook, inhibit-local-variables, unread-command-event,
15371         suspend-hooks, comment-indent-hook, meta-flag,
15372         before-change-function, after-change-function,
15373         font-lock-doc-string-face.
15375 2005-05-21  Luc Teirlinck  <teirllm@auburn.edu>
15377         * emacs-lisp/derived.el (define-derived-mode): Doc fix.
15379 2005-05-21  Eli Zaretskii  <eliz@gnu.org>
15381         * mail/rmail.el (rmail-reply): Filter the list in reply-to through
15382         rmail-dont-reply-to.
15384 2005-05-21  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
15386         * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
15387         literal blank when splitting new-header-values.
15389 2005-05-21  Matt Hodges  <MPHodges@member.fsf.org>
15391         * calendar/cal-menu.el (cal-menu-update): Add separator as a
15392         string so that tmm doesn't create a completion entry for it.
15394         * textmodes/table.el (table-disable-menu): Ditto.
15396 2005-05-21  Richard M. Stallman  <rms@gnu.org>
15398         * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
15400         * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
15402         * net/rcompile.el (remote-compile): Use compilation-start.
15404         * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
15406 2005-05-21  Daniel Pfeiffer  <occitan@esperanto.org>
15408         * files.el (auto-mode-alist): Check GNUmakefile before makefile.
15409         Default to makefile-bsdmake-mode on BSD systems.
15411         * imenu.el (imenu-generic-expression, imenu--generic-function'):
15412         REGEXP may also be a search function now.  The part of doc-string
15413         for describing the structure was 95% identical to that of
15414         `imenu--generic-function'.  Unify it there.
15416         * progmodes/make-mode.el (makefile-imenu-generic-expression):
15417         Use function to find dependencies, because regexp alone is so complex,
15418         it easily goes into an endless loop.
15419         (makefile-makepp-mode): Also add submenu for Perl functions
15420         defined in the makefile.
15421         (makefile-bsdmake-mode): Special imenu-generic-expression no
15422         longer needed, due to function call.
15423         (makefile-match-dependency): Take BOUND into account when checking
15424         if we're through.
15426 2005-05-20  Jay Belanger  <belanger@truman.edu>
15428         * calc/calc-units.el (calc-invalidate-units-table):
15429         Use inhibit-read-only.
15430         (math-build-units-table-buffer): Use view-mode.
15432 2005-05-20  David Kastrup  <dak@gnu.org>
15434         * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
15435         easy-menu-add is not a nop on Emacs; and clarify when to call it.
15437 2005-05-20  Lute Kamstra  <lute@gnu.org>
15439         * diff-mode.el (diff-header-face, diff-file-header-face)
15440         (diff-index-face, diff-hunk-header-face, diff-removed-face)
15441         (diff-added-face, diff-changed-face, diff-function-face)
15442         (diff-context-face, diff-nonexistent-face): Put them in the
15443         diff-mode customization group.
15445 2005-05-20  Stefan Monnier  <monnier@iro.umontreal.ca>
15447         * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
15449         * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
15451         * font-lock.el (lisp-font-lock-keywords-2): Don't error.
15452         Minor regexp-optimization.
15454 2005-05-20  Carsten Dominik  <dominik@science.uva.nl>
15456         * textmodes/org.el (org-agenda-toggle-time-grid): New command.
15457         (org-agenda-use-time-grid, org-agenda-time-grid): New options.
15458         (org-agenda-add-time-grid-maybe): New function.
15459         (org-agenda): Call `org-agenda-add-time-grid-maybe'.
15460         (org-table-create): `dotimes' instead of `mapcar'.
15461         (org-xor): Simplify implementation.
15462         (org-agenda): `inhibit-redisplay' turned on.
15463         (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
15464         a consistent line after a state change.
15465         (org-agenda-remove-times-when-in-prefix): New option.
15466         (org-prefix-has-time): New variable.
15467         (org-parse-time-string): Optional argument NODEFAULT.
15468         (org-format-agenda-item): Parse items for time-of-day
15469         specifications and move these into the prefix if possible.
15470         (org-agenda-priority): Get current heading, not previous heading
15471         during agenda remote editing.
15473 2005-05-20  Juanma Barranquero  <lekktu@gmail.com>
15475         * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
15476         (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
15477         (remove-duplicates, delete-duplicates, substitute)
15478         (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
15479         (nsubstitute-if-not, find, find-if, find-if-not, position)
15480         (position-if, position-if-not, count, count-if, count-if-not)
15481         (mismatch, search, sort*, stable-sort, merge, member*)
15482         (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
15483         (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
15484         (intersection, nintersection, set-difference, nset-difference)
15485         (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
15486         (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
15487         (nsublis, tree-equal): Improve argument/docstring consistency.
15489         * subr.el (send-string, send-region): Remove obsolescence declaration.
15490         (window-dot, set-window-dot, read-input, show-buffer)
15491         (eval-current-buffer, string-to-int):
15492         Add release number to obsolescence declarations.
15494 2005-05-19  Kim F. Storm  <storm@cua.dk>
15496         * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
15497         (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
15499 2005-05-20  Matt Hodges  <MPHodges@member.fsf.org>
15501         * faces.el (list-faces-display): Make back button respect optional
15502         regexp arg.
15504 2005-05-19  Juanma Barranquero  <lekktu@gmail.com>
15506         * calculator.el (calculator-radix-grouping-mode)
15507         (calculator-radix-grouping-digits, calculator-displayer)
15508         (calculator-radix-grouping-separator, calculator-copy-displayer):
15509         * dabbrev.el (dabbrev-search-these-buffers-only):
15510         * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
15511         (diff-advance-after-apply-hunk, diff-mode-hook)
15512         (diff-minor-mode-prefix):
15513         * imenu.el (imenu-use-popup-menu):
15514         * jit-lock.el (jit-lock-context-time):
15515         * newcomment.el (comment-fill-column, comment-column)
15516         (comment-style, comment-padding, comment-multi-line)
15517         (comment-empty-lines, comment-auto-fill-only-comments):
15518         * reveal.el (reveal-around-mark):
15519         * uniquify.el (uniquify-buffer-name-style)
15520         (uniquify-after-kill-buffer-p)
15521         (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
15522         (uniquify-min-dir-content, uniquify-separator)
15523         (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
15524         * w32-vars.el (w32-fixed-font-alist):
15525         * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
15526         * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
15527         * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
15528         * progmodes/perl-mode.el (perl-indent-level)
15529         (perl-continued-statement-offset, perl-continued-brace-offset)
15530         (perl-brace-offset, perl-brace-imaginary-offset)
15531         (perl-label-offset, perl-indent-continued-arguments)
15532         (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
15533         * progmodes/tcl.el (tcl-indent-level)
15534         (tcl-continued-indent-level, tcl-auto-newline)
15535         (tcl-tab-always-indent, tcl-electric-hash-style)
15536         (tcl-help-directory-list, tcl-use-smart-word-finder)
15537         (tcl-application, tcl-command-switches, tcl-prompt-regexp)
15538         (inferior-tcl-source-command):
15539         * textmodes/fill.el (enable-kinsoku):
15540         * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
15541         * textmodes/table.el (table-yank-handler):
15542         Specify missing group (and type, if simple) in defcustom.
15544 2005-05-19  Luc Teirlinck  <teirllm@auburn.edu>
15546         * progmodes/compile.el (compilation-finish-function): Fix defvar.
15548 2005-05-19  Richard M. Stallman  <rms@gnu.org>
15550         * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
15552         * subr.el (event-basic-type): Don't get an error.
15553         (left-fringe-p): Function deleted.
15555         * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
15556         (list-buffers-noselect): Set `font-lock-face' property, not `face'.
15558         * dired-aux.el (dired-copy-file-recursive): Handle symlinks
15559         in recursive copy.
15561         * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
15563         * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
15565         * emacs-lisp/bytecomp.el
15566         (byte-compile-file-form-custom-declare-variable):
15567         Call byte-compile-nogroup-warn if appropriate.
15569         * progmodes/compile.el (compilation-finish-function): Mark obsolete.
15570         (compilation-set-window): Don't call left-fringe-p; do it directly.
15572 2005-05-19  Jay Belanger  <belanger@truman.edu>
15574         * calc/calc-graph.el (calc-graph-format-data): Make sure
15575         var-PlotRejects is bound before trying to check its value.
15577 2005-05-19  Carsten Dominik  <dominik@science.uva.nl>
15579         * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
15580         definition of this variable from reftex-global.el to reftex.el,
15581         because it is needed in the menu.
15583 2005-05-19  Lute Kamstra  <lute@gnu.org>
15585         * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
15586         years are fixed.  Don't insert a space after a dash.
15588 2005-05-19  Kim F. Storm  <storm@cua.dk>
15590         * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
15592 2005-05-19  Daniel Pfeiffer  <occitan@esperanto.org>
15594         * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
15595         strings, because (eq ... ?\\) is fairly frequent.
15597         * progmodes/make-mode.el (makefile-add-this-line-targets):
15598         Simplify and integrate into `makefile-pickup-targets'.
15599         (makefile-add-this-line-macro): Simplify and integrate into
15600         `makefile-pickup-macros.
15601         (makefile-pickup-filenames-as-targets): Simplify.
15602         (makefile-previous-dependency, makefile-match-dependency):
15603         Don't stumble over `::'.
15605 2005-05-19  Nick Roberts  <nickrob@snap.net.nz>
15607         * subr.el (post-command-idle-hook, post-command-idle-delay):
15608         Remove obsoletion of post-command-idle-hook and
15609         post-command-idle-delay.
15611         * faces.el (list-faces-display): Provide button when describe-face
15612         is called to take user back to the list of faces.
15614         * help-fns.el (describe-variable): Remove hyperlinks in a
15615         variable's value as these are quite frequently inappropriate.
15617         * follow.el (follow-submit-feedback, follow-mode):
15618         Remove references to post-command-idle-hook.
15620 2005-05-18  Daniel Pfeiffer  <occitan@esperanto.org>
15622         * progmodes/make-mode.el (makefile-previous-dependency)
15623         (makefile-match-dependency): Check for := (and in bsd mode also
15624         !=) to give a better result, even when font-lock is not on.
15626 2005-05-18  Jay Belanger  <belanger@truman.edu>
15628         * calc/calc-help.el (calc-s-prefix-help):
15629         Add `calc-copy-special-constant' to help string.
15631 2005-05-18  Luc Teirlinck  <teirllm@auburn.edu>
15633         * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
15635 2005-05-18  Jay Belanger  <belanger@truman.edu>
15637         * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
15638         in linear factors are in proper order.
15640 2005-05-18  Carsten Dominik  <dominik@science.uva.nl>
15642         * textmodes/reftex-vars.el (reftex-cite-format-builtin):
15643         Support for jurabib.
15645         * textmodes/reftex.el (featurep): Define aliases for overlay
15646         commands, for XEmacs compatibility, and use these aliases in
15647         overlay initializations.
15648         (reftex-highlight): Use `reftex-move-overlay'.
15649         (reftex-unhighlight): Use `reftex-delete-overlay'.
15650         (reftex-uniq): Function removed.  Use `reftex-uniquify' instead.
15651         (reftex-access-search-path): Use `reftex-uniquify' instead of
15652         `reftex-uniq'
15654         * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
15655         `before-string' property modification enables for Emacs as well.
15656         (reftex-select-item): Use `reftex-delete-overlay'.
15657         (reftex-select-mark): Use `reftex-make-overlay' and
15658         `reftex-overlay-put'.
15659         (reftex-select-unmark): Use `reftex-delete-overlay' and
15660         `reftex-overlay-put'.
15662 2005-05-18  Lute Kamstra  <lute@gnu.org>
15664         * emacs-lisp/lisp.el (check-parens): Fix docstring.
15666 2005-05-18  Juanma Barranquero  <lekktu@gmail.com>
15668         * add-log.el (add-change-log-entry):
15669         * array.el (array-make-template, array-reconfigure-rows)
15670         (array-init-max-row, array-init-max-column)
15671         (array-init-columns-per-line, array-init-field-width):
15672         * replace.el (replace-match-maybe-edit, perform-replace):
15673         * textmodes/spell.el (spell-region):
15674         Replace `read-input' by `read-string'.
15676         * forms.el (forms-mode):
15677         * finder.el (finder-compile-keywords):
15678         * shadowfile.el (shadow-read-files):
15679         Replace `eval-current-buffer' by `eval-buffer'.
15681         * terminal.el (te-pass-through):
15682         * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
15683         (ange-ftp-raw-send-cmd):
15684         * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
15685         (send-process-next-char, telnet-initial-filter, telnet):
15686         Replace `send-string' by `process-send-string'.
15688         * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
15689         (prolog-consult-region): Replace `send-string' by
15690         `process-send-string'; replace `send-region' by `process-send-region'.
15692         * progmodes/delphi.el (delphi-log-msg):
15693         Replace `set-window-dot' by `set-window-point'.
15695         * subr.el (window-dot, set-window-dot, read-input, send-string)
15696         (send-region, show-buffer, eval-current-buffer):
15697         Make really obsolete, as the comment says.
15699 2005-05-17  Kim F. Storm  <storm@cua.dk>
15701         * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
15702         (cua--init-keymaps): Bind C-return instead of S-return to set
15703         rectangle mark.
15705         * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
15706         instead of S-return to toggle/clear rectangle mark.
15708 2005-05-17  Daniel Pfeiffer  <occitan@esperanto.org>
15710         * progmodes/make-mode.el (makefile-dependency-skip): New variable.
15711         (makefile-macroassign-regex, makefile-make-font-lock-keywords):
15712         Also fontify plain strings assigned to variables, mostly so that a
15713         colon has a face and is thus not taken as a dependency separator.
15714         (makefile-previous-dependency): Inline the new matcher, because it
15715         is too complex to work in both directions.
15716         (makefile-match-dependency): Eliminate `backward' arg (see above).
15717         Completely reimplemented so as to not sometimes go into an endless
15718         loop.  It should also be more efficient, because first it only
15719         searches for `:', instead of applying the very complex regexp.
15720         (makefile-mode): Cancel `font-lock-support-mode', because blocks
15721         to be fontified in one piece can be too long for JIT.
15722         Makefiles are never *that* big.
15724 2005-05-17  Reiner Steib  <Reiner.Steib@gmx.de>
15726         * dired.el (dired-mode): Simplify.
15728 2005-05-17  Lute Kamstra  <lute@gnu.org>
15730         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
15731         defcustom for the mode hook variable.
15733         * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
15734         Emacs Lisp Reference Manual.
15736 2005-05-17  Juanma Barranquero  <lekktu@gmail.com>
15738         * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
15739         (evenp, list*):
15740         * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
15741         * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
15743         * net/tramp-smb.el (tramp-smb-open-connection):
15744         Pass `tramp-chunksize' as fifth (required) argument.
15746 2005-05-16  Daniel Pfeiffer  <occitan@esperanto.org>
15748         * font-lock.el (lisp-font-lock-keywords-1):
15749         Set `font-lock-negation-char-face' for [^...] char group.
15750         (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
15752         * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
15753         a var, and refine it to mask one more level of nested vars.
15754         (makefile-rule-action-regex): Turn it into a var, and refine it so
15755         it recognizes backslashed continuation lines as belonging to the
15756         same command.
15757         (makefile-macroassign-regex): Refine it so it recognizes
15758         backslashed continuation lines as belonging to the same command.
15759         (makefile-var-use-regex): Don't look at the next char, because it
15760         might be the same one to be skipped by the initial [^$], leading
15761         to an overlooked variable use.
15762         (makefile-make-font-lock-keywords): Remove two parameters, which
15763         are now variables that some of the modes set locally.
15764         Handle dependency and rule action matching through functions, because
15765         regexps alone match too often.  Dependency matching now comes
15766         last, so it can check, whether a colon already matched something else.
15767         (makefile-mode): Inform that font-lock improves makefile parsing
15768         capabilities.
15769         (makefile-match-dependency, makefile-match-action): New functions.
15771 2005-05-16  Juanma Barranquero  <lekktu@gmail.com>
15773         * emacs-lisp/cl-extra.el (equalp): Doc fix.
15775         * align.el (align-regexp):
15776         * ansi-color.el (ansi-color-get-face):
15777         * array.el (array-reconfigure-rows, array-init-max-row)
15778         (array-init-max-column, array-init-columns-per-line)
15779         (array-init-field-width):
15780         * dired-aux.el (dired-trample-file-versions):
15781         * dired-x.el (dired-mark-sexp):
15782         * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
15783         * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
15784         * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
15785         * faces.el (face-read-integer):
15786         * files.el (backup-extract-version, insert-directory):
15787         * hexl.el (hexl-insert-decimal-char):
15788         * server.el (server-process-filter):
15789         * shell.el (shell-extract-num):
15790         * startup.el (command-line-1):
15791         * term.el (term-command-hook):
15792         * time-stamp.el (time-stamp, time-stamp-string-preprocess)
15793         (time-stamp-do-number):
15794         * time.el (display-time-update):
15795         * timezone.el (timezone-parse-date, timezone-zone-to-minute)
15796         (timezone-fix-time):
15797         * vms-patch.el (vms-suspend-resume-hook):
15798         * calendar/appt.el (appt-convert-time):
15799         * calendar/cal-bahai.el (mark-bahai-diary-entries):
15800         * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
15801         * calendar/cal-islam.el (mark-islamic-diary-entries):
15802         * calendar/calendar.el (calendar-cursor-to-date)
15803         (calendar-star-date):
15804         * calendar/diary-lib.el (diary-attrtype-convert)
15805         (mark-diary-entries, diary-entry-time):
15806         * calendar/solar.el (solar-get-number):
15807         * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
15808         * emacs-lisp/re-builder.el (reb-display-subexp):
15809         * emulation/edt.el (edt-set-scroll-margins):
15810         * emulation/tpu-extras.el (tpu-set-scroll-margins):
15811         * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
15812         (vip-get-ex-count):
15813         * emulation/viper-ex.el (viper-get-ex-token)
15814         (viper-get-ex-buffer, viper-get-ex-count, ex-next):
15815         * international/fontset.el (fontset-plain-name):
15816         * mail/feedmail.el (feedmail-look-at-queue-directory):
15817         * mail/mailalias.el (mail-get-names):
15818         * mail/rmail.el (rmail-convert-to-babyl-format):
15819         * mail/rmailsum.el (rmail-make-basic-summary-line)
15820         (rmail-summary-next-same-subject, rmail-summary-rmail-update)
15821         (rmail-summary-goto-msg):
15822         * mail/smtpmail.el (smtpmail-read-response):
15823         * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
15824         (ange-ftp-vms-add-file-entry):
15825         * play/gametree.el (gametree-looking-at-ply)
15826         (gametree-current-branch-score):
15827         * progmodes/ada-xref.el (ada-prj-find-prj-file)
15828         (ada-xref-find-in-modified-ali, ada-find-in-src-path):
15829         * progmodes/cperl-mode.el (condition-case):
15830         * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
15831         (ebrowse-set-member-buffer-column-width)
15832         (ebrowse-select-1st-to-9nth):
15833         * progmodes/etags.el (etags-snarf-tag):
15834         * progmodes/flymake.el (flymake-parse-line):
15835         * progmodes/idlw-shell.el (idlwave-shell-parse-line)
15836         (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
15837         (idlwave-shell-menu-def):
15838         * progmodes/ps-mode.el (ps-run-goto-error):
15839         * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
15840         (vhdl-speedbar-contract-level):
15841         * term/mac-win.el (x-handle-numeric-switch):
15842         * term/sun-mouse.el (sun-get-frame-data):
15843         * term/w32-win.el (x-handle-numeric-switch):
15844         * term/x-win.el (x-handle-numeric-switch):
15845         * textmodes/ispell.el (ispell-parse-output):
15846         * textmodes/nroff-mode.el (nroff-outline-level):
15847         * textmodes/reftex-cite.el (reftex-bib-sort-year)
15848         (reftex-bib-sort-year-reverse, reftex-format-citation):
15849         * textmodes/reftex-parse.el (reftex-init-section-numbers)
15850         (reftex-section-number):
15851         * textmodes/texinfmt.el (texinfo-paragraphindent):
15852         Replace `string-to-int' by `string-to-number'.
15854         * international/latexenc.el: Add page marker to force the "Local
15855         Variables:" string out of the last page.
15857 2005-05-16  Nick Roberts  <nickrob@snap.net.nz>
15859         * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
15860         tooltip-change-major-mode.
15861         (gud-tooltip-print-command): Remove case where gud-minor-mode
15862         is gdb ("--fullname").
15863         (gud-tooltip-tips): Turn GUD tooltips off for this case and
15864         explain to user.
15866 2005-05-16  Jay Belanger  <belanger@truman.edu>
15868         * calc/calc-store.el (calc-copy-special-constant): New function.
15870         * calc/calc-ext.el (calc-init-extensions): Add binding for
15871         `calc-copy-special-constant'.
15873         * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
15874         for the `calc-copy-special-constant' command.
15876 2005-05-16  Nick Roberts  <nickrob@snap.net.nz>
15878         * subr.el (left-fringe-p): New function.
15880         * progmodes/compile.el (compilation-setup): Set local value of
15881         overlay-arrow-string to "" always.
15882         (compilation-set-window): Left fringe then don't scroll.
15883         No left fringe then no arrow and scroll message to top.
15884         (compilation-context-lines): Adjust doc string accordingly.
15886 2005-05-16  Kim F. Storm  <storm@cua.dk>
15888         * ido.el (ido-magic-forward-char, ido-magic-backward-char)
15889         (ido-magic-delete-char): New commands for C-f, C-b, C-d.
15890         (ido-wide-find-dir-or-delete-dir): New command for M-d.
15891         (ido-define-mode-map): Bind them.  Add C-x prefix to fallback commands.
15892         (ido-read-file-name): Handle commands with ido property value
15893         equal to find-file as reading a file name, to allow C-d to enter dired.
15894         (ibuffer-find-file): Add ido property with value find-file.
15896 2005-05-15  Kim F. Storm  <storm@cua.dk>
15898         * subr.el (open-network-stream-nowait): Remove.
15899         (open-network-stream-server): Remove.
15901 2005-05-15  Richard M. Stallman  <rms@gnu.org>
15903         * faces.el (describe-face): Output a definition link button.
15905         * help-mode.el (help-face-def): New button type.
15907         * emacs-lisp/copyright.el (copyright-fix-years):
15908         Match properly if the first year is 2-digit.
15909         Don't mess up the whitespace after the years by filling.
15911         * dired-aux.el (dired-mark-confirm):
15912         Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
15914         * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
15915         (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
15916         (dired-mark-pop-up): Handle FILES = (t FILE) specially.
15918         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
15919         Set font-lock-comment-start-skip.
15921         * font-lock.el (font-lock-comment-start-skip): New variable.
15922         (font-lock-comment-end-skip): New variable.
15923         (font-lock-fontify-syntactically-region): Use them if non-nil.
15925 2005-05-15  Jay Belanger  <belanger@truman.edu>
15927         * calc/calc-store.el (calc-store-value): Return a string rather
15928         than display it as a message.
15929         Use calc-var-name for variable name.
15930         (calc-store-into): Add the result of calc-store-value to message.
15931         (calc-copy-variable): Add a message.
15932         (calc-store-exchange): Improve error messages.
15933         (calc-store-binary, calc-store-map): Don't reset the values of
15934         special constants.
15936 2005-05-14  Luc Teirlinck  <teirllm@auburn.edu>
15938         * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
15939         manual to docstring.
15941         * files.el (hack-local-variables-confirm): Add STRING argument.
15942         Make the function handle non file visiting buffers correctly.
15943         (hack-local-variables-prop-line, hack-local-variables)
15944         (hack-one-local-variable): Use STRING arg of
15945         `hack-local-variables-confirm'.
15947 2005-05-14  Michael Albinus  <michael.albinus@gmx.de>
15949         Sync with Tramp 2.0.49.
15951         * net/tramp.el (tramp-handle-dired-call-process)
15952         (tramp-handle-insert-directory):`insert-buffer' cannot be used
15953         because the contents of the Tramp buffer is changed before
15954         insertion (`expand-file' and alike).
15955         (tramp-handle-insert-directory): If `localname' has an empty
15956         nondirectory name, it must not be quoted.
15957         (tramp-pre-connection): Add parameter CHUNKSIZE.  Make local
15958         variable `tramp-chunksize'.  Change callees.
15959         (tramp-open-connection-setup-interactive-shell): Check remote host
15960         for buggy `send-process-string' implementation.
15961         Set `tramp-chunksize' if found.  Reported by Michael Kifer
15962         <kifer@cs.sunysb.edu> (and a lot of other people all the years).
15963         (tramp-handle-shell-command): `insert-buffer' cannot be used
15964         because the contents of the Tramp buffer is changed before
15965         insertion (`expand-file' and alike).  Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
15966         <frederic.bothamy@free.fr>.
15967         (tramp-set-auto-save): Actions should be done for Tramp file name
15968         handler only.  Ange-FTP has its own auto-save mechanism.
15969         Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
15970         (tramp-set-auto-save-file-modes): Set file modes of
15971         `buffer-auto-save-file-name' to ?\600 as fallback solution.
15972         Reported by Ferenc Wagner <wferi@tba.elte.hu>.
15973         (tramp-bug): Remove obsolete variable.
15974         (tramp-append-tramp-buffers): Rewrite partly.  More suitable check
15975         for presence of `mml-mode'.  Make it running for older Emacsen as well.
15977 2005-05-14  John Paul Wallington  <jpw@pobox.com>
15979         * ibuf-ext.el (define-ibuffer-filter filename):
15980         If `dired-directory' is a list, use its car.
15982 2005-05-14  Daniel Brockman  <daniel@brockman.se>  (tiny change)
15984         * ibuffer.el (define-ibuffer-column filename):
15985         If `dired-directory' is a list, use its car.
15987 2005-05-14  Richard M. Stallman  <rms@gnu.org>
15989         * subr.el (symbol-file): Doc fix.
15991         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
15992         (byte-compile-form): Call byte-compile-nogroup-warn.
15993         (byte-compile-warning-types): Doc fix.
15995         * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
15997         * progmodes/cc-engine.el (c-literal-faces):
15998         Add font-lock-comment-delimiter-face.
16000         * net/net-utils.el (dig): Use with-no-warnings.
16002         * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
16003         (sc-recite-frame-alist, sc-default-cite-frame)
16004         (sc-default-uncite-frame, sc-default-recite-frame)
16005         (sc-attrib-selection-list, sc-rewrite-header-list):
16006         Mark as risky-local-variable.
16008         * international/ogonek.el (ogonek-jak, ogonek-how):
16009         Don't use beginning-of-buffer.
16011         * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
16013         * calendar/solar.el (solar-data-list): Move definition up.
16015         * dnd.el (dnd-protocol-alist): Add autoload.
16017         * progmodes/sh-script.el: Many doc usage fixes.
16018         (sh-indent-after-do): Change default to match common styles.
16020 2005-05-13  Luc Teirlinck  <teirllm@auburn.edu>
16022         * files.el (interpreter-mode-alist)
16023         (auto-mode-interpreter-regexp): Doc fixes.
16025 2005-05-13  Matt Hodges  <MPHodges@member.fsf.org>
16027         * tmm.el (tmm-get-keymap): Include only active menus and menu items.
16029         * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
16031 2005-05-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
16033         * dired.el (dired-mode): make-variable-buffer-local =>
16034         make-local-variable.
16036 2005-05-13  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
16038         * term/mac-win.el (mac-select-convert-to-string): Try coding
16039         systems in mac-script-code-coding-systems if specified one cannot
16040         encode string for `com.apple.traditional-mac-plain-text'.
16042 2005-05-13  Daniel Pfeiffer  <occitan@esperanto.org>
16044         * progmodes/make-mode.el (makefile-targets-face)
16045         (makefile-shell-face, makefile-makepp-perl-face): New faces.
16046         (makefile-dependency-regex): Fix it to not make the colon in
16047         $(var:a=b) special.
16048         (makefile-rule-action-regex): New regexp for highlighting embedded
16049         Shell strings.
16050         (makefile-macroassign-regex): Handle != for highlighting as
16051         embedded Shell strings.
16052         (makefile-var-use-regex): New const.
16053         (makefile-statements, makefile-automake-statements)
16054         (makefile-gmake-statements, makefile-makepp-statements)
16055         (makefile-bsdmake-statements): New consts.
16056         (makefile-make-font-lock-keywords): New function.
16057         (makefile-automake-font-lock-keywords)
16058         (makefile-gmake-font-lock-keywords)
16059         (makefile-makepp-font-lock-keywords)
16060         (makefile-bsdmake-font-lock-keywords): New consts.
16061         (makefile-mode-map): Add switchers between the various submodes.
16062         (makefile-mode): Document the availability of the variants.
16063         (makefile-automake-mode, makefile-gmake-mode)
16064         (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
16066         * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
16067         new variants of makefile-mode.
16069 2005-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
16071         * font-lock.el (font-lock-comment-delimiter-face): Fix up
16072         the inheritance.
16074 2005-05-12  Luc Teirlinck  <teirllm@auburn.edu>
16076         * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
16077         (inferior-lisp-load-hook): Convert defcustoms back to defvars.
16079         * files.el (normal-mode): Extend the scope of the
16080         `enable-local-variables' binding to include the `set-auto-mode' call.
16081         (magic-mode-alist): Doc fix.
16083 2005-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
16085         * font-lock.el (font-lock-comment-delimiter-face): Inherit from
16086         font-lock-comment-face rather than copying its setting.
16088 2005-05-12  Andreas Schwab  <schwab@suse.de>
16090         * eshell/esh-mode.el (eshell-send-input): Doc fix.
16092 2005-05-12  Lute Kamstra  <lute@gnu.org>
16094         * emacs-lisp/generic.el (define-generic-mode): Don't generate a
16095         defcustom for the mode hook variable.  Delete the last argument.
16096         * generic-x.el: Fix callers of define-generic-mode.
16097         (generic-x-modes): Delete group.
16098         (show-tabs-tab-face, show-tabs-space-face): Put them in the
16099         generic-x customization group.
16101 2005-05-12  Kim F. Storm  <storm@cua.dk>
16103         * font-lock.el (font-lock-negation-char-face): Default to "off".
16105         * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
16106         font-lock-negation-char-face to ! in !=.
16108 2005-05-12  Masatake YAMATO  <jet@gyve.org>
16110         * add-log.el (find-change-log): Fix typos in the docstring
16111         of function.
16113 2005-05-11  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
16115         * international/latexenc.el (latexenc-find-file-coding-system):
16116         Avoid `re-search-forward' when looking for input encoding because
16117         of speed and safety.  Better regular expressions for recognizing
16118         input encoding.  Limit a search for TeX-master/tex-main-file to
16119         the local variable section.
16121 2005-05-11  Dan Nicolaescu  <dann@ics.uci.edu>
16123         * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
16124         syntax of $ to "'" (quote).
16126 2005-05-11  Reiner Steib  <Reiner.Steib@gmx.de>
16128         * dnd.el (dnd-protocol-alist): Improve custom type.
16130         * dired.el (dired-dnd-protocol-alist): New variable.
16131         (dired-mode): Use `dired-dnd-protocol-alist'.  Move call of
16132         `dired-mode-hook' to the end.
16134 2005-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
16136         * font-lock.el (font-lock-fontify-syntactically-region): Don't use
16137         comment-end if comment-start-skip is not set.
16138         Obey the font-lock-comment-delimiter-face variables.
16140 2005-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
16142         * files.el (executable-find): Move from executable.el.  Use
16143         locate-file.
16144         * progmodes/executable.el (executable-find): Move to files.el.
16146         * font-lock.el (font-lock-fontify-keywords-region): Use a marker
16147         when trying to ensure forward progress.
16149 2005-05-11  Chong Yidong  <cyd@stupidchicken.com>
16151         * mouse-sel.el (mouse-sel-follow-link-p): New function.
16152         (mouse-select, mouse-select-internal, mouse-extend-internal):
16153         Use it to implement mouse-1-click-follows-link functionality.
16155 2005-05-11  Richard M. Stallman  <rms@gnu.org>
16157         * font-lock.el (font-lock-fontify-syntactically-region):
16158         Use font-lock-comment-delimiter-face for comment delimiters.
16160 2005-05-10  Jay Belanger  <belanger@truman.edu>
16162         * calc/calc-help.el (calc-m-prefix-help): Add mention of
16163         preserving embedded modes.
16165 2005-05-10  Richard M. Stallman  <rms@gnu.org>
16167         * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
16169         * progmodes/ada-mode.el (ada-adjust-case-skeleton):
16170         Move from ada-stmt.el.
16171         (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
16173         * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
16174         Move to ada-mode.el.
16175         (ada-stmt-mode-hook): Delete; do the work in ada-mode.
16177         * cus-edit.el (custom-file): Call file-chase-links.
16179         * files.el (read-directory-name): Fix previous change.
16180         (hack-local-variables-confirm): New function.
16181         (hack-local-variables-prop-line, hack-local-variables)
16182         (hack-one-local-variable): Use it.
16184 2005-05-10  Lute Kamstra  <lute@gnu.org>
16186         * font-lock.el (font-lock-keywords-alist)
16187         (font-lock-removed-keywords-alist): Clarify docstrings.
16189 2005-05-10  Nick Roberts  <nickrob@snap.net.nz>
16191         * progmodes/gdb-ui.el (gdb-macro-info): New variable.
16192         (gdb-source-info): Check for preprocessor info.
16193         (gdb-tooltip-print-1): New function.  Don't print tooltip if it is
16194         a macro for a function.
16195         (gdb-info-breakpoints-custom): Try to find file again if not already
16196         found (user might have used GDB dir command).
16197         (gdb-get-location): Update gdb-location-alist correctly for change
16198         to gdb-info-breakpoints-custom.
16200         * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
16201         (gud-tooltip-print-command): Add gdbmi case.
16202         (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
16203         preprocessor info.
16205 2005-05-09  Reiner Steib  <Reiner.Steib@gmx.de>
16207         * startup.el (fancy-splash-insert): Fix typo in doc string.
16209 2005-05-09  Juanma Barranquero  <lekktu@gmail.com>
16211         * obsolete/float.el (string-to-float):
16212         * obsolete/hilit19.el (hilit-add-pattern):
16213         * obsolete/rnews.el (news-parse-range, news-select-message)
16214         (news-get-pruned-list-of-files): Replace `string-to-int' by
16215         `string-to-number'.
16217         * obsolete/uncompress.el: Set `find-file-not-found-functions', not
16218         `find-file-not-found-hooks'; use `add-hook'.
16219         (uncompress-while-visiting): Set `write-file-functions', not
16220         `write-file-hooks'; use `add-hook'.
16222 2005-05-09  Kim F. Storm  <storm@cua.dk>
16224         * emulation/cua-base.el (cua-copy-region, cua-cut-region)
16225         (cua-paste): Handle clipboard action.
16226         (cua--init-keymaps): Remap clipboard-kill-region and
16227         clipboard-kill-ring-save.
16229 2005-05-08  Eli Zaretskii  <eliz@gnu.org>
16231         * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
16232         Improve commentary.
16234         * simple.el (next-error-overlay-arrow-position): Revert the change
16235         made on 2005-04-30.
16237 2005-05-07  Jay Belanger  <belanger@truman.edu>
16239         * calc/calcsel2.el (calc-commute-left, calc-commute-right)
16240         (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
16241         `calc-sel-reselect'.
16243         * calc/calc-mode.el (calc-save-modes): Reset the modes list if
16244         Calc is in embedded mode.
16246 2005-05-07  Eli Zaretskii  <eliz@gnu.org>
16248         * progmodes/compile.el (compilation-setup):
16249         Set overlay-arrow-string to an empty string on text terminals.
16251         * textmodes/ispell.el (ispell-program-name): Try looking for
16252         "aspell" along exec-path, and if found, use it as the default
16253         speller program.
16255 2005-05-07  Jirka Kosek  <jirka@kosek.cz>  (tiny change)
16257         * international/mule.el (sgml-xml-auto-coding-function):
16258         Recognize encoding='FOO' in single quotes as well as in double quotes.
16260 2005-05-07  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
16262         * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
16263         as well as `interactive', so that defmacro* would recognize
16264         `declare' forms.
16266 2005-05-07  Eli Zaretskii  <eliz@gnu.org>
16268         * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
16269         Explain more about the LIGHTER arg's usage in the doc string.
16270         Add commentary to clarify what the code does.  Fix the regexp that
16271         strips whitespace from LIGHTER.  Quote LIGHTER before using it,
16272         since it could have characters special to regular expressions.
16274 2005-05-07  Matt Hodges  <MPHodges@member.fsf.org>  (tiny change)
16276         * replace.el (occur-1): Bind inhibit-read-only so that
16277         erase-buffer doesn't barf on read-only text properties (likewise
16278         for add-text-properties in occur-engine).  Mark buffer as unmodified.
16279         (occur-engine): Don't set buffer-read-only here.
16281 2005-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
16283         * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
16284         list-buffers-directory.  This caused the *cvs-commit* buffer to be
16285         sometimes mistakenly reused as a *cvs* buffer.
16287 2005-05-07  Nick Roberts  <nickrob@snap.net.nz>
16289         * tooltip.el: Move code for GUD tooltips into gud.el.
16290         (require): CL no longer needed to compile case.
16291         (tooltip-mode): Do not toggle functions for GUD tooltips.
16292         (tooltip-gud-tips-p): Remove.  Replace with minor mode
16293         gud-tooltip-mode in gud.el.
16294         (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
16295         (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
16296         tooltip-gud prefix with gud-tooltip and obsolete.
16297         (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
16298         (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
16299         (tooltip-mouse-motion): Mouse movement functions/variable.
16300         Rename in gud.el by adding gud prefix.
16301         (tooltip-gud-original-filter, tooltip-gud-dereference)
16302         (tooltip-gud-event, tooltip-toggle-gud-tips)
16303         (tooltip-gud-process-output, tooltip-gud-print-command)
16304         (tooltip-gud-tips): GUD tooltip functions/variables.  Rename in
16305         gud.el by replacing tooltip-gud prefix with gud-tooltip.
16306         (gdb-tooltip-print): Move to gdb-ui.el.
16308         * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
16309         (require): CL needed to compile case.
16310         (gud-tooltip-mode): Use to toggle GUD tooltips instead of
16311         tooltip-gud-tips-p.  Make it a minor-mode.
16312         (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
16313         (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
16314         (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
16315         (gud-tooltip-change-major-mode)
16316         (gud-tooltip-activate-mouse-motions-if-enabled)
16317         (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
16318         (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
16319         (gud-tooltip-original-filter, gud-tooltip-dereference)
16320         (gud-tooltip-event, tooltip-toggle-gud-tips)
16321         (gud-tooltip-process-output, gud-tooltip-print-command)
16322         (gud-tooltip-tips): Move from tooltip.el.
16324         * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
16325         (gdb-cpp-define-alist-flags): Doc fix.
16326         (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
16327         gud-tooltip-mode is t.
16329 2005-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
16331         * net/goto-addr.el (goto-address-fontify): Make sure the overlays
16332         evaporate if their text is deleted.
16333         (goto-address-at-point): Make it work as a mouse binding as well.
16334         (goto-address-at-mouse): Obsolete it.  Update users.
16336 2005-05-06  Glenn Morris  <gmorris@ast.cam.ac.uk>
16338         * calendar/appt.el (top-level): No longer activate on load.
16340 2005-05-06  Juanma Barranquero  <lekktu@gmail.com>
16342         * calendar/cal-bahai.el (mark-bahai-diary-entries):
16343         * net/webjump.el (webjump):
16344         * progmodes/idlw-help.el (idlwave-do-context-help1)
16345         (idlwave-highlight-linked-completions):
16346         * textmodes/po.el (po-find-file-coding-system-guts):
16347         Replace `assoc-ignore-case' by `assoc-string'.
16349 2005-05-06  Eli Zaretskii  <eliz@gnu.org>
16351         * files.el (locate-file): Doc fix.
16353         * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
16354         Remove the redundant test for ms-dos.
16356         * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
16357         look for the preprocessor with exec-suffixes.  If not found in
16358         standard places, look in exec-path.  Remove most of the tests that
16359         used system-type.
16361         * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
16363         * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
16365         * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
16366         file-name clash with jka-compr.el on 8+3 filesystems.
16368 2005-05-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
16370         * term/mac-win.el: Don't define or bind scroll bar functions if
16371         x-toolkit-scroll-bars is t.
16372         (x-select-text, x-get-selection-value): Clear
16373         x-last-selected-text-clipboard if x-select-enable-clipboard is
16374         nil.
16375         (PRIMARY): Put mac-scrap-name property.
16376         (mac-select-convert-to-file-url): New function.
16377         (public.file-url): New selection target type.  Add to
16378         selection-converter-alist.
16379         (x-get-selection, x-selection-value): Handle it.
16380         (x-cut-buffer-or-selection-value): New alias.
16382 2005-05-05  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
16384         * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
16385         entry to avoid calling bibtex-find-entry with arg global
16386         being t.  Remove arg key.
16387         (bibtex-summary-function, bibtex-complete-crossref-cleanup)
16388         (bibtex-copy-summary-as-kill): Change accordingly.
16390 2005-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
16392         * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
16393         (org-agenda-date-later): Use with-current-buffer.
16395 2005-05-05  Luc Teirlinck  <teirllm@auburn.edu>
16397         * emacs-lisp/byte-run.el (define-obsolete-function-alias)
16398         (define-obsolete-variable-alias): Doc Fixes.
16400 2005-05-06  Kim F. Storm  <storm@cua.dk>
16402         * simple.el (line-move-1): Fix 2005-04-26 change.  Must still use
16403         vertical-motion when selective-display is active.
16405         * ido.el (ido-setup-hook): New hook.
16406         (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
16407         (ido-input-stack): New var.
16408         (ido-define-mode-map): Bind M-b to ido-push-dir.  Move old
16409         ido-next-work-file binding to M-O.
16410         Bind M-f to ido-wide-find-file-or-pop-dir.
16411         (ido-define-mode-map): Don't run ido-define-mode-map-hook.
16412         (ido-read-internal): Run ido-setup-hook.
16413         Catch quit in read-file-name and read-string to cancel edit.
16414         Handle new push, pop, and pop-all exit codes (for M-b/M-f).
16415         Automatically pop-all when completing a directory name (RET).
16416         (ido-file-internal): Add with-no-warnings around ffap and dired code.
16417         (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
16418         (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
16419         (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
16420         New functions for M-b/M-f to move among the directory components.
16421         (ido-make-merged-file-list): Catch quit to cancel merge.
16422         (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
16423         (ido-completion-help): No warnings for ido-completion-buffer-full.
16425 2005-05-05  Daniel Pfeiffer  <occitan@esperanto.org>
16427         * font-lock.el (font-lock-negation-char-face): New face and variable.
16428         * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
16429         * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
16430         * progmodes/cperl-mode.el (cperl-init-faces): Use it.
16431         * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
16433 2005-05-05  Juanma Barranquero  <lekktu@gmail.com>
16435         * emacs-lisp/byte-run.el (define-obsolete-function-alias):
16436         Fix typo in docstring.
16438         * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
16439         (ebrowse-print-statistics-line)
16440         (ebrowse-electric-position-mode-hook): Fix typo in docstring.
16442         * term/w32-win.el (image-library-alist): Add additional name for
16443         Xpm library.
16445 2005-05-05  Nick Roberts  <nickrob@snap.net.nz>
16447         * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
16448         use gcc instead of cpp.
16450         * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
16451         (gdb-create-define-alist): Use it.
16452         (gdb-cpp-define-alist-program): Update for MS-DOS.
16454 2005-05-04  Nick Roberts  <nickrob@snap.net.nz>
16456         * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
16458 2005-05-04  Richard M. Stallman  <rms@gnu.org>
16460         * help.el (describe-key): No error when UNTRANSLATED is nil.
16462         * simple.el (line-move-1): Fix previous change to signal errors
16463         appropriately.
16465 2005-05-03  Ulf Jasper  <ulf.jasper@web.de>
16467         * calendar/icalendar.el (icalendar-version): Now at 0.12.
16468         (icalendar-duration-correction): Remove.
16469         (icalendar--get-event-properties): Split result at commas.
16470         (icalendar--decode-isoduration): New optional argument
16471         DURATION-CORRECTION.
16472         (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
16473         (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
16474         (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
16475         (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
16476         (icalendar--convert-anniversary-to-ical): New functions, extracted
16477         from icalendar-export-region, with bug fixes.
16478         (icalendar-export-region): Use the above functions.
16479         (icalendar-import-buffer): Check before saving diary file.
16480         (icalendar--convert-recurring-to-diary)
16481         (icalendar--convert-non-recurring-all-day-to-diary)
16482         (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
16483         extracted from icalendar--convert-ical-to-diary, with bug fixes.
16484         (icalendar--convert-ical-to-diary): Use the above functions.
16486 2005-05-03  Nick Roberts  <nickrob@snap.net.nz>
16488         * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
16489         Remove these recent additions.
16490         (c-mode): Restore to before 2005-04-28.
16492         * progmodes/cc-vars.el (cc-define-list-program): Remove this
16493         recent addition.
16495         * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
16496         (gdb-define-alist): New variables.
16497         (gdb-create-define-alist): New function.
16498         (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
16499         (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
16500         with string-to-number.
16501         (gdb-reset): Kill gdb-define-alist.  Move assignments outside loop.
16503         * progmodes/gud.el: Replace string-to-int with string-to-number.
16504         (gud-find-file): Handle gdb-define-alist.
16506         * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
16508 2005-05-02  Jay Belanger  <belanger@truman.edu>
16510         * calc/calc-aent.el (math-read-token):
16511         * calc/calc-bin.el (calc-word-size):
16512         * calc/calc-ext.el (calc-read-number-fancy):
16513         * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
16514         (math-parse-date, math-parse-standard-date, calcFunc-tzone):
16515         * calc/calc-frac.el (calc-over-notation):
16516         * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
16517         (calc-graph-num-points, calc-graph-init):
16518         * calc/calc-prog.el (calc-read-parse-table-part)
16519         (calc-edit-macro-repeats):
16520         * calc/calc-yank.el (calc-do-grab-rectangle):
16521         * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
16522         Replace `string-to-int' by `string-to-number'.
16524 2005-05-02  Kim F. Storm  <storm@cua.dk>
16526         * kmacro.el: Use executing-kbd-macro-index variable.
16528 2005-05-02  Thien-Thi Nguyen  <ttn@gnu.org>
16530         * net/rlogin.el (rlogin-parse-words): Delete func.
16531         (rlogin): Use split-string, not rlogin-parse-words.
16532         Also, if there are option-like elements in the parsed args,
16533         take the host to be the first arg immediately following them.
16534         Suggested by Michael Mauger.
16536 2005-05-01  Luc Teirlinck  <teirllm@auburn.edu>
16538         * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
16540 2005-05-02  Nick Roberts  <nickrob@snap.net.nz>
16542         * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
16543         (cc-mode-cpp-program): Rename to cc-define-list-program and
16544         move to cc-vars.el.
16546         * progmodes/cc-vars.el (cc-define-list-program):
16547         Change to "gcc -E -dM -".  Make customizable.
16549 2005-05-02  Kim F. Storm  <storm@cua.dk>
16551         * emulation/cua-base.el: Fix check for CUA-mode if no init file.
16553 2005-05-02  Nick Roberts  <nickrob@snap.net.nz>
16555         * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
16557         * international/mule-util.el (truncate-string): Remove alias and
16558         obsolete declaration.
16560         * international/mule-cmds.el (update-iso-coding-systems):
16561         Remove alias and obsolete declaration.
16563         * international/mule.el (coding-system-parent): Remove alias and
16564         obsolete declaration.
16566         * subr.el (define-function, sref): Remove aliases and obsolete
16567         declarations.
16568         (chars-in-region): Remove obsolete declaration.
16570 2005-05-01  Richard M. Stallman  <rms@gnu.org>
16572         * info.el (Info-mode): Set widen-automatically to nil, locally.
16574         * simple.el (widen-automatically): New variable.
16575         (pop-global-mark): Obey widen-automatically.
16577 2005-05-01  Dan Nicolaescu  <dann@ics.uci.edu>
16579         * term/xterm.el (function-key-map): Call substitute-key-definition
16580         before the keymap size is increased by a lot of define-key calls.
16582 2005-05-01  Richard M. Stallman  <rms@gnu.org>
16584         * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
16585         Rename ARG to ELEMENT.  Doc fix.
16587 2005-05-01  Nick Roberts  <nickrob@snap.net.nz>
16589         * allout.el (allout-exposure): Remove macro and obsolete declaration.
16590         Remove references to allout-exposure/change to allout-new-exposure.
16592         * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
16593         bytecode symbols.
16595         * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
16596         (compiled-function-p, focus-frame, unfocus-frame):
16597         Remove aliases and obsolete declarations.
16598         Back out inadvertent changes from previous commit.
16600 2005-05-01  Luc Teirlinck  <teirllm@auburn.edu>
16602         * files.el (require-final-newline): Make Custom tags consistent
16603         with mode-require-final-newline.
16604         (mode-require-final-newline): Doc fix.
16606 2005-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
16608         * international/latexenc.el (latexenc-find-file-coding-system):
16609         Fix regular expressions.
16611 2005-05-01  David Kastrup  <dak@gnu.org>
16613         * international/latexenc.el (latexenc-find-file-coding-system):
16614         Fix regular expressions.
16616 2005-05-01  Nick Roberts  <nickrob@snap.net.nz>
16618         * subr.el (string-to-int): Make obsolete.
16620 2005-04-30  Richard M. Stallman  <rms@gnu.org>
16622         * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
16624         * loadup.el: load jka-comp-hook.
16626         * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
16627         (jka-compr-handler): Add autoload.  `put' calls moved
16628         to jka-comp-hook.el.
16629         (compression, jka-compr): defgroups moved to jka-comp-hook.el.
16630         (jka-compr-inhibit): Autoload.
16632         * jka-comp-hook.el: New file.
16633         Enable the mode by default.
16635         * files.el (backup-buffer-copy): Use copy-file instead
16636         of write-region, and put back the 'excl.
16638 2005-04-30  Chong Yidong  <cyd@stupidchicken.com>
16640         * progmodes/flymake.el (flymake-split-string)
16641         (flymake-split-string, flymake-log, flymake-pid-to-names)
16642         (flymake-reg-names, flymake-get-source-buffer-name)
16643         (flymake-unreg-names, flymake-add-line-err-info)
16644         (flymake-add-err-info): Clarify docstrings.
16645         (flymake-popup-menu, flymake-make-emacs-menu)
16646         (flymake-make-xemacs-menu): Add docstrings.
16647         (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
16648         Set variables directly throughout.
16650 2005-04-30  Nick Roberts  <nickrob@snap.net.nz>
16652         * progmodes/cc-mode.el (cc-create-define-alist): Check that file
16653         exists.  Initialize cc-define-alist.
16654         (c-mode): Add cc-create-define-alist locally to after-save-hook.
16655         If there is no file (Macroexpansion) don't create an alist.
16657 2005-04-29  Sam Steingold  <sds@gnu.org>
16659         * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
16660         (cc-create-define-alist): Use it instead of the hard-coded string.
16662 2005-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
16664         * international/mule-conf.el (file-coding-system-alist): Fix regexp
16665         for latexenc.
16667 2005-04-29  Lute Kamstra  <lute@gnu.org>
16669         * emacs-lisp/generic.el: Improve commentary section.
16670         (define-generic-mode): Improve docstring.
16672 2005-04-29  Carsten Dominik  <dominik@science.uva.nl>
16674         * textmodes/org.el (many places): Change to quiet the byte compiler.
16675         (org-prefix-format-compiled): New variable.
16676         (org-compile-prefix-format): New function.
16677         (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
16678         (org-agenda-prefix-format, org-timeline-prefix-format): New options.
16679         (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
16680         (org-get-entries-from-diary): Use `org-get-time-of-day' for
16681         consistency with entries from `org-mode' files.
16682         (org-get-time-of-day): Fix bug with partial matches early in a line.
16683         (org-non-link-chars): New constant.
16684         (org-link-regexp): Respect `org-non-link-chars'.
16685         (org-agenda-day-view): Remove command.
16686         (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
16687         (org-follow-bbdb-link, org-store-link): Search also company field.
16688         (org-highlight-overlay): New variable.
16689         (org-highlight, org-unhighlight): New functions.
16690         (org-agenda-mode): Add pre-command-hook to remove highlight.
16691         (org-evaluate-time-range): Behavior depends upon whether time stamp
16692         contains a time or not.
16693         (org-show-subtree, org-show-entry): New functions.
16694         (org-agenda-cleanup-fancy-diary): Remove empty lines.
16696 2005-04-28  Luc Teirlinck  <teirllm@auburn.edu>
16698         * comint.el (comint-output-filter-functions): Add autoload cookie.
16700 2005-04-28  Kim F. Storm  <storm@cua.dk>
16702         * ido.el (ido-everywhere): Fix last change.
16704 2005-04-28  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
16706         * international/latexenc.el: New file.
16707         * international/mule-conf.el (file-coding-system-alist): For .tex,
16708         .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
16710 2005-04-28  Lute Kamstra  <lute@gnu.org>
16712         * font-lock.el (font-lock-add-keywords)
16713         (font-lock-remove-keywords): Clarify docstring.
16714         (font-lock-keywords-alist, font-lock-removed-keywords-alist):
16715         Don't start docstrings with a `*'.
16716         (font-lock-update-removed-keyword-alist): Give it a docstring.
16718         * generic-x.el: Update commentary section.
16719         Only require font-lock when compiling.
16720         Define all modes conditionally.
16721         Place all generic modes in the generic-x-modes customization group.
16722         (generic-x-modes): New customization group.
16723         (generic-default-modes, generic-mswindows-modes)
16724         (generic-unix-modes, generic-other-modes): New constants.
16725         (generic-define-mswindows-modes, generic-define-unix-modes):
16726         Update docstrings.  Make them obsolete.
16727         (generic-extras-enable-list): New default value.  Update docstring.
16728         Improve :type.  Change :set function.
16729         (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
16730         Fix docstring.
16732         * emacs-lisp/generic.el (generic-mode-internal):
16733         Simplify font-lock-defaults.
16734         (define-generic-mode): Fix docstring.
16736 2005-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
16738         * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
16739         font-lock-face property to highlight matches.
16741 2005-04-28  Nick Roberts  <nickrob@snap.net.nz>
16743         * progmodes/cc-mode.el (cc-create-define-alist): New function.
16744         (cc-define-alist): New variable.
16745         (c-mode): Make it local and initialize it.
16747         * progmodes/gdb-ui.el (gdb-active-process): New variable.
16748         (gdb-exited): New function.
16749         (gdb-annotation-rules): Use it.
16750         (gdb-starting): Set gdb-active-process to t.
16751         (gdb-stopping): Amend doc string.
16752         (gdb-reset): Set gdb-active-process to nil.
16754         * tooltip.el (tooltip-gud-tips): Show the associated #define
16755         directives when a C program under GDB is not executing.
16757 2005-04-27  Stefan Monnier  <monnier@iro.umontreal.ca>
16759         * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
16760         font-lock-fontify-syntactic-keywords.
16762         * font-lock.el (font-lock-default-fontify-region): Don't force
16763         parse-sexp-lookup-properties to nil.
16765 2005-04-27  Alexander Klimov  <alserkli@inbox.ru>  (tiny change)
16767         * man.el (man-mode-syntax-table): Set up `:' to have
16768         word-constituent syntax.
16770 2005-04-27  Lute Kamstra  <lute@gnu.org>
16772         * novice.el (disable-command): Don't add spurious newlines to the
16773         init file.  Reported by Dan Jacobson <jidanni@jidanni.org>.
16775 2005-04-26  Jay Belanger  <belanger@truman.edu>
16777         * calc/calc-yank.el (calc-edit-finish): Make sure there is more
16778         than one window before deleting window.
16780 2005-04-26  Luc Teirlinck  <teirllm@auburn.edu>
16782         * shell.el (shell-prompt-pattern): Doc fix.
16783         (shell-mode): Set paragraph-separate buffer locally to "\\'".
16785         * comint.el (comint-prompt-regexp, comint-get-old-input)
16786         (comint-use-prompt-regexp)
16787         (comint-use-prompt-regexp-instead-of-fields)
16788         (comint-replace-by-expanded-history, comint-send-input)
16789         (comint-output-filter, comint-get-old-input-default)
16790         (comint-line-beginning-position, comint-bol, comint-show-output)
16791         (comint-backward-matching-input, comint-forward-matching-input)
16792         (comint-next-prompt, comint-previous-prompt):
16793         Rename `comint-use-prompt-regexp-instead-of-fields' to
16794         `comint-use-prompt-regexp'.  Keep old name as alias and declare
16795         obsolete.
16796         (comint-use-prompt-regexp): Shorten first line of doc string.
16798         * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
16799         Set paragraph-separate buffer locally to "\\'".
16801         * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
16802         Adapt to above name change.
16804         * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
16805         (smbclient-prompt-regexp): Ditto.
16807         * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
16809 2005-04-27  Nick Roberts  <nickrob@snap.net.nz>
16811         * progmodes/gdb-ui.el (gdb-location-alist): Rename from
16812         gdb-location-list.
16813         Break lines that are over 80 characters wide.
16815 2005-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
16817         * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
16818         New fun and var, to preserve compatibility.
16820         * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
16822 2005-04-26  Dominique de Waleffe  <ddw@missioncriticalit.com>  (tiny change)
16824         * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
16825         name to file-newer-than-file-p.
16827 2005-04-26  Richard M. Stallman  <rms@gnu.org>
16829         * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
16831         * progmodes/python.el (python-mode):
16832         Use new name eldoc-documentation-function.
16834         * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
16836         * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
16837         (eldoc-documentation-function):
16838         Rename from eldoc-print-current-symbol-info-function.  Calls changed.
16840 2005-04-26  Nick Roberts  <nickrob@snap.net.nz>
16842         * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
16844 2005-04-25  Dan Nicolaescu  <dann@ics.uci.edu>
16846         * term/xterm.el (function-key-map): Fix strings for
16847         {C,S,A,C-S}-f[1-4].  Use substitute-key-definition to bind
16848         {C,S,A,C-S}-{f1-f12}.
16850 2005-04-26  Kenichi Handa  <handa@m17n.org>
16852         * international/mule-cmds.el (select-safe-coding-system):
16853         Fix previous change.
16855 2005-04-26  Lute Kamstra  <lute@gnu.org>
16857         * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
16859         * font-lock.el (font-lock-fontify-region-function): Fix docstring.
16860         (font-lock-comment-delimiter-face): Ditto.
16862         * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
16864 2005-04-25  Jay Belanger  <belanger@truman.edu>
16866         * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
16867         to t while inserting information; use help-mode.
16869 2005-04-25  Dan Nicolaescu  <dann@ics.uci.edu>
16871         * term.el (ansi-term-color-vector): Use the xterm colors.
16872         (term-raw-map): Don't add mappings for \eO and \e[.  Map deletechar.
16874 2005-04-25  Lute Kamstra  <lute@gnu.org>
16876         * font-core.el (font-lock-defaults): Fix docstring.
16878         * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
16880 2005-04-25  Kenichi Handa  <handa@m17n.org>
16882         * international/mule-cmds.el (select-safe-coding-system):
16883         Don't check consistency with coding: spec, etc if raw-text or
16884         no-conversion was found to be safe.
16886 2005-04-24  Richard M. Stallman  <rms@gnu.org>
16888         * mail/sendmail.el (mail-font-lock-keywords): Match any number of
16889         citation markers at start of each line.
16891         * mail/rmail.el (rmail-font-lock-keywords): Match any number of
16892         citation markers at start of each line.
16894         * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
16896         * files.el (mode-require-final-newline): Fix previous change.
16897         (require-final-newline): Fix type label.
16899 2005-04-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
16901         * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
16902         statement in buffer (broken by 2004-11-24 change).
16904 2005-04-24  Kim F. Storm  <storm@cua.dk>
16906         * ido.el (ido-everywhere): Save and restore old read-buffer-function
16907         and read-file-name-function values.  Don't overwrite existing
16908         non-nil values if ido-mode is enabled without ido-everywhere.
16910 2005-04-24  Luc Teirlinck  <teirllm@auburn.edu>
16912         * files.el (mode-require-final-newline): Minor doc fix.
16914 2005-04-24  Eli Zaretskii  <eliz@gnu.org>
16916         * subr.el (syntax-after): Doc fix.
16917         (syntax-class): If argument is nil, return nil.  Mask off upper 16
16918         bits, not 8 bits.
16920         * files.el (mode-require-final-newline): Doc fix.
16921         (backup-buffer-copy): Fix last change.
16923 2005-04-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
16925         * term/mac-win.el: Require select.  Set selection-coding-system to
16926         mac-system-coding-system.  Call menu-bar-enable-clipboard.
16927         (x-last-selected-text-clipboard, x-last-selected-text-primary)
16928         (x-select-enable-clipboard): New variables.
16929         (x-select-text, x-get-selection, x-selection-value)
16930         (x-get-selection-value, mac-select-convert-to-string)
16931         (mac-services-open-file, mac-services-open-selection)
16932         (mac-services-insert-text): New functions.
16933         (CLIPBOARD, FIND): Put mac-scrap-name property.
16934         (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
16935         (public.tiff): Put mac-ostype property.
16936         (selection-converter-alist): Add entries for them.
16937         (mac-application-menu-map): New keymap.
16938         (interprogram-cut-function, interprogram-paste-function): Set to
16939         x-select-text and x-get-selection-value, respectively.
16940         (split-window-keep-point): Set to t.
16942 2005-04-23  Richard M. Stallman  <rms@gnu.org>
16944         * files.el (read-directory-name): Always pass non-nil
16945         DEFAULT-FILENAME arg to read-file-name.
16946         (backup-buffer-copy, basic-save-buffer-2): Take care against
16947         writing thru an unexpected existing symlink.
16948         (revert-buffer): In indirect buffer, revert the base buffer.
16949         (magic-mode-alist): Doc fix.
16950         (buffer-stale-function): Doc fix.
16951         (minibuffer-with-setup-hook): Avoid warning.
16952         (mode-require-final-newline): Doc and custom fix.
16954         * follow.el (follow-end-of-buffer): Use with-no-warnings.
16956         * font-lock.el (font-lock-comment-face): On terminals with few colors,
16957         use the default appearance.
16958         (font-lock-comment-delimiter-face): New face, new variable.
16960         * imenu.el (imenu--generic-function): The official position of a
16961         definition is the start of the line that BEG is in.
16963         * midnight.el (midnight-timer): Move defvar up.
16965         * mouse.el (mouse-drag-region-1): Delete some debugging code.
16967         * saveplace.el (save-place-to-alist): Use with-no-warnings.
16969         * startup.el (command-line): Use with-no-warnings.
16971         * window.el (window-size-fixed): New defvar.
16973         * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
16975         * mail/rmail.el (rmail-font-lock-keywords):
16976         Use font-lock-comment-delimiter-face.
16978         * mail/sendmail.el (mail-font-lock-keywords):
16979         Use font-lock-comment-delimiter-face.
16981         * progmodes/compile.el (next-error-highlight-timer): New defvar.
16983 2005-04-23  SAITO Takuya  <tabmore@rivo.mediatti.net>  (tiny change)
16985         * progmodes/compile.el (compilation-mode-font-lock-keywords):
16986         Specify t for LAXMATCH when matching directories.
16987         Save match data around compilation-compat-error-properties form.
16989 2005-04-23  David Kastrup  <dak@gnu.org>
16991         * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
16992         Mention that the autoloaded aliases should be kept for AUCTeX.
16994 2005-04-23  Andreas Schwab  <schwab@suse.de>
16996         * isearch.el (isearch-forward): Doc fix.
16998 2005-04-23  Eli Zaretskii  <eliz@gnu.org>
17000         * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
17001         (jit-lock-stealth-nice): Change default value to 0.5.
17003 2005-04-23  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
17005         * abbrev.el (write-abbrev-file): Write table entries in
17006         alphabetical order by table name.
17008 2005-04-22  Kim F. Storm  <storm@cua.dk>
17010         * ido.el (ido-read-internal): Fix `list' completion.
17012 2005-04-22  Kenichi Handa  <handa@m17n.org>
17014         * recentf.el (recentf-save-file-coding-system): New variable.
17015         (recentf-save-list): Encode the file by
17016         recentf-save-file-coding-system and add coding: tag.
17018 2005-04-22  Nick Roberts  <nickrob@snap.net.nz>
17020         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
17022 2005-04-21  Lute Kamstra  <lute@gnu.org>
17024         * loadhist.el (unload-feature): Don't remove a function from hooks
17025         if it is about to be restored to an autoload .  Remove functions
17026         that will become unbound from auto-mode-alist.  Simplify the code.
17028         * subr.el (assq-delete-all): New implementation that is linear,
17029         not quadratic.  Suggested by David Kastrup <dak@gnu.org>.
17030         (rassq-delete-all): New function.
17032         * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
17033         Add size-indication-mode.
17035 2005-04-21  Kenichi Handa  <handa@m17n.org>
17037         * international/mule-cmds.el: Add autoload for widget-value in
17038         eval-when-compile.
17040 2005-04-21  Nick Roberts  <nickrob@snap.net.nz>
17042         * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
17043         Add tooltip-mode.
17045         * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
17047 2005-04-20  Luc Teirlinck  <teirllm@auburn.edu>
17049         * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
17050         (inferior-lisp-filter-regexp, inferior-lisp-program)
17051         (inferior-lisp-load-command, inferior-lisp-prompt)
17052         (inferior-lisp-mode-hook, lisp-source-modes)
17053         (inferior-lisp-load-hook): defvar->defcustom.
17054         (inferior-lisp-program, inferior-lisp-prompt)
17055         (inferior-lisp-load-hook): Doc fixes.
17056         (inferior-lisp-install-letter-bindings): Small change in
17057         introductory comment.
17059 2005-04-20  Dan Nicolaescu  <dann@ics.uci.edu>
17061         * vc.el (vc-annotate-color-map): Change some colors so that text
17062         using them as foreground is readable on both white and black
17063         backgrounds.
17065 2005-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
17067         * international/mule-conf.el (translation-table-for-input):
17068         Remove redundant declaration.
17070 2005-04-20  Nick Roberts  <nickrob@snap.net.nz>
17072         * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
17074         * tooltip.el (tooltip-gud-tips-p): Expand documentation.
17075         (tooltip-toggle-gud-tips): New function.
17077 2005-04-20  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
17079         * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
17080         right angle brackets.
17082 2005-04-20  Nick Roberts  <nickrob@snap.net.nz>
17084         * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
17086 2005-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
17088         * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
17089         Remove.  Update callers to use expand-file-name instead.
17091         * subr.el (syntax-class): New function.
17093         * simple.el (blink-matching-open): Use it.
17095         * paren.el (show-paren-function): Use it to recognize parens that are
17096         also used in 2-char comment markers.
17098 2005-04-19  Lute Kamstra  <lute@gnu.org>
17100         * loadhist.el (unload-feature): Update for new format of
17101         load-history.  Simplify the code.
17103 2005-04-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
17105         * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
17106         (mac-add-charset-info): New function.  Initialize variable
17107         mac-charset-info-alist using it.
17108         (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
17109         for translation.
17110         (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
17111         (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
17112         (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
17113         New CCL programs.
17115 2005-04-19  Kim F. Storm  <storm@cua.dk>
17117         * simple.el (next-buffer, prev-buffer, next-error)
17118         (scroll-other-window, keyboard-quit, keyboard-escape-quit)
17119         (clone-indirect-buffer-other-window): Move bindings to bindings.el.
17121         * bindings.el (next-buffer, prev-buffer, next-error)
17122         (scroll-other-window, keyboard-quit, keyboard-escape-quit)
17123         (clone-indirect-buffer-other-window): Move bindings from simple.el.
17124         (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
17125         (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
17127 2005-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
17129         * isearch.el (isearch-edit-string): Make the search-ring available for
17130         minibuffer history commands.
17131         (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
17132         the default history commands now work just as well.
17133         (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
17135 2005-04-18  Kim F. Storm  <storm@cua.dk>
17137         * emulation/cua-base.el (cua--pre-command-handler): Add more
17138         elaborate check for shift modifier on non-window systems.
17140 2005-04-18  Lars Hansen  <larsh@math.ku.dk>
17142         * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
17144 2005-04-18  Kim F. Storm  <storm@cua.dk>
17146         * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
17147         and make it optional.  Don't test tooltip-gud-echo-area here.
17148         (tooltip-gud-process-output, gdb-tooltip-print):
17149         Pass tooltip-gud-echo-area to tooltip-show.
17150         (tooltip-help-tips): Remove second optional arg to tooltip-show.
17152 2005-04-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
17154         * tooltip.el (tooltip-mode): `emacs-quick-startup' and
17155         `display-graphic-p' may not be bound yet.
17157 2005-04-17  Luc Teirlinck  <teirllm@auburn.edu>
17159         * startup.el (command-line): No longer enable Xterm Mouse mode by
17160         default in terminals compatible with xterm.
17162         * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
17164 2005-04-18  Nick Roberts  <nickrob@snap.net.nz>
17166         * tooltip.el (tooltip-gud-echo-area): Rename from
17167         tooltip-use-echo-area.
17168         (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
17169         (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
17170         area independently of where help tooltips are displayed.
17172 2005-04-17  David Kastrup  <dak@gnu.org>
17174         * cus-theme.el (custom-theme-write-variables): Quote variables
17175         where necessary.
17177 2005-04-17  Richard M. Stallman  <rms@gnu.org>
17179         * simple.el (yank-excluded-properties): Add follow-link to value.
17181         * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
17183         * startup.el (fancy-splash-max-time): Just 30 seconds.
17184         (fancy-splash-delay): Just 7.
17185         (fancy-splash-screens): No time limit other than fancy-splash-max-time.
17187         * loadhist.el (unload-feature): Update for new format of load-history.
17188         Simplify the code.
17190         * mail/rmail.el (rmail-ignored-headers): Ignore more headers
17191         (rmail-font-lock-keywords): Don't fontify the text of a citation.
17193         * mail/sendmail.el (mail-font-lock-keywords):
17194         Don't fontify subject text.
17195         Don't fontify the text of a citation.
17197 2005-04-17  Mark H. Weaver  <mhw@netris.org>  (tiny change)
17199         * comint.el (comint-output-filter): Run comint-output-filter-functions
17200         with point where the user had it.
17202 2005-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
17204         * international/ucs-tables.el (ucs-set-table-for-input):
17205         Disable when using unify-on-decoding.
17207 2005-04-16  Dan Nicolaescu  <dann@ics.uci.edu>
17209         * emulation/cua-base.el (cua-global-mark-face): Add special case
17210         for displays supporting a high number of colors.
17212 2005-04-16  Matt Hodges  <MPHodges@member.fsf.org>  (tiny change)
17214         * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
17216 2005-04-16  Chong Yidong  <cyd@stupidchicken.com>
17218         * filesets.el (filesets-add-buffer): If user supplies a name of a
17219         non-existing fileset, create a new fileset.
17221 2005-04-16  Carsten Dominik  <dominik@science.uva.nl>
17223         * textmodes/org.el (org-up-heading-all): Fix bug with
17224         `outline-up-heading-all'.
17226 2005-04-16  Andreas Schwab  <schwab@suse.de>
17228         * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
17229         /etc/permissions.d/* and /etc/aliases.d/*.
17231 2005-04-16  Kenichi Handa  <handa@m17n.org>
17233         * international/code-pages.el (cp-make-coding-system):
17234         Set `translation-table-for-input' property value to the symbol
17235         ucs-mule-to-mule-unicode, not to that value.
17236         (pt154): Escape guillemet by `\'.
17238 2005-04-15  Luc Teirlinck  <teirllm@auburn.edu>
17240         * loadup.el: Load tooltip if x-show-tip is fboundp.
17242         * startup.el (command-line): Add comment.
17244         * tooltip.el (tooltip-mode): Specify correct standard value for
17245         Custom in init-value.
17247 2005-04-15  Nick Roberts  <nickrob@snap.net.nz>
17249         * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
17250         possible.
17252 2005-04-15  Carsten Dominik  <dominik@science.uva.nl>
17254         * textmodes/org.el (org-agenda-date-prompt): Rename from
17255         `org-agenda-date-today'.
17256         (org-evaluate-time-range): Insert at point instead of directly
17257         after time range.
17258         (org-first-headline-recenter, org-subtree-end-visible-p)
17259         (org-optimize-window-after-visibility-change): New functions
17260         (org-agenda-post-command-hook): Don't allow point at end of line,
17261         to make sure it always hits the text properties.
17262         (org-agenda-next-date-line, org-agenda-previous-date-line):
17263         New commands.
17264         (org-set-regexps-and-options): Category may contain white space.
17265         (org-agenda-get-deadlines, org-agenda-get-scheduled):
17266         Improve marker positions.
17267         (org-agenda-new-marker): Argument POS made optional.
17268         (org-agenda-get-timestamps): Deadlines which are done are listed
17269         in org-done-face now.
17270         (org-agenda-get-todos, org-agenda-get-timestamps)
17271         (org-agenda-get-deadlines, org-agenda-get-scheduled):
17272         Set `undone-face' and `done-face' properties.
17273         (org-last-todo-state-is-todo): New variable.
17274         (org-todo): Set `org-last-todo-state-is-todo'.
17275         (org-agenda-todo): Change face according to
17276         `org-last-todo-state-is-todo'.  And change other lines referring to
17277         the same entry.
17278         (org-calendar-goto-agenda): New command.
17279         (org-calendar-to-agenda-key): New option.
17280         (org-startup-folded): New allowed value `content'.
17281         (org-set-regexps-and-options): Accept new value `content' for
17282         `org-startup-folded'.
17283         (org-get-current-options): Handle new value `content' for
17284         `org-startup-folded'.
17285         (org-insert-todo-heading): New command.
17286         (org-mode): Insert first line "*-* mode: org-mode -*-" when called
17287         interactively in empty file and option
17288         `org-insert-mode-line-in-empty-file' has been set.
17289         (org-agenda-todo, org-agenda-priority): Modify to use
17290         `org-agenda-change-all-lines'.
17291         (org-warning-face): Change color on dark background
17293 2005-04-14  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
17295         * international/mule-cmds.el (set-locale-environment): On Mac OS,
17296         use preferences AppleLocale and AppleLanguages, and variable
17297         mac-system-locale for default locale.  On Mac OS Classic, use
17298         mac-system-coding-system for default coding systems.
17300         * term/mac-win.el: Don't set file-name-coding-system.
17301         Decode variables system-name, emacs-build-system, user-login-name, and
17302         user-full-name by mac-system-coding-system on Mac OS Classic.
17303         (mac-system-coding-system): New variable.
17305 2005-04-13  Luc Teirlinck  <teirllm@auburn.edu>
17307         * startup.el (command-line): Handle `xterm-mouse-mode' before
17308         reading init file.
17310         * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
17312 2005-04-13  Glenn Morris  <gmorris@ast.cam.ac.uk>
17314         * progmodes/sh-script.el (sh-here-document-word): Make it a
17315         defcustom.  Doc fix.
17316         (sh-add): Bash uses $(( )) for arithmetic.
17317         (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
17318         (sh-maybe-here-document): Remove quotes and leading whitespace
17319         from heredoc word when closing.  Indent heredoc with tabs if word
17320         starts with "-".
17322 2005-04-13  Richard M. Stallman  <rms@gnu.org>
17324         * simple.el (undo): Fix previous change.
17326         * custom.el (defface): Doc fix.
17328 2005-04-13  Lute Kamstra  <lute@gnu.org>
17330         * Makefile.in (DONTCOMPILE): Remove list.
17331         (compile, compile-always): Don't use DONTCOMPILE.
17332         (update-authors): Load the library in which batch-update-authors
17333         is defined.
17334         * makefile.w32-in (DONTCOMPILE): Remove list.
17335         (compile, compile-always): Fix comments.
17336         (update-authors): Load the library in which batch-update-authors
17337         is defined.
17339         * generic-x.el (generic-mode-ini-file-find-file-hook):
17340         Rename to ini-generic-mode-find-file-hook.
17341         Keep generic-mode-ini-file-find-file-hook as an alias.
17342         (ini-generic-mode-find-file-hook): Rename from
17343         generic-mode-ini-file-find-file-hook.  Fix docstring.
17344         (ini-generic-mode): Docstring change.
17345         (bat-generic-mode-run-as-comint): Silence the byte compiler.
17347         * help.el (describe-key-briefly): UNTRANSLATED can be nil when
17348         called from lisp.
17350         * generic.el: Move to the emacs-lisp subdir.
17352 2005-04-12  Dan Nicolaescu  <dann@ics.uci.edu>
17354         * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
17355         and C-S- function and cursor motion keys.
17357 2005-04-12  Luc Teirlinck  <teirllm@auburn.edu>
17359         * startup.el (command-line): Enable Xterm Mouse mode by default.
17360         * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
17361         for Custom.  No longer show "Mouse" in mode line when enabled.
17362         Doc fix.
17364 2005-04-12  Kim F. Storm  <storm@cua.dk>
17366         * emulation/cua-base.el (cua-rectangle-face)
17367         (cua-rectangle-noselect-face): Define face attributes here.
17369         * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
17371 2005-04-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
17373         * startup.el (command-line): Turn off blinking cursor if
17374         cursorBlink in resources is off or false.
17376 2005-04-12  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
17378         * term/mac-win.el (dnd): Require dnd.
17379         (mac-drag-n-drop): Call dnd-handle-one-url.
17380         (kTextEncodingMacRoman, kTextEncodingISOLatin1)
17381         (kTextEncodingISOLatin2): Remove constants.
17382         (mac-script-code-coding-systems): New constant.
17383         (mac-handle-language-change): New function.
17384         (special-event-map): Bind it to `language-change' event.
17385         (mac-centraleurroman, mac-cyrillic): New coding systems.
17386         (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
17387         (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
17388         and mac-cyrillic-encoder to encode-mac-centraleurroman and
17389         encode-mac-cyrillic, respectively.
17391 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
17393         * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
17394         Don't set overlay-arrow-string to "=>" as this is done
17395         globally in C now.
17397 2005-04-12  Lute Kamstra  <lute@gnu.org>
17399         * generic-x.el (rc-generic-mode, rul-generic-mode):
17400         Fix auto-mode-alist entries.
17401         (etc-fstab-generic-mode): Tweak fontification.
17403         * generic.el (generic-make-keywords-list): Fix docstring.
17404         (generic-mode-internal): Simplify generic-font-lock-keywords.
17406 2005-04-11  Rajesh Vaidheeswarran  <rv@gnu.org>
17408         * whitespace.el (whitespace-buffer-leading)
17409         (whitespace-buffer-trailing): Revert the incorrect test inversion.
17410         However, fix the highlight area for the leading and
17411         trailing whitespaces to show space.
17413 2005-04-11  Rajesh Vaidheeswarran  <rv@gnu.org>
17415         * whitespace.el (whitespace-version): Bump to 3.5
17417         (whitespace-buffer-leading, whitespace-buffer-trailing):
17418         Invert sense of the test to highlight the whitespace.
17420 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
17422         * progmodes/gud.el (gud-display-line): GUD uses its own
17423         overlay arrow now so don't set overlay-arrow-string.
17424         (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
17426 2005-04-11  Dan Nicolaescu  <dann@ics.uci.edu>
17428         * term.el (term-ansi-current-bold, term-ansi-current-underline)
17429         (term-ansi-current-reverse, term-ansi-current-invisible)
17430         (term-ansi-face-already-done): Change to boolean.
17431         (term-reset-terminal, term-handle-colors-array): Handle the above
17432         vars accordingly.
17433         (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
17434         (term-emulate-terminal): Use the new name.
17436         * faces.el (secondary-selection): Use yellow1, not yellow.
17437         (trailing-whitespace): Use red1, not red.
17439 2005-04-11  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
17441         * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
17442         (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
17443         (dired-dnd-handle-file): Call dnd-get-local-file-uri
17445         * cus-edit.el (dnd): New group.
17447         * term/w32-win.el (dnd): Require dnd
17448         (w32-drag-n-drop): Call dnd-handle-one-url.
17450         * x-dnd.el: Require dnd.
17451         (x-dnd-handle-uri-list, x-dnd-handle-file-name):
17452         Call dnd-handle-one-url.
17453         (x-dnd-types-alist, x-dnd-insert-utf8-text)
17454         (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
17455         to dnd-insert-text.
17456         (x-dnd-protocol-alist, x-dnd-open-file-other-window)
17457         (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
17458         (x-dnd-get-local-file-name, x-dnd-open-local-file)
17459         (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
17461         * dnd.el (dnd-protocol-alist): New file with generic DND functions.
17463 2005-04-11  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
17465         * wdired.el: Doc fixes.
17466         (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
17467         (wdired-use-dired-vertical-movement): Rename from
17468         wdired-always-move-to-filename-beginning.
17469         (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
17470         (wdired-change-to-wdired-mode): Change mode name.
17471         (wdired-newline): Delete.
17473 2005-04-11  Richard M. Stallman  <rms@gnu.org>
17475         * whitespace.el (whitespace-highlight-the-space):
17476         Don't call whitespace-unhighlight-the-space here.
17478         * simple.el (undo): Record t in undo-equiv-table
17479         for the redo record made by an undo-in-region.
17481 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
17483         * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
17484         (gdb-frame-inferior-io-buffer): New Functions to control
17485         display of separate IO buffer.
17486         (menu): Add them to menu-bar.
17487         (gdb-display-buffer): Check for buffer another frame.
17488         Protect GUD buffer.
17489         (gdb-setup-windows): Create IO buffer if not already there.
17490         (gdb-memory-mode): Remove purecopy noops.
17492 2005-04-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
17494         * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
17495         and pass to self-insert-command.
17497 2005-04-11  Lute Kamstra  <lute@gnu.org>
17499         * generic.el: Commentary section cleanup.
17500         (generic): Delete.
17501         (generic-use-find-file-hook, generic-lines-to-scan)
17502         (generic-find-file-regexp, generic-ignore-files-regexp)
17503         (default-generic-mode, generic-mode-find-file-hook)
17504         (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
17505         * generic-x.el (generic-x): Docstring fix.  Put it in the data group.
17506         (generic-use-find-file-hook, generic-lines-to-scan)
17507         (generic-find-file-regexp, generic-ignore-files-regexp)
17508         (default-generic-mode, generic-mode-find-file-hook)
17509         (generic-mode-ini-file-find-file-hook): Move from generic.el.
17511 2005-04-10  Karl Fogel  <kfogel@red-bean.com>
17513         * bookmark.el (bookmark-write-file): Catch errors writing file.
17514         This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
17516 2005-04-10  Richard M. Stallman  <rms@gnu.org>
17518         * startup.el (fancy-splash-tail): Update copyright year.
17519         (command-line): Split part of -Q into -D.
17520         (emacs-basic-display): New defvar.
17521         (fancy-splash-text): Correct name of menu item.
17523         * saveplace.el (save-place-alist-to-file): Catch errors writing file.
17525         * info.el (Info-fontify-node): Handle fontification of multiple * Menu
17526         lines in one node.
17528         * comint.el (comint-send-input): New arg ARTIFICIAL.
17529         Callers in this file changed.
17531         * abbrev.el (define-abbrevs): Read system abbrevs properly.
17533         * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
17535 2005-04-10  Chong Yidong  <cyd@stupidchicken.com>
17537         * url/url-ldap.el (url-ldap): Add docstring.  Fix call to
17538         `ldap-search-internal'.
17540 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
17542         * files.el (set-auto-mode-1): Use line-end-position.
17544         * international/latin-1.el:
17545         * international/latin-2.el:
17546         * international/latin-3.el:
17547         * international/latin-4.el:
17548         * international/latin-5.el:
17549         * international/latin-8.el:
17550         * international/latin-9.el: Give punctuation syntax to NBSP.
17552         * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
17553         (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
17554         Use char-classes to accept non-ascii letters, accepted in some recent
17555         bibtex implementations.
17557 2005-04-10  Luc Teirlinck  <teirllm@auburn.edu>
17559         * custom.el (custom-set-minor-mode): Any non-nil value for the
17560         variable should enable the mode when set through Custom.
17562 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
17564         * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
17565         TAB binding so tab-always-indent is obeyed.
17566         (vhdl-minibuffer-local-map): Move initialization into declaration.
17567         (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
17568         (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
17569         (vhdl-hooked-abbrev): Avoid test for XEmacs.
17570         (vhdl-current-line): Use line-beginning-position.
17571         (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
17572         with-output-to-temp-buffer, so the current position can be recorded.
17574 2005-04-10  Masatake YAMATO  <jet@gyve.org>
17576         * progmodes/compile.el (compilation-error-regexp-alist-alist):
17577         Add regexp for gcov.
17579 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17581         * calendar/time-date.el (time-to-seconds, seconds-to-time)
17582         (days-to-time, time-subtract, time-add): Don't use the #xhhhh
17583         syntax which Emacs 20 doesn't support.
17585 2005-04-09  Richard M. Stallman  <rms@gnu.org>
17587         * help.el (describe-key-briefly, describe-key):
17588         Replace strings as event types with "(any string)".
17590 2005-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
17592         * arc-mode.el (archive-mode-map): Move initialization into
17593         the declaration.  Override *all* bindings of `undo'.
17594         (archive-lemacs): Remove, use (featurep 'xemacs) instead.
17596 2005-04-09  Jay Belanger  <belanger@truman.edu>
17598         * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
17600 2005-04-09  Dan Nicolaescu  <dann@ics.uci.edu>
17602         * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
17603         (xterm-register-default-colors): Update color values computation
17604         to match xterm-200.
17606 2005-04-09  Kenichi Handa  <handa@m17n.org>
17608         * international/code-pages.el (iso-latin-7): Fix the map.
17610 2005-04-08  Luc Teirlinck  <teirllm@auburn.edu>
17612         * emacs-lisp/lisp.el (defun-prompt-regexp)
17613         (parens-require-spaces, buffer-end, end-of-defun)
17614         (insert-parentheses): Doc fixes.
17616 2005-04-08  Kim F. Storm  <storm@cua.dk>
17618         * comint.el (comint-highlight-prompt): Fix face spec.
17619         * hi-lock.el (hi-green): Likewise.
17621 2005-04-08  Dan Nicolaescu  <dann@ics.uci.edu>
17623         * cus-edit.el (custom-modified-face):
17624         * comint.el (comint-highlight-input): Fix previous changes.
17625         * term.el (term-handle-ansi-escape): Add a comment.
17627 2005-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
17629         * whitespace.el (whitespace-highlight-the-space): Put the same overlay
17630         in the buffer and in whitespace-highlighted-space.
17631         (whitespace-unhighlight-the-space): Simplify.
17632         (whitespace-buffer): Simplify.
17634 2005-04-08  Dan Nicolaescu  <dann@ics.uci.edu>
17636         * textmodes/table.el (table-cell-face): Add special case for
17637         displays supporting a high number of colors.
17638         * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
17639         (vhdl-font-lock-reserved-words-face)
17640         (vhdl-speedbar-architecture-face)
17641         (vhdl-speedbar-instantiation-face)
17642         (vhdl-speedbar-architecture-selected-face)
17643         (vhdl-speedbar-instantiation-selected-face): Likewise.
17644         * progmodes/sh-script.el (sh-heredoc-face): Likewise.
17645         * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
17646         * progmodes/ebrowse.el (ebrowse-tree-mark-face)
17647         (ebrowse-root-class-face, ebrowse-member-attribute-face)
17648         (ebrowse-progress-face): Likewise.
17649         * progmodes/compile.el (compilation-info-face): Likewise.
17650         * progmodes/cc-fonts.el (c-invalid-face): Likewise.
17651         * emacs-lisp/re-builder.el (reb-match-3): Likewise.
17652         * calendar/calendar.el (diary-face): Likewise.
17653         * woman.el (woman-italic-face, woman-bold-face)
17654         (woman-unknown-face): Likewise.
17655         * wid-edit.el (widget-button-pressed-face): Likewise.
17656         * whitespace.el (whitespace-highlight-face): Likewise.
17657         * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
17658         * pcvs-info.el (cvs-marked-face): Likewise.
17659         * info.el (info-xref): Likewise.
17660         * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
17661         * hilit-chg.el (highlight-changes-face)
17662         (highlight-changes-delete-face): Likewise.
17663         * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
17664         (hi-red-b): Likewise.
17665         * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
17666         * font-lock.el (font-lock-keyword-face)
17667         (font-lock-function-name-face, font-lock-warning-face): Likewise.
17668         * cus-edit.el (custom-invalid-face, custom-modified-face)
17669         (custom-set-face, custom-changed-face, custom-variable-tag-face)
17670         (custom-group-tag-face-1, custom-group-tag-face): Likewise.
17671         * comint.el (comint-highlight-prompt): Likewise.
17673 2005-04-08  Lute Kamstra  <lute@gnu.org>
17675         * font-lock.el (font-lock-keywords): Docstring fixes.
17677 2005-04-08  Kenichi Handa  <handa@m17n.org>
17679         * ps-mule.el (ps-mule-show-warning): If the number of unprintable
17680         chars are more than a limit, print " and more..." at the tail.
17682 2005-04-08  Kim F. Storm  <storm@cua.dk>
17684         * emacs-lisp/authors.el (authors-aliases): Update list.
17685         (authors-ignored-files): New list.
17686         (authors-fixed-entries): Fix typo.
17687         (authors-renamed-files-alist): Update list.
17688         (authors-add): Check authors-ignored-files.
17690 2005-04-08  Carsten Dominik  <dominik@science.uva.nl>
17692         * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
17693         optional, to ensure backward compatibility.
17695 2005-04-08  Stephen Eglen  <stephen@gnu.org>
17697         * textmodes/flyspell.el (flyspell-large-region): Doc fix.
17699 2005-04-08  Kim F. Storm  <storm@cua.dk>
17701         * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
17703         * mouse.el (mouse-on-link-p): Doc fix.
17705 2005-04-07  Luc Teirlinck  <teirllm@auburn.edu>
17707         * ielm.el (ielm-prompt-read-only): Doc fix.
17709         * comint.el (comint-prompt-read-only): Doc fix.
17711 2005-04-07  Benjamin Rutt  <brutt@bloomington.in.us>
17713         * ffap.el (ffap-pass-wildcards-to-dired): New user option to
17714         ensure dired always handles wildcards passed to ffap.
17715         (find-file-at-point): Use it.
17716         (ffap-dired-wildcards): Doc fix.
17718 2005-04-07  Juri Linkov  <juri@jurta.org>
17720         * simple.el (next-error-overlay-arrow-position): New defvar.
17721         Put "=>" on its property `overlay-arrow-string'.  Add it to
17722         `overlay-arrow-variable-list'.
17724         * progmodes/compile.el (compilation-setup):
17725         Set `next-error-overlay-arrow-position' to nil.  Also set it to
17726         nil in the local hook `kill-buffer-hook'.  Make local variable
17727         `overlay-arrow-string' and set it to "=>".
17728         (compilation-goto-locus): Set BOL position to
17729         `next-error-overlay-arrow-position' instead of
17730         `overlay-arrow-position'.
17732         * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
17733         locally instead of adding it to the global hook.
17734         (Info-kill-buffer): Move up.
17736 2005-04-06  Dan Nicolaescu  <dann@ics.uci.edu>
17738         * term/xterm.el (xterm-standard-colors): Update color values from
17739         xterm-200.
17741 2005-04-06  Stefan Monnier  <monnier@iro.umontreal.ca>
17743         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
17745         * fast-lock.el:
17746         * lazy-lock.el: Move them to the obsolete subdir.
17748 2005-04-06  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
17750         * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
17751         (wdired-add-replace-advice): Remove.
17752         (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
17754 2005-04-06  Kim F. Storm  <storm@cua.dk>
17756         * startup.el (command-line): Add --bare-bones alias for -Q.
17758 2005-04-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
17760         * term/mac-win.el: Use create-fontset-from-mac-roman-font to
17761         create the startup fontset if a font specification ends with
17762         `mac-roman'.
17764 2005-04-06  Lute Kamstra  <lute@gnu.org>
17766         * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
17767         change.
17769         * emacs-lisp/copyright.el (copyright-update-year): Replace the
17770         right subexpression.  Suggested by Jay Bingham <jay.bingham@hp.com>.
17772 2005-04-05  Lute Kamstra  <lute@gnu.org>
17774         * generic.el (generic-mode-internal): Fix 2005-03-31 change.
17775         (define-generic-mode): Ditto.  Fix debug declaration.
17777         * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
17778         Put them in the generic-x group.
17780         * calendar/timeclock.el (timeclock): Doc fix.
17782         * generic.el (define-generic-mode): Don't use custom-current-group.
17783         Document default :group value.
17784         * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
17785         (define-global-minor-mode): Don't use custom-current-group.
17787 2005-04-05  Glenn Morris  <gmorris@ast.cam.ac.uk>
17789         * startup.el (command-line-1): Display startup-echo-area-message
17790         when fancy splash screen is in use.
17792         * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
17793         (sh-escaped-newline): New face.
17794         (sh-font-lock-keywords) <shell>: Improve regexp for escaped
17795         newline, and use sh-escaped-newline face.
17797         * progmodes/tcl.el (tcl-escaped-newline): New face.
17798         (tcl-builtin-list): New variable.
17799         (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
17800         newlines.  Fix keywords subexpression number.
17802 2005-04-05  Carsten Dominik  <dominik@science.uva.nl>
17804         * textmodes/org.el (org-diary-default-entry): Fix call to
17805         `add-to-diary-entry'.
17807 2005-04-05  Kim F. Storm  <storm@cua.dk>
17809         * ediff-init.el: Use (featurep 'xemacs).
17811 2005-04-05  David Ponce  <david@dponce.com>
17813         * cus-edit.el (face): Derive from symbol widget.  Display sample
17814         of the current face on the fly.
17815         (widget-face-sample-face-get, widget-face-notify): New functions.
17816         (widget-face-value-create): Remove.
17818         * wid-edit.el (widget-field-end): Temporarily remove field
17819         narrowing before to call `get-char-property'.
17821 2005-04-04  Jay Belanger  <belanger@truman.edu>
17823         * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
17824         (math-read-subscripts): New variable.
17825         (math-read-preprocess-string): Process subscripts.
17827 2005-04-04  Luc Teirlinck  <teirllm@auburn.edu>
17829         * comint.el (comint-prompt-read-only): Doc fix.
17831         * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
17832         `-1'.  Doc fix.
17834 2005-04-04  Carsten Dominik  <dominik@science.uva.nl>
17836         * textmodes/org.el (org-insert-mode-line-in-empty-file):
17837         Change default value to nil.
17839 2005-04-04  Lute Kamstra  <lute@gnu.org>
17841         * autorevert.el (auto-revert-mode): Specify :group.
17842         * battery.el (display-battery-mode): Specify :group.
17843         * diff-mode.el (diff-minor-mode): Specify :group.
17844         * font-core.el (font-lock-mode): Specify :group.
17845         * hl-line.el (hl-line-mode): Specify :group.
17846         * iimage.el (iimage): New customization group.
17847         (iimage-mode): Specify :group.
17848         * longlines.el (longlines-mode): Specify :group.
17849         * master.el: Don't require easy-mmode.
17850         (master): New customization group.
17851         (master-mode): Specify :group.
17852         * msb.el (msb-mode): Specify :group.
17853         * reveal.el (reveal-mode): Specify :group.
17854         * simple.el (next-error-follow-minor-mode): Specify :group.
17855         * smerge-mode.el (smerge-mode): Specify :group.
17856         * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
17857         * emulation/cua-base.el (cua-mode): Specify :group.
17858         * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
17859         * language/thai-util.el (thai-auto-composition-mode)
17860         (thai-word-mode): Specify :group.
17861         * mail/supercite.el (sc-minor-mode): Specify :group.
17862         * progmodes/cwarn.el (cwarn-mode): Specify :group.
17863         * progmodes/flymake.el (flymake-mode): Specify :group.
17864         * progmodes/glasses.el (glasses-mode): Specify :group.
17865         * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
17866         * textmodes/enriched.el (enriched-mode): Specify :group.
17867         * textmodes/refill.el (refill-mode): Specify :group.
17869         * add-log.el (change-log-font-lock-keywords): Names in
17870         parenthesized lists can contain spaces.
17872 2005-04-04  Thien-Thi Nguyen  <ttn@gnu.org>
17874         * startup.el (fancy-splash-text): Shorten default text of
17875         "Emacs Tutorial" line.  Also, if the current language env
17876         indicates an available tutorial file other than TUTORIAL,
17877         extract its title and append it to the line in parentheses.
17878         (fancy-splash-insert): If arg is a thunk, funcall it.
17880 2005-04-04  Jay Belanger  <belanger@truman.edu>
17882         * calc.el (calc-language-alist): Add tags to customization type.
17884 2005-04-03  Luc Teirlinck  <teirllm@auburn.edu>
17886         * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
17887         Doc fix.
17889 2005-04-03  Marcelo Toledo  <marcelo@gnu.org>
17891         * add-log.el (change-log-font-lock-keywords): The manual
17892         describing a Change Log entry, says: (...) "Aside from these
17893         header lines, every line in the change log starts with a space or
17894         a tab.".  The font-lock was not highlighting lines started with
17895         spaces, added support for it.
17897 2005-04-03  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
17899         * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
17900         (bibtex-generate-url-list): Update docstring accordingly.  Put the
17901         complex example in the docstring.
17902         (bibtex-font-lock-url): Use pop.
17904 2005-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
17906         * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
17908         * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
17910 2005-04-03  Glenn Morris  <gmorris@ast.cam.ac.uk>
17912         * filesets.el (filesets-set-default): Doc fix.
17914 2005-04-03  Lute Kamstra  <lute@gnu.org>
17916         * generic.el (define-generic-mode): Add argument to specify
17917         keywords for defcustom.
17918         (default-generic-mode): Specify :group.
17920         * generic-x.el: Specify :group for all generic modes.
17922         * desktop.el (desktop-no-desktop-file-hook)
17923         (desktop-after-read-hook): Doc fix.
17925 2005-04-02  Luc Teirlinck  <teirllm@auburn.edu>
17927         * simple.el (visible-mode): Use explicit :group keyword.
17928         This changes the group of `visible-mode-hook' from paren-blinking
17929         to editing-basics.
17931 2005-04-02  Sergey Poznyakoff  <gray@Mirddin.farlep.net>  (tiny change)
17933         * mail/rmail.el (rmail-parse-url): Bugfix.  Parse traditional
17934         mailbox specifications as well as URLs.
17935         (rmail-insert-inbox-text): Remove unused conditional branches.
17937 2005-04-01  Jay Belanger  <belanger@truman.edu>
17939         * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
17940         (calc-gnuplot-print-command): Move definitions to calc.el.
17942         * calc/calc-embed.el (calc-embedded-announce-formula)
17943         (calc-embedded-open-formula, calc-embedded-close-formula)
17944         (calc-embedded-open-word, calc-embedded-close-word)
17945         (calc-embedded-open-plain, calc-embedded-close-plain)
17946         (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
17947         (calc-embedded-open-mode, calc-embedded-close-mode):
17948         Move definitions to calc.el.
17950         * calc/calc.el (calc-settings-file, calc-language-alist):
17951         Make customizable.
17952         (calc-embedded-announce-formula, calc-embedded-open-formula)
17953         (calc-embedded-close-formula, calc-embedded-open-word)
17954         (calc-embedded-close-word, calc-embedded-open-plain)
17955         (calc-embedded-close-plain, calc-embedded-open-new-formula)
17956         (calc-embedded-close-new-formula, calc-embedded-open-mode)
17957         (calc-embedded-close-mode, calc-gnuplot-name)
17958         (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
17959         from other files and make customizable.
17961 2005-04-01  Stefan Monnier  <monnier@iro.umontreal.ca>
17963         * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
17964         Use buffer-live-p.
17965         (cvs-mode-run): Don't call cvs-update-header here.
17966         (cvs-run-process): Call cvs-update-header.
17967         Use process properties for cvs-postprocess and cvs-buffer so that
17968         the sentinel can behave better if the temp buffer is killed.
17969         Use a pipe rather than a tty, to better handle unexpected prompts.
17970         (cvs-sentinel): Rewrite.  Call cvs-update-header.
17972 2005-04-01  Andre Spiegel  <spiegel@gnu.org>
17974         * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
17975         we go via Tramp or Ange-FTP.  Suggested by Kai Grossjohann.
17977 2005-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
17979         * generic.el (define-generic-mode): Add indentation rule.
17981 2005-03-31  Luc Teirlinck  <teirllm@auburn.edu>
17983         * files.el (mode-require-final-newline): Make Custom correctly
17984         report a nil value and allow to set it to nil via Custom.
17985         Doc fix.
17987 2005-04-01  Kenichi Handa  <handa@m17n.org>
17989         * international/characters.el: Enable the correct case setting for
17990         dotless-i and dotted-I.
17992 2005-04-01  Kim F. Storm  <storm@cua.dk>
17994         * ido.el (ido-file-internal): Fall back to non-ido command if
17995         initial directory is on slow ftp (or tramp) host.
17997 2005-03-31  Richard M. Stallman  <rms@gnu.org>
17999         * emacs-lisp/autoload.el (make-autoload):
18000         Handle define-global-minor-mode.
18002         * emacs-lisp/easy-mmode.el (define-global-minor-mode):
18003         Rename from easy-mmode-define-global-mode.
18004         (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
18006         * progmodes/scheme.el (scheme-mode-syntax-table):
18007         Update syntax of | and # for two-character comment syntax.
18009 2005-03-31  Lute Kamstra  <lute@gnu.org>
18011         * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
18012         (define-minor-mode): Call custom-current-group at load-time.
18014         * generic.el (define-generic-mode): Add debug declaration.
18015         Add defcustom for the mode hook.
18016         (generic-mode-internal): Use run-mode-hooks.
18018 2005-03-31  Kim F. Storm  <storm@cua.dk>
18020         * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
18021         (mouse-fixup-help-message): New defun called by show_help_echo
18022         to fixup mouse-2 prefix in help messages when applicable.
18024         * tooltip.el (tooltip-show-help-function): Don't fixup message here.
18026 2005-03-31  Kenichi Handa  <handa@m17n.org>
18028         * language/thai-word.el (thai-find-word-ends): Pay attention to
18029         the case that we reach the end of buffer.
18031         * textmodes/fill.el (fill-text-properties-at): New function.
18032         (fill-newline): Use fill-text-properties-at instead of
18033         text-properties-at.
18035 2005-03-31  Olive Lin  <olive.lin@versateladsl.be>  (tiny change)
18037         * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
18038         not comint-quote-filename.
18040 2005-03-31  Thien-Thi Nguyen  <ttn@gnu.org>
18042         * help-fns.el (help-with-tutorial): Revert last change.
18044 2005-03-31  Kim F. Storm  <storm@cua.dk>
18046         * emulation/cua-base.el (cua-scroll-down): Add CUA property.
18048 2005-03-30  Paul Eggert  <eggert@cs.ucla.edu>
18050         * calendar/cal-china.el: Update reference to "Calendrical
18051         Calculations" book; there's a new edition.
18052         * calendar/cal-coptic.el: Likewise.
18053         * calendar/cal-french.el: Likewise.
18054         * calendar/cal-hebrew.el: Likewise.
18055         * calendar/cal-islam.el: Likewise.
18056         * calendar/cal-iso.el: Likewise.
18057         * calendar/cal-julian.el: Likewise.
18058         * calendar/cal-mayan.el: Likewise.
18059         * calendar/cal-persia.el: Likewise.
18060         * calendar/calendar.el: Likewise.
18061         * calendar/holidays.el: Likewise.
18062         * calendar/lunar.el: Likewise.
18063         * calendar/solar.el: Likewise.
18065         * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
18066         white space from doc string.
18068 2005-03-30  Jay Belanger  <belanger@truman.edu>
18070         * calc/calc-help.el (calc-full-help): Remove email address.
18072 2005-03-30  Thien-Thi Nguyen  <ttn@gnu.org>
18074         * help-fns.el (help-with-tutorial): Delete title line.
18076 2005-03-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
18078         * calendar/cal-x.el (calendar-one-frame-setup)
18079         (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
18080         rather than `symbol' for set-window-dedicated-p.
18082         * calendar/appt.el (appt-buffer-name): Make it a constant.
18083         (appt-add): Doc fix.
18085         * filesets.el (filesets-menu-path, filesets-menu-before)
18086         (filesets-menu-in-menu): Doc fix.  Now valid in GNU Emacs.
18087         (filesets-menu-cache-file): Use directory ~/.emacs.d.
18088         (filesets-add-submenu): Delete and use add-submenu instead.
18090 2005-03-30  Carsten Dominik  <dominik@science.uva.nl>
18092         * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
18093         (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
18094         (org-diary-default-entry): New function.
18095         (org-get-entries-from-diary): Better parsing of diary entries.
18096         (org-agenda-check-no-diary): New function.
18097         ("diary-lib"): Advice to function `add-to-diary-list', to allow
18098         linking to diary entries.
18099         (org-agenda-execute-calendar-command): New function.
18100         (org-agenda): Improve visible section in window.
18101         Use `org-fit-agenda-window'.
18102         (org-fit-agenda-window): New option.
18103         (org-move-subtree-down): Better handling of empty lines
18104         at end of subtree.
18105         (org-cycle): Numeric prefix is interpreted now as show-subtree N
18106         levels up.
18107         (org-fontify-done-headline): New option.
18108         (org-headline-done-face): New face.
18109         (org-set-font-lock-defaults): Use `org-headline-done-face'.
18110         (org-table-copy-down): Rename from `org-table-copy-from-above'.
18111         When current field is non-empty, it is copied to next row.
18112         (org-table-copy-from-above): Fix bug which made it
18113         impossible to copy fields containing only a single non-white character.
18115 2005-03-30  Kim F. Storm  <storm@cua.dk>
18117         * kmacro.el (kmacro-end-macro): Isearch may store this command
18118         into the macro -- so ignore it when executing keyboard macro.
18120 2005-03-30  Nick Roberts  <nickrob@snap.net.nz>
18122         * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
18124 2005-03-29  Kenichi Handa  <handa@m17n.org>
18126         * language/thai.el ("Thai"): Set setup-function and exit-function
18127         for Thai language environment.
18129         * language/thai-util.el: Require thai-word.
18130         (thai-word-mode-map): New variable.
18131         (thai-word-mode): New minor mode.
18132         (setup-thai-language-environment-internal): New function.
18133         (exit-thai-language-environment-internal): New function.
18135         * language/thai-word.el (thai-word-table): Declare it by defvar,
18136         use dolist to initialize it.
18137         (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
18138         (thai-fill-find-break-point): New functions.
18140 2005-03-29  Richard M. Stallman  <rms@gnu.org>
18142         * simple.el (idle-update-delay): Move definition up.
18143         (set-mark): Doc fix.
18145 2005-03-29  Chong Yidong  <cyd@stupidchicken.com>
18147         * longlines.el: New file.
18149         * simple.el (buffer-substring-filters): New variable.
18150         (filter-buffer-substring): New function.
18151         (kill-region, copy-region-as-kill): Use it.
18153         * register.el (copy-to-register, append-to-register)
18154         (prepend-to-register): Use filter-buffer-substring.
18156 2005-03-30  Nick Roberts  <nickrob@snap.net.nz>
18158         * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
18159         (gud-filter-pending-text): Move in front of gdb.
18160         (gud-overlay-arrow-position): New variable.
18161         (gud-sentinel, gud-display-line): Use it in place of
18162         overlay-arrow-position.
18164 2005-03-29  Glenn Morris  <gmorris@ast.cam.ac.uk>
18166         * progmodes/fortran.el (fortran-if-indent): Doc fix.
18167         (fortran-font-lock-keywords-2): Add "where", "elsewhere".
18168         (fortran-font-lock-keywords-4): New variable.
18169         (fortran-blocks-re, fortran-end-block-re)
18170         (fortran-start-block-re): New constants, for hideshow.
18171         (hs-special-modes-alist): Add a Fortran entry.
18172         (fortran-mode-map): Bind fortran-end-of-block,
18173         fortran-beginning-of-block to \M-\C-n, \M-\C-p.
18174         (fortran-mode): Doc fix.  Add fortran-font-lock-keywords-4.
18175         (fortran-looking-at-if-then, fortran-end-of-block)
18176         (fortran-beginning-of-block): New functions, for hideshow.
18178         * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
18179         Doc fix.  Tweak regexp.
18180         (f90-beginning-of-block): Push mark first.
18182 2005-03-29  Jay Belanger  <belanger@truman.edu>
18184         * calc/calc.el: Update copyright date.
18185         (calc-version): Increase to 2.1.
18186         (calc-version-date): Remove.
18188         * calc/calc-help.el: Update copyright date.
18189         (calc-full-help): Remove reference to calc-version-date.
18190         Update copyright date.
18192 2005-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
18194         * vc.el (vc-do-command): Use a pipe for async processes, so password
18195         prompts don't show up at places where the user can't reply.
18197 2005-03-29  Olive Lin  <olive.lin@versateladsl.be>  (tiny change)
18199         * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
18200         on the file name we pass to the inferior shell.
18202 2005-03-29  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
18204         * progmodes/which-func.el (which-function): Be robust in the face of an
18205         imenu--make-index-alist failure.
18207 2005-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
18209         * reveal.el (reveal-mode-map): Don't override C-a and C-e.
18211         * progmodes/python.el (python-preoutput-filter): Fix last change.
18213 2005-03-29  Lute Kamstra  <lute@gnu.org>
18215         * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
18216         functions and compiled macros.
18217         (debug-convert-byte-code): Handle macros too.
18218         (debug-on-entry-1): Don't signal an error when trying to clear a
18219         function that is not set to debug on entry.
18221 2005-03-29  Jay Belanger  <belanger@truman.edu>
18223         * calc/calc-lang.el: Add functions to math-function-table
18224         properties of tex and math.
18226 2005-03-29  Kenichi Handa  <handa@m17n.org>
18228         * ps-mule.el (ps-mule-plot-string): Translate characters by
18229         ps-print-translation-table.
18230         (ps-mule-begin-job): Call find-charset-region/string with
18231         ps-print-translation-table.
18232         (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
18234         * ps-print.el (ps-print-translation-table): New variable.
18235         (ps-plot-region): Translate characters by ps-print-translation-table.
18237 2005-03-29  Juri Linkov  <juri@jurta.org>
18239         * simple.el (next-error-highlight-timer): New variable.
18241         * progmodes/compile.el (compilation-goto-locus):
18242         Use `next-error-highlight-timer' instead of `sit-for'.
18244 2005-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
18246         * mail/supercite.el (sc-mail-field): Use assoc-string.
18247         (sc-get-address): Simplify regexps.
18249         * files.el (minibuffer-with-setup-hook): New macro.
18250         (find-file-read-args): Use it to avoid let-binding
18251         minibuffer-with-setup-hook (which breaks turning on/off
18252         file-name-shadow-mode while in the prompt).
18254         * complete.el (PC-read-include-file-name-internal):
18255         Use test-completion.
18257 2005-03-28  Luc Teirlinck  <teirllm@auburn.edu>
18259         * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
18261 2005-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
18263         * window.el (window-buffer-height): Use count-screen-lines.
18265         * progmodes/python.el (python-preoutput-leftover): New var.
18266         (python-preoutput-filter): Use it.
18267         (python-send-receive): Loop until all the result has been received.
18269 2005-03-28  Juri Linkov  <juri@jurta.org>
18271         * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
18273         * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
18274         "Recover Crashed Session".
18275         (menu-bar-search-menu): Add ellipsis to "Search tagged files".
18276         (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
18277         (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
18278         (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
18279         (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
18280         (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
18281         (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
18282         (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
18284         * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
18285         Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
18286         Ediff Sessions", "Toggle use of separate control buffer frame",
18287         "Use separate frame for Ediff control buffer".
18289         * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
18290         Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
18291         "Rename Bookmark", "Delete Bookmark".
18293         * info.el (Info-mode-menu): Remove ellipsis from "Index".
18294         Add ellipsis to "Lookup a String", "Lookup a string in all indices".
18295         Add `:active Info-index-alternatives' to "Next Matching Item".
18297         * wdired.el (wdired-change-to-wdired-mode):
18298         Mention `wdired-abort-changes' key in the initial message.
18300         * international/mule.el (auto-coding-alist): Associate non-ascii
18301         image filename extensions with `no-conversion'.
18303 2005-03-27  Stefan Monnier  <monnier@iro.umontreal.ca>
18305         * international/iso-acc.el:
18306         * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
18308 2005-03-26  Luc Teirlinck  <teirllm@auburn.edu>
18310         * textmodes/sgml-mode.el (html-mode): Doc update.
18312         * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
18314 2005-03-26  Dan Nicolaescu  <dann@ics.uci.edu>
18316         * term.el (term-move-columns): Fix face after extending a line.
18317         (term-insert-spaces): Likewise.
18318         (term-reset-terminal): Fix off by one error.
18320 2005-03-26  Eli Zaretskii  <eliz@gnu.org>
18322         * international/mule.el (auto-coding-alist): Add .xpi files.
18324         * files.el (auto-mode-alist): Add .xpi files.
18326 2005-03-26  Jure Cuhalev  <gandalf@owca.info>  (tiny change)
18328         * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
18330 2005-03-26  Eli Zaretskii  <eliz@gnu.org>
18332         * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
18334 2005-03-26  Glenn Morris  <gmorris@ast.cam.ac.uk>
18336         * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
18337         binding.  Suggested by Stephan Stahl <stahl@eos.franken.de>.
18339         * calendar/cal-move.el (calendar-beginning-of-year): Move the
18340         cursor to Jan 1 when needed.
18341         (calendar-end-of-year): Fix -/+ typo.
18342         Reported by Chong Yidong <cyd@stupidchicken.com>.
18344 2005-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
18346         * progmodes/flymake.el (flymake-mode): Add autoload cookie.
18348         * emacs-lisp/debug.el (debugger-record-expression): Add a missing
18349         format to `message'.  Inspired by Deepak Goel <deego@gnufans.org>.
18351 2005-03-25  Richard M. Stallman  <rms@gnu.org>
18353         * filesets.el (filesets-init): Add autoload.
18355         * mail/mailalias.el (mail-directory): Doc fix.
18357 2005-03-25  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
18359         * mail/mailalias.el (mail-directory-process): Do nothing if
18360         mail-directory-process is an atom.
18361         (mail-get-names): Ignore mail-directory-names if it is an atom.
18362         (mail-directory-process defvar): Doc fix.
18363         (mail-names): Doc fix.
18365 2005-03-25  Johan Bockg\e,Ae\e(Brd  <bojohan+mail@dd.chalmers.se>  (tiny change)
18367         * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
18369 2005-03-26  Kenichi Handa  <handa@m17n.org>
18371         * international/mule-util.el (detect-coding-with-priority):
18372         Call update-coding-systems-internal before detect-coding-region.
18374 2005-03-26  Nick Roberts  <nickrob@snap.net.nz>
18376         * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
18377         (gdb-frames-mode-map): Add follow-link property.
18379 2005-03-25  Jay Belanger  <belanger@truman.edu>
18381         * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
18382         for variables.
18384 2005-03-25  Juri Linkov  <juri@jurta.org>
18386         * image-mode.el: Optimize image filename extension regexps in
18387         autoload cookies.  Associate .x[bp]m with `image-mode-maybe'
18388         in `auto-mode-alist'.
18389         (image-mode): Add `image-toggle-display-text' to local hook
18390         `change-major-mode-hook'.  Display the image as an image by
18391         default.  Set `cursor-type' and `truncate-lines' if the image
18392         is already displayed.  Take into account the current mode (image
18393         or text) in message.
18394         (image-minor-mode): New minor mode.
18395         (image-mode-maybe, image-toggle-display-text): New functions.
18396         (image-toggle-display): Use called-interactively-p.
18397         Let-bind `inhibit-read-only' to t.
18399         * image-mode.el (image-minor-mode): Set `cursor-type' and
18400         `truncate-lines' if the image is already displayed.  Add turning
18401         image-minor-mode off to `change-major-mode-hook'.  Add message.
18402         Call `image-toggle-display-text' after turning image-minor-mode off.
18404 2005-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
18406         * international/mule-cmds.el (set-locale-environment): For Mac OS X's
18407         Terminal.app, use utf-8.
18408         (set-display-table-and-terminal-coding-system): Add coding-system arg.
18409         (set-locale-environment): Use it.
18411         * term/xterm.el: Undo last change, better done in mule-cmds.el.
18413         * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
18415         * progmodes/python.el (python-close-block-statement-p)
18416         (python-outdent-p, python-current-defun): Use symbol-end.
18418 2005-03-25  Karl Chen  <quarl@cs.berkeley.edu>  (tiny change)
18420         * files.el (save-some-buffers): Doc fix.
18422 2005-03-25  Werner Lemberg  <wl@gnu.org>
18424         * complete.el, thumbs.el: Replace `legal' with `valid'.
18425         * calendar/calendar.el: Replace `legal' with `valid'.
18426         * emacs-lisp/advice.el: Replace `legal' with `valid'.
18427         * mail/supercite.el: Replace `legal' with `valid'.
18428         * progmodes/cperl-mode.el, progmodes/idlw-shell.el
18429         * progmodes/idlwave.el, progmodes/vhdl-mode.el:
18430         Replace `legal' with `valid'.
18431         * textmodes/reftex-vars.el, textmodes/reftex.el:
18432         Replace `legal' with `valid'.
18434 2005-03-25  Werner Lemberg  <wl@gnu.org>
18436         * calc/calc-forms.el, calc/calc-sel.el
18437         * midnight.el, vc-cvs.el
18438         * emacs-lisp/cl-macs.el
18439         * emulation/vip.el
18440         * eshell/esh-io.el, eshell/esh-var.el
18441         * mail/supercite.el
18442         * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
18443         * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
18444         * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
18445         * progmodes/sh-script.el, progmodes/xscheme.el
18446         * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
18447         * textmodes/reftex-index.el, textmodes/reftex-parse.el
18448         * textmodes/reftex-ref.el, textmodes/reftex-vars.el
18449         * textmodes/reftex.el, textmodes/org.el:
18450         Replace `illegal' with `invalid'.
18452 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
18454         * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
18455         (flymake-find-buildfile, flymake-find-possible-master-files)
18456         (flymake-check-include, flymake-parse-line): Replace loops over the
18457         length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
18459         * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
18460         Substitute file-name-as-directory in the rest of the file.
18461         (flymake-get-common-file-prefix): Rewrite, using compare-strings.
18462         (flymake-replace-region): Remove unused arg `buffer'.
18463         (flymake-check-patch-master-file-buffer): Update calls to it.
18464         (flymake-add-err-info): Remove unused var `count'.
18465         (flymake-mode): Use define-minor-mode.
18467         * progmodes/flymake.el: Use with-current-buffer.
18468         (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
18469         flymake-replace-regexp-in-string, flymake-line-beginning-position)
18470         (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
18471         Avoid testing for `xemacs'.
18472         (flymake-nop): Move.
18473         (flymake-region-has-flymake-overlays): Return the computed value.
18474         (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
18475         Remove unused var `endline'.
18476         (flymake-get-line-count): Remove unused function.
18477         (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
18479         * emulation/vi.el:
18480         * generic.el:
18481         * hilit-chg.el (global-highlight-changes):
18482         * hi-lock.el (hi-lock-mode):
18483         * follow.el: find-file-hooks -> find-file-hook.
18485         * comint.el (comint-insert-input): Obey mouse-yank-at-point.
18487 2005-03-24  Juri Linkov  <juri@jurta.org>
18489         * dired.el (dired-mode-map): Add menu item "Compare directories"
18490         for dired-compare-directories.
18492         * dired-aux.el (dired-compare-directories): Add autoload cookie.
18493         Doc fix.  Replace `read-file-name' with `read-directory-name'.
18495 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
18497         * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
18499 2005-03-24  Jay Belanger  <belanger@truman.edu>
18501         * calc/calc-embed.el (calc-embedded-mode-change): Save all
18502         relevant mode settings in calc-embedded-original-modes when modes
18503         are permanently changed.
18505 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
18507         * autoinsert.el: find-file-hooks -> find-file-hook.
18509 2005-03-24  Lute Kamstra  <lute@gnu.org>
18511         * generic.el (generic-font-lock-defaults): Make it obsolete.
18512         (generic-font-lock-keywords): New variable to replace
18513         generic-font-lock-defaults.
18514         (generic-mode-set-font-lock): Delete it.
18515         (generic-mode-internal): Don't call generic-mode-set-font-lock.
18516         (generic-bracket-support): Add docstring.
18518         * generic-x.el: Rename generic-font-lock-defaults to
18519         generic-font-lock-keywords throughout.
18520         (mailagent-rules-setup-function): Delete it.
18521         (mailagent-rules-generic-mode): Use anonymous function instead.
18522         (show-tabs-generic-mode-font-lock-defaults-1)
18523         (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
18524         Quote faces.
18525         (show-tabs-tab-face, show-tabs-space-face): Specify background,
18526         not foreground.
18528         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
18529         Recognize define-generic-mode.
18531 2005-03-23  Stefan Monnier  <monnier@iro.umontreal.ca>
18533         * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
18534         if there's no completion table.
18536 2005-03-23  Miles Bader  <miles@gnu.org>
18538         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
18539         Remove tty-specific variants, as they're no longer needed.
18541 2005-03-23  Lute Kamstra  <lute@gnu.org>
18543         * generic-x.el: Code cleanup: make args constant whenever possible.
18544         (installshield-statement-keyword-list)
18545         (installshield-system-functions-list)
18546         (installshield-system-variables-list, installshield-types-list)
18547         (installshield-funarg-constants-list): Make them constants.
18549         * generic.el (generic-make-keywords-list): Add autoload cookie.
18551         * calendar/time-date.el: Add comment on time value formats.
18552         Don't require parse-time.
18553         (with-decoded-time-value): New macro.
18554         (encode-time-value): New function.
18555         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
18556         (days-to-time): Return a valid time value when arg is huge.
18557         (time-since): Use time-subtract.
18558         (time-to-number-of-days): Use time-to-seconds.
18560 2005-03-23  David Ponce  <david@dponce.com>
18562         * recentf.el (recentf-keep): New option.
18563         (recentf-menu-action): Default to `find-file'.
18564         (recentf-keep-non-readable-files-flag)
18565         (recentf-keep-non-readable-files-p)
18566         (recentf-file-readable-p, recentf-find-file)
18567         (recentf-cleanup-remote): Remove.
18568         (recentf-include-p): More robust.
18569         (recentf-keep-p): New function.
18570         (recentf-remove-if-non-kept): Rename from
18571         `recentf-remove-if-non-readable'.  Use `recentf-keep-p'.
18572         All callers updated.
18573         (recentf-menu-items-for-commands): Fix help string.
18574         (recentf-track-closed-file): Update.  Doc fix.
18575         (recentf-cleanup): Update.  Count removed files.  Doc fix.
18577 2005-03-23  Kim F. Storm  <storm@cua.dk>
18579         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
18580         Don't inherit from fringe face (now happens automatically).
18582 2005-03-22  Kim F. Storm  <storm@cua.dk>
18584         * tooltip.el (tooltip-show-help-function): Ignore negative mouse
18585         position values.
18587 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
18589         * menu-bar.el (showhide-date-time): Remove.
18590         (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
18591         (menu-bar-make-mm-toggle): Simplify.
18593 2005-03-22  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
18595         * progmodes/perl-mode.el (perl-font-lock-keywords-2):
18596         Accept qualified variable and function names.
18598 2005-03-22  Thien-Thi Nguyen  <ttn@gnu.org>
18600         * bindings.el (completion-ignored-extensions):
18601         Remove ".lis" for `vax-vms'.
18603 2005-03-22  Andreas Schwab  <schwab@suse.de>
18605         * generic-x.el: Revert last change.
18606         * ldefs-boot.el: Update.
18608 2005-03-22  Jay Belanger  <belanger@truman.edu>
18610         * calc/calc-embed.el (calc-embedded-original-modes): New variable.
18611         (calc-embedded-save-original-modes)
18612         (calc-embedded-restore-original-modes): New functions.
18613         (calc-do-embedded): Save original modes when entering embedded mode
18614         and restore when leaving embedded mode.
18615         (calc-embedded-modes-change): Change the value of
18616         calc-embedded-original-modes to reflect permanent changes.
18618 2005-03-22  Lute Kamstra  <lute@gnu.org>
18620         * generic-x.el: Require generic again.
18622 2005-03-22  Miles Bader  <miles@gnu.org>
18624         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
18625         Tweak details to look good on both ttys and bitmap displays, light
18626         or dark background, etc.
18628 2005-03-21  Kim F. Storm  <storm@cua.dk>
18630         * tooltip.el (tooltip-show-help-function): Check car and cdr of
18631         mouse position.
18633 2005-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
18635         * icomplete.el: Don't forcibly turn on the mode upon load.
18636         (icomplete-mode): Use define-minor-mode.
18637         (icomplete-eoinput): Default to nil.
18638         (icomplete-minibuffer-setup): Remove autoload.
18639         (icomplete-tidy): Simplify.
18640         (icomplete-exhibit): Use buffer-undo-list to determine if we're still
18641         in the initial state or if the user has modified the field.
18642         Fix handling of icomplete-max-delay-chars.
18643         Remove code that handles the oddball case where
18644         minibuffer-completion-table is an integer.
18645         Wrap icomplete-completions in while-no-input in case building
18646         completions takes more time than expected.
18647         (icomplete-completions): Simplify.
18649 2005-03-21  Richard M. Stallman  <rms@gnu.org>
18651         * jka-compr.el (jka-compr-really-do-compress):
18652         Make variable buffer-local.
18654         * image-mode.el: Handle .xpm files too.
18655         (image-toggle-display): Preserve modification flag.
18657         * help.el (where-is): Don't mention aliases with no key bindings.
18659 2005-03-21  Lute Kamstra  <lute@gnu.org>
18661         * generic.el: Fix commentary section.  Don't require cl for
18662         compilation.
18663         (generic-mode-list): Add autoload cookie.
18664         (generic-use-find-file-hook, generic-lines-to-scan)
18665         (generic-find-file-regexp, generic-ignore-files-regexp)
18666         (generic-mode, generic-mode-find-file-hook)
18667         (generic-mode-ini-file-find-file-hook): Fix docstrings.
18668         (define-generic-mode): Make it a defmacro.  Fix docstring.
18669         (generic-mode-internal): Code cleanup.  Add autoload cookie.
18670         (generic-mode-set-comments): Code cleanup.
18671         * generic-x.el: Don't prevent compilation.  Don't require generic.
18672         Follow coding conventions.  Minor code cleanup.
18673         (etc-fstab-generic-mode): Add some keywords.
18674         * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
18675         define-generic-mode like a function declaration.
18677 2005-03-21  Jay Belanger  <belanger@truman.edu>
18679         * calc/calc-embed.el (calc-do-embedded): Put data on stack before
18680         changing modes.
18682 2005-03-21  Sam Steingold  <sds@gnu.org>
18684         * add-log.el (add-log-current-defun): Support more C DEFUN forms.
18686 2005-03-21  Thien-Thi Nguyen  <ttn@gnu.org>
18688         * progmodes/dcl-mode.el (dcl-font-lock-keywords):
18689         Add underscore to "f$ lexicals" regexp.
18691 2005-03-20  Juri Linkov  <juri@jurta.org>
18693         * subr.el (progress-reporter-do-update): When `min-value' is equal
18694         to `max-value', set `percentage' to 0 and prevent division by zero.
18696 2005-03-20  Michael Albinus  <michael.albinus@gmx.de>
18698         Sync with Tramp 2.0.48.
18700         * net/tramp.el (all): Change all addresses to .gnu.org.
18701         (tramp-append-tramp-buffers): New defun.
18702         (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
18703         Catch `dont-send' signal.
18704         (tramp-set-auto-save-file-modes): Set always permissions, because
18705         there might be an old auto-saved file belonging to another
18706         original file.  This could be a security threat.  Reported by
18707         Kjetil Kjernsmo <kjetil@kjernsmo.net>.
18708         Check for Emacs 21.3.50 removed.
18710         * net/tramp-smb.el (all): Remove debug construct for
18711         `with-parsed-tramp-file-name'.
18712         (tramp-smb-prompt): Prompt can contain spaces inside directory names.
18713         (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
18714         No error message if DIRECTORY or FILENAME doesn't exist.
18715         (tramp-smb-open-connection): Check existence of
18716         `tramp-smb-program'.
18718 2005-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
18720         * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
18721         Properly handle the case where the `m' or `s' command's argument is not
18722         yet terminated.
18723         (perl-indent-new-calculate): New function.
18724         (perl-indent-line): Use it.
18726 2005-03-20  Miles Bader  <miles@gnu.org>
18728         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
18729         in text-mode too.  Change to new face names.
18730         (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
18731         Add `:weight bold' attribute.
18732         (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
18734 2005-03-19  Juri Linkov  <juri@jurta.org>
18736         * files.el (auto-mode-alist): Add comment.  Optimize jar/ear/war.
18738         * international/mule.el (auto-coding-alist): Sync with
18739         `auto-mode-alist' by adding upper case archive file extensions
18740         and adding ear/war to jar extension.
18742 2005-03-19  David Casperson  <casper@unbc.ca>  (tiny change)
18744         * textmodes/tex-mode.el (tex-view): If tex-shell process is not
18745         running, restart it.
18747 2005-03-19  Yoichi NAKAYAMA  <yoichi@geiin.org>  (tiny changes)
18749         * finder.el (finder-current-item): Throw an error on an empty line.
18751         * man.el (Man-follow-manual-reference): If current-word returns
18752         nil, use "".
18754 2005-03-19  Matt Hodges  <MPHodges@member.fsf.org>
18756         * simple.el (goto-line): Doc fix.
18758 2005-03-19  Aaron Hawley  <Aaron.Hawley@uvm.edu>  (tiny change)
18760         * files.el (save-buffer): Doc fix.
18762 2005-03-19  Michael R. Mauger  <mmaug@yahoo.com>
18764         * recentf.el (recentf-cleanup-remote): New variable.
18765         (recentf-cleanup): Use it to conditionally check availability of
18766         remote files.
18768 2005-03-19  Joe Edmonds  <joe-bugs-debian-org@elem.com>  (tiny change)
18770         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
18771         function names.
18773 2005-03-19  Eli Zaretskii  <eliz@gnu.org>
18775         * language/thai-word.el: New file.
18777 2005-03-19  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
18779         * files.el (backup-buffer): If the file's directory is not
18780         writable, use copy instead of move to backup the file.
18782 2005-03-19  Eli Zaretskii  <eliz@gnu.org>
18784         * obsolete/keyswap.el: Moved to obsolete/ from term/.
18786 2005-03-19  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
18788         * ps-print.el (ps-generate-string-list, ps-generate-header-line):
18789         Use functionp instead of symbolp and fboundp.  Reported by Drkm
18790         <darkman_spam@yahoo.fr>.
18791         (ps-print-version): New version 6.6.6.
18793 2005-03-18  Tak Ota  <Takaaki.Ota@am.sony.com>
18795         * textmodes/table.el (table--line-column-position): New idiom.
18796         (table--row-column-insertion-point-p): New function to test
18797         validity of row and column insertion operation at a location.
18798         (table-global-menu, table-cell-menu): Use above functions for
18799         deterministic test operation.
18800         (table--editable-cell-p): Behave in deterministic fashion.
18802 2005-03-18  Juri Linkov  <juri@jurta.org>
18804         * isearch.el (isearch-lazy-highlight-new-loop):
18805         Make arguments beg and end optional.
18806         (isearch-update): Remove optional arguments nil from
18807         isearch-lazy-highlight-new-loop.
18808         (isearch-lazy-highlight-search): Let-bind case-fold-search to
18809         isearch-lazy-highlight-case-fold-search instead of
18810         isearch-case-fold-search, and let-bind isearch-regexp to
18811         isearch-lazy-highlight-regexp.
18812         Use isearch-lazy-highlight-last-string instead of isearch-string.
18814         * replace.el (perform-replace): Remove bindings of global
18815         variables isearch-string, isearch-regexp, isearch-case-fold-search.
18816         Add three new arguments to `replace-highlight'.
18817         (replace-highlight): Add arguments string, regexp, case-fold.
18818         Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
18819         to allow isearch-lazy-highlight-new-loop to use these values
18820         to set corresponding isearch-lazy-highlight-* internal
18821         variables whose values lazy highlighting will use regardless of
18822         changes to global variables isearch-string, isearch-regexp,
18823         isearch-case-fold-search during lazy highlighting loop.
18824         (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
18825         to `lazy-highlight-cleanup'.
18827         * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
18828         (ispell-highlight-face): Set default face to `isearch' when
18829         lazy highlighting is enabled.
18830         (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
18831         priority to 1.  Add lazy highlighting.
18832         (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
18833         from `isearch-dehighlight'.
18835 2005-03-18  David Ponce  <david@dponce.com>
18837         * files.el (hack-local-variables): Do a case-insensitive search
18838         for End.
18840 2005-03-18  Juri Linkov  <juri@jurta.org>
18842         * isearch.el (lazy-highlight-cleanup) <command>: Rename from
18843         `isearch-lazy-highlight-cleanup', add alias to old name and
18844         declare obsolete.  Add release numbers to other obsolete vars.
18845         (isearch-done, isearch-lazy-highlight-new-loop):
18846         Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
18847         (lazy-highlight-cleanup) <variable>: Doc fix.
18848         (isearch-lazy-highlight-update): Rename obsolete
18849         `isearch-lazy-highlight-face' to `lazy-highlight-face'.
18851 2005-03-18  Kenichi Handa  <handa@m17n.org>
18853         * language/thai-util.el: Fix categorization of Thai characters in
18854         thai-category-table.
18855         (thai-composition-pattern): Adjust it for the above change.
18856         (thai-self-insert-command, thai-compose-syllable): New functions.
18857         (thai-compose-region): Use thai-compose-syllable.
18858         (thai-compose-string): Likewise.
18859         (thai-composition-function): Likewise.
18860         (thai-auto-composition): New function.
18861         (thai-auto-composition-mode): New minor mode.
18863         * language/thai.el: Fix patterns to be registered in
18864         composition-function-table.
18866         * international/quail.el (quail-input-method): Locally bind
18867         inhibit-modification-hooks to t.
18869 2005-03-17  Richard M. Stallman  <rms@gnu.org>
18871         * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
18872         (perl-mode): Use run-mode-hooks.
18874         * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
18875         (rmail-pop-password-required, rmail-remote-password): Doc fixes.
18876         (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
18878         * mail/sendmail.el (sendmail-send-it): Reenable the code
18879         to compute resend-to-address and use it.
18881         * tar-mode.el (tar-mode): Turn off undo unconditionally.
18883         * image-mode.el: New file.
18885         * image.el (insert-sliced-image): Add autoload cookie.
18887         * font-lock.el (font-lock-lines-before): New user option.
18888         (font-lock-after-change-function): Obey it.
18890         * bindings.el (esc-map): Make M-g a prefix.
18891         Bind M-g g and M-g M-g to goto-line.
18893         * faces.el (face-id): Doc fix.
18895 2005-03-17  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
18897         * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
18898         (rmail-show-message): Use rmail-unknown-mail-followup-to.
18899         (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
18901         * mail/sendmail.el (mail-yank-ignored-headers)
18902         (mail-font-lock-keywords, mail-mode-fill-paragraph):
18903         Add Mail-Followup-To and Mail-Reply-To headers.
18904         (mail-citation-hook): Add autoload cookie.
18905         (mail-mode): Doc fix.
18906         (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
18907         (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
18908         (mail-mode-fill-paragraph): Handle those headers.
18909         (mail-mailing-lists): New variable.
18910         (mail-mail-reply-to, mail-mail-followup-to): New functions.
18912 2005-03-17  Juri Linkov  <juri@jurta.org>
18914         * isearch.el (isearch-fallback): Check for `(car previous)'
18915         before calling `isearch-other-end-state'.
18917 2005-03-17  Kim F. Storm  <storm@cua.dk>
18919         * simple.el (move-beginning-of-line): Move to beginning of buffer
18920         line, as well as beginning of screen line.
18922 2005-03-16  Glenn Morris  <gmorris@ast.cam.ac.uk>
18924         * calendar/diary-lib.el (mark-diary-entries): Use new optional
18925         argument REDRAW rather than calendar-redrawing variable.
18926         * calendar/calendar.el (calendar-redrawing): Delete.
18927         (redraw-calendar): Do not bind calendar-redrawing.
18929 2005-03-16  Matt Hodges  <MPHodges@member.fsf.org>
18931         * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
18932         diary-file buffer.
18934 2005-03-16  Stefan Monnier  <monnier@iro.umontreal.ca>
18936         * help.el (describe-mode): Allow a :minor-mode-function property to
18937         specify a different minor mode toggle function than the variable.
18938         * simple.el (auto-fill-function):
18939         * subr.el (add-minor-mode): Use it.
18941 2005-03-16  Kenichi Handa  <handa@m17n.org>
18943         * language/ethio-util.el (sera-being-called-by-w3): New variable.
18944         (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
18945         (ethio-fidel-to-sera-buffer): Likewise.
18947 2005-03-16  Juri Linkov  <juri@jurta.org>
18949         * emacs-lisp/find-func.el (find-function-regexp):
18950         Add defun-emitting macro `menu-bar-make-toggle'.
18952         * isearch.el: Put `isearch-scroll' property to
18953         `split-window-horizontally'.
18955         * info.el: Update error messages for `debug-ignored-errors'.
18956         (Info-isearch-search): Doc fix.
18957         (Info-find-node): Move up code to go into info buffer before
18958         recording the node to the history.
18959         (Info-fontify-node): Fontify titles only if the next line
18960         has two or more `*', `=', `-', `.'.
18961         Display "go to this node" for empty (match-string 3).
18963 2005-03-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
18965         * term/mac-win.el: Add mouse pointer shape constants.
18967 2005-03-15  Kim F. Storm  <storm@cua.dk>
18969         * simple.el (move-beginning-of-line): Use vertical-motion.
18971 2005-03-15  Juri Linkov  <juri@jurta.org>
18973         * isearch.el (isearch-error): New variable.
18974         (isearch-invalid-regexp, isearch-within-brackets): Remove.
18975         (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
18976         (isearch-within-brackets-state): Remove.
18977         (isearch-case-fold-search-state, isearch-pop-fun-state):
18978         Decrease frame index.
18979         (isearch-mode, isearch-top-state, isearch-push-state)
18980         (isearch-edit-string, isearch-abort, isearch-search-and-update)
18981         (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
18982         (isearch-search, isearch-lazy-highlight-new-loop):
18983         Replace `isearch-invalid-regexp' with `isearch-error'.
18984         Remove `isearch-within-brackets'.
18985         (isearch-search): Add `search-failed' handler to `condition-case'.
18986         (isearch-lazy-highlight-search): Add `condition-case' to catch
18987         errors and allow `isearch-lazy-highlight-update' to try
18988         highlighting from the beginning of the window.
18989         (isearch-repeat): Move up code to set isearch-wrapped to t
18990         before calling isearch-wrap-function.
18992         * info.el (Info-isearch-initial-node): New internal variable.
18993         (Info-search): Signal an error in isearch mode when search leaves
18994         the initial node.  Signal an error when `bound' is non-nil and
18995         nothing was found in the current subfile.
18996         (Info-isearch-search): Remove `condition-case'.
18997         (Info-isearch-wrap): Don't wrap when search failed during leaving
18998         the initial node.  If `Info-isearch-search' is nil, wrap around
18999         the current node.
19000         (Info-isearch-start): New fun.
19001         (Info-mode): Add buffer-local hook `Info-isearch-start' to
19002         `isearch-mode-hook'.
19004 2005-03-15  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
19006         * simple.el (normal-erase-is-backspace): Set default to t if
19007         running on Mac.
19009         * term/mac-win.el (function-key-map): Sync with x-win.el.
19011 2005-03-15  Kenichi Handa  <handa@m17n.org>
19013         * international/mule-cmds.el (locale-language-names): Modify the
19014         format of elements and add more entries.
19015         (locale-preferred-coding-systems): Add more entries.
19016         (set-locale-environment): Adjust for the change of
19017         locale-language-names.
19019 2005-03-14  Stefan Monnier  <monnier@iro.umontreal.ca>
19021         * pcvs.el (smerge-ediff): Remove bogus autoload.
19023 2005-03-14  Lute Kamstra  <lute@gnu.org>
19025         * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
19026         Ignore a `*' at the beginning of a line.
19028         * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
19029         * emacs-lisp/byte-run.el (macro-declaration-function): Move from
19030         subr.el.
19031         (dont-compile, eval-when-compile, eval-and-compile): Use declare
19032         to specify indentation.
19034         * generic.el (define-generic-mode): Let generic-mode-list be a
19035         list of strings; test membership with equal.
19037 2005-03-14  Kim F. Storm  <storm@cua.dk>
19039         * simple.el (next-line, previous-line): Add optional try-vscroll
19040         arg to recognize interactive use.  Pass it on to line-move.
19041         (line-move): Don't perform auto-window-vscroll when defining or
19042         executing keyboard macro to ensure consistent behavior.
19044 2005-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
19046         * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
19048 2005-03-13  Lute Kamstra  <lute@gnu.org>
19050         * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
19051         debugger-setup-buffer so that backtrace marks the frames set to
19052         debug-on-exit and we don't have to do it manually.  Set an extra
19053         debug-on-exit for macro's.
19054         (debugger-setup-buffer): Don't mark the top frame manually.
19056 2005-03-12  Lute Kamstra  <lute@gnu.org>
19058         * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
19059         lisp-indent-function throughout.
19060         (with-no-warnings): Set lisp-indent-function property.
19062 2005-03-12  Thien-Thi Nguyen  <ttn@gnu.org>
19064         * progmodes/dcl-mode.el (dcl-mode-syntax-table):
19065         Add entry for backslash.
19067 2005-03-12  Juri Linkov  <juri@jurta.org>
19069         * info.el (Info-search): Four fixes for backward search.
19071 2005-03-11  Jay Belanger  <belanger@truman.edu>
19073         * calc/calc.el (calc-language-alist): New variable.
19074         * calc/calc-embed.el (calc-embedded-language-alist): Remove.
19075         (calc-embedded-find-modes): Use calc-language-alist instead of
19076         calc-embedded-language-alist.
19078 2005-03-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
19080         * calendar/calendar.el (calendar-redrawing): New internal
19081         variable.
19082         (redraw-calendar): Remove bogus save-excursion from previous
19083         change.  Bind calendar-redrawing to t for mark-diary-entries.
19084         * calendar/diary-lib.el (mark-diary-entries): No need to redraw
19085         calendar if that is why we were called.
19087 2005-03-11  Kenichi Handa  <handa@m17n.org>
19089         * international/mule.el (make-coding-system): Set property
19090         coding-system-define-form to nil.
19091         (define-coding-system-alias): Likewise.
19093 2005-03-11  Kenichi Handa  <handa@m17n.org>
19095         These changes are suggested by Dave Love <fx@gnu.org>.
19097         * textmodes/fill.el: Change encoding to iso-2022-7bit and add
19098         coding: tag.
19099         (adaptive-fill-regexp): Add more bullets.
19100         (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
19101         regexps.
19103 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
19105         * help.el (describe-mode): Properly handle non-trivial lighters.
19106         Don't ignore minor modes that are not listed in minor-mode-list.
19108         * tooltip.el (tooltip-mode): Don't complain that you can't turn the
19109         feature ON when the user requests to turn it OFF.
19111 2005-03-10  Lute Kamstra  <lute@gnu.org>
19113         * emacs-lisp/debug.el (debug-entry-code): Delete it.
19114         (implement-debug-on-entry): New function to replace debug-entry-code.
19115         (debug-on-entry-1): Use implement-debug-on-entry.  Delete the
19116         second argument as the 2005-03-07 change makes it obsolete.
19117         (debug-on-entry, cancel-debug-on-entry): Update call to
19118         debug-on-entry-1.
19119         (debug, debugger-setup-buffer): Comment update.
19120         (debugger-frame-number): Update to work with implement-debug-on-entry.
19122 2005-03-10  Jay Belanger  <belanger@truman.edu>
19124         * calc/calc-embed.el (math-ms-args): Declare it.
19125         (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
19126         math-ms-args.
19127         (calc-embedded-subst): Use math-multi-subst-rec to substitute
19128         variables.
19130 2005-03-10  Nick Roberts  <nickrob@snap.net.nz>
19132         * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
19133         Use message-box.
19135         * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
19136         (tooltip-activate-mouse-motions-if-enabled): Use dolist.
19137         (tooltip-gud-tips): Simplify.
19138         (tooltip-gud-tips-p): Remove superfluous :set.
19139         (tooltip-gud-modes): Add fortran-mode.
19140         (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
19142         * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
19144 2005-03-09  Kim F. Storm  <storm@cua.dk>
19146         * play/animate.el (animate-place-char): Use forward-line instead
19147         of next-line to improve performance.
19149 2005-03-09  Simon Josefsson  <jas@extundo.com>
19151         * net/browse-url.el (browse-url-default-browser): Doc fix.
19153 2005-03-09  Miles Bader  <miles@gnu.org>
19155         * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
19156         (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
19158 2005-03-09  Kenichi Handa  <handa@m17n.org>
19160         * international/latin-1.el: Set case and syntax for 255 only if
19161         set-case-syntax-set-multibyte is nil.
19163         * textmodes/ispell.el (ispell-insert-word): New function.
19164         (ispell-word): Use ispell-insert-word to insert a new word.
19165         (ispell-process-line): Likewise.
19166         (ispell-complete-word): Likewise.
19168 2005-03-09  Glenn Morris  <gmorris@ast.cam.ac.uk>
19170         * calendar/calendar.el (redraw-calendar): Preserve point.
19171         Reported by Matt Hodges <MPHodges@member.fsf.org>.
19172         (calendar-week-start-day): Move after definition of
19173         redraw-calendar.  Delete buffer test, since redraw-calendar has
19174         that now.
19176         * calendar/diary-lib.el (mark-diary-entries): Only call
19177         redraw-calendar in the first of any recursive calls.
19178         Reported by Alan Shutko <ats@acm.org>.
19180 2005-03-08  Juri Linkov  <juri@jurta.org>
19182         * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
19183         (html-horizontal-rule, html-line, html-image, html-checkboxes)
19184         (html-radio-buttons): Add a space before the trailing `/>' where
19185         sgml-xml-mode is non-nil.
19186         (sgml-delete-tag): Check if the tag ends with `/>' to not delete
19187         the subsequent tag of the empty XML tag.
19188         (html-href-anchor): Don't set initial input to "http:".
19189         (html-image): Ask for the image URL and set point inside alt="".
19190         (html-name-anchor): Duplicate the name in the `id' attribute when
19191         sgml-xml-mode is non-nil.
19192         (html-paragraph): Remove \n before <p>.
19193         (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
19194         instead of `checked' when sgml-xml-mode is non-nil.
19196         * facemenu.el (list-colors-print): Print #RRGGBB in default face.
19197         Remove 1 space before #RRGGBB to not truncate it on terminal
19198         windows w/o fringes.  Remove 1 space between bg and fg examples
19199         to get more space.
19200         (list-colors-duplicates): Replace `and' with `if' for `boundp' to
19201         avoid byte-compile warnings.
19203         * image-file.el (image-file-handler): Put `safe-magic' property to
19204         `image-file-handler'.
19206         * info.el (Info-isearch-search): Emulate word search in
19207         isearching through multiple Info nodes with Info-search.
19208         (Info-isearch-wrap): Allow isearch-word.
19210 2005-03-08  Lute Kamstra  <lute@gnu.org>
19212         * emacs-lisp/debug.el (debugger-step-through): Make sure that
19213         stepping into the debugger's code is not possible.
19214         (debugger-jumping-flag): Docstring update.
19216 2005-03-08  Jay Belanger  <belanger@truman.edu>
19218         * calc/calc-embed.el (calc-do-embedded): Reset mode line when
19219         embedded mode begins.
19220         (calc-embedded-language-alist): New variable.
19221         (calc-embedded-find-modes): Use calc-embedded-language-alist to
19222         set default language mode.
19224 2005-03-08  Kenichi Handa  <handa@m17n.org>
19226         * international/ccl.el (define-ccl-program): Fix docstring about
19227         extra 256 bytes assured for the output buffer.
19229         * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
19230         Fix BUFFER_MAGNIFICATION to 2.
19231         (ccl-encode-mule-utf-16be-with-signature): Likewise.
19233 2005-03-07  Karl Chen  <quarl@cs.berkeley.edu>
19235         * align.el (align-rules-list): Added an alignment rule for CSS
19236         declarations (applies to css-mode and html-mode buffers).
19238 2005-03-07  Stefan Monnier  <monnier@iro.umontreal.ca>
19240         * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
19242 2005-03-07  Kim F. Storm  <storm@cua.dk>
19244         * simple.el (move-beginning-of-line): New command.
19246         * bindings.el (global-map): Bind C-a to move-beginning-of-line.
19248         * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
19250         * emulation/cua-base.el: Put CUA move property on move-end-of-line
19251         and move-beginning-of-line.
19253         * apropos.el (apropos-print): Omit command from M-x ... RET.
19255 2005-03-07  Nick Roberts  <nickrob@snap.net.nz>
19257         * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
19258         (gdb-send, gdb-send-item): Log items sent from gdb-send too.
19260 2005-03-06  Richard M. Stallman  <rms@gnu.org>
19262         * bindings.el (esc-map): Bind M-g to goto-line.
19264         * facemenu.el (global-map): Bind M-o, not M-g.
19266 2005-03-06  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
19268         * menu-bar.el (menu-bar-file-menu): Add the same :enable to
19269         "Open Directory" as for "Open File".
19271 2005-03-06  Chong Yidong  <cyd@stupidchicken.com>
19273         * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
19274         (push-mark-command): Run activate-mark-hook.
19276 2005-03-06  Richard M. Stallman  <rms@gnu.org>
19278         * help-mode.el (help-mode-finish): Don't alter the element
19279         in view-return-to-alist if there already is one.
19281         * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
19282         make sure the current buffer is the expected one.
19284         * novice.el (disabled-command-function): Output in *Disabled Command*.
19285         Explicitly ignore non-keyboard events, and explicitly handle C-g.
19287         * textmodes/flyspell.el (flyspell-large-region):
19288         Pass args differently for aspell.
19290         * files.el (mode-require-final-newline): Doc fix.
19292 2005-03-03  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
19294         * progmodes/which-func.el (which-function):
19295         Specify NOERROR when calling imenu--make-index-alist.
19297 2005-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
19299         * simple.el (normal-erase-is-backspace): Define default value.
19301         * custom.el (custom-theme-set-variables): Remove unused var
19302         `immediate'.
19303         (custom-reevaluate-setting): Simple function to handle variables
19304         that are defined before their default value can really be
19305         computed.
19307         * startup.el (command-line): Use it for temporary-file-directory,
19308         small-emporary-file-directory, auto-save-file-name-transforms,
19309         blink-cursor-mode, and normal-erase-is-backspace.
19311         * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
19312         progress, even with buggy anchored keywords.
19314 2005-03-05  Luc Teirlinck  <teirllm@auburn.edu>
19316         * simple.el (goto-line): Remove unbalanced final parenthesis.
19318 2005-03-05  Richard M. Stallman  <rms@gnu.org>
19320         * simple.el (goto-line): Use a number at point as the default.
19321         With C-u as arg, switch buffers.
19323 2005-03-05  Juri Linkov  <juri@jurta.org>
19325         * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
19326         with `no-blinking-cursor'.
19328         * startup.el (no-blinking-cursor): New defvar.
19329         (command-line): Add `--no-blinking-cursor' to longopts.
19330         Set `no-blinking-cursor' to t for command line arguments
19331         -Q, -nbc, --no-blinking-cursor.  Replace `emacs-quick-startup'
19332         with `no-blinking-cursor' in the condition for calling
19333         `blink-cursor-mode'.
19335 2005-03-04  Luc Teirlinck  <teirllm@auburn.edu>
19337         * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
19338         (menu-bar-options-save): Add blink-cursor-mode.
19339         (menu-bar-options-menu): Add blink-cursor-mode.
19341 2005-03-04  Ulf Jasper  <ulf.jasper@web.de>
19343         * calendar/icalendar.el (icalendar-version): Increase to 0.11.
19344         (icalendar-export-file, icalendar-export-region)
19345         (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
19346         (icalendar--convert-ical-to-diary): Fix problem with DURATION.
19348 2005-03-04  Lute Kamstra  <lute@gnu.org>
19350         * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
19351         (debug-function-list): Ditto.
19353 2005-03-04  Robert J. Chassell  <bob@rattlesnake.com>
19355         * textmodes/texinfmt.el (texinfo-append-refill):
19356         Redefine the types of line to which @refill
19357         is not appended by replacing a search for `@refill\\|@bye' with
19358         `@refill\\|^[ \t]*@'.  The intent is to solve both the `@end
19359         itemize@refill' bug and the unfilled long lines bug.
19360         (texinfmt-version): Update number and date.
19362 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
19364         * international/code-pages.el (windows-1250, windows-125[2-8])
19365         (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
19367 2005-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
19369         * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
19370         bound yet.
19372 2005-03-02  Romain Francoise  <romain@orebokech.com>
19374         * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
19375         buffer after removing limits.
19376         (ibuffer-pop-filter): Ditto.
19377         Update copyright.
19379 2005-03-02  Miles Bader  <miles@gnu.org>
19381         * button.el (make-text-button): If the user doesn't specify a
19382         type, use the default.  Rewrite to use `add-text-properties' and
19383         plist functions.
19385 2005-03-01  Lute Kamstra  <lute@gnu.org>
19387         * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
19388         (debugger-jumping-flag): New var.
19389         (debug-entry-code): Use it.
19390         (debugger-jump): Use debugger-jumping-flag and add
19391         debugger-reenable to post-command-hook.
19392         (debugger-reenable): Use debugger-jumping-flag and remove itself
19393         from post-command-hook.
19394         (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
19395         debugger-reenable.
19397 2005-03-01  Robert J. Chassell  <bob@rattlesnake.com>
19399         * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
19400         inclusion of "itemize\\|", which may be unnecessary, is certainly
19401         inelegant, and stops refilling in itemize lists when formatting
19402         Japanese Texinfo files to Info.
19403         Update copyright to 2005.
19405 2005-03-01  Nick Roberts  <nickrob@snap.net.nz>
19407         * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
19408         of an error if GDB can't find the source file.
19410 2005-03-01  Glenn Morris  <gmorris@ast.cam.ac.uk>
19412         * calendar/calendar.el (redraw-calendar): Work from any buffer,
19413         not just the calendar.
19415         * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
19416         first.
19417         (diary-redraw-calendar): New function.
19418         (make-diary-entry): Add diary-redraw-calendar to local
19419         write-contents-functions.  Turn off selective display before
19420         inserting in diary.
19422 2005-03-01  Kim F. Storm  <storm@cua.dk>
19424         * emacs-lisp/copyright.el (copyright-fix-years): New command.
19426 2005-03-01  Lute Kamstra  <lute@gnu.org>
19428         * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
19429         that debug-entry-code can be safely removed from a function while
19430         this code is being evaluated.  Revert the 2005-02-27 change as the
19431         new implementation no longer requires it.  Make sure that a
19432         function body containing just a string is not mistaken for a docstring.
19433         (debug): Skip one more frame in case of debug on entry.
19434         (debugger-setup-buffer): Delete one more frame line in case of
19435         debug on entry.
19436         (debugger-frame-number): Update to use the new text introduced by
19437         the 1999-11-03 change.  Skip one more frame in case of debug on entry.
19439 2005-02-28  Kim F. Storm  <storm@cua.dk>
19441         * double.el (double-translate-key): Call force-window-update after
19442         read-event to avoid crash in redisplay.
19444 2005-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
19446         * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
19447         (debug): Use it.  Move the inhibit-trace earlier.
19448         (debug-entry-code): New const.
19449         (debug-on-entry-1): Use it.
19451 2005-02-28  Chong Yidong  <cyd@stupidchicken.com>
19453         * international/utf-16.el (ccl-encode-mule-utf-16le):
19454         Fix BUFFER_MAGNIFICATION to 2.
19455         (ccl-encode-mule-utf-16be): Likewise.
19457 2005-02-28  Kenichi Handa  <handa@m17n.org>
19459         * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
19460         Fix BUFFER_MAGNIFICATION to 4.
19461         (ccl-encode-mule-utf-16be-with-signature): Likewise.
19463 2005-02-28  Nick Roberts  <nickrob@snap.net.nz>
19465         * speedbar.el (speedbar-update-flag): Doc fix.
19466         (speedbar-show-info-under-mouse): Give set-mouse-position the right
19467         argument.
19469 2005-02-27  Stefan Monnier  <monnier@iro.umontreal.ca>
19471         * reveal.el (reveal-post-command): Don't try to reveal overlays which
19472         have a non-nil `invisible' property but are actually visible.
19474         * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
19475         for perldoc sections.
19476         (perl-outline-regexp, perl-outline-level): New var and function.
19477         (perl-mode): Use them.
19479 2005-02-27  Glenn Morris  <gmorris@ast.cam.ac.uk>
19481         * calendar/diary-lib.el (diary-remind): Discard any mark portion
19482         from diary-entry.  Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
19484 2005-02-27  Luc Teirlinck  <teirllm@auburn.edu>
19486         * cus-edit.el: Comment change.
19487         (custom-buffer-create-internal): Slightly reword text at top of
19488         Custom buffers.  Mention there that saving an option edits the
19489         init file.  Add link to Emacs manual node on `custom-file'.
19490         (custom-magic-alist): Rewrite individual State messages to use
19491         capitalized keywords.  Doc fix.
19493 2005-02-27  Matt Hodges  <MPHodges@member.fsf.org>
19495         * calendar/calendar.el (calendar-buffer): Move above
19496         calendar-week-start-day.
19497         (calendar-week-start-day): Doc fix.  Add :set function.
19498         (calendar-minimum-window-height): New variable.
19499         (generate-calendar-window): Only resize window if selected-window
19500         is displaying the calendar buffer.  Use new variable
19501         calendar-minimum-window-height.
19502         (generate-calendar): Reword error message.
19503         (calendar-mode-map): Bind DEL to scroll-other-window-down.
19505 2005-02-27  Andreas Schwab  <schwab@suse.de>
19507         * vc.el (vc-do-command): Don't run command asynchronously when
19508         operating in a remote directory.
19510         * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
19511         change from sync with Tramp 2.0.47.
19513 2005-02-27  Richard M. Stallman  <rms@gnu.org>
19515         * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
19517         * textmodes/flyspell.el (flyspell-mode-on):
19518         Call ispell-change-dictionary only if necessary.
19520         * emacs-lisp/re-builder.el (regexp-builder): New function.
19522         * register.el (describe-register-1): Explicitly handle
19523         yank-excluded-properties = t.
19525         * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
19526         (custom-magic-alist): Change the status descriptions again.
19527         (face widget-type): Total rewrite based on `restricted-sexp'
19528         to eliminate the confusing double hiding levels.
19530         * emacs-lisp/debug.el (debug-on-entry-1):
19531         If function body is empty, add nil as body form.
19533 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
19535         * emacs-lisp/trace.el (inhibit-trace): New var.
19536         (trace-make-advice): Use it.
19538         * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
19540 2005-02-26  Kim F. Storm  <storm@cua.dk>
19542         * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
19543         (mouse-on-link-p, mouse-drag-region-1): Use it.
19545 2005-02-25  Lute Kamstra  <lute@gnu.org>
19547         * replace.el (query-replace-read-from): Fix 2005-02-19 change.
19549 2005-02-24  Luc Teirlinck  <teirllm@auburn.edu>
19551         * frame.el (blink-cursor-mode): Add :group keyword.
19553 2005-02-24  Ulf Jasper  <ulf.jasper@web.de>
19555         * calendar/icalendar.el (icalendar--decode-isodatetime):
19556         New optional argument DAY-SHIFT.
19557         (icalendar-export-region): Fix coding-system-for-write.
19558         (icalendar--convert-ical-to-diary): Shift end-day of all-day
19559         events by one.
19561 2005-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
19563         * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
19565 2005-02-24  Kim F. Storm  <storm@cua.dk>
19567         * international/iso-acc.el (iso-accents-compose): Fix crash
19568         during redisplay.  Call force-window-update after read-event
19569         and delete-region to signal that window is not accurate.
19571 2005-02-23  Stefan Monnier  <monnier@iro.umontreal.ca>
19573         * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
19574         Remove unused and inexistent var `inhibit-trace'.
19575         (debugger-mode): Use run-mode-hooks.
19576         (debugger-list-functions): Add buttons; setup xref stack.
19578 2005-02-23  Richard M. Stallman  <rms@gnu.org>
19580         * calendar/appt.el (appt-time-msg-list): 3rd elt of each
19581         appointment says it was explicitly made.
19582         (appt-add): Set the 3rd element.
19583         (appt-make-list): Preserve explicit appointments.
19585         * subr.el (find-tag-default): Catch errors in forward-sexp.
19587 2005-02-23  Juri Linkov  <juri@jurta.org>
19589         * info.el (Info-isearch-search): New defcustom.
19590         (Info-isearch-search): Call the default isearch function
19591         when Info-isearch-search is nil.
19592         (Info-isearch-wrap): Use variable Info-isearch-search.
19594 2005-02-22  Luc Teirlinck  <teirllm@auburn.edu>
19596         * cus-edit.el: Comment change.
19598 2005-02-22  Kim F. Storm  <storm@cua.dk>
19600         * progmodes/hideif.el (hide-ifdef-use-define-alist):
19601         Use completing-read.  Suggested by Juan-Leon Lahoz Garcia.
19603 2005-02-22  Simon Josefsson  <jas@extundo.com>
19605         * net/browse-url.el (browse-url-netscape-new-window-is-tab):
19606         New variable.
19607         (browse-url-netscape): Use it.  Suggested by "Johann 'Myrkraverk'
19608         Oskarsson" <myrkraverk@users.sourceforget.net>.
19610 2005-02-22  Kim F. Storm  <storm@cua.dk>
19612         * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
19613         check that window of that event is the selected window.
19614         (mouse-drag-region-1): Compare mouse event window to selected
19615         window before setting point.
19617         * tooltip.el (tooltip-show-help-function): Pass event to
19618         mouse-on-link-p so it can check selected window.
19620 2005-02-22  Kenichi Handa  <handa@m17n.org>
19622         * ps-mule.el (ps-mule-header-string-charsets): Delete it.
19623         (ps-mule-show-warning): New function.
19624         (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
19625         characters are found.
19627         * ps-print.el (ps-header-footer-string): Return a list of header
19628         and footer strings.
19630 2005-02-21  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
19632         * pcvs.el (cvs-retrieve-revision): Fix thinko.
19634 2005-02-21  Stefan Monnier  <monnier@iro.umontreal.ca>
19636         * frame.el (blink-cursor-mode): Use define-minor-mode.
19638         * term/mac-win.el (function-key-map): Use char-names more consistently.
19639         (file-name-coding-system): Only set it for MacOS-9.  The other case is
19640         already handled in mule-cmds.el (where it also works when mac-win.el
19641         is not used).
19643 2005-02-21  Kenichi Handa  <handa@m17n.org>
19645         * international/mule.el (ctext-pre-write-conversion): Always use
19646         " *code-converting-work*" buffer for work.
19648         * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
19650 2005-02-20  Thien-Thi Nguyen  <ttn@gnu.org>
19652         * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
19654 2005-02-20  Jonathan Yavner  <jyavner@member.fsf.org>
19656         * ses.el (undo-more): Restore defadvice, but only the part that
19657         allows changes outside the restricted area of the buffer.
19659 2005-02-20  Kim F. Storm  <storm@cua.dk>
19661         * simple.el (line-move): Add fourth optional arg try-vscroll which
19662         must be set to perform auto-window-vscroll.
19663         When moving backwards and doing auto-window-vscroll, automatically
19664         vscroll to the last part of lines which are taller than the window.
19665         (next-line, previous-line): Set try-vscroll arg on line-move.
19667 2005-02-19  Dan Nicolaescu  <dann@ics.uci.edu>
19669         * replace.el (query-replace, query-replace-regexp)
19670         (replace-string, replace-regexp): When operating on region, make
19671         the minibuffer prompt say so.
19673         * isearch.el (isearch-forward): Document isearch-query-replace and
19674         isearch-query-replace-regexp keybindings.
19676 2005-02-19  Jay Belanger  <belanger@truman.edu>
19678         * calc/calc-aent.el (math-read-token): Add local variable.
19680         * calc/calc-prog.el (calc-user-define-edit): Add local variable.
19681         (calc-edit-top): Move declaration to earlier in file.
19682         (calc-edit-macro-repeats): Add local variables.
19684         * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
19685         Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
19686         calcFunc-tanh.
19687         Adjust integration rule for calcFunc-tan.
19689 2005-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
19691         * viper-cmd.el (viper-prefix-commands): Make into a defconst.
19692         (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
19693         (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
19694         (viper-skip-separators): Bug fix.
19695         (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
19696         particular major mode.
19697         (viper-del-backward-char-in-replace): Don't put deleted char on the
19698         kill ring.
19700         * viper-ex.el (viper-color-display-p): New function.
19701         (viper-has-face-support-p): Use viper-color-display-p.
19703         * viper-keym.el (viper-gnus-modifier-map): New keymap.
19705         * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
19707         * viper-util.el (viper-glob-unix-files): Fix shell status check.
19708         (viper-file-remote-p): Make equivalent to file-remote-p.
19710         * viper.el (viper-major-mode-modifier-list):
19711         Use viper-gnus-modifier-map.
19713 2005-02-19  David Kastrup  <dak@gnu.org>
19715         * subr.el (subregexp-context-p): Fix garbled doc string by adding
19716         quoting.
19718 2005-02-19  Jay Belanger  <belanger@truman.edu>
19720         * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
19721         Remove extra definitions.
19722         (calc-coth): New function.
19723         (calcFunc-cot): Fix `let'.
19725 2005-02-19  Eli Zaretskii  <eliz@gnu.org>
19727         * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
19728         the reasons we use "type pc" in these faces.
19730         * button.el (button): Ditto.
19732 2005-02-19  Michael Mauger  <mmaug@yahoo.com>
19734         * replace.el (query-replace-read-from): Set the value of
19735         query-replace-from-history-variable to handle the case of an empty
19736         string entered to accept the suggested default.
19738         * net/tramp.el (tramp-file-name-for-operation):
19739         Use dired-call-process instead of dired-call-process-command.
19741 2005-02-19  Jay Belanger  <belanger@truman.edu>
19743         * calc/calc-arith.el (math-trig-inverses, math-div-trig)
19744         (math-div-non-trig): New variables.
19745         (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
19746         (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
19747         (math-combine-prod, math-div-symb-fancy): Add simplifications for
19748         trig expressions.
19750 2005-02-19  Nick Roberts  <nickrob@snap.net.nz>
19752         * progmodes/gdb-ui.el (gdb-var-update-handler)
19753         (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
19754         for watch expressions,
19755         (gdb-var-create-handler): Don't set speedbar-update-flag.
19756         (gdb-post-prompt): Simplify test for speedbar.
19758 2005-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
19760         * ediff.el (ediff-set-diff-overlays-in-one-buffer)
19761         (ediff-set-fine-overlays-in-one-buffer, ediff-goto-word): Make sure
19762         we use the syntax table of the correct buffer.
19763         (ediff-same-file-contents, ediff-same-contents): Enhancements thanks to
19764         Felix Gatzemeier.
19766         * ediff-init.el (ediff-hide-face): Check for definedness of functions.
19767         (ediff-file-remote-p): Make synonymous with file-remote-p.
19768         In all deffaces ediff-*-face-*, use min-colors.
19770         * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
19771         ediff-recurse-to-subdirectories.
19772         (ediff-mark-if-equal): Check that the arguments are strings, use
19773         ediff-same-contents (after to Felix Gatzemeier).
19775         * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
19776         nil.
19778 2005-02-18  Stefan Monnier  <monnier@iro.umontreal.ca>
19780         * log-view.el (log-view-message-re): Fix up Subversion regexp.
19782 2005-02-18  David Kastrup  <dak@gnu.org>
19784         * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
19785         use `mark-active' when defined.
19787 2005-02-18  Kenichi Handa  <handa@m17n.org>
19789         * ps-print.el (ps-font-info-database): New entry
19790         ZapfChancery-MediumItalic with correct font name.  Fix font name
19791         of the entry Zapf-Chancery-MediumItalic.
19793 2005-02-16  Luc Teirlinck  <teirllm@auburn.edu>
19795         * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
19797 2005-02-16  Kim F. Storm  <storm@cua.dk>
19799         * ido.el (ido-fallback-command): Pass user input to fallback command.
19801 2005-02-16  Nick Roberts  <nickrob@snap.net.nz>
19803         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
19804         (gdb-find-file-hook): Add server prefix.
19806 2005-02-16  Richard M. Stallman  <rms@gnu.org>
19808         * replace.el (perform-replace): Pass new args to replace-highlight.
19809         (replace-highlight): Take region args,
19810         and pass them to isearch-lazy-highlight-new-loop.
19812         * novice.el (disabled-command-hook): Autoload the defalias
19813         and the make-obsolete-variable call.
19815         * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
19817         * isearch.el (isearch-lazy-highlight-start-limit)
19818         (isearch-lazy-highlight-end-limit): New variables limit
19819         the region for highlighting.
19820         (isearch-lazy-highlight-new-loop): New args BEG and END.
19821         (isearch-lazy-highlight-search): Use the new vars.
19822         (isearch-lazy-highlight-update): Likewise.
19824         * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
19826         * cus-start.el (all): Use default-boundp.
19828 2005-02-15  David Casperson  <casper@unbc.ca>  (tiny change)
19830         * menu-bar.el (menu-bar-select-frame): Handle current frame.
19832 2005-02-15  Luc Teirlinck  <teirllm@auburn.edu>
19834         * autorevert.el (auto-revert-stop-on-user-input)
19835         (auto-revert-verbose): Doc fixes.
19837 2005-02-15  Benjamin Riefenstahl  <Benjamin.Riefenstahl@epost.de>
19839         * international/mule-cmds.el (set-locale-environment): Remove call
19840         to set-selection-coding-system on Windows.
19842 2005-02-15  Jay Belanger  <belanger@truman.edu>
19844         * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
19845         calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
19846         calcFunc-coth.
19847         (math-simplify-sqrt): Add simplifications.
19849         * calc/calc-arith.el (math-real-if-arg-functions): Add functions
19850         to list.
19852         * calc/calc-ext.el: Add functions to autoloads.
19854         * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
19855         (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
19856         (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
19857         (math-csc-raw, math-cot-raw): New functions.
19859         * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
19861         * calc/calc-undo.el (calc-handle-undo): Remove prefix from
19862         the variable name in a message.
19864         * calc/calc-units.el: Add simplification rules for calcFunc-sec,
19865         calcFunc-csc, calcFunc-cot.
19867         * calc/calcalg2.el: Add derivative and integration rules for
19868         calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
19869         calcFunc-csch, calcFunc-coth.
19870         (math-do-integral-methods): Add to checks for when to use
19871         substitutions.
19873         * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
19875 2005-02-15  Lute Kamstra  <lute@gnu.org>
19877         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
19878         Add ;;;###autoload to `outline-regexp'.  Suggested by Stefan Monnier
19879         <monnier@iro.umontreal.ca>
19880         (lisp-outline-level): Improve efficiency.  Suggested by David
19881         Kastrup <dak@gnu.org>.
19883 2005-02-15  Nick Roberts  <nickrob@snap.net.nz>
19885         * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
19886         (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
19887         (gdb-set-gud-minor-mode-existing-buffers): New functions.
19888         (gdb-find-file-hook): New hook.  Add it to find-file-hook.
19889         (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
19891 2005-02-14  Luc Teirlinck  <teirllm@auburn.edu>
19893         * cus-start.el (all): Comment change.
19895 2005-02-14  Lute Kamstra  <lute@gnu.org>
19897         * cus-start.el (all): Check if symbol is void.
19899 2005-02-14  Carsten Dominik  <dominik@science.uva.nl>
19901         * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
19902         optional argument to \cite.
19904 2005-02-14  Richard M. Stallman  <rms@gnu.org>
19906         * cus-edit.el (custom-buffer-create-internal): Update help message.
19907         (custom-magic-alist): Update help messages.
19909         * cus-start.el (all): Allow a var to specify a standard value.
19911 2005-02-12  Luc Teirlinck  <teirllm@auburn.edu>
19913         * custom.el (custom-theme-set-variables): Handle variable aliases.
19915         * frame.el (blink-cursor-timer): Doc fix.
19916         (blink-cursor): Make it an alias for `blink-cursor-mode' and
19917         declare obsolete.
19918         (blink-cursor-mode): Define with defcustom and use correct
19919         standard expression in that defcustom.
19920         * startup.el (command-line): Adapt to above changes in frame.el.
19922 2005-02-11  Lute Kamstra  <lute@gnu.org>
19924         * apropos.el (apropos-score-doc): Prevent division by zero.
19926 2005-02-11  Ulf Jasper  <ulf.jasper@web.de>
19928         * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
19929         (icalendar--get-event-property-attributes)
19930         (icalendar--get-event-properties)
19931         (icalendar--datetime-to-diary-date): New functions.
19932         (icalendar--split-value): Doc fix.
19933         (icalendar--datetime-to-noneuropean-date)
19934         (icalendar--datetime-to-european-date): New optional argument
19935         SEPARATOR.  Return result as a string instead of a list.
19936         (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
19937         (icalendar--convert-string-for-export): Rename arg S to STRING.
19938         (icalendar-export-region): Doc fix.  Change name of error buffer.
19939         Save output buffer.
19940         (icalendar-import-file): Add blank at end of prompt.
19941         (icalendar-import-buffer): Doc fix.  Do not switch to error
19942         buffer.  Indicate status in return value.
19943         (icalendar--convert-ical-to-diary): Doc fix.  Change name of error
19944         buffer.  Save output buffer.  Handle exception from recurrence
19945         rules (EXDATE, EXRULE).  Handle start- and end-date of recurring
19946         events.  Fix problems with weekly all-day events.
19948 2005-02-10  Richard M. Stallman  <rms@gnu.org>
19950         * simple.el (eval-expression-print-format):
19951         Avoid warning about edebug-active.
19953         * help.el (help-for-help-internal): Rename from help-for-help.
19954         (help-for-help): Define with defalias.
19956         * font-core.el (font-lock-default-function): Use with-no-warnings.
19958         * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
19960         * custom.el (defface): Doc fix.
19962 2005-02-10  Nick Roberts  <nickrob@snap.net.nz>
19964         * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
19965         width 0" to prevent word wrapping problems.
19967 2005-02-09  Kim F. Storm  <storm@cua.dk>
19969         * ido.el (ido-file-extensions-order): New defcustom.
19970         (ido-file-extension-lessp, ido-file-extension-aux)
19971         (ido-file-extension-order): New advanced file ordering.
19972         (ido-file-lessp): New simple file ordering.
19973         (ido-sort-list): Remove.
19974         (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
19975         (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
19977 2005-02-08  Dan Nicolaescu  <dann@ics.uci.edu>
19979         * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
19980         that some versions of grep produce.
19981         (grep-mode-font-lock-keywords): Likewise.
19983 2005-02-09  Nick Roberts  <nickrob@snap.net.nz>
19985         * progmodes/gdb-ui.el (gdb-location-list): New variable.
19986         (gdb-cdir): Delete.
19987         (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
19988         (gdb-source-info): Treat case when source file is in another
19989         directory properly.
19990         (gdb-get-location): New function.
19992 2005-02-07  Jay Belanger  <belanger@truman.edu>
19994         * calc/calc-prog.el (calc-write-parse-table-part)
19995         (calc-fix-token-name): Fix a check for language type.
19997         * calc/calccomp.el (math-compose-expr): Fix a check for language type.
19999 2005-02-07  Andre Spiegel  <spiegel@gnu.org>
20001         * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
20002         as directory not writable.
20004 2005-02-07  Kim F. Storm  <storm@cua.dk>
20006         * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
20007         (cua--standard-movement-commands): Remove list.
20008         Instead, set CUA property value to move for movement commands.
20009         (cua-movement-commands): Remove.  Users must set CUA prop instead.
20010         (cua--pre-command-handler): Check CUA property.
20011         (cua--init-keymaps): Don't remap undo commands.
20012         (cua-mode): Don't call cua--rectangle-on-off.
20014         * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
20015         (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
20016         (cua--rect-undo-set-point): New var.
20017         (cua--rectangle-undo-boundary): Setup undo apply entry.
20018         (cua--rect-undo-handler): New function for rectangle undo.
20019         (cua--rect-start-position, cua--rect-end-position): Add.
20020         (cua--rectangle-post-command): Call cua--rectangle-set-corners
20021         for restored rectangle.  Set point if cua--rect-undo-set-point.
20023 2005-02-06  Jay Belanger  <belanger@truman.edu>
20025         * calc/calc-lang.el (calc-tex-language): Display more information
20026         in messages.
20028         * calc/calccomp.el (math-compose-expr): Allow multiline matrices
20029         in TeX mode.
20031 2005-02-06  Richard M. Stallman  <rms@gnu.org>
20033         * emacs-lisp/lisp.el (buffer-end): Doc fix.
20035 2005-02-05  Arne_J\e,Ax\e(Brgensen  <arne@arnested.dk>  (tiny change)
20037         * net/ldap.el (ldap-search-internal): Support attributes with
20038         optional descriptions separated by a semi-colon, as in
20039         "userCertificate;binary".
20041 2005-02-05  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
20043         * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
20044         isn't a cons (i.e. the version is 0).
20046 2005-02-05  Eli Zaretskii  <eliz@gnu.org>
20048         * help.el (help-for-help): Doc fix.
20050 2005-02-05  Nick Roberts  <nickrob@snap.net.nz>
20052         * progmodes/gdb-ui.el: Update copyright.  Put GDB-Frames before
20053         GDB-Windows on the menu-bar as this works better.
20055 2005-02-04  Jay Belanger  <belanger@truman.edu>
20057         * calc/calc-embed.el (calc-embedded-update): Don't put in
20058         unnecessary newlines.  Adjust the end of formula marker.
20060         * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
20061         (math-latex-parse-two-args): New function.
20063 2005-02-03  Lute Kamstra  <lute@gnu.org>
20065         * help-fns.el (help-with-tutorial): Make sure that users cannot
20066         remove the entire text of the tutorial by means of `undo'.
20068 2005-02-03  Stefan Monnier  <monnier@iro.umontreal.ca>
20070         * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
20071         in recent changes, where the ispell process was repeatedly
20072         killed & restarted.
20074         * international/mule-cmds.el (set-locale-environment): Set file-name
20075         coding system to utf-8 on Darwin systems.
20076         (set-default-coding-systems): Don't set default-file-name-coding-system
20077         on Darwin systems.
20079 2005-02-03  Richard M. Stallman  <rms@gnu.org>
20081         * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
20083 2005-02-03  Matt Hodges  <MPHodges@member.fsf.org>
20085         * faces.el (list-faces-display): Add optional argument.
20087 2005-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
20089         * font-core.el (font-lock-default-function): Handle the rare case where
20090         only font-lock-keywords is set.
20092 2005-02-02  Kenichi Handa  <handa@m17n.org>
20094         * international/characters.el: Cancel previous change for
20095         I-WITH-DOT-ABOVE and DOTLESS-i.
20097         * international/latin-5.el: Cancel previous change.
20099 2005-02-02  Nick Roberts  <nickrob@snap.net.nz>
20101         * progmodes/gud.el: Correction to syntax in gud-menu-map.
20103 2005-02-02  Kenichi Handa  <handa@m17n.org>
20105         * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
20106         DOTLESS-i.
20108         * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
20109         Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
20111         * case-table.el (get-upcase-table): New function.
20112         (copy-case-table): Copy upcaes table too if non-nil.
20113         (set-case-syntax-delims): Maintain upcase table too.
20114         (set-case-syntax-pair): Likewise.
20115         (set-upcase-syntax, set-downcase-syntax): New functions.
20116         (set-case-syntax): Maintain upcase table too.
20118 2005-02-02  Nick Roberts  <nickrob@snap.net.nz>
20120         * progmodes/gdb-ui.el (gdb-goto-info): Delete.
20122         * progmodes/gud.el (gud-goto-info): New function.
20123         (gud-tool-bar-map): Use correct icon.
20125 2005-02-01  Thien-Thi Nguyen  <ttn@gnu.org>
20127         * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
20128         When delegating, order args in the funcall correctly.
20130 2005-02-01  Thien-Thi Nguyen  <ttn@gnu.org>
20132         * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
20134 2005-02-01  Carsten Dominik  <dominik@science.uva.nl>
20136         * textmodes/reftex.el (reftex-access-scan-info): Error out in a
20137         buffer not visiting a file.
20139 2005-01-31  Jay Belanger  <belanger@truman.edu>
20141         * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
20142         bound on the line with the formula.
20144 2005-01-31  Kim F. Storm  <storm@cua.dk>
20146         * ses.el (ses-create-cell-variable-range)
20147         (ses-destroy-cell-variable-range, ses-reset-header-string)
20148         (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
20149         (ses-insert-row): Fix format of apply undo entries.
20151 2005-01-31  Jay Belanger  <belanger@truman.edu>
20153         * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
20154         parts.
20156         * calc/calc-embed.el (calc-embedded-open-formula)
20157         (calc-embedded-close-formula): Ignore matrix environments.
20159         * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
20160         TeX mode.
20162         * calc/calc-lang.el (math-function-table, math-oper-table)
20163         (math-variable-table): Adjust the LaTeX portions.
20165         * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
20166         (math-latex-ignore-words): New constant.
20168 2005-01-31  Richard M. Stallman  <rms@gnu.org>
20170         * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
20171         (ispell-local-dictionary): Doc fix.
20172         (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
20173         Don't reinitialize at run time.  Don't defcustom.
20174         All uses changed to append ispell-local-dictionary-alist,
20175         or check it first.
20176         (ispell-current-dictionary): New variable for dictionary in use.
20177         (ispell-dictionary): Now used only for global default.
20178         (ispell-start-process): Set ispell-current-dictionary,
20179         not ispell-dictionary.
20180         (ispell-change-dictionary): Use this only for setting
20181         user preferences.
20182         (ispell-internal-change-dictionary): New function
20183         to change the current dictionary in use.
20184         (ispell-region, ispell-process-line, ispell-buffer-local-dict):
20185         Use ispell-current-dictionary.
20186         Handle ispell-local-dictionary-overridden.
20187         (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
20189 2005-01-31  Jay Belanger  <belanger@truman.edu>
20191         * calc/calc-aent.el (math-read-token): Add support for LaTeX.
20193         * calc/calc-ext.el: Add calc-latex-language to autoloads.
20194         (calc-mode-map): Add calc-latex-language.
20196         * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
20197         (math-latex-print-frac): New functions.
20198         (math-oper-table, math-function-table, math-variable-table)
20199         (math-complex-format, math-input-filter): Add latex properties.
20200         (calc-set-language): Set math-expr-special-function-mapping.
20202         * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
20203         (calc-write-parse-table-part): Add LaTeX support.
20205         * calc/calc.el (calc-language): Adjust docstring.
20206         (calc-set-mode-line): Add LaTeX support.
20207         (math-expr-special-function-mapping): New variable.
20208         (math-tex-ignore-words): Add to list.
20210         * calc/calccomp.el (math-compose-expr, math-compose-rows):
20211         Add LaTeX support.
20212         (math-compose-expr): Add support for special functions.
20214         * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
20216 2005-01-31  Nick Roberts  <nickrob@snap.net.nz>
20218         * progmodes/gdb-ui.el (gdb-memory-address)
20219         (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
20220         (gdb-memory-mode-map, gdb-memory-format-keymap)
20221         (gdb-memory-format-menu, gdb-memory-unit-keymap)
20222         (gdb-memory-unit-menu): New variables for a buffer
20223         that lets the user examine program memory.
20224         (gdb-memory-set-address, gdb-memory-set-repeat-count)
20225         (gdb-memory-format-binary, gdb-memory-format-octal)
20226         (gdb-memory-format-unsigned, gdb-memory-format-signed)
20227         (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
20228         (gdb-memory-format-menu-1, gdb-memory-unit-giant)
20229         (gdb-memory-unit-word, gdb-memory-unit-halfword)
20230         (gdb-memory-unit-byte, gdb-memory-unit-menu)
20231         (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
20232         (gdb-memory-mode, gdb-memory-buffer-name)
20233         (gdb-display-memory-buffer, gdb-frame-memory-buffer):
20234         New functions for above buffer.
20236 2005-01-30  Richard M. Stallman  <rms@gnu.org>
20238         * cus-edit.el (custom-bury-buffer): Function deleted.
20239         (custom-buffer-done-function): Option deleted.
20240         (custom-buffer-done-kill): New replacement option.
20241         (Custom-buffer-done): Call quit-window.
20242         (custom-buffer-create-internal): Update for above changes.
20244 2005-01-29  Luc Teirlinck  <teirllm@auburn.edu>
20246         * simple.el (undo-ask-before-discard): New var.
20247         (undo-outer-limit-truncate): Implement it.
20248         (undo-extra-outer-limit): Doc update.
20250 2005-01-29  Richard M. Stallman  <rms@gnu.org>
20252         * ses.el (undo-more): Delete defadvice.
20253         (ses-begin-change): Doc fix.
20255         * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
20256         instead of rebinding C-x u and C-_.
20258         * files.el (normal-backup-enable-predicate): Return nil for files
20259         in /tmp, regardless of temporary-file-directory.
20261         * man.el (Man-getpage-in-background): Disable undo in Man buffer.
20263         * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
20264         (open-rectangle, delete-whitespace-rectangle-line)
20265         (clear-rectangle-line): If FILL, pass t instead of FILL
20266         for move-to-column's 2nd arg.
20268         * simple.el (undo): Fix the test for continuing a series of undos.
20269         (undo-more): Set pending-undo-list to t when we reach end.
20270         (pending-undo-list): Move up defvar.
20272         * wid-edit.el (widget-button-click):
20273         Shorten the range of the track-mouse binding.
20275         * comint.el (comint-insert-input): Undo previous changes;
20276         use last-input-event in interactive spec.
20278 2005-01-29  Eli Zaretskii  <eliz@gnu.org>
20280         * progmodes/compile.el (compilation-start): Bind buffer-read-only
20281         to nil before invoking call-process.  Reset buffer's modified flag
20282         after fontifying it in the no-async branch.
20284         * wid-edit.el (widget-specify-button): If mouse pointer shape
20285         cannot be changed, use mouse face instead.
20287 2005-01-29  Nick Roberts  <nickrob@snap.net.nz>
20289         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
20290         (gdb-goto-breakpoint): Make breakpoint handling work on template
20291         functions in C++.  Reported by Martin Reed <mjreed@essex.ac.uk>
20292         (gdb-assembler-custom): Update to recognize breakpoint information
20293         added on 2005-01-19.
20295 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
20297         * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
20298         (dsssl-mode): Use define-derived-mode.
20299         (scheme-mode-initialize): Remove.
20300         (scheme-mode): Use run-mode-hooks.
20302         * cus-edit.el (customize-group-other-window)
20303         (custom-buffer-create-other-window): Don't override special-display-*.
20304         (custom-mode-map): Make it dense.
20306         * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
20307         sets the default value.
20309 2005-01-28  Eli Zaretskii  <eliz@gnu.org>
20311         * descr-text.el: Add more keywords.
20313 2005-01-27  Stefan Monnier  <monnier@iro.umontreal.ca>
20315         * speedbar.el: Avoid unnecessary use of locate-library.
20317         * international/mule-cmds.el (standard-display-european-internal):
20318         Don't fiddle with latin-1 non-break space any more since it's now
20319         special cased in the C code.
20320         Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
20322 2005-01-26  Luc Teirlinck  <teirllm@auburn.edu>
20324         * cus-start.el (all): Add `undo-outer-limit'.
20326 2005-01-25  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
20328         * textmodes/bibtex.el (bibtex-format-entry):
20329         Use `bibtex-empty-field-re' only on the text of fields, not on entire
20330         field lines.
20331         (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
20332         not on part of a buffer.
20334 2005-01-25  Lute Kamstra  <lute@gnu.org>
20336         * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
20337         nonempty field text strings like "{letters\\macro{}more letters}".
20338         Clarify docstring.
20339         (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
20340         (bibtex-entry-offset, bibtex-parse-association)
20341         (bibtex-parse-field-name): Fix typos in docstrings.
20342         (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
20344 2005-01-24  Carsten Dominik  <dominik@science.uva.nl>
20346         * textmodes/reftex-global.el (reftex-isearch-push-state-function)
20347         (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
20348         (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
20349         (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
20351         * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
20352         isearch minor mode.
20354 2005-01-24  Luc Teirlinck  <teirllm@auburn.edu>
20356         * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
20358 2005-01-24  Lute Kamstra  <lute@gnu.org>
20360         * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
20361         CASECHARS and NOT-CASECHARS regular expressions of the
20362         "nederlands" and "nederlands8" dictionaries to prevent a "Range
20363         striding over charsets" error.
20365 2005-01-24  Jay Belanger  <belanger@truman.edu>
20367         * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
20368         display variable name.
20370 2005-01-24  Kenichi Handa  <handa@m17n.org>
20372         * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
20373         Fix setting of the element of encoded-kbd-iso2022-invocations.
20375 2005-01-24  Nick Roberts  <nickrob@snap.net.nz>
20377         * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
20378         (gdb-threads-select): Change to also accept mouse events.
20379         (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
20380         (gdb-threads-mouse-select): Delete.
20382 2005-01-23  Luc Teirlinck  <teirllm@auburn.edu>
20384         * files.el (insert-directory): Take care of empty directory,
20385         listed without -a switch.
20387 2005-01-23  Stefan Monnier  <monnier@iro.umontreal.ca>
20389         * textmodes/refill.el (refill-post-command-function):
20390         Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
20391         to the list of functions that we should be careful not to undo.
20392         (refill-late-fill-paragraph-function): Remove.
20393         (refill-saved-state): New var.
20394         (refill-mode): Use it to save fill-paragraph-function.
20395         Save also the value of auto-fill-function.
20397         * term/w32-win.el: Simplify code.
20399 2005-01-23  Kim F. Storm  <storm@cua.dk>
20401         * simple.el (line-move): Adapt to new return value from
20402         pos-visible-in-window-p.
20404         * simple.el (line-move): Fix last change.  Check partial
20405         visibility at point rather than at window-start.
20407 2005-01-22  Jason Rumney  <jasonr@gnu.org>
20409         * term/w32-win.el (xw-defined-colors): Remove debug-message.
20411 2005-01-22  David Kastrup  <dak@gnu.org>
20413         * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
20415 2005-01-22  Eli Zaretskii  <eliz@gnu.org>
20417         * type-break.el (type-break-mode): Add a test for
20418         type-break-file-name being non-nil.
20420 2005-01-22  Toby Allsopp  <Toby.Allsopp@navman.com>  (tiny change)
20422         * net/eudc.el (top level): Call (message "") via progn, so that
20423         eudc-options-file is loaded.
20425 2005-01-22  Kim F. Storm  <storm@cua.dk>
20427         * simple.el (line-move-1): Rename from line-move.
20428         (line-move): New function that adjusts vscroll for partially
20429         visible rows, and calls line-move-1 otherwise.
20431 2005-01-21  Ren\e,Ai\e(B Kyllingstad  <listmailxemacs@kyllingstad.com>
20433         * pcomplete.el: Define pcomplete-read-event instead of read-event,
20434         since it's not a complete read-event implementation
20436 2005-01-20  Jay Belanger  <belanger@truman.edu>
20438         * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
20439         for called function.
20441 2005-01-20  Steven Tamm  <steventamm@mac.com>
20443         * term/mac-win.el (process-connection-type): Remove.
20444         Controlled now by s/darwin.h:PTY_ITERATION.
20446 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
20448         * window.el (handle-select-window): Don't switch window when we're
20449         in the minibuffer.
20451 2005-01-10  Paul Pogonyshev  <pogonyshev@gmx.net>
20453         * subr.el (dotimes-with-progress-reporter): New macro.
20455         * ses.el (ses-dotimes-msg): Remove macro.
20456         Use `dotimes-with-progress-reporter' instead.
20458 2005-01-19  Steven Tamm  <steventamm@mac.com>
20460         * term/mac-win.el (process-connection-type): Use new
20461         operating-system-release variable to use ptys on Darwin 7 (OS X
20462         10.3) when using carbon build.
20464 2005-01-19  Jay Belanger  <belanger@truman.edu>
20466         * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
20467         flags if the last command was a tab or M-tab.
20469         * calc/calc-prog.el (calc-user-define-edit): Put original formula
20470         in formula editing buffer.
20472 2005-01-19  Nick Roberts  <nickrob@snap.net.nz>
20474         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
20475         breakpoint image symbol in margin.
20477 2005-01-19  Jay Belanger  <belanger@truman.edu>
20479         * calc/calc-prog.el (calc-execute-kbd-macro):
20480         Ignore calc-keep-arg-flag.
20482 2005-01-19  Kenichi Handa  <handa@m17n.org>
20484         * textmodes/ispell.el (ispell-looking-at): New function.
20485         (ispell-process-line): Use ispell-looking-at to compare the ispell
20486         output and the buffer contents.
20488 2005-01-18  Jay Belanger  <belanger@truman.edu>
20490         * calc/calc.el (calc-display-raw): Fix docstring.
20492 2005-01-18  Stefan Monnier  <monnier@iro.umontreal.ca>
20494         * simple.el (blink-matching-open): Strip extra info from syntax.
20496         * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
20497         funny chars in the end-of-here-doc marker.
20499 2005-01-19  Nick Roberts  <nickrob@snap.net.nz>
20501         * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
20502         that enable/disabled state of breakpoints is shown correctly in
20503         fringe and on ttys.
20504         (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
20505         Add breakpoint information as text properties.
20506         (gdb-mouse-toggle-breakpoint):
20507         Rename to gdb-mouse-set-clear-breakpoint.
20508         (gdb-mouse-toggle-breakpoint): New function.  Enable/disable
20509         breakpoints in the margin.
20510         (gdb-remove-strings): Simplify.
20512 2005-01-17  Jay Belanger  <belanger@truman.edu>
20514         * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
20515         erasing buffer.
20517 2005-01-17  Richard M. Stallman  <rms@gnu.org>
20519         * progmodes/grep.el (grep-find): Copy from `grep' the condition
20520         for calling grep-compute-defaults.
20522         * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
20523         if buffer is empty.
20525         * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
20527 2005-01-17  Stefan Monnier  <monnier@iro.umontreal.ca>
20529         * hilit-chg.el (highlight-changes-mode): Don't autoload.
20531         * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
20532         non-preloaded variables.
20534 2005-01-17  Steven Tamm  <steventamm@mac.com>
20536         * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
20537         tex-shell cause to force interactivity when using pipes.
20539 2005-01-17  Kim F. Storm  <storm@cua.dk>
20541         * simple.el (just-one-space): Make arg optional.
20543 2005-01-17  Nick Roberts  <nickrob@snap.net.nz>
20545         * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
20546         posn-at-x-y to t to access left-margin.
20548 2005-01-16  Michael Albinus  <michael.albinus@gmx.de>
20550         Sync with Tramp 2.0.47.
20552         * net/tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
20553         catching keep-date problems in cp/scp operations.
20554         (tramp-handle-copy-file): Don't call `set-file-modes'
20555         unconditionally.  Specialized functions should know better what is
20556         necessary.  This improves performance a little bit, and the
20557         functions could catch errors with `cp -p' and `scp -p'.
20558         (tramp-do-copy-or-rename-file-via-buffer)
20559         (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
20560         when appropriate.
20561         (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
20562         Call `set-file-modes' when appropriate.
20563         (tramp-action-out-of-band): Mask `scp -p' error.  Reported by Isak
20564         Johnsson <isak@hypergene.com>
20565         (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
20566         of both Tramp buffer and debug buffer.  Reported by Joakim Verona
20567         <joakim@verona.se>
20568         (tramp-file-name-for-operation): Mark `shell-command' as magic for
20569         Emacs only.
20571         * net/tramp-util.el (tramp-minor-mode): New minor mode.  Add it to
20572         `find-file-hooks' and `dired-mode-hook'.
20573         (tramp-minor-mode-map): Respective map.  Add remapping for
20574         `compile' and `recompile'.
20575         (tramp-remap-command, tramp-recompile): New defuns.
20576         (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
20577         in buffer "*Compilation*".  Call the commands asynchronously.
20579         * net/tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
20580         (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
20581         `shell-command', because it isn't magic in XEmacs.  Reported by
20582         Adrian Aichner <adrian@xemacs.org>.
20584         * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
20585         `substitute-in-file-name.
20586         (tramp-smb-handle-substitute-in-file-name): New defun.
20587         (tramp-smb-advice-PC-do-completion): Delete advice.
20589 2005-01-16  Kai Grossjohann  <kgrossjo@eu.uu.net>
20591         * net/tramp.el (tramp-wait-for-output): Fix typo in echo processing.
20592         Fix error in deleting region.
20594 2005-01-15  Richard M. Stallman  <rms@gnu.org>
20596         * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
20597         In non-temp buffer, switch syntax table temporarily.
20599         * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
20601         * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
20603         * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
20605         * imenu.el (imenu--split-menu): Copy menulist before sorting.
20606         (imenu--generic-function): Use START, not BEG, as pos of definition.
20608         * simple.el (just-one-space): Argument specifies number of spaces.
20610         * simple.el (eval-expression-print-format): Avoid warning
20611         about edebug-active.
20613 2005-01-15  James R. Van Zandt  <jrvz@comcast.net>  (Tiny change)
20615         * progmodes/sh-script.el: Code copied from make-mode.el
20616         with small changes,
20617         (sh-mode-map): Bind C-c C-\.
20618         (sh-backslash-column, sh-backslash-align): New variables.
20619         (sh-backslash-region, sh-append-backslash): New functions.
20621 2005-01-15  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
20623         * mail/rmail.el: Updated to work with movemail from GNU Mailutils
20624         (rmail-pop-password, rmail-pop-password-required): Move to
20625         rmail-obsolete group.
20626         (rmail-set-pop-password): Rename to rmail-set-remote-password.
20627         All callers updated.
20628         (rmail-get-pop-password): Rename to rmail-get-remote-password.
20629         Take an argument specifying whether it is POP or IMAP mailbox we
20630         are using.  All callers updated.
20631         (rmail-pop-password-error): Rename to
20632         rmail-remote-password-error.  Added mailutils-specific error message.
20633         (rmail-movemail-search-path)
20634         (rmail-movemail-variant-in-use): New variables.
20635         (rmail-remote-password, rmail-remote-password-required):
20636         New customization variables.
20637         (rmail-probe, rmail-autodetect, rmail-movemail-variant-p): New funs.
20638         (rmail-parse-url): New function.
20639         (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
20640         with GNU mailutils movemail.
20642 2005-01-15  Kevin Ryde  <user42@zip.com.au>
20644         * info-look.el (c-mode/symbol): Add ^` to prefix, and change
20645         suffix to space, $ or '$, to correctly position point when going
20646         to @table style constants like DBL_MAX.
20648 2005-01-15  Jorgen Schaefer  <forcer@forcix.cx>  (tiny change)
20650         * type-break.el (type-break-mode, type-break-file-time)
20651         (type-break-file-keystroke-count, type-break-choose-file):
20652         Don't store data in or load data from the file if type-break-file-name
20653         is nil.
20654         (type-break-file-name): Doc update as per the above.
20656 2005-01-15  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>  (tiny change)
20658         * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
20659         lookup-key might return nil; handle that.
20661 2005-01-15  Alan Mackenzie  <acm@muc.de>
20663         * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
20664         rather than the element found, thus enabling the tree to be setcar'd.
20666 2005-01-14  Carsten Dominik  <dominik@science.uva.nl>
20668         * textmodes/org.el (org-show-following-heading): New option.
20669         (org-show-hierarchy-above): Use `org-show-following-heading'.
20670         (org-cycle): Documentation fix.
20672         * textmodes/org.el (orgtbl-optimized): New option
20673         (orgtbl-mode): New command, a minor mode.
20674         (orgtbl-mode-map): New variable.
20675         (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
20676         (orgtbl-error, orgtbl-self-insert-command)
20677         (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
20679         * textmodes/org.el (org-mode): `org-table-may-need-update' is now
20680         a local variable in each org-mode buffer.
20682         * textmodes/org.el (org-set-regexps-and-options): Rename from
20683         `org-set-regexps'.  Added checking for STARTUP keyword.
20684         (org-get-current-options): Add STARTUP options.
20685         (org-table-insert-row): Make mode intelligent about when
20686         realignment is needed.
20687         (org-self-insert-command, org-delete-backward-char, org-delete-char):
20688         New commands.
20689         (org-enable-table-editor): New default value `optimized'.
20690         (org-table-blank-field): Support blanking regions if active.
20692 2005-01-14  Carsten Dominik  <dominik@science.uva.nl>
20694         * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
20695         if the year is not given.
20697         * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
20698         Add new escapes %m and %M, fixed bug with %F by adding
20699         save-match-data.
20700         (reftex-reference): Remove ?. from list of spaces.
20701         (reftex-label-info): Add automatic label prefix recognition.
20703         * textmodes/reftex-index.el (reftex-index-next-phrase):
20704         Add slave parameter to call of `reftex-index-this-phrase'.
20705         (reftex-index-this-phrase): New optional argument.
20706         (reftex-index-region-phrases): Add slave parameter to call of
20707         `reftex-index-this-phrase'.
20708         (reftex-display-index): New argument redo.
20709         (reftex-index-rescan): Add `redo' to arguments of
20710         `reftex-display-index'.
20711         (reftex-index-Rescan, reftex-index-revert)
20712         (reftex-index-switch-index-tag): Add `redo' to arguments of
20713         `reftex-display-index'.
20714         (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
20715         indexing.  Fix bug with matching is there is a quote before or
20716         after the word.
20718         * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
20719         Fix bug when collecting citation keys in lines with comments.
20720         (reftex-citation): Prefix argument no longer rescans the document,
20721         but forces prompting for optional arguments of cite macros.
20722         (reftex-do-citation): Prompting for optional arguments implemented.
20724         * textmodes/reftex-vars.el (reftex-cite-format-builtin):
20725         Add optional arguments to most cite commands.
20726         (reftex-cite-cleanup-optional-args): New option
20727         (reftex-cite-prompt-optional-args): New option.
20728         (reftex-trust-label-prefix): New option.
20730         * textmodes/reftex-toc.el (reftex-toc-find-section):
20731         Add push-mark before changing the position in the buffer.
20733         * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
20734         (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
20736 2005-01-14  Nick Roberts  <nickrob@snap.net.nz>
20738         * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
20739         more carefully.
20741 2005-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
20743         * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
20744         (sgml-mode): Use it.
20745         (sgml-get-context): Better keep track of implicitly closed tags.
20747 2005-01-13  Kenichi Handa  <handa@m17n.org>
20749         * textmodes/ispell.el: These changes are to fix misalignment error
20750         caused by equivalent characters of different Emacs charsets.
20751         (ispell-unified-chars-table): New variable.
20752         (ispell-get-decoded-string): New function.
20753         (ispell-get-casechars, ispell-get-not-casechars)
20754         (ispell-get-otherchars): Call ispell-get-decoded-string.
20756 2005-01-12  Johan Bockg\e,Ae\e(Brd  <bojohan@users.sourceforge.net>
20758         * custom.el (custom-declare-variable): Just put symbol instead
20759         of (defvar . symbol) in `current-load-list'.
20761 2005-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
20763         * emacs-lisp/elint.el: Fixed typo in Commentary section.
20765 2005-01-12  Jay Belanger  <belanger@truman.edu>
20767         * calc/calc-help.el (calc-describe-key): Use temporary info buffer
20768         to create a Calc summary.
20770 2005-01-12  Kim F. Storm  <storm@cua.dk>
20772         * mouse.el (mouse-on-link-p): Change functionality and doc
20773         string to comply with latest description in lisp ref.
20775 2005-01-12  Nick Roberts  <nickrob@snap.net.nz>
20777         * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
20778         Enable mouse clicks on mode-line, header-line and margin.
20779         (event-type): Give mouse event symbols an `event-kind' property
20780         with value `mouse-click'.
20782 2005-01-12  Juri Linkov  <juri@jurta.org>
20784         * facemenu.el (list-colors-display): Add new arg buffer-name.
20785         Use it.  Fix docstring.  Replace code for identifying duplicate
20786         colors by the name with call to `list-colors-duplicates' which
20787         identifies duplicate colors by the value unless the color
20788         is one of special Windows colors.  Set truncate-lines to t.
20789         Print sorted duplicate color names on each line.  Indent to 22
20790         \(the longest color name in rgb.txt) instead of 20.  Optimize.
20791         (list-colors-duplicates): New function.
20792         (facemenu-color-name-equal): Delete function.
20794         * facemenu.el (list-colors-print): New function created from code
20795         in list-colors-display.  Print #RRGGBB at the window right edge.
20796         (list-colors-display): When temp-buffer-show-function is not
20797         defined, call list-colors-print from temp-buffer-show-hook
20798         to get the right value of window-width in list-colors-print
20799         after the buffer is displayed.
20801         * simple.el (pop-mark): Move deactivate-mark out of conditional
20802         part to deactivate the active mark regardless of the state of the
20803         mark ring.
20805         * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
20806         variables line in desktop files.
20808 2005-01-12  Juri Linkov  <juri@jurta.org>
20810         * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
20811         Bring together isearch highlight related options.
20812         (lazy-highlight): Replace group `replace' by `matching'.
20813         (lazy-highlight-cleanup, lazy-highlight-initial-delay)
20814         (lazy-highlight-interval, lazy-highlight-max-at-a-time)
20815         (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
20816         and declare them obsolete.
20817         (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
20818         (isearch-faces): Remove defgroup.
20819         (isearch-overlay, isearch-highlight, isearch-dehighlight):
20820         Move isearch highlighting code closer to lazy highlighting code.
20822         * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
20823         (query-replace-highlight, query-replace-lazy-highlight)
20824         (query-replace): Move definitions to the beginning of the file.
20826 2005-01-11  Juri Linkov  <juri@jurta.org>
20828         * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
20829         * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
20830         * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
20832         * info.el (Info-history-forward): New variable.
20833         (Info-select-node): Reset Info-history-forward to nil.
20834         (Info-last): Turn into defalias.
20835         (Info-history-back): Rename from Info-last.
20836         Add current node to Info-history-forward.
20837         (Info-history-forward): New fun.
20838         (Info-mode-map): Replace Info-last by Info-history-back.
20839         Bind Info-history-forward to "r".
20840         (Info-mode-menu): Replace Info-last by Info-history-back.
20841         Fix menu item text.  Add menu item for Info-history-forward.
20842         (info-tool-bar-map): Replace Info-last by Info-history-back.
20843         Replace its icon "undo" by "back_arrow".  Add icon "fwd_arrow"
20844         for Info-history-forward.
20845         (Info-mode): Replace Info-last by Info-history-back in docstring.
20846         Add local variable Info-history-forward.
20847         (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
20849 2005-01-11  Stefan Monnier  <monnier@iro.umontreal.ca>
20851         * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
20852         (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
20853         Ignore select-window events rather than fiddle with
20854         mouse-autoselect-window.
20856 2005-01-11  Matthew Mundell  <matt@mundell.ukfsn.org>
20858         * type-break.el (type-break-mode): Fix previous change.
20860 2005-01-10  Jay Belanger  <belanger@truman.edu>
20862         * calc/calc-ext.el (calc-reset): Reset when inside embedded
20863         calculator; only reset when point is inside a calculator.
20864         Don't adjust the window height if the window takes up the whole height
20865         of the frame.
20867 2005-01-10  Thien-Thi Nguyen  <ttn@gnu.org>
20869         * ebuff-menu.el (Electric-buffer-menu-mode):
20870         Preserve value of buffer-local var header-line-format.
20872 2005-01-09  Jay Belanger  <belanger@truman.edu>
20874         * calc/calc.el (calc-mode-var-list-restore-saved-values):
20875         Make sure settings file exists before accessing it.
20877         * calc/calc-embed.el (calc-embedded-subst):
20878         Replace math-multi-subst-rec, which is only supposed to be called
20879         by math-multi-subst, by math-multi-subst.
20881 2005-01-09  Andre Spiegel  <spiegel@gnu.org>
20883         * vc.el (vc-allow-async-revert): New user option.
20884         (vc-disable-async-diff): New internal variable.
20885         (vc-revert-buffer): Use them to disable asynchronous diff.
20887         * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
20888         (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
20889         asynchronously if vc-disable-async-diff is t.
20891 2005-01-09  Jay Belanger  <belanger@truman.edu>
20893         * calc/calc.el (defcalcmodevar): New macro.
20894         (calc-mode-var-list-restore-default-values)
20895         (calc-mode-var-list-restore-saved-values): New functions.
20896         (calc-mode-var-list): Use defcalcmodevar to define it.
20897         (calc-always-load-extensions, calc-line-numbering)
20898         (calc-line-breaking, calc-display-just, calc-display-origin)
20899         (calc-number-radix, calc-leading-zeros, calc-group-digits)
20900         (calc-group-char, calc-point-char, calc-frac-format)
20901         (calc-prefer-frac, calc-hms-format, calc-date-format)
20902         (calc-float-format, calc-full-float-format, calc-complex-format)
20903         (calc-complex-mode, calc-infinite-mode, calc-display-strings)
20904         (calc-matrix-just, calc-break-vectors, calc-full-vectors)
20905         (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
20906         (calc-matrix-brackets, calc-language, calc-language-option)
20907         (calc-left-label, calc-right-label, calc-word-size)
20908         (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
20909         (calc-display-raw, calc-internal-prec, calc-angle-mode)
20910         (calc-algebraic-mode, calc-incomplete-algebraic-mode)
20911         (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
20912         (calc-window-height, calc-display-trail, calc-show-selections)
20913         (calc-use-selections, calc-assoc-selections)
20914         (calc-display-working-message, calc-auto-why, calc-timing)
20915         (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
20916         (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
20917         (calc-gnuplot-default-device, calc-gnuplot-default-output)
20918         (calc-gnuplot-print-device, calc-gnuplot-print-output)
20919         (calc-gnuplot-geometry, calc-graph-default-resolution)
20920         (calc-graph-default-resolution-3d, calc-invocation-macro)
20921         (calc-show-banner): Use defcalcmodevar to declare them and set
20922         their default values.
20924         * calc/calc-ext.el (calc-reset): Restore saved values of variables
20925         instead of default values (but restore default values if there is
20926         an argument of 0).
20928 2005-01-09  David Kastrup  <dak@gnu.org>
20930         * desktop.el (desktop-restore-eager): Fix typo in type.
20932 2005-01-08  Richard M. Stallman  <rms@gnu.org>
20934         * cus-edit.el (customize): Delete :link.
20936 2005-01-08  Jay Belanger  <belanger@truman.edu>
20938         * calc/calc.el (calc-mode): Remove the extension from the
20939         `calc-settings-file' file name when loading it.
20941 2005-01-08  Kim F. Storm  <storm@cua.dk>
20943         * info.el (Info-mode-map, Info-next-link-keymap)
20944         (Info-prev-link-keymap, Info-up-link-keymap):
20945         Map follow-link to mouse-face.
20946         (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
20948 2005-01-08  Jay Belanger  <belanger@truman.edu>
20950         * calc/calc.el (calc-settings-file): Change default value.
20951         Suggested by cgw in a comment in calc-mode.el.
20953         * calc/calc-mode.el (calc-settings-file-name):
20954         Compare calc-settings-file to user-init-file instead of ~/.emacs.
20955         Replace ~/.emacs in a prompt by calc-settings-file.
20957 2005-01-07  Lars Hansen  <larsh@math.ku.dk>
20959         * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
20960         (desktop-lazy-idle-delay): New customizable variables.
20961         (desktop-buffer-args-list): New variable.
20962         (desktop-append-buffer-args): New function.
20963         (desktop-save): Call desktop-append-buffer-args for some buffers.
20964         (desktop-lazy-create-buffer): New function.
20965         (desktop-idle-create-buffers): New function.
20966         (desktop-read): Add message about buffers to restore lazily.
20967         (desktop-lazy-abort): New command.
20968         (desktop-clear): Call desktop-lazy-abort.
20969         (desktop-lazy-complete): New command.
20971 2005-01-06  Richard M. Stallman  <rms@gnu.org>
20973         * emacs-lisp/find-func.el (find-face-definition):
20974         Rename from find-face.
20976 2005-01-06  Kim F. Storm  <storm@cua.dk>
20978         * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
20980         * man.el (Man-xref-man-page, Man-xref-header-file)
20981         (Man-xref-normal-file): Add follow-link property.
20983 2005-01-06  Jay Belanger  <belanger@truman.edu>
20985         * calc/calc-units.el: Make sure the proper macro definitions are
20986         available when compiling.
20988 2005-01-06  Juri Linkov  <juri@jurta.org>
20990         * isearch.el (isearch-lazy-highlight-update):
20991         Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
20993 2005-01-06  Miles Bader  <miles@gnu.org>
20995         * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
20996         (isearch-lazy-highlight-face): Use new name.
20998 2005-01-05  Stefan Monnier  <monnier@iro.umontreal.ca>
21000         * uniquify.el (uniquify-rationalize-file-buffer-names):
21001         Re-add an interactive spec.
21002         (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
21003         to the same name.
21005         * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
21006         (isearch-update, isearch-done): Adjust calls accordingly.
21008 2005-01-05  Richard M. Stallman  <rms@gnu.org>
21010         * custom.el (custom-set-variables, custom-theme-set-variables):
21011         Clarify documentation.
21013         * emacs-lisp/find-func.el (find-variable)
21014         (find-variable-other-window, find-variable-other-frame):
21015         Fix the TYPE args to find-function-read and find-function-do-it.
21016         (find-function): Doc fix.
21017         (find-function-at-point): Replace function-at-point alias.
21019 2005-01-04  Richard M. Stallman  <rms@gnu.org>
21021         * cus-face.el (custom-declare-face):
21022         Record defface in current-load-list.
21024         * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
21026         * emacs-lisp/find-func.el: Doc fixes.
21027         (find-face-regexp): New variable.
21028         (find-function-regexp-alist): New variable.
21029         (find-function-C-source): Third arg is now TYPE.
21030         (find-function-search-for-symbol): Handle general TYPE.
21031         (find-function-read, find-function-do-it): Handle general TYPE.
21032         (find-definition-noselect, find-face): New functions.
21033         (function-at-point): Alias deleted.
21035 2005-01-04  Stefan Monnier  <monnier@iro.umontreal.ca>
21037         * battery.el (display-battery-mode): Rename from display-battery.
21038         Handle the case where it gets turned off.
21040 2005-01-04  Richard M. Stallman  <rms@gnu.org>
21042         * cus-edit.el (customize): Make :link point to user doc.
21044         * man.el (Man-fontify-manpage): Turn off undo generation.
21046         * add-log.el (change-log-font-lock-keywords): Don't match just "From".
21048 2005-01-04  Andreas Schwab  <schwab@suse.de>
21050         * files.el (insert-directory): Only look for error lines in
21051         inserted text.  Don't move too far after processing --dired markers.
21053 2005-01-04  Richard M. Stallman  <rms@gnu.org>
21055         * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
21056         Don't expand if the character is @, period, dash, etc.
21057         (define-mail-abbrev): Quote names that contain problem characters.
21059 2005-01-04  Thien-Thi Nguyen  <ttn@gnu.org>
21061         * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
21063 2005-01-03  Richard M. Stallman  <rms@gnu.org>
21065         * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
21066         (query-replace-highlight, query-replace-lazy-highlight)
21067         (query-replace): Definitions moved up.  Doc fix.
21069 2005-01-03  Richard M. Stallman  <rms@gnu.org>
21071         * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
21072         (lazy-highlight-cleanup, lazy-highlight-initial-delay)
21073         (lazy-highlight-interval, lazy-highlight-max-at-a-time)
21074         (lazy-highlight-face): Rename from isearch-lazy-...
21075         Change all references to them.
21077 2005-01-03  Luc Teirlinck  <teirllm@auburn.edu>
21079         * cus-edit.el (custom-file): Doc fix for defcustom.
21080         (custom-file): The function no longer sets the variable
21081         `custom-file' to its return value.
21083         * startup.el (command-line): No longer load `custom-file'.
21085 2005-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
21087         * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
21089         * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
21090         Don't confuse module-prefixed identifiers for labels.
21091         Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
21093 2005-01-02  Richard M. Stallman  <rms@gnu.org>
21095         * files.el (basic-save-buffer-1): Fix previous change.
21097         * loadhist.el (file-loadhist-lookup): New function.
21098         (file-provides, file-requires): Use it.
21100         * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
21101         instead of calculating the right size.
21103 2005-01-02  Karl Chen  <quarl@cs.berkeley.edu>  (tiny change)
21105         * vc-svn.el (vc-svn-diff): Stay local if possible.
21107 2005-01-02  Stefan Monnier  <monnier@iro.umontreal.ca>
21109         * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
21111         * files.el (hack-local-variables): Fix last change.
21113 2005-01-02  Jay Belanger  <belanger@truman.edu>
21115         * calc/calc-yank.el (calc-edit-top): New variable.
21116         (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
21117         object.  Change header properties.
21118         (calc-edit-finish, calc-edit-finish-stack-object)
21119         (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
21120         edited object.
21121         * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
21122         for the beginning of the edited object.
21123         * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
21124         for the beginning of the edited object.
21125         * calc/calc-prog.el (calc-edit-macro-finish-edit)
21126         (calc-finish-formula-edit, calc-macro-repeats)
21127         (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
21128         (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
21129         beginning of the edited object.
21130         (calc-user-define-edit): Change the header for editing macros.
21131         Remove unnecessary variable.
21133 2005-01-01  Jay Belanger  <belanger@truman.edu>
21135         * calc/calc-yank.el (calc-edit-mode): Change default header.
21136         (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
21137         * calc/calc-store.el (calc-edit-variable): Change title to match new
21138         header.
21139         * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
21140         mode to match new header.
21141         (calc-user-define-edit): Change titles to include names of commands.
21142         (calc-finish-formula-edit): Adjust to handle new header.
21143         (calc-finish-macro-edit): Remove.
21144         (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
21145         (calc-edit-macro-command, calc-edit-macro-command-type)
21146         (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
21147         (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
21148         (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
21149         (calc-edit-macro-finish-edit): New functions.
21150         (calc-user-define-edit): Use new functions to edit named calc macros.
21152 2005-01-01  Stefan  <monnier@iro.umontreal.ca>
21154         * files.el (hack-local-variables): Cleanup prefix/suffix matching.
21156         * ses.el (copy-region-as-kill): Deactivate mark.
21158 2005-01-01  Richard M. Stallman  <rms@gnu.org>
21160         * replace.el (occur-1): If the output buffer is also an input,
21161         don't kill it, rename it.
21163         * faces.el (set-face-background, set-face-foreground): Doc fix.
21165         * cus-face.el (custom-face-attributes): Fix :help-echo strings
21166         for :foreground and :background.
21168         * dired.el (dired-view-command-alist): Variable deleted.
21169         (dired-view-file, dired-mouse-find-file-other-window):
21170         Delete the code to use it.
21172 2005-01-01  Kim F. Storm  <storm@cua.dk>
21174         * image.el (insert-sliced-image): Use t for line-height property.
21176 See ChangeLog.11 for earlier changes.
21178 ;; Local Variables:
21179 ;; coding: iso-2022-7bit
21180 ;; End:
21182     Copyright (C) 2005, 2006 Free Software Foundation, Inc.
21183   Copying and distribution of this file, with or without modification,
21184   are permitted provided the copyright notice and this notice are preserved.
21186 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1