(server-process-filter): Handle errors during
[emacs.git] / lisp / ChangeLog
blob57fb4486ee0fddc13b24350f2162b5fe8e7685b1
1 2006-03-04  Andreas Schwab  <schwab@suse.de>
3         * server.el (server-process-filter): Handle errors during
4         evaluation of the argument.
6 2006-03-03  John Paul Wallington  <jpw@pobox.com>
8         * t-mouse.el (t-mouse-drag-start, t-mouse-swap-alt-keys): Doc fix;
9         escape parentheses at beginning of line.
10         (t-mouse-tty, t-mouse-make-event): Doc fix; use imperative.
11         (t-mouse-mode): Remove period from end of error message.
13 2006-03-03  Agustin Martin  <agustin.martin@hispalinux.es>
15         * textmodes/flyspell.el (flyspell-process-localwords): Be
16         case-sensitive.
18 2006-03-03  Martin Rudalics  <rudalics@gmx.at>
20         * cus-edit.el (custom-quote): Remove function, since it has been
21         moved to custom.el.
23         * font-lock.el (lisp-font-lock-keywords-2)
24         * emacs-lisp/rx.el (rx-check-any, rx-check-not)
25         * generic-x.el (reg-generic-mode): Quote "]"s in regexps when
26         they have no special meaning.
28         * midnight.el (clean-buffer-list): Handle case where base-buffer of
29         indirect buffer gets killed before indirect buffer.  Use dolist.
31 2006-03-03  Ken Manheimer  <ken.manheimer@gmail.com>
33         * emacs-lisp/edebug.el (edebug-display): Use `edebug-sit-for-seconds'
34         value instead of a literal constant (1) on more pauses.
36 2006-03-03  Slawomir Nowaczyk  <slawomir.nowaczyk.847@student.lu.se>  (tiny change)
38         * textmodes/flyspell.el (flyspell-external-point-words): Be
39         case-sensitive.
41 2006-03-03  Ryan Yeske  <rcyeske@gmail.com>
43         * net/rcirc.el (rcirc-url-regexp): Match entire url when it starts
44         with "www".
46 2006-03-03  Ken Manheimer  <ken.manheimer@gmail.com>
48         * allout.el: Restablished intermediate missing comment header to
49         preserve outline structure.
50         (allout-beginning-of-current-entry): Wasn't skipping invisible
51         text - fixed.
52         (allout-open-topic): Was failing when opening a topic at
53         end-of-buffer - fixed.
54         (allout-minor-mode): Moved nearer to allout-mode function.
56 2006-03-02  Carsten Dominik  <dominik@science.uva.nl>
58         * textmodes/org.el (org-paste-subtree): Removed forgotten (debug)
59         form.
61 2006-03-02  Nick Roberts  <nickrob@snap.net.nz>
63         * dframe.el (dframe-frame-mode): Don't burp when menu-bar-lines
64         is nil.
66         * progmodes/gud.el (gud-speedbar-menu-items): Use
67         buffer-local-value and add missing :visible keyword.
69         * progmodes/gdb-ui.el (gdb-speedbar-refresh): Quieten
70         speedbar-refresh.
72 2006-03-01  Carsten Dominik  <dominik@science.uva.nl>
74         * textmodes/reftex-index.el (reftex-index-map): `follow-mouse'
75         must be `follow-link'.
77         * textmodes/reftex-toc.el (reftex-toc-map): `follow-mouse' must be
78         `follow-link'.
80         * textmodes/org.el (org-export-as-html): Fix bugs in HTML
81         formatting: No nested anchors.
82         (org-all-targets): Fix bug with XEmacs compatibility.
83         (org-read-date): Add (require 'parse-time).
84         (org-set-tags): Fix bug with extra inserted space.
85         (org-export-html-style): Define a style class for targets.
86         (org-agenda-keymap, org-mouse-map): Add a binding for
87         `follow-link'.
88         (org-hide-leading-stars): New option.
89         (org-hide): New face.
90         (org-set-font-lock-defaults): Allow to hide leading stars.
91         (org-get-legal-level, org-tr-level): New functions.
92         (org-odd-levels-only): New option.
93         (org-level-faces, org-paste-subtree, org-convert-to-odd-levels)
94         (org-demote, org-promote): Deal with double-star levels.
95         (org-convert-to-odd-levels): New command.
97 2006-03-01  Nick Roberts  <nickrob@snap.net.nz>
99         * speedbar.el (speedbar-update-localized-contents): Try to
100         preserve window-start.
101         (speedbar-update-directory-contents): Try to preserve window-start
102         and window-point.
103         (speedbar-update-special-contents): Don't move back to start of
104         window.
106         * progmodes/gdb-ui.el (gdb-speedbar-refresh): Rename from
107         gdb-speedbar-timer-fn.  Use speedbar-refresh instead of
108         speedbar-timer-fn
109         (gdb-var-update-handler, gdb-var-update-handler-1): Use it.
110         (gdb-speedbar-expand-node): Use speedbar-delete-subblock
111         instead of gdb-speedbar-timer-fn.
113 2006-02-28  Jay Belanger  <belanger@truman.edu>
115         * calc/calccomp.el (math-compose-tex-matrix): Add a latex option.
116         (math-compose-expr): Use latex option when calling
117         `math-compose-tex-matrix' for latex mode.
119 2006-02-28  Nick Roberts  <nickrob@snap.net.nz>
121         * speedbar.el: Re-instate comments about developing for speedbar
122         [this is what info and gdb-ui use even if better methods exist now].
124         * t-mouse.el: New file.
125         (t-mouse-tty): Use with-temp-buffer.  Add more terminal types.
126         (t-mouse-lispy-buffer-posn-from-coords): Remove.  Use the C
127         primitive...
128         (t-mouse-make-event-element): ...posn-at-x-y instead.
129         (t-mouse-make-event): Deal with Fedora Core 3.
130         (t-mouse-make-event): Don't sink the `stupid text mode menubar'.
131         (t-mouse-mouse-position-function): New function.  Use it instead
132         of advising mouse-position.
133         (t-mouse-mode): New minor mode.
134         (t-mouse-stop, t-mouse-run): Remove.  Use t-mouse-mode instead.
136 2006-02-27  Glenn Morris  <rgm@gnu.org>
138         * calendar/calendar.el (calendar-holidays): Doc fix.
140 2006-02-27  Nick Roberts  <nickrob@snap.net.nz>
142         * progmodes/gdb-ui.el (gdb-source-window): New variable.
143         Re-introduce the concept of a source window.
144         (gdb-get-buffer-create): Rename from gdb-get-create-buffer for
145         consistency with get-buffer-create.
146         (def-gdb-auto-update-handler, gdb-info-locals-handler)
147         (gdb-data-list-register-values-handler)
148         (gdb-stack-list-locals-handler): Try to preserve window-start as
149         well as window-point.
150         (gdb-display-source-buffer): New function (old concept).
151         (gdb-goto-breakpoint): Use it.
153         * progmodes/gud.el (gud-display-line): Use gdb-display-source-buffer
154         for gdb-ui/gdb-mi (old concept).
156 2006-02-27  Carsten Dominik  <dominik@science.uva.nl>
158         * textmodes/reftex-index.el (reftex-index-map): Add `follow-mouse'
159         binding.
161         * textmodes/reftex-toc.el (reftex-toc-map): Add `follow-mouse'
162         binding.
164         * textmodes/reftex-sel.el (reftex-select-label-map)
165         (reftex-select-bib-map): Add `follow-mouse' binding.
167 2006-02-26  Luc Teirlinck  <teirllm@auburn.edu>
169         * jka-cmpr-hook.el (jka-compr-compression-info-list)
170         (jka-compr-mode-alist-additions, jka-compr-load-suffixes):
171         Give :set functions to provide automatic updating.
172         Update docstring.  Give compiler defvars early in the file
173         and move the defcustoms to a later spot where all called functions
174         are defined.
175         (jka-compr-file-name-handler-entry): Doc fix.
176         (jka-compr-compression-info-list--internal)
177         (jka-compr-mode-alist-additions--internal)
178         (jka-compr-load-suffixes--internal): New variables.
179         (jka-compr-install): Set the three above variables.
180         Update `load-file-rep-suffixes' instead of `load-suffixes'.
181         (jka-compr-update, jka-compr-set): New functions.
182         (auto-compression-mode): Doc fix.
184         * jka-compr.el (jka-compr-uninstall): Replace `mapcar' with `mapc'.
185         Update `load-file-rep-suffixes' instead of `load-suffixes'.
186         Use jka-compr-compression-info-list--internal,
187         jka-compr-mode-alist-additions--internal and
188         jka-compr-load-suffixes--internal.
190         * files.el (load-library):
191         * loadhist.el (file-loadhist-lookup):
192         * startup.el (command-line):
193         * subr.el (locate-library):
194         * emacs-lisp/autoload.el (update-directory-autoloads):
195         * emacs-lisp/find-func.el (find-library-suffixes): Use
196         `get-load-suffixes' instead of `load-suffixes'.
198         * subr.el (locate-library):
199         * emacs-lisp/find-func.el (find-library-name): Use
200         `load-file-rep-suffixes' instead of '("").
202 2006-02-26  Kim F. Storm  <storm@cua.dk>
204         * ido.el (ido-save-history, ido-load-history): Simplify.  Don't
205         use find-file-noselect to avoid interference from other modes.
207 2006-02-25  Thien-Thi Nguyen  <ttn@gnu.org>
209         * progmodes/sh-script.el (sh-mode): Fix bug: Arrange
210         to use the default shell if filename is not available.
211         Reported by Giorgos Keramidas.
213 2006-02-25  John Williams  <jrw@pobox.com>  (tiny change)
215         * progmodes/etags.el (tags-completion-table): Do completion from
216         all the tables in the current list, as documented in the manual.
218 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
220         * CC Mode Update to 5.31.3.
222 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
224         * progmodes/cc-mode.el (c-postprocess-file-styles): Bind
225         inhibit-read-only to t, around the call to
226         c-remove-any-local-eval-or-mode-variables, so that it works on a
227         RO file.
229 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
231         * progmodes/cc-awk.el: Correct a typo.
233 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
235         * progmodes/cc-cmds.el, cc-mode.el: Rename c-hungry-backspace to
236         c-hungry-delete-backwards, at the request of RMS.  Leave the old
237         name as an alias.
239 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
241         * progmodes/cc-mode.el: Correct a typo.
243 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
245         * progmodes/cc-defs.el: Update the version number to 5.31.3.
247 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
249         * progmodes/cc-cmds.el (c-electric-brace): Fix clean-up
250         brace-else-brace (error due to mbeg, mend being undefined).
252 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
254         * progmodes/cc-mode.el: File Local variables: Solve the problem
255         where both `mode' and c-file-offsets are specified: `mode' will
256         overwrite c-f-o's settings:
257         (c-remove-any-local-eval-or-mode-variables): New function.
258         (c-postprocess-file-styles): Call the above new function, within
259         c-tentative-buffer-change, to splat `mode' and `eval' before the
260         second hack-local-variables.
262 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
264         * progmodes/cc-mode.el:
265         [Supersedes patch to cc-engine.el 2005-12-16T20:07:49Z!monnier@iro.umontreal.ca]
266         (c-after-change): Protect the match data with save-match-data.  It
267         was getting corrupted by c-after-change-check-<>-operators.
269         * cc-defs.el: [Supersedes patch V1.38]:
270         (top level): Check for a buggy font-lock-compile-keywords ONLY in
271         XEmacs.  GNU Emacs 22 now has a check which would throw an error
272         here.
274         * progmodes/cc-awk.el (c-awk-after-change): Protect the match data
275         with save-match-data.  It was being corrupted when Font Lock was
276         not enabled.
278 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
280         * progmodes/cc-langs.el (c-mode-menu): Add menu items for Electric
281         Mode and Subword Mode.
283         * progmodes/cc-engine.el (c-beginning-of-statment-1): Distinguish
284         real labels ("case 1:" or "foo:") from non-labels ("public:").
285         (c-forward-objc-directive): Replace c-forward-token-2 with crude
286         coding; c-f-t-2 doesn't move over a token at EOB.
288         * progmodes/cc-defs.el (c-version): Update version number to
289         5.31.2
291         * progmodes/cc-cmds.el, cc-mode.el, cc-engine.el
292         (c-update-modeline): Concatenate the minor mode indicators
293         directly onto mode-name, removing c-submode-indicators.
294         Sometimes, c-s-i got separated from the mode name on the mode
295         line.
297         * progmodes/cc-cmds.el (c-electric-brace, c-electric-semi&comma)
298         (c-electric-colon): Correct doc-strings: "/ln" -> "/la".
300 2006-02-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
302         * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Improve the
303         error message when there's an evaluation error to show whether
304         it's loaded from source or not.
305         (c-filter-ops): Make it available at runtime too to work when
306         `c-make-init-lang-vars-fun' needs to evaluate from source.
308 2006-02-24  Juanma Barranquero  <lekktu@gmail.com>
310         * help.el (help): Revert last part of 2006-02-23 change (deletion
311         of the `provide' call).
313 2006-02-23  Juri Linkov  <juri@jurta.org>
315         * compare-w.el (compare-windows-highlight): Add new value
316         `persistent' and change :type from `boolean' to `choice'.
317         (compare-windows-overlays1, compare-windows-overlays2):
318         New internal variables.
319         (compare-windows-highlight): If compare-windows-highlight is
320         `persistent', add current overlays to compare-windows-overlays[12]
321         instead of adding compare-windows-dehighlight to pre-command-hook.
322         (compare-windows-dehighlight): Delete all overlays from
323         compare-windows-overlays[12].
325         * info.el (Info-search): Don't bind search-spaces-regexp to
326         Info-search-whitespace-regexp in non-regexp isearch mode.
328 2006-02-23  Stefan Monnier  <monnier@iro.umontreal.ca>
330         * help.el (describe-mode): Pass `mode-name' to format-mode-line.
332 2006-02-23  Juanma Barranquero  <lekktu@gmail.com>
334         * textmodes/org.el (org-xemacs-p)
335         (org-export-html-show-new-buffer, org-table-may-need-update)
336         (org-insert-item, org-mhe-get-message-real-folder)
337         (org-mhe-get-message-folder-from-index)
338         (org-mhe-get-message-folder, org-mhe-get-message-num)
339         (org-mhe-get-header, org-make-org-heading-search-string)
340         (org-make-org-heading-camel, org-table-sort-lines)
341         (org-format-org-table-html, org-format-table-table-html):
342         Fix typos in docstrings.
344 12006-02-23  Carsten Dominik  <dominik@science.uva.nl>
346         * textmodes/org.el (org-cleaned-string-for-export)
347         (org-solidify-link-text): New function.
348         (org-add-hook): Use `add-local-hook' instead of `make-local-hook' for
349         XEmacs, just to silence the compiler.
350         (org-export-as-ascii, org-export-as-html-and-open):
351         Use `org-cleaned-string-for-export' and create internal links.
352         (org-follow-mhe-link): Require mh-e, use folder.
354 2006-02-23  Nick Roberts  <nickrob@snap.net.nz>
356         * progmodes/gud.el (gud-speedbar-buttons): Use shadow face properly.
358         * progmodes/gdb-ui.el (gdb-debug-ring-max): Rename from
359         gdb-debug-log-length.
360         (gdb-debug-ring): Rename from gdb-debug-log-ring.  Don't make
361         it a real ring but...
362         (gud-gdba-marker-filter): ...make it work like mark-ring.
363         (gdb-enable-debug): Rename from gdb-enable-debug-log.
364         (gdb-mouse-jump): New function.  Add bindings.
366 2006-02-23  Nick Roberts  <nickrob@snap.net.nz>
368         * progmodes/gdb-ui.el (gdb-signalled): New variable and function.
369         (gdb-debug-log-ring): Rename from gdb-debug-log and make a ring.
370         (gdb-send, gdb-send-item, gud-gdba-marker-filter): Use it.
371         (gdb-debug-log-length): Customize it's length.
372         (gud-watch, gdb-var-create-handler): Display function::var format
373         but don't use to create variable object.
374         (gdb-var-create-handler): Use message-box in place of message.
375         (gdb-stopped): Call gdb-exited if signalled.
377 2006-02-22  Carsten Dominik  <dominik@science.uva.nl>
379         * textmodes/reftex.el (reftex-locate-file): Remove duplicate function.
381         * textmodes/reftex-vars.el (reftex-try-all-extensions): New option.
383         * textmodes/reftex.el (reftex-locate-file): Search all extensions
384         if `reftex-try-all-extensions' is set.
386         * textmodes/reftex-dcr.el (reftex-view-crossref): New argument to
387         fail silently when there is no valid argument at point.
388         (reftex-view-crossref-when-idle): Call `reftex-view-crossref' with
389         `fail-silently' argument.  From a patch by David Reiter.
391         * textmodes/org.el (org-mark-ring-push, org-mark-ring-goto):
392         New commands.
393         (org-mark-ring): New variable.
394         (org-mark-ring-length): New option.
395         (org-open-at-point, org-goto, org-open-file): Push old position
396         onto the mark ring.
397         (org-add-hook): New function.
398         (org-export-table-remove-special-lines): New option.
399         (org-skip-comments, org-format-org-table-html): Respect new
400         option `org-export-table-remove-special-lines'.
401         (org-open-file): Allow special command configuration for
402         directory link.
403         (org-file-apps): Fix bugs in customize type, added setting
404         for directories.
405         (org-activate-tags, org-format-agenda-item, org-complete)
406         (org-get-tags-at, org-scan-tags, org-make-tags-matcher)
407         (org-get-tags, org-get-buffer-tags, org-open-at-point)
408         (org-link-search, org-make-org-heading-search-string)
409         (org-make-org-heading-camel): Allow @ and 0-9 as tags characters.
410         (org-radio-targets, org-file-link-context-use-camel-case)
411         (org-activate-camels): New options.
412         (org-update-radio-target-regexp, org-all-targets)
413         (org-make-target-link-regexp, org-activate-target-links):
414         New functions.
415         (org-make-org-heading-search-string): New function.
416         (org-store-link, org-insert-link): Use new option
417         `org-file-link-context-use-camel-case'.
418         (org-activate-camels): Use new option `org-activate-camels'.
419         (org-link-regexp): Add mhe prefix.
420         (org-open-at-point, org-store-link): Support for mhe links.
421         (org-mhe-get-message-real-folder, org-mhe-get-message-folder)
422         (org-mhe-get-message-folder-from-index, org-mhe-get-message-num)
423         (org-mhe-get-header, org-follow-mhe-link): New functions.
424         (org-remove-angle-brackets, org-add-angle-brackets):
425         New functions.
426         (org-bracket-link-regexp): New constant.
427         (org-read-date): Fix bug that was rejecting all typed dates.
428         (org-link-search): Make hierarchy above visible after a match.
429         (org-follow-bbdb-link): Inhibit electric mode for BBDB.
430         (org-store-link): Fix bug with link creation when cursor is in
431         an empty line.
432         (org-open-at-point): Fix bug with matching a link.
433         Fixed buggy argument sequence in call to `org-view-tags'.
434         (org-compile-prefix-format): Set `org-prefix-has-tag'.
435         (org-prefix-has-tag): New variable.
436         (org-format-agenda-item): Remove tags from headline
437         if appropriate.
438         (org-agenda-remove-tags-when-in-prefix): New option.
440 2006-02-21  Michael Kifer  <kifer@cs.stonybrook.edu>
442         * ediff-diff.el (ediff-setup-diff-regions, ediff-setup-diff-regions3):
443         Fix the regular expressions.
445 2006-02-21  Richard M. Stallman  <rms@gnu.org>
447         * progmodes/sh-script.el (sh-mode): Set shell type based on file name
448         if there's no other specific basis.
450         * emacs-lisp/unsafep.el (unsafep): Don't treat &rest or &optional
451         as variables at all.
452         (unsafep-variable): Rename arg; doc fix.
454         * abbrevlist.el (list-one-abbrev-table): Add autoload.
456         * calendar/appt.el (diary-selective-display): Add defvar.
458         * sort.el (sort-columns): Use Posix arg syntax for `sort'.
460         * isearch.el (search-whitespace-regexp): Fix custom type.
462         * help.el (describe-key-briefly): Compute interactive args
463         in same was as before previous change.
465         * files.el (enable-local-variables): Doc fix.
467 2006-02-21  Kim F. Storm  <storm@cua.dk>
469         * fringe.el: Cleanup as file is now pre-loaded.
470         (fringe-bitmaps): Initialize unconditionally.
471         (fringe-mode, set-fringe-style): Remove autoload cookies.
473 2006-02-21  Giorgos Keramidas  <keramida@ceid.upatras.gr>  (tiny change)
475         * fringe.el (fringe-bitmaps): Rename `horisontal-bar' to
476         `horizontal-bar'.
477         (fringe-cursor-alist): Use `horizontal-bar'.
479 2006-02-20  Kim F. Storm  <storm@cua.dk>
481         * fringe.el (fringe-bitmaps): Update to new bitmap names.
482         (fringe-indicator-alist, fringe-cursor-alist): Initialize.
484         * loadup.el: Load "fringe" on window systems.
486 2006-02-20  Nick Roberts  <nickrob@snap.net.nz>
488         * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for all
489         out of scope components.
491         * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): Don't enable by
492         default.
494 2006-02-20  Chong Yidong  <cyd@stupidchicken.com>
496         * custom.el (customize-mark-to-save, customize-mark-as-set):
497         Load the symbol first.
499 2006-02-20  Juanma Barranquero  <lekktu@gmail.com>
501         * buff-menu.el (list-buffers-noselect): Turn also "\n" into a
502         strech spec so it doesn't display as "^J" on the header line
503         when `Buffer-menu-use-header-line' is t.
505 2006-02-20  Nick Roberts  <nickrob@snap.net.nz>
507         * speedbar.el (speedbar-make-button): Keep text properties
508         of string arguments if desired.
510         * progmodes/gud.el (gud-speedbar-buttons): Fontify watch
511         expessions.
513         * progmodes/gdb-ui.el (gdb-speedbar-expand-node): Force update
514         of speedbar.
516 2006-02-19  Ryan Yeske  <rcyeske@gmail.com>
518         * ffap.el (ffap-read-file-or-url): Bind `completion-ignore-case'
519         to value of `read-file-name-completion-ignore-case'.
521 2006-02-19  Chong Yidong  <cyd@stupidchicken.com>
523         * custom.el (customize-mark-as-set): Push to `user' theme.
525         * cus-edit.el (custom-save-variables): Allow unthemed values.
526         (customize-set-variable): Push setting to `user' theme.
528 2006-02-19  Nick Roberts  <nickrob@snap.net.nz>
530         * progmodes/gud.el: Don't require font-lock as it's now
531         automatically loaded.
532         (gud-speedbar-buttons): Replace gdb-var-changed with
533         gdb-force-update.
535         * progmodes/gdb-ui.el (gdb-force-update): Rename from
536         gdb-var-changed.
537         (gdb-post-prompt): Use it.
538         (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
539         (gdb-var-update-handler, gdb-var-delete)
540         (gdb-speedbar-expand-node, gdb-var-list-children-handler-1)
541         (gdb-var-update-handler-1): Don't set gdb-var-changed, just set
542         gdb-force-update in gdb-post-prompt.
543         (gdb-reset): Clear watch expressions from speedbar when quitting.
545 2006-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
547         * viper-cmd.el (viper-insert-state-post-command-sentinel)
548         (viper-change-state-to-vi, viper-change-state-to-emacs):
549         Make aware of cursor coloring in the Emacs state.
550         (viper-special-read-and-insert-char): Use read-char-exclusive.
551         (viper-minibuffer-trim-tail): Workaround for fields in minibuffer.
553         * viper-init.el (viper-emacs-state-cursor-color): New variable.
555         * viper-util.el (viper-save-cursor-color)
556         (viper-get-saved-cursor-color-in-replace-mode)
557         (viper-get-saved-cursor-color-in-insert-mode)
558         (viper-restore-cursor-color): Make aware of the cursor color in Emacs
559         state.
560         (viper-get-saved-cursor-color-in-emacs-mode): New function.
562         * ediff-diff.el (ediff-ignore-case, ediff-ignore-case-option)
563         (ediff-ignore-case-option3, ediff-actual-diff-options)
564         (ediff-actual-diff3-options): New variables to control case sensitivity.
565         (ediff-make-diff2-buffer, ediff-setup-fine-diff-regions)
566         (ediff-setup-diff-regions3): Make aware of case-sensitivity.
567         (ediff-toggle-ignore-case): New function.
568         (ediff-extract-diffs, ediff-extract-diffs3): Preserve point in buffers.
570         * ediff-help.el (ediff-long-help-message-narrow2)
571         (ediff-long-help-message-compare2, ediff-long-help-message-compare3)
572         (ediff-long-help-message-word-mode): Add ignore-case command.
573         (ediff-help-for-quick-help): Add ignore-case command.
575         * ediff-merg.el: Move provide to the end.
577         * ediff-ptch.el: Move provide to the end.
579         * ediff-wind.el: Move provide to the end.
581         * ediff-mult.el: Move provide to the end.
582         (ediff-set-meta-overlay): Enable follow-link.
584         * ediff.el: Move provide to the end.
585         Break recursive load cycle in eval-when-compile.
586         (ediff-patch-buffer): Better heuristics.
588         * ediff-util.el: Move provide to the end.
589         Break recursive load cycle in eval-when-compile.
590         (ediff-setup-keymap): Add binding for #c.  Replace some defsubsts with
591         defuns.
592         (ediff-submit-report): Pass the values of ediff-diff3-program,
593         ediff-diff3-options.
595 2006-02-19  Juanma Barranquero  <lekktu@gmail.com>
597         * help-fns.el (help-do-arg-highlight): Recognize also ARG- followed by
598         the opening bracket of the following bracketing pairs: {}, [], (), <>,
599         `' (for example, in the docstring of `windmove-default-keybindings').
601 2006-02-19  Nick Roberts  <nickrob@snap.net.nz>
603         * progmodes/gud.el (gud-speedbar-buttons): Update properly for
604         shadow face.  Don't provide binding to edit variable when it is
605         out of scope.
607         * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
608         (gdb-var-update-handler): Detect out of scope variables with pre
609         GDB 6.4 too.
610         (gdb-post-prompt): Revert change from 2006-02-17 (force update).
611         Reset status of variable objects to nil in update handlers.
612         (gdb-var-update-handler-1): Detect when a variable object comes
613         in scope.  setcar on var changes gdb-var-list directly.
615 2006-02-17  Juri Linkov  <juri@jurta.org>
617         * ffap.el (ffap) <defface>: Add explicit face declaration.
618         (ffap-highlight): Use face `ffap' directly instead of checking
619         for its existence.
621         * icomplete.el (icomplete-get-keys): Use `t' for the second arg
622         `visible-ok' of `other-buffer' to find the right original buffer.
624         * info.el (Info-search): Skip `Local Variables' node.
626 2006-02-17  Juri Linkov  <juri@jurta.org>
628         * info.el (Info-find-file): Check for symbols `apropos', `history',
629         `toc' in the input filename, and return these symbols as is.
630         (Info-find-node-2): Set Info-current-file to symbols `apropos',
631         `history', `toc' instead of strings.
632         (Info-set-mode-line): For non-string Info-current-file use the
633         symbol's name inside **.
634         (Info-isearch-push-state): Add quote before Info-current-file and
635         Info-current-node.
636         (Info-isearch-pop-state): Use `equal' instead of `string='.
637         (Info-extract-pointer, Info-following-node-name): Use
638         `match-string-no-properties' instead of `match-string'.
639         (Info-up): Check `old-file' for `stringp'.
640         (Info-history): Use `equal' instead of `string-equal'.
641         Check `file' for `stringp'.
642         (Info-history): Use symbol `history' instead of string as first arg
643         of `Info-find-node'.
644         (Info-toc): Check `Info-current-file' for `stringp'.  Use symbol
645         `toc' instead of string.
646         (Info-extract-menu-node-name): Use `buffer-substring-no-properties'
647         instead of `buffer-substring', and `match-string-no-properties'
648         instead of `match-string'.
649         (Info-index-nodes): Check for symbols `apropos', `history', `toc'
650         instead of strings.
651         (info-apropos): Use `Info-find-node' instead of `Info-goto-node'.
652         Use symbol `apropos' instead of string.
653         (Info-copy-current-node-name): Check `Info-current-file' for
654         `stringp' and construct a command with `Info-find-node' from it.
655         (Info-fontify-node): Use `match-string-no-properties' instead of
656         `match-string' and check file names for `stringp'.
657         (Info-desktop-buffer-misc-data): Check for symbols `apropos',
658         `history', `toc' instead of strings.
660 2006-02-17  Chong Yidong  <cyd@stupidchicken.com>
662         * files.el: Rearrange functions and variables in the file local
663         variables section.
665 2006-02-17  Reiner Steib  <Reiner.Steib@gmx.de>
667         * files.el: Add truncate-lines, ispell-check-comments and
668         ispell-local-dictionary as safe local variables.
670 2006-02-18  Nick Roberts  <nickrob@snap.net.nz>
672         * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for
673         out of scope variables.
674         (gud-speedbar-buttons): Use unless.
676         * progmodes/gdb-ui.el (gdb-var-list): Update doc string.
677         (gdb-init-1, gdb-var-changed): Set gdb-var-changed to t initially.
678         (gdb-show-changed-values): Also use for out of scope variables.
679         (gdb-var-update-handler-1): Note if variable goes out of scope.
681 2006-02-17  Ryan Yeske  <rcyeske@gmail.com>
683         * net/rcirc.el (rcirc-connect): Make all arguments optional, and
684         default to global variable values for unsupplied args.
685         (rcirc-get-buffer-create): Fix bug with setting the target.
686         (rcirc-any-buffer): Rename from rcirc-get-any-buffer, and include
687         test for rcirc-always-use-server-buffer-flag here.
688         (rcirc-response-formats): Add %N, which is a facified nick.  %n
689         uses the default face.  Change the ACTION format string.  If the
690         "nick" is the server, don't print anything for that field.
691         Comment fixes.
692         (rcirc-target-buffer): Don't test
693         rcirc-always-use-server-buffer-flag here.
694         (rcirc-print): Squeeze extra spaces out of the text before message.
695         (rcirc-put-nick-channel): Strip potential "@" char from nick
696         before adding them to nick table.
697         (rcirc-url-regexp): Improve to match address like "foo.com".
699 2006-02-17  Eli Zaretskii  <eliz@gnu.org>
701         * allout.el (allout-hidden-p): Move this defsubst before
702         allout-overlay-interior-modification-handler, where it is first
703         used.
705 2006-02-17  Ken Manheimer  <ken.manheimer@gmail.com>
707         * allout.el: Use allout invisible-text overlays instead of
708         selective display for concealed text.  Also, lots of general
709         cleanup, and improved compatibility code.
711         (allout-version) Incremented, corrected, revised, and refined
712         module commentary.
714         (provide 'allout): Moved to the bottom, added a require of overlay.
716         (allout-encrypt-unencrypted-on-saves): Defaults to t instead of
717         `except-current'.
718         (allout-write-file-hook-handler): Minimize delay.
719         (count-trailing-whitespace-region): New function so
720         auto-encryption of current topic can resituate cursor exactly.
721         PGP/GPG encryption trims trailing whitespace from lines, which
722         must be accounted for across encryption then decryption.
724         (allout-command-prefix): Now defaults to "\C-c<space>" rather than
725         just plain "\C-c", to avoid intruding on user's keybinding space.
727         (allout-toggle-current-subtree-encryption): Pass along fetch-pass
728         parameter, so user request to provide a new password is done.
730         (allout-outside-normal-auto-fill-function, allout-auto-fill):
731         Refined mechanism for auto-filling behavior while in allout mode.
733         (allout-mode): Explicitly specify the mode map in the docstring.
734         Clarify provision for various write-file hook var names.
735         Adjusted for invisible-text overlays instead of selective-display.
737         (allout-depth): Really return 0 if not within any topic.  This
738         rectifies `allout-beginning-of-level' and sequence numbering
739         errors that occur when cutting and pasting numbered topics.
740         Changed from a in-line subst to a regular function, as well.
742         (allout-pre-next-prefix): Renamed from allout-pre-next-preface.
744         (allout-end-of-subtree, allout-end-of-subtree)
745         (allout-end-of-entry, allout-end-of-current-heading)
746         (allout-next-visible-heading, allout-open-topic, allout-show-entry)
747         (allout-show-children, allout-show-to-offshoot)
748         (allout-hide-current-entry, allout-show-current-entry): Rectified
749         handling of trailing blank lines between items.
751         (allout-line-boundary-regexp, set-allout-regexp, allout-depth)
752         (allout-current-depth, allout-unprotected, allout-hidden-p)
753         (allout-on-current-heading-p, allout-listify-exposed)
754         (allout-chart-subtree, allout-goto-prefix)
755         (allout-back-to-current-heading, allout-get-body-text)
756         (allout-snug-back, allout-flag-current-subtree, allout-show-all)
757         (allout-hide-region-body, allout-toggle-subtree-encryption)
758         (allout-encrypt-string, allout-encrypted-key-info)
759         (allout-next-topic-pending-encryption, allout-encrypt-decrypted)
760         (allout-file-vars-section-data): Adjusted for use with
761         invisible-text overlays instead of selective-display.
763         (allout-kill-line, allout-kill-topic, allout-yank-processing):
764         Reworked for use with invisible text overlays.
766         (allout-current-topic-collapsed-p): New function.
768         (allout-hide-current-subtree): Use allout-current-topic-collapsed-p
769         to know when to close the containing topic.
771         (allout-pre-command-business, allout-post-command-business):
772         Simplify undo-batching and dynamic isearch exposure.
774         (allout-set-overlay-category): New for invisible-text overlays.
775         Sets properties of allout-overlay-category, used by
776         allout-flag-region to set invisible-text overlay properties.
777         (allout-get-invisibility-overlay): Get the first qualifying
778         invisibility overlay, so we can find the extent of it.
779         (allout-back-to-visible-text): Get to just before the beginnining
780         of the current invisibility overlay, if any.
782         (allout-overlay-insert-in-front-handler)
783         (allout-overlay-interior-modification-handler)
784         (allout-before-change-handler, allout-isearch-end-handler): New
785         functions to handle extraordinary actions affecting concealed
786         text.
788         (allout-flag-region): Use overlays instead of selective-display
789         for invisible text - by inheritence from the properties of
790         allout-overlay-category in mainline Emacs, and applied
791         property-by-property in XEmacs, some recent versions of which
792         don't inherit the properties from the category.  Provisions to
793         respond to concealed-text edits simplified drastically.
795         (allout-isearch-rectification, allout-isearch-was-font-lock)
796         (allout-isearch-expose, allout-enwrap-isearch)
797         (allout-isearch-abort, allout-pre-was-isearching)
798         (allout-isearch-prior-pos, allout-isearch-did-quit)
799         (allout-isearch-dynamic-expose)
800         (allout-hide-current-entry-completely): Functions deleted.
802         (allout-undo-aggregation): Explicit undo aggregation no longer
803         necessary due to transition away from selective-display.
805         (set-allout-regexp, allout-up-current-level)
806         (allout-next-visible-heading, allout-forward-current-level)
807         (allout-open-topic, allout-reindent-body, allout-rebullet-topic)
808         (allout-kill-line, allout-yank-processing, allout-show-children)
809         (allout-expose-topic, allout-old-expose-topic)
810         (allout-listify-exposed, allout-insert-latex-header)
811         (allout-toggle-subtree-encryption, allout-encrypt-string)
812         (remove-from-invisibility-spec, allout-hide-current-subtree):
813         Ditched unused variables.
815 2006-02-17  Agustin Martin  <agustin.martin@hispalinux.es>
817         * textmodes/ispell.el (ispell-change-dictionary): Call
818         ispell-buffer-local-dict instead of
819         ispell-accept-buffer-local-defs.
820         (ispell-local-dictionary-alist): Accept as valid any coding-system
821         supported by Emacs.
822         (ispell-dictionary-alist-3): Esperanto dictionary's coding system
823         changed to iso-8859-3.
825 2006-02-17  Nick Roberts  <nickrob@snap.net.nz>
827         * speedbar.el (speedbar-frame-width): Make an inline function
828         instead of a macro.  Use frame-width.
829         (speedbar-try-completion, speedbar-update-contents)
830         (speedbar-timer-fn): Use consp.
831         (speedbar-update-localized-contents): Try to preserve point.
833         * progmodes/gdb-ui.el (gdba, gdb-var-list): Improve doc strings.
834         (menu): Re-order menu items.
835         (gdb-var-update-regexp, gdb-var-update-regexp-1): Match "in_scope"
836         field.
837         (gdb-var-update-handler-1): Use it for GDB 6.4+.
838         (gdb-post-prompt): Speed things by not forcing update.
840 2006-02-16  Chong Yidong  <cyd@stupidchicken.com>
842         * wid-edit.el (widget-button-click): For mouse-1, cancel button
843         press and perform default action if we get a mouse movement event.
845 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
847         * calendar/icalendar.el (icalendar--get-event-property)
848         (icalendar--get-event-property-attributes): Fix typos in
849         docstrings.
851         * progmodes/flymake.el (flymake-fix-file-name): Fix typo in
852         docstring.
854 2006-02-15  Juanma Barranquero  <lekktu@gmail.com>
856         * bs.el (bs-mode): Use `buffer-disable-undo'.
857         (bs--get-file-name): Simplify.
858         (bs-show-in-buffer): Mark the buffer as not modified.
860 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
862         * wid-edit.el (widget-keymap): Bind down-mouse-1 to
863         widget-button-click.
865         * cus-edit.el (custom-mode-map): Remove mouse-1 binding.
866         (custom-mode): Update docstring.
868         * cus-theme.el (custom-new-theme-mode-map): Remove mouse-1
869         binding.
871         * files.el (hack-local-variables-confirm): Allow scrolling if the
872         file variable list is too long.  Kill temp buffer after use.
874 2006-02-15  Nick Roberts  <nickrob@snap.net.nz>
876         * progmodes/gud.el (gdb): Improve doc string.
877         (gdb-script-font-lock-keywords): Expand allowed character set.
879         * progmodes/gdb-ui.el (gdb-use-separate-io-buffer)
880         (gdb-display-separate-io-buffer, gdb-frame-separate-io-buffer)
881         (gdb-separate-io-interrupt, gdb-separate-io-quit)
882         (gdb-separate-io-stop, gdb-separate-io-eof):
883         Rename from gdb-inferior-* to gdb-separate-*.
884         (gdb-set-gud-minor-mode-existing-buffers-1): Improve doc string.
886 2006-02-14  Jay Belanger  <belanger@truman.edu>
888         * calc/calc-arith.el (math-check-known-scalarp): Make sure
889         expression is a symbol before checking that it is bound.
891         * calc/calcalg2.el (math-integrate-by-parts): Do a more careful
892         test to see if equation can be solved.
894 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
896         * wid-edit.el (widget-button-click): Use :pressed-face property
897         for overlay face, if it exists.
899         * cus-edit.el (custom-manual, custom-add-see-also)
900         (custom-add-parent-links, custom-group-link): Add :pressed-face
901         property to links.
903         * files.el (hack-local-variables): Remove ignored variables before
904         checking if any variables need setting.
906 2006-02-14  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
908         * cus-start.el (all): Add x-gtk-whole-detached-tool-bar.
910 2006-02-14  Juanma Barranquero  <lekktu@gmail.com>
912         * help.el (where-is): Fix message for remapped commands.
914         * mwheel.el (mouse-wheel-click-event, mouse-wheel-mode):
915         Fix typos in docstrings.
917 2006-02-13  Chong Yidong  <cyd@stupidchicken.com>
919         * files.el (safe-local-variable-values): New option.
920         (hack-local-variables-prop-line): Return a list of variable-value
921         pairs if MODE-ONLY is non-nil.
922         (hack-local-variables): Construct list of variable-value pairs,
923         and apply or reject them in one go.  Ask for confirmation if
924         variables are not known safe.
925         (hack-local-variables-confirm): Complete rewrite.  Support
926         `safe-local-variable-values'.
927         (enable-local-variables): Update docstring to reflect new
928         behavior.
929         (ignored-local-variables): Ignore ignored-local-variables and
930         safe-local-variable-values.
931         (safe-local-variable-p): New function.
932         (risky-local-variable-p): `safe-local-variable' property check
933         moved to safe-local-variable-p.
934         (hack-one-local-variable): Checks moved to hack-local-variables.
936         (byte-compile-dynamic, c-basic-offset, c-file-style)
937         (c-indent-level, comment-column, fill-column, fill-prefix)
938         (indent-tabs-mode, kept-new-versions, no-byte-compile)
939         (no-update-autoloads, outline-regexp, page-delimiter)
940         (paragraph-start, paragraph-separate, sentence-end)
941         (sentence-end-double-space tab-width, version-control):
942         Add `safe-local-variable' property.
944         * find-lisp.el: Delete nonexistent `autocompile' file variable.
946         * icomplete.el, play/landmark.el: Change nonexistent
947         `outline-layout' file variable to `allout-layout'.
949 2006-02-14  Nick Roberts  <nickrob@snap.net.nz>
951         * progmodes/gdb-ui.el (gud-watch, gdb-invalidate-registers-1)
952         (gdb-get-changed-registers): Test value of gud-minor-mode relative
953         to gud-comint-buffer.
954         (gdb-speedbar-expand-node, gdb-locals-mode): Use functions in
955         gdb-ui.el for gdb-mi.el.
956         (gdb-post-prompt, gdb-get-changed-registers): Move test for
957         registers buffer to gdb-get-changed-registers.
958         (gdb-breakpoint-regexp): New regexp.  Allow toggling and
959         deletion of catchpoints (throw and catch).
960         (gdb-toggle-breakpoint, gdb-delete-breakpoint)
961         (gdb-goto-breakpoint): Use it for both gdb-ui and gdb-mi.
962         (gdb-find-file-hook, gdb-set-gud-minor-mode-existing-buffers-1)
963         (gdb-var-list-children-1, gdb-info-breakpoints-custom)
964         (gdb-var-update-1, gdb-invalidate-locals-1): Use also for gdb-mi.
966 2006-02-13  Jay Belanger  <belanger@truman.edu>
968         * calc/calc-arith.el (math-check-known-matrixp): Make sure
969         expression is a symbol before checking that it is bound.
971 2006-02-13  Richard M. Stallman  <rms@gnu.org>
973         * mouse.el (mouse-drag-mode-line-1): Use mouse-drag-move-window-bottom
974         for the minibuffer too, but not if resize-mini-windows will interfere.
976         * help.el (describe-key-briefly, describe-key): Do all arg-reading
977         inside `interactive' spec.
978         (describe-key-briefly-internal, describe-key-internal):
979         Functions merged back into their callers.
981 2006-02-13  Martin Rudalics  <rudalics@gmx.at>  (tiny change)
983         * info.el (info-xref-visited): Inherit from info-xref too.
984         (Info-set-mode-line): Replace occurrences of `%' by `%%'
985         when propertizing Info-current-file and Info-current-node.
987 2006-02-13  Juri Linkov  <juri@jurta.org>
989         * tumme.el (tumme-thumbnail-storage): Fix docstring.
990         (tumme-thumb-name): Fix per-directory format.
992 2006-02-13  Juanma Barranquero  <lekktu@gmail.com>
994         * subr.el (substitute-key-definition): Doc fix (hide internal arg).
996 2006-02-12  Miles Bader  <miles@gnu.org>
998         * net/rcirc.el (rcirc-format-response-string): Fix small bugs.
1000 2006-02-13  Mathias Dahl  <mathias.dahl@gmail.com>
1002         * tumme.el: Remove history section.  If someone needs the it, it
1003         can always be found in CVS.
1005 2006-02-12  Mathias Dahl  <mathias.dahl@gmail.com>
1007         * tumme.el (tumme-thumbnail-storage): Update docstring.  Add info
1008         about the Thumbnail Managing Standard option.
1010 2006-02-12  Richard M. Stallman  <rms@gnu.org>
1012         * subr.el (substitute-key-definition): Doc fix.
1014         * simple.el (blink-matching-paren-dont-ignore-comments): Doc fix.
1016         * files.el (magic-mode-alist): Don't use `\\s ' in regexps.
1018         * info.el (Info-mode): Doc fix.
1020         * progmodes/ebrowse.el (ebrowse-global-prefix-key): Change to C-c C-m.
1022 2006-02-12  Michael Albinus  <michael.albinus@gmx.de>
1024         * net/tramp.el (tramp-remote-path): Add "/usr/xpg4/bin" on top,
1025         because on Solaris a POSIX compatible "id" is needed.  Reported by
1026         Magnus Henoch <mange@freemail.hu>.
1028 2006-02-12  Juri Linkov  <juri@jurta.org>
1030         * tumme.el: Remove todo item about Thumbnail Managing Standard.
1031         (tumme) <defgroup>: Change :group to `multimedia'.
1032         (tumme-thumbnail-storage): Add choice `standard' for Thumbnail
1033         Managing Standard.
1034         (tumme-cmd-create-thumbnail-options): Use %w and %h instead of %s.
1035         Fix dostring.
1036         (tumme-cmd-create-temp-image-options): Use %w and %h instead of %x
1037         and %y.  Fix docstring.
1038         (tumme-cmd-pngnq-program, tumme-cmd-pngcrush-program)
1039         (tumme-cmd-create-standard-thumbnail-command): New user options.
1040         (tumme-thumb-size): Set default to 128 if tumme-thumbnail-storage
1041         is `standard'.  Fix docstring.
1042         (tumme-thumb-width, tumme-thumb-height): New user options.
1043         (tumme-external-viewer): Try to find various viewers.
1044         (tumme-get-thumbnail-image): Use `create-image' instead of
1045         constructing the `image' structure.
1046         (tumme-insert-thumbnail): Use `png' if tumme-thumbnail-storage is
1047         `standard'.
1048         (tumme-thumb-name): Add file name generation for standard storage.
1049         Simplify code for other storages.
1050         (tumme-thumb-name): Use width %w and height %h instead of size %s.
1051         Add modification time %m and thumbnail-nq8 %q.
1052         Use `tumme-cmd-create-standard-thumbnail-command' if
1053         tumme-thumbnail-storage is `standard'.
1054         (tumme-dired-insert-marked-thumbs): New autoload command.
1055         (tumme-dired-after-readin-hook): New function.
1056         (tumme-line-up-dynamic): Use `tumme-thumb-width' instead of
1057         `tumme-thumb-size'.
1058         (tumme-display-image): Replace size-x %x and size-y %y with
1059         width %w and height %h.
1061         * dired.el (dired-mode-map): Bind `\C-t\C-t' to
1062         `tumme-dired-insert-marked-thumbs'.
1064 2006-02-12  Mathias Dahl  <mathias.dahl@gmail.com>
1066         * tumme.el (tumme-write-tag): Fix small bug (file name did not
1067         include path).
1068         (tumme-mark-tagged-files): Fix bug in regexp used to find rows
1069         matching tag.
1071 2006-02-12  Miles Bader  <miles@gnu.org>
1073         * net/rcirc.el (rcirc-nick-abbrevs, rcirc-response-formats):
1074         New variables.
1075         (rcirc-abbrev-nick): New function.
1076         (rcirc-format-response-string): Rewrite to use the formats in
1077         `rcirc-response-formats' and expand escape sequences therein.
1078         A text-property `rcirc-text' is added over the actual response
1079         text to make easy to find inside the returned string.
1080         (rcirc-print): When filling, just look for the `rcirc-text'
1081         text-property to find the appropriate fill prefix, instead of
1082         using hardwired patterns.
1084 2006-02-11  Mathias Dahl  <brakjoller@hotmail.com>
1086         * tumme.el: Enhance some docstrings.  Add todo item about Thumbnail
1087         Managing Standard.
1089 2006-02-11  Kim F. Storm  <storm@cua.dk>
1091         * ido.el (ido-buffer-internal): Set mark for ido-insert-buffer.
1092         Don't use insert-buffer; do insert-buffer-substring directly.
1093         (ido-file-internal): Set mark for ido-insert-file.  Use insert-file-1.
1095 2006-02-11  Martin Rudalics  <rudalics@gmx.at>
1097         * files.el (revert-buffer, recover-file): Replace buffer-read-only
1098         with inhibit-read-only.  Suggested by Stefan Monnier.
1099         (revert-buffer): Let insert-file-contents discard
1100         buffer-undo-list.  Simplify code.
1101         (find-file, find-file-existing, revert-buffer): Doc-string fixes.
1103 2006-02-11  Eli Zaretskii  <eliz@gnu.org>
1105         * menu-bar.el (menu-bar-select-yank): Add a doc string.
1107         * help.el (describe-key-briefly): Now a wrapper for
1108         describe-key-briefly-internal.  Bind enable-disabled-menus-and-buttons
1109         to t.  Populate yank-menu if empty.
1110         (describe-key-briefly-internal): Renamed from describe-key-briefly.
1111         (describe-key): Now a wrapper for describe-key-internal.  Bind
1112         enable-disabled-menus-and-buttons to t.  Populate yank-menu if empty.
1113         (describe-key-internal): Renamed from describe-key.
1115 2006-02-11  Milan Zamazal  <pdm@zamazal.org>
1117         * progmodes/glasses.el (glasses-separator): Doc fix.
1118         (glasses-original-separator): New defcustom.
1119         (glasses-make-readable, glasses-convert-to-unreadable): Use it.
1121 2006-02-11  Martin Rudalics  <rudalics@gmx.at>
1123         * mwheel.el (mouse-wheel-up-event): Doc fix.
1125 2006-02-11  Mathias Dahl  <brakjoller@hotmail.com>
1127         * tumme.el (tumme-dir): Change default value to "~/.emacs.d/tumme/".
1128         (tumme-dir): New function.  Copied from thumbs.el.
1130 2006-02-10  Juanma Barranquero  <lekktu@gmail.com>
1132         * desktop.el (desktop-outvar): Fix typo.
1133         (desktop-save-buffer-p): Doc fix.
1135         * subr.el (substitute-key-definition): Fix typo.
1137 2006-02-10  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1139         * frame.el (select-frame-set-input-focus): Call x-focus-frame also
1140         when window-system is mac.
1142         * term/mac-win.el (fontset-standard): Rename from "fontset-mac".
1144 2006-02-10  Kim F. Storm  <storm@cua.dk>
1146         * subr.el (substitute-key-definition-key): Pass t for NOERROR to
1147         indirect-function instead of using condition-case.
1149 2006-02-10  Mathias Dahl  <mathias.dahl@gmail.com>
1151         * tumme.el (tumme-copy-with-exif-file-name): Try to make docstring
1152         less `colloquial'...
1154 2006-02-09  Mathias Dahl  <mathias.dahl@gmail.com>
1156         * tumme.el: Add a couple of todo items.
1158 2006-02-09  Lars Hansen  <larsh@soem.dk>
1160         * hilit-chg.el: Add highlight-changes-mode to desktop-locals-to-save.
1161         (highlight-changes-mode): Don't change desktop-locals-to-save.
1163 2006-02-09  Chong Yidong  <cyd@stupidchicken.com>
1165         * image-mode.el (image-toggle-display): Clear image cache if using
1166         filename.
1168 2006-02-09  Masatake YAMATO  <jet@gyve.org>
1170         * dired-x.el (dired-guess-shell-alist-default): Add .man as
1171         a `dired-man' target.
1173         * progmodes/autoconf.el (autoconf-font-lock-keywords): Check start
1174         boundary of symbols.
1176 2006-02-08  Peter Doornbosch  <peter.doornbosch@luminis.nl>  (tiny change)
1178         * vc-svn.el (vc-svn-print-log): Show recent commits as well.
1180 2006-02-09  Juanma Barranquero  <lekktu@gmail.com>
1182         * hilit-chg.el (hilit-chg-update-all-buffers): Use `mapc' instead of
1183         `mapcar'; return nil.
1185 2006-02-08  Chong Yidong  <cyd@stupidchicken.com>
1187         * mouse.el (mouse-drag-track): Don't change window if we rebind to
1188         some other event.
1190 2006-02-08  Ryan Yeske  <rcyeske@gmail.com>
1192         * net/rcirc.el (rcirc-startup-channels-alist):
1193         Add irc.freenode.net and #emacs as defaults.
1194         (rcirc-ignore-all-activity-flag): Remove variable.
1195         (rcirc-authinfo): New variable.
1196         (rcirc-authinfo-filename): Remove variable.
1197         (rcirc-always-use-server-buffer-flag): New flag.
1198         (rcirc): M-x rcirc will automatically connect without prompting.
1199         C-u M-x rcirc will prompt.  Use rcirc-connect to create a
1200         connection in lisp.
1201         (rcirc-process-server-response-1): Remove everything but the nick
1202         portion of the sender so it doesn't need to be done everywhere
1203         else.  Update related code.
1204         (global-map): Remove global keybindings.
1205         (rcirc-get-buffer-create): Make sure rcirc-topic is set.
1206         (rcirc-send-input): Split into several functions.
1207         (rcirc-process-input-line, rcirc-process-message)
1208         (rcirc-process-command): New functions.
1209         (rcirc-target-buffer): New function to determine where to route
1210         messages.
1211         (rcirc-user-nick): Save match data.
1212         (rcirc-toggle-ignore-buffer-activity)
1213         (rcirc-update-activity-string): Remove global ignore functionality,
1214         which can be done now by toggling rcirc-track-minor-mode.
1215         (rcirc-track-minor-mode-map): New keymap.
1216         (rcirc-track-minor-mode): New minor-mode.
1217         (ignore): Make the ignore output nicer.  Always print it when
1218         adding or removing nicks.
1219         (rcirc-url-regexp): Improve.
1220         (rcirc-mangle-text): Remove properties before using text in the
1221         modeline.
1222         (rcirc-authenticate): Authentication data comes from
1223         rcirc-authinfo, not the file pointed to by rcirc-authinfo-file.
1224         (rcirc-server-prefix): Inherit from rcirc-server.
1226 2006-02-08  Mathias Megyei  <Mathias.Megyei@micronas.com>  (tiny change)
1228         * Makefile.in (compile): Append "|| true" to the end of the `find'
1229         command, like compile-always does.
1231 2006-02-08  Sam Steingold  <sds@gnu.org>
1233         * net/tramp.el (tramp-maybe-open-connection): Do not wait for
1234         output from a dead connection.
1236 2006-02-07  Mathias Dahl  <brakjoller@hotmail.com>
1238         * dired.el (dired-mode-map): Add more bindings for tumme.
1240 2006-02-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1242         * wdired.el (wdired-mode-map): Use remap.
1243         (wdired-get-filename): Massage.
1244         (wdired-perm-mode-map): Don't copy bindings from wdired-mode-map.
1245         (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit): Use the
1246         `keymap' property rather than `local-map'.
1248 2006-02-07  Mathias Dahl  <brakjoller@hotmail.com>
1250         * tumme.el (tumme-get-thumbnail-image): New utility function.
1251         Suggested by from Chong Yidong.
1252         (tumme-dired-with-window-configuration): Rename from
1253         `tumme-dired'.  Add code to save window configuration.
1254         (tumme-restore-window-configuration): New command to restore the
1255         window configuration that `tumme-dired-with-window-configuration'
1256         saves before it changes the window configuration.
1257         (tumme-show-all-from-dir): New command to display thumbnails for
1258         all files in a directory entered by the user, like M-x thumbs.
1259         (tumme-display-thumbs): Call `pop-to-buffer' after all thumbnails
1260         have been created.
1261         (tumme-display-thumbnail-original-image): Call `display-buffer'.
1262         (obsolete-tumme-display-thumbnail-original-image-and-buffer):
1263         Remove obsolete test function.
1265 2006-02-07  Juanma Barranquero  <lekktu@gmail.com>
1267         * vc.el (small-temporary-file-directory): Remove defvar; there's
1268         a defcustom for it in files.el.
1270         * tumme.el (tumme-get-thumbnail-image): Add missing arg to `error'.
1271         Fix typo in message.
1272         (tumme-gallery-generate): Fix typo in `error' message.
1273         (tumme-display-window-height-correction)
1274         (tumme-display-window-width-correction, tumme-line-up-dynamic)
1275         (tumme-line-up-interactive): Dox fixes.
1276         (tumme-cmd-rotate-original-options, tumme-display-properties-format)
1277         (tumme-restore-window-configuration, tumme-format-properties-string)
1278         (tumme-create-thumbs, tumme-display-previous-thumbnail-original):
1279         Fix typos in docstrings.
1281 2006-02-07  Chris Moore  <christopher.ian.moore@gmail.com>  (tiny change)
1283         * wdired.el (wdired-get-filename): Fix bug: Don't re-normalize OLD.
1285 2006-02-07  Nick Roberts  <nickrob@snap.net.nz>
1287         * progmodes/gud.el (gud-tooltip-mode): Remove autoload cookie.
1288         User should use hook if desired.
1290         * progmodes/gdb-ui.el (gdb-post-prompt): Regenerate breakpoints
1291         buffer if necessary.
1292         (gdb-delete-frame-or-window): New function.
1293         (gdb-breakpoints-mode-map): Bind "q" to it.
1295 2006-02-06  Stefan Monnier  <monnier@iro.umontreal.ca>
1297         * textmodes/nroff-mode.el: Clean up name space.
1298         (nroff-mode-syntax-table): Remove spurious `1' in the syntax of \n.
1299         (nroff-mode): Obey the global setting of nroff-electric-mode.
1300         (nroff-electric-mode): Use define-minor-mode and derived-mode-p.
1302         * calendar/calendar.el (calendar-increment-month): Typo in last change.
1304 2006-02-06  Thien-Thi Nguyen  <ttn@gnu.org>
1306         * vc-svn.el (vc-svn-previous-version, vc-svn-next-version): New funcs.
1308 2006-02-06  Lars Hansen  <larsh@soem.dk>
1310         * generic-x.el (etc-fstab-generic-mode): Add file system types
1311         cifs and usbdevfs.  Allow special chars in file names.
1313 2006-02-05  Jay Belanger  <belanger@truman.edu>
1315         Update copyright notices of the files in lisp/calc.
1317 2006-02-05  Romain Francoise  <romain@orebokech.com>
1319         Update copyright notices of all files in the lisp/play directory.
1321 2006-02-04  Luc Teirlinck  <teirllm@auburn.edu>
1323         * ldefs-boot.el: Regenerate.
1325         * emacs-lisp/find-func.el (find-definition-noselect): Minor doc fix.
1327 2006-02-05  Kim F. Storm  <storm@cua.dk>
1329         * files.el (magic-mode-regexp-match-limit): New defvar.
1330         (set-auto-mode): Use it to limit magic-mode-alist matching.
1332 2006-02-04  Kevin Rodgers  <ihs_4664@yahoo.com>
1334         * simple.el (display-message-or-buffer): Compare the number of
1335         characters to the frame width when determining whether a 1-line
1336         message string will fit in the echo area.  Count screen lines
1337         instead of buffer lines when determining whether a multi-line
1338         message will fit in the echo area/minibuffer window.
1340 2006-02-04  Eli Zaretskii  <eliz@gnu.org>
1342         * info.el (Info-index, Info-mode): Improve the description of the
1343         `i' command.
1345         * ldefs-boot.el: Regenerate.
1347 2006-02-03  Werner Lemberg  <wl@gnu.org>
1349         * textmodes/nroff-mode.el (nroff-font-lock-keywords): Don't be
1350         greedy to find the closing bracket in \*[...] and similar
1351         expressions.  This is a first rough fix -- many additional
1352         refinements are necessary to make nroff mode really usable with groff.
1354 2006-02-03  Jens Petersen  <petersen@redhat.com>  (tiny change)
1356         * international/mule-cmds.el (set-locale-environment):
1357         Add "/usr/share/X11/locale/locale.alias" to search list for xorg-x11
1358         libX11.
1360 2006-02-03  Joe Wells  <jbw@macs.hw.ac.uk>  (tiny change)
1362         * arc-mode.el (archive-maybe-copy): Fix the way directories in the
1363         archive are created in archive-tmpdir.
1365 2006-02-02  John Paul Wallington  <jpw@pobox.com>
1367         * ibuffer.el (ibuffer-compressed-file-name-regexp): New defcustom.
1368         (ibuffer-fontification-alist): Use it.
1369         (ibuffer-mode-map): Bind `ibuffer-mark-compressed-file-buffers'
1370         to "* z" and the Ibuffer Mark menu.
1372         * ibuf-ext.el (ibuffer-mark-compressed-file-buffers): New command.
1374 2006-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1376         * textmodes/table.el (*table--cell-describe-mode)
1377         (*table--cell-describe-bindings): Undo last change since
1378         print-help-return-message is not obsoleted by anything at all.
1380 2006-02-02  Luc Teirlinck  <teirllm@auburn.edu>
1382         * emulation/cua-base.el (cua-mode): Doc fix.
1384 2006-02-02  Juanma Barranquero  <lekktu@gmail.com>
1386         * dframe.el (dframe-handle-make-frame-visible)
1387         (dframe-handle-iconify-frame, dframe-get-focus)
1388         (dframe-select-attached-frame, dframe-power-click)
1389         (dframe-frame-mode): Fix typos in docstrings.
1391         * ezimage.el (ezimage-mail, ezimage-object-out-of-date)
1392         (ezimage-insert-image-button-maybe, ezimage-insert-over-text):
1393         Fix typos in docstrings.
1395         * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer)
1396         (hi-lock-face-buffer, hi-lock-font-lock-hook)
1397         (hi-lock-archaic-interface-message-used)
1398         (hi-lock-file-patterns-range): Fix typos in docstrings.
1400         * savehist.el (savehist-loaded, savehist-load, savehist-install)
1401         (savehist-autosave, savehist-trim-history): Fix typos in docstrings.
1403         * mail/mailclient.el (mailclient-place-body-on-clipboard-flag):
1404         Fix typo in docstring.
1406         * net/newsticker.el (newsticker--decode-iso8601-date)
1407         (newsticker--set-customvar, newsticker--buffer-insert-item)
1408         (newsticker--do-run-auto-mark-filter)
1409         (newsticker--parse-generic-feed): Doc fixes.
1410         (newsticker--retrieval-timer-list, newsticker-url-list)
1411         (newsticker-hide-immortal-items-in-echo-area)
1412         (newsticker-hide-obsolete-items-in-echo-area)
1413         (newsticker-new-item-face, newsticker--enclosure)
1414         (newsticker-buffer-update, newsticker-w3m-show-inline-images)
1415         (newsticker--parse-atom-0.3, newsticker--parse-rss-1.0)
1416         (newsticker--parse-generic-feed, newsticker--cache-contains)
1417         (newsticker--stat-num-items, newsticker-download-enclosures):
1418         Fix typos in docstrings.
1420         * net/rcirc.el (rcirc-debug): Doc fix.
1421         (rcirc-fill-column, rcirc-receive-message-hooks)
1422         (rcirc-browse-url-map, rcirc-read-only-flag, rcirc-prompt)
1423         (rcirc-mode, rcirc-generate-new-buffer-name)
1424         (rcirc-startup-channels, rcirc-ignore-update-automatic)
1425         (rcirc-cmd-ignore, rcirc-browse-url, rcirc-url-regexp):
1426         Fix typos in docstrings.
1427         (rcirc-print): "?\ " -> "?\s".
1428         (rcirc-cmd-join): Improve argument/docstring consistency.
1430 2006-02-01  Mark A. Hershberger  <mah@everybody.org>
1432         * xml.el (xml-parse-region): Move save-excursion and set-buffer up
1433         before narrow-to-region.
1435 2006-02-01  Richard M. Stallman  <rms@gnu.org>
1437         * simple.el (move-beginning-of-line): Scan properly for invis change.
1439         * replace.el (multi-occur-in-matching-buffers): Fix prev change.
1441 2006-02-01  Michael Albinus  <michael.albinus@gmx.de>
1443         * net/tramp.el (tramp-convert-file-attributes): Set file's gid
1444         change bit only when id-format is 'integer.  Reported by Matt
1445         Hodges <M.P.Hodges@rl.ac.uk>.
1447 2006-02-01  Juanma Barranquero  <lekktu@gmail.com>
1449         * hilit-chg.el (highlight-changes-initial-state)
1450         (highlight-changes-global-initial-state): Doc fixes.
1451         (highlight-changes-global-modes, global-highlight-changes):
1452         Fix typos in docstrings.
1454 2006-02-01  Kim F. Storm  <storm@cua.dk>
1456         * emulation/cua-base.el (cua-mode): Mention that CUA enables
1457         transient-mark-mode in doc string.
1459 2006-01-31  Richard M. Stallman  <rms@gnu.org>
1461         * replace.el (multi-occur): Doc fix.
1462         (multi-occur-in-matching-buffers): Rename from
1463         multi-occur-by-filename-regexp.  Prefix arg says match
1464         buffer names instead of file names.
1466 2006-01-31  Juanma Barranquero  <lekktu@gmail.com>
1468         * bs.el: Allow non-default values of `bs-header-lines-length'.
1469         (bs--running-in-xemacs): Remove (not needed anymore).
1470         (bs--set-window-height): Simplify by using `fit-window-to-buffer'
1471         instead of `shrink-window', thus avoiding having to compute the
1472         height of the window.
1473         (bs--up): Wrap around even when there's no header.
1474         (bs--down): Use `forward-line' instead of `next-line'.
1476 2006-01-30  Chong Yidong  <cyd@stupidchicken.com>
1478         * image-mode.el (image-toggle-display): Use file name if possible,
1479         instead of unnecessarily allocating a (possibly huge) lisp string.
1481 2006-01-30  John Paul Wallington  <jpw@pobox.com>
1483         * subr.el (toplevel): Define `cl-assertion-failed' condition here
1484         because the `assert' macro signals it at runtime.
1486         * emacs-lisp/cl.el (toplevel): Remove definition of
1487         `cl-assertion-failed' condition.
1489 2006-01-30  Nick Roberts  <nickrob@snap.net.nz>
1491         * thumbs.el (thumbs-marked-list): Make buffer-local and
1492         permanent-local.
1493         (thumbs-insert-thumb): Make help-echo non-sticky.
1494         (thumbs-file-alist): Use eolp as check for (non)-image.
1496 2006-01-30  Juanma Barranquero  <lekktu@gmail.com>
1498         * ediff-mult.el (ediff-meta-buffer-keymap-setup-hook)
1499         (ediff-before-session-group-setup-hooks)
1500         (ediff-default-filtering-regexp, ediff-meta-mark-equal-files):
1501         Fix typos in docstrings.
1503         * window.el (bw-dir, bw-eqdir, balance-windows)
1504         (split-window-keep-point): Fix typos in docstrings.
1506         * textmodes/org.el (org-allow-space-in-links, org-closed-string)
1507         (org-quote-string, org-calendar-to-agenda-key)
1508         (org-agenda-sorting-strategy, org-agenda-use-time-grid)
1509         (org-show-following-heading, org-tags-column)
1510         (org-use-tag-inheritance, org, org-allow-space-in-links)
1511         (org-usenet-links-prefer-google, org-file-apps-defaults-gnu)
1512         (org-enable-table-editor, org-calc-default-modes)
1513         (org-table-allow-automatic-line-recalculation)
1514         (org-export-html-style, org-export-with-fixed-width)
1515         (org-export-with-sub-superscripts, org-special-keyword)
1516         (org-formula, org-time-grid, org-table-may-need-update)
1517         (org-mode, org-goto-ret, org-goto-left, org-goto-right)
1518         (org-goto-quit, org-get-indentation, org-end-of-item)
1519         (org-move-item-down, org-move-item-up)
1520         (org-renumber-ordered-list, org-todo, org-log-done, org-occur)
1521         (org-remove-occur-highlights, org-read-date, org-goto-calendar)
1522         (org-agenda, org-agenda-day-view, org-agenda-previous-date-line)
1523         (org-agenda-log-mode, org-agenda-toggle-diary)
1524         (org-agenda-toggle-time-grid, org-agenda-cleanup-fancy-diary)
1525         (org-agenda-file-to-end, org-agenda-no-heading-message)
1526         (org-agenda-get-closed, org-format-agenda-item)
1527         (org-cmp-priority, org-cmp-category, org-cmp-time)
1528         (org-agenda-change-all-lines, org-agenda-diary-entry)
1529         (org-scan-tags, org-after-todo-state-change-hook, org-tags-view)
1530         (org-link-search, org-camel-to-words, org-open-file)
1531         (org-remember-handler, org-table-convert-region)
1532         (org-table-move-row-down, org-table-move-row-up)
1533         (org-table-copy-region, org-table-wrap-region)
1534         (org-table-toggle-vline-visibility)
1535         (org-table-get-vertical-vector, org-table-modify-formulas)
1536         (org-table-get-specials, org-recalc-commands)
1537         (org-table-rotate-recalc-marks, org-table-eval-formula)
1538         (orgtbl-make-binding, org-in-invisibility-spec-p, org-cycle)
1539         (org-level-color-stars-only, org-insert-heading):
1540         Fix typos in docstrings.
1541         (last-arg): Add defvar.
1543         * makefile.w32-in (WINS): Add erc.
1544         (MH_E_SRC): Update (copied from lisp/Makefile.in).
1546 2006-01-29  Bill Wohler  <wohler@newt.com>
1548         * Makefile.in (MH_E_SRC): Add mh-compat.el, mh-folder.el,
1549         mh-letter.el, mh-limit.el, mh-scan.el, mh-show.el, mh-thread.el,
1550         mh-tool-bar.el, mh-xface.el.  Remove mh-customize.el, mh-init.el.
1551         (mh-autoloads): Don't use comments on otherwise empty lines.
1553 2006-01-29  Edward O'Connor  <ted@oconnor.cx>
1555         * emulation/viper.el (viper-major-mode-modifier-list): Add
1556         insert-state and vi-state entries for erc-mode.
1557         (viper-go-away, viper-set-hooks): Add and remove
1558         viper-comint-mode-hook from erc-mode-hook as appropriate.
1560         * emulation/viper.el (viper-insert-state-mode-list): Add erc-mode.
1562 2006-01-29  Juanma Barranquero  <lekktu@gmail.com>
1564         * bs.el (bs--format-aux): Implement `middle' alignment as
1565         described in the docstring for `bs-attributes-list'.
1566         (bs--get-name): Simplify.  Don't pad the buffer name.
1568 2006-01-27  Agustin Martin  <agustin.martin@hispalinux.es>
1570         * textmodes/ispell.el (ispell-find-aspell-dictionaries): If no
1571         English aspell dictionary is installed, use the first entry of
1572         ispell-dictionary-alist-1.
1574 2006-01-27  Kevin Rodgers  <ihs_4664@yahoo.com>
1576         * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
1577         Doc fix.
1579 2006-01-27  Michael Albinus  <michael.albinus@gmx.de>
1581         * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
1582         for `process-file', in order to let it work for older Emacsen too.
1584 2006-01-27  Eli Zaretskii  <eliz@gnu.org>
1586         * international/latexenc.el: Add a suitable `coding:' tag.
1587         (latexenc-find-file-coding-system): Undo last change.
1589 2006-01-27  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
1591         * international/latexenc.el (latexenc-find-file-coding-system):
1592         Make sure latexenc-main-file is a regular file and is readable.
1594 2006-01-27  Andre Spiegel  <spiegel@gnu.org>
1596         * vc-rcs.el (vc-rcs-fetch-master-state, vc-rcs-consult-headers):
1597         Pass FILE to vc-user-login-name.
1599         * vc-sccs.el (vc-sccs-state): Pass FILE to vc-user-login-name.
1601 2006-01-27  Nick Roberts  <nickrob@snap.net.nz>
1603         * thumbs.el (thumbs-do-thumbs-insertion): Suppress message when
1604         there are no more images to display.
1605         (thumbs-mark, thumbs-unmark): Revert change so that they move to
1606         the next image.
1608 2006-01-26  Richard M. Stallman  <rms@gnu.org>
1610         * cus-edit.el (custom-mode): Doc: Use advertised-widget-backward.
1612         * wid-edit.el (advertised-widget-backward): New alias.
1613         (widget-keymap): Use advertised-widget-backward for S-TAB.
1615         * tumme.el: Correct the keywords.
1616         (tumme-dir-max-size): Use defvar.
1617         (tumme-setup-dired-keybindings, tumme-dired): Add autoload cookie.
1619         * simple.el (move-beginning-of-line): Take account of fields.
1620         (clone-indirect-buffer-other-window): Take args like
1621         clone-indirect-buffer, and work like it.
1623         * help-fns.el (describe-function): Don't pass `nil' as default.
1625         * files.el (risky-local-variable-p): Follow var aliases.
1627         * subr.el (lazy-completion-table): Doc fix.
1629         * mail/rmailsum.el (rmail-make-summary-line-1): Don't set
1630         global binding of `line'.
1632 2006-01-25  Andre Spiegel  <spiegel@gnu.org>
1634         * vc-hooks.el (vc-user-login-name): Rewritten to handle access via
1635         Tramp.
1637         * vc.el (vc-default-dired-state-info): Pass FILE to
1638         vc-user-login-name.
1639         (vc-default-update-changelog): Don't use vc-user-login-name, we
1640         don't need it here.
1642         * tramp-vc.el (vc-user-login-name): Comment out defadvice, it is
1643         no longer necessary.
1645 2006-01-25  Kenichi Handa  <handa@m17n.org>
1647         * international/mule.el (decode-char): Avoid the overhead of
1648         calling utf-lookup-subst-table-for-decode if
1649         utf-translate-cjk-mode is nil.
1650         (encode-char): Avoid the overhead of calling
1651         utf-lookup-subst-table-for-encode if utf-translate-cjk-mode is
1652         nil.
1654 2006-01-22  Kenichi Handa  <handa@m17n.org>
1656         * international/mule.el (make-subsidiary-coding-system): Reset
1657         `coding-system-define-form' property of subsidiaries to nil.
1658         Avoid duplicated entry in coding-system-alist.
1659         (make-coding-system): Avoid duplicated entry in
1660         coding-system-alist.
1661         (define-coding-system-alias): Likewise.
1663 2006-01-24  Luc Teirlinck  <teirllm@auburn.edu>
1665         * completion.el: Minor fixes in introductory comment.
1666         (completion-def-wrapper): Fix alist.
1668 2006-01-25  Nick Roberts  <nickrob@snap.net.nz>
1670         * thumbs.el (thumbs-new-image-size): New function.
1671         (thumbs-increment-image-size-element)
1672         (thumbs-decrement-image-size-element, thumbs-increment-image-size)
1673         (thumbs-decrement-image-size): Delete.
1674         (thumbs-resize-image-1): Rename from thumbs-resize-image.  Keep old
1675         temp files and use to resize.
1676         (thumbs-resize-image): Rename from thumbs-resize-image-interactive.
1677         Use increment argument to enlarge/shrink.  Preserve point.
1678         (thumbs-shrink-image): Rename from thumbs-resize-image-size-down.
1679         (thumbs-enlarge-image): Rename from thumbs-resize-image-size-up
1680         (thumbs-show-thumbs-list): Set thumbs-buffer to current-buffer.
1681         (thumbs-mark, thumbs-unmark): Preserve point.
1682         (thumbs-modify-image): Keep old temp files and use to modify.
1683         Cleanup old temp files at load time.  Preserve point.
1684         (thumbs-view-image-mode-map): Use new command names.
1686 2006-01-24  Stefan Monnier  <monnier@iro.umontreal.ca>
1688         * log-view.el (log-view-minor-wrap): First rev is the one at point.
1690         * calendar/cal-menu.el: Avoid macros from calendar.el so as to break
1691         the nastiest part of the cyclic dependency.
1692         (cal-menu-update): Use dotimes and calendar-increment-month.
1694         * calendar/calendar.el: Remove unnecessary leading stars in docstrings.
1695         (calendar-week-start-day): Add an :initializer.
1696         (calendar-mode-map): Use suppress-keymap, and command remapping.
1697         (describe-calendar-mode): Setup xref-stack info for the back button.
1698         (calendar-star-date): Insert before delete.
1699         (calendar-set-mode-line): Add file-modified info if applicable.
1700         (calendar-increment-month): New function.
1702 2006-01-24  Tobias C. Rittweiler  <tcr@freebits.de>  (tiny change)
1704         * font-lock.el (lisp-font-lock-keywords-2):
1705         Recognize "& keywords" only at word boundaries.
1707 2006-01-24  Nick Roberts  <nickrob@snap.net.nz>
1709         * thumbs.el (thumbs-extra-images): New variable.  Make it buffer-local
1710         and permanent-local.
1711         (thumbs-max-image-number): New variable.
1712         (thumbs-do-thumbs-insertion): Use them.
1713         (thumbs-per-line): Change default to 4.
1714         (thumbs-marked-list): Rename from thumbs-markedL.
1715         (thumbs-cleanup-thumbsdir, thumbs-delete-images)
1716         (thumbs-rename-images): Use -list instead of L for internal variables.
1717         (thumbs-call-convert): Use call-process instead of shell-command.
1718         (thumbs-insert-thumb): Add filename as help-echo to each image.
1719         (thumbs-show-from-dir): Rename from thumbs-show-all-from-dir.
1720         Give dir to thumbs-show-thumbs-list.
1721         (thumbs-show-thumbs-list): Set default-directory to that of images.
1722         (thumbs-dired-show): Rename from thumbs-dired-show-all.
1723         (thumbs-display-thumbs-buffer, thumbs-show-more-images): New functions.
1724         (thumbs-mode-map): Bind "+" to thumbs-show-more-images.
1725         (thumbs-view-image-mode-map): Bind "^" to thumbs-display-thumbs-buffer.
1727 2006-01-23  Stefan Monnier  <monnier@iro.umontreal.ca>
1729         * ses.el (ses-read-cell): Provide a default value.
1731 2006-01-23  Juanma Barranquero  <lekktu@gmail.com>
1733         * term/w32-win.el (image-library-alist): Add additional names for
1734         GIF library.
1736 2006-01-23  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
1738         * international/latexenc.el (latexenc-find-file-coding-system):
1739         Add file-regular-p check.
1741 2006-01-22  Stefan Monnier  <monnier@iro.umontreal.ca>
1743         * simple.el (clone-buffer): Don't show the new buffer in the same
1744         window.
1746 2006-01-23  Juri Linkov  <juri@jurta.org>
1748         * faces.el (link, link-visited): New faces based on default values
1749         of `info-xref' and `info-xref-visited'.
1751         * info.el (info-xref): Inherit from `link'.
1752         (info-xref-visited): Inherit from `link-visited'.
1754         * cus-edit.el (custom-buffer-create-internal): Use widget type
1755         `custom-manual' instead of `info-link' and don't set properties
1756         `button-face' and `mouse-face' explicitly.
1757         (custom-browse-group-tag, custom-browse-variable-tag)
1758         (custom-browse-face-tag): Inherit from widget class
1759         `custom-group-link' instead of `push-button'.
1760         (custom-button-unraised): Inherit from `underline' face.
1761         (custom-link): Inherit from `link' face.  Fix doc and group.
1762         (custom-add-parent-links, custom-group-value-create): Don't set
1763         properties `button-face' and `mouse-face' explicitly for
1764         `custom-group-link' widget.
1765         (custom-group-link): Add properties `button-face' and `mouse-face'
1766         to widget definition.
1767         (custom-field-keymap): New variable.  Put `custom-field-keymap' to
1768         editable-field's :keymap property.
1769         (custom-mode): Fix docstring: substitute keybindings for
1770         `widget-forward' and `widget-backward' from `widget-keymap',
1771         `widget-complete' from `custom-field-keymap', replace old
1772         `Custom-move-and-invoke' with `widget-move-and-invoke'.  Untabify.
1774         * desktop.el (desktop-load-file): Check for `fboundp' before
1775         calling `symbol-function'.
1777         * simple.el (clone-buffer, clone-indirect-buffer)
1778         (clone-indirect-buffer-other-window): Use `read-buffer' instead of
1779         `read-string'.  Fix prompts.
1781         * play/doctor.el (doctor-mode-map): Rename from `doc-mode-map'.
1783 2006-01-23  Nick Roberts  <nickrob@snap.net.nz>
1785         * thumbs.el (thumbs-file-alist): Avoid creating duplicate entries.
1787 2006-01-22  Luc Teirlinck  <teirllm@auburn.edu>
1789         * startup.el (inhibit-splash-screen, initial-scratch-message):
1790         Doc fixes.
1792 2006-01-22  Michael Albinus  <michael.albinus@gmx.de>
1794         Sync with Tramp 2.0.52.
1796         * net/tramp.el, net/tramp-ftp.el, net/tramp-util.el,
1797         net/tramp-vc.el: Add code for unloading Tramp.  See comment before
1798         `tramp-unload-tramp' for checklist.
1800         * net/tramp.el: Require `timer-funcs' instead of `timer' if in
1801         XEmacs.  Contributed by Steve Youngs <steve@sxemacs.org>.
1802         (tramp-unload-file-name-handler-alist)
1803         (tramp-unload-tramp): New defuns.
1804         (tramp-advice-PC-expand-many-files): New defadvice.
1805         (tramp-save-PC-expand-many-files, tramp-setup-complete) Defuns
1806         removed.
1807         (tramp-handle-expand-file-name): Remove double slash.
1808         (tramp-handle-file-attributes-with-ls): Return t as 9th attribute.
1809         It doesn't matter, because it will be converted later on.
1810         (tramp-handle-file-ownership-preserved-p): Rewritten.  The old
1811         implementation was just heuristic.
1812         (tramp-post-connection): Set uid and gid properties.
1813         (tramp-convert-file-attributes): Set file's gid change bit.
1814         (tramp-get-remote-uid, tramp-get-remote-gid): New defuns.
1815         (tramp-handle-expand-file-name): Use "~root" for tilde expansion
1816         in case of su(do)? methods.  The home directory of the local user
1817         will be taken else.
1818         (tramp-open-connection-telnet)
1819         (tramp-open-connection-rsh, tramp-open-connection-su)
1820         (tramp-open-connection-multi): Set PS1 to "$ ".  Otherwise, a
1821         local shell prompt could hurt.  Reported by Romain Francoise
1822         <romain@orebokech.com>.
1823         (tramp-let-maybe): Add `edebug-form-spec' property.
1824         (tramp-handle-expand-file-name): Bind `default-directory' locally
1825         to "/" in order to avoid problems with UNC shares or Cygwin
1826         mounts.
1827         (tramp-md5-function): Fix typo in error message.
1829         * net/tramp-ftp.el (tramp-ftp-enable-ange-ftp): New defun.
1831         * net/tramp-util.el (top): Apply `ignore' instead of `identity'
1832         for byte-compiler pacification.
1834 2006-01-22  Andre Spiegel  <spiegel@gnu.org>
1836         * vc-rcs.el (vc-rcs-state-heuristic): Use file-attributes with
1837         ID-FORMAT `string'.  This allows us to get rid of
1838         `vc-user-login-name UID'.
1840         * vc-sccs.el (vc-sccs-state-heuristic): Likewise.
1842 2006-01-22  John Paul Wallington  <jpw@pobox.com>
1844         * hl-line.el (hl-line-highlight, hl-line-move): Doc fixes.
1846 2006-01-21  Martin Rudalics  <rudalics@gmx.at>
1848         * emacs-lisp/find-func.el (find-definition-noselect)
1849         (find-variable-noselect): Search variables in C source code too.
1850         (find-function-C-source, find-function-noselect, find-function)
1851         (find-function-other-frame, find-variable-noselect, find-variable)
1852         (find-variable-other-frame, find-variable-at-point):
1853         Fix docstrings.
1855 2006-01-21  Francesco Potorti`  <pot@gnu.org>
1857         * mail/rmailout.el (rmail-output): Don't use content-type if it is nil.
1859 2006-01-21  Agustin Martin  <agustin.martin@hispalinux.es>
1861         * textmodes/flyspell.el (flyspell-emacs-popup, flypell-xemacs-popup):
1862         Default to disabling the "Save affix" question.
1864 2006-01-21  Marien Zwart  <marienz@gentoo.org>  (tiny change)
1866         * progmodes/python.el (python-mode) <eldoc-mode-hook>: Pass nil as
1867         the first arg to run-python.
1869 2006-01-21  Eli Zaretskii  <eliz@gnu.org>
1871         * startup.el (command-line-1): Handle --no-desktop if desktop.el
1872         is not loaded.
1874 2006-01-20  Jay Belanger  <belanger@truman.edu>
1876         * calc/calcalg2.el (calc-sum-rec): Fix the sum when the lower
1877         limit is 0.
1879         * calc/calc-arith.el (math-add-symb-fancy): Check the length of
1880         the correct variable.
1882 2006-01-20  Carsten Dominik  <dominik@science.uva.nl>
1884         * textmodes/org.el (org-open-at-point): Fixed bug with matching a
1885         link.  Fixed buggy argument sequence in call to `org-view-tags'.
1886         (org-compile-prefix-format): Set `org-prefix-has-tag'.
1887         (org-prefix-has-tag): New variable.
1888         (org-format-agenda-item): Remove tags from headline if
1889         appropriate.
1890         (org-agenda-remove-tags-when-in-prefix): New option.
1891         (org-get-tags-at): New function.
1893 2006-01-20  Nick Roberts  <nickrob@snap.net.nz>
1895         * thumbs.el (thumbs-buffer): New variable.  Make it buffer local.
1896         (thumbs-find-image): Move image name and number from buffer name
1897         to mode name.  Set thumbs-buffer.  Preserve point so that large
1898         images remain visible.
1899         (thumbs-file-alist): Construct list in thumbs-buffer and reverse
1900         order.
1901         (thumbs-show-image-num): Get image from thumbs-file-alist.  Set
1902         mode name.
1903         (thumbs-next-image, thumbs-previous-image): Make them work.
1905 2006-01-19  Luc Teirlinck  <teirllm@auburn.edu>
1907         * cus-edit.el (custom-buffer-create-internal): State in the text above
1908         the whole buffer buttons that they do not operate on hidden items.
1909         (custom-face-menu): Use `custom-face-save' instead of
1910         `custom-face-save-command'.
1911         (custom-face-save-command): Make it an alias for `custom-face-save'
1912         and declare it obsolete.
1913         (custom-face-save): Doc fix.
1915         * dired.el (dired-no-confirm): Add quote.
1916         (dired-subdir-alist-pre-R): Add quote in
1917         `make-variable-buffer-local' form and remove unbalanced parenthesis.
1919 2006-01-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1921         * textmodes/table.el (table-mode-indicator): Typo in last change.
1923 2006-01-19  Richard M. Stallman  <rms@gnu.org>
1925         * outline.el (hide-leaves): Don't call outline-end-of-heading.
1926         Fixes bug reported in Nov 2005.
1928         * isearch.el (isearch-forward): Doc fix.
1930         * dired.el (dired-move-to-filename-regexp): Define as alias.
1931         (dired-no-confirm): Use defcustom.
1932         (dired-subdir-alist-pre-R): Put defvar at top level.
1934         * battery.el (battery-linux-proc-acpi): Handle "last full capacity".
1936         * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
1937         Mark as risky.
1939         * simple.el (set-mark-command): Doc fix.
1940         (clone-indirect-buffer-other-window):
1941         Read arg like clone-indirect-buffer.
1942         (move-beginning-of-line): Skip invisible newlines.
1944 2006-01-19  Masatake YAMATO  <jet@gyve.org>
1946         * progmodes/cpp.el (cpp-edit-load): Make the order of
1947         listed conditions in a base C code buffer and its associate
1948         CPP Edit buffer the same.
1950 2006-01-19  Kenichi Handa  <handa@m17n.org>
1952         * mail/rmail.el (rmail-enable-mime): Docstring fixed.
1953         (rmail-mime-feature): Likewise.
1954         (rmail-require-mime-maybe): Use display-warning to show a warning
1955         message.
1957         * international/mule.el (auto-coding-regexp-alist-lookup): New fun.
1958         (find-auto-coding): Use auto-coding-regexp-alist-lookup.
1960 2006-01-18  Stefan Monnier  <monnier@iro.umontreal.ca>
1962         * array.el: Move defvars out of eval-when-compile.
1963         (array-make-template): Replace undeclared global var with a local one.
1964         (array-mode): Inline initialization functions.
1965         (array-init-local-variables, array-init-max-row)
1966         (array-init-max-column, array-init-columns-per-line)
1967         (array-init-field-width, array-init-rows-numbered)
1968         (array-init-line-length, array-init-lines-per-row): Remove.
1970         * play/doctor.el: Move defvars out of eval-when-compile.  Use dolist.
1971         (doc-mode-map): Define explicitly.
1972         (doctor-txtype): Use mapc.
1974         * textmodes/table.el: Move defvars out of eval-when-compile.
1975         Remove harmful code meant to avoid byte-compiler warnings.
1976         (table-fixed-mode-indicator): Remove.  Use a more complex mode-line
1977         specification that checks table-fixed-width-mode directly.
1978         (table-recognize-region, table-recognize-cell):
1979         Use restore-buffer-modified-p.
1980         (table-fixed-width-mode): Remove code that refreshes
1981         table-fixed-mode-indicator.
1982         (*table--cell-describe-bindings, *table--cell-describe-mode):
1983         Avoid obsolete name print-help-return-message.
1984         (table--test-cell-list): Don't use replace-regexp from elisp.
1985         (table--point-entered-cell-function, table--point-left-cell-function):
1986         Don't set table-fixed-mode-indicator, use force-mode-line-update.
1988         * textmodes/org.el: Move defvars out of eval-when-compile.  Move code
1989         that was after the end of file.  Use buffer-file-name variable.
1990         (org-timestamp-change): Use with-current-buffer.
1991         (org-todo-list): Don't unnecessarily define a new buffer-local var.
1992         (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused arg
1993         `file'.
1995         * progmodes/fortran.el: Move defvars out of eval-when-compile.
1996         (fortran-break-line): Remove unused var `opoint'.
1997         (fortran-abbrev-start): Obey help-event-list.
1999 2006-01-18  Jesper Harder  <harder@phys.au.dk>
2001         * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-substring.
2003 2006-01-18  Masatake YAMATO  <jet@gyve.org>
2005         * progmodes/make-mode.el (makefile-imake-mode): New mode
2006         derived from makefile-mode.
2007         (makefile-imake-mode-syntax-table): New syntax table
2008         derived from makefile-mode-syntax-table.
2009         (makefile-mode): Write about makefile-imake-mode in doc string.
2010         (makefile-mode-map): Bind "\C-c\C-m\C-i" to makefile-imake-mode.
2011         (makefile-imake-font-lock-keywords): New font lock keywords.
2013         * files.el (auto-mode-alist): Add Imakefile.
2015 2006-01-17  Agustin Martin  <agustin.martin@hispalinux.es>
2017         * textmodes/flyspell.el (ispell-kill-ispell-hook): Add to the hook when
2018         loading the file rather than when turning on flyspell-mode.
2020 2006-01-16  Luc Teirlinck  <teirllm@auburn.edu>
2022         * cus-edit.el (customize-rogue): Minor doc fix.
2024 2006-01-17  Juri Linkov  <juri@jurta.org>
2026         * dired-aux.el (dired-diff): Use dired-dwim-target-directory
2027         instead of the file at the mark as default if the file at the mark
2028         is the same as the file at point or if dired-dwim-target-directory
2029         is not the same as the current directory and the mark is not active.
2031         * log-view.el (log-view-minor-wrap): Use the same logic to get
2032         revisions as `log-view-diff'.
2034         * info.el (Info-revert-find-node): Check for Info-current-file
2035         before preserving new-history.
2037         * man.el (Man-heading-regexp): Add `/'.
2039         * textmodes/sgml-mode.el: Add `coding: iso-2022-7bit' cookie.
2040         (html-mode): Set `sentence-end-base' instead of `sentence-end'.
2042 2006-01-16  Juri Linkov  <juri@jurta.org>
2044         * faces.el (mode-line-faces): New defgroup.
2045         (mode-line-highlight): Move definition after new defgroup.
2046         (mode-line, mode-line-inactive, mode-line-highlight):
2047         Replace :group `modeline' with `mode-line-faces'.
2048         (mode-line-buffer-id): New face.
2049         (modeline-buffer-id): New face alias.
2050         (vertical-border): Remove :group `modeline'.
2052         * bindings.el (propertized-buffer-identification): Use face
2053         `mode-line-buffer-id' instead of `Buffer-menu-buffer'.
2054         (mode-line-next-buffer, mode-line-previous-buffer): New functions.
2055         (mode-line-buffer-identification-keymap): For mouse-1 replace
2056         `mode-line-unbury-buffer' with `mode-line-previous-buffer'.
2057         Replace `mode-line-bury-buffer' with `mode-line-next-buffer' for
2058         mouse-3.
2060         * buff-menu.el (buffer-menu-buffer) <defface>: Renamed from
2061         Buffer-menu-buffer.  Doc fix.
2062         (Buffer-menu-buffer): Face alias to buffer-menu-buffer.
2063         (list-buffers-noselect): Use `buffer-menu-buffer' face instead of
2064         `Buffer-menu-buffer'.
2066         * info.el (Info-mode-line-node-keymap): New defvar.
2067         (Info-set-mode-line): Use `stringp' to check Info-current-file.
2068         Propertize Info-current-node with `mode-line-buffer-id' and
2069         `mode-line-highlight' faces and `Info-mode-line-node-keymap'.
2071         * time.el (display-time-mail-face): Replace :group `faces' with
2072         `mode-line-faces'.
2074 2006-01-16  Kenichi Handa  <handa@m17n.org>
2076         * international/code-pages.el: Add autoload cookies for cp125[0345678].
2078         * language/european.el (cp1252): New alias for windows-1252.
2080         * international/mule.el (autoload-coding-system): Prepare for EOL
2081         variants.
2083 2006-01-15  Dan Nicolaescu  <dann@ics.uci.edu>
2085         * term.el (term-raw-map): Add mapping for insert.
2086         (term-send-insert): New.
2087         (term-mode): Make variables local here instead of doing it in
2088         `term-emulate-terminal'.
2089         (term-emulate-terminal): Delete incorrect optimization for cr+lf.
2090         Scroll reverse needs to take into account the scroll region.
2091         Saving and restoring the cursor should save the color attributes too.
2092         (term-reset-terminal): Reset the scroll region.
2093         (term-handle-ansi-escape): Cursor up and down should take into
2094         account the scroll region.
2095         (term-set-scroll-region): Rename from `term-scroll-region'.
2096         Move to 0,0 after setting the region.
2097         (term-handle-scroll): Handle scroll up.
2098         (term-down): Fix off by one error.
2099         (term-delete-lines): Do not delete outside the scroll region.
2100         (term-insert-lines): Take into account the scroll region.
2102 2006-01-15  Stefan Monnier  <monnier@iro.umontreal.ca>
2104         * textmodes/ispell.el (ispell-internal-change-dictionary)
2105         (ispell-change-dictionary): Undo most of last change of 2006-01-13.
2106         (start, end): Move declaration outside of eval-when-compile.
2108         * textmodes/flyspell.el (flyspell-kill-ispell-hook): New fun.
2109         (flyspell-mode-on): Use it.
2111         * textmodes/ispell.el (ispell-kill-ispell): Run new hook
2112         ispell-kill-ispell-hook.
2114 2006-01-14  Luc Teirlinck  <teirllm@auburn.edu>
2116         * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
2117         (Custom-reset-saved): Do not ask for confirmation in single option
2118         buffers.
2120 2006-01-13  Richard M. Stallman  <rms@gnu.org>
2122         * font-lock.el (lisp-font-lock-keywords-1): Minor rearrangement.
2124 2006-01-13  Romain Francoise  <romain@orebokech.com>
2126         * add-log.el (add-change-log-entry, change-log-merge):
2127         Conditionally use `hard-newline'.
2129 2006-01-13  Martin Rudalics  <rudalics@gmx.at>  (tiny change)
2131         * wid-edit.el (widget-field-end): If the overlay is no longer
2132         associated with a buffer, behave as if the overlay didn't exist.
2134         * cus-edit.el (custom-add-see-also, custom-add-parent-links):
2135         Make sure the links use the `custom-link' face.
2137 2006-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
2139         * progmodes/ld-script.el (auto-mode-alist): Use \' rather than $.
2140         (ld-script-mode): Don't set indent-line-function since we don't
2141         have one.
2143 2006-01-13  Carsten Dominik  <dominik@science.uva.nl>
2145         * textmodes/org.el (org-open-file): Use mailcap for selecting an
2146         application.
2147         (org-file-apps-defaults-gnu): Use mailcap as the default for
2148         selecting an application on a UNIX system.
2149         (org-agenda-show-tags): New command.
2150         (org-table-insert-hline): Keep cursor in current table line.
2151         (org-table-convert): Offset effect of modifying
2152         `org-table-insert-hline'.
2153         (org-format-agenda-item): New optional argument TAG.
2154         (org-compile-prefix-format): Handle %T format for the tag.
2155         (org-expand-wide-chars): New function.
2156         (org-table-insert-row, org-table-insert-hline):
2157         Use `org-expand-wide-chars'.
2158         (org-open-file): Fix bug in program launch.
2159         (org-get-time-of-day): Fix bug with times before 1am.
2160         (org-agenda-menu): Add tags commands.
2162 2006-01-13  Agustin Martin  <agustin.martin@hispalinux.es>
2164         * textmodes/ispell.el (ispell-init-process): Include the used
2165         dictionary in ispell process start message.
2166         (ispell-internal-change-dictionary): When flyspell-mode is active
2167         and dictionary is changed, make sure ispell process is restarted
2168         and flyspell word cache cleared out for the current buffer.
2169         (ispell-change-dictionary): Make sure flyspell word cache is
2170         cleared out in all buffers with active flyspell mode when
2171         dictionary is globally changed.
2172         Call ispell-internal-change-dictionary after dictionary change.
2174 2006-01-13  Eli Zaretskii  <eliz@gnu.org>
2176         * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
2178         * makefile.w32-in (MH_E_SRC): Synchronize with Makefile.in.
2179         (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): Update Copyright
2180         years.  Fix small differences wrt Makefile.in.
2181         (recompile): Use --eval '(batch-byte-recompile-directory 0)', like
2182         Makefile.in does.
2184 2006-01-12  Bill Wohler  <wohler@newt.com>
2186         * Makefile.in (MH_E_SRC): Replace mh-index.el and mh-pick.el with
2187         mh-search.el.
2189 2006-01-12  Masatake YAMATO  <jet@gyve.org>
2191         * progmodes/ld-script.el: Update copyright year.
2193 2006-01-12  Chong Yidong  <cyd@stupidchicken.com>
2195         * cus-theme.el (custom-theme-add-variable, custom-theme-add-face):
2196         Don't add widget if setting undefined.
2198 2006-01-12  John Paul Wallington  <jpw@pobox.com>
2200         * help-fns.el (describe-variable): Remove newlines from void
2201         variable output.
2203 2006-01-13  Nick Roberts  <nickrob@snap.net.nz>
2205         * wdired.el (wdired-mode-map): Add help echo for
2206         wdired-abort-changes.
2208         * man.el (Man-file-name-regexp): Adjust for a list of files.
2210 2006-01-12  Masatake YAMATO  <jet@gyve.org>
2212         * progmodes/ld-script.el (auto-mode-alist): Support
2213         suffix conventions used in netbsd and eCos.
2215 2006-01-11  Luc Teirlinck  <teirllm@auburn.edu>
2217         * cus-edit.el (custom-reset-menu, custom-buffer-create-internal)
2218         (custom-variable-menu, custom-face-menu, custom-group-menu)
2219         (Custom-mode-menu): Change names of menu items.  (As discussed on
2220         emacs-devel.)
2221         (custom-face-menu): Add "Undo Edits" item.
2223         * startup.el (init-file-user): defcustom -> defvar.
2225         * tooltip.el (tooltip-mode): Doc fix.
2227 2006-01-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2229         * reveal.el (reveal-post-command): window-buffer signals an error on
2230         dead windows rather than returning nil.
2231         (reveal-open-new-overlays): An overlay might die while we open others.
2233 2006-01-11  Bill Wohler  <wohler@newt.com>
2235         * cus-dep.el (generated-custom-dependencies-file): Fix typo and
2236         phrasing in docstring.
2238         * Makefile.in (MH_E_SRC): Rename from MH-E-SRC since the dashes
2239         can give some systems gas.  Add new file mh-buffers.el.
2241 2006-01-06  Masatake YAMATO  <jet@gyve.org>
2243         * font-lock.el (cpp-font-lock-keywords): Font lock keywords for
2244         C preprocessor forward ported from GNU Emacs 21.2.
2246         * progmodes/asm-mode.el (asm-font-lock-keywords):
2247         Use `cpp-font-lock-keywords'.
2249         * progmodes/ld-script.el (ld-script-font-lock-keywords): Ditto.
2251         * progmodes/ld-script.el (auto-mode-alist): Use \\> instead
2252         of $ for "\\.ld[s]?".
2254 2006-01-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2256         * progmodes/tcl.el (tcl-indent-command): Use indent-for-tab-command.
2257         (tcl-indent-line): Return `noindent' if inside a string.
2259         * progmodes/flymake.el (flymake-split-string): Remove more than one
2260         empty string at beg/end of the result.
2261         (flymake-find-buildfile, flymake-find-possible-master-files):
2262         Use expand-file-name.
2263         (flymake-fix-file-name): Don't replace \ with / and don't remove ./
2264         since expand-file-name does it for us.  Use directory-file-name.
2265         (flymake-ler-get-full-file, flymake-ler-get-file, flymake-ler-get-line)
2266         (flymake-ler-get-type, flymake-ler-get-text)
2267         (flymake-ler-make-ler): Remove.  Replace by defstruct.  Update callers.
2268         (flymake-current-line-no): Remove spurious interactive spec.
2269         (flymake-delete-temp-directory): Remove unused var `slash-pos'.
2270         (flymake-check-include): Remove arg inc-path merged into inc-name.
2271         (flymake-check-patch-master-file-buffer): Fit in 80 columns.
2272         Arg regexp-list replaced by a simple regexp.
2273         (flymake-master-make-header-init, flymake-master-tex-init):
2274         Correspondingly replace regexp-list with a regexp.  Fix regexp.
2276 2006-01-10  Simon Josefsson  <jas@extundo.com>
2278         * mail/smtpmail.el (smtpmail-try-auth-methods): Add comment
2279         describing AUTH PLAIN fix.
2281 2006-01-10  Thien-Thi Nguyen  <ttn@gnu.org>
2283         * mail/emacsbug.el (report-emacs-bug-text-prompt): Delete var.
2284         (report-emacs-bug): Don't record initial prompt text.
2285         Instead, add text properties to prompting text.
2286         (report-emacs-bug-hook): Delete prompting text.
2288 2006-01-09  Stefan Monnier  <monnier@iro.umontreal.ca>
2290         * progmodes/flymake.el (flymake-find-buildfile): Remove invariant arg
2291         `dirs'.  Adjust callers.
2293 2006-01-09  John Paul Wallington  <jpw@gnu.org>
2295         * cus-edit.el (custom-comment) <defface>: Add TTY definitions.
2297 2006-01-09  Stefan Monnier  <monnier@iro.umontreal.ca>
2299         * reveal.el (reveal-open-new-overlays): New extracted fun.
2300         (reveal-close-old-overlays): Idem.  Check overlays's liveness before
2301         using them.  Simplify the code.
2302         (reveal-post-command): Use them.  Fix up obsolete windows in
2303         reveal-open-spots.
2305         * progmodes/flymake.el: Use `require' rather than autoload for
2306         XEmacs's overlays.
2307         (flymake-get-common-file-prefix, flymake-build-relative-filename):
2308         Delete.  Use file-relative-name instead.
2309         (flymake-get-syntax-check-program-args, flymake-perl-init):
2310         Simplify the resulting code.
2312         * log-view.el (log-view-file-re, log-view-message-re): Add support
2313         for DaRCS output.
2315 2006-01-09  Alex Schroeder  <alex@gnu.org>
2317         * mail/rmail.el (rmail-reply-regexp): Also ignore mailing list
2318         identifiers sometimes added in square brackets at the beginning of
2319         subject lines.
2321 2006-01-07  Richard M. Stallman  <rms@gnu.org>
2323         * cus-edit.el (Custom-set, Custom-save): Doc fix.
2324         (Custom-reset-current, Custom-reset-saved): Change question text.
2325         (Custom-reset-standard): Likewise.
2326         (custom-variable-reset-saved): Doc fix.
2328 2006-01-07  Eli Zaretskii  <eliz@gnu.org>
2330         * startup.el (init-file-user): Doc fix.
2332 2006-01-07  Alex Schroeder  <alex@gnu.org>
2334         * mail/rmail.el (rmail-current-subject): New function.
2335         (rmail-current-subject-regexp): New function.
2336         (rmail-next-same-subject): Use it.
2338         * mail/rmailsum.el (rmail-summary-by-topic):
2339         Use rmail-current-subject and rmail-current-subject-regexp.
2340         (rmail-summary-next-same-subject): Ditto.
2342         * net/rcirc.el (rcirc-send-input): No longer check whether the
2343         process is open, since not all commands need an open process.
2344         (rcirc-send-string): Check whether the process is open before
2345         sending anything.
2346         (rcirc-ignore-list): New option.
2347         (rcirc-ignore-list-automatic): New variable.
2348         (rcirc-print): Take rcirc-ignore-list into account.
2349         (rcirc-cmd-ignore): New command.
2350         (rcirc-ignore-update-automatic): New function.
2351         (rcirc-handler-PART, rcirc-handler-QUIT): Use it to maintain the
2352         list if ignored nicks.
2353         (rcirc-handler-NICK): Ditto, and also ignore the new nick.
2355 2006-01-06  David Reitter  <david.reitter@gmail.com>
2357         * mail/emacsbug.el (report-emacs-bug): Let explanations correctly
2358         reflect the address to which the report will be sent.
2360 2006-01-06  Eli Zaretskii  <eliz@gnu.org>
2362         * progmodes/ld-script.el (auto-mode-alist): Recognize linker
2363         scripts whose file-name extensions are "\.x[bdsru]?[cn]?$".
2365 2006-01-01  Michael Ernst  <mernst@alum.mit.edu>  (tiny changes)
2367         * textmodes/tildify.el: Fix typos (misspellings) in the commentary.
2369         * emacs-lisp/find-func.el (find-definition-noselect): Fix typo in
2370         the doc string: "functoin" => "function".
2371         * ldefs-boot.el: Likewise.
2373         * textmodes/bibtex.el (bibtex-validate-globally): Fix typo in a
2374         message text: "Duplicat" => "Duplicate".
2376 2006-01-06  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
2378         * files.el (basic-save-buffer-2): If backing-up failed, reset
2379         buffer-backed-up to nil.
2381 2006-01-06  Nick Roberts  <nickrob@snap.net.nz>
2383         * progmodes/gud.el (gdb-script-skip-to-head)
2384         (gdb-script-calculate-indentation): Indent for breakpoint command
2385         lists also.
2387 2006-01-05  Bill Wohler  <wohler@newt.com>
2389         * Makefile.in (compile-always): Add mh-autoloads dependency.
2390         (bootstrap): Remove mh-autoloads dependency, as compile dependency
2391         provides it.
2392         (updates): Remove mh-autoloads dependency, since it probably has
2393         already run recently (via recompile).
2395 2006-01-05  Stefan Monnier  <monnier@iro.umontreal.ca>
2397         * textmodes/flyspell.el (flyspell-accept-buffer-local-defs): Add an
2398         argument `force' to disable the flyspell-last-buffer optimization.
2399         (flyspell-mode-on): Use it.
2401         * progmodes/flymake.el (flymake-get-cleanup-function): Default to
2402         flymake-simple-cleanup.
2403         (flymake-allowed-file-name-masks): Use this new default.
2404         All the functions are now called in the right buffer rather than
2405         passing the buffer as argument.
2406         (flymake-process-sentinel): Switch to buffer before calling cleanup.
2407         (flymake-parse-err-lines): Remove redundant buffer arg.
2408         (flymake-get-program-dir): Comment out unused function.
2409         (flymake-start-syntax-check, flymake-start-syntax-check-process):
2410         Remove redundant buffer argument.
2411         (flymake-get-real-file-name, flymake-simple-java-cleanup)
2412         (flymake-simple-cleanup, flymake-master-cleanup): Remove buffer arg.
2414 2006-01-05  Richard M. Stallman  <rms@gnu.org>
2416         * info.el (Info-find-node): Don't record previous node if have none.
2417         (info): Go to directory only if history is empty.
2419         * simple.el (mark): Doc fix.
2421 2006-01-05  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2423         * term/mac-win.el (mac-ae-parameter): Don't coerce data if it is
2424         already of desired type.
2425         (mac-ae-list): Coerce parameter to "list" type.
2426         (mac-dispatch-apple-event): Replace cadr part of event with a
2427         dummy position so that event-start returns it.
2429 2006-01-05  Carsten Dominik  <dominik@science.uva.nl>
2431         * textmodes/org.el (org-end-of-subtree): New function.
2432         (org-cycle, org-subtree-end-visible-p, org-scan-tags):
2433         Use `org-end-of-subtree'.
2434         (org-agenda, org-agenda-convert-date): Protect calls to
2435         `fit-window-to-buffer'.
2436         (org-tags-view): Force matching of sublevels when doing a
2437         todo-only search.  Define the correct redo command, including the
2438         arguments.
2439         (org-agenda-redo): Display message.
2440         (org-check-for-org-mode): New function.
2441         (org-agenda-type): New variable.
2442         (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
2443         Set `org-agenda-type'.
2444         (org-agenda-check-type): New function.
2445         (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
2446         (org-agenda-week-view, org-agenda-day-view)
2447         (org-agenda-next-date-line, org-agenda-previous-date-line)
2448         (org-agenda-log-mode, org-agenda-toggle-diary)
2449         (org-agenda-toggle-time-grid, org-agenda-date-later)
2450         (org-agenda-date-prompt, org-agenda-diary-entry)
2451         (org-agenda-execute-calendar-command, org-agenda-goto-calendar)
2452         (org-agenda-convert-date, org-agenda-menu):
2453         Use `org-agenda-check-type'.
2454         (org-make-overlay, org-delete-overlay)
2455         (org-detatch-overlay, org-move-overlay, org-overlay-put):
2456         New compatibility functions.
2457         (org-calendar-select-mouse): New command.
2459 2006-01-04  Chong Yidong  <cyd@stupidchicken.com>
2461         * cus-edit.el (Custom-reset-current, Custom-reset-saved)
2462         (Custom-reset-standard): Fix y-or-n-p messages.
2463         (custom-link): New face for links.
2464         (custom-buffer-create-internal, custom-manual): Use it.
2465         (custom-face-save): Push to theme-face before setting face spec.
2467         * wid-edit.el (widget-default-mouse-face-get): New function.
2468         (widget-specify-button): Handle mouse-face like button-face.
2470         * custom.el (load-theme): Clear old theme settings if reloading.
2472 2006-01-03  Luc Teirlinck  <teirllm@auburn.edu>
2474         * cus-edit.el (custom-buffer-create-internal): Move whole buffer
2475         "Erase Customization" button back to same position it occupies in
2476         the individual State menus.
2478 2006-01-04  Kim F. Storm  <storm@cua.dk>
2480         * wid-edit.el (key-sequence): Rework widget to read key binding
2481         using `kbd' syntax.  Use C-q to insert literal key, event, or code.
2482         (widget-key-sequence-default-value): Default value for empty sequence.
2483         (widget-key-sequence-map): New map for reading key binding.  Bind C-q.
2484         (widget-key-sequence-read-event): New command for C-q.
2485         (widget-key-sequence-validate, widget-key-sequence-value-to-internal)
2486         (widget-key-sequence-value-to-external): New functions.
2488 2006-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2490         * progmodes/flymake.el (flymake-create-temp-with-folder-structure):
2491         Use expand-file-name.
2492         (flymake-delete-temp-directory): Use expand-file-name,
2493         file-name-directory, and directory-file-name.
2494         (flymake-strrchr): Delete.
2495         (flymake-start-syntax-check): Don't pass the redundant buffer argument
2496         to the init-f function.
2497         (flymake-save-buffer-in-file, flymake-init-create-temp-buffer-copy)
2498         (flymake-init-find-buildfile-dir)
2499         (flymake-init-create-temp-source-and-master-buffer-copy)
2500         (flymake-simple-make-init-impl, flymake-simple-make-init)
2501         (flymake-master-make-init, flymake-master-make-header-init)
2502         (flymake-simple-make-java-init, flymake-simple-ant-java-init)
2503         (flymake-perl-init, flymake-simple-tex-init, flymake-master-tex-init)
2504         (flymake-xml-init): Remove corresponding redundant buffer argument.
2505         (flymake-allowed-file-name-masks): Remove last elems that are equal to
2506         the default anyway.  Clean up regexps.
2508         * progmodes/flymake.el (flymake-temp-source-file-name)
2509         (flymake-master-file-name, flymake-temp-master-file-name)
2510         (flymake-base-dir): New buffer-local vars.
2511         (flymake-buffer-data, flymake-get-buffer-value)
2512         (flymake-set-buffer-value): Replace those hash-tables by the new
2513         buffer-local vars.  Update callers.
2515         * progmodes/flymake.el (flymake-check-start-time)
2516         (flymake-check-was-interrupted, flymake-err-info, flymake-is-running)
2517         (flymake-last-change-time, flymake-new-err-info, flymake-timer):
2518         Move definition, so we can remove redundant earlier declaration.
2519         (flymake-replace-regexp-in-string, flymake-split-string)
2520         (flymake-get-temp-dir): Use defalias.
2521         (flymake-popup-menu): Remove `pos' argument.  Use posn-at-point.
2522         (flymake-xemacs-window-edges): Remove unused function.
2523         (flymake-get-point-pixel-pos): Move.
2524         (flymake-pid-to-names, flymake-reg-names)
2525         (flymake-get-source-buffer-name, flymake-unreg-names): Remove.
2526         Replace by a simple list flymake-processes and by process-buffer.
2527         Update callers.  Other than simplify the code, it uses buffers rather
2528         than buffer-names so it doesn't get confused by uniquify.
2529         (flymake-buffer-data): The global value should just be nil.
2531         * emacs-lisp/bytecomp.el (byte-compile-file-form-defalias):
2532         Optimize the body of a defalias like any other code.
2534         * font-lock.el (font-lock-fontify-buffer, font-lock-fontify-region):
2535         Make sure we've setup font-lock's vars.  It may influence which
2536         function we then call.
2537         (font-lock-default-fontify-buffer): Don't bother calling set-defaults
2538         here since it's too late anyway.
2540 2006-01-03  Romain Francoise  <romain@orebokech.com>
2542         * startup.el (fancy-splash-tail, normal-splash-screen):
2543         Update copyright year.
2545 2006-01-02  J.D. Smith  <jdsmith@as.arizona.edu>
2547         * mouse.el (mouse-drag-track): Rename, from
2548         `mouse-drag-region-1'.  Includes optional argument required to
2549         enable post-drag event processing (e.g. delete region keys).
2550         Can be used without this argument to track a mouse region and operate
2551         on it as soon as the drag completes.
2552         (mouse-drag-region): Use `mouse-drag-track'.
2554 2006-01-02  Chong Yidong  <cyd@stupidchicken.com>
2556         * cus-edit.el (custom-guess-name-alist, custom-guess-doc-alist):
2557         Move to `custom-buffer' group.
2559         * cus-theme.el: Rewrite the Custom New Theme Mode interface.
2560         (custom-new-theme-mode-map, custom-theme-insert-variable-marker)
2561         (custom-theme-insert-face-marker, custom-theme-variable-menu)
2562         (custom-theme-face-menu): New variables.
2563         (custom-theme-add-variable, custom-theme-variable-action)
2564         (custom-variable-reset-theme, custom-theme-delete-variable)
2565         (custom-face-reset-theme, custom-theme-face-action)
2566         (custom-theme-delete-face, custom-theme-merge-theme)
2567         (custom-theme-add-face, custom-theme-visit-theme): New functions.
2569 2006-01-01  Chong Yidong  <cyd@stupidchicken.com>
2571         * custom.el: Move Custom Themes commentary to start of theme code.
2572         (custom-known-themes): Rename `standard' theme to `changed'.
2573         (custom-push-theme): Caller no longer specifies what theme to use
2574         when doing `reset'---the setting is simply removed from the theme.
2575         Delete MODE from `theme-value' and `theme-settings' properties.
2576         (custom-declare-theme): Ignore &rest args since we don't use them.
2578         (custom-loaded-themes): Delete variable.
2579         (custom-theme-load-themes, custom-theme-loaded-p)
2580         (custom-theme-value): Delete functions.
2582         (custom-declare-theme): Signal error on invalid theme names.
2583         (provide-theme): custom-loaded-themes was deleted.
2584         (load-theme): Load the file unconditionally.
2585         (enable-theme): Call `load-theme' if theme is undefined.
2586         (custom-enabled-themes): Only update value for successful loads.
2587         (disable-theme): Complete from enabled themes when interactive.
2588         (custom-variable-theme-value): Calculate theme value directly.
2590         (custom-theme-reset-variables, custom-reset-variables): Mark as
2591         XEmacs compatibility functions.  We don't actually use these.
2593         * cus-edit.el (custom-variable-state-set):
2594         Use custom-variable-theme-value instead of custom-theme-value.
2595         (custom-face-state-set): Rename `standard' theme to `changed'.
2596         (custom-save-variables, custom-save-faces): Delete unneeded
2597         references to custom-reset-variables.
2598         (custom-save-resets): Delete function.
2599         (custom-save-variables, custom-save-faces): MODE argument deleted.
2600         (custom-save-variables, custom-save-faces): Ignore theme values.
2602         * cus-face.el (custom-theme-reset-faces): Mark as XEmacs
2603         compatibility function.
2605 2006-01-01  Richard M. Stallman  <rms@gnu.org>
2607         * cus-edit.el (Custom-set, Custom-save): Ask for confirmation.
2608         (Custom-reset-current, Custom-reset-saved): Likewise.
2609         (Custom-reset-standard): Show message if aborted.
2610         (custom-mode): Doc fix, describing those commands.
2612         * mouse.el (mouse-drag-region-1): When following link via mouse-2,
2613         put on event-kind property.
2615 2005-12-31  Chong Yidong  <cyd@stupidchicken.com>
2617         * custom.el (provide-theme): Ban `user' theme name.
2618         (custom-enabling-themes): New variable.
2619         (enable-theme): Don't enable user if custom-enabling-themes is t.
2620         (custom-enabled-themes): Make it a defcustom.
2621         (custom-theme-recalc-face): No-op if face is undefined.
2623         * cus-edit.el (custom-button-mouse): New variable.
2624         (custom-button-mouse): New face.
2625         (custom-raised-buttons, custom-mode): Use it.
2627         * cus-theme.el (custom-new-theme-mode): Use custom-button-mouse.
2629 2005-12-31  Eli Zaretskii  <eliz@gnu.org>
2631         * progmodes/gud.el (gud-display-line): Support hl-line in the
2632         source buffer.
2634 2005-12-31  Lennart Borgman  <lennart.borgman.073@student.lu.se>  (tiny change)
2636         * mouse.el (mouse-drag-window-above): Verify that the found window
2637         overlaps with the given window in the horizontal dimension.
2639 2005-12-31  Eli Zaretskii  <eliz@gnu.org>
2641         * Makefile.in (cvs-update): New target.
2643         * makefile.w32-in (cvs-update): Ditto.
2645 2005-12-30  Chong Yidong  <cyd@stupidchicken.com>
2647         * cus-theme.el (custom-new-theme-mode): Use cus-edit faces.
2648         (custom-new-theme-mode-map): New variable.
2650 2005-12-30  Richard M. Stallman  <rms@gnu.org>
2652         * custom.el (custom-load-themes): Function deleted.
2654         * cus-edit.el (custom-save-loaded-themes): Function deleted.
2655         (custom-save-variables): Don't delete or add custom-load-themes call.
2657 2005-12-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2659         * cus-start.el: Add `visible-cursor'.
2661         * progmodes/flymake.el (flymake-copy-buffer-to-temp-buffer): Simplify.
2662         (flymake-parse-output-and-residual): Remove `source-buffer' argument.
2663         (flymake-process-filter): Switch to buffer before calling it instead.
2664         (flymake-post-syntax-check, flymake-highlight-err-lines)
2665         (flymake-delete-own-overlays, flymake-parse-err-lines)
2666         (flymake-start-syntax-check, flymake-start-syntax-check-process)
2667         (flymake-count-lines, flymake-parse-residual):
2668         Remove constant buffer argument.
2669         (flymake-start-syntax-check-for-current-buffer): Remove.
2670         Update callers to use flymake-start-syntax-check instead.
2671         (flymake-display-err-menu-for-current-line):
2672         Remove unused var `mouse-pos'.
2673         (flymake-restore-formatting): Comment out unused function.
2674         (flymake-report-status, flymake-report-fatal-status): Remove buffer
2675         argument, use current-buffer instead.  Update callers.
2677 2005-12-30  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
2679         * textmodes/bibtex.el (bibtex-mode): Make completion-ignore-case
2680         buffer-local because choose-completion-delete-max-match requires
2681         that we set completion-ignore-case (i.e., binding via let is not
2682         sufficient).
2683         (bibtex-complete): Always set completion-ignore-case and
2684         choose-completion-string-functions.  The latter is needed because
2685         choose-completion-string-functions keeps its value if we quit the
2686         *Completions* buffer without requesting a completion.
2688 2005-12-30  Andreas Schwab  <schwab@suse.de>
2690         * progmodes/cc-defs.el: Ignore errors from font-lock-compile-keywords.
2692 2005-12-30  Eli Zaretskii  <eliz@gnu.org>
2694         * jit-lock.el (jit-lock-chunk-size): Doc fix.
2696 2005-12-30  Juri Linkov  <juri@jurta.org>
2698         * locate.el (locate-fcodes-file, locate-header-face)
2699         * progmodes/delphi.el (delphi-other-face)
2700         * progmodes/glasses.el (glasses-face): Add tag "None" to const nil.
2702         * paren.el (show-paren-match, show-paren-mismatch): Use existing
2703         group `paren-showing-faces'.
2705         * net/goto-addr.el (goto-address-highlight-keymap): Fix docstring.
2706         (goto-address): Fix docstring.
2708         * net/webjump.el (webjump-sample-sites): Update URLs.
2710         * textmodes/fill.el (fill-single-word-nobreak-p): Use `sentence-end'.
2712         * subr.el (cancel-change-group): Add listp around pending-undo-list.
2714 2005-12-29  Stefan Monnier  <monnier@iro.umontreal.ca>
2716         * font-lock.el (font-lock-compile-keywords): Signal an error when
2717         font-lock-set-defaults hasn't been called.
2719 2005-12-29  Luc Teirlinck  <teirllm@auburn.edu>
2721         * subr.el (noreturn, 1value): Doc fixes.
2723 2005-12-29  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
2725         * textmodes/bibtex.el (bibtex-text-in-field-bounds): Handle case
2726         that assoc-string returns nil.
2728 2005-12-29  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
2730         * textmodes/bibtex.el (bibtex-entry-type-whitespace)
2731         (bibtex-entry-type-str, bibtex-empty-field-re)
2732         (bibtex-search-backward-string, bibtex-preamble-prefix)
2733         (bibtex-search-entry, bibtex-enclosing-entry-maybe-empty-head): Remove.
2734         (bibtex-any-valid-entry-type): New variable.
2735         (bibtex-parse-field-name): Simplify.
2736         (bibtex-parse-string, bibtex-search-forward-string): New arg empty-key.
2737         (bibtex-preamble-prefix): Include left delimiter.
2738         (bibtex-search-forward-field, bibtex-search-backward-field):
2739         Allow unbounded search past entry boundaries (required by bibtex-pop).
2740         (bibtex-text-in-field-bounds): Use push.
2741         (bibtex-text-in-field): Do not use bibtex-narrow-to-entry.
2742         (bibtex-parse-preamble, bibtex-valid-entry)
2743         (bibtex-beginning-first-field): New functions.
2744         (bibtex-skip-to-valid-entry): Use bibtex-valid-entry.  Fix regexp.
2745         (bibtex-map-entries): Fix docstring.
2746         (bibtex-flash-head): New arg prompt.  Simplify.
2747         (bibtex-enclosing-field): Include code of bibtex-inside-field.
2748         (bibtex-insert-kill): Simplify.  Always insert text past the
2749         current field or entry.
2750         (bibtex-format-entry): Use bibtex-parse-field.
2751         (bibtex-pop): Use bibtex-beginning-of-entry and
2752         bibtex-end-of-entry to initiate the search.  Insert empty field if
2753         we found ourselves.
2754         (bibtex-print-help-message): New args field and comma.
2755         Handle entry keys.
2756         (bibtex-make-field): Use bibtex-beginning-of-entry.
2757         (bibtex-end-of-entry): Use bibtex-valid-entry.  Recognize any
2758         invalid entry.
2759         (bibtex-validate): Use bibtex-valid-entry and bibtex-parse-string.
2760         Handle preambles.  Simplify code for thorough test.
2761         (bibtex-next-field, bibtex-find-text, bibtex-find-text-internal):
2762         New arg comma.  Handle entry heads.
2763         (bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
2764         (bibtex-kill-field, bibtex-copy-field-as-kil, bibtex-empty-field):
2765         New arg comma.
2766         (bibtex-kill-entry): Use bibtex-any-entry-maybe-empty-head.
2767         (bibtex-fill-field): Simplify.
2768         (bibtex-fill-entry): Use bibtex-beginning-first-field and
2769         bibtex-parse-field.
2770         (bibtex-convert-alien): Do not wait before calling bibtex-validate.
2771         (bibtex-complete): Use bibtex-parse-preamble.
2773 2005-12-29  Nick Roberts  <nickrob@snap.net.nz>
2775         * progmodes/gdb-ui.el (gdb-tooltip-print, gdb-tooltip-print-1):
2776         Display name of expression instead of convenience variable.
2777         (gdb-post-prompt): Only call gdb-get-changed-registers if needed.
2779         * progmodes/gud.el (gud-tooltip-dereference): Rename from
2780         toggle-gud-tooltip-dereference.
2781         (gud-tooltip-print-command): Move concatenation of "*" to expr to...
2782         (gud-tooltip-tips): ...here when dereferencing.
2784 2005-12-28  Bill Wohler  <wohler@newt.com>
2786         * simple.el (mh-e-user-agent): Move to mh-e/mh-comp.el and autoload.
2788 2005-12-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2790         * vc.el (vc-annotate-display): Replace optional arg `color-map' with
2791         compulsory arg `ratio'.  Inline body of vc-annotate-time-span.
2792         (vc-annotate-display-autoscale): Adjust call.
2793         (vc-annotate-display-default): Adjust call.  Make arg compulsory.
2794         Fix interactive spec.
2795         (vc-annotate-time-span): Remove.
2796         (vc-annotate-oldest-in-map): Rename from vc-annotate-car-last-cons.
2797         (vc-annotate-mode-menu, vc-annotate-display-autoscale)
2798         (vc-annotate-display-select): Use new name.
2800         * vc.el (vc-annotate-mode-map): Remove obsolete binding.
2801         (vc-annotate-mode-menu): Remove left-over redundant declaration.
2802         Correct the construction of span entries.  Simplify.
2803         (vc-annotate-display-select): Fix the nil case.
2804         (vc-annotate): Remove obsolete (and now broken) code.
2805         (vc-annotate-extract-revision-at-line): Remove obsolete code.
2806         (vc-annotate-time-span): Remove unused arg `quantize'.  Simplify.
2808 2005-12-28  Luc Teirlinck  <teirllm@auburn.edu>
2810         * subr.el (lazy-completion-table): Correct typo in docstring.
2812         * startup.el (command-line): Use `custom-reevaluate-setting' for
2813         `send-mail-function'.
2815         * mail/sendmail.el (send-mail-function): Autoload the standard-value.
2817 2005-12-05  Ralf Angeli  <angeli@iwi.uni-sb.de>
2819         * mail/smtpmail.el (smtpmail-try-auth-methods):
2820         Send credentials together with "AUTH PLAIN" command.
2822 2005-12-27  Richard M. Stallman  <rms@gnu.org>
2824         * mouse.el (mouse-drag-region-1): When remapping mouse-1 to
2825         mouse-2, go back to previously selected window, so it's selected
2826         when mouse-2 command runs.
2828 2005-12-27  Juri Linkov  <juri@jurta.org>
2830         * descr-text.el (describe-text-sexp): Use square brackets for
2831         button [Show] to distinguish it from the property value `show'.
2832         (describe-property-list): Use `insert-text-button' with
2833         `help-face' type instead of putting face in quotes, because button
2834         is not created automatically for a list of faces.
2835         (describe-text-properties-1): Put button-type value in quotes to
2836         distinguish from plain text "button".
2837         (describe-char): Display code point values in hex.  Don't use
2838         `symbol-name' for `current-input-method' because it is a string.
2839         Use `insert-text-button' with `help-face' type instead of putting
2840         hardcoded face in quotes, because button is not created automatically.
2842 2005-12-27  Richard M. Stallman  <rms@gnu.org>
2844         * progmodes/glasses.el (glasses-face): More specific custom type.
2846         * files.el (set-visited-file-name): Doc fix.
2848         * textmodes/flyspell.el (flyspell-external-point-words):
2849         Use local var buffer-scan-pos to advance scan for next misspelling.
2850         Advance it only after we find the misspelling.
2852 2005-12-27  Agustin Martin  <agustin.martin@hispalinux.es>
2854         * textmodes/flyspell.el (flyspell-external-point-words):
2855         New criteria for finding the misspelling in the buffer.
2857 2005-12-27  Nick Roberts  <nickrob@snap.net.nz>
2859         * help-mode.el (help-insert-string): Set help-xref-stack-item
2860         rather than call help-setup-xref.
2862         * descr-text.el (describe-char): Revert previous changes for
2863         optional buffer argument.
2865 2005-12-27  Juri Linkov  <juri@jurta.org>
2867         * help-mode.el (help-insert-string): New function.  Save buffer
2868         contents in cases where it is impossible to recompute the old contents.
2870         * descr-text.el (describe-char): Set help-xref-stack-item
2871         explicitly after buffer has been generated.
2873 2005-12-27  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
2875         * cus-start.el (all): Add x-gtk-show-hidden-files.
2877 2005-12-26  Richard M. Stallman  <rms@gnu.org>
2879         * replace.el (perform-replace): Calculate match-again
2880         before skipping read-only matches.
2882         * paren.el (paren-showing-faces): New group.
2883         (show-paren-match, show-paren-mismatch): Move to that group.
2885         * button.el (button): Put into group `basic-faces'.
2887         * progmodes/make-mode.el: Remove faces from group `faces'.
2889         * apropos.el (apropos, apropos-value): Doc fix.
2890         (apropos-documentation): Doc fix.
2892 2005-12-26  Stefan Monnier  <monnier@iro.umontreal.ca>
2894         * subr.el (lazy-completion-table): Remove argument `args'.
2896         * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
2897         Don't use the `args' argument of lazy-completion-table.
2899 2005-12-26  Nick Roberts  <nickrob@snap.net.nz>
2901         * descr-text.el (describe-char): Add optional argument for buffer.
2902         Set buffer appropriately.  Call help-setup-xref.
2903         Suggested by Stefan Monnier.
2905 2005-12-26  Juri Linkov  <juri@jurta.org>
2907         * descr-text.el: Require `help-fns' at runtime.  Don't require
2908         `button' for byte compilation.
2909         (describe-text-widget): Add `help-echo' for first button.
2910         Use `help-info' for second.
2911         (describe-property-list): Use `help-argument-name' instead of `italic'.
2912         (describe-text-category): Add prompt to interactive spec.
2913         Call `help-setup-xref'.
2914         (describe-char): Use `help-character-set'.  Add `help-echo' for
2915         code point.  Use `help-input-method'.  Remove superfluous insert.
2917 2005-12-25  Richard M. Stallman  <rms@gnu.org>
2919         * progmodes/cc-defs.el (c-emacs-features): Do parse-partial-sexp
2920         at point, in case of narrowing.
2922         * progmodes/delphi.el (delphi-other-face): Allow nil in type.
2924         * locate.el (locate-header-face): Allow nil in type.
2926         * progmodes/cpp.el (cpp-face-none-list): Use cpp-face instead of face.
2928 2005-12-25  Romain Francoise  <romain@orebokech.com>
2930         * battery.el (battery-linux-proc-acpi): Also try
2931         `/proc/acpi/thermal_zone/THM0/temperature'.
2933 2005-12-24  Chong Yidong  <cyd@stupidchicken.com>
2935         * custom.el (custom-push-theme): Fix docstring.
2937         * cus-edit.el (custom-variable-set, custom-variable-save)
2938         (custom-variable-save): Custom-quote widget values.
2939         (customize-save-variable): Fix custom-push-theme call.
2941 2005-12-24  Eli Zaretskii  <eliz@gnu.org>
2943         * w32-fns.el (w32-batch-update-autoloads): New function.
2945         * makefile.w32-in (autoloads, $(lisp)/mh-e/mh-loaddefs.el):
2946         Use w32-batch-update-autoloads, and don't setq generated-autoload-file
2947         from the command line.
2949 2005-12-23  Chong Yidong  <cyd@stupidchicken.com>
2951         * custom.el (custom-push-theme): Clarify docstring.  VALUE nil for
2952         reset means to remove setting from theme entirely.  Don't keep
2953         expanding theme-settings list; delete old entries if necessary.
2955         * cus-edit.el (custom-buffer-create-internal): Move "Erase
2956         customization" button one line up.
2957         (custom-themed): New face.
2958         (custom-magic-alist): New value, THEMED, for theme settings.
2959         (custom-variable-state-set, custom-face-state-set):
2960         Check theme-value instead of saved-value.
2961         (custom-variable-reset-standard, custom-face-reset-standard):
2962         Remove theme setting entirely.  Recalculate new values.
2963         (custom-variable-set, custom-variable-set)
2964         (custom-variable-reset-saved, custom-variable-reset-backup)
2965         (custom-face-set, custom-face-reset-saved): Update `user' theme.
2966         (custom-variable-save): Fix typos.
2968 2005-12-23  Juri Linkov  <juri@jurta.org>
2970         * emacs-lisp/edebug.el (edebug-all-defs, edebug-all-forms):
2971         Add autoload cookies.
2972         (edebug-outside-d-c-i-n-s-w): New variable.
2973         (edebug-display, edebug-outside-excursion): Use it to save the
2974         original value of default-cursor-in-non-selected-windows.
2975         Set default-cursor-in-non-selected-windows to t while Edebug
2976         is active.
2977         (edebug-mode, edebug-eval-mode): Doc fix.
2979         * mouse.el (mouse-choose-completion): Replace `buffer-substring'
2980         with `buffer-substring-no-properties' to remove common substring
2981         highlighting.
2983         * info.el (info-other-window, info): Rename function argument
2984         `file' to `file-or-node'.
2985         (Info-complete-menu-item): Use local variable `complete-nodes' to
2986         keep the global value of `Info-complete-nodes' unchanged for
2987         subsequent completions.
2988         (info-tool-bar-map): Put `Info-index' icon just before `Info-search'.
2990         * simple.el (get-next-valid-buffer, last-buffer)
2991         (next-error-buffer-p, next-error-find-buffer)
2992         (minibuffer-history-sexp-flag): Doc fix.
2994         * savehist.el (savehist-mode-hook): Add `:group'.
2996         * log-view.el: Call autoload for vc-find-version.
2997         (log-view-current-file): Adjust subgroup numbers.
2998         (log-view-current-tag): Add `length'.
3000 2005-12-23  Richard M. Stallman  <rms@gnu.org>
3002         * vc.el (vc-annotate-car-last-cons): Defn moved up.
3004 2005-12-23  Juri Linkov  <juri@jurta.org>
3006         * hi-lock.el (hi-lock-archaic-interface-message-used)
3007         (hi-lock-archaic-interface-deduce, hi-lock-mode): Doc fix.
3008         (hi-lock-mode): Display "Hi" in the mode line only when
3009         hi-lock-interactive-patterns or hi-lock-file-patterns is non-nil.
3010         (hi-lock-write-interactive-patterns):
3011         Use hi-lock-file-patterns-prefix instead of hard-coded "Hi-lock".
3012         (hi-lock-set-pattern, hi-lock-set-file-patterns)
3013         (hi-lock-font-lock-hook): Set 3rd arg `how' of
3014         font-lock-add-keywords to t.
3016 2005-12-23  David Koppelman  <koppel@ece.lsu.edu>
3018         * hi-lock.el (hi-lock-highlight-range): New variable.
3019         (hi-lock-mode, hi-lock-unface-buffer): Call font-lock-fontify-buffer
3020         only if font-lock-fontified is non-nil.  Remove overlays.
3021         (hi-lock-set-pattern): Call font-lock-fontify-buffer if
3022         font-lock-fontified is non-nil, otherwise use overlays (instead of
3023         text properties).
3024         (hi-lock-string-serialize-hash, hi-lock-string-serialize-serial):
3025         New variables.
3026         (hi-lock-string-serialize) New function.
3028 2005-12-23  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
3030         * menu-bar.el (menu-find-file-existing): New function.
3031         (menu-bar-file-menu): Use menu-find-file-existing for Open.
3033         * tool-bar.el (tool-bar-setup): Open changed to menu-find-file-existing.
3035 2005-12-22  Stefan Monnier  <monnier@iro.umontreal.ca>
3037         * vc.el: Remove unnecessary leading * in docstrings.
3038         (vc-annotate-mode-map): Move initialization into declaration.
3039         (vc-static-header-alist): Nitpick on the regexp.
3040         (vc-default-init-version): New fun.
3041         (vc-register): Use it.
3042         (vc-insert-headers): Use dolist.
3043         (vc-annotate-get-backend): Remove unused function.
3044         (vc-annotate-add-menu): Remove.  Build the menu directly at toplevel.
3045         (vc-annotate-mode): Remove corresponding call.
3046         (vc-annotate-car-last-cons): Simplify.
3047         (vc-annotate-buffers): Remove var.
3048         (vc-annotate-backend): Make it buffer-local.
3049         (vc-annotate): Move the interaction to the interactive spec.
3050         Add a `buf' argument.
3051         (vc-annotate-warp-version): Use this new `buf' argument to avoid
3052         killing&creating a vc-annotate buffer, which is very disruptive when
3053         the buffers are shown in dedicated frames.
3055 2005-12-23  Nick Roberts  <nickrob@snap.net.nz>
3057         * descr-text.el: Add FSF as maintainer.
3058         (describe-text-mode, describe-text-mode-map)
3059         (describe-text-mode-hook, describe-text-done): Delete.  Use normal
3060         help-mode.
3061         (describe-text-widget, describe-text-sexp)
3062         (describe-property-list, describe-text-category)
3063         (describe-text-properties, describe-text-properties-1)
3064         (describe-char): Use help buttons instead of widgets.
3065         (describe-char-unicodedata-file): Make URL link in doc string.
3067 2005-12-22  Richard M. Stallman  <rms@gnu.org>
3069         * cus-edit.el (custom-variable-prompt): Say "variable" in prompt.
3070         (custom-buffer-create-internal): Reword the top-of-buffer help intro.
3071         Don't include buttons that write a file when there's no file.
3072         (custom-variable-menu, custom-face-menu, custom-group-menu):
3073         Don't include commands that write a file when there's no file.
3074         (customize-browse): Reword the top-of-buffer help intro.
3075         (custom-buffer-create-internal): Fix previous change.
3076         (customize-changed-options-previous-release): Prev release is 21.1.
3077         (customize-changed-options): Doc fix.
3078         (customize-changed): New alias.
3079         (custom-reset-menu, custom-magic-alist, Custom-mode-menu):
3080         Say "standard values".
3081         (Custom-reset-standard): Doc fix.
3082         (custom-face-reset-standard): Doc fix.
3084 2005-12-22  Stefan Monnier  <monnier@iro.umontreal.ca>
3086         * font-lock.el (font-lock-default-fontify-buffer): Try and set-defaults
3087         even if font-lock-mode is non-nil since it may be t without having
3088         turned on font-lock-mode-internal.
3089         (font-lock-choose-keywords): Minor optimization.
3090         (font-lock-add-keywords, font-lock-remove-keywords)
3091         (font-lock-set-defaults): Don't call make-local-variable on a variable
3092         that we know to already be local.
3094 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3096         * emacs-lisp/lisp.el (lisp-complete-symbol): Don't print progress
3097         messages if in the minibuffer.
3099 2005-12-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3101         * textmodes/flyspell.el (flyspell-check-word-p): Don't quote - in a RE.
3102         (tex-mode-flyspell-verify, flyspell-get-word)
3103         (flyspell-external-point-words): Don't use point-min/max uselessly.
3105         * emacs-lisp/lisp.el (lisp-complete-symbol): Mostly undo the change
3106         by Kevin Rodgers.  Instead, just hide the completions buffer if we
3107         don't need to show it.
3109 2005-12-21  Luc Teirlinck  <teirllm@auburn.edu>
3111         * wid-edit.el (file, directory): Doc fixes for the `define-widget's.
3113 2005-12-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3115         * emacs-lisp/lisp.el (lisp-complete-symbol): Don't call
3116         delete-windows-on with an inexistent buffer.
3118 2005-12-22  Nick Roberts  <nickrob@snap.net.nz>
3120         * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
3121         Delete defcustom variable :tag names.
3123 2005-12-20  Stefan Monnier  <monnier@iro.umontreal.ca>
3125         * log-view.el (log-view-file-re, log-view-message-re): Use shy groups.
3126         (log-view-font-lock-keywords): Ajust subgroup numbers.
3127         (log-view-current-tag): Don't hard code the number of subgroups.
3129 2005-12-20  Juri Linkov  <juri@jurta.org>
3131         * tooltip.el (tooltip): Move defgroup before define-minor-mode.
3132         (tooltip-x-offset, tooltip-y-offset): Doc fix.
3134         * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
3135         (menu-bar-non-minibuffer-window-p): Instead of checking
3136         display-multi-frame-p, use selected-frame when menu-updating-frame
3137         is nil.
3139 2005-12-20  Davis Herring  <herring@lanl.gov>  (tiny change)
3141         * align.el (align-rules-list): Use [ \t] instead of \s-
3142         for column separators in text mode.
3144 2005-12-20  Nick Roberts  <nickrob@snap.net.nz>
3146         * help-mode.el (help-customize-variable, help-customize-face):
3147         Don't pop help-xref-stack as help-follow no longer pushes
3148         anything on to it.
3150 2005-12-20  Carsten Dominik  <dominik@science.uva.nl>
3152         * textmodes/org.el (org-agenda-custom-commands): New option.
3153         (org-agenda): Offer custom commands on splash screen.
3154         (org-make-tags-matcher): Parser for Boolean logic added.
3155         (org-agenda-set-tags): New command.
3156         (org-agenda-menu, org-agenda-mode-map): Add `org-agenda-set-tags'.
3157         (org-set-tags): Efficiency improvements.
3158         (org-auto-align-tags): New option.
3159         (org-todo, org-demote, org-promote): Realign tags.
3160         (org-tags-completion-function): Use also "&" and "|" as separators.
3161         (org-org-menu): Agenda commands simplified.
3163 2005-12-19  Luc Teirlinck  <teirllm@auburn.edu>
3165         * cus-edit.el (customize-apropos, customize-apropos-options):
3166         Docstring changes.
3168         * font-lock.el (font-lock): Add tags to the links in the defgroup.
3170 2005-12-19  Chong Yidong  <cyd@stupidchicken.com>
3172         * longlines.el (longlines-mode): Wrap while widened.
3173         (longlines-decode-region, longlines-encode-region): Compute max
3174         just once.
3176 2005-12-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3178         * cus-edit.el (mac): New group.
3180         * cus-start.el (all): Add user options in macterm.c.  Add test for
3181         Mac-related built-ins.  Fix test for GTK-related built-ins.
3183         * term/mac-win.el (mac-handle-language-change)
3184         (mac-ae-open-documents, mac-ae-get-url, mac-services-open-file)
3185         (mac-services-open-selection, mac-services-mail-selection)
3186         (mac-services-mail-to, mac-services-insert-text)
3187         (mac-dispatch-apple-event): Add docstrings.
3188         (x-get-selection, mac-select-convert-to-string): Select coding
3189         system from `utf-16be' and `utf-16le' using `byteorder'.
3191 2005-12-18  Stefan Monnier  <monnier@iro.umontreal.ca>
3193         * subr.el (lazy-completion-table): Don't be fooled if the var holds
3194         a "list" (lambda ...) rather than a real completion list.
3196         * emacs-lisp/cl-extra.el (cl-macroexpand-all): Fix code-walk for
3197         lexical-let when encountering ((lambda (...) ...) ...).
3199 2005-12-17  Chong Yidong  <cyd@stupidchicken.com>
3201         * progmodes/sh-script.el (sh-mode):
3202         * language/ethio-util.el (ethio-fidel-to-sera-mail-or-marker):
3203         * textmodes/picture.el (picture-mode): Update docstrings.
3205 2005-12-17  Eli Zaretskii  <eliz@gnu.org>
3207         * makefile.w32-in (autoloads, custom-deps): Warn that parts of
3208         commands enclosed in $(ARGQUOTE)s should not be split between two
3209         lines, as that will break with GNU Make >3.80, when sh.exe is used
3210         and arg quoting is with '..'.
3211         (autoloads): Don't break the quoted --eval expression between
3212         several lines.
3214 2005-12-17  Chong Yidong  <cyd@stupidchicken.com>
3216         * emacs-lisp/edebug.el (edebug-safe-prin1-to-string):
3217         Capture error from printing circular structures.
3219 2005-12-17  Martin Rudalics  <rudalics@gmx.at>  (tiny change)
3221         * wid-edit.el (widget-checkbox-action): Clear undo info.
3223 2005-12-16  Bill Wohler  <wohler@newt.com>
3225         * menu-bar.el (kill-this-buffer): Set a good example by using menu
3226         bar, not menubar in comment.
3228 2005-12-16  Stefan Monnier  <monnier@iro.umontreal.ca>
3230         * progmodes/cc-engine.el (c-after-change-check-<>-operators):
3231         After-change-functions should not clobber the match data.
3233 2005-12-16  Juri Linkov  <juri@jurta.org>
3235         * simple.el (choose-completion): Use `buffer-substring-no-properties'
3236         instead of `buffer-substring'.
3237         (completion-common-substring): Doc fix.
3238         (completion-setup-function): Use minibuffer-completion-contents
3239         instead of minibuffer-contents.  Don't set common-string-length
3240         initially.  Remove special handling of partial-completion-mode.
3241         Move computation of completion-base-size into one cond.
3242         Call completion-base-size-function in mainbuf.  In computation of
3243         completion-base-size for file name completion don't move point to
3244         the end of the minibuffer.  Move computation of common-string-length
3245         into one cond.  Start putting faces only when common-string-length>=0.
3246         Add condition to put completions-common-part when
3247         common-string-length>0.
3249         * complete.el (PC-do-completion): Remove `(equal (point) beg)' to
3250         place point at the first different character in the minibuffer
3251         even if this position is at the beginning of the minibuffer.
3253         * info.el (Info-read-node-name-1): In completion-base-size-function's
3254         lambda return 1 if common-substring or minibuffer-completion-contents
3255         starts with (, and 0 otherwise.
3257         * emacs-lisp/crm.el (crm-minibuffer-completion-help):
3258         Use `crm-current-element' for second arg of `display-completion-list'.
3260 2005-12-16  Klaus Zeitler  <kzeitler@lucent.com>
3262         * files.el (set-auto-mode): Look for an interpreter specified on
3263         the first line also if search for mode specification succeeded,
3264         but the mode is not known.
3266 2005-12-16  Carsten Dominik  <dominik@science.uva.nl>
3268         * textmodes/org.el (org-tags-match-list-sublevels): New option.
3269         (org-open-at-point): Implement tag searches as links.
3270         (org-fit-agenda-window, org-get-buffer-tags, org-get-tags)
3271         (org-make-tags-matcher, org-scan-tags, org-activate-tags): New funs.
3272         (org-tags-sparse-tree, org-tags-view, org-set-tags)
3273         (org-agenda-dispatch): New commands.
3274         (org-use-tag-inheritance, org-tags-column): New options.
3275         (org-tab-follows-link, org-return-follows-link): New options.
3276         (org-tags): New customize group.
3277         (org-start-icalendar-file): Get local time zone.
3278         (org-tags-completion-function): New function.
3279         (org-set-font-lock-defaults): Make sure links will also be
3280         highlighted inside headlines.
3282 2005-12-16  Mark Plaksin  <happy@usg.edu>  (tiny change)
3284         * term.el (term-emulate-terminal):
3285         Let term-handle-ansi-terminal-messages override what Bash says about
3286         its current directory.
3288 2005-12-16  L\e$,1 q\e(Brentey K\e,Aa\e(Broly  <lorentey@elte.hu>
3290         * bindings.el (last-buffer): Move to simple.el.
3291         * simple.el (last-buffer): Move here.
3292         (get-next-valid-buffer): New function.
3293         (next-buffer): Use frame-local buffer list, maintain buried buffer list.
3294         (prev-buffer): Ditto.  Rename to `previous-buffer'.
3296         * menu-bar.el (menu-bar-update-buffers): Update uses of `prev-buffer'.
3297         * bindings.el (global-map): Ditto.
3299 2005-12-15  Luc Teirlinck  <teirllm@auburn.edu>
3301         * cus-edit.el: Introductory comment change.
3302         (custom-magic-alist): Change message string for the `rogue' state.
3304 2005-12-15  Richard M. Stallman  <rms@gnu.org>
3306         * tooltip.el: Delete defcustom variable :tag names.
3308         * complete.el (partial-completion-mode): Doc fix.
3310         * textmodes/flyspell.el (flyspell-external-point-words):
3311         Use save-excursion to ensure we don't move backward in the
3312         search loop, not even one character.
3313         (flyspell-delete-all-overlays): Use remove-overlays directly.
3315         * textmodes/ispell.el (ispell-current-personal-dictionary): New var.
3316         (ispell-start-process): Set that variable.
3317         Clear ispell-buffer-local-name.
3318         (ispell-internal-change-dictionary):
3319         Set ispell-current-dictionary after killing process.
3320         (ispell-buffer-local-dict):
3321         Don't set spell-personal-dictionary after killing process.
3322         (ispell-buffer-local-words): Don't clear out ispell-buffer-local-name.
3323         (ispell-tex-skip-alists, ispell-html-skip-alists)
3324         (ispell-skip-region-alist): Mark as risky.
3326         * net/newsticker.el (newsticker--retrieval-timer-list)
3327         (newsticker--display-timer, newsticker-running-p)
3328         (newsticker-ticker-running-p): Definitions moved up.
3330 2005-12-16  Nick Roberts  <nickrob@snap.net.nz>
3332         * progmodes/gdb-ui.el (gdb-many-windows): Echo new state in minibuffer.
3334 2005-12-15  David Ponce  <david@dponce.com>
3336         * recentf.el (recentf-dialog-goto-first): Fix missing error condition.
3337         (recentf-edit-list, recentf-open-files): Signal an error when
3338         there is no recent file.
3340 2005-12-14  Lennart Borgman  <lennart.borgman.073@student.lu.se>
3342         * textmodes/texinfmt.el (texinfo-format-region): Set buffer to
3343         read-only except for texinfo-format-region evaluation.
3345 2005-12-14  Richard M. Stallman  <rms@gnu.org>
3347         * vc.el (vc-default-previous-version, vc-default-next-version)
3348         (vc-do-command): Doc fixes.
3350 2005-12-14  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
3352         * textmodes/bibtex.el (bibtex-expand-strings)
3353         (bibtex-autokey-expand-string, bibtex-name-part)
3354         (bibtex-entry-type-whitespace, bibtex-entry-type-str)
3355         (bibtex-any-entry-maybe-empty-head, bibtex-string-type)
3356         (bibtex-preamble-prefix, bibtex-string-empty-key): New variables.
3357         (bibtex-entry-type, bibtex-entry-head): Match only valid entries.
3358         (bibtex-entry-postfix, bibtex-known-entry-type-re)
3359         (bibtex-valid-entry-re, bibtex-any-valid-entry-re)
3360         (bibtex-valid-entry-whitespace-re, bibtex-empty-field-re)
3361         (bibtex-field-name-for-parsing, bibtex-remove-delimiters-string)
3362         (bibtex-beginning-of-last-entry): Remove.
3363         (bibtex-parse-field-name): Use bibtex-field-name.  Issue error
3364         message if comma is missing but buffer is read-only.
3365         (bibtex-parse-field-text): Handle whitespaces at the end of field
3366         text.  Return 3-element list with beginning and end of field text
3367         and end of field.
3368         (bibtex-end-of-text-in-field, bibtex-end-of-field): Change accordingly.
3369         (bibtex-parse-field): Remove arg name.  Use bibtex-field-name.
3370         (bibtex-search-forward-field, bibtex-search-backward-field):
3371         Search always delimited by limits of entry.  Use more efficient
3372         search algorithms.
3373         (bibtex-name-in-field): Use bibtex-start-of-name-in-field and
3374         bibtex-end-of-name-in-field.
3375         (bibtex-text-in-field-bounds): Handle BibTeX strings when
3376         extracting the content of a field.
3377         (bibtex-text-in-field): Use search limits.
3378         (bibtex-parse-string-prefix): Handle empty string keys based on
3379         bibtex-string-empty-key.
3380         (bibtex-parse-string): Fix docstring.
3381         (bibtex-text-in-string): Use bibtex-text-in-field-bounds.
3382         (bibtex-preamble-prefix, bibtex-strings): New functions.
3383         (bibtex-skip-to-valid-entry): Include preceding whitespace in
3384         BibTeX entries (consistent with other BibTeX functions).
3385         (bibtex-map-entries): Use bibtex-skip-to-valid-entry.
3386         (bibtex-search-entry): Fix docstring.  Simplify.
3387         (bibtex-flash-head, bibtex-complete-string-cleanup)
3388         (bibtex-count-entries, bibtex-sort-buffer): Simplify.
3389         (bibtex-beginning-of-first-entry): Use bibtex-skip-to-valid-entry.
3390         (bibtex-parse-entry): New optional arg content.
3391         (bibtex-format-entry, bibtex-autofill-entry, bibtex-url): Use it.
3392         Use bibtex-text-in-field-bounds.
3393         (bibtex-print-help-message): Handle BibTeX strings and preambles.
3394         (bibtex-end-of-entry): Use bibtex-preamble-prefix and
3395         bibtex-parse-string-postfix.
3396         (bibtex-find-text-internal): New function.
3397         (bibtex-remove-delimiters): Use it.
3398         (bibtex-find-text): Use it.  New optional arg help.
3399         (bibtex-complete): Handle BibTeX string and preamble entries.
3400         (bibtex-Preamble): Fix order of closing delimiters.
3402 2005-12-14  Stefan Monnier  <monnier@iro.umontreal.ca>
3404         * vc.el (vc-default-revert): New fun.
3406         * vc-mcvs.el (vc-mcvs-revert): Fix call to vc-default-revert.
3408 2005-12-14  Romain Francoise  <romain@orebokech.com>
3410         * font-lock.el (font-lock-keywords-alist): Rename `append' to `how'.
3411         (font-lock-add-keywords, font-lock-update-removed-keyword-alist):
3412         (font-lock-remove-keywords): Likewise.
3414 2005-12-14  Juri Linkov  <juri@jurta.org>
3416         * log-view.el (log-view-diff): Doc fix.
3418         * isearch.el (isearch-query-replace): Use (mark) instead of
3419         isearch-opoint if mark is active in transient-mark-mode.
3421 2005-12-14  Aaron S. Hawley  <Aaron.Hawley@uvm.edu>
3423         * isearch.el (isearch-query-replace): Check for isearch-other-end.
3425 2005-12-14  Per Abrahamsen  <abraham@dina.kvl.dk>
3427         * progmodes/cpp.el (cpp-face): New widget.
3428         (cpp-known-face, cpp-unknown-face, cpp-edit-list): Use it.
3430 2005-12-14  Juri Linkov  <juri@jurta.org>
3432         * help-macro.el (make-help-screen): Bind `inhibit-read-only' to t
3433         around `erase-buffer' and `insert'.
3435         * descr-text.el (describe-text-properties): Replace buffer name
3436         "*Help-2*" with "*Help*<2>".
3437         (describe-char): Add functions print-help-return-message,
3438         toggle-read-only.  Use help-setup-xref with nil to not store
3439         describe-char in help-xref-stack.  Use help-make-xrefs to
3440         make [back] button.
3442         * desktop.el (desktop-minor-mode-table): Add vc-dired-mode with nil.
3444         * wdired.el (wdired-old-point): New internal variable.
3445         (wdired-change-to-wdired-mode): Set it buffer-locally.
3446         (wdired-abort-changes): Restore point after aborting changes.
3448 2005-12-13  Stefan Monnier  <monnier@iro.umontreal.ca>
3450         * vc.el (vc-do-command): Add a new value t for okstatus.
3452         * vc-svn.el (vc-svn-registered): Use it to avoid popping up a spurious
3453         frame in case of errors.
3455 2005-12-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
3457         * menu-bar.el (menu-bar-showhide-fringe-menu): Move "On the Right"
3458         so it comes after "On the Left" in the menu.
3460 2005-12-12  Luc Teirlinck  <teirllm@auburn.edu>
3462         * cus-edit.el (customize-apropos, customize-apropos-options)
3463         (customize-apropos-faces, customize-apropos-groups): Doc fixes.
3465 2005-12-12  Bill Wohler  <wohler@newt.com>
3467         * vc-svn.el (vc-svn-registered): Fix problem of visiting
3468         non-writable Subversion-controlled files by saving window
3469         configuration before calling vc-do-command.  vc-do-command calls
3470         pop-to-buffer on error which is unexpected during registration.
3472 2005-12-12  Jay Belanger  <belanger@truman.edu>
3474         * calc/README: Update the summary of changes.
3476 2005-12-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3478         * descr-text.el (describe-char): Rework last fix to solve the problem
3479         is the same way it's solved for everything else in that function
3480         (i.e. by extracting the info before setting up the *Help* buffer).
3482 2005-12-12  Kim F. Storm  <storm@cua.dk>
3484         * subr.el (version-regexp-alist): Allow space as separator before
3485         non-numeric part, e.g. "1.0 alpha".
3486         (version-to-list): Interpret .X.Y version as 0.X.Y version.
3488 2005-12-12  Carsten Dominik  <dominik@science.uva.nl>
3490         * textmodes/org.el (org-agenda, org-timeline, org-todo):
3491         Implement Logging and the keep-modes setting.
3492         (org-get-category): Make sure a string is returned.
3493         (org-log-done): New function.
3494         (org-log-done, org-closed-string): New options.
3496 2005-12-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
3498         * tooltip.el (tooltip-y-offset): Change default to 20.
3500 2005-12-12  Richard M. Stallman  <rms@gnu.org>
3502         * mouse.el (mouse-drag-vertical-line): Use adjust-window-trailing-edge.
3504         * frame.el (display-hourglass): Doc fix.
3506         * help.el (help-for-help-internal): Simplify entry for `a'.
3508         * info.el (Info-on-current-buffer): Doc fix.
3509         (info-insert-file-contents): Don't test (featurep 'jka-compr).
3511         * startup.el (inhibit-splash-screen): Make this the real name.
3512         (inhibit-startup-message): Make this the alias.
3513         (command-line): Find only simple.el, and use its directory
3514         to fill in other preloaded files' names.
3515         (command-line): Deactivate the mark if deactivate-mark is set.
3517         * international/mule.el (load-with-code-conversion):
3518         Bind deactivate-mark.
3520         * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
3522 2005-12-11  Luc Teirlinck  <teirllm@auburn.edu>
3524         * cus-edit.el (customize-apropos): Avoid listing an option more
3525         than once under different aliases.  No longer list user options
3526         that are not defined with defcustom (unless a prefix arg is given).
3527         Doc fix.
3528         (customize-apropos-options): Doc fix.
3530 2005-12-11  Juri Linkov  <juri@jurta.org>
3532         * frame.el (set-background-color, set-foreground-color)
3533         (set-cursor-color, set-mouse-color, set-border-color):
3534         Add explicit prompts to read colors by `facemenu-read-color'.
3535         (show-trailing-whitespace, blink-cursor-delay)
3536         (blink-cursor-interval, display-hourglass, hourglass-delay):
3537         Remove tags.
3538         (display-hourglass, hourglass-delay): Doc fix.
3539         (cursor-in-non-selected-windows): Capitalize words in tag.
3541         * faces.el (frame-background-mode): Replace `choice-item' keywords
3542         with `const' to not make [default] button.  Change default value tag
3543         from `default' to `automatic'.  Doc fix.
3544         (trailing-whitespace) <defface>: Change group `whitespace' to
3545         `whitespace-faces'.
3547 2005-12-11  Richard M. Stallman  <rms@gnu.org>
3549         * buff-menu.el (Buffer-menu-sort-column): Not a user variable.
3551 2005-12-11  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3553         * term/mac-win.el: Create keymap for mac-apple-event-map.
3555 2005-12-11  Nick Roberts  <nickrob@snap.net.nz>
3557         * tooltip.el (tooltip-mode): Move to start of file so that it
3558         appears at top of customize buffer.
3560         * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
3561         Add the gud groupname.
3562         (gud-tooltip-mode): Add the tooltip groupname.
3563         (gud-tooltip-echo-area): Add the gud groupname.  Remove tag to
3564         avoid conflict with tooltip-use-echo-area.
3566 2005-12-10  Romain Francoise  <romain@orebokech.com>
3568         * help.el (help-for-help-internal): Add `r' in doc string.
3570 2005-12-10  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
3572         * align.el (align-regexp, align-highlight-rule):
3573         Use region-beginning and region-end instead of point and mark, so that
3574         repetition (with `repeat-complex-command') recomputes the region
3575         bounds.
3577 2005-12-10  Lennart Borgman  <lennart.borgman.073@student.lu.se>
3579         * window.el (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
3580         (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
3581         (bw-refresh-edges, bw-adjust-window, bw-balance-sub): New functions.
3582         (balance-windows): Rewrite using the above new functions.
3584 2005-12-10  David Koppelman  <koppel@ece.lsu.edu>
3586         * hi-lock.el (hi-lock-mode): Rename from hi-lock-buffer-mode;
3587         react if global-hi-lock-mode seems intended.
3588         (global-hi-lock-mode) Renamed from hi-lock-mode.
3589         (hi-lock-archaic-interface-message-used)
3590         (hi-lock-archaic-interface-deduce): New variables.
3591         (turn-on-hi-lock-if-enabled, hi-lock-line-face-buffer)
3592         (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
3593         (hi-lock-find-patterns, hi-lock-font-lock-hook):
3594         Replace hi-lock-buffer-mode with hi-lock-mode.
3596 2005-12-10  Kevin Rodgers  <ihs_4664@yahoo.com>
3598         * emacs-lisp/lisp.el (lisp-complete-symbol): Regenerate the
3599         completion list, even after a partial completion has been
3600         inserted in the current buffer.  If there are more than 1
3601         completion, redisplay the *Completions* buffer; if the
3602         completion is unique, delete the *Completions* window.
3604 2005-12-10  Eli Zaretskii  <eliz@gnu.org>
3606         * mail/rmail.el (rmail-next-same-subject): Handle multiple "Re: "
3607         strings and long subject lines that were broken into multiple
3608         lines at arbitrary places.  Handle subjects that have "Re: " in
3609         the middle.
3611 2005-12-10  John W. Eaton  <jwe@octave.org>
3613         * emacs/octave-mod.el (octave-electric-space): Don't indent
3614         comments or strings if octave-auto-indent is nil.
3616 2005-12-10  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3618         * term/mac-win.el: Require url when compiling.
3619         Call mac-process-deferred-apple-events after loading init files.
3620         (mac-apple-event-map): New defvar.  Define event handlers in it.
3621         (core-event, internet-event): New Apple event class symbols.
3622         (open-application, reopen-application, open-documents)
3623         (print-documents, open-contents, quit-application)
3624         (application-died, show-preferences, autosave-now, get-url):
3625         New Apple event ID symbols.
3626         (about): New HICommand ID symbol.
3627         (mac-event-spec, mac-event-ae): New macros.
3628         (mac-ae-parameter, mac-ae-list, mac-bytes-to-integer)
3629         (mac-ae-selection-range, mac-ae-text-for-search)
3630         (mac-ae-open-documents, mac-ae-text, mac-ae-get-url): New functions.
3631         (mac-application-menu-map): Remove keymap.  Handlers for HICommand
3632         and Services menu events are now defined in mac-apple-event-map.
3633         (mac-drag-n-drop): Remove selection range handling.
3635 2005-12-10  Kenichi Handa  <handa@m17n.org>
3637         * simple.el (zap-to-char):
3638         * isearch.el (isearch-process-search-char): Translate CHAR by
3639         translation-table-for-input.
3641 2005-12-09  Chong Yidong  <cyd@stupidchicken.com>
3643         * foldout.el (foldout-exit-fold): Properly hide subtree.
3645 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
3647         * files.el (save-buffer):
3648         * international/ucs-tables.el (ucs-set-table-for-input):
3649         * mail/mail-extr.el (mail-extract-address-components):
3650         * mail/sendmail.el (mail-mode): Reformat doc string.
3652 2005-12-09  Juri Linkov  <juri@jurta.org>
3654         * isearch.el (isearch-highlight): Change main overlay priority
3655         from 1 to 1001.  Simplify.
3656         (isearch-lazy-highlight-update): Change lazy overlay priority
3657         from 0 to 1000.
3659         * replace.el (replace-highlight): Change overlay priority from
3660         1 to 1001.
3662         * textmodes/ispell.el (ispell-highlight-spelling-error-overlay):
3663         Change overlay priority from 1 to 1001.  Reuse existing overlay.
3665         * compare-w.el (compare-windows-highlight): Change overlay
3666         priority from 1 to 1000.
3668         * menu-bar.el (menu-bar-edit-menu): Add listp around
3669         pending-undo-list to disable menu item "undo" when pending
3670         undo list is empty.
3672         * locate.el (locate): Disable undo in *Locate* buffer.
3674 2005-12-09  Kim F. Storm  <storm@cua.dk>
3676         * mail/smtpmail.el (smtpmail-via-smtp): Disable undo in SMTP buffer.
3678 2005-12-09  David Ponce  <david@dponce.com>
3680         * recentf.el: Improvement of the menu code.
3681         (recentf-enabled-p): Move before first use.  Use `kill-emacs-hook'
3682         instead of menu hook.
3683         (recentf-show-menu, recentf-hide-menu): New functions.
3684         (recentf-menu-customization-changed, recentf-mode): Use them.
3685         (recentf-menu-action, recentf-max-menu-items)
3686         (recentf-menu-open-all-flag, recentf-menu-append-commands-flag)
3687         (recentf-arrange-by-rule-others)
3688         (recentf-arrange-by-rules-min-items)
3689         (recentf-arrange-by-rule-subfilter) : Don't use
3690         `recentf-menu-customization-changed'.
3691         (recentf-arrange-rules): Likewise.  Accept functions to compute
3692         sub-menu titles.
3693         (recentf-menu-filter): Likewise.  Doc fix.
3694         (recentf-menu-value-shortcut): Doc fix.
3695         (recentf-dump-variable): Quote atom value.
3696         (recentf-make-menu-items): Update to use it as a menu filter.
3697         (recentf-match-rule): New function.
3698         (recentf-arrange-by-rule): Use it.
3699         (recentf-indirect-mode-rule): New function.
3700         (recentf-build-mode-rules): Use it.
3701         (recentf-dir-rule): New function.
3702         (recentf-arrange-by-dir): Use it.
3703         (recentf-filter-changer-current): Rename from
3704         `recentf-filter-changer-state'.  All references updated.
3705         (recentf-filter-changer-alist): Update filter names.
3706         (recentf-filter-changer-select): New function.
3707         (recentf-filter-changer): Use it.  Make a sub-menu from filters
3708         available in `recentf-filter-changer-alist'.
3709         (recentf-data-cache, recentf-clear-data)
3710         (recentf-update-menu): Remove.  All references updated.
3711         (recentf-match-rule-p, recentf-build-dir-rules)
3712         (recentf-filter-changer-goto-next)
3713         (recentf-filter-changer-get-current)
3714         (recentf-filter-changer-get-next): Remove.
3716 2005-12-08  Luc Teirlinck  <teirllm@auburn.edu>
3718         * cus-edit.el (custom-buffer-create-internal): Relabel the whole
3719         buffer "Reset" button to "Reset to Current" for consistency with
3720         the State buttons.
3722 2005-12-08  John Paul Wallington  <jpw@pobox.com>
3724         * ibuf-ext.el (define-ibuffer-filter filename):
3725         If `dired-directory' is a list then really use its car.
3727 2005-12-08  Kim F. Storm  <storm@cua.dk>
3729         * emulation/cua-rect.el (cua--rectangle-aux-replace):
3730         Fix indention of text on right side of replaced rectangle.
3732 2005-12-09  Nick Roberts  <nickrob@snap.net.nz>
3734         * progmodes/gud.el (gud-speedbar-buttons, gud-tooltip-tips):
3735         No need to check gud-comint-buffer is bound.
3736         (gdb): Prevent multiple debugging when first session uses gdba.
3738 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
3740         CC Mode update to 5.31.
3742         * progmodes/cc-subword.el: Add a dummy `c-subword-mode' for
3743         Emacsen which lack `define-minor-mode'.  (Currently Emacs <21.  We
3744         might do this function properly in the future).
3746         * progmodes/cc-cmds.el, cc-defs.el, cc-styles.el, cc-vars.el: New
3747         macros c-sentence-end and c-default-value-sentence end, to cope
3748         with Emacs 22's new function `sentence-end'.
3750 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
3752         * progmodes/cc-cmds.el (c-show-syntactic-information): Solved the
3753         compat issue using `c-put-overlay' and `c-delete-overlay'.
3755         * progmodes/cc-defs.el (c-put-overlay, c-delete-overlay): New
3756         compat macros to handle overlays/extents.
3758 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
3760         * progmodes/cc-fix.el: Add definitions of the macros push and pop
3761         (for GNU Emacs 20.4)
3763         * progmodes/cc-defs.el:
3764         (i) Load cc-fix.elc for `push' and `pop' (for GNU Emacs 20.4)
3766         * progmodes/cc-cmds.el (c-show-syntactic-information): Change the
3767         highlighting mechanism so it will work in XEmacs too.
3769         * progmodes/cc-defs.el: Insert c-int-to-char.
3771         * progmodes/cc-langs.el (c-nonsymbol-token-char-list): Insert a
3772         call to the new macro c-int-to-char.  This solves XEmacs's
3773         regarding characters as different from integers.
3775 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
3777         * progmodes/cc-fonts.el (c-make-syntactic-matcher): New internal
3778         helper.
3780         (c-cpp-matchers, c-basic-matchers-before): Use the `eval'
3781         construct to make the indirect face lookup work in XEmacs.
3783         (c-cpp-matchers): Append the negation char face to the existing
3784         fontification, so that the cpp face doesn't disappear.  Use
3785         `c-make-syntactic-matcher' to avoid negation chars in comments and
3786         strings.
3788         * progmodes/cc-fonts.el (c-negation-char-face-name): New variable
3789         to map to `font-lock-negation-char-face' in emacsen where it
3790         exists.
3792 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
3794         * progmodes/cc-mode.el: Bind c-subword-mode to C-c C-w.
3796         * progmodes/cc-subword.el, cc-cmds.el, cc-mode.el:
3797         Rename "c-subword-move-mode" as "c-subword-mode".
3799         * progmodes/cc-mode.el: Added tty suitable bindings for C-c
3800         <delete> and C-c C-<delete>.  (To the c-hungry- delete functions).
3802 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
3804         * progmodes/cc-mode.el: Added autoload directive for
3805         `c-subword-move-mode' for use in older emacsen.
3807 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
3809         * progmodes/cc-mode.el:
3810         (i) Insert a binding for C-c C-backspace into
3811         c-bind-special-erase-keys which works in TTYs.
3812         (ii) Make sure that when file styles are used, any explicitly
3813         given style variables take priority over those in the style.  Do
3814         this by calling `hack-local-variables' a second time.
3816         * progmodes/cc-vars.el: Add language specific customization
3817         widgets for AWK to c-doc-comment-style, c-require-final-newline
3818         and c-default-style.  Add a defcustom for awk-mode-hook.  Give
3819         c-syntactic-element and c-syntactic-context doc-strings by
3820         directly setting their `variable-documentation' propery.  This
3821         allows Emacs 22.1 to read these with C-h v.
3823         * progmodes/cc-awk.el: Apply a tidy-up patch (from Stefan
3824         Monnier).
3826 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
3828         * progmodes/cc-fonts.el, cc-vars.el
3829         (gtkdoc-font-lock-doc-comments, gtkdoc-font-lock-doc-protection)
3830         (gtkdoc-font-lock-keywords): GtkDoc patterns contributed by
3831         Masatake YAMATO.
3833         (c-doc-comment-style): Made GtkDoc default in C mode.
3835         * progmodes/cc-mode.el: Fixed key bindings for C-c C-<backspace>
3836         and C-c C-<delete>.
3838         (c-bind-special-erase-keys): New function for use on
3839         `normal-erase-is-backspace-hook' to bind C-c C-<delete> correctly.
3841         * progmodes/cc-cmds.el (c-hungry-delete): New function to fix
3842         <delete> key behavior in XEmacs according to `delete-forward-p'.
3843         C.f. `c-electric-delete'.
3845 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
3847         * progmodes/cc-mode.el: Give c-hungry-backspace and
3848         c-hungry-delete-forward permanent key bindings.
3850         * progmodes/cc-cmds.el (c-electric-semi&comma): Bind
3851         c-syntactic-context for calls to "criteria functions", for
3852         consistency with other calls to user functions.
3854         * progmodes/cc-cmds.el (c-indent-command): Expunge use of
3855         `current-prefix-arg', since this might be the prefix arg to a
3856         command which calls c-indent-command as a function.  Change the
3857         interactive spec from "p" to "P".
3859         * progmodes/cc-styles.el: Amend the doc-string of c-set-style, in
3860         reponse to a report from Joseph Kiniry <kiniry@acm.org> that it
3861         was difficult to understand.
3863 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
3865         * progmodes/cc-engine.el (c-on-identifier): Fixed bug when at the
3866         first char of an identifier.
3868         * progmodes/cc-engine.el (c-on-identifier): Handle the "operator
3869         +" syntax in C++.
3871 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
3873         * progmodes/cc-cmds.el (c-mask-paragraph): Correct, so that
3874         auto-fill doesn't split a c-comment's last word from a hanging
3875         "*/" when a space is typed between them after fill-column.
3877         * progmodes/cc-defs.el: New macro c-delete-and-extract-region.
3879         * progmodes/cc-styles.el (c-set-style)
3880         (c-setup-paragraph-variables): Abort the command if we're not in a
3881         CC Mode buffer.
3883         * progmodes/cc-align.el (c-lineup-C-comments): Correct indentation
3884         with blank comment-prefix, and a blank line as the comment's
3885         second line.
3887 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
3889         * progmodes/cc-fonts.el (c-cpp-matchers, c-basic-matchers-before):
3890         Incorporated the patterns added in the Emacs development branch
3891         for the new Emacs 22 face `font-lock-negation-char-face'.
3893         * progmodes/cc-fonts.el (c-invalid-face-name): Use "red1" instead
3894         of "red" since it stands out better in xterms and DOS terminals.
3896         * progmodes/cc-engine.el (c-literal-faces): Added
3897         `font-lock-comment-delimiter-face' which is new in Emacs 22.
3899 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
3901         * progmodes/cc-cmds.el: Make C-c C-a (`c-toggle-auto-newline')
3902         forcibly enable c-electric-flag.
3904         * progmodes/cc-vars.el, cc-cmds.el: New clean-up
3905         `comment-close-slash' on c-electric-slash: if enabled, typing `/'
3906         just after the comment-prefix of a C-style comment will close that
3907         comment.
3909 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
3911         * progmodes/cc-fonts.el (c-basic-matchers-before)
3912         (c-complex-decl-matchers): Fixed the "not-arrow-prefix" regexp used
3913         in Pike.
3915         * progmodes/cc-langs.el (c-other-op-syntax-tokens): Only C++ has
3916         digraphs.
3918         * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el
3919         (c-cpp-message-directives, c-cpp-include-directives)
3920         (c-opt-cpp-macro-define, c-opt-cpp-macro-define-start)
3921         (c-cpp-expr-directives): Introduced new language constants to
3922         control cpp syntax in a cleaner way.
3924         (c-cpp-expr-functions): Renamed from c-cpp-defined-fns.
3926         (c-cpp-matchers, c-forward-to-cpp-define-body): Use them.
3928         * progmodes/cc-langs.el, cc-fonts.el (c-string-escaped-newlines)
3929         (c-multiline-string-start-char): New language constants and
3930         variables to specify how newlines in string literals work.
3932         (c-font-lock-invalid-string): Use them.
3934         * progmodes/cc-cmds.el (c-try-one-liner): Robustness fix if an
3935         unbalanced close brace is entered.  Optimization by avoiding going
3936         back over arbitrarily large blocks.  Removed hints that this
3937         function only would be relevant/useful in AWK.
3939         (c-electric-brace): Indent syntactically after the cleanups since
3940         lineup functions might do it differently then.
3942         * progmodes/cc-engine.el, cc-langs.el
3943         (c-opt-op-identifier-prefix): New language constant and variable.
3945         (c-just-after-func-arglist-p, c-after-special-operator-id)
3946         (c-search-decl-header-end, c-inside-bracelist-p): Use it.
3948         * progmodes/cc-align.el, cc-engine.el
3949         (c-after-special-operator-id): New helper to handle C++ operator
3950         identifiers.
3952         (c-lineup-topmost-intro-cont, c-just-after-func-arglist-p)
3953         (c-guess-basic-syntax): Handle C++ operator identifiers in
3954         declarations.
3956         * progmodes/cc-langs.el (c-assignment-operators): Added the
3957         trigraph version of ^= too.
3959         * progmodes/cc-langs.el (c-assignment-operators): Added the
3960         trigraph version of |= in C++.
3962         * progmodes/cc-fonts.el (c-font-lock-declarators): Handle
3963         `c-decl-hangon-kwds' after the identifier name.
3965         * progmodes/cc-engine.el (c-guess-basic-syntax): When deciding
3966         whether an arglist is "nonempty", ignore a comment after the open
3967         paren if it isn't followed by a non-comment token on the same
3968         line.
3970         * progmodes/cc-engine.el (c-guess-basic-syntax): Case 4: Enable
3971         heuristics below the point to cope with classes inside special
3972         brace lists in Pike.
3974 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
3976         * progmodes/cc-cmds.el: Amend c-point-syntax to handle macros.
3978 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
3980         * progmodes/cc-guess.el (cc-guess-install): New function to
3981         install an already guessed style in another buffer.
3983         * progmodes/cc-defs.el (c-tentative-buffer-changes): No longer
3984         sets `inhibit-read-only' - `c-save-buffer-state' should be used
3985         anyway if the change always is undone.
3987 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
3989         Implement togglable electricity:
3991         * progmodes/cc-defs.el: Enhance c-save-buffer-state's doc-string,
3992         saying when it should be used.
3994         * progmodes/cc-engine.el: Add the new buffer-local variable,
3995         c-electric-flag.
3997         * progmodes/cc-langs.el: Change the name of c-toggle-auto-state to
3998         c-toggle-auto-newline.
4000         * progmodes/cc-mode.el: Rename c-toggle-auto-state to
4001         c-toggle-auto-newline.  Remove the binding for
4002         c-toggle-auto-hungry-state.  Add the binding C-c C-l for the new
4003         c-toggle-electric-state.
4005         * progmodes/cc-vars.el: Make c-syntactic-indentation buffer local.
4007         * progmodes/cc-cmds.el: Add `c-bytecomp-defun's for
4008         c-\(forward\|backward\)-subword.
4009         (c-update-modeline): Add the new modeline flag `l' for
4010         `c-electric-flag'.  Make the auto-newline flag `a' dependent on
4011         `l'.
4012         (c-toggle-auto-state): Rename it to `c-toggle-auto-newline'.  Make
4013         the old name an alias of the new name.
4014         (c-toggle-electric-state): New function.
4015         c-electric-\(pound\|brace\|slash\|star\|semi&comma\|colon\|lt-gt\|paren\|continued-statement\):
4016         Adapt these functions to do electric things only when
4017         c-electric-flag is non-nil.
4018         (c-point-syntax, c-brace-newlines, c-try-oneliner): Extract these
4019         new functions from c-electric-brace.
4020         (c-point-syntax): Add a check for "virtual semicolons" in AWK
4021         mode, so that the tentative extra newline doesn't change the
4022         syntax of the following brace.
4023         (c-electric-brace): Restructure by extracting the above functions.
4024         Tidy up the coding somewhat.
4025         (c-electric-semi&comma, c-electric-colon, c-electric-paren):
4026         restructure a bit.
4028 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
4030         * progmodes/cc-cmds.el (c-show-syntactic-information): Show the
4031         anchor position(s) using faces.  Thanks to Masatake YAMATO for the
4032         idea.
4034         * progmodes/cc-mode.el, cc-cmds.el, cc-defs.el, cc-engine.el
4035         (c-submode-indicators): Changed name from `c-auto-hungry-string'
4036         since it's now used to track another submode.
4038         (c-update-modeline): Converted to function and extended to check
4039         `c-subword-move-mode'.
4041         (c-forward-into-nomenclature, c-backward-into-nomenclature):
4042         Converted to compat aliases for `c-forward-subword' and
4043         `c-backward-subword'.
4045         * progmodes/cc-subword.el: New functions and minor mode to handle
4046         SillyCapsedStyleIndentifiers, contributed by Masatake YAMATO:
4048         (c-forward-subword, c-backward-subword, c-mark-subword)
4049         (c-kill-subword, c-backward-kill-subword, c-transpose-subwords)
4050         (c-capitalize-subword, c-downcase-subword, c-upcase-subword):
4051         Functions corresponding to the standard word handling functions.
4053         (c-subword-move-mode): Minor mode that replaces all the standard
4054         word handling functions with their subword equivalences.
4056 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
4058         * progmodes/cc-vars.el (c-cleanup-list): Insert a customization
4059         entry for one-liner-defun.
4061         * progmodes/cc-defs.el: Give c-tentative-buffer-changes its own
4062         name in its def-edebug-spec.
4064         * progmodes/cc-cmds.el (c-electric-brace): Make the
4065         one-liner-defun clean-up work with empty-defun-braces.  o-l-d now
4066         compacts space before a comment, if this will make things fit on
4067         one line.
4069         Introduce an "awk" style, mainly for auto-newline and clean-ups.
4071         * progmodes/cc-align.el: New function c-snug-1line-defun-close
4073         * progmodes/cc-cmds.el: In c-electric-brace, add code for new
4074         clean-up one-liner-defun.
4076         * progmodes/cc-styles.el: Add the new "awk" style.
4078         * progmodes/cc-vars.el: Add description of one-liner-defun to
4079         c-cleanup-list's doc-string.  New user options,
4080         c-max-one-liner-length.  In c-default-style, set the default style
4081         for AWK to "awk".
4083 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
4085         * progmodes/cc-engine.el (c-forward-label): Fixed fontification of
4086         macros inside labels.
4088         * progmodes/cc-engine.el (c-looking-at-bos): Obsoleted in favor of
4089         `c-at-statement-start-p' and `c-at-expression-start-p'.
4091         * progmodes/cc-defs.el (c-tnt-chng-record-state): Don't signal an
4092         error if the mark isn't set.
4094         * progmodes/cc-engine.el (c-guess-continued-construct)
4095         (c-guess-basic-syntax): Use `c-forward-decl-or-cast-1' to more
4096         accurately detect functions inside functions.
4098         * progmodes/cc-engine.el (c-at-expression-start-p): New function
4099         like `c-at-statement-start-p' that additionally recognizes commas
4100         and expression parentheses as delimiters.
4102         * progmodes/cc-engine.el (c-looking-at-inexpr-block): Added flag
4103         to avoid heuristics that doesn't work for unclosed blocks.
4105         (c-at-statement-start-p): New function.
4107         * progmodes/cc-engine.el, cc-fonts.el: Fixes in handling of
4108         Objective-C directives, e.g. directives spanning lines should work
4109         reasonably well now.
4111         (c-put-c-type-property, c-clear-c-type-property): New helpers.
4113         (c-forward-objc-directive): New function to move over any ObjC
4114         directive.
4116         (c-just-after-func-arglist-p, c-guess-basic-syntax)
4117         (c-basic-matchers-before): Use it.
4119         (c-font-lock-objc-iip-decl): Removed.
4121         * progmodes/cc-engine.el (c-guess-basic-syntax): Some improvement
4122         in the template arglist recognition.
4124         * progmodes/cc-styles.el (c-style-alist): Fixed several
4125         inconsistencies in the Whitesmith style.
4127         * progmodes/cc-align.el (c-lineup-after-whitesmith-blocks):
4128         New lineup function to get lines after Whitesmith style blocks
4129         correctly indented.
4131         (c-lineup-whitesmith-in-block): Backed out the compensation for
4132         opening parens since it's done using `add' lists in the style
4133         definition instead.  Don't use the anchor position since it varies
4134         too much between the syntactic symbols. :P
4136         * progmodes/cc-vars.el (c-valid-offset): Updated.
4138         * progmodes/cc-engine.el (c-evaluate-offset): Extended to handle
4139         lists where the offsets are combined according to several
4140         different methods: `first', `min', `max', and `add'.  Report
4141         offset evaluation errors with `c-benign-error' so that some kind
4142         of reindentation still is done.
4144         * progmodes/cc-engine.el (c-guess-basic-syntax): Anchor
4145         `arglist-intro' the same way as `arglist-cont-nonempty' and
4146         `arglist-close'.
4148         * progmodes/cc-engine.el (c-guess-basic-syntax): Fixed similar
4149         situations for `arglist-cont-nonempty' and `arglist-close'.
4151         * progmodes/cc-langs.el (c-opt-identifier-concat-key-depth): New
4152         constant.
4154         * progmodes/cc-defs.el: Use `cc-bytecomp-fboundp' and
4155         cc-bytecomp-boundp' in a number of places.
4157         * progmodes/cc-engine.el (c-beginning-of-statement-1): Fixed a
4158         macro related issue.
4160 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
4162         * progmodes/cc-awk.el: Change the terminology of regexps: A char
4163         list is now [asdf], a char class [:alpha:].  Include code for char
4164         classes.  Set c-awk-NL-prop on lines ending in open strings.  (Bug
4165         fix.)  Add character classes (e.g. "[:alpha:]") into AWK Mode's
4166         regexps.
4168         Remove (nearly all of) the cruft associated with AWK Mode's former
4169         concept of "virtual semicolons":
4171         Adapt c-beginning-of-statement, c-end-of-statement (together with
4172         subfunctions) to use the new notion of "virtual semicolon" in
4173         place of the old awkward special handling for AWK.  There remains
4174         much cruft in cc-awk.el, cc-cmds.el and cc-engine.el to clear out.
4175         * progmodes/cc-cmds.el:
4176         (c-ascertain-adjacent-literal): In the backwards direction, now
4177         recognises AWK regexp delimiters as string delimiters.
4178         (c-after-statement-terminator-p): Adapt for virtual semicolons;
4179         check more rigorously for "end of macro".
4180         (c-back-over-illiterals, c-forward-over-illiterals): Adapt for
4181         virtual semicolons;
4182         (c-beginning-of-statement): Adapt for virtual semicolons; Separate
4183         out the code for forward movement into ...
4184         (c-end-of-statement): Now contains the code for forward movement,
4185         adapted for virtual semicolons.
4187         * progmodes/cc-engine.el:
4188         (c-ws*-string-limit-regexp): New regexp.
4189         (c-forward-single-comment, c-backward-single-comment): Comment out
4190         the (now redundant) "special" AWK stuff.
4192         * progmodes/cc-styles.el, cc-vars.el: Change the settings of
4193         c-string-par-start, c-string-par-separate to be more like Text
4194         Mode than Fundamental Mode.
4196 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
4198         * progmodes/cc-fonts.el (c-font-lock-declarations): Always narrow
4199         to the fontified region so that fontification doesn't occur
4200         outside it (could happen e.g. when fontifying a line with an
4201         unfinished declaration).
4203 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
4205         * progmodes/cc-awk.el: Regexps for analysing AWK code have been
4206         moved to near the start of the file.  ^L now separate sections of
4207         the file.  New defconsts: c-awk-non-eol-esc-pair-re,
4208         c-awk-blank-or-comment-line-re,
4209         c-awk-one-line-possibly-open-string-re,
4210         c-awk-regexp-one-line-possibly-open-char-class-re,
4211         c-awk-one-line-possibly-open-regexp-re,
4212         c-awk-one-line-non-syn-ws*-re.  New functions: c-awk-at-vsemi-p,
4213         c-awk-vsemi-status-unknown-p.
4215         Amend the concept of "virtual semicolons" (in the indentation
4216         engine) for languages like AWK, such that they are now
4217         conceptually attached to end of the last token of a statement, not
4218         the end of the line.  (In AWK Mode, however, the pertinent text
4219         property is still physically set on the EOL.)  Remove the specific
4220         tests for awk-mode, thus facilitating the introduction of other
4221         language modes where EOLs can end statements.  (Note: The
4222         funtionality in cc-cmds.el, specifically
4223         c-beginning/end-of-statement has yet to be amended.)
4225         * progmodes/cc-defs.el: New macros c-at-vsemi-p,
4226         c-vsemi-status-unknown-p.
4228         * progmodes/cc-langs.el: Added `#' into AWK Mode's value of
4229         c-stmt-delim-chars.  New c-lang-defvars: c-at-vsemi-p-fn,
4230         c-vsemi-status-unknown-p-fn (in a new page).
4232         * progmodes/cc-engine.el: In c-beginning-of-statement-1,
4233         c-crosses-statement-barrier-p, c-guess-basic-syntax, replace
4234         numerous awkward forms like
4235         (if (c-major-mode-is 'awk-mode) (c-awk-prev-line-incomplete-p))
4236         with
4237         (c-at-vsemi-p).  Fix a few typos.  In c-guess-basic-syntax, new
4238         variable before-ws-ip, the place just after char-before-ip
4239         appears.
4241         * progmodes/cc-mode.el: Fix what's almost a semantic ambiguity in
4242         a comment.
4244 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
4246         * progmodes/cc-cmds.el (c-electric-brace): Cleaned up using
4247         `c-tentative-buffer-changes'.
4249         * progmodes/cc-defs.el (c-region-is-active-p): Simplified and
4250         converted to macro to choose between Emacs and XEmacs at compile
4251         time.
4253         (c-set-region-active): New set counterpart to
4254         `c-region-is-active-p'.
4256         (c-tentative-buffer-changes): New macro to handle temporary buffer
4257         changes in a convenient way.
4259         (c-tnt-chng-record-state, c-tnt-chng-cleanup): Internal helpers
4260         for `c-tentative-buffer-changes'.
4262         * progmodes/cc-engine.el (c-looking-at-inexpr-block): Tightened up
4263         the checks for paren sexps between the point and the keyword, to
4264         avoid some false alarms.
4266         * progmodes/cc-engine.el, cc-langs.el (c-looking-at-inexpr-block):
4267         Fixed a situation where an error could be thrown for unbalanced
4268         parens.  Changed to make use of c-keyword-member' to avoid some
4269         repeated regexp matches.
4271         (c-opt-lambda-key, c-opt-inexpr-block-key,
4272         c-opt-inexpr-class-key): These language variable are no longer
4273         necessary.
4275         (c-block-stmt-kwds): New language constant used by
4276         c-looking-at-inexpr-block'.
4278         (c-guess-basic-syntax): Removed an optional check that looked at
4279         the existence of the now removed language variables.
4281         * progmodes/cc-engine.el (c-fdoc-shift-type-backward,
4282         c-forward-decl-or-cast-1): Fixed invalid recognition of C++ style
4283         object instantiation expressions as declarations in some contexts.
4284         This bug only affected languages where the declarator can't be
4285         enclosed in parentheses.
4287         * progmodes/cc-styles.el (c-style-alist): Fixed the GNU style to
4288         insert newlines before and after substatement braces.
4290         * progmodes/cc-engine.el: Improved the heuristics for recognizing
4291         function declaration headers and the handling of C++ style member
4292         init lists.
4294         (c-just-after-func-arglist-p): Rewritten to use
4295         `c-forward-decl-or-cast-1'.  Now behaves a bit differently too.
4297         (c-beginning-of-member-init-list): Removed since it isn't used
4298         anymore.
4300         (c-guess-basic-syntax): Case 5B adapted for the new
4301         `c-just-after-func-arglist-p'.  Cases 5B.1 and 5B.3 merged.  Cases
4302         5D.1 and 5D.2 removed since they aren't trigged anymore (case 5B.1
4303         covers all cases now).
4305         * progmodes/cc-defs.el (c-point): Added `bosws' and `eosws'.
4307 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
4309         * progmodes/cc-cmds.el, cc-styles.el, cc-vars.el: New variables
4310         c-string-par-start/separate c-sentence-end-with-esc-eol,
4311         initialised in c-setup-paragraph-variables, used in string
4312         scanning subroutines of c-beginning-of-statement.
4314         * progmodes/cc-cmds.el (c-electric-brace): Don't delete a comment
4315         which precedes the newly inserted `{'.
4317 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
4319         * progmodes/cc-engine.el, cc-langs.el: Rewrote the recognition
4320         function for declaration level blocks.  It should now cope with
4321         templates better and also be a lot more comprehensible.
4323         (c-looking-at-decl-block): The new function.
4325         (c-search-uplist-for-classkey): The old one.  It's now a wrapper
4326         for compatibility.
4328         (c-add-class-syntax, c-guess-continued-construct,
4329         c-guess-basic-syntax): Adapted for `c-looking-at-decl-block'.
4331         (c-decl-block-key): Changed to tell apart ambiguous and
4332         unambiguous keywords.  Pike specials are now handled directly in
4333         the code instead.
4335         (c-block-prefix-disallowed-chars, c-block-prefix-charset): New
4336         language constants and variables to make the backward skip in
4337         `c-looking-at-decl-block' as tight as possible.
4339         (c-nonsymbol-token-char-list): New language constant.
4341         * progmodes/cc-engine.el (c-backward-<>-arglist): New function to
4342         find balanced template arglists backwards.
4344         * progmodes/cc-defs.el (c-make-bare-char-alt): New helper for
4345         making char classes for `c-syntactic-skip-backward'.
4347         * progmodes/cc-engine.el (c-guess-basic-syntax): Simplified case
4348         16D - can't be a class-close at that point.
4350         * progmodes/cc-engine.el (c-guess-basic-syntax)
4351         (c-add-class-syntax): Don't narrow out the enclosing declaration
4352         level.  This makes everything a lot easier, and it was actually
4353         only four small places that needed it to work.  Some places that
4354         previously did `widen' are removed now, which has the effect that
4355         `c-guess-basic-syntax' never will look at things outside the
4356         current narrowment now.  The anchor position for `topmost-intro'
4357         is affected by this, but it was so bogus it was basically useless
4358         before, and now it's equally bogus but in a slightly different
4359         way.
4361         (c-narrow-out-enclosing-class): Gone.
4363         (c-most-enclosing-brace, c-least-enclosing-brace): Don't filter to
4364         the narrowed region.
4366         (c-least-enclosing-brace): Removed silly optional argument.
4368         * progmodes/cc-engine.el (c-beginning-of-decl-1): Fixed bug where
4369         the point could be left directly after an open paren when finding
4370         the beginning of the first decl in the block.
4372         * progmodes/cc-engine.el, cc-fonts.el (c-forward-keyword-clause):
4373         Specify which submatch to use.
4375         * progmodes/cc-langs.el (c-symbol-start): Include `@' in ObjC.
4377         (c-decl-start-re): No longer any need for special treatment of
4378         ObjC due to the above.
4380         (c-other-block-decl-kwds): Handle "extern" in ObjC too since it
4381         presumably follows C in that regard.
4383         * progmodes/cc-langs.el (c-identifier-ops, c-after-id-concat-ops):
4384         New language constants to specify operator tokens inside
4385         identifiers in a more high level way.
4387         (c-opt-identifier-prefix-key): New internal language constant.
4389         (c-opt-identifier-concat-key, c-opt-after-id-concat-key)
4390         (c-identifier-start, c-identifier-key): Now completely calculated
4391         from other constants.
4393         (c-identifier-last-sym-match): Decommissioned since it's no longer
4394         used.
4396         (c-operators): Use `c-identifier-ops'.  Documented
4397         `postfix-if-paren'.
4399         * progmodes/cc-engine.el (c-forward-name): Removed the
4400         optimization when c-identifier-key is equal to c-symbol-key since
4401         it doesn't work in byte compiled files.  Don't record empty
4402         regions as identifiers.
4404         * progmodes/cc-langs.el (c-filter-ops): New helper function to
4405         simplify access to `c-operators' and its likes.
4407         (c-operator-list, c-all-op-syntax-tokens)
4408         (c-nonsymbol-token-regexp, c-<>-multichar-token-regexp)
4409         (c-<-op-cont-regexp, c->-op-cont-regexp, c-expr-kwds)
4410         (c-primary-expr-regexp, c-cast-parens): Use it.
4412         * progmodes/cc-defs.el (c-lang-const): Fixes to allow use without
4413         an explicit language in functions.
4415         * progmodes/cc-defs.el (c-make-keywords-re): Added an appendable
4416         variant of adornment.
4418         * progmodes/cc-langs.el (c-any-class-key): Removed unused language
4419         variable.
4421         (c-type-decl-prefix-key): Removed some now unnecessary cruft from
4422         the Pike value.
4424         * progmodes/cc-engine.el (c-on-identifier)
4425         (c-simple-skip-symbol-backward): Small fix for handling "-"
4426         correctly in `skip-chars-backward'.  Affected the operator lfun
4427         syntax in Pike.
4429         * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Disabled the
4430         diagnostic message about precompiled language vars not being used.
4432         * progmodes/cc-langs.el (c-paren-nontype-kwds): The GCC keyword
4433         "__attribute__" is followed by a parenthesis.
4435         (c-type-start-kwds, c-prefix-spec-kwds, c-prefix-spec-kwds-re)
4436         (c-specifier-key, c-not-decl-init-keywords): Some cleanup using new
4437         language constants `c-type-start-kwds' and `c-prefix-spec-kwds'.
4439         * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el: Internal
4440         cleanups to properly detect the declared identifiers in various
4441         declarations.
4443         (c-decl-start-kwds): New language constant to recognize
4444         declarations that can start anywhere.  Used for class declarations
4445         in Pike.
4447         (c-specifier-key, c-not-decl-init-keywords)
4448         (c-decl-prefix-or-start-re, c-find-decl-prefix-search)
4449         (c-find-decl-spots): Implement `c-decl-start-kwds'.
4451         (c-other-decl-kwds, c-postfix-decl-spec-kwds, c-decl-hangon-kwds)
4452         (c-decl-hangon-key, c-forward-decl-or-cast-1): Separated the
4453         handling of the compiler specific extension keywords into a new
4454         language constant `c-decl-hangon-kwds' that defines keyword
4455         clauses to be ignored in declarations.
4457         (c-forward-id-comma-list, c-forward-keyword-clause): Don't skip
4458         past unrecognized tokens when handling `c-colon-type-list-kwds'.
4459         Necessary to stop at the declared identifier in e.g. IDL valuetype
4460         declarations.
4462         (c-typedef-decl-kwds, c-typeless-decl-kwds, c-type-list-kwds)
4463         (c-prefix-spec-kwds-re, c-postfix-spec-kwds)
4464         (c-after-suffixed-type-decl-key, c-opt-postfix-decl-spec-key)
4465         (c-forward-decl-or-cast-1): Recognize the declared identifier in
4466         class and enum declarations as such and not as part of the type.
4468         (c-forward-decl-or-cast-1, c-forward-label): Relaxed the
4469         interpretation of PRECEDING-TOKEN-END when there's no preceding
4470         token.
4472         (c-forward-decl-or-cast-1): Don't disregard sure signs of
4473         declarations when there's some syntax error later on.
4475         (c-complex-decl-matchers): Did away with a reference to
4476         `c-specifier-key'.
4478         * progmodes/cc-engine.el (c-maybe-labelp): Provide no default
4479         value - this variable is always dynamically bound.
4481         * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el, cc-menus.el
4482         * cc-mode.el, cc-styles.el, cc-vars.el, cc-align.el, cc-awk.el
4483         * cc-cmds.el, cc-defs.el: Changed the policy for marking up
4484         functions that might do hidden buffer changes: All such internal
4485         functions are now marked instead of those that don't.
4487         (c-beginning-of-macro, c-end-of-macro, c-(forward|backward)-comments)
4488         (c-(forward|backward)-single-comment, c-parse-state, c-on-identifier)
4489         (c-(fast-|slow-|)in-literal, c-literal-limits, c-collect-line-comments)
4490         (c-literal-type): Allow these functions to make hidden buffer changes,
4491         so that they are free to use text property caching later on.
4493         (c-electric-backspace, c-electric-delete-forward, c-electric-pound)
4494         (c-electric-brace, c-electric-slash, c-electric-star)
4495         (c-electric-semi&comma, c-electric-colon, c-electric-lt-gt)
4496         (c-electric-paren, c-electric-continued-statement, c-indent-command)
4497         (c-indent-region, c-mask-paragraph, c-indent-new-comment-line)
4498         (c-context-line-break): Added `c-save-buffer-state' calls to comply
4499         with the changed semantics of the functions above.
4501         * progmodes/cc-engine.el (c-beginning-of-statement-1): Fixed a bug
4502         when macros occur in obscure places.  Optimized the sexp movement
4503         a bit.
4505 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
4507         Enhancements for c-beginning-of-statement to work in AWK Mode:
4509         * progmodes/cc-awk.el: Supersede c-awk-NL-prop value `;'
4510         (completed statement) with `}' (statement completed by closing
4511         brace or semicolon) and `$' (statement completed by EOL).
4513         (c-awk-virtual-semicolon-ends-prev-line-p)
4514         (c-awk-virtual-semicolon-ends-line-p)
4515         (c-awk-skip-semantic-ws-forward, c-awk-skip-semantic-ws-backward)
4516         (c-awk-at-statement-end-p): New functions.
4518         * progmodes/cc-cmds.el: Simplify the structure of functions
4519         c-forward-over-illiterals, c-back-over-illiterals.  Enhance these
4520         two functions and c-beginning-of-statement to handle AWK Mode.
4522         * progmodes/cc-engine.el: Enhance c-forward-single-comment,
4523         c-backward-single-comment for AWK mode.  Attempt to clarify their
4524         doc-strings.
4526         * progmodes/cc-mode.el: Put M-a and M-e into awk-mode-map.
4528 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
4530         * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el: Cleaned up the
4531         label handling.  Labels are now recognized in a uniform and more
4532         robust way, regardless of context.  Text properties are put on all
4533         labels to recognize the following declarations better.  Multiword
4534         labels are handled both in indentation and fontification for the
4535         benefit of language extensions like Qt.  For consistency, keywords
4536         in labels are now fontified with the label face instead.  That
4537         also applies to "case" and "default".
4539         (c-beginning-of-statement-1): Fixed some bugs in the label
4540         handling.  Disregard `c-nonlabel-token-key' in labels that begin
4541         with `c-label-kwds'.
4543         (c-find-decl-spots): Support that the callback adds more
4544         `c-decl-end' spots to find.
4546         (c-forward-decl-or-cast-1): Don't treat a list of plain
4547         identifiers followed by a colon as a declaration.
4549         (c-forward-label): New function to recognize labels.
4551         (c-guess-basic-syntax): Replaced uses of `c-label-key' with
4552         `c-forward-label'.  Moved the label recognition cases (14 and 15)
4553         earlier since they aren't so context sensitive now.  Handle labels
4554         on the top level gracefully.  Moved access label recognition to
4555         the generic label case (CASE 15) - removed CASE 5E.
4557         (c-font-lock-declarations): Added recognition of labels in the
4558         same round since we need to handle labels in parallell with other
4559         declarations to recognize both accurately.  It should also improve
4560         speed.
4562         (c-simple-decl-matchers, c-basic-matchers-after): Moved
4563         `c-font-lock-labels' so that it only is used on decoration level 2
4564         since `c-font-lock-declarations' handles it otherwise.
4566         (c-complex-decl-matchers): Removed the simplistic recognition of
4567         access labels.
4569         (c-decl-prefix-re): Removed the kludges that was necessary to cope
4570         with labels earlier.
4572         (c-decl-start-re): New language variable to make
4573         `c-font-lock-declarations' stop for the special protection labels
4574         in Objective-C that start with `@'.
4576         (c-label-key): Removed since it's no longer used.
4578         (c-recognize-colon-labels, c-label-prefix-re): New language
4579         constants to support recognition of generic colon-terminated
4580         labels.
4582         (c-type-decl-end-used): `c-decl-end' is now used whenever there
4583         are colon terminated labels.
4585         * progmodes/cc-align.el (c-lineup-arglist): Fixed bug when the
4586         first argument starts with a special brace list.
4588         * progmodes/cc-engine.el, cc-fonts.el (c-forward-decl-or-cast-1)
4589         (c-font-lock-declarations): Broke out the declaration and cast
4590         recognition from `c-font-lock-declarations' to a new function, so
4591         that it can be used in the indentation engine.
4593         * progmodes/cc-engine.el (c-find-decl-spots): Fixed bug in backing
4594         up to the start of the literal.  Fixed bug with the point on the
4595         wrong side of the search limit that could happen when the start
4596         position is inside a literal.
4598         * progmodes/cc-engine.el (c-parse-state)
4599         (c-invalidate-state-cache): Modified the use of `c-state-cache-end'
4600         so that it's kept a little bit back to increase the hit rate.
4602         (c-parse-state): Changed the macro handling and fixed some
4603         glitches.  Macro context is checked more often than necessary now,
4604         but otoh less garbage conses are generated.
4606         * progmodes/cc-engine.el (c-parse-state)
4607         (c-invalidate-state-cache): Cache the last position where
4608         `c-state-cache' applies.  This can speed up refontification quite
4609         a bit in blocks where there are many non-brace parens before the
4610         point.
4612         (c-state-cache-end): New variable for this.
4614         (c-guess-basic-syntax, c-debug-parse-state): Adapted for the new
4615         cache variable.
4617         * progmodes/cc-engine.el (c-find-decl-spots): Take more care to
4618         get close initial continue positions when the start position is
4619         inside a literal or macro.  Do not call the callback for spots
4620         before the start position (which can happen e.g. for `c-decl-end'
4621         spots inside comments).  Optimize better in special cases when the
4622         region is a single line inside a literal or macro (typically when
4623         the current line is refontified).
4625         * progmodes/cc-engine.el (c-guess-basic-syntax): Simplified calls
4626         to `c-add-stmt-syntax' - there's no need to explicitly whack off
4627         entries from the paren state.
4629         * progmodes/cc-engine.el (c-add-stmt-syntax): Narrowed down the
4630         special case for "else if" clauses.
4632         * progmodes/cc-engine.el (c-looking-at-inexpr-block)
4633         (c-add-stmt-syntax): Use `c-recognize-paren-inexpr-blocks'.
4635         * progmodes/cc-langs.el (c-recognize-paren-inexpr-blocks): New
4636         language variable to recognize the gcc extension with statement
4637         blocks inside expressions.
4639         * progmodes/cc-engine.el (c-add-stmt-syntax): Restructured to make
4640         it somewhat more comprehensible.  The argument AT-BLOCK-START is
4641         no longer used and hence removed.
4643         (c-guess-continued-construct, c-guess-basic-syntax): Updated calls
4644         to `c-add-stmt-syntax'.
4646         * progmodes/cc-engine.el (c-backward-to-decl-anchor): Use
4647         `c-beginning-of-statement-1' instead of duplicating parts of it.
4648         This fixes bogus label recognition.
4650         * progmodes/cc-engine.el (c-add-type, c-check-type)
4651         (c-forward-name, c-forward-type): Improved storage of template
4652         types in `c-found-types' so that they can be recognized better.
4654         (c-syntactic-content): Added option to skip past nested parens.
4656         * progmodes/cc-engine.el (c-forward-name): Set
4657         `c-last-identifier-range' all the time.  It's less work that way.
4658         Handle that there might not be an identifier to store in
4659         `c-last-identifier-range'.
4661         (c-forward-type): Handle that `c-last-identifier-range' might be
4662         nil from `c-forward-name'.
4664         * progmodes/cc-defs.el (c-safe-scan-lists)
4665         (c-(go-)?(up|down)-list-(forward|backward)): Added limit arguments.
4667         * progmodes/cc-defs.el (c-save-buffer-state): Use `unwind-protect'
4668         to work even if the form fails.
4670         * progmodes/cc-engine.el (c-parse-state): Speedup when moving far
4671         down in a large file in one go.
4673         (c-get-fallback-start-pos): New helper function for
4674         `c-parse-state'.
4676         * progmodes/cc-align.el (c-lineup-assignments): New lineup
4677         function which is like `c-lineup-math' but returns nil instead of
4678         `c-basic-offset' when it doesn't match.
4680         (c-lineup-math): Changed to use `c-lineup-assignments'.
4682 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
4684         * progmodes/cc-cmds.el: Fix some bugs in subfunctions of
4685         c-beginning-of-statement.  New subfunctions
4686         c-in-comment-line-prefix-p, c-narrow-to-comment-innards.
4688 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
4690         * progmodes/cc-fonts.el, cc-langs.el: Use `c-simple-ws' instead of
4691         hardcoded char classes whereever possible.  Changed a couple of
4692         places to use skip by syntax instead of skip by char class.
4694         * progmodes/cc-langs.el (c-unterminated-block-comment-regexp):
4695         Fixed a bug in the regexp that caused extreme backtracking.
4697         * progmodes/cc-langs.el (c-block-comment-starter)
4698         (c-block-comment-ender): New language constants to specify in a
4699         single place how block comments look.
4701         (c-comment-start-regexp, c-block-comment-start-regexp)
4702         (comment-start, comment-end, comment-start-skip)
4703         (c-syntactic-ws-start, c-syntactic-ws-end, c-nonwhite-syntactic-ws)
4704         (c-syntactic-ws, c-nonempty-syntactic-ws)
4705         (c-single-line-syntactic-ws, c-syntactic-eol): Now built from
4706         `c-line-comment-starter', `c-block-comment-starter' and
4707         `c-block-comment-ender'.
4709         (c-block-comment-regexp, c-unterminated-block-comment-regexp):
4710         New language constants to break up things a bit.
4712         (c-simple-ws): New language constant for simple whitespace.
4714         * progmodes/cc-defs.el (c-concat-separated): New convenience
4715         function.
4717         * progmodes/cc-defs.el (c-make-keywords-re): Added kludge for bug
4718         in `regexp-opt' in Emacs 20 and XEmacs when strings contain
4719         newlines.  Allow and ignore nil elements in the list.
4721 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
4723         * progmodes/cc-cmds.el: Comment out a (n almost certainly
4724         superfluous) check, (eq here (point-max)) in
4725         c-beginning-of-statement.
4727         * progmodes/cc-cmds.el: Tidy up the comments in
4728         c-beginning-of-statement and subfunctions.
4730         * progmodes/cc-awk.el: Replace calls to put-text-property to the
4731         more flexible c-put-char-property and c-clear-char-properties.
4732         Add the author's email address.
4734         * progmodes/cc-langs.el: New variable,
4735         c-block-comment-start-regexp.
4737         * progmodes/cc-cmds.el: Fix bug with M-e, when point is inside the
4738         closing "*/" of a block comment.
4740         * progmodes/cc-cmds.el: Tidy c-beginning-of-sentence (and
4741         subfunctions) so that it works at BOB and EOB.
4743         * progmodes/cc-cmds.el, cc-vars.el: More updating of
4744         c-beginning-of-statement, including new variable
4745         c-block-comment-start-regexp.
4747 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
4749         * progmodes/cc-langs.el (c-known-type-key): Optimize simple
4750         symbols from `*-font-lock-extra-types' so that there's no need to
4751         use `regexp-opt' on those lists.
4753         * progmodes/cc-langs.el (c-type-decl-suffix-key): Fix when
4754         `c-type-modifier-kwds' is empty.
4756         * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix when
4757         there are several strings on the same line.
4759         * progmodes/cc-engine.el (c-literal-limits): Removed the
4760         compatibility function for older emacsen.  `c-literal-limits-fast'
4761         has now taken the place of this function.
4763         * progmodes/cc-vars.el (c-emacs-features): Removed compatibility
4764         with older emacsen: We now require `pps-extended-state'.
4766 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
4768         * progmodes/cc-cmds.el: New function c-beginning-of-sentence,
4769         which obviates the need to hack sentence-end.  This now handles
4770         escaped newlines in strings correctly.  Correct minor bugs in
4771         c-move-over-sentence and in c-beginning-of-statement.
4773         * progmodes/cc-cmds.el (c-beginning-of-statement (and
4774         subfunctions)): Adapt c-\(back\|forward\)-over-illiterals such
4775         that movement over macros and code are rigorously separated from
4776         eachother.  Correct a few incidental bugs.
4778         * progmodes/cc-cmds.el: Restructure c-beginning-of-statement:
4779         Improve its doc-string.  Improve the handling of certain specific
4780         cases.
4782 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
4784         * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el
4785         (c-guess-basic-syntax): Changed the way class-level labels are
4786         recognized; they can now contain essentially any symbols.
4788         (c-opt-extra-label-key): New language variable to cope with the
4789         special protection label syntax in Objective-C.
4791         (c-opt-access-key): Removed; this is now handled better by
4792         `c-nonlabel-token-key' and `c-opt-extra-label-key'.
4794         (c-complex-decl-matchers): Update to handle that
4795         `c-opt-access-key' no longer exists.
4797         * progmodes/cc-engine.el (c-guess-basic-syntax): Make use of the
4798         improved label recognition in `c-beginning-of-statement-1'.
4800         * progmodes/cc-engine.el (c-beginning-of-member-init-list):
4801         Recognize bitfields better.
4803         * progmodes/cc-engine.el (c-beginning-of-inheritance-list):
4804         Removed some cruft and fixed a bug that could cause it to go to a
4805         position further down.
4807         * progmodes/cc-langs.el, cc-engine.el
4808         (c-beginning-of-statement-1): Improved detection of labels in
4809         declaration contexts.
4811         (c-beginning-of-decl-1): Use it.
4813         (c-nonlabel-token-key): New language constant and variable needed
4814         by `c-beginning-of-statement-1'.
4816         * progmodes/cc-engine.el (c-guess-basic-syntax): Fixed bug that
4817         manifested itself due to the correction in `c-forward-sexp'.
4819         * progmodes/cc-defs.el (c-forward-sexp, c-backward-sexp): Made
4820         these behave as documented when used at the buffer limits.
4822         * progmodes/cc-mode.el, cc-engine.el, cc-langs.el
4823         (c-type-decl-end-used): Made this a language variable.
4825         * progmodes/cc-mode.el (c-after-change): Widen the buffer to work
4826         correctly when `combine-after-change-calls' is used together with
4827         temporary narrowings.
4829         * progmodes/cc-engine.el (c-beginning-of-statement-1): Report
4830         labels correctly when the start point is immediately after the
4831         colon.
4833         * progmodes/cc-defs.el (c-parse-sexp-lookup-properties): Removed
4834         since it isn't used anymore.
4836         * progmodes/cc-cmds.el (c-electric-lt-gt): Detect and mark angle
4837         bracket arglists such as template parens in C++.
4839         * progmodes/cc-engine.el (c-syntactic-skip-backward): Fixed a bug
4840         in the last check-in.  Some optimization.
4842         * progmodes/cc-engine.el (c-syntactic-skip-backward): Fixed bug
4843         where it could stop at the same level in a preceding sexp when
4844         PAREN-LEVEL is set.
4846         * progmodes/cc-mode.el (c-basic-common-init): Turn on syntax-table
4847         text property lookup only when it's needed.
4849         * progmodes/cc-langs.el, cc-engine.el, cc-fonts.el, cc-mode.el:
4850         Changed the policy for paren marked angle brackets to be more
4851         persistent; once marked they remain marked even when they're found
4852         to be unbalanced in the searched region.  This should keep the
4853         paren syntax around even when individual lines are refontified in
4854         multiline template arglists.
4856         (c-parse-and-markup-<>-arglists): New dynamically bound variable
4857         to control markup so that incorrect angle bracket arglists aren't
4858         marked in contexts where the correct value for
4859         `c-disallow-comma-in-<>-arglists' isn't known.
4861         (c-forward-<>-arglist, c-forward-<>-arglist-recur): The reparse
4862         argument has become `c-parse-and-markup-<>-arglists'.
4864         (c-remove-<>-arglist-properties): Removed - no longer used.
4866         (c-after-change-check-<>-operators): New function used on
4867         `after-change-functions' to avoid that "<" and ">" characters that
4868         are part of longer operators have paren syntax.
4870         (c-<>-multichar-token-regexp): New language variable used by
4871         `c-after-change-check-<>-operators'.
4873         (c-after-change): Call `c-after-change-check-<>-operators'.
4875         (c-font-lock-<>-arglists): Use the context properties set by
4876         `c-font-lock-declarations' to set
4877         `c-disallow-comma-in-<>-arglists' correctly to avoid doing invalid
4878         markup.
4880         (c-font-lock-declarations): Removed code that undoes the invalid
4881         markup done by `c-font-lock-<>-arglists'.
4883         (c-complex-decl-matchers): `c-font-lock-<>-arglists' now runs
4884         after `c-font-lock-declarations'.
4886         * progmodes/cc-engine.el (c-syntactic-skip-backward): Added
4887         paren-level feature.
4889         (c-guess-basic-syntax): Improved the anchor position for
4890         `template-args-cont' in nested template arglists.  There's still
4891         much to be desired in this area, though.
4893 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
4895         * progmodes/cc-cmds.el, cc-engine.el, cc-langs.el, cc-vars.el:
4896         Make the "Text Filling and Line Breaking" commands work for AWK
4897         buffers.
4899 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
4901         * progmodes/cc-defs.el, cc-engine.el (c-mode-is-new-awk-p):
4902         Removed; (c-major-mode-is 'awk-mode) can be used instead now.
4904         * progmodes/cc-mode.el: Always set up AWK mode since emacsen where
4905         it doesn't work no longer are supported.
4907         * progmodes/cc-mode.el, cc-styles.el, cc-vars.el, cc-defs.el
4908         * cc-engine.el, cc-fonts.el, cc-langs.el, cc-cmds.el: CC Mode now
4909         requires support for the syntax-table' text property, which rules
4910         out Emacs 19 and XEmacs < 21.4.  Removed various compatibility
4911         cruft associated with those versions.
4913         * progmodes/cc-defs.el, cc-fix.el: CC Mode now requires support
4914         for the `syntax-table' text property, which rules out Emacs 19 and
4915         XEmacs < 21.4.  Removed various compatibility cruft associated
4916         with those versions.
4918         * progmodes/cc-vars.el (c-emacs-features): CC Mode now requires
4919         support for the `syntax-table' text property.
4921         * progmodes/cc-fonts.el (c-nonbreakable-space-face): Remove the
4922         variable and use an extra quoted face name instead.  All the
4923         emacsen flavors handle that correctly.
4925         * progmodes/cc-fonts.el (c-font-lock-complex-decl-prepare)
4926         (c-font-lock-declarators, c-font-lock-declarations)
4927         (c-complex-decl-matchers, c-basic-matchers-after): Use a text
4928         property to mark the items in in declarator lists to handle
4929         refontification inside multiline declarations better.
4931         * progmodes/cc-fonts.el (c-font-lock-declarations): Recognize a
4932         construct like "a * b = c;" as a declaration.
4934 2005-12-08  Kim F. Storm  <storm@cua.dk>
4936         * emulation/cua-base.el (cua-use-hyper-key): Replaced by ...
4937         (cua-rectangle-modifier-key): ... this.  New defcustom.  Can now
4938         select either meta, hyper, or super modifier for rectangle commands.
4939         (cua--rectangle-modifier-key): New defvar.
4940         (cua--M/H-key): Use it.  Remove special case for `space'.
4941         (cua--init-keymaps): Initialize it from cua-rectangle-modifier-key
4942         on X, to meta otherwise.  Always bind C-return to toggle
4943         rectangle.  Pass ?\s instead of `space' to cua--M/H-key.
4945         * emulation/cua-rect.el (cua-help-for-rectangle): Use
4946         cua--rectangle-modifier-key.  Handle super modifier too.
4947         (cua--init-rectangles): Always bind C-return to toggle rectangle.
4948         Pass ?\s instead of `space' to cua--M/H-key and cua--rect-M/H-key.
4950         * ido.el: Move Acknowledgements and History after Commentary.
4951         Minor changes to Commentary.
4953         * emulation/cua-base.el (cua--select-keymaps): Enable repeat
4954         keymap if cua--prefix-override-timer is `shift'.
4955         (cua--shift-control-prefix): New function; emulate "type prefix
4956         key twice" functionality to handle shifted prefix key override.
4957         (cua--shift-control-c-prefix, cua--shift-control-x-prefix): New
4958         commands.
4959         (cua--init-keymaps): Bind them to S-C-c and S-C-x.
4961 2005-12-08  Carsten Dominik  <dominik@science.uva.nl>
4963         * textmodes/org.el (org-insert-heading): Try to do items before
4964         headings.
4965         (org-agenda-mode): Quote `org-agenda-mode-hook'.
4966         (org-insert-item): New function.
4967         (org-renumber-ordered-list): Don't skip to higher level lists.
4969 2005-12-08  Juri Linkov  <juri@jurta.org>
4971         * info.el (Info-mode-map): Bind M-TAB to `Info-prev-reference'.
4973         * button.el (button-buffer-map): Bind M-TAB to `backward-button'.
4975         * wid-edit.el (widget-keymap): Bind M-TAB to `widget-backward'.
4977         * pcvs.el (defun-cvs-mode): Put `definition-name' property on
4978         the constructed function name fun-1.
4980         * cus-edit.el (custom-add-parent-links): Filter out custom-group-link,
4981         because such links don't lead to parent documentation.
4983 2005-12-08  Kenichi Handa  <handa@m17n.org>
4985         * descr-text.el (describe-char): Use *Help-2* buffer if the
4986         current buffer is *Help*.  Call describe-text-properties while
4987         setting the original buffer.
4989 2005-12-07  Bill Wohler  <wohler@newt.com>
4991         * files.el (auto-mode-alist): Remove mh-letter-mode.  Unnecessary,
4992         and causes problems with non-MH users (such as Gnus users).
4994 2005-12-08  Nick Roberts  <nickrob@snap.net.nz>
4996         * progmodes/gdb-ui.el (gdb-find-file-unhook): Delete variable.
4997         (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode): Delete functions.
4998         (gdb-set-gud-minor-mode-existing-buffers, gdb-init-2): Use GDB
4999         command "info sources".  Move calls to GDB command "list".
5000         (gdb-find-file-hook): Just use gdb-source-file-list.
5001         (gdb-source-file-regexp): Use regexp for pre-GDB 6.4.
5002         (gdb-source-file-regexp-1): New regexp for GDB 6.4+ only.
5003         (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
5004         (gdb-data-list-register-values-handler): Use correct trigger name.
5006 2005-12-07  Kim F. Storm  <storm@cua.dk>
5008         * ido.el (ido-completion-map): Rename from ido-mode-map.
5009         (ido-common-completion-map, ido-file-completion-map)
5010         (ido-file-dir-completion-map, ido-buffer-completion-map):
5011         Rename from ido-mode-....-map.
5012         (ido-init-completion-maps): Rename from ido-init-mode-maps.
5013         (ido-setup-completion-map): Rename from ido-define-mode-map.
5014         (ido-read-internal): Bind minibuffer-local-filename-completion-map
5015         to ido-completion-map.
5017 2005-12-07  Kenichi Handa  <handa@m17n.org>
5019         * international/mule-cmds.el
5020         (set-display-table-and-terminal-coding-system): If the coding
5021         system specified in `unibyte-display' property is different from
5022         the arg coding-system, don't setup standard-display-table.
5024 2005-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
5026         * emacs-lisp/edebug.el (edebug-skip-whitespace): read1:lread.c says
5027         that comments end at \n, regardless of selective-display.
5029 2005-12-07  Nick Roberts  <nickrob@snap.net.nz>
5031         * progmodes/gdb-ui.el (gdb-error-regexp, gdb-first-post-prompt)
5032         (gdb-version): New variables.
5033         (gdb-source-file-list, gdb-register-names)
5034         (gdb-changed-registers): New variables for use with GDB 6.4+.
5035         (gdb-ann3): Replace with...
5036         (gdb-init-1, gdb-init-2): ...two new functions.
5037         (gdba, gdb-prompt): Call gdb-init-1.
5038         (gdb-get-version): New function.  Call gdb-init-2 from here.
5039         (gud-watch): Make it work with mouse events too.
5040         (gdb-post-prompt): Don't add to queue until GDB version is known.
5041         (gdb-speedbar-expand-node, gdb-post-prompt, gdb-registers-mode)
5042         (gdb-locals-mode): Use gdb-version.
5043         (gdb-memory-format-map, gdb-memory-unit-map)
5044         (gdb-locals-watch-map): Rename from gdb-*-*-keymap.
5045         (gdb-locals-font-lock-keywords-1)
5046         (gdb-locals-font-lock-keywords-2): New variables.
5047         (gdb-find-file-hook): Make it work with GDB 6.4+ too.
5048         (gdb-set-gud-minor-mode-existing-buffers-1)
5049         (gdb-var-list-children-1, gdb-var-list-children-handler-1)
5050         (gdb-var-update-1, gdb-var-update-handler-1)
5051         (gdb-data-list-register-values-handler)
5052         (gdb-data-list-register-values-custom)
5053         (gdb-get-changed-registers, gdb-get-changed-registers-handler)
5054         (gdb-stack-list-locals-handler, gdb-get-register-names):
5055         New functions for use with GDB 6.4+.
5056         (gdb-locals-watch-map-1): New variable for use with GDB 6.4+.
5057         (gdb-source-file-regexp, gdb-var-list-children-regexp-1)
5058         (gdb-var-update-regexp-1, gdb-data-list-register-values-regexp)
5059         (gdb-stack-list-locals-regexp)
5060         (gdb-data-list-register-names-regexp): New regexps for use with
5061         GDB 6.4+.
5063 2005-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
5065         * progmodes/cc-defs.el (c-emacs-features): Don't assume point-min==1.
5067 2005-12-06  Nozomu Ando  <nand@mac.com>  (tiny patch)
5069         * mail/smtpmail.el (smtpmail-try-auth-methods): Make password
5070         prompts work for AUTH PLAIN.  Also reported by Steve Allan
5071         <seallan@verizon.net>.
5073 2005-12-06  L\e$,1 q\e(Brentey K\e,Aa\e(Broly  <lorentey@elte.hu>
5075         * frame.el (set-frame-parameter): Add doc string.
5077 2005-12-06  Carsten Dominik  <dominik@science.uva.nl>
5079         * textmodes/org.el (org-occur-highlights): New variable.
5080         (org-highlight-new-match, org-remove-occur-highlights): New functions.
5081         (org-highlight-sparse-tree-matches): New option.
5082         (org-do-occur): New function.
5083         (org-get-heading): Make it work also at beginning of line.
5084         (org-category-table): New variable.
5085         (org-get-category-table, org-get-category)
5086         (org-camel-to-words, org-link-search): New functions.
5087         (org-select-this-todo-keyword): New variable.
5088         (org-todo-list): New command.
5089         (org-shiftright, org-shiftleft): New commands.
5090         (org-agenda-todo): Add prefix argument.
5091         (org-show-hierarchy-above): New option.
5092         (org-show-todo-tree): Numerical prefix creates tree for specific
5093         TODO keyword.
5094         (org-outline-level): New function, to assign a level to plain
5095         lists items.
5096         (org-cycle-include-plain-lists): New option.
5097         (org-mode): Use `org-outline-level' as value of `outline-level'.
5098         (org-cycle): Temporarily switch `outline-regexp' if
5099         `org-cycle-include-plain-lists' is non-nil.
5100         (org-start-icalendar-file): Fix format bug.
5101         (org-agenda-get-day-entries): Create category table.
5102         (org-agenda-get-todos, org-agenda-get-timestamps)
5103         (org-agenda-get-deadlines, org-agenda-get-scheduled)
5104         (org-agenda-get-blocks): Use `org-get-category'.
5105         (org-context-in-file-links): Rename from
5106         `org-line-numbers-in-file-links'.
5108 2005-12-06  Romain Francoise  <romain@orebokech.com>
5110         * window.el (balance-windows): Delete extraneous third arg in call
5111         to `enlarge-window'.
5113 2005-12-06  Kenichi Handa  <handa@m17n.org>
5115         * international/kinsoku.el (kinsoku-longer): Check eolp, not eobp.
5117 2005-12-06  Nick Roberts  <nickrob@snap.net.nz>
5119         * progmodes/gdb-ui.el (gdb-var-create-handler)
5120         (gdb-var-evaluate-expression-handler, gdb-frame-handler)
5121         (gdb-var-list-children-handler, gdb-var-update-handler):
5122         Current buffer is already gdb-partial-output-buffer, don't
5123         make it current again.
5125 2005-12-05  Luc Teirlinck  <teirllm@auburn.edu>
5127         * buff-menu.el (Buffer-menu-use-frame-buffer-list): New user option.
5128         (list-buffers-noselect): Use it.
5130 2005-12-05  Stefan Monnier  <monnier@iro.umontreal.ca>
5132         * mail/sendmail.el: Remove unnecessary leading-star in docstrings.
5133         (mail-yank-ignored-headers): Use regexp-opt.
5134         (mail-mode-map): Move initialization into declaration.
5135         (mail-sent-via): Remove unused shadowed var `to-line'.
5136         (mail-mailer-swallows-blank-line): Use with-temp-buffer.
5137         (mail-bury, sendmail-send-it, mail-do-fcc): Use with-current-buffer.
5138         (mail-do-fcc): Use dolist and push.
5139         (mail-mode-fill-paragraph): Pass the arg to fill-region-as-paragraph.
5140         (mail-yank-ignored-headers): Don't autoload.
5142 2005-12-05  Kenichi Handa  <handa@m17n.org>
5144         * international/mule-cmds.el (set-language-info-internal): New fun.
5145         (set-language-info): Call set-language-info-internal to update
5146         language-info-alist.  If LANG-ENV is the current one, call
5147         set-language-environment to make INFO effective now.
5148         (set-language-info-alist): Likewise.
5149         (locale-language-names): With locale "en", use English
5150         lang. env. but set the default codings to iso-8859-1.
5152 2005-12-04  Nick Roberts  <nickrob@snap.net.nz>
5154         * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer)
5155         (gdb-speedbar-auto-raise): Echo new state in minibuffer.
5156         (gdb-var-create-handler, gdb-assembler-custom): Use search-forward
5157         for plain strings.
5158         (gdb-frames-mode): Remove redundant call to font-lock-mode.
5159         (gdb-all-registers): Rename from toggle-gdb-all-registers.
5160         Create registers buffer if necessary.  Echo new state in minibuffer.
5161         (gdb-registers-mode-map, gdb-registers-mode): Use gdb-all-registers.
5163 2005-12-03  Chong Yidong  <cyd@stupidchicken.com>
5165         * info.el (Info-fontify-node): Match external links using
5166         non-directory part of filename.
5168 2005-12-04  Juri Linkov  <juri@jurta.org>
5170         * font-core.el (global-font-lock-mode): Use define-global-minor-mode
5171         instead of easy-mmode-define-global-mode.  Add `:group font-lock'.
5172         (font-lock-mode): Replace `:group font-lock' with `nil nil nil'
5173         because there is no customization option for it.
5175         * font-lock.el (lisp-font-lock-keywords-1):
5176         Add define-global-minor-mode.
5178         * emacs-lisp/autoload.el (make-autoload): Add define-global-minor-mode.
5180         * emacs-lisp/derived.el (define-derived-mode): Put `definition-name'
5181         properties on the constructed variable names.
5183         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
5184         Put `definition-name' properties on the constructed function names
5185         next-sym and prev-sym.
5187         * emacs-lisp/find-func.el (find-function-regexp):
5188         Add define-global-minor-mode.  Replace `easy-mmode-define-global-mode'
5189         with `easy-mmode-define-[a-z-]+'.  Add easy-menu-define.
5190         (find-variable-regexp): Add easy-mmode-defmap, easy-mmode-defsyntax
5191         and easy-menu-define.
5193         * emacs-lisp/lisp-mode.el: Put `doc-string-elt' property on
5194         easy-mmode-define-global-mode and define-global-minor-mode.
5195         (lisp-imenu-generic-expression): Add define-global-minor-mode.
5197         * progmodes/cwarn.el (global-cwarn-mode): Use define-global-minor-mode
5198         instead of easy-mmode-define-global-mode.
5200         * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
5201         Use define-minor-mode instead of easy-mmode-define-minor-mode.
5203         * cus-edit.el (customize-group, customize-group-other-window):
5204         Filter out autoloaded options from the group completion list by
5205         using heuristics that autoloaded groups don't have `custom-autoload'
5206         property on their symbols (they have only `custom-loads').
5208         * simple.el (completion-setup-function): Put completions-common-part
5209         face on complete completion string too (i.e. completion string
5210         without completions-first-difference face).
5212         * man.el (Man-section-regexp): Add 0-9 to support "3X11" sections.
5214 2005-12-03  Eli Zaretskii  <eliz@gnu.org>
5216         * view.el (view-mode): Doc fix.
5218         * disp-table.el (standard-display-european): Add to the warning
5219         message a reference to the doc string.
5221         * play/yow.el (apropos-zippy): Call print-help-return-message,
5222         similar to other Help and Apropos commands.
5224         * help.el (print-help-return-message): If pop-up-frames is
5225         non-nil, set up help-return-method to delete the help window and,
5226         possibly, its frame as well, and don't display message about
5227         scrolling the help window.  Doc fix.
5228         (help-return-method): Doc fix.
5230 2005-12-03  Martin Rudalics  <rudalics@gmx.at>  (tiny change)
5232         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Fix bug
5233         whereby names of length one or names starting with a
5234         symbol-constituent character would not be returned.
5236 2005-12-03  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
5238         * subr.el (atomic-change-group): Add edebug and indentation spec.
5240 2005-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
5242         * completion.el (save-completions-file-name): Fix typo in last change.
5244 2005-12-02  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
5246         * info.el: Move back/forward history to the beginning of the tool bar.
5248 2005-12-02  Ken Manheimer  <ken.manheimer@gmail.com>
5250         * allout.el (eval-when-compile): Remove unnecessary load of cl.
5251         Add fset of allout-real-isearch-abort during compile to fix
5252         byte-compilation warnings.
5253         (allout-mode-p): Move definition of this macro above all uses, or
5254         byte compilation in barren emacs (eg, during emacs build) will
5255         lack the definition.
5256         (allout-mode): Move this variable above any uses, or byte
5257         compilation will fail.
5258         (allout-resolve-xref): Remove use of personal file-reference function.
5259         (allout-toggle-current-subtree-encryption): Do the current (ie,
5260         visible containing) topic, rather than nearest around point.  Doc fix.
5261         (allout-toggle-subtree-encryption): New function, workhorse that
5262         works on nearest topic containing point.
5263         (allout-encrypt-string): Signal requirement for newer version of pgg.
5264         (allout-resumptions): Doc fix.
5266 2005-12-02  Eli Zaretskii  <eliz@gnu.org>
5268         * international/latexenc.el (latex-inputenc-coding-alist): Doc fix.
5270 2005-12-02  Agustin Martin  <agustin.martin@hispalinux.es>
5272         * textmodes/flyspell.el (flyspell-external-point-words):
5273         Consider a misspelling as found in the string search if: (a) misspelling
5274         and found string lengths match, or (b) misspelling is found as
5275         element in a boundary-chars separated longer string, or (c)
5276         ispell-program-name is really ispell and misspelling is found as
5277         part of a TeX string.  After successful match move beginning of
5278         search region to end of match.  Warn about not found misspellings
5279         once the process is done.
5280         (flyspell-large-region): Do not set ispell-parser to tex if in TeX mode.
5282 2005-12-02  Nick Roberts  <nickrob@snap.net.nz>
5284         * progmodes/gud.el (gud-menu-map): Put gud-finish back on the
5285         tool bar (removed inadvertently).
5287 2005-12-02  Juri Linkov  <juri@jurta.org>
5289         * log-view.el (log-view-diff): Clarify doc string.
5291 2005-12-01  Bill Wohler  <wohler@newt.com>
5293         * Makefile.in (mh-loaddefs.el): Reinsert Change Log as its absence
5294         triggers lm-verify errors.
5296 2005-12-01  Luc Teirlinck  <teirllm@auburn.edu>
5298         * simple.el (transient-mark-mode, line-number-mode)
5299         (column-number-mode, size-indication-mode): Remove `:require nil'.
5301 2005-12-01  Nick Roberts  <nickrob@snap.net.nz>
5303         * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-2 to gdb-mouse-until
5304         in the margin also.
5305         (gdb-breakpoints-mode-map): Use D instead of d for
5306         gdb-delete-breakpoint.
5307         (gdb-get-frame-number): Require a number to match on.
5308         (gdb-threads-mode-map): Add follow-link binding.
5310 2005-11-30  Jason Rumney  <jasonr@gnu.org>
5312         * isearch.el (isearch-mode-map): Avoid exiting search on
5313         language-change event.
5315 2005-11-30  Romain Francoise  <romain@orebokech.com>
5317         * speedbar.el (speedbar-default-position): New defcustom.
5318         (speedbar-frame-reposition-smartly): Use it.
5320         * dframe.el (dframe-reposition-frame-emacs): Fix position
5321         computation for `left' location.
5322         Update copyright year.
5324 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5326         * help.el (help-map): Move initialization into declaration.
5328         * emacs-lisp/autoload.el (make-autoload): Handle defgroup specially.
5330         * help-fns.el (help-argument-name): Don't autoload.
5331         It's useless and triggers a bug in cus-dep.el causing ldefs-boot
5332         to be re-loaded when customizing the `help' group.
5334 2005-11-30  John Paul Wallington  <jpw@gnu.org>
5336         * help-fns.el (describe-function-1): Fill arglist output.
5338 2005-11-30  Kim F. Storm  <storm@cua.dk>
5340         * emulation/cua-rect.el (cua--rectangle-overlays): Make permanent-local.
5341         (cua--rectangle-post-command): Cleanup overlays and deactivate mark
5342         after revert-buffer (or anything else which kills all local variables).
5344         * apropos.el (apropos-parse-pattern): Doc fix.
5345         Set apropos-regexp directly, rather than expecting callers to do so.
5346         (apropos-command, apropos, apropos-value, apropos-documentation):
5347         Simplify calls to apropos-parse-pattern.
5349 2005-11-29  Chong Yidong  <cyd@stupidchicken.com>
5351         * hi-lock.el (hi-lock-line-face-buffer, hi-lock-face-buffer)
5352         (hi-lock-face-phrase-buffer): Use hi-yellow face.
5353         (hi-lock-write-interactive-patterns): Use comment-region.
5355         * longlines.el (longlines-mode): Add mail-setup-hook.
5357         * mail/mailheader.el, mail/sendmail.el: Revert 2005-11-17 changes.
5359         * simple.el (sendmail-user-agent-compose, next-line):
5360         Conditionally use hard-newline.
5362 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
5364         * international/latexenc.el (latex-inputenc-coding-alist):
5365         Reword doc string.
5367 2005-11-29  Chong Yidong  <cyd@stupidchicken.com>
5369         * help.el (describe-key-briefly, describe-key): Recognize default
5370         bindings.
5372 2005-11-29  Romain Francoise  <romain@orebokech.com>
5374         * view.el (view-inhibit-help-message): New defcustom.
5375         (view-mode-enter): Use it.
5377 2005-11-29  Michael Kifer  <kifer@cs.stonybrook.edu>
5379         * ediff-wind.el (ediff-setup-control-frame, ediff-make-wide-display):
5380         Preserve user position.
5382 2005-11-28  Luc Teirlinck  <teirllm@auburn.edu>
5384         * font-lock.el: Throw error if facemenu is not loaded to prevent
5385         accidental change of loading order in loadup.el.  (Suggested by RMS.)
5387         * loadup.el: Add comment explaining why facemenu must be loaded
5388         before font-lock.
5390 2005-11-28  Jay Belanger  <belanger@truman.edu>
5392         * calc/calc.el: Change global keybinding for calc-dispatch to "\C-x*".
5393         (calc-dispatch-map): Add more keys for `calc-same-interface'.
5395         * calc/calc-misc.el (calc-dispatch-help): Update docstring.
5397         * calc/calc-embed.el (calc-do-embedded): Update help message.
5399         * calc/calc-prog.el (calc-user-define-invokation): Update help message.
5401 2005-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5403         * log-edit.el (log-edit-insert-cvs-rcstemplate): Ignore stderr.
5405         * emacs-lisp/elp.el (elp-not-profilable): Replace interactive-p with
5406         called-interactively-p.
5407         (elp-profilable-p): Rename from elp-not-profilable-p.
5408         Invert result and take into account macros and autoloaded functions.
5409         (elp-instrument-function): Update call.
5410         (elp-instrument-package): Update call.  Add completion.
5411         (elp-pack-number): Use match-string.
5412         (elp-results-jump-to-definition-by-mouse): Merge into
5413         elp-results-jump-to-definition and then remove.
5414         (elp-output-insert-symname): Make help echo text single-line.
5416         * replace.el (query-replace-map): Move initialization into declaration.
5417         (occur-engine): Use with-current-buffer.
5418         (occur-mode-goto-occurrence): Make it work for mouse-clicks as well.
5419         (occur-mode-mouse-goto): Replace with an alias.
5421 2005-11-28  Juri Linkov  <juri@jurta.org>
5423         * simple.el (quoted-insert): Let-bind input-method-function to nil.
5425         * term/w32-win.el: Bind [S-tab] to [backtab].
5427         * info.el (Info-fontify-node): Set 2nd arg `noerror' of
5428         `Info-find-file' to t.
5430         * replace.el (occur-mode-mouse-goto): Pop, don't switch.
5431         (occur-mode-goto-occurrence): Let-bind same-window-buffer-names
5432         and same-window-regexps.
5433         (occur-next-error): Don't move point for arg 0.
5435 2005-11-28  Chong Yidong  <cyd@stupidchicken.com>
5437         * replace.el (occur-mode-goto-occurrence): Pop, don't switch.
5439 2005-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5441         * log-edit.el (log-edit-changelog-use-first): New var.
5442         (log-edit-changelog-ours-p): Use it.
5443         (log-edit-insert-changelog): Set it with new arg `use-first'.
5444         (log-edit-insert-cvs-rcstemplate, log-edit-insert-filenames): New funs.
5445         (log-edit-hook): Add them to the list of suggested options.
5447         * textmodes/flyspell.el (flyspell-last-buffer): New var.
5448         (flyspell-accept-buffer-local-defs): Use it to avoid doing silly
5449         redundant work.
5450         (flyspell-mode-on): Use add-hook for after-change-functions.
5451         (flyspell-mode-off): Use remove-hook for after-change-functions.
5452         (flyspell-changes): Make it buffer-local.
5453         (flyspell-after-change-function): Make it non-interactive.  Use push.
5454         (flyspell-post-command-hook): Check input-pending-p while processing
5455         the potentially long list of buffer changes.
5457 2005-11-28  L\e$,1 q\e(Brentey K\e,Aa\e(Broly  <lorentey@elte.hu>
5459         * buff-menu.el (list-buffers-noselect): Display the selected
5460         frame's buffer list, not the global one.
5462 2005-11-28  Nick Roberts  <nickrob@snap.net.nz>
5464         * xt-mouse.el (xterm-mouse-event): Set last-input-event so
5465         that (list last-input-event) works as in interactive spec.
5467 2005-11-27  Luc Teirlinck  <teirllm@auburn.edu>
5469         * loadup.el ("facemenu"): Load facemenu before font-lock, because
5470         `facemenu-keymap' needs to be defined when font-lock is loaded.
5471         Otherwise, `M-o M-o' is not bound to `font-lock-fontify-block'.
5473 2005-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
5475         * completion.el: Remove useless leading * in defcustom docstrings.
5476         (save-completions-file-name): Use ~/.emacs.d if available.
5477         (completion-standard-syntax-table): Rename from
5478         cmpl-standard-syntax-table and fold initialization into declaration,
5479         thus removing cmpl-make-standard-completion-syntax-table.
5480         (completion-lisp-syntax-table, completion-c-syntax-table)
5481         (completion-fortran-syntax-table, completion-c-def-syntax-table): Idem.
5482         (cmpl-saved-syntax, cmpl-saved-point): Remove.
5483         (symbol-under-point, symbol-before-point)
5484         (symbol-under-or-before-point, symbol-before-point-for-complete)
5485         (add-completions-from-c-buffer): Use with-syntax-table.
5486         (make-completion): Don't return a list of completion entries.
5487         Update callers.
5488         (cmpl-prefix-entry-head, cmpl-prefix-entry-tail): Use defalias.
5489         (completion-initialize): Rename from initialize-completions.
5490         (completion-find-file-hook): Rename from cmpl-find-file-hook.
5491         (kill-emacs-save-completions): Collect stats here.
5492         (save-completions-to-file, load-completions-from-file):
5493         Use with-current-buffer.
5494         (completion-def-wrapper): Rename from def-completion-wrapper.  Make it
5495         into a function.  Move all calls to toplevel.
5496         (completion-lisp-mode-hook): New fun.
5497         (completion-c-mode-hook, completion-setup-fortran-mode):
5498         Set the syntax-table here.  Use local-set-key.
5499         (completion-saved-bindings): New var.
5500         (dynamic-completion-mode): Make it into a proper minor mode.
5501         (load-completions-from-file): Remove unused var `num-uses'.
5503         * emacs-lisp/cl-macs.el (defstruct): Don't define the default
5504         constructor if it is explicitly overridden.
5506         * complete.el (PC-completion-as-file-name-predicate):
5507         Use minibuffer-completing-file-name.
5508         (partial-completion-mode): Use find-file-not-found-functions.
5509         (PC-lisp-complete-symbol): Use with-syntax-table.
5510         (PC-look-for-include-file): Remove dead setq.
5511         (PC-look-for-include-file, PC-expand-many-files, PC-do-completion)
5512         (PC-complete): Use with-current-buffer.
5514         * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): \ doesn't
5515         escape single quotes.
5517 2005-11-27  Luc Teirlinck  <teirllm@auburn.edu>
5519         * dabbrev.el (dabbrev-completion): Simplify code, by getting rid
5520         of `if' whose condition always returned nil.  Doc fix.
5522         * buff-menu.el (Buffer-menu-revert-function): Make the selected
5523         window's buffer the current buffer around the call to
5524         `list-buffers-noselect'.  This is necessary to mark that buffer
5525         with a `.' in the Buffer Menu when called from Lisp, for instance
5526         by Auto Revert Mode.
5528 2005-11-28  Nick Roberts  <nickrob@snap.net.nz>
5530         * progmodes/gdb-ui.el (gdb-stopped): Detect child process when
5531         attaching to it.
5532         (gdb-pre-prompt): Make sure gdb-error is reset.
5534         * progmodes/gud.el (gud-gdb-marker-filter): When GDB is invoked
5535         with a child process, detect it.
5536         (gud-speedbar-buttons): Match regexp more carefully.
5538 2005-11-27  Richard M. Stallman  <rms@gnu.org>
5540         * mouse.el (mouse-drag-move-window-bottom):
5541         Use adjust-window-trailing-edge.
5543 2005-11-27  Luc Teirlinck  <teirllm@auburn.edu>
5545         * simple.el (blink-matching-open): Ignore
5546         `blink-matching-paren-on-screen' if `show-paren-mode' is enabled.
5547         (blink-matching-paren-on-screen): Update docstring.
5549         * paren.el (show-paren-mode): No longer change
5550         `blink-matching-paren-on-screen'.
5552 2005-11-27  John Paul Wallington  <jpw@pobox.com>
5554         * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
5555         (gdb-threads-select, gdb-edit-register-value):
5556         Use `posn-set-point' instead of `mouse-set-point' because the
5557         latter is not fbound when configured without X.
5559 2005-11-27  Kim F. Storm  <storm@cua.dk>
5561         * emulation/cua-rect.el (cua--highlight-rectangle): Preserve
5562         existing face when partially highlighting a TAB in a rectangle.
5564 2005-11-26  Kim F. Storm  <storm@cua.dk>
5566         * ido.el (ido-mode-map): Doc fix.
5567         (ido-mode-common-map, ido-mode-file-map)
5568         (ido-mode-file-dir-map, ido-mode-buffer-map): New keymaps.
5569         (ido-define-mode-map): Rewrite.  Select one of the new maps as
5570         parent for ido-mode-map instead of building from scratch.
5571         (ido-init-mode-maps): New defun to initialize new maps.
5572         (ido-mode): Call it.
5573         (ido-switch-buffer): Doc fix -- use \<ido-mode-buffer-map>.
5574         (ido-find-file): Doc fix -- use \<ido-mode-file-map>.
5576 2005-11-26  John Paul Wallington  <jpw@pobox.com>
5578         * arc-mode.el (archive-extract): Use `posn-set-point' instead of
5579         `mouse-set-point' because the latter is not fbound when configured
5580         without X.
5582 2005-11-26  Thien-Thi Nguyen  <ttn@gnu.org>
5584         * files.el (file-relative-name): Doc fix.
5586 2005-11-26  Kurt Hornik  <Kurt.Hornik@wu-wien.ac.at>
5588         * progmodes/octave-inf.el (inferior-octave-startup): Force a
5589         non-empty string for secondary prompt PS2.
5591 2005-11-25  Chong Yidong  <cyd@stupidchicken.com>
5593         * progmodes/compile.el (compilation-setup): Fix last change.
5595 2005-11-26  Nick Roberts  <nickrob@snap.net.nz>
5597         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
5598         (gdb-mouse-toggle-breakpoint-margin)
5599         (gdb-mouse-toggle-breakpoint-fringe, gdb-threads-select):
5600         Add gdb-server-prefix to keep out of command history.
5601         (gdb-edit-register-value): New function.
5602         (gdb-registers-mode-map): Bind mouse-2 and RET to it.
5603         (gdb-info-registers-custom): Use above map.
5605 2005-11-25  Chong Yidong  <cyd@stupidchicken.com>
5607         * custom.el (enable-theme): Signal error if argument is not a
5608         theme.  Don't recalculate a face if it's not loaded yet.
5610         * cus-face.el (custom-theme-set-faces): Don't change saved-face if
5611         the `user' theme is in effect.
5613         * info.el (Info-on-current-buffer): Record actual filename in
5614         Info-current-file, instead of t, or a fake filename if a non-file
5615         buffer.  Make autoload.
5616         (Info-find-node, Info-revert-find-node): No need to check for
5617         Info-current-file nil.
5618         (Info-set-mode-line, Info-up, Info-copy-current-node-name):
5619         Info-current-file is now never `t'.
5620         (Info-fontify-node): Many simplifications due to Info-current-file
5621         always being valid.  Use Info-find-file to find node filename.
5623 2005-11-25  David Kastrup  <dak@gnu.org>
5625         * longlines.el (longlines-wrap-line): Reorder wrapping to "insert
5626         new character, then delete" in order to preserve markers.
5628 2005-11-25  David Ponce  <david@dponce.com>
5630         * recentf.el (recentf-arrange-by-rule): Handle a special
5631         `auto-mode-alist'-like "strip suffix" rule.
5632         (recentf-build-mode-rules): Handle second level auto-mode entries.
5634 2005-11-25  Michael Kifer  <kifer@cs.stonybrook.edu>
5636         * viper-keym.el (viper-ESC-key): Use different values in terminal and
5637         window modes.
5639         * viper.el (viper-emacs-state-mode-list): Delete mail-mode, add
5640         jde-javadoc-checker-report-mode.
5642         * ediff-wind (ediff-make-wide-display): Slight simplification.
5644         * ediff.el (ediff-date): Change the date of last update.
5646 2005-11-24  Chong Yidong  <cyd@stupidchicken.com>
5648         * hi-lock.el (hi-lock-buffer-mode): Renamed from `hi-lock-mode'.
5649         Use define-minor-mode, and make it a local mode.  Turn on font-lock.
5650         (hi-lock-mode): New global minor mode.
5651         (turn-on-hi-lock-if-enabled): New function.
5652         (hi-lock-line-face-buffer, hi-lock-face-buffer, hi-lock-set-pattern):
5653         Change arguments to regexp and face instead of a font-lock pattern.
5654         Directly set face property, instead of refontifying.
5655         (hi-lock-font-lock-hook): Check if font-lock is being turned on.
5656         (hi-lock-find-patterns): Use line-number-at-pos.
5658         (hi-lock-face-phrase-buffer): Call hi-lock-buffer-mode.  Use new
5659         arguments for hi-lock-set-pattern.
5660         (hi-lock-unface-buffer, hi-lock-set-file-patterns):
5661         Call font-lock-fontify-buffer.
5662         (hi-lock-find-file-hook, hi-lock-current-line)
5663         (hi-lock-refontify, hi-lock-set-patterns): Delete unused functions.
5665         (hi-lock-font-lock-hook): Turn off hi-lock when font lock is
5666         turned off.
5668         * progmodes/compile.el (compilation-setup): Don't fiddle with
5669         font-lock-defaults.
5671 2005-11-25  Nick Roberts  <nickrob@snap.net.nz>
5673         * progmodes/gdb-ui.el (gdb-var-create-handler)
5674         (gdb-var-list-children-handler): Find values for all variable
5675         objects.  gud-speedbar-buttons decides whether to display them.
5677 2005-11-24  Romain Francoise  <romain@orebokech.com>
5679         * info.el (Info-speedbar-fetch-file-nodes): Prefix temporary
5680         buffer name with a space.
5682 2005-11-24  Carsten Dominik  <dominik@science.uva.nl>
5684         * textmodes/org.el (org-export-plain-list-max-depth): Renamed from
5685         `org-export-local-list-max-depth'.  Change default value to 3.
5686         (org-auto-renumber-ordered-lists)
5687         (org-plain-list-ordered-item-terminator): New options.
5688         (org-at-item-p, org-beginning-of-item, org-end-of-item)
5689         (org-get-indentation, org-get-string-indentation)
5690         (org-maybe-renumber-ordered-list, org-renumber-ordered-list):
5691         New functions.
5692         (org-move-item-down, org-move-item-up): New commands.
5693         (org-export-as-html): New classes for CSS support.  Bug fix in
5694         regular expression detecting fixed-width regions.  Respect
5695         `org-local-list-ordered-item-terminator'.
5696         (org-set-autofill-regexps, org-adaptive-fill-function): "1)" is
5697         also a list item.
5698         (org-metaup, org-metadown, org-shiftmetaup, org-shiftmetadown):
5699         New item moving functions.
5701 2005-11-24  Juri Linkov  <juri@jurta.org>
5703         * isearch.el (isearch-repeat): With empty search ring set
5704         `isearch-error' to the error string instead of signaling error
5705         with the function `error'.
5707 2005-11-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
5709         * term/mac-win.el: Make modifier `ctrl' an alias for `control'.
5711 2005-11-24  Nick Roberts  <nickrob@snap.net.nz>
5713         * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): New function
5714         and variable.
5715         (gdb-var-create-handler, gdb-var-list-children-handler):
5716         Don't match on "char **...".
5717         (gdb-var-update-handler): Find values for all variable objects.
5718         (gdb-info-frames-custom): Identify frames by leading "#".
5720         * progmodes/gud.el (gud-speedbar-menu-items): Add
5721         gdb-speedbar-auto-raise as radio button.
5722         (gud-speedbar-buttons): Raise speedbar if requested.
5723         Don't match on "char **...".
5724         (gud-speedbar-buttons): Add (pointer) value for non-leaves.
5725         Make it editable.
5727 2005-11-23  Chong Yidong  <cyd@stupidchicken.com>
5729         * info.el (Info-fontify-node): Handle the case where
5730         Info-current-file is t.
5732 2005-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5734         * simple.el (blink-matching-open): Fix off-by-one in last change.
5736 2005-11-23  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
5738         * term/mac-win.el: Don't change default directory.
5740 2005-11-22  Luc Teirlinck  <teirllm@auburn.edu>
5742         * cus-edit.el (Custom-reset-standard): Make it handle Custom group
5743         buffers correctly.  (It used to throw an error in such buffers.)
5744         Make it ask for confirmation in group buffers and other Custom
5745         buffers containing more than one customization item.
5747 2005-11-22  John Paul Wallington  <jpw@gnu.org>
5749         * net/goto-addr.el (goto-address-fontify): Put `follow-link'
5750         property on mail and url overlays.
5751         (goto-address-at-point): Use `posn-set-point' instead of
5752         `mouse-set-point' because the latter is not fbound when configured
5753         without X.
5755 2005-11-22  Lars Hansen  <larsh@soem.dk>
5757         * ls-lisp.el (ls-lisp-parse-symlink): Delete.
5758         (ls-lisp-classify, ls-lisp-format): Delete call to
5759         ls-lisp-parse-symlink.
5760         (ls-lisp-handle-switches): Handle symlinks to directories as
5761         directories when ls-lisp-dirs-first in non-nil.
5763 2005-11-21  Luc Teirlinck  <teirllm@auburn.edu>
5765         * startup.el (command-line): Make sure that loaddefs.el is handled
5766         correctly in load-history.
5768 2005-11-22  Nick Roberts  <nickrob@snap.net.nz>
5770         * progmodes/gdb-ui.el (gdb-locals-watch-keymap): New local map.
5771         (gdb-struct-string, gdb-array-string): New constants.
5772         (gdb-info-locals-handler): Use them.
5773         (gdb-reset): Reset gdb-var-list to nil.
5775 2005-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5777         * progmodes/sh-script.el (sh-font-lock-paren): Handle continued lines
5778         in patterns.
5780 2005-11-21  Juri Linkov  <juri@jurta.org>
5782         * custom.el (defcustom): Update link types in docstring.
5784 2005-11-20  Martin Rudalics  <rudalics@gmx.at>  (tiny change)
5786         * custom.el (defgroup): Add doc-string-elt info.
5788         * widget.el (define-widget): Don't use declare for the doc-string-elt.
5790 2005-11-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5792         * newcomment.el (comment-enter-backward): Fix last fix.
5794         * simple.el (blink-matching-open):
5795         * paren.el (show-paren-function): Allow new paren-class info.
5797 2005-11-20  Chong Yidong  <cyd@stupidchicken.com>
5799         * faces.el: Revert 2005-11-17 change.  :ignore-defface is now
5800         handled automagically.
5802 2005-11-20  Andreas Schwab  <schwab@suse.de>
5804         * descr-text.el (describe-char): When copying overlays put them
5805         over the full char description instead of just the first character
5806         of it.
5808 2005-11-20  Juri Linkov  <juri@jurta.org>
5810         * simple.el (what-cursor-position):
5811         * descr-text.el (describe-char): Use Lisp-readable syntax
5812         for octal and hex.  Reorder decimal, octal and hex values.
5813         Remove excess whitespace in the output.  Use `=' in `column='
5814         like in `point=' and `Hscroll='.
5816         * international/mule-cmds.el (encoded-string-description):
5817         Use Lisp-readable syntax for hex.
5819 2005-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
5821         * newcomment.el (comment-enter-backward): Handle the case where the
5822         comment is closed by EOB.
5824 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
5826         * longlines.el (longlines-before-revert-hook)
5827         (longlines-after-revert-hook): New functions.
5828         (longlines-mode): Turn off longlines temporarily when reverting.
5829         Add a message-setup-hook.
5830         (longlines-decode-buffer): New function.
5831         (longlines-wrap-line): Preserve marker positions.
5833 2005-11-19  Andreas Schwab  <schwab@suse.de>
5835         * emacs-lisp/shadow.el: Handle compressed files.
5837 2005-11-19  Romain Francoise  <romain@orebokech.com>
5839         * net/browse-url.el (browse-url-default-browser): Signal an error
5840         if no usable browser can be found, rather than try to load w3.
5842 2005-11-16  Ryan Yeske  <rcyeske@gmail.com>
5844         * net/rcirc.el (rcirc-mangle-text): Add bold face property without
5845         replacing existing properties.
5846         (rcirc-my-nick, rcirc-other-nick, rcirc-server)
5847         (rcirc-nick-in-message, rcirc-prompt): Use min-colors and remove
5848         tty specs.
5849         (rcirc-server-prefix, rcirc-server): New faces.
5850         (rcirc-url-regexp): Generate with rx macro.
5851         (rcirc-last-server-message-time): New variable.
5852         (rcirc-filter): Record time of last message.
5853         (rcirc-keepalive): Kill processes that did not send a message
5854         since the last ping.
5855         (rcirc-mode): Give rcirc-topic a local binding here.
5857 2005-11-19  Michael Cadilhac  <michael.cadilhac@lrde.org>  (tiny change)
5859         * subr.el (read-passwd): Fontify the prompt as we do with other
5860         prompts.
5862 2005-11-19  Ryan Yeske  <rcyeske@gmail.com>
5864         * ffap.el (ffap-menu-rescan): Use inhibit-read-only instead of
5865         binding buffer-read-only to nil.
5867 2005-11-19  Eli Zaretskii  <eliz@gnu.org>
5869         * complete.el (partial-completion-mode):
5870         Mention completion-auto-help in the doc string.
5872         * man.el (Man-highlight-references): Doc fix.  Reformat code in a
5873         more Lisp-ish way.
5875 2005-11-19  Slawomir Nowaczyk  <slawomir.nowaczyk.847@student.lu.se>  (tiny change)
5877         * ls-lisp.el (ls-lisp-format-file-size): Format file size with 9
5878         digits, not 8, to avoid misalignment for files larger than 100MB.
5880 2005-11-19  Eli Zaretskii  <eliz@gnu.org>
5882         * menu-bar.el (menu-bar-describe-menu) <list-keybindings>:
5883         Mention "keyboard shortcuts" in the help text.
5885 2005-11-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
5887         * startup.el (fancy-splash-default-action): Discard only
5888         mouse-down and succeeding mouse-up events in the splash screen
5889         window so that drag-n-drop event can be processed.
5891 2005-11-18  Chong Yidong  <cyd@stupidchicken.com>
5893         * longlines.el (longlines-mode): Add hacks for mail-mode and
5894         message-mode.
5896 2005-11-18  Carsten Dominik  <dominik@science.uva.nl>
5898         * textmodes/org.el (org-table-sort-lines): New command.
5899         (org-tbl-menu): Add entry for `org-table-sort-lines'.
5900         (org-add-file): Command removed, use `org-agenda-file-to-front'
5901         instead.
5902         (org-export-icalendar): Use `org-icalendar-combined-name'.
5903         (org-cycle-agenda-files, org-agenda-file-to-end)
5904         (org-agenda-file-to-front): New commands.
5905         (org-table-tab-jumps-over-hlines, org-export-html-style):
5906         New options.
5907         (org-table-next-field): Use `org-table-tab-jumps-over-hlines'.
5908         (org-at-table.el-p, org-set-autofill-regexps, org-html-protect):
5909         New functions.
5910         (org-fill-paragraph): Call `org-table-align' in tables.
5911         (org-mode): Call `org-set-autofill-regexps'.
5912         (org-export-as-html): Support for local handformatted lists.
5913         Modified to produce valid HTML 4.0.  Use `org-export-html-style'.
5914         (org-export-local-list-max-depth): New option.
5915         (org-html-expand): Use `org-html-protect'.
5917 2005-11-18  Nick Roberts  <nickrob@snap.net.nz>
5919         * progmodes/gud.el (gud-install-speedbar-variables): Bind gud-pp
5920         to "p".
5921         (gdb): Move definition of gud-pp to...
5923         * progmodes/gdb-ui.el (gdb-ann3): ...here.  Make it work in the
5924         speedbar.
5925         (gdb-find-watch-expression): New function.
5927 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
5929         * faces.el (face-attribute, set-face-attribute): Mention existence
5930         of `:ignore-defface' setting in docstring.
5932 2005-11-17  Stefan Monnier  <monnier@iro.umontreal.ca>
5934         * simple.el (completion-setup-function): Fix last change.
5936 2005-11-17  John Paul Wallington  <jpw@pobox.com>
5938         * ibuf-ext.el (ibuffer-interactive-filter-by-mode):
5939         Use `posn-set-point' instead of `mouse-set-point' because the
5940         latter is not fbound when configured without X.
5942         * comint.el (comint-insert-input): Likewise.
5944 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
5946         * simple.el (hard-newline): New variable.
5947         (sendmail-user-agent-compose, next-line): Use it.
5949         * mail/sendmail.el (mail-setup, mail-send, mail-insert-from-field)
5950         (sendmail-send-it, mail-do-fcc, mail-cc, mail-bcc, mail-fcc)
5951         (mail-mail-reply-to, mail-mail-followup-to)
5952         (mail-position-on-field, mail-signature, mail-yank-original)
5953         (mail-attach-file): Likewise.
5955         * mail/mailheader.el (mail-header-format)
5956         (mail-header-format-function): Likewise.
5958         * add-log.el (add-change-log-entry, change-log-merge): Likewise.
5960 2005-11-17  Juri Linkov  <juri@jurta.org>
5962         * font-lock.el (font-lock-faces): Rename this defgroup from
5963         `font-lock-highlighting-faces'.
5964         (font-lock-comment-face, font-lock-comment-delimiter-face)
5965         (font-lock-string-face, font-lock-doc-face)
5966         (font-lock-keyword-face, font-lock-builtin-face)
5967         (font-lock-function-name-face, font-lock-variable-name-face)
5968         (font-lock-type-face, font-lock-constant-face)
5969         (font-lock-warning-face, font-lock-negation-char-face)
5970         (font-lock-preprocessor-face)
5971         (font-lock-regexp-grouping-backslash)
5972         (font-lock-regexp-grouping-construct): Rename :group from
5973         `font-lock-highlighting-faces' to `font-lock-faces'.
5975         * cus-edit.el (lisp, c, tex):
5976         * progmodes/ada-mode.el (ada):
5977         * progmodes/asm-mode.el (asm):
5978         * progmodes/cperl-mode.el (cperl-faces):
5979         * progmodes/cpp.el (cpp):
5980         * progmodes/dcl-mode.el (dcl):
5981         * progmodes/f90.el (f90):
5982         * progmodes/fortran.el (fortran):
5983         * progmodes/icon.el (icon):
5984         * progmodes/idlwave.el (idlwave-misc):
5985         * progmodes/m4-mode.el (m4):
5986         * progmodes/make-mode.el (makefile):
5987         * progmodes/meta-mode.el (meta-font):
5988         * progmodes/modula2.el (modula2):
5989         * progmodes/octave-mod.el (octave):
5990         * progmodes/pascal.el (pascal):
5991         * progmodes/perl-mode.el (perl):
5992         * progmodes/prolog.el (prolog):
5993         * progmodes/ps-mode.el (PostScript-edit):
5994         * progmodes/scheme.el (scheme):
5995         * progmodes/sh-script.el (sh-script):
5996         * progmodes/simula.el (simula):
5997         * progmodes/tcl.el (tcl):
5998         * textmodes/nroff-mode.el (nroff):
5999         * textmodes/reftex-vars.el (reftex-fontification-configurations):
6000         * textmodes/sgml-mode.el (sgml):
6001         * textmodes/texinfo.el (texinfo):
6002         Add :link (custom-group-link font-lock-faces) to defgroup.
6004         * hi-lock.el (hi-lock): Rename this defgroup from
6005         `hi-lock-interactive-text-highlighting'.  Change parent group from
6006         `faces' to `font-lock'.  Add link to the manual.
6007         (hi-lock-mode, hi-lock-file-patterns-range)
6008         (hi-lock-exclude-modes, hi-lock-faces): Rename :group from
6009         `hi-lock-interactive-text-highlighting' to `hi-lock'.
6010         (hi-lock-faces): Add :group `faces'.
6012         * cus-edit.el (custom-variable-prompt): Clarify the code.
6014         * faces.el (face-read-string): Set the default value arg of
6015         completing-read.
6017 2005-11-16  Luc Teirlinck  <teirllm@auburn.edu>
6019         * rfn-eshadow.el (file-name-shadow-properties)
6020         (file-name-shadow-tty-properties, file-name-shadow-mode):
6021         Remove autoloads, because the file is now preloaded.
6023 2005-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
6025         * printing.el (easy-menu-intern): Don't define.
6026         (pr-get-symbol): Use easy-menu-intern only if defined.
6028         * simple.el (blink-matching-open): Simplify a bit.
6029         (completion-setup-function): Fix the case of partial-completion-mode
6030         when the minibuffer's contents start with "-".
6031         Obey completion-base-size-function even when
6032         minibuffer-completing-file-name is non-nil.
6034 2005-11-16  Richard M. Stallman  <rms@gnu.org>
6036         * net/eudcb-ph.el (eudc-ph-open-session):
6037         Use set-process-query-on-exit-flag.
6039         * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-contents.
6041         * international/ucs-tables.el (ucs-set-table-for-input):
6042         Use make-local-variable, not make-variable-buffer-local.
6044         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
6045         Improve warning message text.
6047         * savehist.el (savehist-save-hook): Add :group.
6049         * menu-bar.el (menu-bar-help-menu):
6050         Rename Find Extra Packages to External Packages.
6052         * cus-edit.el (Custom-reset-standard): Verify that
6053         :custom-standard-value prop exists before calling it.
6055         * apropos.el (apropos-calc-scores): Use apropos-pattern.
6057 2005-11-16  Martin Rudalics  <rudalics@gmx.at>  (tiny change)
6059         * wid-edit.el (color): Enclose %t in %{...%}.
6061         * cus-edit.el (face): Enclose %t in %{...%}.
6063 2005-11-16  Hrvoje Niksic  <hniksic@xemacs.org>
6065         * savehist.el (savehist-mode-hook): Re-add the var.
6066         (savehist-mode): Use it.
6068 2005-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
6070         * textmodes/flyspell.el: Fix commenting convention.
6071         Remove unnecessary leading * in custom docstrings.
6072         (flyspell-emacs): Remove unused var.
6073         (flyspell-delete-region-overlays): Use remove-overlays.
6074         (flyspell-accept-buffer-local-defs): Use save-current-buffer.
6075         (flyspell-debug-signal-no-check, flyspell-debug-signal-changed-checked)
6076         (flyspell-debug-signal-pre-word-checked, flyspell-post-command-hook)
6077         (flyspell-debug-signal-word-checked): Use with-current-buffer.
6078         (make-flyspell-overlay): Don't locally reuse a global name.
6079         (flyspell-highlight-incorrect-region)
6080         (flyspell-highlight-duplicate-region): Use flyspell-unhighlight-at.
6081         (flyspell-check-previous-highlighted-word): Use flyspell-overlay-p.
6082         (flyspell-notify-misspell): Remove unused args `start' and `end'.
6083         (flyspell-word): Adjust call accordingly.  Use ispell-send-string.
6084         Wrap calls to accept-process-output inside with-local-quit since it's
6085         often called from a post-command-hook.
6086         (flyspell-correct-word, flyspell-auto-correct-word):
6087         Use ispell-send-string.
6088         (flyspell-xemacs-popup): Remove unused arg `event'.  Update call.
6090         * calendar/diary-lib.el (diary-list-entries): Also hide the
6091         terminating newline.
6093 2005-11-16  Carsten Dominik  <dominik@science.uva.nl>
6095         * textmodes/reftex.el (reftex-use-fonts): Remove the check for
6096         window-system, to allow fonts on tty.
6098 2005-11-17  Nick Roberts  <nickrob@snap.net.nz>
6100         * progmodes/gud.el (gud-speedbar-item-info): New function.
6101         (gud-install-speedbar-variables): Use it to display data type
6102         of watch expression as a tooltip in speedbar.
6104 2005-11-15  Luc Teirlinck  <teirllm@auburn.edu>
6106         * font-core.el (global-font-lock-mode): Add :version keyword,
6107         because default was changed.
6109         * jka-cmpr-hook.el (auto-compression-mode): Ditto.
6111         * startup.el (command-line): Use `custom-reevaluate-setting' for
6112         `file-name-shadow-mode'.
6114         * loadup.el: Preload rfn-eshadow.
6116         * rfn-eshadow.el (file-name-shadow-mode): Set :init-value to t.
6117         Add :version keyword.
6118         (file-name-shadow-properties, file-name-shadow-tty-properties)
6119         (file-name-shadow): Add :version keyword.
6121         * cus-edit.el (custom-add-parent-links): Fix bug whereby, for
6122         instance, `(fringe custom-face)' shadowed `(fringe custom-group)'
6123         in the custom-group property of the symbol frames and the fringe
6124         group got no link to its parent group frames.
6125         Doc fix.
6127 2005-11-16  Nick Roberts  <nickrob@snap.net.nz>
6129         * progmodes/gud.el (gud-stop-subjob): New function.
6130         (gud-menu-map, gud-tool-bar-map): Use it.
6132 2005-11-16  Kim F. Storm  <storm@cua.dk>
6134         * progmodes/gud.el (gud-menu-map): Let [stop] stop program rather
6135         than kill it.
6136         (gud-tool-bar-map): Likewise.  Move cont/until/finish buttons
6137         to a more useful/logical place.
6139 2005-11-16  Nick Roberts  <nickrob@snap.net.nz>
6141         * progmodes/gud.el (gud-menu-map): Make visibility of stop and
6142         go buttons complementary.
6144 2005-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
6146         * rfn-eshadow.el (rfn-eshadow-regexp): Remove.
6147         (rfn-eshadow-sifn-equal): New function.
6148         (rfn-eshadow-update-overlay): Rewrite to use substitute-in-file-name.
6150 2005-11-15  Michael Kifer  <kifer@cs.stonybrook.edu>
6152         * viper-utils.el (viper-non-word-characters-reformed-vi):
6153         Quote `-' in string.
6155         * viper.el (viper-emacs-state-mode-list): Ensure that
6156         rcirc-mode buffers come up in Emacs state.
6158         * ediff-util.el (ediff-make-temp-file): Use proper file-name-handler
6159         operation.
6161 2005-11-15  Dan Nicolaescu  <dann@ics.uci.edu>
6163         * term.el (term-termcap-format): Fix typos.
6164         (term-down): Fix the negative argument case.
6166 2005-11-16  Nick Roberts  <nickrob@snap.net.nz>
6168         * progmodes/gdb-ui.el: Remove face-alias left over from change on
6169         2005-08-15.
6170         (gdb-ann3): New command gud-go.
6171         (menu): Accomodate gdb-mi.el.
6172         (gdb-assembler-custom): Make buffer of selected window current
6173         so that set-window-point works.
6175         * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Re-define
6176         buttons and include new ones.
6178 2005-11-16  Kim F. Storm  <storm@cua.dk>
6180         * progmodes/gud.el (gud-tool-bar-item-visible-no-fringe): New function.
6181         (gud-menu-map): Use it.
6183 2005-11-14  Luc Teirlinck  <teirllm@auburn.edu>
6185         * jka-cmpr-hook.el (auto-compression-mode): Enable it in a way
6186         that works correctly for Custom and that does not override a user
6187         who disables it.
6189         * help-mode.el (help-make-xrefs, help-xref-on-pp)
6190         (help-xref-interned, help-follow): Make hyperlinks for variables
6191         that are unbound, but have a non-nil variable-documentation property.
6193         * emacs-lisp/derived.el (define-derived-mode): Remove defvar for
6194         mode hook.  (It conflicted with defcustoms for some mode hooks.)
6195         Use the `variable-documentation' property to give the mode hook a
6196         docstring and expand that docstring.
6198 2005-11-14  Hrvoje Niksic  <hniksic@xemacs.org>
6200         * savehist.el (savehist-mode): Don't bother with
6201         `custom-set-minor-mode'.
6202         (savehist-coding-system): Check XEmacs version.
6203         (history-length): Declare also at run time.
6204         (savehist-mode): Don't emit a message.  Don't run the minor mode hook.
6205         Don't set the customize state.
6206         (savehist-minibuffer-hook): Special case for when
6207         minibuffer-history-variable is equal to t.
6209 2005-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
6211         * files.el (write-file): Refresh VC status.
6213         * calendar/diary-lib.el (diary-list-entries, diary-show-all-entries)
6214         (mark-diary-entries, make-diary-entry): Check default-major-mode rather
6215         than fundamental-mode to see if the mode was set.
6217 2005-11-14  Romain Francoise  <romain@orebokech.com>
6219         * dired-x.el: If `vm-visit-folder' doesn't exist, define it as a
6220         dummy function in `eval-when-compile' to avoid compiler warning.
6221         Require `man' at compile time.
6223 2005-11-14  Jay Belanger  <belanger@truman.edu>
6225         * calc-alg.el (calcFunc-write-out-power): Rename it to
6226         calcFunc-powerexpand.
6227         (math-write-out-power): Rename it to math-powerexpand; have it
6228         handle negative exponents.
6229         (calc-writeoutpower): Rename it to calc-powerexpand.
6231         * calc-ext.el: Change calcFunc-writeoutpower and
6232         calc-writeoutpower to calcFunc-powerexpand and calc-powerexpand in
6233         autoloads.
6234         Add calcFunc-ldiv to autoloads.
6236         * calc-arith.el (calcFunc-ldiv): New function.
6238         * calc.el (calc-left-divide): New function.
6240 2005-11-14  Juri Linkov  <juri@jurta.org>
6242         * cus-edit.el (custom-variable-prompt): Set the default value arg
6243         of completing-read.
6245         * cus-dep.el (custom-make-dependencies): Reverse the list of
6246         found dependencies.
6248 2005-11-14  Dan Nicolaescu  <dann@ics.uci.edu>
6250         * menu-bar.el (menu-bar-options-menu): Delete "Syntax
6251         Highlighting" entry, it is on by default now.
6252         (menu-bar-options-save): Do not save global-font-lock-mode.
6254 2005-11-13  Richard M. Stallman  <rms@gnu.org>
6256         * textmodes/flyspell.el (flyspell-large-region):
6257         Call flyspell-accept-buffer-local-defs.
6259 2005-11-13  Agustin Martin  <agustin.martin@hispalinux.es>
6261         * textmodes/flyspell.el (flyspell-notify-misspell):
6262         Fix misspelling of "Misspelling".
6263         (flyspell-process-localwords): New function.
6264         (flyspell-large-region): Call flyspell-process-localwords and
6265         flyspell-delete-region-overlays.
6266         (flyspell-delete-region-overlays): New function.
6267         (flyspell-delete-all-overlays): Call that.
6269 2005-11-13  Richard M. Stallman  <rms@gnu.org>
6271         * help.el (help-for-help-internal): Improve doc of C-h a.
6272         (describe-key): Improve prompt; doc fix.
6274 2005-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
6276         * vc-svn.el (vc-svn-registered): Catch all errors.
6278         * cus-dep.el (custom-make-dependencies): Typo.
6280 2005-11-13  Michael Albinus  <michael.albinus@gmx.de>
6282         * net/tramp-util.el (top): Fix compilation warning.
6284 2005-11-13  Kim F. Storm  <storm@cua.dk>
6286         * help.el (help-for-help-internal): Fix `a' entry.  Add `d' entry.
6288 2005-11-13  Nick Roberts  <nickrob@snap.net.nz>
6290         * progmodes/gud.el (gud-menu-map): Move parentheses (again).
6291         (gud-speedbar-buttons): Match on "const char *" too.
6293         * progmodes/gdb-ui.el (gdb-var-create-handler)
6294         (gdb-var-list-children-handler): Match on "const char *" too.
6295         (gdb-var-evaluate-expression-handler): Match on empty string.
6296         (gdb-var-update-handler): Only call
6297         gdb-var-evaluate-expression-handler when required.
6299 2005-11-13  Nick Roberts  <nickrob@snap.net.nz>
6301         * progmodes/gud.el (gud-menu-map): Revert to window-fringes for
6302         selected window.  This still doesn't work for speedbar.
6303         (gud-speedbar-buttons): Handle string expressions properly.
6305         * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
6306         (gdb-var-create-handler): Handle string expressions properly.
6307         (gdb-var-list-children-regexp, gdb-var-list-children-handler):
6308         Handle string expressions properly.  Move "type" field into regexp.
6310 2005-11-12  Karl Fogel  <kfogel@red-bean.com>
6312         * bookmark.el (bookmark-maybe-message): New function to reduce
6313         code duplication: invokes `message' iff baud-rate is high enough.
6314         (bookmark-write-file): Use above instead of an inline conditional.
6315         (bookmark-load): Same.
6317 2005-11-12  Karl Fogel  <kfogel@red-bean.com>
6319         * bookmark.el (bookmark-write-file): Don't visit the destination
6320         file, just write the data to it using write-region.  This is
6321         similar to saveplace.el at 2005-05-29T08:36:26Z!rms@gnu.org, but with an additional
6322         change to avoid visiting the file in the first place.
6324 2005-11-12  Chong Yidong  <cyd@stupidchicken.com>
6326         * hi-lock.el (hi-lock-mode): Set the default value of
6327         font-lock-defaults.
6329 2005-11-11  Luc Teirlinck  <teirllm@auburn.edu>
6331         * find-lisp.el (find-lisp-find-dired-insert-file): Pass `string'
6332         arg to `file-attributes'.
6333         (find-lisp-format): The UID and GID can now be strings.
6335 2005-11-12  Kim F. Storm  <storm@cua.dk>
6337         * help.el (help-map): Bind C-h d to apropos-documentation.
6339         * simple.el (what-cursor-position): Print (EOB) instead of (100%)
6340         when point is at end-of-buffer.
6342         * apropos.el (apropos-match-face): Doc fix.
6343         (apropos-sort-by-scores): Add new choice `verbose'.
6344         (apropos-documentation-sort-by-scores): New defcustom.
6345         (apropos-pattern): Now contains the pattern entered by the user.
6346         (apropos-pattern-quoted): New defvar.
6347         (apropos-regexp): New defvar, containing the regexp corresponding
6348         to apropos-pattern.
6349         (apropos-all-words-regexp): Rename from apropos-all-regexp.
6350         (apropos-read-pattern): New defun.  Use it to read pattern arg in
6351         interactive calls; returns list of words for a word list, and
6352         string for a regexp.
6353         (apropos-parse-pattern): Rename from apropos-rewrite-regexp.  Now
6354         parses a list of words or regexp as returned by apropos-read-pattern.
6355         (apropos-calc-scores): Return nil if apropos-regexp doesn't match.
6356         (apropos-score-doc): Return a very high score if the string
6357         entered by the user matches literally.
6358         (apropos-variable): Doc fix.  Use apropos-read-pattern.
6359         (apropos-command): Doc fix.  Use apropos-read-pattern and
6360         apropos-parse-pattern.  Call apropos-print with nosubst=t.
6361         (apropos, apropos-value): Doc fix.  Use apropos-read-pattern and
6362         apropos-parse-pattern.
6363         (apropos-documentation): Doc fix.  Use apropos-read-pattern and
6364         apropos-parse-pattern.  Locally bind apropos-sort-by-scores to
6365         apropos-documentation-sort-by-scores.  Call apropos-print with
6366         nosubst=t.
6367         (apropos-documentation-internal): Pass doc string through
6368         substitute-key-definition before adding text properties.
6369         Highlight substring matching literal user input if possible.
6370         (apropos-documentation-check-doc-file): Remove locals beg and end.
6371         Fix calculation of score (as added twice).  Pass doc string through
6372         substitute-key-definition before adding text properties.
6373         (apropos-documentation-check-elc-file): Pass doc string through
6374         substitute-key-definition before adding text properties.
6375         Highlight substring matching literal user input if possible.
6376         (apropos-print): Add new arg NOSUBST; if set, command and variable
6377         doc strings have already been passed through substitute-key-definition.
6378         Add code to handle apropos-accumulator items without score element
6379         for backwards compatibility (e.g. with woman package).
6380         Only show scores if apropos-sort-by-scores is `verbose'.
6382 2005-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6384         * jka-cmpr-hook.el (jka-compr-install): Use push and dolist.
6385         Add jka-compr-load-suffixes to load-suffixes.
6387         * jka-compr.el: Require jka-cmpr-hook.
6388         (jka-compr-info-compress-message, jka-compr-info-compress-program)
6389         (jka-compr-info-compress-args, jka-compr-info-uncompress-message)
6390         (jka-compr-info-uncompress-program, jka-compr-info-uncompress-args)
6391         (jka-compr-info-can-append, jka-compr-info-strip-extension)
6392         (jka-compr-info-file-magic-bytes, jka-compr-get-compression-info)
6393         (jka-compr-info-regexp): Remove.  Provided by jka-cmpr-hook.
6394         (jka-compr-uninstall): Remove entries from
6395         jka-compr-added-to-file-coding-system-alist after they are used.
6396         (jka-compr-error): Remove unused var `curbuf'.
6397         (jka-compr-file-local-copy): Remove unused var `notfound'.
6399 2005-11-10  Romain Francoise  <romain@orebokech.com>
6401         * apropos.el (apropos-calc-scores): Use `apropos-pattern'.
6403 2005-11-11  Nick Roberts  <nickrob@snap.net.nz>
6405         * progmodes/gud.el (gud-menu-map): Move parentheses.
6406         (gdb): New command gud-pv.
6408 2005-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6410         * tar-mode.el: Remove spurious or unnecessary leading stars
6411         in docstrings.
6412         (tar-header-block-tokenize): Also obey default-file-name-coding-system.
6413         (tar-parse-octal-integer-safe): Use mapc.
6414         (tar-header-block-summarize): Remove unused var `ck'.
6415         (tar-summarize-buffer): Don't clear the modified-p bit if it wasn't
6416         cleared before.  Obey default-enable-multibyte-characters.
6417         Use mapconcat.  Simplify setting of tar-header-offset.
6418         (tar-mode-map): Move initialization inside delcaration.
6419         (tar-flag-deleted): Use `abs'.
6420         (tar-expunge-internal): Remove unused var `line'.
6421         (tar-expunge-internal): Don't hardcode point-min==1.
6422         (tar-expunge): Widen while doing set-buffer-multibyte.
6423         (tar-rename-entry): Use file-name-coding-system.
6424         (tar-alter-one-field): Don't hardcode point-min==1.
6425         (tar-subfile-save-buffer): string-as-unibyte works on unibyte strings.
6426         (tar-pad-to-blocksize): Don't hardcode point-min==1.  Clarify the code.
6428 2005-11-10  Masatake YAMATO  <jet@gyve.org>
6430         * add-log.el (add-log-current-defun): Handle class::method
6431         notation of c++.  Fix incorrect comment.
6433 2005-11-10  Alan Mackenzie  <acm@muc.de>
6435         * help-fns.el (describe-variable): Make C-h v work when a variable
6436         has variable documentation yet is unbound.
6438 2005-11-10  Masatake YAMATO  <jet@gyve.org>
6440         * man.el (Man-highlight-references): Set an empty
6441         string to `Man-arguments' if it is nil.
6442         Suggested by Reiner Steib <Reiner.Steib@gmx.de>.
6444 2005-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
6446         * Makefile.in (mh-loaddefs.el, loaddefs.el): Better follow the
6447         commenting conventions.
6449         * cus-dep.el (custom-make-dependencies): Simplify.
6450         Better follow the commenting conventions.
6452 2005-11-09  Richard M. Stallman  <rms@gnu.org>
6454         * apropos.el (apropos-pattern): Rename from apropos-regexp.
6455         (apropos-orig-pattern): Rename from apropos-orig-regexp.
6456         All uses changed.
6457         (apropos-rewrite-regexp): Doc fix.
6458         (apropos-variable, apropos-command, apropos, apropos-value):
6459         Change prompt; carry through the argument renaming.
6461 2005-11-09  Luc Teirlinck  <teirllm@auburn.edu>
6463         * find-lisp.el: Require dired.
6464         (find-lisp-find-dired-internal): Do not call
6465         `abbreviate-file-name' on DIR.
6467 2005-11-10  Nick Roberts  <nickrob@snap.net.nz>
6469         * progmodes/gud.el (gdb): Make gud-pp use user-defined command pp1.
6471 2005-11-09  Nick Roberts  <nickrob@snap.net.nz>
6473         * progmodes/gud.el (gud-menu-map): Ensure tool-bar is constant
6474         when using the speedbar.
6475         (gdb): New command gud-pp.
6476         (gud-menu-map, gud-tool-bar-map): Put it on the tool bar.
6478 2005-11-09  Juri Linkov  <juri@jurta.org>
6480         * replace.el (occur-excluded-properties): New defcustom.
6481         (occur-1, occur-engine, occur-accumulate-lines): Use it.
6483 2005-11-08  Jay Belanger  <belanger@truman.edu>
6485         * calc/calc-units.el (math-convert-units): Replace any composite
6486         unit by its definition.
6488 2005-11-08  Lars Hansen  <larsh@soem.dk>
6490         * emacs-lisp/autoload.el (update-directory-autoloads):
6491         Add obsolete function alias.
6493 2005-11-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6495         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
6496         comment-indent-function.
6497         (lisp-comment-indent): Replace by an alias for comment-indent-default.
6499         * reveal.el (reveal-post-command): Rework the handling of
6500         reveal-open-spots, so as to be more reliable.  There were several
6501         tricky corner cases where an open spot might be lost, or where
6502         a closed spot might end up on the list of open spots.
6503         Only reveal text that's ellipsised.
6505 2005-11-07  Carsten Dominik  <dominik@science.uva.nl>
6507         * textmodes/org.el (org-export-as-html): Remove bogus (debug) form.
6509 2005-11-07  John Paul Wallington  <jpw@gnu.org>
6511         * ibuffer.el (ibuffer): Search iconified frames too when
6512         getting Ibuffer buffer's window.
6514 2005-11-06  Richard M. Stallman  <rms@gnu.org>
6516         * progmodes/compile.el (compilation-internal-error-properties):
6517         save-excursion around the computation of MARKER.
6519 2005-11-06  Piet van Oostrum  <piet@cs.uu.nl>
6521         * textmodes/flyspell.el (flyspell-external-point-words):
6522         flyspell-get-word returns a list, not just a string.
6524 2005-11-06  John Paul Wallington  <jpw@pobox.com>
6526         * ibuffer.el (ibuffer): Search all visible frames when getting
6527         Ibuffer buffer's window.
6529 2005-11-07  Masatake YAMATO  <jet@gyve.org>
6531         * man.el (Man-reference-regexp): Accept spaces between
6532         `Man-name-regexp' and `Man-section-regexp'.
6533         (Man-apropos-regexp): New variable.
6534         (Man-abstract-xref-man-page): Use value for `Man-target-string'
6535         if available.
6536         (Man-highlight-references, Man-highlight-references0):
6537         Handle the case when `Man-arguments' includes "-k".
6538         (Man-highlight-references0): Rename the argument `TARGET-POS' to
6539         `TARGET'. `TARGET' can be a number, function or nil.
6541 2005-11-06  Nick Roberts  <nickrob@snap.net.nz>
6543         * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-var-delete)
6544         (gdb-edit-value, gdb-speedbar-expand-node, gdb-get-create-buffer)
6545         (gdb-breakpoints-mode, gdb-toggle-breakpoint, gdb-delete-breakpoint)
6546         (gdb-goto-breakpoint, gdb-frames-mode, gdb-registers-mode)
6547         (gdb-locals-mode, gdb-find-file-hook): Use buffer-local-value.
6548         (gdb-send-item): Use buffer-local-value and simplify.
6550 2005-11-05  Luc Teirlinck  <teirllm@auburn.edu>
6552         * startup.el (command-line): Use `custom-reevaluate-setting' for
6553         `global-font-lock-mode'.
6555         * font-core.el (global-font-lock-mode): Enable `global-font-lock-mode'
6556         by default, except in batch mode or when the -D option is given.
6558         * emacs-lisp/easy-mmode.el (define-global-minor-mode): Pass all
6559         specified keyword args on to `define-minor-mode'.  Update docstring.
6561 2005-11-05  Romain Francoise  <romain@orebokech.com>
6563         * replace.el (occur-engine): Add marker at end of line, too.
6565 2005-11-04  Ken Manheimer  <ken.manheimer@gmail.com>
6567         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
6568         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
6569         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
6570         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
6571         argument to all these routines, so the passphrase can be managed
6572         externally and passed in to the system.
6573         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
6574         pgg-add-passphrase-to-cache function.
6576         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
6577         (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
6578         (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
6579         (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
6580         argument to all these routines, so the passphrase can be managed
6581         externally and passed in to the system.
6582         (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
6583         function.
6585 2005-11-04  Dan Nicolaescu  <dann@ics.uci.edu>
6587         * font-lock.el: Don't deal with font-lock-face-attributes here,
6588         move the code ...
6590         * startup.el (command-line): ... here.  Use face-spec-set instead
6591         of custom-declare-face.
6593         * faces.el (face-spec-set): Reset the face if spec is not nil.
6595 2005-11-04  Stefan Monnier  <monnier@iro.umontreal.ca>
6597         * newcomment.el (comment-region-internal): Box more tightly in the
6598         common case where there's no TAB in the boxed text.
6600 2005-11-04  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
6602         * info.el (info-tool-bar-map): Use images prev-node, next-node and
6603         up-node.
6605 2005-11-04  Ulf Jasper  <ulf.jasper@web.de>
6607         * newsticker.el: Commentary updated.  Code formatting changed.
6608         (newsticker-version): Change to "1.9".
6609         (newsticker, newsticker-feed): Doc fix.
6610         (newsticker-url-list): Doc fix.  Add option "Weekly".
6611         (newsticker-retrieval-interval): Add option "Weekly".
6612         (newsticker-headline-processing): Doc fix.
6613         (newsticker-auto-mark-filter): Remove.
6614         (newsticker-auto-mark-filter-list): New.
6615         (newsticker-layout, newsticker-sort-method): Doc fix.
6616         (newsticker-hide-old-items-in-newsticker-buffer)
6617         (newsticker-heading-format, newsticker-item-format)
6618         (newsticker-desc-format): Doc fix.
6619         (newsticker-show-all-rss-elements): Remove.
6620         (newsticker-show-all-news-elements): New.
6621         (newsticker-faces, newsticker-ticker): Doc fix.
6622         (remove-from-invisibility-spec): Code formatting.
6623         (newsticker--process-ids): New.
6624         (newsticker-mode): Doc fix.
6625         (newsticker-mode): Change mode-line-format.
6626         (newsticker-start): Remove debug output.
6627         (newsticker-start-ticker): Doc fix.  Add autoload cookie.
6628         (newsticker-w3m-show-inline-images): Code formatting.
6629         (newsticker-next-item): Call `force-mode-line-update'.
6630         (newsticker-previous-item): Call `force-mode-line-update'.
6631         (newsticker-next-feed): Call `force-mode-line-update'.
6632         (newsticker-previous-feed): Call `force-mode-line-update'.
6633         (newsticker-mark-all-items-at-point-as-read): Code formatting.
6634         (newsticker-show-old-items): Do not show descs.
6635         (newsticker-hide-entry): Hide too much.
6636         (newsticker-hide-entry, newsticker-show-entry)
6637         (newsticker-toggle-auto-narrow-to-feed): Code formatting.
6638         (newsticker-set-auto-narrow-to-feed): Update buffer immediately.
6639         (newsticker-toggle-auto-narrow-to-item): Code formatting.
6640         (newsticker-set-auto-narrow-to-item): Update buffer immediately.
6641         (newsticker-running-p, newsticker-ticker-running-p): Autoload cookie.
6642         (newsticker-get-news): Call `force-mode-line-update'.
6643         Collect process ids.
6644         (newsticker--sentinel): Change coding system handling.
6645         Move image retrieval to new functions newsticker--get-logo-url-*.
6646         Move feed parsing to new functions newsticker--parse-*.
6647         Update list of process ids.
6648         (newsticker--get-logo-url-atom-1.0, newsticker--get-logo-url-atom-0.3)
6649         (newsticker--get-logo-url-rss-2.0, newsticker--get-logo-url-rss-1.0)
6650         (newsticker--get-logo-url-rss-0.92, newsticker--get-logo-url-rss-0.91)
6651         (newsticker--parse-atom-0.3, newsticker--parse-atom-1.0)
6652         (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
6653         (newsticker--parse-rss-1.0, newsticker--parse-rss-2.0)
6654         (newsticker--parse-generic-feed, newsticker--parse-generic-items): New.
6655         (newsticker--decode-coding-string): Remove.
6656         (newsticker--decode-numeric-entities): Check input.  Format code.
6657         (newsticker--remove-whitespace): Check input.
6658         (newsticker--do-forget-preformatted): Doc fix.
6659         (newsticker--decode-rfc822-date): Allow for missing time.
6660         (newsticker--update-process-ids): New.
6661         (newsticker--image-sentinel): Change comment.
6662         (newsticker--image-read): Change error message.
6663         (newsticker--imenu-goto): Doc fix.  Show headline title.
6664         (newsticker--buffer-set-uptodate): Call `force-mode-line-update'.
6665         (newsticker--buffer-do-insert-text): Clean whitespace in
6666         html-rendered headline title.  Code formatting.
6667         Call `newsticker--buffer-print-extra-elements'.
6668         (newsticker--buffer-print-extra-element): Remove.
6669         (newsticker--buffer-print-extra-elements): New.
6670         (newsticker--buffer-do-print-extra-element): New.
6671         (newsticker--buffer-insert-enclosure): Doc fix.  Use MBytes for
6672         large sizes.
6673         (newsticker--run-auto-mark-filter)
6674         (newsticker--do-run-auto-mark-filter):
6675         Use `newsticker-auto-mark-filter-list'.
6677 2005-11-04  Ryan Yeske  <rcyeske@gmail.com>
6679         * net/rcirc.el: Use split-string OMIT-NULLS argument.
6680         (rcirc-print): Force redisplay before running hooks.  Do long
6681         buffer truncation after making new text read-only.  Deal with nil
6682         text when decoding strings.  If TARGET is nil, use either the
6683         currently selected buffer, if it is an rcirc buffer and of the
6684         same process or the process buffer.
6685         (rcirc-mode): Remove header-line.  Recompute short buffer names.
6686         Initialize rcirc-buffer-alist here instead of rcirc-get-buffer-create.
6687         (rcirc-short-buffer-name): Add variable.
6688         (rcirc-kill-buffer-hook): Recompute short buffer names.
6689         Remove nick from private channel.
6690         (rcirc-send-input): Send command text to current-buffer.
6691         Don't clear overlay arrow here.
6692         (rcirc-short-buffer-name): Return a short buffer name.
6693         (rcirc-update-short-buffer-names, rcirc-abbreviate)
6694         (rcirc-rebuild-tree, rcirc-make-trees): Add functions to generate
6695         buffer-name abbreviations.
6696         (rcirc-kill-buffer-hook-1): Split to make debugging easier.
6697         Do not touch nick-table when killing a parted channel.
6698         (rcirc-window-configuration-change): Rename from rcirc-update-activity.
6699         Clear arrow from current buffer if it is now hidden.
6700         (rcirc-current-buffer): Add variable.
6701         (rcirc-my-nick, rcirc-other-nick, rcirc-server)
6702         (rcirc-nick-in-message, rcirc-prompt, rcirc-mode-line-nick):
6703         Remove -face from names.
6704         (rcirc-update-activity-string): Print "DND" when globally ignoring
6705         activity.
6706         (rcirc-ignore-buffer-activity-flag): Rename from
6707         rcirc-ignore-channel-activity.
6708         (rcirc-ignore-all-activity-flag): Doc fix.
6709         (rcirc-channels): Remove variable.
6710         (rcirc-kill-buffer-hook):
6711         (rcirc-get-buffer-create): Add nick to private channel.
6712         (rcirc-multiline-edit-submit): Remove tabs.
6713         (rcirc-put-nick-channel, rcirc-channel-nicks): Look up nicks case
6714         folded.
6715         (rcirc-remove-nick-channel): Bug fix.
6716         (rcirc-toggle-ignore-buffer-activity): Rename from
6717         rcirc-toggle-ignore-channel-activity.
6718         (rcirc-record-activity): Add buffers to the front of the list.
6719         (rcirc-update-activity): Remove killed buffers from list.
6720         (rcirc-process-server-response-1): Remove last argument if it is
6721         null before calling handler.
6722         (rcirc): Add "rcirc" defcustom prefix.
6723         (rcirc-prompt): Simplify default prompt.
6724         Use custom-initialize-default.
6725         (rcirc-private-chats): Remove variable.
6726         (rcirc-prompt): Change initialization.
6727         (rcirc-version): Remove function.
6728         (rcirc-id-string): Add constant.
6729         (rcirc-last-buffer): Remove variable.
6730         (rcirc-buffer-alist): Add variable.
6731         (rcirc-connect): Update variable setup.
6732         (rcirc-sentinel, rcirc-update-prompt): Use `rcirc-buffer-alist'.
6733         (rcirc-trap-errors-flag): Rename from `rcirc-trap-errors' change
6734         default.
6735         (rcirc-handler-generic): Trigger activity.
6736         (rcirc-send-message): Create the buffor of the target.
6737         (rcirc-generate-new-buffer-name): Rename from `rcirc-get-buffer-name'.
6738         (rcirc-get-buffer): Just return nil if there is no matching buffer.
6739         (rcirc-multiline-edit-cancel): Remove function.
6740         (rcirc-set-last-buffer): Remove function.
6741         (rcirc-get-any-buffer): Add function.
6742         (rcirc-join-channels): Don't print /join text.
6743         (rcirc-toggle-ignore-channel-activity): Add and update echo area
6744         messages.
6745         (rcirc-cmd-ctcp): Use rcirc-send-string to send request.
6746         (rcirc-handler-NOTICE): Recognize CTCP responses.
6747         (rcirc-handler-332, rcirc-handler-332): Use a temp buffer for
6748         constructing TOPIC string for buffers we are not JOINed.
6749         (rcirc-handler-CTCP-response): Add handler.
6750         (rcirc-multiline-edit-submit): Restore the window-configuration
6751         before adjusting point.
6752         (rcirc): Add customization group.
6753         (rcirc-server, rcirc-port, rcirc-nick, rcirc-user-name)
6754         (rcirc-user-full-name, rcirc-startup-channels-alist)
6755         (rcirc-fill-flag, rcirc-fill-column, rcirc-fill-prefix)
6756         (rcirc-ignore-all-activity-flag, rcirc-time-format)
6757         (rcirc-input-ring-size, rcirc-read-only-flag)
6758         (rcirc-buffer-maximum-lines, rcirc-authinfo-file-name)
6759         (rcirc-auto-authenticate-flag, rcirc-prompt, rcirc-print-hooks):
6760         Change defvar to defcustom.
6761         (rcirc-update-prompt): Add optional ALL arg, which will update
6762         prompts in all rcirc buffers.  Regexp quote replacement text.
6763         (rcirc-fill-column): Accept frame-width as a value.
6764         (rcirc-set-changed): Add function.
6765         (rcirc-next-active-buffer): Write more meaningful messages.
6766         (rcirc-faces): Add customization group.
6767         (rcirc-my-nick-face, rcirc-other-nick-face, rcirc-server-face)
6768         (rcirc-nick-in-message-face, rcirc-prompt-face)
6769         (rcirc-mode-line-nick-face): Move into rcirc-faces group.
6770         (with-rcirc-process-buffer): Move before first usage.
6771         (rcirc-debug-buffer): Rename from `rcirc-log-buffer'.
6772         (rcirc-debug-flag): Rename from `rcirc-log-p'.
6773         (rcirc-debug): Rename from `rcirc-log'.
6774         (rcirc-format-response-string): Do not print `-' chars for a
6775         NOTICE with no sender.  Simplify output of server responses.
6777 2005-11-04  Henrik Enberg  <henrik.enberg@telia.com>
6779         (rcirc-browse-url-map, rcirc-browse-url-at-point)
6780         (rcirc-browse-url-at-mouse, rcirc-mangle-text):
6781         Make urls mouse and RET clickable.
6783 2005-11-04  Henrik Enberg  <henrik.enberg@telia.com>
6785         * mail/rmailout.el (rmail-output-to-rmail-file, rmail-output): Doc fix.
6787 2005-11-04  Ken Manheimer  <ken.manheimer@gmail.com>
6789         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
6790         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
6791         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
6792         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
6793         argument to all these routines, so the passphrase can be managed
6794         externally and passed in to the system.
6795         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
6796         pgg-add-passphrase-to-cache function.
6798         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
6799         (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
6800         (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
6801         (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
6802         argument to all these routines, so the passphrase can be managed
6803         externally and passed in to the system.
6804         (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
6805         function.
6807 2005-11-04  Edward O'Connor  <hober0@gmail.com>  (tiny change)
6809         * net/goto-addr.el (goto-address-url-regexp): Remove `data:' URLs
6810         from goto-address-url-regexp.
6812 2005-11-04  Carsten Dominik  <dominik@science.uva.nl>
6814         * textmodes/org.el (org-read-date, org-goto-calendar)
6815         (org-recenter-calendar, org-agenda-goto-calendar):
6816         Temporarily clear `calendar-move-hook'.
6818 2005-11-04  Michael Kifer  <kifer@cs.stonybrook.edu>
6820         * ediff-merge.el (ediff-merge-region-is-non-clash): Return t, if not
6821         merging.
6823         * ediff-util.el (ediff-previous-difference): Don't skip regions that
6824         have merge clashes.
6826 2005-11-04  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
6828         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
6829         Undo previous change.
6831         * startup.el (command-line): Use `custom-reevaluate-setting' for
6832         mouse-wheel-down-event and mouse-wheel-up-event.  Don't call
6833         tty-register-default-colors on Mac.
6835 2005-11-04  Nick Roberts  <nickrob@snap.net.nz>
6837         * progmodes/gdb-ui.el (gdb-buffer-type): Remove duplicate declaration.
6838         (gdb-buffer-type): Make it automatically buffer local...
6839         (gdb-get-create-buffer): ...and set it accordingly.
6840         (gdb-frame-gdb-buffer, gdb-display-gdb-buffer): Make these
6841         actually work.
6843 2005-11-03  Dan Nicolaescu  <dann@ics.uci.edu>
6845         * font-lock.el (font-lock-warning-face): Use the more vivid red1,
6846         not red.
6848 2005-11-04  Nick Roberts  <nickrob@snap.net.nz>
6850         * progmodes/gdb-ui.el (gud-watch): Use save-selected-window in
6851         case GUD buffer is not visible.
6852         (gdb-goto-breakpoint): Try to force display in source buffer.
6853         (gdb-frame-gdb-buffer): Copy other similar functions.
6854         (gdb-restore-windows): Don't display source if not asked for.
6855         (gdb-assembler-buffer-name): Don't capitalise.
6857 2005-11-03  Richard M. Stallman  <rms@gnu.org>
6859         * wid-edit.el (key-sequence): New widget type.
6861         * simple.el (set-mark-command-repeat-pop): New variable.
6862         (set-mark-command): Only interpret plan C-@ after a pop as a pop
6863         if set-mark-command-repeat-pop is true.
6865         * info.el (Info-fontify-node): Don't display extra "see" if there
6866         already is one here.
6868         * mouse.el: Fix special handling of DEL after dragging a region:
6869         (mouse-drag-region-1): Treat mouse-set-region like mouse-set-point.
6870         (mouse-region-delete-keys): Change to defcustom.  Add [backspace].
6872         * mail/feedmail.el: Use insert-buffer-substring, not insert-buffer.
6874         * textmodes/ispell.el (ispell-command-loop): Change `i' description
6875         not to assume it pertains to an affix.
6877         * textmodes/flyspell.el (flyspell-post-command-hook):
6878         Bind deactivate-mark to prevent deactivation.
6880 2005-11-03  Lars Hansen  <larsh@soem.dk>
6882         * dired-x.el: Add menu bindings for dired-do-find-marked-files,
6883         dired-do-relsymlink, dired-flag-extension, dired-mark-extension,
6884         dired-mark-omitted, dired-do-relsymlink-regexp, dired-omit-mode.
6886 2005-11-03  Romain Francoise  <romain@orebokech.com>
6888         * net/eudcb-mab.el: Now part of GNU Emacs.  Update FSF's address.
6889         Update copyright years.
6891 2005-11-03  Sam Steingold  <sds@gnu.org>
6893         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
6894         Use system-type instead of window-system because window-system is not
6895         correctly defined during loadup.
6897 2005-11-02  Mark A. Hershberger  <mah@everybody.org>
6899         * xml.el (xml-syntax-table): Allow xml.el to compile in xemacs.
6900         (xml-parse-tag): Join strings separated by a comment properly.
6902 2005-11-02  Andreas Schwab  <schwab@suse.de>
6904         * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Fix last fix.
6906 2005-11-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6908         * emacs-lisp/byte-opt.el (string-to-syntax): Mark it as pure.
6909         (byte-optimize-pure-func): Quote the eval'd value.
6911         * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
6912         Rename from perl-font-lock-syntactic-face-function.
6913         Change the calling convention so it can be used as a font-lock MATCHER.
6914         Do the parse-partial-sexp loop outselves.
6915         (perl-font-lock-syntactic-keywords): Use it.
6916         (perl-mode): Don't set font-lock-syntactic-face-function any more.
6918 2005-11-02  Nick Roberts  <nickrob@snap.net.nz>
6920         * progmodes/gdb-ui.el (gdb-mouse-until): Make it work in the
6921         disassembly buffer too.
6922         (gdb-exited): Remove overlay arrows when execution has finished.
6923         (gdb-info-frames-custom, gdb-info-threads-custom)
6924         (gdb-info-registers-custom): Don't add inappropriate text
6925         properties if inferior is not active.
6927 2005-11-02  Glenn Morris  <rgm@gnu.org>
6929         * progmodes/fortran.el (fortran-blink-match):
6930         Use `blink-matching-delay'.
6932 2005-11-02  John Mongan  <jmongan@mccammon.ucsd.edu>  (tiny change)
6934         * progmodes/f90.el (f90-match-end): Use `blink-matching-delay'.
6936 2005-11-02  Lars Hansen  <larsh@soem.dk>
6938         * net/tramp.el (tramp-action-out-of-band): Handle scp message
6939         "Permission denied".
6941 2005-11-01  Richard M. Stallman  <rms@gnu.org>
6943         * textmodes/flyspell.el (flyspell-external-point-words):
6944         Pass nil to flyspell-get-word.
6946 2005-11-02  Kim F. Storm  <storm@cua.dk>
6948         * menu-bar.el (menu-bar-options-menu): Show "Shift Movement (CUA)"
6949         item instead of "C-x/C-c/C-v (CUA)" if cua-enable-cua-keys is nil.
6951 2005-11-01  Stefan Monnier  <monnier@iro.umontreal.ca>
6953         * calendar/cal-menu.el (date, event): Don't declare as dynamic-var.
6954         (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
6955         (calendar-mouse-print-dates): Add optional `event' argument.
6956         Update interactive-spec.
6957         (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
6958         Use `calendar-event-to-date' instead of `event'.
6960 2005-11-02  Masatake YAMATO  <jet@gyve.org>
6962         * progmodes/ld-script.el (ld-script-builtins):
6963         Add more words: "DATA_SEGMENT_ALIGN", "DATA_SEGMENT_END",
6964         "DATA_SEGMENT_RELRO_END", "LENGTH", "ORIGIN", and "SEGMENT_START".
6965         (auto-mode-alist): Accept .ld, .lds, ld.in and .lds.in.
6967 2005-11-01  Romain Francoise  <romain@orebokech.com>
6969         * vc-sccs.el: Update copyright year.
6970         * ezimage.el: Likewise.
6972 2005-11-01  KOBAYASHI Yasuhiro  <kobayays@otsukakj.co.jp>  (tiny change)
6974         * info.el (Info-fontify-node): Use `string-width' for fontifying
6975         underlined titles.
6977 2005-11-01  Juri Linkov  <juri@jurta.org>
6979         * info.el (Info-fontify-node): Downcase node header keywords Node,
6980         Prev, Next, Up before comparison.
6981         (Info-history): Insert absolute directory name, and put invisible
6982         property on it.
6984 2005-11-01  Juri Linkov  <juri@jurta.org>
6986         * info.el (Info-file-supports-index-cookies): New variable.
6987         (Info-find-node-2): Check makeinfo version for index cookie support.
6988         (Info-index-nodes): Search for nodes with index cookies only when
6989         Info-file-supports-index-cookies is t.  Otherwise, search nodes
6990         with "Index" in the node name.
6991         (Info-index-node): Search index cookie in the current node only when
6992         Info-file-supports-index-cookies is t.  Otherwise, check the word
6993         "Index" in the node name.
6994         (Info-find-emacs-command-nodes): Remove code that searches nodes
6995         with "Index" node name in the top menu.
6997 2005-11-01  Stefan Monnier  <monnier@iro.umontreal.ca>
6999         * progmodes/scheme.el (scheme-mode-variables): Use the default
7000         comment-indent-function.
7002         * faces.el (face-attribute): Handle the case where a face inherits from
7003         a non-existent face.
7005         * simple.el (eval-expression-print-format): Use lisp-readable syntax
7006         for octal and hexa output, and merge the char into the paren.
7007         (kill-new): Use push.
7008         (copy-to-buffer): Use with-current-buffer.
7009         (completion-setup-function): Move code in loop to remove redundancy.
7010         (minibuffer-local-must-match-map): Don't add bindings that duplicate
7011         those inherited from minibuffer-local-completion-map.
7013         * savehist.el (savehist-mode) <defcustom>:
7014         Use custom-set-minor-mode if available.
7015         (savehist-mode) <defun>: Run the minor mode hook, set the custom state
7016         and emit a message if applicable.
7018 2005-11-01  Hrvoje Niksic  <hniksic@xemacs.org>
7020         * savehist.el: Sync up to version 19.
7021         (savehist-mode): New minor mode.
7022         (savehist-file): Use ~/.emacs.d or ~/.xemacs if available.
7023         (savehist-length): Remove (use history-length instead).
7024         (savehist-file-modes): Rename from savehist-modes.
7025         (savehist-save-hook, savehist-loaded): New vars.
7026         (savehist-load): Use savehist-mode.  Try to smooth up transition from
7027         old format to new format.
7028         (savehist-install): Allow savehist-autosave-interval to be nil.
7029         (savehist-save): Run the new hook.  Be more careful to only trim the
7030         history variables.
7031         (savehist-trim-history): New fun.  Replaces savehist-process-for-saving.
7032         (savehist-printable): Print into a buffer rather than char-by-char.
7034 2005-11-01  John Wiegley  <johnw@newartisans.com>
7036         * iswitchb.el (iswitchb-define-mode-map): Re-enable the
7037         toggle-ignore keybinding (C-a).  The author said it had been
7038         disabled much earlier due to a possible incompatibility, but after
7039         many months of usage I have encountered no problems (and it is a
7040         rather useful option, especially for switching to " *temp*").
7042         * net/eudcb-mab.el (eudc-mab-query-internal): Add backend
7043         support for OS/X's AddressBook, by calling out to the open source
7044         program "contacts" (installable through Fink).
7046         * net/eudc.el (eudc-expand-inline): If the
7047         `eudc-multiple-match-handling-method' is set to `all', delete the
7048         query string before inserting the query result.
7050         * eshell/em-ls.el (eshell-do-ls): Add no-op support for --dired
7051         flag, to prevent Eshell from using the system ls when
7052         `eshell-ls-insert-directory' is in used.
7053         (eshell-ls-insert-directory): Disable font-lock in directory
7054         buffer so that Eshell's own fontification is seen.  This broke
7055         recently due to changes in font-lock, so this goes back to version
7056         21 behavior.
7058 2005-11-01  Nick Roberts  <nickrob@snap.net.nz>
7060         * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New function.
7061         (menu, toggle-gdb-use-inferior-io-buffer): Get rid of defadvice.
7062         (gdb-many-windows): Doc fix.
7064 2005-10-31  Romain Francoise  <romain@orebokech.com>
7066         * help-fns.el (describe-simplify-lib-file-name): Add autoload cookie.
7068 2005-10-31  Dan Nicolaescu  <dann@ics.uci.edu>
7070         * loadup.el: Load emacs-lisp/syntax, font-lock and jit-lock so
7071         that global-font-lock-mode can be enabled by default.
7073         * font-lock.el (font-lock-keywords, font-lock-mode-internal)
7074         (font-lock-add-keywords, font-lock-remove-keywords)
7075         (font-lock-fontify-buffer): Remove autoload cookies.
7077         * jit-lock.el (jit-lock-register): Likewise.
7079         * emacs-lisp/syntax.el (syntax-ppss): Likewise.
7081 2005-10-31  Nick Roberts  <nickrob@snap.net.nz>
7083         * progmodes/gdb-ui.el (gdb-many-windows): Leave window configuration
7084         intact if there is no gud-comint-buffer.
7086 2005-10-31  Luc Teirlinck  <teirllm@auburn.edu>
7088         * progmodes/gud.el (gud-filter): Use comint-update-fence to delete
7089         old prompt comint-prompt-read-only is t and GDB commands are
7090         issued from tool bar etc.
7092 2005-10-31  Masatake YAMATO  <jet@gyve.org>
7094         * vc.el (vc-directory-exclusion-list): Add "{arch}".
7096 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
7098         * thumbs.el (thumbs-thumbsdir): Default to ~/.emacs.d/thumbs.
7099         (thumbs-thumbsdir): Make .emacs.d if it does not exist.
7101 2005-10-30  Michael Albinus  <michael.albinus@gmx.de>
7103         * net/tramp.el (tramp-chunksize): Escape parentheses in docstring
7104         starting at beginning of line.  Fontification is messed up when
7105         `open-paren-in-column-0-is-defun-start' set to t.
7106         Reported by John Paul Wallington <jpw@pobox.com>.
7108 2005-10-30  Luc Teirlinck  <teirllm@auburn.edu>
7110         * comint.el (comint-send-input): Call `comint-update-fence' when
7111         `comint-process-echoes' and `comint-prompt-read-only' are both
7112         non-nil, to avoid leftover read-only newline.
7114 2005-10-30  Richard M. Stallman  <rms@gnu.org>
7116         * textmodes/flyspell.el (flyspell-external-point-words):
7117         Detect when WORD can't be checked properly because
7118         flyspell-get-word finds just part of it, and move on.
7120         * textmodes/ispell.el (ispell-dictionary-alist-5): Add . as
7121         boundarychar for Polish.
7122         (ispell-dictionary-alist-4): Add . as boundarychar for Italian.
7123         (ispell-dictionary-alist-3): Add . and @ as boundarychars for French.
7125 2005-10-31  Nick Roberts  <nickrob@snap.net.nz>
7127         * progmodes/gdb-ui.el (gdb-tooltip-print-1): Fix regexp.
7128         (gdb-registers-font-lock-keywords): Delete.
7129         (gdb-registers-mode): Don't fontify.
7130         (gdb-info-registers-custom): Use text properties instead as, in
7131         future, changed register values will use font-lock-warning-face.
7132         (gdb-local-font-lock-keywords): Rename to...
7133         (gdb-locals-font-lock-keywords): ...for consistency.
7135 2005-10-30  Andre Spiegel  <spiegel@gnu.org>
7137         * vc.el (vc-switch-backend): Better error message if the buffer is
7138         not visiting a file under version control.
7140         * vc-cvs.el (vc-cvs-delete-file): Commit the file after removing it.
7142 2005-10-29  Chong Yidong  <cyd@stupidchicken.com>
7144         * startup.el (command-line): Use ~/.emacs.d/init.el instead of
7145         ~/.emacs.d/.emacs.
7147 2005-10-29  Richard M. Stallman  <rms@gnu.org>
7149         * replace.el (occur-mode-mouse-goto): Always go to other window.
7150         (occur-mode-goto-occurrence): Always switch in same window.
7152         * simple.el (undo): Display message at end, not at start.
7154         * emacs-lisp/timer.el (timer-activate, timer-activate-when-idle):
7155         New arg REUSE-CELL.
7156         (cancel-timer-internal): New function.
7157         (timer-event-handler): Use cancel-timer-internal,
7158         and pass the cell it returns to timer-activate...
7160         * jit-lock.el (jit-lock-function, jit-lock-stealth-fontify)
7161         (jit-lock-deferred-fontify, jit-lock-context-fontify)
7162         (jit-lock-after-change): Test memory-full.
7164 2005-10-29  Ken Manheimer  <ken.manheimer@gmail.com>
7166         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
7167         part of the decoded armor to find the key-identifier.
7168         (pgg-gpg-lookup-key-owner): New function to return the
7169         human-readable identifier of a key owner.
7170         (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
7171         key itself.
7172         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
7173         the key value) if we have a key and can match it against a secret
7174         key.  Also, added a note pointing out fact that the prompt only
7175         indicates the first matching key.
7177         * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
7178         pgg-decrypt-region.
7179         (pgg-pending-timers): A new hash for tracking the passphrase cache
7180         timers, so that new ones supercede old ones.
7181         (pgg-add-passphrase-to-cache): Rename from
7182         `pgg-add-passphrase-cache' to reduce confusion (all callers
7183         changed).  Modified to cancel old timers when new ones are added.
7184         (pgg-remove-passphrase-from-cache): Rename from
7185         `pgg-remove-passphrase-cache' to reduce confusion (all callers
7186         changed).  Modified to cancel old timers when their keys are
7187         removed from the cache.
7188         (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
7189         XEmacs, an indirection to delete-itimer.
7190         (pgg-read-passphrase-from-cache, pgg-read-passphrase):
7191         Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
7192         users can only check cache without risk of prompting.  Correct bug in
7193         notruncate behavior.
7194         (pgg-read-passphrase-from-cache, pgg-read-passphrase)
7195         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
7196         Add informative docstrings.
7197         (pgg-decrypt): Convey provided passphrase in subordinate call to
7198         pgg-decrypt-region.
7200         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
7201         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
7202         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
7203         `passphrase' argument, so the passphrase can be managed externally
7204         and then passed in to the system.
7206         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
7207         (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
7208         so the passphrase cache can be used reliably with identifiers
7209         besides a pgp packet's key id.
7211         * pgg-gpg.el (pgg-pgp-encrypt-region)
7212         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
7213         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
7214         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
7215         argument to all these routines, so the passphrase can be managed
7216         externally and passed in to the system.
7218         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
7219         `notruncate' argument, so the passphrase cache can be used
7220         reliably with identifiers besides a pgp packet's key id.
7222 2005-10-29  Sascha Wilde  <swilde@sha-bang.de>
7224         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
7225         symmetric encryption.
7226         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
7227         encrypted session key.
7228         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
7229         message ask for the passphrase in a proper way.
7231         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
7232         New user commands for symmetric encryption.
7234 2005-10-29  Roland Winkler  <roland.winkler@physik.uni-erlangen.de>
7236         * textmodes/conf-mode.el (conf-assignment-sign)
7237         (conf-assignment-regexp): Fix docstrings.
7238         (conf-mode-initialize): New function.
7239         (conf-mode): Remove optional args.  Use delay-mode-hooks to
7240         recognize recursive calls.
7241         (conf-unix-mode, conf-windows-mode, conf-javaprop-mode)
7242         (conf-space-mode, conf-colon-mode, conf-ppd-mode)
7243         (conf-xdefaults-mode): Use define-derived-mode and
7244         conf-mode-initialize.
7246 2005-10-29  Romain Francoise  <romain@orebokech.com>
7248         * help-fns.el (describe-simplify-lib-file-name): Fix regexp.
7250 2005-10-29  Ken Manheimer  <ken.manheimer@gmail.com>
7252         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
7253         part of the decoded armor to find the key-identifier.
7254         (pgg-gpg-lookup-key-owner): New function to return the
7255         human-readable identifier of a key owner.
7256         (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
7257         key itself.
7258         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
7259         the key value) if we have a key and can match it against a secret
7260         key.  Also, added a note pointing out fact that the prompt only
7261         indicates the first matching key.
7263         * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
7264         pgg-decrypt-region.
7265         (pgg-pending-timers): A new hash for tracking the passphrase cache
7266         timers, so that new ones supercede old ones.
7267         (pgg-add-passphrase-to-cache): Rename from
7268         `pgg-add-passphrase-cache' to reduce confusion (all callers
7269         changed).  Modified to cancel old timers when new ones are added.
7270         (pgg-remove-passphrase-from-cache): Rename from
7271         `pgg-remove-passphrase-cache' to reduce confusion (all callers
7272         changed).  Modified to cancel old timers when their keys are
7273         removed from the cache.
7274         (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
7275         XEmacs, an indirection to delete-itimer.
7276         (pgg-read-passphrase-from-cache, pgg-read-passphrase):
7277         Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
7278         users can only check cache without risk of prompting.  Correct bug in
7279         notruncate behavior.
7280         (pgg-read-passphrase-from-cache, pgg-read-passphrase)
7281         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
7282         Add informative docstrings.
7283         (pgg-decrypt): Convey provided passphrase in subordinate call to
7284         pgg-decrypt-region.
7286 2005-10-20  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
7288         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
7289         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
7290         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
7291         `passphrase' argument, so the passphrase can be managed externally
7292         and then passed in to the system.
7294         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
7295         (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
7296         so the passphrase cache can be used reliably with identifiers
7297         besides a pgp packet's key id.
7299         * pgg-gpg.el (pgg-pgp-encrypt-region)
7300         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
7301         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
7302         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
7303         argument to all these routines, so the passphrase can be managed
7304         externally and passed in to the system.
7306         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
7307         `notruncate' argument, so the passphrase cache can be used
7308         reliably with identifiers besides a pgp packet's key id.
7310 2005-10-29  Sascha Wilde  <swilde@sha-bang.de>
7312         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
7313         symmetric encryption.
7314         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
7315         encrypted session key.
7316         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
7317         message ask for the passphrase in a proper way.
7319         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
7320         New user commands for symmetric encryption.
7322 2005-10-28  Bill Wohler  <wohler@newt.com>
7324         * help-mode.el (help-url): New button type.  Calls browse-url.
7325         (help-xref-url-regexp): New regexp to recognize URLs in docstring.
7326         Similar to Info nodes: URL `url'.
7327         (help-make-xrefs): Create help-url buttons for
7328         help-xref-url-regexp matches.
7330 2005-10-29  Nick Roberts  <nickrob@snap.net.nz>
7332         * tool-bar.el (tool-bar-add-item-from-menu)
7333         (tool-bar-local-item-from-menu): Fix doc strings.
7335 2005-10-28  Romain Francoise  <romain@orebokech.com>
7337         * ldefs-boot.el: Update.
7339         * subr.el (locate-library): Move from help-fns.el.
7340         * help-fns.el (locate-library): Move to subr.el.
7342 2005-10-28  Richard M. Stallman  <rms@gnu.org>
7344         * net/tramp.el (tramp-completion-mode): defvar moved up.
7346         * emacs-lisp/easymenu.el (easy-menu-change): Doc fix.
7348         * tool-bar.el (tool-bar-mode): Delete autoload cookie.
7350         * files.el (find-file-noselect): Use %d to format large file size.
7352         * bindings.el (mode-line-format): Add %e.
7354         * loadup.el ("facemenu"): Load unconditionally.
7355         ("image", "international/fontset", "dnd", "mwheel", "tool-bar"):
7356         ("x-dnd"): Load, when appropriate.
7358         * startup.el (command-line): Call before-init-hook earlier.
7359         Warn about some bad characters in -u user name.
7361         * textmodes/flyspell.el (flyspell-large-region): Pass -t if Tex file.
7362         (flyspell-external-point-words): Error if misspelled word is not found.
7363         Set flyspell-large-region-beg at end of word.
7365 2005-10-28  Andreas Schwab  <schwab@suse.de>
7367         * view.el (View-revert-buffer-scroll-page-forward):
7368         Use view-page-size-default.
7370 2005-10-28  Juri Linkov  <juri@jurta.org>
7372         * international/quail.el (quail-get-current-str): Translate last
7373         raw character for deterministic input methods.
7375 2005-10-27  Jay Belanger  <belanger@truman.edu>
7377         * calc/calc-ext.el: Add functions to autoloads.
7378         (math-identity-matrix-p, math-ident-row-p): New functions.
7380         * calc/calc-arith.el (calc-mul-symb-fancy): Add checks for
7381         multiplication by an identity matrix; don't turn multiplication by
7382         an inverse matrix into division.
7383         (math-div-symbol-fancy): Replace division by matrices with
7384         multiplication by inverse.
7386         * calc/calc-misc.el (calcFunc-inv): Check for symbolic matrices.
7388         * calc/calc-alg.el (calcFunc-writeoutpower, math-write-out-power)
7389         (calc-writeoutpower): New functions.
7391 2005-10-27  Romain Francoise  <romain@orebokech.com>
7393         * replace.el (occur-engine): Include colon in mouse-face highlight.
7395         * dired-x.el: Change Maintainer field.
7397 2005-10-26  Chong Yidong  <cyd@stupidchicken.com>
7399         * longlines.el (longlines-mode): Bind after-change-functions to
7400         nil during initial decoding and final encoding.
7402 2005-10-26  Dan Nicolaescu  <dann@ics.uci.edu>
7404         * term.el (term-emulate-terminal, term-handle-colors-array)
7405         (term-handle-ansi-escape): Specify the terminfo capabilities
7406         implemented.
7408 2005-10-26  Richard M. Stallman  <rms@gnu.org>
7410         * info.el (Info-fontify-node): Fix detection of sentence-break
7411         before *Note.
7413 2005-10-26  Romain Francoise  <romain@orebokech.com>
7415         * smerge-mode.el: Add `tools' to file keywords.
7417 2005-10-26  Nick Roberts  <nickrob@snap.net.nz>
7419         * progmodes/gud.el (gud-menu-map): Only display gud-until icon
7420         when the fringe is not available.
7422         * progmodes/gdb-ui.el (def-gdb-auto-updated-buffer)
7423         (def-gdb-auto-update-trigger): Simplify construction.
7424         (gdb-locals-buffer): Use def-gdb-auto-update-trigger instead of
7425         def-gdb-auto-updated-buffer as gdb-info-locals-handler is
7426         defined explicitly.
7427         (gdb-assembler-buffer): Use def-gdb-auto-update-handler instead of
7428         def-gdb-auto-updated-buffer as gdb-invalidate-assembler is
7429         defined explicitly.
7430         (gdb-info-locals-custom): Remove as it's a no-op.
7432 2005-10-25  Chong Yidong  <cyd@stupidchicken.com>
7434         * longlines.el (longlines-mode): Remove narrowing before
7435         performing the initial decoding or final encoding.
7437 2005-10-25  Romain Francoise  <romain@orebokech.com>
7439         * emacs-lisp/find-func.el (find-library-name): Also strip
7440         extension if library name ends in .el, to take advantage of
7441         `find-library-suffixes'.
7443 2005-10-25  Richard M. Stallman  <rms@gnu.org>
7445         * menu-bar.el (menu-bar-help-menu): Say which kind of therapist.
7447 2005-10-25  Juri Linkov  <juri@jurta.org>
7449         * textmodes/texinfo.el (texinfo-mode): Change charset of one
7450         quotation mark from [mule-unicode-0100-24ff] to [japanese-jisx0208].
7452 2005-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
7454         * play/blackbox.el (blackbox-mode-map): Move init into declaration.
7455         (blackbox-redefine-key): Add argument `map'.
7457         * jit-lock.el (jit-lock-fontify-now): Be careful not to skip multiline
7458         regions when moving the jit-lock-context-unfontify-pos boundary.
7460 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
7462         * net/browse-url.el (browse-url-of-buffer): Add ".html" to filename.
7464 2005-10-25  Masatake YAMATO  <jet@gyve.org>
7466         * dired-x.el (dired-virtual): Don't use `dired-insert-headerline'.
7468 2005-10-25  Michael Cadilhac  <michael.cadilhac-@t-lrde.epita.fr>  (tiny change)
7470         * play/blackbox.el (blackbox-redefine-key): New function.
7471         (blackbox-mode-map): Use it to remap existing bindings for cursor
7472         motion instead of binding literal keys.
7474 2005-10-25  Glenn Morris  <rgm@gnu.org>
7476         * calendar/diary-lib.el (diary-list-entries): Prevent infloop when
7477         diary does not end in a newline.  Do not assume a blank line at
7478         the start of the diary file.
7480 2005-10-25  Kenichi Handa  <handa@m17n.org>
7482         * international/quail.el (quail-translate-key): If the input
7483         method is deterministic and failed to handle the last key, restart
7484         the key handling loop from an appropriate key.
7486 2005-10-25  Michael Albinus  <michael.albinus@gmx.de>
7488         * vc.el (vc-dired-mode): Extend comment for binding of
7489         `directory-listing-before-filename-regexp'.
7491 2005-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
7493         * textmodes/texinfo.el (texinfo-mode):
7494         * textmodes/paragraphs.el (sentence-end-base): Use real chars, so as
7495         not to unnecessarily expose emacs-mule's internal char codes.
7497 2005-10-25  Nick Roberts  <nickrob@snap.net.nz>
7499         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Correct help-echo.
7500         Display hand pointer and help-echo on disabled icon too.
7501         (gdb-mouse-until): New function.
7502         (gdb-ann3): Bind it to mouse-2 and drag-mouse-1 in left fringe.
7504 2005-10-24  Chong Yidong  <cyd@stupidchicken.com>
7506         * menu-bar.el (menu-bar-help-menu): Rename "psychiatrist", in line
7507         with 2005-10-23 change to doctor.el.
7509         * finder.el (finder-mode-map): Add follow-link binding.
7511 2005-10-25  Kim F. Storm  <storm@cua.dk>
7513         * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-3 in left fringe
7514         to gdb-mouse-toggle-breakpoint-fringe.
7515         (gdb-mouse-toggle-breakpoint-margin): Rename from
7516         gdb-mouse-toggle-breakpoint.  Fix doc.
7517         (gdb-mouse-toggle-breakpoint-fringe): New defun.
7518         (gdb-put-string): Add optional SPROPS arg.  Add props to string.
7519         (gdb-put-breakpoint-icon): Add gdb-bptno and gdb-enabled
7520         string properties also for fringe breakpoint bitmaps.
7522 2005-10-24  Carsten Dominik  <dominik@science.uva.nl>
7524         * textmodes/org.el (org-start-icalendar-file): Fix format form.
7526 2005-10-25  Masatake YAMATO  <jet@gyve.org>
7528         * simple.el (completion-common-substring):
7529         Use `completion-common-substring' prior to `completion-base-size'.
7531 2005-10-24  Hrvoje Niksic  <hniksic@xemacs.org>
7533         * savehist.el: Require CL while compiling.
7534         (savehist-history-variables): Remove.
7535         (savehist-save-minibuffer-history, savehist-additional-variables)
7536         (savehist-minibuffer-history-variables): New vars.
7537         (savehist-save): Use them.
7538         (savehist-uninstall, savehist-minibuffer-hook): New funs.
7539         (savehist-install): New fun, extracted from savehist-load.
7540         (savehist-load): Use them.
7542 2005-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7544         * emacs-lisp/lisp-mode.el (easy-mmode-define-global-mode): Don't add
7545         a dummy doc-string-elt property.
7546         (defalias, defvaralias, define-category): Add a docstring property.
7548         * image.el (defimage):
7549         * widget.el (define-widget):
7550         * custom.el (defface, defcustom): Add `doc-string' declaration.
7552         * emacs-lisp/advice.el (ad-make-advised-definition): Fix arg-order.
7553         (defadvice): Add `doc-string' declaration.
7555         * emacs-lisp/byte-run.el (macro-declaration-function):
7556         Handle `doc-string' declarations.
7557         (define-obsolete-function-alias, define-obsolete-variable-alias):
7558         Add `doc-string' declaration.
7560 2005-10-24  Kenichi Handa  <handa@m17n.org>
7562         * international/utf-7.el (utf-7): Add autoload cookie.
7564         * term/x-win.el: Register more Cyrillic characters in x-keysym-table.
7566 2005-10-24  Eli Zaretskii  <eliz@gnu.org>
7568         * makefile.w32-in (autoloads): Use "." instead of $(lisp) in the
7569         list of directories passed to batch-update-autoloads.  Add "." to
7570         the list of the echoed directories.
7572         * pgg-def.el:
7573         * pgg-gpg.el:
7574         * pgg-parse.el:
7575         * pgg-pgp.el:
7576         * pgg-pgp5.el:
7577         * pgg.el: Moved here from the gnus subdirectory.
7579 2005-10-24  Nick Roberts  <nickrob@snap.net.nz>
7581         * progmodes/gud.el (gud-filter): Bind inhibit-read-only to t
7582         in case comint-prompt-read-only is set to t.
7584         * progmodes/gdb-ui.el (gdb-send): Bind inhibit-read-only to t
7585         in case comint-prompt-read-only is set to t.
7587 2005-10-24  Ulf Jasper  <ulf.jasper@web.de>
7589         * calendar/icalendar.el (icalendar-version): Increase to 0.13.
7590         Now a string.
7591         (icalendar-import-format): Handle CLASS, STATUS, URL.
7592         Rename `subject' to `summary'.
7593         (icalendar-import-format-summary): Rename from
7594         `icalendar-import-format-subject'.
7595         (icalendar-import-format-url, icalendar-import-format-status)
7596         (icalendar-import-format-class): New variables.
7597         (icalendar--rris): Take variable argument list.
7598         (icalendar--datestring-to-isodate): Remove unnecessary
7599         calendar-style check when converting dates with explicit month names.
7600         (icalendar-export-region): Change return type of conversion
7601         subroutines.  Bury current buffer unless error occurred.
7602         (icalendar--convert-to-ical)
7603         (icalendar--parse-summary-and-rest): New functions.
7604         (icalendar--convert-ordinary-to-ical)
7605         (icalendar--convert-weekly-to-ical)
7606         (icalendar--convert-yearly-to-ical)
7607         (icalendar--convert-block-to-ical)
7608         (icalendar--convert-cyclic-to-ical)
7609         (icalendar--convert-anniversary-to-ical): Change return type.
7610         Strip trailing blanks from subject.
7611         (icalendar--convert-sexp-to-ical): Change return type.
7612         Strip trailing blanks from subject.  Handle simple sexp
7613         entries as generated by icalendar.el.
7614         (icalendar--convert-float-to-ical)
7615         (icalendar--convert-date-to-ical): Strip trailing blanks from subject.
7616         (icalendar-import-file): Doc fix.
7617         (icalendar--format-ical-event): Handle CLASS, STATUS, URL.
7618         Correct call to icalendar--rris.
7619         (icalendar--convert-ical-to-diary): Doc fix.  Rename `subject' to
7620         `summary'.
7621         (icalendar--add-diary-entry): Rename `subject' to `summary'.
7623 2005-10-24  Romain Francoise  <romain@orebokech.com>
7625         * server.el (server-sentinel): Set query-on-exit flag to nil on
7626         new client processes (it isn't inherited from the server process).
7628         * replace.el (occur-engine): Rearrange text properties.
7630 2005-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
7632         * emacs-lisp/debug.el (debugger-make-xrefs): Don't assume
7633         case-fold-search is nil.
7634         (debug-help-follow): Use help-xref-interned directly.
7636 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
7638         * thumbs.el (thumbs-image-type): Add .pbm.
7640 2005-10-23  Richard M. Stallman  <rms@gnu.org>
7642         * faces.el (inhibit-face-set-after-frame-default): New variable.
7643         (set-face-attribute): Bind it.
7644         (face-set-after-frame-default): Test it.
7646         * help-fns.el (describe-simplify-lib-file-name): New function.
7647         (describe-function-1, describe-variable): Use it.
7649         * faces.el (describe-face): Use describe-simplify-lib-file-name.
7651         * tooltip.el (tooltip-x-offset, tooltip-y-offset): Change defaults.
7652         Eliminate nil as possible value.
7653         (tooltip-hide-delay): Reduce internal-border-width.
7655         * menu-bar.el (menu-bar-file-menu) <dired>: Change help-echo string.
7656         (menu-bar-file-menu) <new-file>: Likewise.
7658         * simple.el (line-move-finish): Ignore fields computing LINE-END.
7660         * international/mule.el (load-with-code-conversion):
7661         Pass full file name to `eval-buffer' unless preloading.
7663         * textmodes/flyspell.el (flyspell-large-region):
7664         Call ispell-check-version.
7666         * textmodes/ispell.el (ispell-local-dictionary-overridden):
7667         Fix the make-variable-buffer-local call that was supposed
7668         to be for this variable.
7669         (ispell-aspell-supports-utf8): Doc fix.
7670         (ispell-find-aspell-dictionaries): Preserve elements of
7671         ispell-dictionary-alist for dictionaries that aspell doesn't report.
7672         (ispell-aspell-find-dictionary): Return nil on error.
7674         * play/doctor.el (doctor-doc): Don't say "psychiatrist".
7675         (doctor-symptoms): Likewise.
7677         * add-log.el (add-log-current-defun): Clean up handling of DEFUNs.
7679 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
7681         * cus-edit.el (custom-button, custom-button-pressed): New vars.
7682         (custom-raised-buttons): Add :set spec.
7683         (custom-button-unraised, custom-button-pressed-unraised):
7684         New faces, so that custom-raised-buttons actually does something.
7685         (custom-mode): Use custom-button and custom-button-pressed.
7687         * wid-edit.el (widget-specify-button): Don't ignore
7688         widget-mouse-face on graphic terminals.
7689         (widget-move-and-invoke): Cleanup.
7691 2005-10-23  Thien-Thi Nguyen  <ttn@gnu.org>
7693         * whitespace.el (whitespace-cleanup): Doc fix.
7695 2005-10-23  Romain Francoise  <romain@orebokech.com>
7697         * emulation/viper.el (viper-set-hooks): Quote forms passed to
7698         `eval-after-load' to avoid evaluating their result.
7700 2005-10-23  Michael Albinus  <michael.albinus@gmx.de>
7702         * files.el (directory-listing-before-filename-regexp):
7703         New defvar.  Replaces `dired-move-to-filename-regexp' from dired.el.
7705         * dired.el (dired-move-to-filename-regexp): Remove.
7706         All occurences replaced by `directory-listing-before-filename-regexp'.
7708         * dired-x.el, locate.el, vc.el:
7709         Replace `dired-move-to-filename-regexp' by
7710         `directory-listing-before-filename-regexp'.  In vc.el it is
7711         overwritten locally; maybe this can be handled in files.el too.
7713         * net/ange-ftp.el (ange-ftp-date-regexp): Remove.  All occurences
7714         replaced by `directory-listing-before-filename-regexp'.
7716 2005-10-23  Andreas Schwab  <schwab@suse.de>
7718         * font-lock.el (lisp-font-lock-keywords-2): Add eval-at-startup
7719         and eval-next-after-load.
7721 2005-10-23  MIYOSHI Masanori  <miyoshi@meadowy.org>  (tiny change)
7723         * mouse.el (mouse-drag-region): If the *Messages* buffer doesn't
7724         exist, create it.
7726 2005-10-23  Ken Manheimer  <ken.manheimer@gmail.com>
7728         * allout.el: Remove autoloads for mailcrypt and crypt++.
7729         Require pgg, pgg-gpg during compilation.
7730         (allout-version): Increment version number to 2.1, and use a literal
7731         rather than RCS Id.
7732         (allout-default-encryption-scheme): Remove.
7733         (allout-passphrase-verifier-handling)
7734         (allout-passphrase-verifier-string)
7735         (allout-file-passphrase-verifier-string)
7736         (allout-passphrase-hint-string): Rename -key- to -passphrase-.
7737         (allout-passphrase-hint-handling): Rename and simplify.
7738         (allout-init): Use `find-file-hook' if available, otherwise
7739         `find-file-hooks'.
7740         (allout-mode): Use `write-file-functions' if available, otherwise
7741         `local-write-file-hooks' and, instead of making auto-save-hook
7742         buffer local, make the write-file-hook activity contingent to
7743         allout-mode.
7744         (allout-mode): Use key-binding substitution in the docstring.
7745         (allout-kill-line): Spell-out kill ring data structure mutation
7746         instead of using byte-compiler-complaint-provoking `pop'.
7747         (allout-insert-listified): Use `insert' rather than `insert-string'
7748         (allout-toggle-current-subtree-encryption): Update docstring, adjust
7749         to new gpp-based encryption, use new `allout-encrypted-topic-p'.
7750         (allout-encrypt-string): Totally revamped vis new underlying
7751         encryption facilities.
7752         (allout-mc-activate-passwd): Remove.
7753         (allout-obtain-passphrase): New, more or less replaces
7754         allout-mc-activate-passwd.
7755         (allout-encrypted-key-info): More or less replaces
7756         allout-encrypted-text-type.
7757         (outlineify-sticky, outlinify-sticky): Add autoload cookie.
7758         (my-mark-marker): Use `(featurep 'xemacs)'.
7760 2005-10-23  Lars Hansen  <larsh@soem.dk>
7762         * emacs-lisp/bytecomp.el (byte-compile-lambda): New arg add-lambda.
7763         (byte-compile-file-form-defmumble, byte-compile-defun)
7764         (byte-compile-defmacro): Use it.
7765         (byte-compile-form): Don't call byte-compile-set-symbol-position
7766         when a byte-compile handler is called.
7768 2005-10-22  Romain Francoise  <romain@orebokech.com>
7770         * savehist.el (savehist-history-variables): Add `grep-find-history'.
7772         * subr.el (eval-after-load): Convert library name to an absolute
7773         file name using locate-library, since load-history no longer has
7774         library names in it.
7776 2005-10-22  Richard M. Stallman  <rms@gnu.org>
7778         * files.el (make-temp-file): Move from subr.el.
7779         * subr.el (make-temp-file): Move to files.el.
7781         * window.el (get-buffer-window-list): Move from subr.el.
7782         * subr.el (get-buffer-window-list): Move to window.el.
7784         * image.el (image-load-path): Use eval-at-startup to initialize.
7786         * subr.el (eval-at-startup): New macro.
7788         * subr.el: Much rearrangement of functions and division
7789         into pages.  No code changes.
7791 2005-10-22  Kenichi Handa  <handa@m17n.org>
7793         * tar-mode.el (tar-extract): Be sure to call
7794         find-operation-coding-system if set-auto-coding doesn't find a
7795         coding system.
7797 2005-10-22  Kim F. Storm  <storm@cua.dk>
7799         * image.el (image-type-header-regexps): Rename from image-type-regexps.
7800         Change users.
7801         (image-type-file-name-regexps): New defconst.
7802         (image-type-from-data): Simplify loop.
7803         (image-type-from-buffer): New defun.
7804         (image-type-from-file-header): Use it instead of image-type-from-data.
7805         Use image-search-load-path instead of only looking in data-directory.
7806         (image-type-from-file-name): New defun.
7807         (image-search-load-path): Change `pathname' to `filename'.
7808         Make PATH arg optional, default to image-load-path.
7810 2005-10-21  Richard M. Stallman  <rms@gnu.org>
7812         * textmodes/texinfo.el (texinfo-mode): Set sentence-end-base.
7814         * textmodes/paragraphs.el (sentence-end-base): New variable.
7815         (sentence-end): Use sentence-end-base.
7817 2005-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
7819         * font-lock.el (font-lock-default-fontify-region): Check the multiline
7820         property independently from the font-lock-multiline variable.
7822 2005-10-21  Richard M. Stallman  <rms@gnu.org>
7824         * emacs-lisp/find-func.el (find-library-name): Doc fix.
7826         * startup.el (command-line): Convert library names
7827         in `load-history' to absolute file names.
7829         * subr.el (symbol-file): Doc fix.
7831         * loadhist.el (file-loadhist-lookup): Call locate-library
7832         instead of find-library-name.  Don't try converting
7833         abs file names to library names, since load-history no longer
7834         has library names in it.
7835         (file-dependents, file-provides, file-requires): Doc fixes.
7837 2005-10-21  Juri Linkov  <juri@jurta.org>
7839         * progmodes/etags.el (tags-table-mode): New function.
7840         (tags-verify-table): Replace initialize-new-tags-table with
7841         tags-table-mode.
7843         * desktop.el (desktop-buffers-not-to-save): Remove TAGS from the
7844         default value.
7845         (desktop-modes-not-to-save): Add tags-table-mode to the
7846         default value.
7848         * info.el (Info-index-next): Add total number of index
7849         alternatives to the message.
7851         * textmodes/fill.el (fill-nobreak-p): Fix first two rules to skip
7852         backward only space (instead of space and period) before looking
7853         at sentence end.
7855         * simple.el (set-variable): Use user-variable-p instead of symbolp.
7856         Add the old variable value as 4th default-value arg of read-string.
7858 2005-10-21  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
7860         * cus-face.el (custom-declare-face): Make face from X resources
7861         also on Mac.
7863         * disp-table.el (standard-display-g1, standard-display-graphic):
7864         Refuse to use string glyphs also on Mac.
7865         (standard-display-european): Don't set terminal coding system also
7866         on Mac.
7868         * frame.el (display-screens): Use x-display-screens also on Mac.
7870 2005-10-21  Romain Francoise  <romain@orebokech.com>
7872         * net/rcirc.el: Now part of GNU Emacs.  Update FSF's address.
7874 2005-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
7876         * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): Make $@
7877         and $? into sexps.
7879         * font-lock.el (font-lock-compile-keywords): Add a help-echo to the
7880         warning face on open-paren-in-column-0.
7882         * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Fix corner
7883         boundary case.  Fix typo.
7884         Suggested by Martin Rudalics <rudalics@gmx.at>.
7886 2005-10-21  Carsten Dominik  <dominik@science.uva.nl>
7888         * textmodes/org.el (org-combined-agenda-icalendar-file)
7889         (org-icalendar-include-todo, org-icalendar-combined-name): New options.
7890         (org-export-icalendar-this-file)
7891         (org-export-icalendar-all-agenda-files)
7892         (org-export-icalendar-combine-agenda-files): New commands.
7893         (org-export-icalendar, org-print-icalendar-entries)
7894         (org-start-icalendar-file, org-finish-icalendar-file)
7895         (org-ical-ts-to-string): New functions.
7896         (org-read-date, org-goto-calendar)
7897         (org-agenda-goto-calendar): Inhibit displaying diary entries by
7898         call to `calendar'.
7899         (orgtbl-setup): Remove the :keys arguments from the menu description.
7900         (org-after-save-iCalendar-file-hook): New variable.
7902 2005-10-21  Kenichi Handa  <handa@m17n.org>
7904         * language/vietnamese.el (tcvn-5712): Make it an alias of
7905         vietnamese-tcvn coding-system.
7907 2005-10-20  Michael Albinus  <michael.albinus@gmx.de>
7909         * net/ange-ftp.el (ange-ftp-date-regexp): Handle also the case no
7910         group id is given.
7912 2005-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7914         * progmodes/sh-script.el (sh-escaped-line-re): New var.
7915         (sh-here-doc-open-re, sh-font-lock-close-heredoc): Use it.
7916         (sh-font-lock-open-heredoc): Try to properly handle heredoc starters
7917         whose line is either continued or ends with a comment.
7919 2005-10-20  Romain Francoise  <romain@orebokech.com>
7921         * net/rcirc.el (with-rcirc-process-buffer): Move above its first user.
7923         * replace.el (occur-engine): Add follow-link property.
7925         * font-core.el (font-lock-mode): Doc fix.
7927 2005-10-20  Richard M. Stallman  <rms@gnu.org>
7929         * net/rcirc.el: New file.
7931 2005-10-20  Bryan Henderson  <bryanh@giraffe-data.com>  (tiny change)
7933         * term.el (term-term-name): Initialize to "eterm-color".
7935 2005-10-20  Ken Manheimer  <ken.manheimer@gmail.com>
7937         * allout.el: Add autoloads of crypt++ and mailcrypt routines, all
7938         for encryption functionality.
7939         Move allout customization subgroup from `editing' to `outlines' group.
7940         Fix commentary keywords to legitimate ones.
7941         Update author info (using my current email address, obscurified).
7942         (allout-encrypt-string, allout-encryption-produce-work-buffer)
7943         (allout-encrypted-topic-p, allout-encrypted-text-type)
7944         (allout-mc-activate-passwd, allout-create-encryption-key-verifier)
7945         (allout-situate-encryption-key-verifier)
7946         (allout-get-encryption-key-verifier, allout-verify-key)
7947         (allout-next-topic-pending-encryption)
7948         (allout-encrypt-decrypted, allout-encrypted-type-prefix): New funcs.
7949         (outline-topic-encryption-bullet, outline-default-encryption-scheme)
7950         (outline-key-verifier-handling, outline-key-hint-handling)
7951         (outline-encrypt-unencrypted-on-saves): New defcustoms.
7952         (allout-file-key-verifier-string, allout-encryption-scheme)
7953         (allout-key-verifier-string, allout-key-hint-string)
7954         (allout-after-save-decrypt): New variables.
7955         (allout-write-file-hook-handler, allout-auto-save-hook-handler)
7956         (allout-after-saves-handler): New hook functions.
7957         (allout-post-command-business): Do allout-after-save-decrypt.
7958         (allout-enable-file-variable-adjustment): Custom var to enable
7959         mechanism for adding and adjusting settings of Emacs file variables.
7960         (allout-adjust-file-variable, allout-file-vars-section-data):
7961         New functions, implement the mechanism.
7962         (outlineify-sticky): Use the file vars mechanism.
7963         (allout-inhibit-protection, allout-during-write-cue)
7964         (allout-override-protect, allout-before-change-protect): Remove.
7965         (allout-flag-region, allout-open-topic): Adjust read-only text.
7966         (allout-open-line-not-read-only): Add to facilitate read-only
7967         text based protection.
7968         (allout-kill-line): Revise to adjust read-only text, clue the
7969         user about the inhibition.
7970         (allout-unprotected): Use unwind-protect.
7971         (allout-shift-in, allout-shift-out): Disallow manually shifting a
7972         topic deeper than the offspring depth of the previous topic -
7973         avoiding confusing "containment discontinuities".
7974         (allout-reindent-bodies): Fix retention of body relative hanging
7975         indent during promotion of collapsed bodies.
7976         (allout-open-topic): Make it easy to open new topic with same
7977         bullet as current topic - topic creation functions provided with
7978         any universal argument provokes now prompt for bullet, defaulting
7979         to the bullet of the previous topic.
7980         (allout-plain-bullets-string, allout-distinctive-bullets-string):
7981         Plain bullet alternates `.' period and `,' comma only.  All other
7982         bullets are relegated to special status (but customizable).
7983         (allout-end-of-entry): Rename from allout-end-of-current-entry
7984         since it actually operates w.r.t. most immediately containing
7985         entry, visible or not.
7986         (allout-hide-current-entry, allout-show-current-entry): Use the
7987         revised version.
7988         (allout-old-expose-topic): Solidify deprecation.
7989         (allout-end-of-subtree): Add so we can span concealed as well
7990         as visible topics.
7991         (allout-end-of-current-subtree): Use `allout-end-of-subtree'.
7992         (allout-end-of-current-heading): Tweak to just respect the first line.
7993         (allout-get-body-text): Add.
7994         (allout-ascend-to-depth, allout-ascend): Position at end of prefix
7995         when invoked interactively.
7996         (allout-up-current-level): Use `interactive-p'.
7997         (allout-mode, allout-init): Miscellaneous docstring and
7998         operational refinements, as well as hookups of new encryption stuff.
7999         (allout-beginning-of-current-entry): Now works as advertised.
8000         (allout-end-of-current-entry): Remove of superfluous allout-show-entry.
8001         (allout-isearch-rectification): Refine condition for isearching.
8002         (allout-isearch-abort, allout-enwrap-isearch)
8003         (allout-flag-region, my-region-active-p): Relocate some macros.
8004         (allout-title): Fallback title is (buffer-name), not
8005         non-existing (current-buffer-name).
8006         (subst-char-in-string): Define if absent (for some XEmacs versions).
8008 2005-10-20  Jari Aalto  <jari.aalto@cante.net>
8010         * mail/sendmail.el (mail-setup-hook, mail-aliases)
8011         (mail-yank-prefix, mail-indentation-spaces, mail-yank-hooks)
8012         (mail-citation-prefix-regexp, mail-signature-file)
8013         (mail-default-headers, mail-bury-selects-summary)
8014         (mail-send-nonascii): Add autoload cookies.
8016 2005-10-20  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>  (tiny change)
8018         * frame.el (blink-cursor-mode): Add `mac' to the list of
8019         window-system's that support blinking cursor.
8021 2005-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
8023         * textmodes/org.el (org-level-color-stars-only): Fix typo in docstring.
8025 2005-10-20  Eli Zaretskii  <eliz@gnu.org>
8027         * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el):
8028         Bind find-file-suppress-same-file-warnings to t, to avoid warnings due
8029         to different drive letter case in D:/foo/bar.el vs d:/foo/bar.el.
8031 2005-10-20  Kim F. Storm  <storm@cua.dk>
8033         * ido.el (ido-is-tramp-root): Simplify regexp matching tramp root.
8034         (ido-set-current-directory): Don't add / after final @.
8035         (ido-file-name-all-completions-1): Adapt to fixed tramp completion.
8036         Explicitly handle ange-ftp completion oddities.
8037         (ido-make-file-list): Don't rotate list at tramp root to avoid
8038         triggering tramp file handler for expand-file-name via get-file-buffer.
8040 2005-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
8042         * savehist.el (savehist-coding-system): Revert to checking XEmacs.
8044 2005-10-19  Jay Belanger  <belanger@truman.edu>
8046         * calc/calc-units.el (math-standard-units): Add units, adjust
8047         symbols and update values.
8048         (math-unit-prefixes): Add more prefixes.
8050 2005-10-19  Romain Francoise  <romain@orebokech.com>
8052         * bookmark.el (bookmark-menu-heading): New face.
8053         (bookmark-bmenu-list): Use it.
8054         Don't fiddle with `baud-rate' at top-level.
8056 2005-10-18  Chong Yidong  <cyd@stupidchicken.com>
8058         * image.el (create-image, find-image): Mention max-image-size in
8059         docstring.
8061 2005-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
8063         * savehist.el (savehist-load): Revert to checking XEmacs.
8065         * textmodes/conf-mode.el: Don't use font-lock-defaults-alist.
8066         Various docstring and line-width fixups.
8067         (conf-mode): Use cond.
8068         Set font-lock-defaults.  Don't set comment-use-syntax.
8070 2005-10-18  David Ponce  <david@dponce.com>
8072         * tree-widget.el (tree-widget-button-click): New function.
8073         (tree-widget-button-keymap): Use it.
8075 2005-10-18  Romain Francoise  <romain@orebokech.com>
8077         * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
8078         (bookmark-bmenu-hide-filenames): Add follow-link property.
8079         Improve help-echo text.
8081         * ffap.el (find-file-at-point): Doc fix.
8083 2005-10-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
8085         * mouse.el (mouse-set-region): Don't do sit-for on a mac frame.
8087 2005-10-18  Masatake YAMATO  <jet@gyve.org>
8089         Install to the CVS repository what I forgot to install in my
8090         2005-10-16 changes.
8092         * progmodes/python.el (python-complete-symbol): Pass the common
8093         prefix substring of completion to `display-completion-list'.
8095         * textmodes/org.el (org-complete): Ditto.
8097 2005-10-18  Masatake YAMATO  <jet@gyve.org>
8099         Fix a bug reported by Sven Joachim <sven_joachim@web.de>.
8101         * woman.el (WoMan-xref-man-page): New button type derived
8102         from `Man-abstract-xref-man-page'.
8103         (woman-mode): Pass `WoMan-xref-man-page' to `Man-highlight-references'.
8105         * man.el (Man-abstract-xref-man-page): New button type.
8106         (Man-xref-man-page): Make it derived from `Man-abstract-xref-man-page'.
8107         (Man-highlight-references): Add new optional argument `xref-man-type'.
8109 2005-10-18  Nick Roberts  <nickrob@snap.net.nz>
8111         * progmodes/gud.el (gud-menu-map): Correct condition for fringe.
8113 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
8115         * cus-edit.el (Custom-move-and-invoke): Delete.
8116         (custom-mode-map): Bind mouse-1 to widget-move-and-invoke.
8118         * wid-edit.el (widget-move-and-invoke): New function, from
8119         Custom-move-and-invoke.
8121 2005-10-17  Bill Wohler  <wohler@newt.com>
8123         Move all remaining images from lisp/toolbar to etc/images, move
8124         lisp/toolbar/tool-bar to lisp and "delete" lisp/toolbar.  Place
8125         the low resolution images in their own directory (low-color).
8127         * toolbar/attach.*, toolbar/cancel.*, toolbar/close.*
8128         * toolbar/copy.*, toolbar/cut.*, toolbar/diropen.*, toolbar/exit.*
8129         * toolbar/help.*, toolbar/home.*, toolbar/index.*, toolbar/info.*
8130         * toolbar/mail.*, toolbar/new.*, toolbar/open.*, toolbar/paste.*
8131         * toolbar/preferences.*, toolbar/print.*, toolbar/save.*
8132         * toolbar/saveas.*, toolbar/search.*, toolbar/search-replace.*
8133         * toolbar/spell.*, toolbar/undo.*: Move to etc/images.
8135         * toolbar/lc-copy.*: Move to etc/images/low-color/copy.*.
8136         * toolbar/lc-cut.*: Move to etc/images/low-color/cut.*.
8137         * toolbar/lc-help.*: Move to etc/images/low-color/help.*.
8138         * toolbar/lc-home.*: Move to etc/images/low-color/home.*.
8139         * toolbar/lc-index.*: Move to etc/images/low-color/index.*.
8140         * toolbar/lc-new.*: Move to etc/images/low-color/new.*.
8141         * toolbar/lc-open.*: Move to etc/images/low-color/open.*.
8142         * toolbar/lc-paste.*: Move to etc/images/low-color/paste.*.
8143         * toolbar/lc-preferences.*: Move to etc/images/low-color/preferences.*.
8144         * toolbar/lc-print.*: Move to etc/images/low-color/print.*.
8145         * toolbar/lc-save.*: Move to etc/images/low-color/save.*.
8146         * toolbar/lc-saveas.*: Move to etc/images/low-color/saveas.*.
8147         * toolbar/lc-search.*: Move to etc/images/low-color/search.*.
8148         * toolbar/lc-spell.*: Move to etc/images/low-color/spell.*.
8149         * toolbar/lc-undo.*: Move to etc/images/low-color/undo.*.
8151         To conform with convention, replace the underscore (_) in the
8152         following image names with dash (-) or (/) as appropriate.
8154         * toolbar/back_arrow.*: Move to etc/images/back-arrow.*.
8155         * toolbar/fld_open.*: Move to etc/images/fld-open.*.
8156         * toolbar/fwd_arrow.*: Move to etc/images/fwd-arrow.*.
8157         * toolbar/jump_to.*: Move to etc/images/jump-to.*.
8158         * toolbar/left_arrow.*: Move to etc/images/left-arrow.*.
8159         * toolbar/right_arrow.*: Move to etc/images/right-arrow.*.
8160         * toolbar/up_arrow.*: Move to etc/images/up-arrow.*.
8161         * toolbar/lc-back_arrow.*: Move to etc/images/low-color/back-arrow.*.
8162         * toolbar/lc-fwd_arrow.*: Move to etc/images/low-color/fwd-arrow.*.
8163         * toolbar/lc-jump_to.*: Move to etc/images/low-color/jump-to.*.
8164         * toolbar/lc-left_arrow.*: Move to etc/images/low-color/left-arrow.*.
8165         * toolbar/lc-right_arrow.*: Move to etc/images/low-color/right-arrow.*.
8166         * toolbar/lc-up_arrow.*: Move to etc/images/low-color/up-arrow.*.
8167         * toolbar/mail_compose.*: Move to etc/images/mail/compose.*.
8168         * toolbar/mail_send.*: Move to etc/images/mail/send.*.
8170         * info.el (info-tool-bar-map): Replace underscores in image names
8171         with dashes.
8173         * makefile.w32-in (WINS): Remove toolbar.
8175         * menu-bar.el: Replace toolbar/tool-bar.el with tool-bar.el in comment.
8177         * tool-bar.el: Move to lisp from toolbar.  Now that
8178         toolbar is empty, it should be deleted when folks run "cvs up -P".
8180 2005-10-18  Jay Belanger  <belanger@truman.edu>
8182         * calc/calc-store.el (calc-store-into): Get the proper variable name
8183         to display in message.
8185 2005-10-18  Nick Roberts  <nickrob@snap.net.nz>
8187         * progmodes/gdb-ui.el (gdb-var-create-handler): Make watch
8188         expressions display in speedbar for all buffers when debugging.
8189         (gdb-speedbar-expand-node): Ensure node contraction is always updated.
8191         * speedbar.el (speedbar-set-mode-line-format): Indent properly.
8192         (speedbar-insert-button, speedbar-make-button):
8193         Use add-text-properties.
8194         (speedbar-update-localized-contents)
8195         (speedbar-update-directory-contents)
8196         (speedbar-update-special-contents): Use dolist.
8197         (speedbar-buffer-easymenu-definition): Add a menu separator.
8199 2005-10-17  Jason Rumney  <jasonr@gnu.org>
8201         * makefile.w32-in: Use $(lisp) consistently.
8202         (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): New targets
8203         for shell specific generation of mh-autoloads.
8205 2005-10-17  Richard M. Stallman  <rms@gnu.org>
8207         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Undo prev change.
8209 2005-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
8211         * jit-lock.el (jit-lock-fontify-now):
8212         Move jit-lock-context-unfontify-pos to avoid wasted work.
8214 2005-10-17  Michael Albinus  <michael.albinus@gmx.de>
8216         * net/tramp.el (tramp-completion-mode): New defvar.  Used in
8217         `tramp-completion-mode' for checking if we are in completion mode.
8218         (tramp-completion-handle-file-name-all-completions): Reorder code
8219         in order to complete for file names only in case there are no
8220         method/user/host completions.  This is necessary for cooperation
8221         with ido.  Reported by Kim F. Storm <storm@cua.dk>.
8223 2005-10-16  Chong Yidong  <cyd@stupidchicken.com>
8225         * longlines.el (longlines-search-forward)
8226         (longlines-search-backward): Match any number of spaces.
8228 2005-10-16  Thien-Thi Nguyen  <ttn@gnu.org>
8230         * diff-mode.el (diff-mode): Doc fix.
8232 2005-10-16  David Reitter  <david.reitter@gmail.com>
8234         * mail/sendmail.el (send-mail-function): Use mailclient-send-it
8235         as default on darwin and windows systems.
8237 2005-10-16  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
8239         * arc-mode.el (archive-zip-extract): Doc fix.
8241 2005-10-16  Romain Francoise  <romain@orebokech.com>
8243         * mouse.el (mouse-1-click-follows-link): Doc fix.
8245 2005-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
8247         * savehist.el: Don't require CL at runtime.
8248         (savehist-xemacs): Remove.
8249         (savehist-coding-system): Use utf-8 if present, regardless of religion.
8250         (savehist-no-conversion): Use (featurep 'xemacs).
8251         (savehist-load): Check existence of start-itimer rather than XEmacs.
8252         Use an idle timer.
8253         (savehist-process-for-saving): Replace use of CL funs `subseq' and
8254         `delete-if-not'.
8256 2005-10-16  Hrvoje Niksic  <hniksic@xemacs.org>
8258         * savehist.el: Newer version.
8259         (savehist-autosave-interval, savehist-coding-system, savehist-timer)
8260         (savehist-last-checksum, savehist-no-conversion): New vars.
8261         (savehist-autosave, savehist-process-for-saving, savehist-printable):
8262         New functions.
8263         (savehist-load, savehist-save): Use them.
8264         (savehist-delimit): Remove.
8266 2005-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
8268         * progmodes/compile.el (compilation-goto-locus): Display the
8269         compilation buffer first and the source buffer second, in case they're
8270         in overlapping frames.  Don't raise the compilation frame if it was the
8271         selected window upon entry.  Pass the `other-window' arg to
8272         pop-to-buffer.
8274         * info.el (Info-fontify-node): Use dolist.
8275         Change add-text-properties to put-text-property.
8277 2005-10-16  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
8279         * textmodes/bibtex.el (bibtex-font-lock-url): Catch when point past
8280         bound of search.
8282 2005-10-16  Masatake YAMATO  <jet@gyve.org>
8284         * dabbrev.el (dabbrev-completion): Pass the common
8285         prefix substring of completion to `display-completion-list'.
8287         * filecache.el (file-cache-minibuffer-complete)
8288         (file-cache-complete): Ditto.
8290         * tempo.el (tempo-display-completions): Ditto.
8292         * wid-edit.el (widget-file-complete, widget-color-complete): Ditto.
8294         * emacs-lisp/lisp.el (lisp-complete-symbol): Ditto.
8296         * eshell/em-hist.el (eshell-list-history): Ditto.
8298         * mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto.
8300         * mail/mailalias.el (mail-complete): Ditto.
8302         * progmodes/etags.el (complete-tag): Ditto.
8304         * progmodes/make-mode.el (makefile-complete): Ditto.
8306         * progmodes/meta-mode.el (meta-complete-symbol): Ditto.
8308         * progmodes/octave-mod.el (octave-complete-symbol): Ditto.
8310         * progmodes/pascal.el (pascal-complete-word)
8311         (pascal-show-completions): Ditto.
8313         * textmodes/bibtex.el (bibtex-complete-internal): Ditto.
8315         * simple.el (completion-common-substring): New variable.
8316         (completion-setup-function): Use `completion-common-substring'
8317         to put faces.
8319 2005-10-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
8321         * term/mac-win.el: Apply 2005-10-09 change for term/x-win.el.
8322         (x-get-selection, mac-select-convert-to-string): Convert from/to
8323         UTF-16 clipboard data as in native byte order, no BOM.
8325 2005-10-16  Nick Roberts  <nickrob@snap.net.nz>
8327         * progmodes/gud.el (gud-tool-bar-map): Rename the images
8328         appropriately (gud/next, gud/nexti, gud/step, gud/stepi).
8329         (gud-sentinel): Use speedbar-frame to check for speedbar.
8331 2005-10-15  Richard M. Stallman  <rms@gnu.org>
8333         * savehist.el: New file.
8335 2005-10-14  Karl Chen  <quarl@cs.berkeley.edu>
8337         * textmodes/tex-mode.el (tex-font-lock-keywords-2):
8338         Fix bug in \bf fontification.
8340 2005-10-15  Stefan Monnier  <monnier@iro.umontreal.ca>
8342         * pcvs.el (cvs-edit-log-files): New var.
8343         (cvs-mode-edit-log): New arg `file'.
8344         (cvs-edit-log-minor-wrap): Don't set the ignore-marks property.
8345         Instead force the use of the original file and nothing else.
8346         (cvs-edit-log-filelist): Don't use the cvs-mode-* function unless
8347         the cvs-minor-wrap-function is set.
8348         (cvs-do-edit-log): Obey the vars set in cvs-edit-log-minor-wrap.
8350 2005-10-14  Bill Wohler  <wohler@newt.com>
8352         * toolbar/gud-break.*: Moved to etc/images/gud/break.*.
8353         * toolbar/gud-cont.*: Moved to etc/images/gud/cont.*.
8354         * toolbar/gud-down.*: Moved to etc/images/gud/down.*.
8355         * toolbar/gud-finish.*: Moved to etc/images/gud/finish.*.
8356         * toolbar/gud-ni.*: Moved to etc/images/gud/ni.*.
8357         * toolbar/gud-n.*: Moved to etc/images/gud/n.*.
8358         * toolbar/gud-print.*: Moved to etc/images/gud/print.*.
8359         * toolbar/gud-pstar.*: Moved to etc/images/gud/pstar.*.
8360         * toolbar/gud-remove.*: Moved to etc/images/gud/remove.*.
8361         * toolbar/gud-run.*: Moved to etc/images/gud/run.*.
8362         * toolbar/gud-si.*: Moved to etc/images/gud/si.*.
8363         * toolbar/gud-s.*: Moved to etc/images/gud/s.*.
8364         * toolbar/gud-until.*: Moved to etc/images/gud/until.*.
8365         * toolbar/gud-up.*: Moved to etc/images/gud/up.*.
8366         * toolbar/gud-watch.*: Moved to etc/images/gud/watch.*.
8368         * progmodes/gud.el (gud-tool-bar-map): Rename the images
8369         appropriately (for example, gud-break to gud/break).
8371 2005-10-14  Chong Yidong  <cyd@stupidchicken.com>
8373         * longlines.el (longlinges-search-function)
8374         (longlines-search-forward, longlines-search-backward): New functions.
8375         (longlines-mode): Set isearch-search-fun-function to
8376         longlinges-search-function.
8378         * mouse.el (mouse-drag-region-1): Handle the case where a
8379         double-click event is bound to an arbitrary function.
8381 2005-10-14  David Ponce  <david@dponce.com>
8383         * recentf.el (recentf-track-opened-file)
8384         (recentf-track-closed-file, recentf-update-menu)
8385         (recentf-used-hooks, recentf-enabled-p): Move before dialog stuff.
8386         (recentf-dialog-mode-map): Map follow-link to RET, so dialogs obey
8387         mouse-1-click-follows-link.
8389 2005-10-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
8391         * toolbar/diropen.xpm, toolbar/diropen.pbm: New versions made from
8392         Gnome file-manager.png.  Suggested by
8393         Joachim Nilsson <joachim.nilsson@vmlinux.org>.
8395         * toolbar/README: Add diropen.xpm.
8397 2005-10-13  Bill Wohler  <wohler@newt.com>
8399         * makefile.w32-in (MH_E_SRC): Rename from MH-E-SRC per NMAKE
8400         restrictions.  Suggested by David Robinow <drobinow@gmail.com>.
8402 2005-10-13  Stefan Monnier  <monnier@iro.umontreal.ca>
8404         * progmodes/mixal-mode.el (mixal-operation-codes-alist):
8405         Don't waste the byte-compiler's time on constant data.
8407 2005-10-13  Kenichi Handa  <handa@m17n.org>
8409         * international/utf-8.el (utf-8-compose): Display an invalid UTF-8
8410         byte with `escape-glyph' face.
8412         * international/fontset.el (ccl-encode-unicode-font):
8413         Lookup utf-subst-table-for-encode, not ucs-mule-cjk-to-unicode.
8414         Handle the case that ucs-mule-to-mule-unicode translates a character to
8415         ASCII (usually for IPA characters).
8417 2005-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8419         * info.el (Info-fontify-node): Don't be fooled by a lone "...".
8420         Don't hide the underline of titles if font-lock-mode is disabled.
8422 2005-10-12  Bill Wohler  <wohler@newt.com>
8424         * makefile.w32-in (MH-E-SRC): New.  Used by mh-autoloads.
8425         (mh-autoloads): New.  Builds mh-e/mh-loaddefs.el.  Rebuilds if any
8426         files in MH-E-SRC have been updated.
8427         (updates, compile, recompile, bootstrap): Depend on mh-autoloads.
8429 2005-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8431         * progmodes/mixal-mode.el (mixal-operation-codes): Remove.
8432         (mixal-mode-syntax-table): Add \n as end-comment.
8433         (mixal-operation-codes-alist): Immediately initialize to full value.
8434         (mixal-add-operation-code): Remove.
8435         (mixal-describe-operation-code): Make the arg non-optional.
8436         Use the interactive spec instead.
8437         Use mixal-operation-codes-alist rather than mixal-operation-codes.
8438         (mixal-font-lock-keywords): Don't highlight comments here any more.
8439         (mixal-font-lock-syntactic-keywords): New var.
8440         (mixal-mode): Use it.  Fix comment-start-skip.
8442 2005-10-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
8444         * startup.el (command-line-x-option-alist): -nb => -nbi
8446 2005-10-12  Kim F. Storm  <storm@cua.dk>
8448         * startup.el (fancy-splash-default-action): Discard mouse click in
8449         the splash screen window, as it has no sensible meaning in the
8450         next window to be selected.  Fixes error reported by Jan D.
8452 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
8454         * desktop.el (desktop-load-file): Do nothing when FUNCTION is nil.
8456 2005-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
8458         * progmodes/mixal-mode.el: Sync with version in the GNU MDK project.
8459         Try to fix up minor layout issues like indentation, line break, etc...
8460         (mixal-mode-syntax-table): Don't try to specify comment syntax,
8461         because it doesn't work.
8462         (mixal-operation-codes): Add some more codes.
8463         (mixal-font-lock-keywords): Process comments here.
8464         (mixal-mode): mixasm no longer needs -g option.
8466 2005-10-11  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
8468         * progmodes/sh-script.el (sh-tmp-file):
8469         Use mktemp -t.  Finish support for es and rc shells.
8471 2005-10-11  Jay Belanger  <belanger@truman.edu>
8473         * calc/calcalg2.el (calc-integral): With an argument, compute the
8474         definite integral.
8476 2005-10-11  Chong Yidong  <cyd@stupidchicken.com>
8478         * mouse.el (mouse-drag-region-1): Don't try to catch a
8479         double-click when doing follow-link (it's overridden anyway).
8481 2005-10-11  Juanma Barranquero  <lekktu@gmail.com>
8483         * emacs-lisp/autoload.el (update-directory-autoloads): Doc fix.
8484         (autoload-print-form-outbuf): Add docstring.
8486 2005-10-11  Juri Linkov  <juri@jurta.org>
8488         * info.el (Info-mode-menu): Delete menu item "Edit".
8489         (Info-mode): Delete description of Info-edit from docstring,
8490         and rearrange descriptions of Info commands in the order
8491         they are documented in the Info manual.
8493 2005-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
8495         * calendar/appt.el (appt-check): Use diary-selective-display var.
8497 2005-10-10  Richard M. Stallman  <rms@gnu.org>
8499         * net/newsticker.el (newsticker-start, newsticker-show-news):
8500         Add autoload cookies.
8502 2005-10-10  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>
8504         * progmodes/sh-script.el (sh-tmp-file): Use mktemp.
8506 2005-10-10  Karl Chen  <quarl@cs.berkeley.edu>
8508         * jka-cmpr-hook.el (jka-compr-handler): Fix typo in `operations' prop.
8510 2005-10-10  Jay Belanger  <belanger@truman.edu>
8512         * calc/calc-arith.el (math-check-known-scalarp)
8513         (math-check-known-matrixp): Check the values of arguments that are
8514         variables.
8515         (math-check-known-square-matrixp): New function.
8516         (math-known-square-matrixp): Use math-check-known-square-matrixp.
8517         (math-super-types): Add sqmatrix type.
8519         * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec): Change the
8520         mode name `square' to `sqmatrix'.
8522         * calc/calc.el (calc-matrix-mode, calc-set-mode-line): Change the
8523         mode name `square' to `sqmatrix'.
8525 2005-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8527         * progmodes/etags.el (select-tags-table-mode): Don't use
8528         selective-display.
8529         (tags-select-tags-table): Pass `button' to the action function.
8530         (select-tags-table): Place the side-info on button properties rather
8531         than in hidden text.  Abbreviate file names.
8532         (select-tags-table-mode-map): Inherit rather than copy buttom-map.
8533         (select-tags-table-select): Add `button' argument.
8534         Get side-info from the button property rather than from hidden text.
8536 2005-10-11  Nick Roberts  <nickrob@snap.net.nz>
8538         * progmodes/gud.el (gud-install-speedbar-variables): Add more bindings.
8539         (gud-speedbar-buttons): Preserve point if possible.
8540         (gud-sentinel): Restore previous speedbar display type.
8542         * progmodes/gdb-ui.el (gdba): Improve diagram.
8543         (def-gdb-auto-update-handler, gdb-info-locals-handler)
8544         (gdb-put-breakpoint-icon, gdb-remove-breakpoint-icons):
8545         Call get-buffer-window once.
8547 2005-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8549         * progmodes/pascal.el (pascal-mode-map): Move init into declaration.
8550         (pascal-mode-syntax-table): Make (* *) markers same class as { ... }.
8551         (pascal-indent-command): Remove unused var `ind'.
8552         (pascal-indent-case): Remove unused var `oldpos'.
8553         (pascal-outline-map): Don't inherit from pascal-mode-map anymore,
8554         since it's now used as a proper minor mode map.
8555         (pascal-outline): Rename to pascal-outline-mode.
8556         (pascal-outline-mode): Use define-minor-mode.
8557         (pascal-outline-mode, pascal-outline-change): Use overlays rather than
8558         selective-display.
8560 2005-10-10  Andreas Schwab  <schwab@suse.de>
8562         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Adjust match
8563         number.  Reported by Karl Chen <quarl@cs.berkeley.edu>.
8565         * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Fix for building
8566         outside source directory.
8568 2005-10-10  Carsten Dominik  <dominik@science.uva.nl>
8570         * textmodes/org.el (org-mode-map): Explicit definition of `C-c
8571         C-x' as a prefix.
8572         (orgtbl-mode-map): Full keymap instead of sparse, because all
8573         `self-insert-command' keys are redefined in this map.
8574         (org-export-as-html): Specify charset for HTML file, by taking it
8575         from the coding system.
8577 2005-10-10  Kenichi Handa  <handa@m17n.org>
8579         * textmodes/flyspell.el (flyspell-check-word-p):
8580         If unread-command-events is non-empty, don't call sit-for.
8582 2005-10-09  Richard M. Stallman  <rms@gnu.org>
8584         * font-lock.el (font-lock-syntactic-keywords)
8585         (font-lock-keywords): Doc fixes.
8587         * textmodes/flyspell.el (flyspell-external-point-words):
8588         Simplify logic, and don't try to check for consecutive appearances
8589         of one incorrect word.
8591 2005-10-10  Nick Roberts  <nickrob@snap.net.nz>
8593         * speedbar.el (speedbar-buffer-easymenu-definition): Add menu
8594         separator.
8596         * progmodes/gud.el (gud-last-speedbar-buffer): Remove.
8597         (gud-install-speedbar-variables): Add GUD to speedbar "Displays" list.
8598         (gud-expansion-speedbar-buttons): New function.
8599         (gud-speedbar-buttons): Check for gud-comint-buffer.
8601 2005-10-09  Bill Wohler  <wohler@newt.com>
8603         * Makefile.in (updates): Add mh-loaddefs dependency.
8605 2005-10-09  Chong Yidong  <cyd@stupidchicken.com>
8607         * speedbar.el (speedbar-file-key-map): Fix typo.
8609 2005-10-09  Daniel Brockman  <daniel@brockman.se>
8611         * cus-start.el (line-spacing): Add custom spec.
8613 2005-10-09  Romain Francoise  <romain@orebokech.com>
8615         * textmodes/ispell.el (ispell-check-version): Fix last change.
8617 2005-10-09  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
8619         * term/x-win.el: Remove -i, --icon-type from comment.
8621         * startup.el (command-line-x-option-alist): Remove options -i,
8622         -itype, --icon-type, added -nb, --no-bitmap-icon
8624 2005-10-09  Nick Roberts  <nickrob@snap.net.nz>
8626         * progmodes/gud.el (gud-speedbar-menu-items): Use :visible
8627         instead of :active.
8629 2005-10-08  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
8631         * textmodes/ispell.el (ispell-check-version):
8632         Ignore hyphen, and all that follows, in aspell's version text.
8634 2005-10-08  Jay Belanger  <belanger@truman.edu>
8636         * calc/calc-arith.el (math-known-square-matrixp): New function.
8637         (math-pow-fancy): Check for matrices before distributing exponent
8638         across products.
8640         * calc/calc-keypd.el (calc-do-keypad): Widen keypad window for
8641         fullscreen keypad.  Suggested by Luc Teirlinck.
8642         (calc-keypad-show-input): Add space for formatting.
8644         * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec):
8645         Add square matrix option.
8647         * calc/calc-poly.el (math-expand-term): Check for matrices instead
8648         of checking calc-matrix-mode when deciding how to expand.
8650         * calc/calc.el (calc-set-mode-line): Add square matrix option.
8652 2005-10-08  Lars Hansen  <larsh@soem.dk>
8654         * net/tramp.el (tramp-perl-directory-files-and-attributes):
8655         Add error handling.
8656         (tramp-handle-directory-files-and-attributes): Handle perl error msg.
8658 2005-10-08  Michael Albinus  <michael.albinus@gmx.de>
8660         Sync with Tramp 2.0.51.
8662         * net/tramp.el (tramp-handle-set-visited-file-modtime)
8663         (tramp-handle-insert-file-contents, tramp-handle-write-region):
8664         Insert special handling for `last-coding-system-used', again
8665         it still seems to be necessary (unlike stated before).
8666         Reported by Toshinori Sugita <sugita@d-pad.co.jp>.
8667         (tramp-password-prompt-regexp): There might be other words before
8668         trailing ":".  Reported by Kurt Steinkraus <kurt@steinkraus.us>.
8669         (tramp-chunksize): Improve docstring.
8670         (tramp-set-auto-save-file-modes): Octal integer code #o600 breaks
8671         Emacs 20.  Use `tramp-octal-to-decimal' therefore.  Reported by
8672         Christian Joergensen <bugs@razor.dk>.
8674 2005-10-07  Glenn Morris  <rgm@gnu.org>
8676         * progmodes/f90.el (f90-keywords-re, f90-mode): Doc fix.
8677         (f90-font-lock-keywords-2, f90-mode-abbrev-table): Add `double
8678         precision'.
8680 2005-10-07  Romain Francoise  <romain@orebokech.com>
8682         * ibuf-ext.el (ibuffer-do-shell-command-pipe)
8683         (ibuffer-do-shell-command-pipe-replace)
8684         (ibuffer-do-shell-command-file, ibuffer-do-eval)
8685         (ibuffer-do-view-and-eval, ibuffer-do-rename-uniquely)
8686         (ibuffer-do-revert, ibuffer-do-replace-regexp)
8687         (ibuffer-do-query-replace, ibuffer-do-query-replace-regexp)
8688         (ibuffer-do-print, ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
8689         (ibuffer-filter-by-name, ibuffer-filter-by-filename)
8690         (ibuffer-filter-by-size-gt, ibuffer-filter-by-size-lt)
8691         (ibuffer-filter-by-content, ibuffer-filter-by-predicate
8692         (ibuffer-do-sort-by-major-mode, ibuffer-do-sort-by-mode-name)
8693         (ibuffer-do-sort-by-alphabetic, ibuffer-do-sort-by-size):
8694         Autoload file sans suffix.
8696         * emulation/cua-base.el (cua-toggle-global-mark): Likewise.
8698 2005-10-07  David Ponce  <david@dponce.com>
8700         * recentf.el (recentf-menu-open-all-flag): New option.
8701         (recentf-digit-shortcut-command-name): New function.
8702         (recentf--shortcuts-keymap): New variable.
8703         (recentf-menu-shortcuts): New variable.
8704         (recentf-make-menu-items): Initialize it.  Replace the "More..."
8705         menu item by "All...", if `recentf-menu-open-all-flag' is non-nil.
8706         (recentf-menu-value-shortcut): New function.
8707         (recentf-make-menu-item): Use it.  No more in-lined.
8708         (recentf-dialog-mode-map): Base on `recentf--shortcuts-keymap'.
8709         (recentf-open-most-recent-file): Rename from
8710         `recentf-open-file-with-key'.  Don't depend on key binding.
8711         (recentf-mode-map): New variable.
8712         (recentf-mode): Use it.
8714 2005-10-06  Bill Wohler  <wohler@newt.com>
8716         * mh-e/mh-loaddefs.el: Remove.  Now generated automatically.
8718         * Makefile.in (AUTOGENEL): Add mh-e/mh-loaddefs.el.
8719         (MH-E-SRC): New.  Used by mh-autoloads.
8720         (mh-autoloads): New.  Builds mh-e/mh-loaddefs.el.  Rebuilds if any
8721         files in MH-E-SRC have been updated.
8722         (compile, recompile, bootstrap): Depend on mh-autoloads.
8724 2005-10-07  Nick Roberts  <nickrob@snap.net.nz>
8726         * progmodes/gud.el (gud-menu-map): Only display un-intuitive
8727         gud-break and gud-remove icons when the fringe is not available.
8729         * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width):
8730         Typo.
8732 2005-10-06  Michael Cadilhac  <michael.cadilhac-@t-lrde.epita.fr>  (tiny change)
8734         * play/zone.el (zone): Wrap body with save-window-excursion.
8736 2005-10-06  Stefan Monnier  <monnier@iro.umontreal.ca>
8738         * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
8739         Use the new `list-only' arg to diary-list-entries.
8741         * calendar/diary-lib.el: Use overlays rather than selective-display.
8742         (diary-selective-display): New var.
8743         (diary-header-line-format): Use it.
8744         (diary-list-entries): Add argument `list-only'.
8745         Put the buffer in diary-mode.  Don't add \^M at beg and end.
8746         Replace \^M by invisible overlays.
8747         (diary-unhide-everything): Replace \^M by invisible overlays.
8748         (print-diary-entries): Look for overlays rather than \^M.
8749         Add a space to the temp buffer name.
8750         (diary-show-all-entries, mark-diary-entries, make-diary-entry):
8751         Put the buffer in diary-mode.
8752         (list-sexp-diary-entries): Replace \^M by invisible overlays.
8753         (diary-anniversary): Make the year arg optional.
8754         (diary-time-regexp): New const.
8755         (diary-font-lock-keywords): Use it to accept a few more time formats.
8757         * pcvs.el (cvs-sentinel): Make sure we do re-enable undo.
8759 2005-10-06  Thien-Thi Nguyen  <ttn@gnu.org>
8761         * textmodes/artist.el (artist-ellipse-mirror-quadrant):
8762         Fix bug introduced 2005-07-03: Use (car (last ...))
8763         to faithfully reproduce replaced artist-last.
8764         (artist-set-arrow-points-for-poly): Likewise.
8765         Suggested by Johan Bockg\e,Ae\e(Brd.
8767 2005-10-06  Juanma Barranquero  <lekktu@gmail.com>
8769         * dframe.el (x-pointer-hand2, x-pointer-top-left-arrow):
8770         * wid-edit.el (widget):
8771         * progmodes/gdb-ui.el (gdb-buffer-fringe-width):
8772         * progmodes/vhdl-mode.el (speedbar-attached-frame): Add defvars.
8774 2005-10-06  Kenichi Handa  <handa@m17n.org>
8776         * international/mule-cmds.el (set-language-environment):
8777         Fix setting up of case-table for unibyte mode.
8779         * simple.el (what-cursor-position): If the character is displayed
8780         by some `display' text property, show that.  Don't use
8781         single-key-description for eight-bit characters in multibyte mode.
8783 2005-10-06  Nick Roberts  <nickrob@snap.net.nz>
8785         * progmodes/gdb-ui.el (gdb-fringe-width): New variable.
8786         (gdb-ann3): Set it.
8787         (gdb-put-breakpoint-icon): Don't take fringe-width from speedbar frame.
8788         (gdb-info-frames-custom): Use inverse-video for first five
8789         characters of selected frame only.
8790         (gdb-get-frame-number): Select frame even when point is on frame
8791         number.
8793 2005-10-06  Masatake YAMATO  <jet@gyve.org>
8795         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
8796         Put `font-lock-function-name-face'.
8797         (gdb-info-frames-custom): Put `font-lock-function-name-face'
8798         and `font-lock-variable-name-face'
8799         (gdb-registers-font-lock-keywords): New font lock keywords definition.
8800         (gdb-registers-mode): Use `gdb-registers-font-lock-keywords`.
8801         (gdb-memory-font-lock-keywords): New font lock keywords definition.
8802         (gdb-memory-mode): Use `gdb-memory-font-lock-keywords'.
8803         (gdb-local-font-lock-keywords): New font lock keywords definition.
8804         (gdb-locals-mode): Use `gdb-local-font-lock-keywords'
8805         (gdb-threads-font-lock-keywords): New font lock keywords definition.
8806         (gdb-threads-mode): Use `gdb-threads-font-lock-keywords'.
8808 2005-10-05  Michael Kifer  <kifer@cs.stonybrook.edu>
8810         * ediff-merge.el (ediff-merge-region-is-non-clash): New defsubst.
8811         (ediff-merge-region-is-non-clash-to-skip): Previously called
8812         ediff-merge-region-is-non-clash.
8814         * ediff-mult.el (ediff-append-custom-diff, ediff-meta-show-patch):
8815         Use insert-buffer-substring.
8817         * ediff-ptch.el (ediff-fixup-patch-map): Use better heuristics for
8818         selecting files to patch.  Also bug fixes.
8820         * ediff-util.el (ediff-setup): Bug fix.
8821         (ediff-next-difference): Never skip clashes that differ in white
8822         space only.
8824         * ediff-wind.el (ediff-setup-control-frame)
8825         (ediff-destroy-control-frame): Check the menubar feature.
8827         * viper-cmd.el (viper-normalize-minor-mode-map-alist)
8828         (viper-refresh-mode-line): Use make-local-variable to localize
8829         some vars instead of make-variable-buffer-local.  Suggested by
8830         Stefan Monnier.
8832         * viper-init.el (viper-make-variable-buffer-local): Delete alias.
8833         (viper-restore-cursor-type, viper-set-insert-cursor-type):
8834         Use make-local-variable instead of make-variable-buffer-local.
8835         Suggested by Stefan Monnier.
8837         * viper.el (viper-mode): Don't use viper-make-variable-buffer-local.
8838         (viper-comint-mode-hook): Use make-local-variable on
8839         require-final-newline.
8840         (viper-non-hook-settings): Don't use make-variable-buffer-local.
8842 2005-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
8844         * progmodes/scheme.el (scheme-mode-syntax-table): Mark ; as being
8845         also the second char of a comment-start sequence.
8846         (scheme-sexp-comment-syntax-table): New var.
8847         (lambda, define): Set their scheme-doc-string-elt property.
8848         (scheme-font-lock-syntactic-face-function): Handle sexp-comments.
8849         Use lisp-font-lock-syntactic-face-function now that it properly
8850         handles |...| symbols.
8851         (scheme-mode-variables): Set lisp-doc-string-elt-property,
8852         parse-sexp-lookup-properties and font-lock-extra-managed-props.
8854         * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Move the nesting
8855         bit from # to |.
8856         (lisp-font-lock-syntactic-face-function): Distinguish |...| symbols.
8858         * emacs-lisp/lisp-mode.el (lambda): Add its doc-string-elt property.
8859         (lisp-doc-string-elt-property): New var.
8860         (lisp-font-lock-syntactic-face-function): Use it.
8861         Rewrite to recognize docstrings even for forms not at toplevel.
8863         * progmodes/scheme.el (scheme-mode-syntax-table): Put the nested
8864         annotation on the | part of #| rather than on the # part.
8865         (scheme-font-lock-syntactic-face-function): New function, to
8866         distinguish strings from |...| symbols.
8867         (scheme-mode-variables): Use it.  Also fix up the font-lock-time
8868         syntax-table so that #|...|# is properly highlighted.
8870         * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):
8871         Don't mark as docstring the 3rd elem of an unknown toplevel form.
8873 2005-10-04  Stefan Monnier  <monnier@iro.umontreal.ca>
8875         * bindings.el (global-map): Resync [home] and [end] bindings with C-a
8876         and C-e.
8878         * emacs-lisp/eldoc.el: Move comments into docstrings.
8879         (eldoc-message-commands): Initialize in its declaration.
8880         Add move-beginning-of-line and move-end-of-line.
8881         (eldoc-add-command, eldoc-add-command-completions)
8882         (eldoc-remove-command, eldoc-remove-command-completions): Simplify.
8884         * outline.el (outline-mark-subtree): Activate the mark.
8886         * calendar/appt.el (appt-time-regexp): New var.
8887         (appt-add, appt-make-list): Use it.
8888         (appt-convert-time): Clean up.
8890         * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
8891         Don't set any syntax-table property here.
8892         (tex-font-lock-verb): New function.  Do it here.
8893         (tex-font-lock-syntactic-keywords): Use it.
8895 2005-10-04  Richard M. Stallman  <rms@gnu.org>
8897         * wid-edit.el (widget-file-complete): Get the widget start point
8898         the right way.  Default directory to `/' if file has none.
8900         * x-dnd.el (x-dnd-drop-data): Check for dedicated windows.
8902         * textmodes/flyspell.el (flyspell-mode-on):
8903         Call ispell-maybe-find-aspell-dictionaries.
8905         * textmodes/ispell.el (ispell-word, ispell-region):
8906         Call ispell-maybe-find-aspell-dictionaries.
8907         (ispell-accept-buffer-local-defs):
8908         Don't call ispell-maybe-find-aspell-dictionaries
8910 2005-10-04  Richard M. Stallman  <rms@gnu.org>
8912         * iswitchb.el (iswitchb-buffer-ignore): Label it risky.
8914 2005-10-04  Emilio C. Lopes  <eclig@gmx.net>
8916         * iswitchb.el (iswitchb-ignore-buffername-p): Use `functionp'
8917         instead of `fboundp' in order to allow for anonymous functions.
8919 2005-10-04  Chong Yidong  <cyd@stupidchicken.com>
8921         * info.el (Info-next, Info-prev, Info-up): Select info buffer, in
8922         case the user clicks on the link while another window is selected.
8923         (Info-speedbar-hierarchy-buttons): Use speedbar-current-frame.
8925         * dframe.el (dframe-update-keymap): Use mouse-1-click-follows-link
8926         functionality.
8927         (dframe-help-echo): Save point in case mouse tracking is off.
8929 2005-10-04  Thien-Thi Nguyen  <ttn@gnu.org>
8931         * net/ange-ftp.el (ange-ftp-ls): Fix typo introduced in last change.
8933 2005-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8935         * progmodes/cc-styles.el (c-setup-paragraph-variables): Make sure we do
8936         not change the global value of those vars.
8938         * progmodes/cc-mode.el (c-basic-common-init): Remove calls to
8939         make-local-variable which we do not need any more.
8941 2005-10-03  Chong Yidong  <cyd@stupidchicken.com>
8943         * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path)
8944         (speedbar-ignored-path-expressions, speedbar-buffers-line-path)
8945         (speedbar-add-ignored-path-regexp, speedbar-buffers-line-path)
8946         (speedbar-path-line): Define obsolete aliases.
8947         (speedbar-line-directory): Doc fix.
8949         * progmodes/vhdl-mode.el (vhdl-speedbar-initialize)
8950         (vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory
8951         instead of speedbar-line-path.
8953 2005-10-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
8955         * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window
8956         to nil if dropping on a window.  Handle dropping on a minibuffer window
8957         like dropping on a non-window part of Emacs.
8959 2005-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8961         * net/ange-ftp.el: Use with-current-buffer.
8962         (ange-ftp-insert-directory): Do not follow symlinks any more.
8964         * textmodes/ispell.el (ispell-find-aspell-dictionaries):
8965         Remove interactive spec.
8967 2005-10-03  Kim F. Storm  <storm@cua.dk>
8969         * ido.el (ido-mode): Use custom-initialize-set.
8971 2005-10-02  Richard M. Stallman  <rms@gnu.org>
8973         * progmodes/ebnf2ps.el (ebnf-eps-production-list):
8974         Use insert-buffer-substring.
8976         * net/tramp.el: Pacify byte compiler warnings in pacification code.
8977         (tramp-handle-file-local-copy): Use insert-buffer-substring.
8979 2005-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
8981         * net/ange-ftp.el (ange-ftp-insert-directory): Undo unintended part
8982         in last change.
8983         (ange-ftp-insert-directory): Fix up the search for the case where
8984         `file' is absolute.
8986 2005-10-02  Romain Francoise  <romain@orebokech.com>
8988         * progmodes/compile.el (compile-goto-error): Delete extra paren.
8990 2005-10-02  Andreas Schwab  <schwab@suse.de>
8992         * ediff-ptch.el (ediff-fixup-patch-map): Handle file names without
8993         directory component in the session info.
8995 2005-10-01  Richard M. Stallman  <rms@gnu.org>
8997         * comint.el (comint-redirect-subvert-readonly): Doc fix.
8999         * simple.el (next-error-internal): New function.
9001         * progmodes/compile.el (compilation-buffer-name): New arg MODE-COMMAND.
9002         (compilation-start): Pass new arg to compilation-buffer-name.
9003         (compile-goto-error): Use next-error-internal.
9005 2005-10-01  Chong Yidong  <cyd@stupidchicken.com>
9007         * speedbar.el: Remove RCS tag.
9008         (speedbar-check-read-only): Handle non-existent files.
9010         * dframe.el, ezimage.el, sb-image.el: Remove RCS tags.
9012         * info.el (Info-speedbar-hierarchy-buttons)
9013         (Info-speedbar-goto-node): Call speedbar-select-attached-frame.
9015 2005-10-01  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
9017         * textmodes/bibtex.el (bibtex-valid-entry-whitespace-re):
9018         Do not match newline.
9019         (bibtex-realign): Do not use bibtex-valid-entry-whitespace-re.
9020         (bibtex-summary): Remove unnecessary save-excursion.
9021         (bibtex-fill-field-bounds): Use fill-region-as-paragraph.
9023 2005-10-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
9025         * term/mac-win.el: Add charset info for "iso10646-1".
9026         Modify default fontset to use ATSUI-compatible fonts for some charsets
9027         if available.
9029 2005-10-01  Chong Yidong  <cyd@stupidchicken.com>
9031         * speedbar.el: Re-apply arch tag.
9032         (speedbar-version): Rename to version 1.0.  Suggested by Eric
9033         M. Ludlam.
9034         Reapply two changes from Emacs CVS' version of speedbar lost
9035         during the merge:
9036         (speedbar-use-imenu-flag): Avoid unnecessary use of locate-library.
9037         (speedbar-frame-parameters): Improve customize type.
9039 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
9041         * net/ange-ftp.el (ange-ftp-gwp-start): Use with-current-buffer.
9042         (ange-ftp-file-directory-p): Fix the symlink case.
9043         (ange-ftp-insert-directory): When listing a single file, get a list of
9044         the parent buffer and extract the relevant line.  Inspired from a patch
9045         by Katsumi Yamaoka <yamaoka@jpl.org>.
9046         (ange-ftp-file-name-sans-versions): Simplify.
9048 2005-09-30  Bill Wohler  <wohler@newt.com>
9050         Move MH-E image files from toolbar and mail directories into
9051         etc/images.
9053         * mail/reply2.*: Move to etc/images/mail/reply*.
9055         * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm:
9056         * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Move to
9057         etc/images.
9059         * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*:
9060         * toolbar/reply*: Move to etc/images/mail.
9062         * toolbar/rescan.*: Move and rename to etc/images/refresh.*.
9064 2005-09-30  Eric M. Ludlam  <zappo@gnu.org>
9066         * speedbar.el: New version 1.0pre3.
9068         Frame management code (including timer, and mouse click specifics)
9069         moved to dframe.el:
9070         (speedbar-attached-frame): Removed.  Use dframe-attached-frame.
9071         (speedbar-timer): Removed.  Use dframe-timer.
9072         (speedbar-close-frame): Removed.  Use dframe-close-frame.
9073         (speedbar-activity-change-focus-flag): Removed.  Use
9074         dframe-activity-change-focus-flag.
9075         (speedbar-update-speed, speedbar-navigating-speed): Obsolete.  Use
9076         dframe-update-speed.
9078         (speedbar-current-frame): New macro.  Use this instead of the
9079         variable speedbar-frame.
9081         (speedbar-use-images, speedbar-expand-image-button-alist)
9082         (speedbar-insert-image-button-maybe): Moved to sb-image.el.
9084         (speedbar-find-image-on-load-path): Removed.  Replaced by
9085         defezimage in ezimage.el.
9086         (speedbar-expand-image-button-alist): Removed.  Replaced by
9087         ezimage-expand-image-button-alist in ezimage.el.
9089         (speedbar-ignored-directory-regexp)
9090         (speedbar-add-ignored-directory-regexp)
9091         (speedbar-ignored-directory-expressions)
9092         (speedbar-line-directory, speedbar-buffers-line-directory)
9093         (speedbar-directory-line, speedbar-buffers-line-directory):
9094         Renamed, replacing `path' with `directory'.
9096         (speedbar-create-directory, speedbar-expand-line-descendants)
9097         (speedbar-toggle-line-expansion)
9098         (speedbar-contract-line-descendants): New commands.
9100         (speedbar-query-confirmation-method, speedbar-select-frame-method)
9101         (speedbar-use-tool-tips-flag): New options.
9103         (speedbar-check-read-only, speedbar-require-version)
9104         (speedbar-insert-separator, speedbar-buffers-tail-notes)
9105         (speedbar-handle-delete-frame, speedbar-try-completion)
9106         (speedbar-update-localized-contents): New functions.
9108         (speedbar-incompatible-version, speedbar-ro-to-do-point)
9109         (speedbar-object-read-only-indicator): New variables.
9111         (speedbar-visiting-tag-hook, speedbar-before-visiting-file-hook):
9112         New hooks.
9114         (speedbar-separator-face): New face.
9116         (speedbar-supported-extension-expressions): Add `.g' and `.ma?k'.
9117         (speedbar-ignored-modes): Add fundamental-mode.
9118         (speedbar-directory-unshown-regexp): Add . directories.
9120         (speedbar-key-map): Remove old SPC and DEL page up/down keys.
9121         (speedbar-file-key-map): Add SPC to toggle node expansion, `[' and
9122         `]' for full expand/close.
9123         (speedbar-buffers-key-map): Add SPC to toggle node expansion.
9125         (speedbar-check-vc): Support hidden files.
9126         (speedbar-vc-check-dir-p): Use vc-state if available for CVS.
9127         (speedbar-this-file-in-vc): Use vc-state if available.  If VC
9128         state is nil, it is not checked out.
9130         (speedbar-line-text, speedbar-line-token): Support expand buttons
9131         with no text.
9132         (speedbar-refresh): Universal argument acts as power-click.
9133         (speedbar-fetch-dynamic-tags): If a buffer is in Emacs, switch to
9134         that buffer to get variable values.
9136         And many other bugfixes.
9138         * dframe.el, ezimage.el, sb-image.el: New files.
9140         * sb-*.xpm: Remove files.  New image files installed into
9141         etc/images/ezimage.
9143 2005-09-30  Kenichi Handa  <handa@m17n.org>
9145         * ps-mule.el (ps-mule-show-warning): If a character is in
9146         ps-print-translation-table, don't treat it as non-printable.
9148 2005-09-30  David Ponce  <david@dponce.com>
9150         * tree-widget.el (tree-widget-themes-load-path): New variable.
9151         (tree-widget-themes-directory): Doc fix.
9152         (tree-widget-image-formats) [Emacs]: Doc fix.
9153         (tree-widget--locate-sub-directory): New function.
9154         (tree-widget-themes-directory): Use it.
9156         * recentf.el (recentf-filename-handlers): Rename from
9157         `recentf-filename-handler'.  Allow a list of functions.
9158         (recentf-menu-items-for-commands): Fix :help strings.
9159         (recentf-apply-filename-handlers): New function.
9160         (recentf-expand-file-name): Use it.
9161         (recentf-cleanup): Remove duplicates too.
9163 2005-09-29  Juri Linkov  <juri@jurta.org>
9165         * faces.el: Rearrange face definitions to be in the same order as
9166         their face descriptions in "(emacs)Standard Faces".
9168         * isearch.el (isearch, lazy-highlight): Add group `basic-faces'.
9170         * tooltip.el (tooltip): Add group `basic-faces'.
9172         * buff-menu.el (Buffer-menu-buffer): Remove group
9173         `font-lock-highlighting-faces'.
9175         * progmodes/compile.el (compilation-error, compilation-warning)
9176         (compilation-info, compilation-line-number, compilation-column-number):
9177         Change group from `font-lock-highlighting-faces' to `compilation'.
9179         * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
9180         (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face)
9181         (vhdl-font-lock-function-face, vhdl-font-lock-directive-face)
9182         (vhdl-font-lock-reserved-words-face)
9183         (vhdl-font-lock-translate-off-face, syntax-alist): Remove group
9184         `font-lock-highlighting-faces'.
9186         * cus-edit.el (custom-buffer-sort-alphabetically): Default to nil.
9188 2005-09-28  Kim F. Storm  <storm@cua.dk>
9190         * emulation/cua-base.el: Set CUA move property on additional commands:
9191         up-list, down-list, backward-up-list, end-of-defun beginning-of-defun,
9192         forward-sexp, backward-sexp, forward-list, backward-list.
9194 2005-09-28  Romain Francoise  <romain@orebokech.com>
9196         * comint.el (comint-show-output): Really set point at the
9197         beginning of the output when not using `comint-use-prompt-regexp'.
9199 2005-09-27  Jay Belanger  <belanger@truman.edu>
9201         * calc/calc-lang.el (math-oper-table): Raise the precedence of "/"
9202         in TeX mode.
9204 2005-09-26  Juanma Barranquero  <lekktu@gmail.com>
9206         * textmodes/org.el (org-table-sum): Fix format string.
9208         * textmodes/tex-mode.el (tex-insert-quote, latex-indent):
9209         Quote face names.
9211 2005-09-26  Romain Francoise  <romain@orebokech.com>
9213         * isearch.el (isearch-forward-regexp): Close doc string.
9215 2005-09-25  Richard M. Stallman  <rms@gnu.org>
9217         * simple.el (blink-matching-open): Don't no-op when point is BEGV+1.
9219         * isearch.el (isearch-forward, isearch-forward-regexp): Doc fixes.
9221         * progmodes/compile.el (compilation-error-properties):
9222         When getting the file from the previous error message,
9223         correctly decode the new data format.
9225         * progmodes/cc-cmds.el (c-electric-paren):
9226         Call old-blink-paren only for close-paren.
9228 2005-09-24  Andreas Schwab  <schwab@suse.de>
9230         * term/rxvt.el (rxvt-register-default-colors): Delete redundant
9231         condition.
9233 2005-09-25  Romain Francoise  <romain@orebokech.com>
9235         * dired-aux.el (dired-copy-file-recursive):
9236         * dired.el (dired-delete-file):
9237         * ediff-mult.el (ediff-dir-diff-copy-file):
9238         * ediff-util.el (ediff-test-save-region):
9239         * forms.el (forms-mode):
9240         * ido.el (ido-file-internal, ido-delete-file-at-head):
9241         * log-edit.el (log-edit-done):
9242         * ses.el (ses-yank-resize):
9243         * play/gomoku.el (gomoku-human-plays, gomoku)
9244         (gomoku-human-resigns, gomoku-prompt-for-other-game)
9245         (gomoku-offer-a-draw):
9246         * play/landmark.el (lm-human-resigns, lm):
9247         * net/eudcb-ldap.el (eudc-ldap-check-base):
9248         * play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game):
9249         * progmodes/ebrowse.el (ebrowse-find-pattern):
9250         * progmodes/idlw-shell.el (idlwave-shell-set-bp-check):
9251         * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer):
9252         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and space.
9254         * vc.el (vc-delete-file):
9255         * play/gomoku.el (gomoku-terminate-game, gomoku)
9256         (gomoku-prompt-for-move, gomoku-human-takes-back):
9257         * play/landmark.el (lm-human-takes-back, lm-prompt-for-move)
9258         (lm-start-robot, lm-human-plays): Remove extraneous spaces in messages.
9260 2005-09-24  Dan Nicolaescu  <dann@ics.uci.edu>
9262         * term/rxvt.el (rxvt-register-default-colors): Add support for 255
9263         color rxvt terminals by using the code xterm.el used to use before
9264         2005-04-09 in order to match the colors used by rxvt.
9266 2005-09-24  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>  (tiny change)
9268         * term/rxvt.el (rxvt-register-default-colors): Add support for 88
9269         colors rxvt-unicode terminals by using the same code as xterm.el.
9271 2005-09-24  Stefan Monnier  <monnier@iro.umontreal.ca>
9273         * textmodes/tex-mode.el (tex-font-lock-append-prop)
9274         (tex-font-lock-suscript, tex-insert-quote, latex-indent): Adjust to the
9275         new symbol used for the tex-verbatim face.
9277 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
9279         * woman.el (woman-file-name):
9280         * wid-edit.el (widget-file-prompt-value)
9281         (widget-coding-system-prompt-value):
9282         * w32-fns.el (set-w32-system-coding-system):
9283         * vc.el (vc-version-diff, vc-annotate):
9284         * textmodes/reftex-auc.el (reftex-arg-cite)
9285         (reftex-arg-index-tag):
9286         * textmodes/refer.el (refer-get-bib-files):
9287         * textmodes/artist.el (artist-figlet-choose-font):
9288         * terminal.el (terminal-emulator):
9289         * replace.el (occur-read-primary-args):
9290         * rect.el (string-rectangle, string-insert-rectangle):
9291         * ps-print.el (ps-print-preprint):
9292         * progmodes/pascal.el (pascal-goto-defun):
9293         * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
9294         * progmodes/compile.el (compilation-find-file):
9295         * printing.el (pr-interactive-n-up):
9296         * play/animate.el (animate-birthday-present):
9297         * net/rcompile.el (remote-compile):
9298         * man.el (man, Man-goto-section, Man-follow-manual-reference):
9299         * mail/rmailsum.el (rmail-summary-search-backward)
9300         (rmail-summary-search):
9301         * mail/rmailout.el (rmail-output-read-rmail-file-name)
9302         (rmail-output-read-file-name):
9303         * mail/rmail.el (rmail-search, rmail-search-backwards):
9304         * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
9305         * locate.el (locate):
9306         * international/quail.el (quail-show-keyboard-layout):
9307         * international/mule.el (set-buffer-file-coding-system)
9308         (revert-buffer-with-coding-system, set-file-name-coding-system)
9309         (set-terminal-coding-system, set-keyboard-coding-system)
9310         (set-next-selection-coding-system):
9311         * international/mule-diag.el (describe-coding-system)
9312         (describe-font, describe-fontset):
9313         * international/mule-cmds.el (universal-coding-system-argument)
9314         (search-unencodable-char, describe-input-method)
9315         (set-language-environment, describe-language-environment):
9316         * international/codepage.el (codepage-setup):
9317         * international/code-pages.el (codepage-setup):
9318         * info.el (Info-search, Info-follow-reference)
9319         (Info-search-backward):
9320         * emacs-lisp/advice.el (ad-read-advised-function)
9321         (ad-read-advice-class, ad-clear-cache, ad-activate)
9322         (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
9323         (ad-enable-advice, ad-disable-advice, ad-remove-advice)
9324         (ad-read-regexp):
9325         * ediff-util.el (ediff-toggle-regexp-match):
9326         * ediff-ptch.el (ediff-prompt-for-patch-file):
9327         * dired-aux.el (dired-diff):
9328         * diff.el (diff):
9329         * cus-edit.el (custom-variable-prompt):
9330         * calendar/timeclock.el (timeclock-ask-for-project):
9331         * calc/calcalg3.el (calc-get-fit-variables):
9332         * calc/calc-store.el (calc-edit-variable)
9333         (calc-permanent-variable):
9334         * vc-mcvs.el (vc-mcvs-register):
9335         * shadowfile.el (shadow-define-literal-group):
9336         * woman.el (woman-file-name):
9337         * vc.el (vc-version-diff, vc-merge):
9338         * textmodes/reftex-index.el (reftex-index-complete-tag):
9339         * format.el (format-decode-buffer, format-decode-region):
9340         * emulation/viper-cmd.el (viper-read-string-with-history):
9341         * emacs-lisp/debug.el (cancel-debug-on-entry):
9342         * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
9343         * ediff.el (ediff-merge-revisions)
9344         (ediff-merge-revisions-with-ancestor, ediff-revision):
9345         * completion.el (interactive-completion-string-reader):
9346         * calc/calc-prog.el (calc-user-define-formula):
9347         Follow convention for reading with the minibuffer.
9349 2005-09-24  Steven Huwig  <steven_h@acm.org>  (tiny change)
9351         * progmodes/python.el (python-describe-symbol): Add globals() and
9352         locals() to the arguments of emacs.ehelp.
9354 2005-09-24  Magnus Henoch  <mange@freemail.hu>
9356         * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries):
9357         New function, code extracted from ispell-valid-dictionary-list.
9358         (ispell-valid-dictionary-list, ispell-accept-buffer-local-defs):
9359         Call it.
9361 2005-09-24  Eli Zaretskii  <eliz@gnu.org>
9363         * subr.el (version-regexp-alist): Extend valid syntax for version
9364         strings: allow any of the characters -,_,+ to separate the
9365         alpha/beta/rc part from the version part.  Doc fix.
9366         (version-to-list): Doc fix.  Bind case-fold-search to t, as advertised.
9368 2005-09-23  David Reitter  <david.reitter@gmail.com>
9370         * mail/mailclient.el: New file.
9372 2005-09-23  Richard M. Stallman  <rms@gnu.org>
9374         * textmodes/flyspell.el (flyspell-highlight-incorrect-region)
9375         (flyspell-incorrect-hook, flyspell-highlight-duplicate-region):
9376         Doc fixes.
9378         * progmodes/cc-mode.el (c-font-lock-init):
9379         Specify font-lock-lines-before.
9381 2005-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
9383         * smerge-mode.el (smerge-remove-props): Cause re-highlighting of the
9384         whole conflict.
9386 2005-09-23  Carsten Dominik  <dominik@science.uva.nl>
9388         * textmodes/org.el (org-mode-map, orgtbl-mode-map):
9389         Move keybindings with `C-c C-h' prefix to `C-c C-x' prefix.  Make use
9390         of `remap' feature when available.  Additional key bindings for
9391         better tty support.
9392         (org-mode-restart, org-force-self-insert): New commands.
9393         (org-time-stamp-inactive): New command.
9394         (org-remap): New function.
9395         (org-table-auto-blank-field, org-level-color-stars-only): New options.
9396         (org-enable-fixed-width-editor): Move to `org-structure'
9397         customization group.
9398         (org-self-insert-command, orgtbl-self-insert-command): Modify to
9399         blank field after field motion commands.
9401 2005-09-23  Kenichi Handa  <handa@m17n.org>
9403         * international/mule-cmds.el (set-language-environment):
9404         Don't check utf-translate-cjk-lang-env is nil or not on deciding if we
9405         have to call utf-translate-cjk-load-tables.
9407 2005-09-22  Stefan Monnier  <monnier@iro.umontreal.ca>
9409         * mouse.el (mouse-move-drag-overlay): Fix last change.
9411 2005-09-22  David Ponce  <david@dponce.com>
9413         * tree-widget.el (tree-widget-value-create): Fix previous change.
9415 2005-09-21  Dan Nicolaescu  <dann@ics.uci.edu>
9417         * term/xterm.el (terminal-init-xterm): Fix loading rxvt at run time.
9419 2005-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
9421         * mouse.el (mouse-move-drag-overlay): New function.
9422         (mouse-drag-region-1): Use it.
9423         Try to simplify a bit the state handling.  Handle clicks on links
9424         inside intangible areas.
9425         (mouse-save-then-kill): Minor simplification.
9426         (mouse-secondary-overlay): Make it always non-nil instead of
9427         recreating it each time.
9428         (mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary)
9429         (mouse-kill-secondary, mouse-secondary-save-then-kill):
9430         Simplify accordingly.
9432 2005-09-21  Dan Nicolaescu  <dann@ics.uci.edu>
9434         * term/rxvt.el (rxvt-standard-colors): Fix some colors.
9436 2005-09-20  Michael Kifer  <kifer@cs.stonybrook.edu>
9438         * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt.
9439         (ediff-file-name-sans-prefix): Treat nil as an empty string.
9440         (ediff-fixup-patch-map): Better heuristic for intuiting the file names
9441         to patch.
9443         * ediff-util.el: Use insert-buffer-substring.
9445         * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Bug fix.
9447         * emulation/viper-cmd.el (viper-change-state): Don't move over the
9448         field boundaries in the minibuffer.
9449         (viper-set-minibuffer-style): Add viper-minibuffer-post-command-hook.
9450         (viper-minibuffer-post-command-hook): New hook.
9451         (viper-line): Don't move cursor at bolp.
9453         * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Fix message.
9455         * emulation/viper-init.el: Add alias to make-variable-buffer-local to
9456         avoid compiler warnings.
9458         * emulation/viper-macs.el (ex-map): Better messages.
9460         * emulation/viper-utils.el (viper-beginning-of-field): New function.
9462         * emulation/viper.el: Replace make-variable-buffer-local with
9463         viper-make-variable-buffer-local everywhere, to avoid warnings.
9465 2005-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
9467         * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
9468         Delete unused var `old-selected-window'.
9469         (mouse-drag-region-1): Delete unused vars `start-frame', `end-of-range'.
9470         (mouse-drag-secondary): Delete unused var `start-frame'.
9472 2005-09-19  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>  (tiny change)
9474         * term/rxvt.el (terminal-init-rxvt): Add entry for [end].
9476 2005-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
9478         * calendar/calendar.el (mark-visible-calendar-date): Save excursion.
9479         Re-indent within 80 columns.  Use inhibit-read-only.
9481 2005-09-19  Romain Francoise  <romain@orebokech.com>
9483         * calendar/diary-lib.el (mark-diary-entries): Revert last change.
9485 2005-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
9487         * font-lock.el (font-lock-default-fontify-region): Don't add a line
9488         unconditionally, since the after-change-function already did it.
9490 2005-09-19  Miles Bader  <miles@gnu.org>
9492         * net/newsticker.el: Get rid of CVS keyword.
9494 2005-09-19  Johan Bockg\e,Ae\e(Brd  <bojohan+sf@dd.chalmers.se>
9496         * dired-aux.el (dired-handle-overwrite): Don't use `format' here.
9497         The prompt is formatted later.
9499 2005-09-19  David Ponce  <david@dponce.com>
9501         * tree-widget.el (tree-widget-value-create): Save the converted
9502         tree :node widget.
9504 2005-09-19  Juanma Barranquero  <lekktu@gmail.com>
9506         * progmodes/sh-script.el (sh-blink): Fix spurious reference to
9507         variable `message'.
9509 2005-09-18  Michael Albinus  <michael.albinus@gmx.de>
9511         * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
9512         to cover prompts like "login as:".  Reported by Slawomir Nowaczyk
9513         <slawomir.nowaczyk.847@student.lu.se>.
9515 2005-09-18  Chong Yidong  <cyd@stupidchicken.com>
9517         * image.el (image-load-path): Use symbol `data-directory' instead
9518         of its value, for backward compatibility with packages that bind
9519         it during `find-image'.  Suggested by Katsumi Yamaoka.
9520         (image-search-load-path): Handle symbols whose values are strings.
9522 2005-09-18  Romain Francoise  <romain@orebokech.com>
9524         * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap
9525         with-current-buffer form in save-excursion.
9527 2005-09-18  D Goel  <deego@gnufans.org>
9529         * apropos.el (apropos-command): Fix `message' call: first arg
9530         should be a format spec.  In this and all other cases that appear
9531         below and elsewhere in the source code, I made a change only when
9532         two conditions were satisfied: [1] I can think of a possibility
9533         that the arguments would cause an error, for example, the code in
9534         question relies on external variables such as filenames.  [2] I
9535         was sure that the arg to `message' could not have been nil in the code.
9537         * textmodes/tildify.el (tildify-region): Ditto.
9539         * textmodes/reftex-index.el (reftex-index-change-entry)
9540         (reftex-index-phrase-selection-or-word, reftex-query-index-phrase):
9541         * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite):
9542         * textmodes/org.el (org-complete, org-deadline, org-schedule)
9543         (org-priority, org-table-sum):
9544         * textmodes/ispell.el (ispell-check-version, ispell-parse-output):
9545         * textmodes/flyspell.el (flyspell-mode-on, flyspell-notify-misspell)
9546         (flyspell-word, flyspell-display-next-corrections):
9547         * textmodes/bibtex.el (bibtex-print-help-message):
9548         * textmodes/artist.el (artist-key-set-point-poly):
9549         * term/mac-win.el (mac-services-insert-text):
9550         * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings)
9551         (vhdl-hooked-abbrev, vhdl-template-insert-fun)
9552         (vhdl-port-paste-testbench, vhdl-compose-new-component)
9553         (vhdl-compose-configuration):
9554         * progmodes/sh-script.el (sh-blink, sh-show-indent)
9555         (sh-set-indent, sh-learn-line-indent):
9556         * progmodes/ps-mode.el (ps-mode-target-column):
9557         * progmodes/idlwave.el (idlwave-make-tags)
9558         (idlwave-scan-library-catalogs):
9559         * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display):
9560         * progmodes/gud.el (gud-jdb-analyze-source):
9561         * progmodes/flymake.el (flymake-log):
9562         * progmodes/ebnf2ps.el (ebnf-generate-region):
9563         * progmodes/cmacexp.el (c-macro-expansion):
9564         * progmodes/ada-xref.el (ada-treat-cmd-string):
9565         * progmodes/ada-mode.el (ada-create-case-exception-substring)
9566         (ada-justified-indent-current, ada-batch-reformat):
9567         * play/zone.el (zone):
9568         * play/landmark.el (lm-move):
9569         * play/decipher.el (decipher-show-alphabet):
9570         * net/newsticker.el (newsticker--display-jump)
9571         (newsticker--display-scroll):
9572         * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list)
9573         (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list):
9574         * mail/feedmail.el (feedmail-dump-message-to-queue):
9575         * eshell/esh-proc.el (eshell-remove-process-entry):
9576         * emulation/ws-mode.el (ws-last-error):
9577         * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args)
9578         (viper-record-kbd-macro):
9579         * emulation/viper-ex.el (ex-pwd, viper-info-on-file):
9580         * emacs-lisp/lisp-mnt.el (lm-report-bug):
9581         * emacs-lisp/find-func.el (find-function-noselect):
9582         * calendar/timeclock.el (timeclock-status-string)
9583         (timeclock-workday-remaining-string, timeclock-workday-elapsed-string)
9584         (timeclock-when-to-leave-string):
9585         * calendar/icalendar.el (icalendar--convert-ical-to-diary):
9586         * calc/calc-units.el (calc-enter-units-table):
9587         * calc/calc-mode.el (calc-mode-record-mode):
9588         * woman.el (woman-mini-help):
9589         * wdired.el (wdired-change-to-wdired-mode):
9590         * vc.el (vc-retrieve-snapshot):
9591         * strokes.el (strokes-read-stroke, strokes-read-complex-stroke):
9592         * startup.el (display-startup-echo-area-message):
9593         * simple.el (set-goal-column):
9594         * ses.el (ses-command-hook, ses-recalculate-cell):
9595         * server.el (server-process-filter):
9596         * printing.el (pr-interface-txt-print, pr-interface-printify)
9597         (pr-interface-ps):
9598         * pcvs.el (cvs-help):
9599         * log-edit.el (log-edit, log-edit-mode-help):
9600         * iswitchb.el (iswitchb-possible-new-buffer):
9601         * isearch.el (isearch-edit-string):
9602         * image-mode.el (image-mode, image-minor-mode):
9603         * ibuf-macs.el (define-ibuffer-filter):
9604         * hi-lock.el (hi-lock-find-patterns):
9605         * files.el (toggle-read-only):
9606         * ediff-util.el (ediff-copy-diff)
9607         (ediff-write-merge-buffer-and-maybe-kill):
9608         * echistory.el (Electric-history-undefined):
9609         * dnd.el (dnd-insert-text):
9610         * dired-aux.el (dired-query):
9611         * desktop.el (desktop-restore-file-buffer, desktop-lazy-create-buffer):
9612         * bookmark.el (bookmark-bmenu-locate):
9613         * obsolete/fast-lock.el (@top-level) <with-temp-message macro>:
9614         Fix `message' calls to ensure first arg is a format string.
9615         The change was made only when these two conditions were satisfied:
9616         [1] when there is a possibility that the arguments would cause an error
9617         for example, if the code in question relies on external variables
9618         such as filenames, and
9619         [2] if the arg to `message' could not have been nil in the code.
9621         * pcomplete.el (pcomplete--help): Fix `message' format spec.
9622         Not having a %s would be weird, though not technically wrong.
9624 2005-09-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
9626         * term/mac-win.el (mac-add-charset-info): Doc fix.
9628 2005-09-17  Romain Francoise  <romain@orebokech.com>
9630         * shell.el (shell-resync-dirs): Handle echoing processes more
9631         reliably.  Don't insert resync command if `comint-process-echoes'
9632         is non-nil.
9634 2005-09-17  Magnus Henoch  <mange@freemail.hu>
9636         * textmodes/ispell.el (ispell-aspell-supports-utf8): New variable.
9637         (ispell-check-version): Set ispell-aspell-supports-utf8 to t for
9638         aspell versions >= 0.60.
9639         (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
9640         only if ispell-aspell-supports-utf8 is non-nil.
9642 2005-09-17  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
9644         * progmodes/scheme.el (scheme-mode-variables): Use setq to assign
9645         buffer-local value to lisp-indent-function.
9647 2005-09-17  Milan Zamazal  <pdm@zamazal.org>
9649         * progmodes/glasses.el (glasses-make-readable): If
9650         glasses-separator differs from underscore, put appropriate
9651         overlays over underscore characters.
9652         (glasses-convert-to-unreadable): If glasses-separator differs from
9653         underscore, try to convert glasses-separator characters to
9654         underscores.
9656 2005-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
9658         * calendar/diary-lib.el (mark-diary-entries): Don't move point.
9659         Use with-syntax-table and dolist.
9661 2005-09-16  Carsten Dominik  <dominik@science.uva.nl>
9663         * textmodes/reftex-auc.el:
9664         * textmodes/reftex-cite.el:
9665         * textmodes/reftex-dcr.el:
9666         * textmodes/reftex-global.el:
9667         * textmodes/reftex-parse.el:
9668         * textmodes/reftex-ref.el:
9669         * textmodes/reftex-sel.el:
9670         * textmodes/reftex-toc.el:
9671         * textmodes/reftex-vars.el:
9672         * textmodes/reftex.el: Small changes to remove compiler warnings.
9674         * textmodes/reftex-index.el: Likewise.
9675         (reftex-query-index-phrase): More efficient use of markers.
9677 2005-09-15  Chong Yidong  <cyd@stupidchicken.com>
9679         * image.el (image-load-path): New variable.
9680         (image-search-load-path): New function.
9681         (find-image): Search for images in `image-load-path'.
9683 2005-09-15  Richard M. Stallman  <rms@gnu.org>
9685         * follow.el: Change Maintainer field.
9687 2005-09-15  David Ponce  <david@dponce.com>
9689         * recentf.el (recentf-save-file-modes): New option.
9690         (recentf-save-list): Use it.
9692 2005-09-15  Nick Roberts  <nickrob@snap.net.nz>
9694         * bindings.el (mode-line-eol-desc, mode-line-coding-system-map)
9695         (mode-line-mule-info, mode-line-modified): Move bindings from
9696         mouse-3 to mouse-1.
9698 2005-09-15  Chong Yidong  <cyd@stupidchicken.com>
9700         * simple.el (sendmail-user-agent-compose): Revert last change.
9702 2005-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
9704         * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
9705         Use with-current-buffer.
9706         (ange-ftp-gwp-start): Remove unused var `gw-user'.
9707         (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
9708         (ange-ftp-insert-directory): Remove unused var `short'.
9709         (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
9711         * pcvs-defs.el (cvs-version): Recognize CVSNT version string.
9712         (cvs-execute-single-dir): Change default: cvs-1.9 is ancient.
9714         * calendar/cal-menu.el: Don't require easymenu, since we don't use it.
9715         (check-calendar-holidays, diary-list-entries): Autoload.
9716         Otherwise `emacs -q' followed by "mouse-2 -> diary entries" burps.
9717         (calendar-mouse-holidays, calendar-mouse-view-diary-entries): Simplify.
9719         * calendar/diary-lib.el (diary-show-all-entries): Fix last change,
9720         which mistakenly removed a call to display-buffer.
9722 2005-09-14  Juanma Barranquero  <lekktu@gmail.com>
9724         * obsolete/iso-insert.el: Move to obsolete/ from international/.
9726 2005-09-14  Thien-Thi Nguyen  <ttn@gnu.org>
9728         * progmodes/hideshow.el
9729         (hs-hide-comments-when-hiding-all): Remove autoload cookie.
9730         (hs-allow-nesting): New user var.
9731         (hs-discard-overlays): Skip "internal" overlays if nesting allowed.
9732         (hs-hide-block-at-point): When nesting allowed,
9733         if there is already an overlay in place, delete it.
9734         (hs-safety-is-job-n): Delete func; remove call sites.
9735         (hs-hide-level-recursive): Don't pre-clean if nesting allowed.
9736         (hs-overlay-at): New func.
9737         (hs-already-hidden-p, hs-show-block): Use it.
9738         (hs-hide-all): Don't pre-clean if nesting allowed.
9739         (hs-show-all): Temporarily disallow
9740         nesting around call to `hs-discard-overlays'.
9742 2005-09-14  Chong Yidong  <cyd@stupidchicken.com>
9744         * mouse.el (mouse-major-mode-menu): Make `prefix' optional.
9745         Delete unused local var.
9747 2005-09-13  Juanma Barranquero  <lekktu@gmail.com>
9749         * help-fns.el (describe-categories): "?\ " -> "?\s".
9750         (help-do-arg-highlight): Recognize also ARG-n, as in
9751         `move-to-left-margin' (ARG+n is already recognized).  Simplify.
9753         * international/codepage.el (dos-unsupported-char-glyph):
9754         * net/newsticker.el (tool-bar-map, w3-mode-map)
9755         (w3m-minor-mode-map):
9756         * progmodes/vhdl-mode.el (conf-alist, conf-entry, conf-key)
9757         (ent-alist):
9758         * textmodes/reftex-vars.el (reftex-tables-dirty): Add defvars.
9760 2005-09-13  Chong Yidong  <cyd@stupidchicken.com>
9762         * custom.el (custom-push-theme): Handle the case where a symbol is
9763         bound but face properties have not yet been assigned.
9765         * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
9766         Fix behavior if noerase is `t' and there is no mail buffer.
9768         * simple.el (sendmail-user-agent-compose): Use a new mail buffer
9769         if `continue' is nil, rather than signal an error.
9771 2005-09-12  Richard M. Stallman  <rms@gnu.org>
9773         * font-lock.el (font-lock-keywords): Add autoload.
9775         * help-fns.el (describe-variable): Rearrange to put source link
9776         in a predictable place.
9778         * net/newsticker.el: New file.
9780 2005-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
9782         * calendar/calendar.el (calendar-for-loop): Add edebug info.
9783         (calendar-basic-setup): Use the new nil arg.
9784         (number-of-diary-entries): Move to diary-lib.el.
9786         * calendar/diary-lib.el: Use with-current-buffer, match-string.
9787         (diary-list-entries): Use with-syntax-table and dolist.
9788         Rename from list-diary-entries.
9789         Use number-of-diary-entries if `number' is nil.
9790         (diary, diary-view-entries): Use this new name and new nil arg value.
9791         (number-of-diary-entries): Move from calendar.el.
9792         (diary-unhide-everything): New function.
9793         (include-other-diary-files, fancy-diary-display)
9794         (diary-show-all-entries, make-diary-entry): Use it.
9795         (diary-mail-entries): Use buffer-string.
9796         (mark-diary-entries): Fix long standing paren typo.
9797         (diary-sexp-entry): Use count-lines.
9798         (make-diary-entry): Avoid `previous-line'.
9799         (diary-mode-map): New var.
9800         (diary-mode): Redraw cal after saving.  Setup header-line.
9801         (fancy-diary-display-mode): Use local-set-key.
9803         * startup.el (command-line): Try calling various terminal-init-foo-bar
9804         functions by stripping hyphenated suffixes from $TERM.
9806         * files.el (normal-mode): Check boundness of font-lock-keywords.
9808 2005-09-12  Richard M. Stallman  <rms@gnu.org>
9810         * progmodes/compile.el: Don't decide a file's directory
9811         until the user actually tries to go there.
9812         (compilation-next-error-function):
9813         Pass compilation-find-file the directory from the file-struct.
9814         (compilation-internal-error-properties): Separate local FILE-STRUCT
9815         from FILE.  Doc the args better.  Rename arg FMT to FMTS.
9816         (compilation-find-file): Arg DIR renamed to DIRECTORY.
9817         Expand it, and if nil, use default-directory.
9818         (compilation-get-file-structure): Don't mix specified directory
9819         with default directory.  Put specified directory into
9820         file-struct.  Don't make the file name absolute.
9822         * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
9823         (compile-command): Add autoload.
9824         (compilation-disable-input): Add autoload.
9826 2005-09-11  Stephen Gildea  <gildea@stop.mail-abuse.org>
9828         * time-stamp.el: Mention variable `time-stamp-pattern' in doc
9829         strings of the variables it can override.
9830         (time-stamp): New (as yet undocumented) time-stamp-format escapes
9831         %Q and %q, for fully-qualified domain name and unqualified host name.
9833 2005-09-11  Kim F. Storm  <storm@cua.dk>
9835         * emacs-lisp/authors.el (authors-aliases): Update list.
9836         (authors-fixed-entries): Update mldrag.el entry.
9838 2005-09-10  Alan Mackenzie  <acm@muc.de>
9840         * page.el (narrow-to-page): Exclude _entire_ multi-line delimiter
9841         from the region narrowed to.
9843 2005-09-10  Magnus Henoch  <mange@freemail.hu>
9845         * textmodes/ispell.el (ispell-check-version): Signal an error if
9846         aspell version is less than 0.60.
9848 2005-09-10  Pascal Dupuis  <Pascal.Dupuis@esat.kuleuven.be>  (tiny change)
9850         * progmodes/octave-inf.el (inferior-octave-startup):
9851         Resync current dir at the end.
9853 2005-09-10  Emilio C. Lopes  <eclig@gmx.net>
9855         * woman.el (woman-topic-at-point-default):
9856         Rename to woman-use-topic-at-point-default.
9857         (woman-topic-at-point): Rename to woman-use-topic-at-point.
9858         (woman-file-name): Reflect renames above.  Automatically use the
9859         word at point as topic if woman-use-topic-at-point is non-nil.
9860         Otherwise offer it as default but don't insert it in the
9861         minibuffer.  Also use `test-completion' instead of `assoc' as
9862         suggested by Stefan Monnier.
9864 2005-09-10  Andre Spiegel  <spiegel@gnu.org>
9866         * vc.el (vc-directory, vc-update-change-log): Throw an error on
9867         the attempt to do it over Tramp.  This is not yet supported.
9869 2005-09-10  Eli Zaretskii  <eliz@gnu.org>
9871         * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
9872         (menu-bar-non-minibuffer-window-p): New functions.
9873         ("Split Window", "Save As..."): Use them.
9874         ("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
9875         ("Print Buffer", "Truncate Long Lines in this Buffer"):
9876         Use menu-bar-menu-frame-live-and-visible-p.
9877         ("Save Buffer", "Insert File", "Open Directory...")
9878         ("Open File...", "Visit New File..."):
9879         Use menu-bar-non-minibuffer-window-p.
9880         (kill-this-buffer-enabled-p, dired <menu-enable>):
9881         Use menu-bar-non-minibuffer-window-p.
9883 2005-09-09  Eli Zaretskii  <eliz@gnu.org>
9885         * cus-start.el (all): Don't complain about fringe-related
9886         built-ins if fringes are not supported.  Ditto about
9887         selection-related built-ins.  Fix the test for GTK-related built-ins.
9889         * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)")
9890         ("Postscript Print Buffer", "Print Region", "Save As...")
9891         ("Save", "Insert File...", "Open Directory...")
9892         ("Open File...", "Visit New File..."")
9893         ("Truncate Long Lines in this Buffer"): Don't look at
9894         menu-updating-frame if this display does not support multiple frames.
9896 2005-09-09  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
9898         * mail/sendmail.el (default-sendmail-coding-system): Doc fix.
9900 2005-09-09  Emilio Lopes  <eclig@gmx.net>
9902         * woman.el: Format- and whitespace-related changes.
9904 2005-09-09  Eli Zaretskii  <eliz@gnu.org>
9906         * woman.el: Fix my email address.
9908 2005-09-08  Richard M. Stallman  <rms@gnu.org>
9910         * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var.
9911         (sh-mode): Locally set skeleton-pair-default-alist.
9913         * progmodes/make-mode.el (makefile-add-log-defun): Trim the result.
9915         * progmodes/flymake.el: Require `compile' unconditionally.
9917         * mail/sendmail.el (send-mail-function): Add Mailclient alternative.
9919         * woman.el (woman-file-name): Provide a default, not initial input.
9921         * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props.
9923         * font-lock.el (font-lock-support-mode): Doc fix.
9925         * descr-text.el (describe-property-list): Handle non-symbol prop names.
9927 2005-09-08  Richard M. Stallman  <rms@gnu.org>
9929         * simple.el (blink-matching-open): Get rid of text props from
9930         the string shown in echo area.  Don't permanently set point.
9931         Some rearrangements.
9933 2005-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
9935         * recentf.el (recentf-filename-handler): Add custom choice
9936         `abbreviate-file-name'.
9938         * msb.el (msb--very-many-menus): Fix typo.
9940         * disp-table.el (standard-display-european): Don't set
9941         enable-multibyte-characters to nil.
9943 2005-09-08  David Ponce  <david@dponce.com>
9945         * recentf.el (recentf-show-file-shortcuts-flag): New option.
9946         (recentf-expand-file-name): Doc fix.
9947         (recentf-dialog-mode-map): Define digit shortcuts.
9948         (recentf--files-with-key): New variable.
9949         (recentf-show-digit-shortcut-filter): New function.
9950         (recentf-open-files-items): New function.
9951         (recentf-open-files): Use it.
9952         (recentf-open-file-with-key): New command.
9954 2005-09-08  Chong Yidong  <cyd@stupidchicken.com>
9956         * buff-menu.el (Buffer-menu-sort-by-column): New function.
9957         Suggested by Kim F. Storm.
9958         (Buffer-menu-sort-button-map): Global keymap for sort buttons.
9959         (Buffer-menu-make-sort-button): Use global keymap.
9961 2005-09-07  Michael Albinus  <michael.albinus@gmx.de>
9963         * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'.
9964         (Man-getpage-in-background-advice): Remove defadvice; it isn't
9965         necessary any longer with the remapped command.
9966         (Man-bgproc-sentinel-advice): Remove defadvice which counts
9967         formatting time only.
9969         * net/tramp.el (tramp-action-password)
9970         (tramp-multi-action-password): Compile the password prompt from
9971         `method', `user' and `host'.  Sometimes it isn't obvious which
9972         password to enter, for example with remote files offered by
9973         recentf.el, or with multiple steps.  Suggested by Robert Marshall
9974         <robert@chezmarshall.freeserve.co.uk>.
9976 2005-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
9978         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
9979         Fix regexp for when "s///" is at the beginning of line.
9981 2005-09-07  Jay Belanger  <belanger@truman.edu>
9983         * calc/calc-poly.el (math-expand-term): Multiply out any powers
9984         when in matrix mode.
9986 2005-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
9988         * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use
9989         non-anonymous functions.
9991 2005-09-06  Chong Yidong  <cyd@stupidchicken.com>
9993         * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks
9994         when using a header line.  Otherwise, use mouse-1-click-follows-link.
9996         * mouse.el (mouse-drag-header-line): Do nothing if the header-line
9997         can't be moved; don't signal an error.
9999 2005-09-05  Chong Yidong  <cyd@stupidchicken.com>
10001         * cus-theme.el (custom-theme-write-faces): Save the current face
10002         spec, not the defface spec.
10004         * custom.el (custom-known-themes): Clarify meaning of "standard".
10005         (custom-push-theme): Save old values in the standard theme.
10006         (disable-theme): Correct typo.
10007         (custom-face-theme-value) Deleted unused function.
10008         (custom-theme-recalc-face): Rewritten to treat enable/disable properly.
10010 2005-09-05  Stefan Monnier  <monnier@iro.umontreal.ca>
10012         * progmodes/compile.el (compilation-goto-locus): Take into account
10013         iconified frames when determining whether the buffer is
10014         already visible.
10015         Don't reset window height if the window already existed.
10017 2005-09-04  Chong Yidong  <cyd@stupidchicken.com>
10019         * custom.el (load-theme): Rename from require-theme.
10020         Add interactive spec.
10021         (enable-theme): Rename from custom-enable-theme.
10022         Add interactive spec.
10023         (disable-theme): Rename from custom-disable-theme.
10024         Add interactive spec.
10025         (custom-make-theme-feature): Doc fix.
10026         (custom-theme-directory): Doc fix.
10027         (provide-theme): Call enable-theme.
10029 2005-09-02  Stefan Monnier  <monnier@iro.umontreal.ca>
10031         * obsolete/lazy-lock.el (lazy-lock-mode):
10032         * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on
10033         font-lock-mode if it's off.  Print a warning instead.
10035         * progmodes/compile.el (compilation-start): Ignore errors if the
10036         process died before we get to send-eof.
10038         * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file):
10039         Undo last change.  Enclosing the result in quotes broke things on Unix
10040         since tex-send-command passes it through shell-quote-argument.
10041         (tex-send-command): Pass `file' through convert-standard-filename
10042         when possible.
10043         (tex-uptodate-p): Handle the case where TeX hasn't put additional
10044         info in a transcript.
10046 2005-09-02  Dan Nicolaescu  <dann@ics.uci.edu>
10048         * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
10049         fix compilation warning.  Reorder the key definitions to group
10050         together keys emitted by the current version of xterm.
10052         * progmodes/vhdl-mode.el (vhdl-highlight-faces)
10053         (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face):
10054         Reorder predicates to correct min-color usage.
10056 2005-09-01  Chong Yidong  <cyd@stupidchicken.com>
10058         * longlines.el (longlines-mode): Inhibit read-only when encoding.
10059         Kill local variables when longlines-mode is turned off.
10061 2005-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
10063         * international/mule-cmds.el (set-locale-environment): Soothe compiler.
10065         * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
10067         * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el.
10069         * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove.
10070         (font-lock-lines-before): Change default to being inactive.
10071         (font-lock-default-fontify-region): Obey font-lock-lines-before.
10072         (font-lock-after-change-function): Don't handle f-l-lines-before here.
10074 2005-08-31  Michael Albinus  <michael.albinus@gmx.de>
10076         * net/tramp.el (tramp-handle-make-auto-save-file-name):
10077         Deactivate temporarily advice if active (not needed for Emacs 22,
10078         but for backwards compatibility).
10079         (tramp-exists-file-name-handler): Rewrite.  First implementation
10080         was too simple.
10081         (tramp-advice-make-auto-save-file-name):
10082         Call `tramp-handle-make-auto-save-file-name' (again, just for
10083         backwards compatibility).
10085 2005-08-31  Reto Zimmermann  <reto@gnu.org>
10087         * progmodes/vhdl-mode.el
10088         (vhdl-update-sensitivity-list): Handle multi-dimensional array access.
10089         (vhdl-end-p): Fix indentation bug "else" after "-- when".
10090         (vhdl-set-default-project): New function (easier setting of default).
10091         (vhdl-port-copy): Handle extended identifiers for generics.
10092         (vhdl-compiler-alist): Better description for error message regexp.
10093         (vhdl-make): Query for target, use previous as default.
10094         (vhdl-port-copy): Fix port copy for port names starting with "signal".
10095         (vhdl-font-lock-keywords-2): Fix fontification for record
10096         el. assign.
10097         (vhdl-speedbar-make-subpack-line): Add package body link.
10098         (vhdl-generate-makefile-1): Not include itself as dependency.
10099         (vhdl-font-lock-init): Highlight c-preprocessor directives.
10100         (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives.
10101         (vhdl-get-syntactic-context): Handle c-preprocessor directives.
10102         (vhdl-update-sensitivity-list): Start scan at opening parenthesis.
10103         (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop).
10104         (vhdl-update-sensitivity-list-buffer): Add string argument for `error'.
10105         (vhdl-import-project): Add string argument for `error'.
10106         (vhdl-compose-configuration)
10107         (vhdl-compose-configuration-architecture): Add configuration
10108         declaration generation.
10109         (vhdl-scan-directory-contents): Scan for block/generate hierarchy.
10110         (vhdl-trailer-re): Add "record" keyword (better indentation).
10111         (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of
10112         "[^ \t-\"]+".
10113         (vhdl-font-lock-keywords-2): Not highlight formal parameter after `|'.
10114         (vhdl-testbench-entity-file-name)
10115         (vhdl-testbench-architecture-file-name): Allow separate
10116         customization of testbench file names.
10117         (vhdl-beginning-of-block): Handle optional subprogram parameter list.
10118         (vhdl-get-visible-signals): Allow newline within alias declaration.
10119         (vhdl-update-sensitivity-list): Signal read only on certain attributes.
10120         (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes).
10121         (member-ignore-case): Alias for missing function in XEmacs.
10122         (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC.
10123         (vhdl-update-sensitivity-list): Ignore case on read signals.
10124         (vhdl-replace-string): Adjust case only for file names.
10125         (vhdl-update-sensitivity-list): Fix search for read signals.
10126         (vhdl-update-sensitivity-list): Exclude formal parameters.
10127         (vhdl-get-visible-signals): Include aliases of signals.
10128         (vhdl-get-visible-signals): Fix signal name searching.
10129         (vhdl-port-flatten, vhdl-port-reverse-direction): Better message.
10130         (vhdl-fixup-whitespace-region): Fix for character
10131         literals (e.g. `:').
10133 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
10135         * ansi-color.el (comint-last-output-start):
10136         * bs.el (font-lock-verbose):
10137         * diff-mode.el (add-log-buffer-file-name-function):
10138         * dired-x.el (vm-folder-directory):
10139         * faces.el (help-xref-stack-item):
10140         * files.el (font-lock-keywords):
10141         * find-lisp.el (dired-buffers, dired-subdir-alist):
10142         * ido.el (cua-inhibit-cua-keys):
10143         * log-view.el (cvs-minor-wrap-function):
10144         * outline.el (font-lock-warning-face):
10145         * simple.el (compilation-current-error):
10146         * speedbar.el (ange-ftp-path-format, efs-path-regexp)
10147         (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow):
10148         * tooltip.el (comint-prompt-regexp):
10149         * w32-fns.el (explicit-shell-file-name):
10150         * term/mac-win.el (mac-charset-info-alist)
10151         (mac-services-selection, mac-system-script-code):
10152         * term/tty-colors.el (msdos-color-values):
10153         * term/w32-win.el (xlfd-regexp-registry-subnum):
10154         * term/x-win.el (x-keysym-table, x-selection-timeout)
10155         (x-session-id, x-session-previous-id):
10156         * textmodes/ispell.el (mail-yank-prefix):
10157         * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header):
10158         * textmodes/org.el (calc-embedded-close-formula)
10159         (calc-embedded-open-formula)
10160         (font-lock-unfontify-region-function):
10161         * textmodes/reftex-global.el (isearch-next-buffer-function)
10162         (TeX-master):
10163         * textmodes/reftex.el (font-lock-keywords):
10164         * textmodes/tex-mode.el (font-lock-comment-face)
10165         (font-lock-doc-face):
10166         * textmodes/texinfo.el (outline-heading-alist):
10167         Add defvars.
10169         * textmodes/artist.el (x-pointer-crosshair): Add defvar.
10170         (artist-spray-chars, artist-mode-init, artist-replace-string)
10171         (artist-select-erase-char, artist-vap-find-endpoints-horiz)
10172         (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne)
10173         (artist-vap-find-endpoints-nwse): "?\ " -> "?\s".
10175         * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar.
10176         (conf-align-assignments): "?\ " -> "?\s".
10178         * textmodes/reftex-index.el (TeX-master): Add defvar.
10179         (reftex-index-phrases-marker): Move up defvar.
10181         * textmodes/reftex-toc.el (zmacs-regions): Add defvar.
10182         (reftex-toc-include-labels-indicator)
10183         (reftex-toc-include-index-indicator)
10184         (reftex-toc-max-level-indicator): Move up declarations.
10186         * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list
10187         of args to `tramp-run-real-handler', even if it's empty in this case.
10189 2005-08-31  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
10191         * dired.el (dired-move-to-filename-regexp): Add date format for
10192         Mac OS X 10.3 in East Asian locales.
10194 2005-08-31  Michael Albinus  <michael.albinus@gmx.de>
10196         * files.el (make-auto-save-file-name): Add file name handler call
10197         if applicable.
10199         * net/tramp.el (tramp-file-name-handler-alist)
10200         (tramp-file-name-for-operation): Add `make-auto-save-file-name'.
10201         (tramp-handle-make-auto-save-file-name): Rename from
10202         `tramp-make-auto-save-file-name'.
10203         (tramp-exists-file-name-handler): New defun.
10204         (tramp-advice-make-auto-save-file-name): Make defadvice only when
10205         `make-auto-save-file-name' is not a magic file name operation.
10207 2005-08-30  Richard M. Stallman  <rms@gnu.org>
10209         * files.el (risky-local-variable-p):
10210         Match `-predicates' and `-commands.
10212         * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
10213         (custom-save-all): Visit the file if necessary;
10214         kill the buffer if we created it.
10215         (custom-save-delete): Don't visit file or kill buffer here.
10217 2005-08-30  Carsten Dominik  <dominik@science.uva.nl>
10219         * textmodes/org.el (org-special-keyword): New face.
10220         (org-table-copy-down, org-table-eval-formula)
10221         (org-table-recalculate, org-init-section-numbers):
10222         Use `string-to-number' instead of `string-to-int'.
10223         (org-get-location): Use `insert-buffer-substring' instead of
10224         `insert-buffer'.
10225         (org-modify-diary-entry-string): New function.
10226         (org-get-entries-from-diary): Set the hook for `add-to-diary-list'.
10227         (org-disable-agenda-to-diary): Rename from `org-disable-diary'.
10228         (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
10229         active region.
10230         (org-export-as-html): Handle QUOTE keyword.
10231         (org-quote-string): New option.
10232         (org-bookmark-jump-unhide): New function, used for
10233         `bookmark-after-jump-hook'.
10234         (org-diary-default-entry): Apply only when not called through
10235         `org-agenda'.
10237 2005-08-30  Juanma Barranquero  <lekktu@gmail.com>
10239         * net/eudc.el (mode-popup-menu):
10240         * play/handwrite.el (ps-printer-name, ps-lpr-command):
10241         * progmodes/ada-mode.el (compile-auto-highlight)
10242         (skeleton-further-elements):
10243         * progmodes/autoconf.el (font-lock-syntactic-keywords):
10244         * progmodes/cmacexp.el (msdos-shells):
10245         * progmodes/compile.el (font-lock-extra-managed-props)
10246         (font-lock-keywords, font-lock-maximum-size)
10247         (font-lock-support-mode):
10248         * progmodes/grep.el (font-lock-lines-before):
10249         * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info):
10250         * progmodes/mixal-mode.el (compile-command):
10251         * progmodes/perl-mode.el (font-lock-comment-face)
10252         (font-lock-doc-face, font-lock-string-face):
10253         * progmodes/prolog.el (comint-prompt-regexp):
10254         * progmodes/sh-script.el (font-lock-comment-face)
10255         (font-lock-set-defaults, font-lock-string-face):
10256         * progmodes/sql.el (font-lock-keyword-face)
10257         (font-lock-set-defaults, font-lock-string-face):
10258         * progmodes/vhdl-mode.el (compilation-file-regexp-alist)
10259         (itimer-version, lazy-lock-defer-contextually)
10260         (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly):
10261         Add defvars.
10263         * progmodes/cperl-mode.el (cperl-electric-lbrace)
10264         (cperl-electric-keyword, cperl-electric-pod)
10265         (cperl-electric-backspace, cperl-forward-re)
10266         (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s".
10267         (vc-rcs-header, vc-sccs-header): Add defvars.
10269         * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s".
10270         (font-lock-syntactic-keywords, gud-find-expr-function):
10271         Add defvars.
10273         * progmodes/gdb-ui.el (tool-bar-map): Add defvar.
10274         (gdb-frame-parameters): Declare before use.
10276         * progmodes/gud.el (gdb-active-process, gdb-define-alist)
10277         (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values)
10278         (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars.
10279         (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s".
10281         * progmodes/idlw-help.el (browse-url-generic-args): Add defvar.
10282         (idlwave-help-with-source): Use `insert-buffer-substring', not
10283         `insert-buffer'.
10285 2005-08-29  Juri Linkov  <juri@jurta.org>
10287         * outline.el (hide-entry, hide-leaves, outline-toggle-children):
10288         Put outline-back-to-heading function call inside save-excursion.
10290 2005-08-29  Juanma Barranquero  <lekktu@gmail.com>
10292         * man.el (Man-init-defvars, Man-translate-references)
10293         (Man-support-local-filenames, Man-highlight-references):
10294         * progmodes/sql.el (sql-interactive-mode):
10295         * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings.
10297         * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
10298         (compilation-mode-font-lock-keywords): Add defvars.
10299         (checkdoc-interactive-loop): "?\ " -> "?\s".
10301         * emacs-lisp/lisp-mode.el (font-lock-comment-face)
10302         (font-lock-doc-face, font-lock-string-face)
10303         (font-lock-keywords-case-fold-search): Add defvars.
10304         (emacs-lisp-mode-syntax-table): "?\ " -> "?\s".
10306         * obsolete/sun-fns.el (mouse-select-or-drag-move-point):
10307         Don't pass X and Y (they are ignored anyway).
10308         (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
10309         (mouse-delete-window): Make arguments optional.
10311         * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'.
10312         (caesar-translate-table, minor-modes, news-buffer-save)
10313         (news-group-name, news-minor-modes): Add defvars.
10315         * emacs-lisp/lselect.el (mouse-highlight-priority)
10316         (x-lost-selection-functions, zmacs-regions):
10317         * emacs-lisp/pp.el (font-lock-verbose):
10318         * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function):
10319         * emacs-lisp/tcover-ses.el (ses-initial-global-parameters)
10320         (ses-mode-map):
10321         * emacs-lisp/tcover-unsafep.el (safe-functions):
10322         * international/mule-cmds.el (mac-system-coding-system)
10323         (mac-system-locale):
10324         * language/ethio-util.el (rmail-current-message)
10325         (rmail-message-vector):
10326         * language/thai-util.el (thai-auto-composition-mode):
10327         * mail/metamail.el (rmail-current-message, rmail-message-vector):
10328         * mail/mspools.el (rmail-inbox-list, vm-crash-box)
10329         (vm-folder-directory, vm-init-file, vm-init-file-loaded)
10330         (vm-primary-inbox, vm-spool-files):
10331         * mail/rmail.el (deleted-head, font-lock-fontified)
10332         (mail-abbrev-syntax-table, mail-abbrevs, messages-head)
10333         (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message)
10334         (total-messages):
10335         * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p)
10336         (rmail-summary-mode-map):
10337         * mail/rmailkwd.el (rmail-buffer, rmail-current-message)
10338         (rmail-last-label, rmail-last-multi-labels)
10339         (rmail-summary-vector, rmail-total-messages):
10340         * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list):
10341         * mail/rmailsum.el (msgnum):
10342         * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer)
10343         (rmail-current-message):
10344         * obsolete/fast-lock.el (font-lock-face-list):
10345         * obsolete/rnewspost.el (mail-reply-buffer):
10346         * obsolete/scribe.el (compile-command):
10347         * obsolete/x-menu.el (x-process-mouse-hook): Add defvars.
10349 2005-08-28  John Paul Wallington  <jpw@gnu.org>
10351         * ibuf-ext.el (ibuffer-auto-update-changed):
10352         Use `frame-or-buffer-changed-p' to check whether we need to update.
10353         (ibuffer-auto-mode): Don't advise `get-buffer-create' and
10354         `kill-buffer'.  Initialise `ibuffer-auto-buffers-changed'
10355         as a `frame-or-buffer-changed-p' state vector instead.
10357 2005-08-27  Romain Francoise  <romain@orebokech.com>
10359         * textmodes/makeinfo.el (makeinfo-compile):
10360         Use `compilation-start'.  Set `next-error-function' according to
10361         `disable-errors'.
10362         (makeinfo-next-error): New function.
10363         (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
10364         (makeinfo-buffer): Likewise.
10366         * progmodes/compile.el (compilation-start): Add autoload cookie.
10368         * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
10369         * textmodes/sgml-mode.el: Likewise.
10370         * progmodes/python.el: Likewise.
10372 2005-08-27  Eli Zaretskii  <eliz@gnu.org>
10374         * simple.el (blink-matching-paren-distance): Document the meaning
10375         of nil value, and allow to customize to nil.
10377         * eshell/esh-ext.el (eshell-windows-shell-file): Look for
10378         command.com, not command.exe.
10380 2005-08-26  John Wiegley  <johnw@newartisans.com>
10382         * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the
10383         code around a bit so that an extraneous nil argument is not added
10384         to a command when no args are given.
10386         * eshell/esh-arg.el (eshell-parse-double-quote): If a
10387         double-quoted argument resolves to nil, return it as an empty
10388         string rather than as nil.  This made it impossible to pass "" to
10389         a shell script as a null string argument.
10391 2005-08-26  Stefan Monnier  <monnier@iro.umontreal.ca>
10393         * outline.el (outline-invent-heading): New fun.
10394         (outline-promote, outline-demote): Use it.
10395         (outline-move-subtree-down): Remove unused vars `re' and `txt'.
10396         (outline-end-of-subtree): Remove unused var `opoint'.
10398 2005-08-26  David Reitter  <david.reitter@gmail.com>
10400         * menu-bar.el (truncate-lines, write-file, print-buffer)
10401         (ps-print-buffer-faces, ps-print-buffer, split-window):
10402         Disable menu items when the frame they refer to is invisible, or when
10403         they refer to a buffer and the minibuffer is selected.
10405 2005-08-26  Pavel Kobiakov  <pk_at_work@yahoo.com>
10407         * progmodes/flymake.el (flymake-highlight-err-lines):
10408         Use save-excursion around flymake-highlight-line to preserve point.
10410 2005-08-26  Eli Zaretskii  <eliz@gnu.org>
10412         * progmodes/octave-mod.el: Change Author and Maintainer address.
10413         (octave-maintainer-address): Change Kurt's email address.
10414         * progmodes/octave-inf.el: Change Author and Maintainer address.
10415         * progmodes/octave-hlp.el: Change Author and Maintainer address.
10417 2005-08-26  Kim F. Storm  <storm@cua.dk>
10419         * subr.el (version-list-<, version-list-<=, version-list-=):
10420         Rename from integer-list-*.
10421         (version-list-not-zero): Likewise.  Fix while loop.
10422         (version=): Use version-list-= instead of string-equal.
10424 2005-08-26  Richard M. Stallman  <rms@gnu.org>
10426         * outline.el (outline-promote): Try shortening the heading.
10427         As last resort, read the heading to use.
10428         (outline-demote): As last resort, read the heading to use.
10430 2005-08-26  Romain Francoise  <romain@orebokech.com>
10432         * progmodes/compile.el (compilation-start): Doc fix.
10434         * progmodes/antlr-mode.el (antlr-default): Fix defface form.
10435         (antlr-font-lock-additional-keywords): Fix reference to
10436         `antlr-font-lock-literal-regexp' erroneously changed during the
10437         mass face rename.
10438         (antlr-run-tool): Use `compilation-start'.
10440         * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
10441         instead of the obsolete `compile-internal'.
10443 2005-08-26  Juanma Barranquero  <lekktu@gmail.com>
10445         * calendar/cal-bahai.el (date, displayed-month, displayed-year)
10446         (number, original-date):
10447         * calendar/cal-china.el (date):
10448         * calendar/cal-coptic.el (date):
10449         * calendar/cal-french.el (date):
10450         * calendar/cal-hebrew.el (date, entry, number, original-date):
10451         * calendar/cal-islam.el (date, number, original-date):
10452         * calendar/cal-iso.el (date):
10453         * calendar/cal-julian.el (date):
10454         * calendar/cal-mayan.el (date):
10455         * calendar/cal-menu.el (date, event):
10456         * calendar/cal-persia.el (date):
10457         * calendar/lunar.el (date):
10458         * calendar/solar.el (date): Add defvars.
10460         * emerge.el:
10461         * ibuffer.el:
10462         * info-xref.el:
10463         * obsolete/bg-mouse.el:
10464         * obsolete/sun-curs.el:
10465         * obsolete/swedish.el: Move the `defvar's to the top level.
10467         * smerge-mode.el (smerge-refined-change): Add :group.
10469 2005-08-25  Stefan Monnier  <monnier@iro.umontreal.ca>
10471         * smerge-mode.el (smerge-remove-props): Make the args non-optional.
10472         (smerge-keep-n): Remove props.
10473         (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
10474         (smerge-keep-current, smerge-kill-current): Don't remove props anymore
10475         now that it's done in smerge-keep-n.
10476         (smerge-refined-change): New face.
10477         (smerge-refine-chopup-region, smerge-refine-highlight-change)
10478         (smerge-refine): New funs.
10479         (smerge-basic-map): Bind smerge-refine.
10481 2005-08-25  Juri Linkov  <juri@jurta.org>
10483         * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
10484         compilation-process-setup-function and compilation-disable-input
10485         in grep-mode instead of let-bindings in grep.
10487         * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
10488         Delete "Automatic File De/compression" (auto-compression-mode).
10490 2005-08-25  Juanma Barranquero  <lekktu@gmail.com>
10492         * obsolete/bg-mouse.el: Move to obsolete/ from term/.
10493         Silence warning about non-existent variable.
10495 2005-08-25  Richard M. Stallman  <rms@gnu.org>
10497         * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
10498         Rename "Describe Key" to "Describe Key or Mouse Operation".
10500         * mail/mailalias.el (build-mail-aliases): Delete comments
10501         from the contents before processing them.
10503         * isearch.el (isearch-edit-string): Erase the Search prompt
10504         if user enters an empty string and there is no default.
10506         * comint.el (comint-file-name-prefix): Add autoload.
10508 2005-08-25  Joe Corneli  <jcorneli@math.utexas.edu>
10510         * subr.el (play-sound): Rearrange to avoid warning.
10512 2005-08-25  Carsten Dominik  <dominik@science.uva.nl>
10514         * calendar/diary-lib.el (diary-modify-entry-list-string-function):
10515         New hook.
10516         (add-to-diary-list): Call `diary-modify-entry-list-string-function'
10518 2005-08-24  Stefan Monnier  <monnier@iro.umontreal.ca>
10520         * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify.
10522         * custom.el (custom-theme-set-variables): Sort minor modes last.
10524 2005-08-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
10526         * subr.el (version-separator, version-regexp-alist): New vars used by
10527         version comparison funs.
10528         (integer-list-<, integer-list-=, integer-list-<=)
10529         (integer-list-not-zero): New funs for integer list comparison.
10530         (version-to-list, version=, version<, version<=): New funs for version
10531         comparison.
10533 2005-08-24  Juanma Barranquero  <lekktu@gmail.com>
10535         * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
10536         (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
10537         time to silence the byte-compiler.
10539         * ibuffer.el (ibuffer-compile-make-eliding-form)
10540         (ibuffer-check-formats): Use `with-no-warnings' to hide references
10541         to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
10542         so it's silly to get warnings for it).
10543         (ibuffer-auto-mode, ibuffer-cached-filter-formats)
10544         (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
10545         (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
10546         (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
10547         (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
10548         (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
10549         Defvar at compile time.
10550         (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
10551         (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
10552         Declare them before use.
10554         * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
10555         (info-xref-good, info-xref-bad): Defvar at compile time.
10557         * obsolete/mlsupport.el (filter-region, execute-monitor-command):
10558         Use `let*' instead of `let'.
10560         * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
10561         (*mouse-y*, menu, char): Defvar at compile time.
10562         (sc::menu): Declare it before use.
10563         (sc::pack-one-line): Use `let', not `let*'.
10565         * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
10566         (mail-send-hook): Defvar at compile time.
10568         * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
10569         Defvar at compile time.
10571         * term/sun-mouse.el (current-global-mousemap)
10572         (current-local-mousemap): Declare them before use.
10574 2005-08-24  Carsten Dominik  <dominik@science.uva.nl>
10576         * bookmark.el (bookmark-after-jump-hook): New hook.
10577         (bookmark-jump): Run `bookmark-after-jump-hook'.
10579 2005-08-23  Juri Linkov  <juri@jurta.org>
10581         * faces.el (minibuffer-prompt): Doc fix.
10583 2005-08-23  Juanma Barranquero  <lekktu@gmail.com>
10585         * progmodes/xscheme.el: Trivial changes to silence warnings.
10586         (xscheme-previous-mode, xscheme-previous-process-state):
10587         Add defvars.
10588         (xscheme-last-input-end, xscheme-process-command-line)
10589         (xscheme-process-name, xscheme-buffer-name)
10590         (xscheme-expressions-ring-max, xscheme-expressions-ring)
10591         (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
10592         (xscheme-control-g-synchronization-p)
10593         (xscheme-control-g-disabled-p, xscheme-string-receiver)
10594         (default-xscheme-runlight, xscheme-runlight)
10595         (xscheme-runlight-string, xscheme-process-filter-state)
10596         (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
10597         Move to beginning of file.
10598         (scheme-interaction-mode-commands-alist)
10599         (scheme-interaction-mode-map, scheme-debugger-mode-map):
10600         Declare them before use.  Note: the initialization code for the variables
10601         has not been moved because it uses functions that reference the variables.
10602         (xscheme-control-g-message-string, xscheme-process-filter-alist)
10603         (xscheme-prompt-for-expression-map): Declare them before use.
10604         (scheme-debugger-mode-commands): "?\ " -> "?\s".
10606 2005-08-23  Ed Swarthout  <ed.swarthout@gmail.com>  (tiny change)
10608         * hexl.el (hexl-print-current-point-info): Fix simple spelling error.
10610 2005-08-22  Juri Linkov  <juri@jurta.org>
10612         * faces.el (set-face-underline): Delete this duplicate function
10613         and make an obsolete alias to set-face-underline-p.
10614         (set-face-underline-p): Use docstring of set-face-underline.
10615         (describe-face): Create hyperlink to parent face.
10617         * info.el (Info-insert-dir): Use save-excursion around
10618         insert-buffer-substring.
10619         (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
10620         (Info-escape-percent): Delete function.
10621         (Info-fontify-node): Replace Info-escape-percent by
10622         replace-regexp-in-string with REP arg set to lambda that
10623         duplicates `%' and preserves text properties.
10625         * progmodes/compile.el (compilation-disable-input): Doc fix.
10626         (define-compilation-mode): Doc fix and refill.
10627         (kill-compilation): Use `mode-name' in the error message.
10628         (compilation-find-file): Use `compilation-error' in the
10629         read-file-name's prompt.
10631 2005-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
10633         * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
10634         (smerge-auto-leave): Make undo re-enable the mode.
10635         (debug-ignored-errors): Add the user-error of impossible resolution.
10636         (smerge-resolve): Move things around a bit, in preparation for later.
10637         (smerge-diff): Don't fail if the buffer has no associated file.
10638         (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
10639         (smerge-conflict-overlay): New function.
10640         (smerge-match-conflict): Don't add text properties here.
10641         (smerge-find-conflict): Instead, add an overlay here.
10642         Also check for the case where we're inside a conflict already, so as to
10643         obviate the need for font-lock-multiline, which is unbearably slow with
10644         large conflicts and ciomplex font-lock patterns.
10645         (smerge-remove-props): Remove overlay rather than text-properties.
10646         (smerge-mode): Don't set font-lock-multiline.
10647         Remove overlays when turned off.
10649 2005-08-21  Kim F. Storm  <storm@cua.dk>
10651         * ido.el (ido-ignore-item-p): Use save-match-data.
10652         Bind case-fold-search to ido-case-fold locally.
10654 2005-08-20  Richard M. Stallman  <rms@gnu.org>
10656         * files.el (normal-mode): If font lock is on, turn it off and on.
10658         * subr.el (replace-regexp-in-string): Doc fix.
10660         * startup.el (command-line-1): Don't suppress startup screen
10661         due to existing processes.
10663         * progmodes/grep.el (grep): Bind compilation-disable-input to t.
10665         * progmodes/compile.el (compilation-disable-input): Default to nil.
10667 2005-08-20  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
10669         * progmodes/compile.el (compilation-disable-input): New defcustom.
10670         (compilation-start): If compilation-disable-input is non-nil, send
10671         EOF to the compilation process.
10673 2005-08-20  Eli Zaretskii  <eliz@gnu.org>
10675         * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
10676         Run the argument of tex-shell-cd-command through
10677         convert-standard-filename, to get the correct style of slashes on
10678         Windows, and enclose the result in quotes, in case the file name
10679         includes whitespace or other special characters.
10681 2005-08-19  Andreas Schwab  <schwab@suse.de>
10683         * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
10684         process.
10686 2005-08-18  Luc Teirlinck  <teirllm@auburn.edu>
10688         * cus-start.el (minibuffer-prompt-properties): Correct typo.
10690 2005-08-18  Kim F. Storm  <storm@cua.dk>
10692         * scroll-lock.el: Fix errors due to incorrect line wrapping.
10694 2005-08-18  Richard M. Stallman  <rms@gnu.org>
10696         * scroll-lock.el: New file.
10698 2005-08-18  Thien-Thi Nguyen  <ttn@gnu.org>
10700         * dired.el (dired-move-to-end-of-filename):
10701         Handle fifo as rendered by "ls -lF": Don't include trailing "|".
10703 2005-08-18  Kim F. Storm  <storm@cua.dk>
10705         * ido.el (ido-everywhere): Fix defcustom :set function to disable
10706         rather than toggle mode when custom value is nil.
10707         (ido-everywhere): Fix defun doc string.
10709 2005-08-17  Richard M. Stallman  <rms@gnu.org>
10711         * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
10712         as tag instead of "Inviolable".
10714 2005-08-17  Kim F. Storm  <storm@cua.dk>
10716         * windmove.el (windmove-coordinates-of-position): Remove.
10717         (windmove-coordinates-of-window-position): Remove.
10718         (windmove-reference-loc): Use posn-at-point instead.
10720         * subr.el (insert-for-yank-1): Doc fix.
10722         * ido.el (ido-enter-matching-directory): Rename from
10723         ido-enter-single-matching-directory.  Change `slash' choice to
10724         `only'.  Add `first' choice.
10725         (ido-exhibit): Adapt to above changes.
10727 2005-08-16  Luc Teirlinck  <teirllm@auburn.edu>
10729         * Makefile.in: Expand comment about building loaddefs.el.
10731 2005-08-16  Nick Roberts  <nickrob@snap.net.nz>
10733         * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
10734         Comment use of defadvice.
10736         * progmodes/gud.el (gud-jump): Rework for gdb-ui.
10738 2005-08-15  Dan Nicolaescu  <dann@ics.uci.edu>
10740         * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
10741         * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
10742         * progmodes/gdb-ui.el, progmodes/idlw-help.el,
10743         * progmodes/idlw-shell.el, progmodes/ld-script.el,
10744         * progmodes/which-func.el, ruler-mode.el, strokes.el,
10745         * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
10746         for backward compatibility for faces that did not appear in the
10747         previous Emacs release.
10749         * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
10751 2005-08-15  Kim F. Storm  <storm@cua.dk>
10753         * emulation/cua-base.el (cua-delete-region): Return t if
10754         deleted region was non-empty.
10755         (cua-replace-region): Inhibit overwrite-mode for
10756         self-insert-command if replaced region was non-empty.
10757         (cua--explicit-region-start, cua--status-string): Make them
10758         buffer-local at top-level...
10759         (cua-mode): ...rather than when mode is enabled.
10761 2005-08-15  Thien-Thi Nguyen  <ttn@gnu.org>
10763         * progmodes/vhdl-mode.el (vhdl-emacs-21):
10764         Set t for Emacs 21, 22, and so on.
10766 2005-08-15  David Ponce  <david@dponce.com>
10768         * tree-widget.el: Update Commentary header.
10769         (tree-widget-theme): Doc fix.
10770         (tree-widget-space-width): New option.
10771         (tree-widget-image-properties): Look up in the default theme too.
10772         (tree-widget--cursors): Only for images with arrow pointer shape.
10773         (tree-widget-lookup-image): Pointer shape is hand by default.
10774         (tree-widget-icon): Rename generic icon widget from
10775         `tree-widget-control'.
10776         (tree-widget-*-icon): Rename from `tree-widget-*-control' and
10777         derive from `tree-widget-icon'.
10778         (tree-widget-handle): Improve default look and feel of the text
10779         representation.
10780         (tree-widget): Rename :*-control properties to :*-icon properties.
10781         Add :action and :help-echo properties.
10782         (tree-widget-after-toggle-functions): Move.
10783         (tree-widget-close-node, tree-widget-open-node): Remove.
10784         (tree-widget-before-create-icon-functions): New hook.
10785         (tree-widget-value-create): Update to allow customization of icons
10786         and nodes at run-time via that new hook.
10787         (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
10788         (tree-widget-icon-action, tree-widget-icon-help-echo)
10789         (tree-widget-action, tree-widget-help-echo): New functions.
10791 2005-08-15  Kim F. Storm  <storm@cua.dk>
10793         * ido.el (ido-buffer-internal): Use with-no-warnings.
10794         (ido-make-merged-file-list): Use while-no-input.
10796 2005-08-15  Richard M. Stallman  <rms@gnu.org>
10798         * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
10799         (flyspell-large-region): Fix doc and custom type.
10801 2005-08-14  Richard M. Stallman  <rms@gnu.org>
10803         * files.el (interpreter-mode-alist): Doc fix.
10805         * mail/rmail.el (rmail-nonignored-headers): New variable.
10806         (rmail-clear-headers): Use it.
10807         (rmail-reply): Better handling of mail-followup-to header.
10809         * progmodes/sh-script.el (sh-font-lock-keywords-var):
10810         Rename variable from sh-font-lock-keywords.  In the `shell' entry,
10811         don't try to refer to executable-font-lock-keywords.
10812         (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
10813         (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
10814         (sh-font-lock-keywords): Append executable-font-lock-keywords here.
10815         (sh-mode): Set comment-start-skip, local-abbrev-table,
10816         imenu-case-fold-search.
10817         (sh-set-shell): Don't set them here.
10818         (sh-feature): Simplify.  Get rid of the eval-a-variable feature.
10819         Don't cache the results in the original alist; don't ever modify
10820         that alist.
10822         * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
10824         * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
10825         empty.
10827 2005-08-15  Andreas Schwab  <schwab@suse.de>
10829         * desktop.el: Put autoload cookie at risky-local-variable declarations.
10831         * dired.el, info.el, mail/rmail.el: Revert last change.
10833 2005-08-14  Thien-Thi Nguyen  <ttn@gnu.org>
10835         * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
10836         modification in `eval-after-load' form.
10837         * info.el: Likewise.
10838         * mail/rmail.el: Likewise.
10840 2005-08-14  Juri Linkov  <juri@jurta.org>
10842         * progmodes/compile.el (compilation-mode-font-lock-keywords):
10843         Remove highlighting of "Compilation started".  Highlight only
10844         the word "finished" in "Compilation finished".  Add highlighting
10845         of "interrupt", "killed", "terminated" and the exit code.
10846         (compilation-start): Add newline after header.  Use exactly the
10847         same time stamp format as the finishing message.
10848         (compilation-mode-map): Add ellipsis to "Search Files (grep)".
10850         * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
10851         (grep-mode-font-lock-keywords): Don't highlight "Grep started".
10852         Add highlighting of "interrupt", "killed", "terminated".
10854         * delsel.el (delete-selection-pre-hook): If overwrite-mode is
10855         enabled and the current command is self-insert-command, call it
10856         explicitly with overwrite-mode bound to nil, to not allow it
10857         to delete the character after the selected region.
10859 2005-08-12  Matt Hodges  <MPHodges@member.fsf.org>
10861         * emacs-lisp/eldoc.el: Add move-beginning-of-line,
10862         move-end-of-line, end-of-line, and beginning-of-line to the list
10863         of commands after which the echo area is updated.
10865 2005-08-12  Eli Zaretskii  <eliz@gnu.org>
10867         * cus-edit.el (custom-save-all, custom-save-delete):
10868         Bind recentf-exclude to exclude custom-file.
10870 2005-08-12  Ehud Karni  <ehud@unix.mvs.co.il>
10872         * mail/rmailsum.el (rmail-summary-end-of-message): New command
10873         to go to the bottom of the mail message.  Added to
10874         `rmail-summary-mode-map' with key "/".
10875         (rmail-summary-show-message): New (internal) function for use by
10876         both `rmail-summary-beginning/end-of-message'.
10877         (rmail-summary-beginning-of-message): Change to use
10878         rmail-summary-show-message.
10880         * mail/rmail.el (rmail-end-of-message): New command to go to the
10881         end of the current message.  Added to `rmail-mode-map' with key "/".
10882         (rmail-beginning-of-message): Fix to work as documented.
10883         (rmail-mode): Change documentation.
10885         * progmodes/compile.el (compilation-start): Add the line
10886         "Compilation started" with compilation start time.
10887         (compilation-mode-font-lock-keywords): Add `started' to keywords.
10889 2005-08-11  Luc Teirlinck  <teirllm@auburn.edu>
10891         * menu-bar.el (menu-bar-options-menu): Standardize capitalization
10892         of menu items.
10894 2005-08-11  Richard M. Stallman  <rms@gnu.org>
10896         * simple.el (pop-global-mark): Reverse test of widen-automatically.
10898         * battery.el (battery-status-function): Don't use ignore-errors.
10900 2005-08-11  Lute Kamstra  <lute@gnu.org>
10902         * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
10903         define-obsolete-variable-alias.
10905 2005-08-11  Stefan Monnier  <monnier@iro.umontreal.ca>
10907         * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
10908         (ange-ftp-send-cmd): Revert last change, and expand
10909         the comment explaining the problem.
10911 2005-08-10  Luc Teirlinck  <teirllm@auburn.edu>
10913         * ldefs-boot.el: Update.
10915         * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
10916         item to "Time, Load and Mail".  Change help echo text.
10918         * time.el (display-time-use-mail-icon, display-time-format)
10919         (display-time-string-forms): Shorten first line of docstrings.
10921 2005-08-10  Lars Hansen  <larsh@soem.dk>
10923         * desktop.el (desktop-buffer-mode-handlers):
10924         Make non-customizable.  Add autoload cookie.  Change initial value to
10925         nil; add elements in respective modules instead.  Fix doc string.
10926         (desktop-load-file): New function.
10927         (desktop-minor-mode-handlers): New autoloaded variable.
10928         (desktop-create-buffer): Call minor mode handlers.
10929         Use desktop-load-file to load major and minor mode modules prior to
10930         checking for a handler.
10931         (desktop-save): Don't add nil to desktop-minor-modes for minor
10932         modes with nil function in desktop-minor-mode-table.  Don't delete
10933         desktop file before rewriting it.
10934         (desktop-locals-to-save): Add autoload cookie.  Don't make
10935         automatically buffer-local.  Add variables column-number-mode,
10936         size-indication-mode, indent-tabs-mode,
10937         indicate-buffer-boundaries, indicate-empty-lines and
10938         show-trailing-whitespace.
10939         (desktop-clear): Allow desktop-clear-preserve-buffers to contain
10940         regexps.  Don't use desktop-clear-preserve-buffers-regexp.
10941         (desktop-clear-preserve-buffers-regexp): Delete.
10942         (desktop-clear-preserve-buffers): Update initial value and docstring.
10943         (desktop-save-buffer): Fix doc string.
10945         * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
10946         (hilit-chg-desktop-restore): New function.
10947         (highlight-changes-mode): Add highlight-changes-mode to
10948         desktop-locals-to-save.
10950         * dired.el: Add handler to desktop-buffer-mode-handlers.
10951         (dired-restore-desktop-buffer): Remove autoload cookie.
10952         (dired-mode): Add autoload cookie.
10954         * info.el: Add handler to desktop-buffer-mode-handlers.
10955         (Info-restore-desktop-buffer): Remove autoload cookie.
10956         (Info-mode): Add autoload cookie.
10958         * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
10959         (mh-restore-desktop-buffer): Remove autoload cookie.
10960         (mh-folder-mode): Add autoload cookie.
10962         * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
10963         (rmail-restore-desktop-buffer): Remove autoload cookie.
10965 2005-08-11  Masatake YAMATO  <jet@gyve.org>
10967         * hexl.el (hexl-address-region):
10968         (hexl-ascii-region, hexl-font-lock-keywords):
10969         (hexl-highlight-line-range): Use the term "region"
10970         instead of "area" for consistency with the other symbols
10971         defined in hexl.el.
10973 2005-08-09  Luc Teirlinck  <teirllm@auburn.edu>
10975         * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
10976         correct group: it is set with `menu-bar-make-mm-toggle' (pointed
10977         out by Juri Linkov).  Add `display-battery-mode'.
10979 2005-08-09  Juri Linkov  <juri@jurta.org>
10981         * progmodes/compile.el (compilation-mode-font-lock-keywords):
10982         Remove `-text' from face variable names.
10983         (compilation-error-file-name, compilation-warning-file-name)
10984         (compilation-info-file-name): Delete faces.
10985         (compilation-line-number, compilation-column-number):
10986         Remove face underlining.
10987         (compilation-message-face): Set to `underline' value by default.
10988         (compilation-error-face, compilation-warning-face)
10989         (compilation-info-face): Remove `-file-name' from face names.
10990         (compilation-error-text-face, compilation-warning-text-face)
10991         (compilation-info-text-face): Delete face variables.
10992         (compilation-text-face): Delete function.
10994         * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
10995         (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
10996         (grep-error-face): Set to `compilation-error' instead of
10997         `compilation-error-face' (which is redefined to `grep-hit-face' in
10998         grep buffers).
10999         (grep-mode-font-lock-keywords): Remove `-text' from face variable
11000         names.  Use `grep-error-face' instead of `compilation-error-text-face'.
11002         * dired-aux.el (dired-do-query-replace-regexp):
11003         Use `query-replace-read-args'.
11005         * replace.el (query-replace-read-from, query-replace-read-to)
11006         (query-replace-read-args): Rename arg `string' to `prompt'.
11008         * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
11010 2005-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>  (tiny change)
11012         * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
11013         uploading files.
11014         (ange-ftp-canonize-filename): Handle file names beginning with ~
11015         correctly.
11017 2005-08-09  Juanma Barranquero  <lekktu@gmail.com>
11019         * textmodes/fill.el (canonically-space-region)
11020         (fill-context-prefix, fill-french-nobreak-p)
11021         (fill-delete-newlines, fill-comment-paragraph)
11022         (justify-current-line): "?\ " -> "?\s".
11024 2005-08-09  Ben North  <ben@redfrontdoor.org>  (tiny change)
11026         * textmodes/fill.el (fill-nonuniform-paragraphs):
11027         Improve argument/docstring consistency.
11029 2005-08-09  Richard M. Stallman  <rms@gnu.org>
11031         * textmodes/ispell.el (ispell-word): More fboundp checks.
11033         * files.el (find-file-noselect): Don't call set-buffer-major-mode.
11034         (find-file-noselect-1): Call it here, only if RAWFILE.
11035         (normal-mode): Always set some major mode.
11036         (save-some-buffers-action-alist): Change some explanation strings.
11037         (file-name-non-special): In the `quote' method, use unwind-protect.
11039 2005-08-09  Magnus Henoch  <mange@freemail.hu>
11041         * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
11042         (ispell-have-aspell-dictionaries): New variable.
11043         (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
11044         (ispell-get-aspell-config-value): New function.
11045         (ispell-aspell-find-dictionary): New function.
11046         (ispell-aspell-add-aliases): New function.
11047         (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
11048         appropriate.  Don't look for ispell dictionaries if we use aspell.
11049         (ispell-menu-map): Don't build a submenu of dictionaries.
11051 2005-08-09  Richard M. Stallman  <rms@gnu.org>
11053         * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
11054         (sql-read-passwd): Use read-passwd.
11056         * progmodes/idlw-toolbar.el (idlwave-toolbar)
11057         (idlwave-toolbar-is-possible): Add defvars.
11059         * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
11060         Avoid warnings.
11062         * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
11063         (idlwave-system-class-info, idlwave-executive-commands-alist):
11064         Use defvar.
11066         * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
11068         * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
11069         Avoid warnings.
11071         * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
11072         and content-type: headers.
11074         * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
11076         * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
11077         and rename some of them to be more self-explanatory.
11079         * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
11081         * startup.el (command-line-1): Implement -scriptload.
11083         * replace.el (occur-engine): Initial *Occur* output not undoable.
11085         * menu-bar.el (menu-bar-file-menu): Rename some menu items
11086         and improve help strings.
11088         * isearch.el (isearch-repeat): When changing direction,
11089         mark search successful.
11091         * ediff-init.el: Use (featurep 'xemacs).
11093         * comint.el (send-invisible): Identify buffer, if not selected.
11095         * align.el: Delete autoload for c-guess-basic-syntax.
11097 2005-08-09  Juanma Barranquero  <lekktu@gmail.com>
11099         * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
11100         Improve argument/docstring consistency.  Doc fixes.
11101         (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
11102         (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
11103         (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
11104         (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
11105         (r2bv-organization, r2bv-pages, r2bv-primary-author)
11106         (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
11107         (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
11108         Defvar at compile time.
11110 2005-08-09  Juri Linkov  <juri@jurta.org>
11112         * info.el: Replace `info' with upper-case `Info' where appropriate.
11113         (info-title-1, info-title-2, info-title-3, info-title-4)
11114         (info-menu-header): Move up face definitions.
11115         (info-menu-star): Rename from `info-menu-5'.
11116         (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
11117         (Info-fontify-visited-nodes): Fix docstring.
11118         (Info-hide-note-references): Fix docstring.
11119         (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
11120         menu items in the same way as on cross-references.
11121         (info-apropos): Fix sorting order and formatting to be like in the
11122         stand-alone Info browser.  Display error messages for 1 sec.
11123         (Info-mode-map): Move down `c' key binding.  Bind `^' to `Info-up'.
11124         (Info-mode-menu): Remove item for `Info-search-case-sensitively'
11125         from the menu bar.
11126         (Info-insert-dir): Restore point after calling
11127         `insert-buffer-substring'.
11129 2005-08-08  Richard M. Stallman  <rms@gnu.org>
11131         * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
11132         (recompute-lucid-menubar): Add defvars.
11134         * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
11136         * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
11138         * net/net-utils.el (run-dig): Rename from `dig'.
11140         * play/gametree.el (gametree-mode): Use make-local-variable,
11141         not make-variable-buffer-local.
11143         * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
11145         * ansi-color.el (ansi-color-make-extent)
11146         (ansi-color-set-extent-face): Use fboundp, not functionp.
11148         * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
11149         not make-variable-buffer-local.
11151         * bookmark.el (Info-current-file): Add defvar.
11152         (bookmark-jump-noselect): Use with-no-warnings.
11154         * completion.el (c-mode-map, fortran-mode-map): Add defvars.
11156         * ebuff-menu.el (Helper-return-blurb): Add defvar.
11158         * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
11160         * find-file.el (ada-procedure-start-regexp)
11161         (ada-package-start-regexp): Add defvars.
11163         * info.el (Info-insert-dir): Use insert-buffer-substring.
11165         * xml.el (xml-att-def-re): Add defvar.
11167         * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
11168         calling convention.
11170         * subr.el (while-no-input): Return t if there is input.
11172 2005-08-08  Luc Teirlinck  <teirllm@auburn.edu>
11174         * cus-start.el (all): Add `overflow-newline-into-fringe'.
11176 2005-08-08  Juanma Barranquero  <lekktu@gmail.com>
11178         * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
11179         (scheme-prev-l/c-dir/file): Fix typos in docstrings.
11181 2005-08-08  Emilio C. Lopes  <eclig@gmx.net>
11183         * cmuscheme.el (scheme-start-file): Replace reference to
11184         `user-emacs-directory' by "~/.emacs.d/".
11186 2005-08-08  Thien-Thi Nguyen  <ttn@gnu.org>
11188         * info.el (Info-dir-remove-duplicates): Avoid case folding
11189         in loop; instead, keep downcased strings for comparison.
11190         Suggested by Helmut Eller.
11192 2005-08-07  Michael Albinus  <michael.albinus@gmx.de>
11194         Sync with Tramp 2.0.50.
11196         * net/tramp.el: Remove defvar of `last-coding-system-used' in the
11197         XEmacs case; not necessary anymore.
11198         (tramp-user-regexp): Allow "@" as part of user name.
11199         (tramp-handle-set-visited-file-modtime)
11200         (tramp-handle-insert-file-contents)
11201         (tramp-handle-write-region): No special handling for
11202         `last-coding-system-used, because this is done in
11203         `tramp-accept-process-output' now.
11204         (tramp-accept-process-output): New defun.
11205         (tramp-process-one-action, tramp-process-one-multi-action)
11206         (tramp-wait-for-regexp, tramp-wait-for-output)
11207         (tramp-discard-garbage-erase-buffer): Call it.  Reported by David
11208         Howells <dhowells@redhat.com>.
11209         (clear-visited-file-modtime): Defadvice removed.  The check for
11210         unset buffer's modtime does not need to be based on
11211         `tramp-buffer-file-attributes'.  Suggested by RMS.
11212         (tramp-message): Insert "\n" if not being at beginning of line.
11213         (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
11214         sequence with same logic.
11215         (tramp-completion-handle-expand-file-name): Discard call of
11216         `tramp-drop-volume-letter'.  It is not necessary, and there have
11217         been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
11218         Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
11219         (tramp-do-copy-or-rename-file-out-of-band): Transfer message
11220         should always be visible.
11221         (tramp-handle-insert-directory, tramp-setup-complete)
11222         (tramp-set-process-query-on-exit-flag)
11223         (tramp-append-tramp-buffers): Pacify byte-compiler.
11224         (tramp-bug): Delete non-existing variables from list.
11225         Apply `tramp-load-report-modules' as pre-hook.
11226         Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
11227         `shell-prompt-pattern' because of non-7bit characters.
11228         Reported by Sebastian Luque <sluque@mun.ca>.
11229         (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
11230         (tramp-match-string-list): Remove function.
11231         (tramp-wait-for-regexp): Remove call of that function.
11232         Suggested by Kim F. Storm <storm@cua.dk>.
11233         (tramp-set-auto-save-file-modes): Use octal integer code #o600
11234         instead of octal character code ?\600.  The latter resulted in a
11235         syntax error with XEmacs.
11237         * net/tramp-smb.el: Remove defvar of `last-coding-system-used' in the
11238         XEmacs case; not necessary anymore.
11239         (tramp-smb-handle-write-region): No special handling for
11240         `last-coding-system-used, because this is done in
11241         `tramp-accept-process-output' now.
11242         (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
11244 2005-08-06  Luc Teirlinck  <teirllm@auburn.edu>
11246         * wid-edit.el (widget-choice-value-create):
11247         Unconditionally respect user choice.  Set :explicit-choice back to nil
11248         when no longer needed.
11249         (widget-choice-action): Unconditionally respect user choice.
11250         Eliminate :explicit-choice-value.
11252         * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
11254         * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
11255         with `indicate-empty-lines' and `indicate-buffer-boundaries'.
11256         (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
11257         running new function `toggle-indicate-empty-lines'.
11258         Rename "Customize" item to "Customize fringe".
11259         Rename "Indicators" item to "Buffer boundaries" and change help echo.
11260         (menu-bar-showhide-fringe-ind-menu): Change several help echos.
11261         Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
11262         Delete "Empty lines only" item.
11263         (menu-bar-showhide-fringe-ind-customize): New function.
11264         (menu-bar-showhide-fringe-ind-mixed)
11265         (menu-bar-showhide-fringe-ind-box)
11266         (menu-bar-showhide-fringe-ind-right)
11267         (menu-bar-showhide-fringe-ind-left)
11268         (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
11269         instead of `fringe-indicators'.
11271 2005-08-06  Michael Kifer  <kifer@cs.stonybrook.edu>
11273         * viper.el (viper-emacs-state-mode-list): Add recentf-dialog-mode.
11274         Change the date of last update.
11276 2005-08-06  Michael Kifer  <kifer@cs.stonybrook.edu>
11278         * viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
11279         (viper-exec-yank, viper-put-back): Don't display modification msg
11280         if in the minibuffer.
11282         * viper-init.el (viper-replace-overlay-cursor-color)
11283         (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
11284         Make variables frame local.
11286         * viper-util.el (viper-append-filter-alist): Use append instead of
11287         nconc.
11289         * viper.el (viper-vi-state-mode-list)
11290         (viper-emacs-state-mode-list): Move help-mode and
11291         completion-list-mode from the first list to the second.
11292         (viper-mode): Docstring.
11293         (viper-go-away, viper-non-hook-settings): Don't localize
11294         minor-mode-alist in newer Emacsen.  Add advice to
11295         set-cursor-color.  Don't bind "\C-c\\".
11297 2005-08-06  Emilio C. Lopes  <eclig@gmx.net>
11299         * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
11300         (scheme-macro-expand-command): New user options.
11301         (scheme-trace-procedure, scheme-expand-current-form): New commands.
11302         (scheme-form-at-point, scheme-start-file)
11303         (scheme-interactively-start-process): New functions.
11304         (scheme-get-process): New function, extracted from `scheme-proc'.
11305         (run-scheme): Call `scheme-start-file' to get start file, and pass
11306         it to `make-comint'.
11307         (switch-to-scheme, scheme-proc):
11308         Call `scheme-interactively-start-process' if no Scheme buffer/process
11309         is available.
11311 2005-08-06  Juri Linkov  <juri@jurta.org>
11313         * progmodes/compile.el (compilation-mode-font-lock-keywords):
11314         Use `compilation-text-face', `compilation-info-text-face' and
11315         `compilation-error-text-face' instead of `font-lock-keyword-face'.
11316         (compilation-error): New face.
11317         (compilation-error-file-name): Inherit from
11318         `compilation-error' instead of `font-lock-warning-face'.
11319         (compilation-warning-file-name): Inherit from
11320         `compilation-warning' instead of `font-lock-warning-face'.
11321         (compilation-info, compilation-error-file-name)
11322         (compilation-warning-file-name, compilation-info-file-name)
11323         (compilation-line-number, compilation-column-number): Doc fix.
11324         (compilation-error-text-face, compilation-warning-text-face)
11325         (compilation-info-text-face): New face variables.
11326         (compilation-line-face, compilation-column-face)
11327         (compilation-enter-directory-face)
11328         (compilation-leave-directory-face): Doc fix.
11329         (compilation-text-face): New function.
11331         * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
11332         instead of 1 to display binary file names as info file links.
11333         (grep-error-face): Use `compilation-error-face' instead of
11334         `font-lock-keyword-face'.
11335         (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
11336         and `compilation-warning-text-face' instead of
11337         `font-lock-keyword-face'.  Use `compilation-error-text-face'
11338         instead of `grep-error-face'.
11340 2005-08-05  Kenichi Handa  <handa@m17n.org>
11342         * international/code-pages.el: Add autoload cookies for all coding
11343         systems.
11345 2005-08-04  Luc Teirlinck  <teirllm@auburn.edu>
11347         * cus-start.el (all): Put undo.c where it alphabetically belongs.
11349 2005-08-04  Juri Linkov  <juri@jurta.org>
11351         * progmodes/compile.el (compilation-mode-map):
11352         * progmodes/grep.el (grep-mode-map):
11353         Bind TAB to `compilation-next-error' and [backtab] to
11354         `compilation-previous-error'.
11356         * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
11357         matching line numbers, column numbers and their ranges with regexp
11358         matching only line numbers.
11359         (grep-context-face): New face variable.
11360         (grep-mode-font-lock-keywords): Use it.
11362         * faces.el (read-face-name): Delete duplicate faces.
11364 2005-08-02  Juanma Barranquero  <lekktu@gmail.com>
11366         * thumbs.el (thumbs-find-image): Don't make variables
11367         automatically buffer local.
11368         (thumbs-current-tmp-filename, thumbs-current-image-filename)
11369         (thumbs-image-num): Make automatically buffer local.
11370         (thumbs-show-thumbs-list): Use `make-local-variable', not
11371         `make-variable-buffer-local'.
11372         (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
11374         * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
11375         (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
11376         (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
11377         (bother, bye, canyou, chatlst, continue, deathlst, describe)
11378         (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
11379         (feelings-about, foullst, found, hello, history, howareyoulst)
11380         (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
11381         (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
11382         (neglst, obj, object, owner, please, problems, qlist)
11383         (random-adjective, relation, remlst, repetitive-shortness)
11384         (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
11385         (shortlst, something, sportslst, stallmanlst, states, subj)
11386         (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
11387         (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
11388         Defvar at compile time.
11390         * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
11391         not `make-variable-buffer-local'.
11393 2005-08-02  Kim F. Storm  <storm@cua.dk>
11395         * emulation/cua-rect.el (cua--highlight-rectangle): Only show
11396         rectangle overlay in selected window.
11398 2005-08-01  Luc Teirlinck  <teirllm@auburn.edu>
11400         * cus-start.el (all): Put `indicate-empty-lines' in fringe group
11401         instead of display group.  Make `indicate-buffer-boundaries'
11402         customizable through Custom.
11404 2005-08-01  Juanma Barranquero  <lekktu@gmail.com>
11406         * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
11407         (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
11408         (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
11409         (gdb-put-string): Fix typos in docstrings.
11411 2005-08-01  Nick Roberts  <nickrob@snap.net.nz>
11413         Update copyright notices of files in progmodes directory for
11414         release of Emacs 22.1.
11416         * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
11418         * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
11419         Don't barf if the GUD buffer has been killed.
11421 2005-08-01  Kim F. Storm  <storm@cua.dk>
11423         * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
11425 2005-07-29  Stefan Monnier  <monnier@iro.umontreal.ca>
11427         * simple.el (next-error-follow-minor-mode):
11428         make-variable-buffer-local -> make-local-variable.
11430         * emacs-lisp/cl-extra.el: Require CL also when compiling.
11432         * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
11433         (byte-compile-form-make-variable-buffer-local): New functions to warn
11434         about misuses of make-variable-buffer-local where make-local-variable
11435         was meant.
11437 2005-07-29  Juanma Barranquero  <lekktu@gmail.com>
11439         * bs.el (bs-attributes-list): Doc fix.
11440         (bs): Update url-link.
11442         * desktop.el (desktop-save-buffer): Fix typos in docstring.
11443         (desktop-load-default): Simplify.
11445         * ibuffer.el (ibuffer-columnize-and-insert-list)
11446         (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
11447         (ibuffer-unmark-all, ibuffer-toggle-marks)
11448         (ibuffer-unmark-forward, ibuffer-unmark-backward)
11449         (ibuffer-compile-make-format-form, ibuffer-format-column)
11450         (ibuffer-current-buffers-with-marks)
11451         (ibuffer-update-title-and-summary): "?\ " -> "?\s".
11452         (ibuffer): Doc fix.
11453         (ibuffer-mode): Fix typo in docstring.
11454         (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
11455         with `define-obsolete-variable-alias'.
11456         (ibuffer-elide-long-columns): Mark as obsolete.  Doc fix.
11458 2005-07-29  Kenichi Handa  <handa@m17n.org>
11460         * international/mule-cmds.el (select-message-coding-system):
11461         Be sure to use LF for end-of-line.  If no coding system is decided,
11462         return iso-8859-1-unix.
11464 2005-07-28  Stefan Monnier  <monnier@iro.umontreal.ca>
11466         * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
11467         (ange-ftp-pending-error-line): New vars.
11468         (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
11469         to handle the non-fatal no-route-to-host messages.
11470         (internal-ange-ftp-mode): Make the no-match regexp more efficient.
11472 2005-07-28  Juanma Barranquero  <lekktu@gmail.com>
11474         * isearch.el (isearch-mode-map, isearch-other-meta-char)
11475         (isearch-quote-char, isearch-printing-char)
11476         (isearch-text-char-description): "?\ " -> "?\s".
11477         (isearch-lazy-highlight-cleanup)
11478         (isearch-lazy-highlight-initial-delay)
11479         (isearch-lazy-highlight-interval)
11480         (isearch-lazy-highlight-max-at-a-time)
11481         (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
11482         Declare with define-obsolete-*-alias macros.
11483         (isearch-forward): Fix typo in docstring.
11484         (search-invisible, search-ring-yank-pointer)
11485         (regexp-search-ring-yank-pointer): Doc fixes.
11487         * recentf.el (recentf-menu-append-commands-p): Declare with
11488         `define-obsolete-variable-alias'.
11489         (recentf-max-saved-items, recentf-menu-filter)
11490         (recentf-arrange-by-rule-subfilter): Doc fixes.
11491         (recentf-menu-append-commands-flag)
11492         (recentf-initialize-file-name-history, recentf-expand-file-name)
11493         (recentf-clear-data): Fix typos in docstrings.
11495 2005-07-28  Nick Roberts  <nickrob@snap.net.nz>
11497         * progmodes/gdb-ui.el: Smarten comments.
11498         (gdb-info-breakpoints-custom): Use nowarn when finding file.
11500 2005-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
11502         * term/apollo.el (terminal-init-apollo): New function containing
11503         all former top level forms in the file.
11504         * term/bobcat.el (terminal-init-bobcat):
11505         * term/cygwin.el (terminal-init-cygwin):
11506         * term/iris-ansi.el (terminal-init-iris-ansi):
11507         * term/linux.el (terminal-init-linux):
11508         * term/news.el (terminal-init-news):
11509         * term/rxvt.el (terminal-init-rxvt):
11510         * term/sun.el (terminal-init-sun):
11511         * term/tvi970.el (terminal-init-tvi970):
11512         * term/vt100.el (terminal-init-vt100):
11513         * term/vt102.el (terminal-init-vt102):
11514         * term/vt125.el (terminal-init-vt125):
11515         * term/vt200.el (terminal-init-vt200):
11516         * term/vt201.el (terminal-init-vt201):
11517         * term/vt220.el (terminal-init-vt220):
11518         * term/vt240.el (terminal-init-vt240):
11519         * term/vt300.el (terminal-init-vt300):
11520         * term/vt320.el (terminal-init-vt320):
11521         * term/vt400.el (terminal-init-vt400):
11522         * term/vt420.el (terminal-init-vt420):
11523         * term/wyse50.el (terminal-init-wyse50):
11524         * term/xterm.el (terminal-init-xterm): Likewise.
11526         * term/README: Describe the terminal-init-* functionality.
11528         * startup.el (command-line): After loading the terminal initialization
11529         file call the corresponding terminal initialization function.
11531 2005-07-27  Kenichi Handa  <handa@m17n.org>
11533         * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
11534         negative.
11536         * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
11537         (ps-mule-composition-prologue): Fix for the case that
11538         RelativeCompose is false.
11540 2005-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
11542         * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
11544         * descr-text.el (describe-char): Handle the case where the list of
11545         chars is displayed in a separate frame.
11546         Be a bit more discriminating when looking for the char.
11548 2005-07-26  Juanma Barranquero  <lekktu@gmail.com>
11550         * bookmark.el (bookmark-automatically-show-annotations)
11551         (bookmark-read-annotation-text-func): Doc fixes.
11552         (bookmark-save): Improve argument/docstring consistency.
11553         (bookmark-get-bookmark, bookmark-get-bookmark-record)
11554         (bookmark-alist-from-buffer)
11555         (bookmark-upgrade-file-format-from-0)
11556         (bookmark-grok-file-format-version)
11557         (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
11558         (bookmark-read-annotation-mode)
11559         (bookmark-insert-current-bookmark, bookmark-jump)
11560         (bookmark-exit-hook): Fix typos in docstrings.
11561         (bookmark-exit-hooks): Define as obsolete alias.
11562         (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
11563         not `bookmark-exit-hooks'.  Fix docstring.
11564         (bookmark-bmenu-select): "?\ " -> "?\s".
11566 2005-07-25  Ari Roponen  <arjuropo@cc.jyu.fi>  (tiny change)
11568         * startup.el (command-line): Fix typo.
11570 2005-07-24  Richard M. Stallman  <rms@gnu.org>
11572         * tooltip.el (tooltip-mode): Test emacs-basic-display,
11573         not emacs-quick-startup.
11575 2005-07-24  Juanma Barranquero  <lekktu@gmail.com>
11577         * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
11578         (reb-next-match, reb-show-subexp): Use `with-selected-window'
11579         instead of `reb-with-current-window'.
11580         (reb-prev-match): Likewise.  Also, don't move left if the search
11581         was unsuccessful.
11582         (reb-initialize-buffer): New function.
11583         (re-builder, reb-change-syntax): Use it.
11585         * man.el (Man-goto-page): Make second argument NOERROR optional.
11587 2005-07-23  Richard M. Stallman  <rms@gnu.org>
11589         * man.el (Man-bgproc-sentinel): Check here for failure to find
11590         any man page in the output, and report the error here.
11591         (Man-arguments): Make it permanent local.
11592         (Man-goto-page): New arg NOERROR.  Never kill the current buffer.
11593         (Man-mode): Pass t for NOERROR.
11595         * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
11596         (grep-mode-font-lock-keywords):
11597         Don't use compilation-...-face for messages that are not file names.
11599         * progmodes/compile.el (compilation-mode-font-lock-keywords):
11600         Don't use compilation-...-face for messages that are not file names.
11602 2005-07-22  Juri Linkov  <juri@jurta.org>
11604         * startup.el (normal-splash-screen): Update menu name.
11606         * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
11608 2005-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
11610         * term/xterm.el: Load term/rxvt if the terminal is actually an
11611         rxvt terminal.
11612         (xterm-rxvt-set-background-mode): Remove, not used anymore.
11614         * term/rxvt.el (function-key-map): Use substitute-key-definition
11615         to bind {C,S,C-S}-{f1-f10}.  Add a few missing key bindings.
11617         * term/cygwin.el: New file.
11619 2005-07-22  Kim F. Storm  <storm@cua.dk>
11621         * image-file.el (insert-image-file, image-file-yank-handler):
11622         Fix last change to maintain a (unique) yank-handler on yanked images.
11624 2005-07-22  Eduardo Mu\e,Aq\e(Boz  <emufer@terra.es>  (tiny change)
11626         * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
11627         of the file size (as in "177B" for 177 bytes).  This happens with
11628         "ls -lh" on FreeBSD.
11630 2005-07-22  Juanma Barranquero  <lekktu@gmail.com>
11632         * hilit-chg.el (highlight-changes-global-initial-state)
11633         (highlight-compare-buffers, hilit-chg-turn-on-maybe)
11634         (hilit-chg-fixup, highlight-changes-mode):
11635         Fix typos in docstrings.
11636         (highlight-changes-global-modes, highlight-changes-rotate-faces):
11637         Doc fixes.
11639 2005-07-21  Luc Teirlinck  <teirllm@auburn.edu>
11641         * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
11642         mode function using `eval-after-load'.
11644 2005-07-21  Kim F. Storm  <storm@cua.dk>
11646         * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
11647         included when reporting an emacs crash, and tell about the DEBUG file.
11649         * image-file.el (insert-image-file): Add yank-handler.
11650         (image-file-yank-handler): Yank handler to make unique copies of
11651         images when they are yanked into a buffer next to each other.
11653 2005-07-21  Juanma Barranquero  <lekktu@gmail.com>
11655         * comint.el (comint-use-prompt-regexp, comint-send-input)
11656         (comint-source-default, comint-extract-string)
11657         (comint-get-source, comint-word, comint-completion)
11658         (comint-source, comint-prompt-read-only, comint-update-fence):
11659         Fix typos in docstrings.
11660         (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
11661         Declare with define-obsolete-*-alias macros.
11662         (comint-previous-matching-input-from-input)
11663         (comint-next-matching-input-from-input)
11664         (comint-previous-matching-input, comint-next-matching-input)
11665         (comint-forward-matching-input):
11666         Improve argument/docstring consistency.
11668         * desktop.el (desktop-clear-preserve-buffers-regexp):
11669         Also preserve the *server* buffer.
11671         * simple.el (clone-indirect-buffer): Doc fix.
11672         (fixup-whitespace, just-one-space)
11673         (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
11674         (next-error, next-error-highlight)
11675         (next-error-highlight-no-select, next-error-last-buffer)
11676         (next-error-buffer-p, next-error-find-buffer, next-error)
11677         (previous-error, next-error-no-select, previous-error-no-select)
11678         (open-line, split-line, minibuffer-prompt-width, kill-new)
11679         (binary-overwrite-mode): Fix typos in docstrings.
11680         (set-fill-column): Fix typo in message.
11682         * skeleton.el (skeleton-proxy-new): Doc fix.
11684         * strokes.el (strokes-load-hook): Doc fix.
11685         (strokes-grid-resolution, strokes-get-grid-position)
11686         (strokes-renormalize-to-grid, strokes-read-stroke)
11687         (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
11688         (strokes-global-map): Fix typos in docstrings.
11689         (strokes-help): Doc fix.  Fix help message and pass it through
11690         `substitute-command-keys'.
11692         * tempo.el (tempo-insert-prompt, tempo-interactive)
11693         (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
11694         (tempo-insert-string-functions, tempo-local-tags)
11695         (tempo-define-template, tempo-insert-template)
11696         (tempo-insert-prompt-compat, tempo-is-user-element)
11697         (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
11698         Fix typos in docstrings.
11700         * vcursor.el (vcursor-other-window, vcursor-bind-keys)
11701         (vcursor-key-bindings, vcursor-use-vcursor-map)
11702         (vcursor-find-window, vcursor-scroll-down)
11703         (vcursor-disable, vcursor-beginning-of-buffer)
11704         (vcursor-end-of-buffer): Fix typos in docstrings.
11705         (vcursor-relative-move, vcursor-get-char-count):
11706         Improve argument/docstring consistency.
11708         * version.el: "?\ " -> "?\s".
11710         * wid-edit.el (widget-default-create, widget-after-change)
11711         (widget-default-format-handler, widget-checklist-add-item)
11712         (widget-radio-add-item, widget-choose, widget-specify-secret)
11713         (widget-field-value-create, widget-field-value-get)
11714         (widget-editable-list-format-handler)
11715         (widget-editable-list-entry-create, widget-group-value-create)
11716         (widget-documentation-link-add)
11717         (widget-documentation-string-value-create): "?\ " -> "?\s".
11718         (widget-convert-text): Doc fix.
11719         (widget-narrow-to-field, widget-field-find)
11720         (widget-url-link-action, widget-emacs-library-link-action)
11721         (widget-color-notify): Fix typos in docstrings.
11723         * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
11724         (x-select-text, set-w32-system-coding-system)
11725         (w32-add-charset-info): Fix typos in docstrings.
11727         * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
11728         (cua-enable-cua-keys, cua-use-hyper-key)
11729         (cua-virtual-rectangle-edges): Fix typos in docstrings.
11730         (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
11732         * net/tramp.el (tramp-handle-load): Fix typo in error message.
11734         * emacs-lisp/re-builder.el (regexp-builder): Declare with
11735         `defalias' instead of faking it.
11737         * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
11738         (eshell-ls-missing, eshell-ls-dired-initial-args)
11739         (eshell-ls-use-in-dired): Fix typos in docstrings.
11741 2005-07-20  Kim F. Storm  <storm@cua.dk>
11743         * emulation/cua-base.el (cua-mode): Improve doc string.
11745 2005-07-20  Juanma Barranquero  <lekktu@gmail.com>
11747         * abbrev.el (expand-region-abbrevs): Doc fix.
11748         (inverse-add-mode-abbrev, inverse-add-global-abbrev):
11749         Improve argument/docstring consistency.
11751         * arc-mode.el (archive-get-descr, archive-alternate-display):
11752         Doc fixes.
11753         (archive-l-e): Improve argument/docstring consistency.
11754         (archive-tmpdir, archive-unixdate, archive-unixtime)
11755         (archive-chmod-entry): Fix typos in docstrings.
11756         (archive-unflag, archive-unflag-backwards)
11757         (archive-unmark-all-files): "?\ " -> "?\s".
11759         * buff-menu.el (Buffer-menu-unmark): Doc fix.
11760         (Buffer-menu-not-modified, Buffer-menu-execute)
11761         (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
11762         (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
11764         * composite.el (compose-string, encode-composition-rule)
11765         (compose-last-chars): Fix typos in docstrings.
11767         * desktop.el (desktop-enable, desktop-basefilename):
11768         Declare with `define-obsolete-variable-alias'.
11769         (desktop-internal-v2s): Don't quote keywords.
11770         (desktop-clear): "?\ " -> "?\s".
11772         * dired.el (dired-align-file, dired-flag-backup-files)
11773         (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
11774         (dired-listing-switches, dired-ls-F-marks-symlinks)
11775         (dired-dwim-target, dired-load-hook, dired-mode-hook)
11776         (dired-directory, dired-faces, dired, dired-revert)
11777         (dired-mode, dired-summary, dired-view-file)
11778         (dired-copy-filename-as-kill, dired-delete-file)
11779         (dired-no-confirm, dired-unmark-all-marks)
11780         (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
11781         (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
11782         (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
11783         Fix typos in message strings.
11785         * dired-x.el (virtual-dired): Declare with `defalias'.
11786         (dired-mark-unmarked-files, dired-local-variables-file)
11787         (dired-omit-here-always): Doc fix.
11788         (dired-omit-mode, dired-find-subdir)
11789         (dired-enable-local-variables, dired-clean-up-buffers-too)
11790         (dired-extra-startup, dired-mark-extension, dired-jump)
11791         (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
11792         (dired-smart-shell-command, dired-guess-shell-alist-user)
11793         (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
11794         (dired-x-bind-find-file, dired-x-submit-report):
11795         Fix typos in docstrings.
11796         (dired-mark-unmarked-files): "?\ " -> "?\s".
11798         * dirtrack.el (dirtrack-list): Fix typos in docstring.
11800         * faces.el (describe-face): "?\ " -> "?\s".
11801         (read-all-face-attributes, read-face-font, modify-face)
11802         (face-attr-construct, italic): Fix typos in docstrings.
11803         (frame-update-face-colors): Declare with
11804         `define-obsolete-function-alias'.
11806         * files.el (find-file-noselect, recode-file-name): Doc fixes.
11807         (insert-directory, kill-some-buffers): "?\ " -> "?\s".
11808         (magic-mode-alist, buffer-file-numbers-unique)
11809         (write-file-functions, get-free-disk-space):
11810         Fix typos in docstrings.
11811         (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
11812         (write-contents-hooks, write-file-hooks):
11813         Declare with `define-obsolete-variable-alias'.
11815         * forms-d2.el (arch-rj): Fix typo in docstrings.
11816         (arch-tocol): Likewise.  "?\ " -> "?\s".
11818         * frame.el (set-frame-font, cursor-in-non-selected-windows):
11819         Fix typo in docstring.
11820         (set-screen-width, set-screen-height): Delete redundant info in
11821         doctrings.
11822         (new-frame, screen-height, screen-width): Declare with
11823         `define-obsolete-function-alias'.
11824         (delete-frame-hook, blink-cursor): Declare with
11825         `define-obsolete-variable-alias'.
11827         * paths.el (prune-directory-list): Fix typos in docstring.
11829         * pcvs-util.el (cvs-flags-query, cvs-strings->string)
11830         (cvs-prefix-get): Fix typos in docstrings.
11832         * ps-print.el (ps-extend-face-list, ps-extend-face)
11833         (ps-print-background-image): Fix typos in docstrings.
11834         (ps-default-fg, ps-default-bg): Doc fixes.
11836         * s-region.el (s-region-bind): Doc fix.
11837         (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
11839         * textmodes/org.el (org-table-formula-substitute-names)
11840         (org-table-get-vertical-vector): Doc fixes.
11841         (org-table-recalculate): Remove unused argument to `message'.
11843 2005-07-19  Carsten Dominik  <dominik@science.uva.nl>
11845         * textmodes/org.el (org-table-column-names)
11846         (org-table-column-name-regexp)
11847         (org-table-named-field-locations): New variables.
11848         (org-archive-subtree): Protect `this-command' when calling
11849         `org-copy-subtree' and `org-cut-subtree', to avoid appending to
11850         the kill buffer.
11851         (org-complete): Remove fixed-formula completion.
11852         (org-edit-formulas-map): New variable.
11853         (org-table-edit-formulas): New command.
11854         (org-finish-edit-formulas, org-abort-edit-formulas)
11855         (org-show-variable, org-table-get-vertical-vector): New functions.
11856         (org-table-maybe-eval-formula): Handle `:=' fields.
11857         (org-table-get-stored-formulas, org-table-store-formulas)
11858         (org-table-get-formula, org-table-modify-formulas)
11859         (org-table-replace-in-formulas): Handle named field formulas.
11860         (org-table-get-specials): Store locations of named fields.
11862 2005-07-19  Juri Linkov  <juri@jurta.org>
11864         * progmodes/grep.el (grep-regexp-alist)
11865         (grep-mode-font-lock-keywords, grep-process-setup):
11866         Use default GNU grep match color "01;31m" instead of "01;41m".
11867         (grep-regexp-alist, grep-mode-font-lock-keywords):
11868         Use `\\[[0-9]*m' instead of `\\[00m'.
11869         (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
11870         sgr_start where its handling is more important.  Use the real
11871         length of sgr_start instead of constant 8.
11872         (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
11873         specially.  Delete all remaining escape sequences.
11874         (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
11875         (grep-regexp-alist): Make hyperlink only for binary file name
11876         instead of the whole line.
11877         (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
11878         (grep-mode): Add autoload.
11880         * emacs-lisp/find-func.el (find-function-regexp):
11881         Add `define-compilation-mode'.
11883 2005-07-19  Juri Linkov  <juri@jurta.org>
11885         * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
11886         (compare-windows-sync-string-size, compare-windows-recenter)
11887         (compare-windows-highlight, compare-windows): Add version 22.1.
11888         (compare-windows) <defface>: Inherit from lazy-highlight instead
11889         of duplicating its default value.
11891         * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
11892         (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
11894         * descr-text.el (describe-char): Create link buttons for `charset'
11895         and `code point'.  Add the current input method name with a link
11896         button to `to input' field.  Print face names of display table
11897         characters in `The display table entry is displayed by' section
11898         instead of printing face-id in the `display' field.
11899         Guess hardcoded faces and create a link button for them.
11900         Skip empty fields when calculating max-width.
11901         Treat `widget-create' specially while inserting strings from the
11902         collected field list.
11903         (describe-char-after): Made obsolete in version 22.1, not 21.5.
11905         * diff-mode.el (diff-file-header): Change foreground color from
11906         yellow to green on light backgrounds.
11907         (diff-context): Inherit from `shadow' only for color/grayscale
11908         with more than 88 colors.
11909         (diff-indicator-removed, diff-indicator-added)
11910         (diff-indicator-changed): New faces.
11911         (diff-font-lock-keywords): Use new faces.  Regroup rules.
11912         Add "^---$" for `normal' diff format.  Fontify `#' lines with
11913         font-lock-comment-delimiter-face and font-lock-comment-face.
11914         Add `#' to ^[^...] in the rule for `diff-context-face'.
11916         * faces.el (mode-line-highlight): Replace RoyalBlue4 with
11917         a button-like box.  Inherit from `highlight' on low colors.
11918         (shadow): Use shades of gray only for color/grayscale with
11919         more than 88 colors.  Use green for light backgrounds with
11920         8 colors, and yellow for dark backgrounds with 8 colors.
11922         * font-lock.el (font-lock-regexp-grouping-backslash):
11923         Don't inherit from escape-glyph (use bold for all cases).
11925         * info.el (info-xref-visited): Use light foreground color `violet'
11926         for dark backgrounds instead of dark color `magenta3'.
11927         (info-title-1): Use `yellow' color for dark backgrounds.
11929         * isearch.el (isearch): Use not-too-dark magenta3 instead of
11930         too-light magenta2.
11932         * replace.el (match): Use slightly more light RoyalBlue3 instead
11933         of dark RoyalBlue4.
11935         * wid-edit.el (widget-inactive): Inherit from `shadow'.
11937 2005-07-19  Juanma Barranquero  <lekktu@gmail.com>
11939         * novice.el (disabled-command-hook): Declare it with
11940         `define-obsolete-variable-alias'.
11942         * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
11943         (desktop-buffer-misc-functions, desktop-buffer-handlers)
11944         (desktop-load-default): Add release to obsolescence info.
11945         (desktop-globals-to-clear, desktop-buffer-mode-handlers)
11946         (desktop-append-buffer-args, desktop-read):
11947         Fix typos in docstrings.
11948         (desktop-kill): Fix typo in message.
11949         (desktop-save): Doc fix.
11951 2005-07-19  Michael Kifer  <kifer@cs.stonybrook.edu>
11953         * viper-cmd.el (viper-escape-to-state): Bug fix.
11954         (viper-envelop-ESC-key): Change the definition of fast
11955         keysequence so it'll work with keyboard macros.
11957         * ediff.el (ediff-patch-buffer): Change the docstring.
11959 2005-07-19  Kenichi Handa  <handa@m17n.org>
11961         * international/mule-cmds.el (select-safe-coding-system): Try to
11962         use an auto-coding (if any) before anything else.  If the found
11963         auto-coding is invalid, show a warning message.
11965         * international/mule.el (find-auto-coding): New function created
11966         by modifying the body of set-auto-coding.
11967         (set-auto-coding): Use find-auto-coding to find a coding.
11969 2005-07-18  Richard M. Stallman  <rms@gnu.org>
11971         * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
11972         not isearch-mode-end-hook-error.
11973         (allout-before-change-protect): Fix error message.
11975 2005-07-18  Juri Linkov  <juri@jurta.org>
11977         * allout.el (allout-mode):
11978         * calculator.el (calculator-copy):
11979         * custom.el (custom-known-themes):
11980         * dired.el (dired-desktop-buffer-misc-data)
11981         (dired-restore-desktop-buffer):
11982         * dired-x.el (dired-omit-marker-char):
11983         * files.el (basic-save-buffer):
11984         * font-core.el (font-lock-mode):
11985         * calendar/calendar.el (calendar-goto-hebrew-date)
11986         (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
11987         (calendar-goto-persian-date):
11988         * language/ethio-util.el (ethio-sera-to-fidel-region):
11989         * textmodes/picture.el (picture-mode):
11990         Delete duplicate duplicate words.
11992 2005-07-18  Juri Linkov  <juri@jurta.org>
11994         * isearch.el (isearch-mode-map): Remove key bindings for regexp
11995         chars * ? } |.
11996         (isearch-fallback): Don't call `isearch-process-search-char'.
11997         (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
11998         (isearch-process-search-char): Call `isearch-fallback' for regexp
11999         chars * ? } |.
12000         (isearch-return-char): Make obsolete with `make-obsolete' instead
12001         of simply documenting it as obsolete in the docstring.
12002         (isearch-fallback): Refill docstring.
12004         * international/isearch-x.el
12005         (isearch-process-search-multibyte-characters): Remove unneeded
12006         `concat'.  Add intermediate values to `junk-hist' instead of
12007         `minibuffer-history'.  Test the length of `str'.
12009 2005-07-18  Juanma Barranquero  <lekktu@gmail.com>
12011         * allout.el (allout-resolve-xref): Fix typos in error strings.
12012         (allout-before-change-protect): Remove unneeded `concat'.
12014         * array.el (array-mode, array-reconfigure-rows)
12015         (untabify-backward): Fix typos in docstrings.
12016         (array-reconfigure-rows): Use `insert-buffer-substring', not
12017         `insert-buffer'.
12019         * calendar/icalendar.el (icalendar--get-unfolded-buffer):
12020         * progmodes/ada-mode.el (ada-make-body):
12021         Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
12023         * dired.el (dired-log):
12024         * tar-mode.el (tar-subfile-save-buffer):
12025         * play/zone.el (zone-pgm-stress-destress):
12026         Use `insert-buffer-substring', not `insert-buffer'.
12028 2005-07-17  Simon Josefsson  <jas@extundo.com>
12030         * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
12032 2005-07-16  Jose E. Marchesi  <jemarch@gnu.org>
12034         * lisp/mail/smtpmail.el (smtpmail-auth-supported):
12035         Add plain auth method.
12036         (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
12038 2005-07-17  Kim F. Storm  <storm@cua.dk>
12040         * ido.el (dired-other-window): Add ido property.
12042 2005-07-16  Juanma Barranquero  <lekktu@gmail.com>
12044         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
12045         Fix typo in docstring.
12046         (byte-compile-interactive-only-functions): Add `insert-buffer' and
12047         `insert-file-literally'.
12049         * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
12050         info and delete redundant message.  Doc fix.
12051         (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
12052         (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
12054 2005-07-16  Richard M. Stallman  <rms@gnu.org>
12056         * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
12057         (byte-compile-and): Use byte-compile-and-recursion.
12058         (byte-compile-or-recursion): New function.
12059         (byte-compile-or): Use that.
12060         (byte-compile-if): Guard the else-clause too.
12061         (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
12063         * isearch.el (isearch-mode-end-hook-quit): New variable.
12064         (isearch-done): Bind it.
12065         (isearch-mode-end-hook): Doc fix.
12067         * allout.el (allout-isearch-did-quit): Variable deleted.
12068         (allout-real-isearch-abort): Function name no longer used.
12069         (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
12070         (allout-isearch-rectification): isearch-mode always exists.
12071         Don't set allout-isearch-did-quit.
12072         (allout-isearch-expose): Check isearch-mode-end-hook-error, not
12073         allout-isearch-did-quit.
12074         (allout-enwrap-isearch): Just add the hook.
12075         (allout-isearch-abort): Function deleted.
12076         (allout-pre-command-business): Avoid warning.
12078         * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
12079         Correctly avoid warnings.
12080         (pascal-outline): Likewise.
12082         * progmodes/f90.el (f90-abbrev-start): Avoid warning.
12084         * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
12086         * play/tetris.el (tetris-mode): Avoid warning.
12088         * play/snake.el (snake-mode): Avoid warning.
12090         * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
12091         (gamegrid-set-display-table): Avoid warning.
12092         (gamegrid-set-timer): Likewise.
12093         (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
12094         (gamegrid-add-score-with-update-game-score-1): Take FILE
12095         as argument.
12096         (gamegrid-add-score-with-update-game-score): Pass that argument.
12097         Rename have-shared-game-dir to gamegrid-shared-game-dir.
12099         * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
12101         * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
12102         (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
12104         * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
12105         and insert-file.
12107         * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
12108         (sc-ask): Avoid warnings.
12110         * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
12111         (eshell-hist-initialize): Use that var the natural way.
12113         * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
12115         * emacs-lisp/re-builder.el (reb-cook-regexp):
12116         Avoid warning calling lre-compile-string.
12117         (reb-color-display-p): Avoid warning.
12119         * calculator.el (calculator-last-input): Guard uses
12120         of event-key and key-press-event-p.
12121         (event-key, key-press-event-p): Delete definitions.
12123         * emacs-lisp/find-gc.el (find-gc-unsafe-list)
12124         (find-gc-source-directory, find-gc-subrs-callers)
12125         (find-gc-noreturn-list, find-gc-source-files)
12126         (find-gc-subrs-called): Vars renamed and defvar'd.
12128         * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
12129         (checkdoc-overlay-put, checkdoc-delete-overlay)
12130         (checkdoc-overlay-start, checkdoc-overlay-end)
12131         (checkdoc-mode-line-update, checkdoc-char=):
12132         Define such that compiler knows they are defined.
12133         (checkdoc-call-eval-buffer): Delete.  Use eval-buffer directly.
12134         (checkdoc-read-event): Delete.  Use read-event directly.
12136         * whitespace.el (whitespace-make-overlay)
12137         (whitespace-overlay-put, whitespace-delete-overlay)
12138         (whitespace-overlay-start, whitespace-overlay-end):
12139         Define such that compiler knows they are defined.
12140         (whitespace): Move conditional inside.
12142         * tempo.el (tempo-insert-template): Suppress warning.
12144         * ediff-diff.el (longlines-mode): Add defvar.
12146 2005-07-16  Gary Howell  <g1howell-list@yahoo.com>  (tiny change)
12148         * server.el: Bind "C-x #" in a way that works even if C-x is
12149         redefined to a command key, not a prefix key.
12151 2005-07-16  Johan Bockgard  <bojohan@users.sourceforge.net>  (tiny change)
12153         * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
12154         cl-make-type-test till execution time.
12156 2005-07-16  Markus Rost  <rost@math.uni-bielefeld.de>
12158         * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
12159         arg ARG and use it.
12161 2005-07-16  Johan Bockgard  <bojohan@users.sourceforge.net>  (tiny change)
12163         * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
12165 2005-07-15  Luc Teirlinck  <teirllm@auburn.edu>
12167         * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
12168         a defcustom with two :set or :type keywords.
12170 2005-07-15  Richard M. Stallman  <rms@gnu.org>
12172         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
12173         Don't give ^M comment-end syntax.
12175 2005-07-16  Nick Roberts  <nickrob@snap.net.nz>
12177         * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
12178         Don't consider gdbmi (gdb-mi.el has its own update functions).
12179         (gdb-var-delete): Make it work for gdbmi as well.
12180         (gdb-speedbar-expand-node): Move var-update here for gdbmi.
12182         * progmodes/gud.el (etags, sdb): Only require etags when needed.
12183         (gud-speedbar-menu-items): Correct logic for enabling items.
12185 2005-07-15  Kim F. Storm  <storm@cua.dk>
12187         * ido.el: Fix commentary.
12188         (ido-define-mode-map): Move ido-next-work-file to C-M-o.
12189         Use with-no-warnings around ffap-guesser.
12190         (ido-file-internal, ido-read-file-name, ido-read-directory-name):
12191         Let bind minibuffer-completing-file-name to t.
12193 2005-07-15  Juanma Barranquero  <lekktu@gmail.com>
12195         * startup.el (site-run-file, keyboard-type): Doc fixes.
12196         (command-line): Check for "--basic-display" argument; also for
12197         "--quick", not "--bare-bones" (which was renamed).
12198         (fancy-splash-text): Add missing item "Getting New Versions".
12199         (normal-splash-screen): Fix typos and improve consistency with
12200         `fancy-splash-text'.  Update copyright year.
12202         * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
12203         valid binding for `help-char'.
12205         * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
12207 2005-07-14  Dan Nicolaescu  <dann@ics.uci.edu>
12209         * term.el (term-mode): Disable cua-mode for term buffers.
12211 2005-07-14  Juanma Barranquero  <lekktu@gmail.com>
12213         * add-log.el (add-log-mailing-address, change-log-merge):
12214         Doc fixes.
12215         (change-log-get-method-definition): Fix typo in docstring.
12217 2005-07-14  Kim F. Storm  <storm@cua.dk>
12219         * emulation/cua-base.el:
12220         (cua--pre-command-handler-1, cua--pre-command-handler)
12221         (cua--post-command-handler-1, cua--post-command-handler):
12222         Split in two.  Check (buffer local) value of cua-mode.
12223         (cua-selection-mode): New command.
12225 2005-07-13  Luc Teirlinck  <teirllm@auburn.edu>
12227         * custom.el (custom-initialize-safe-set)
12228         (custom-initialize-safe-default): Doc fixes.
12230         * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
12231         and simplify :init-value again.
12233         * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
12234         and simplify :init-value again.  Delete autoload.
12236         * startup.el (command-line): Use `custom-reevaluate-setting' again
12237         for tooltip-mode.
12239         * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
12240         a defcustom with two :initialize keywords.
12242 2005-07-13  Juanma Barranquero  <lekktu@gmail.com>
12244         * allout.el (my-mark-marker, allout-isearch-prior-pos)
12245         (allout-unprotected, allout-undo-aggregation, allout-snug-back)
12246         (allout-post-command-business, allout-flag-region)
12247         (isearch-reenable-font-lock, allout-yank)
12248         (allout-insert-latex-header, allout-insert-latex-trailer)
12249         (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
12250         (allout-latex-verb-quote): Fix typos in docstrings.
12251         (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
12252         (allout-unprotected, allout-prefix-data):
12253         Improve argument/docstring consistency.
12254         (allout-chart-subtree): Fix argument spec.
12255         (allout-open-topic): Rename `use_sib_bullet' argument to
12256         `use-sib-bullet'.  Doc fix.
12258         * whitespace.el (whitespace-check-buffer-leading)
12259         (whitespace-check-buffer-trailing)
12260         (whitespace-check-buffer-indent)
12261         (whitespace-check-buffer-spacetab)
12262         (whitespace-check-buffer-ateol, whitespace-highlighted-space)
12263         (whitespace-check-leading-whitespace)
12264         (whitespace-check-trailing-whitespace)
12265         (whitespace-check-spacetab-whitespace)
12266         (whitespace-check-indent-whitespace)
12267         (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
12268         (whitespace-modes): Fix typos in docstrings.
12269         (defgroup, defcustom): Doc fixes.
12271         * winner.el (winner-mode, winner-boring-buffers)
12272         (winner-pending-undo-ring): Doc fixes.
12273         (winner-ring): Remove unneeded `progn'.
12274         (winner-equal): `defsubst' it.
12275         (winner-redo): Fix message.
12277 2005-07-13  Kim F. Storm  <storm@cua.dk>
12279         * simple.el (line-move-1): Always use vertical-motion to
12280         do the last (or only) line move to ensure some movement.
12281         Undo 2005-06-23 change--don't check for overlays.
12283 2005-07-13  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
12285         * term/mac-win.el (ccl-encode-mac-roman-font)
12286         (ccl-encode-mac-centraleurroman-font)
12287         (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
12288         (ccl-encode-mac-dingbats-font): Remove check for ASCII.
12289         Change charset-id boundary of dimension to ?\xef.
12290         (mac-char-fontspec-list): New constant.
12291         (fontset-add-mac-fonts): Use it.  Accept non-string `base-family'
12292         argument.  Nil uses itself as family in font-spec.  Previous
12293         behavior for nil is now provided by non-nil non-string argument.
12294         All callers changed.  Add font-specs for Mac fonts to
12295         "fontset-default" unless iso8859-1 fonts are installed.
12297 2005-07-13  Stefan Monnier  <monnier@iro.umontreal.ca>
12299         * progmodes/sh-script.el (sh-get-indent-info): Only indent
12300         a continuation line if the \ is preceded by SPC or TAB.
12301         (sh-get-indent-info): Simplify.
12302         (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
12303         Use with-current-buffer.
12305         * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
12306         when the matched text is empty.
12308 2005-07-12  Luc Teirlinck  <teirllm@auburn.edu>
12310         * startup.el (command-line): Revert to previous handling of
12311         tooltip-mode.  Explain in comment why the complexity is needed.
12313         * tooltip.el (tooltip-mode): Revert to previous implementation of
12314         its defcustom.
12316         * frame.el (blink-cursor-mode): Revert to previous implementation
12317         of its defcustom.  Update comment.
12319 2005-07-12  Lars Hansen  <larsh@soem.dk>
12321         * desktop.el: Update e-mail address.
12323 2005-07-12  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
12325         * term/mac-win.el (mac-services-mail-selection)
12326         (mac-services-mail-to): New functions.
12327         (mac-application-menu-map): Bind them.
12329 2005-07-12  wulei  <milton@wulei.net>  (tiny change)
12331         * progmodes/gdb-ui.el: Add note about buffering with Windows.
12333 2005-07-11  Luc Teirlinck  <teirllm@auburn.edu>
12335         * custom.el (custom-reevaluate-setting): Doc fix.
12337 2005-07-11  Jay Belanger  <belanger@truman.edu>
12339         * calc/calc.el (calc-embedded-announce-formula-alist)
12340         (calc-embedded-open-close-plain-alist)
12341         (calc-embedded-open-close-mode-alist): Add checks for additional
12342         major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
12344 2005-07-11  Juanma Barranquero  <lekktu@gmail.com>
12346         * custom.el (custom-enable-theme): Don't add theme to
12347         `custom-enabled-themes' with `push' because there is no
12348         setf-method for `delq'.
12350 2005-07-11  Richard M. Stallman  <rms@gnu.org>
12352         * custom.el (custom-declare-variable): Doc fix.
12354         * dired-aux.el (dired-compare-directories): Remove "." and ".."
12355         from the alists.
12357         * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
12358         Do nothing if edebug-active.
12360         * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
12361         (edebug-display): Do it here instead.
12363 2005-07-10  Richard M. Stallman  <rms@gnu.org>
12365         * cus-face.el (custom-theme-set-faces): Make it work.
12366         (custom-reset-faces): Doc fix.
12367         (custom-theme-reset-internal-face, custom-theme-face-value):
12368         Functions deleted.
12370         * custom.el (custom-push-theme): Maintain list of the settings
12371         of a given theme in its theme-settings property.
12372         Maintain position of old settings in the theme-value
12373         or theme-face property.
12374         (custom-enabled-themes): New variable.
12375         (custom-theme-enabled-p): New function.
12376         (provide-theme): Update custom-enabled-themes.
12377         Disable and reenable the `user' theme.
12378         (require-theme): Doc fix.
12379         (custom-do-theme-reset, custom-remove-theme): Functions deleted.
12380         (custom-theme-value, custom-theme-variable-value): Likewise.
12381         (custom-theme-reset-internal): Likewise.
12382         (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
12383         (custom-enable-theme, custom-disable-theme): New functions.
12384         (custom-variable-theme-value, custom-face-theme-value): Likewise.
12385         (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
12386         (custom-theme-reset-variables): Simplify.
12387         (deftheme, custom-declare-theme, custom-make-theme-feature):
12388         Definitions moved.
12390 2005-07-10  Chong Yidong  <cyd@stupidchicken.com>
12392         * longlines.el (longlines-show-region)
12393         (longlines-unshow-hard-newlines): Recognize hard newlines by
12394         non-nil hard property, instead of t.
12396 2005-07-10  Michael Kifer  <kifer@cs.stonybrook.edu>
12398         * viper-cmd.el (viper--key-maps): New variable.
12399         (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
12400         emulation-mode-map-alists.
12401         (viper-envelop-ESC-key): Use viper-subseq.
12402         (viper-search-forward/backward/next): Disable debug-on-error.
12404         * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
12405         (viper-ESC-key): New defcustoms.
12407         * viper-macs.el (ex-map-read-args): Use viper-subseq.
12409         * viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
12410         (viper-subseq): Copy of subseq from cl.el.
12412         * viper.el (viper-go-away, viper-set-hooks): Use
12413         emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
12415         * viper-mous.el (viper-current-frame-saved): Use defvar.
12417         * viper-init.el: Get rid of -face in face names.
12419         * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
12420         Make it work with longlines mode
12422         * ediff-mult.el (ediff-meta-mode-hook): New variable.
12424         * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
12426         * ediff-init.el: Get rid of -face in face names.
12428 2005-07-10  Richard M. Stallman  <rms@gnu.org>
12430         * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
12431         and with-timeout-unsuspend.
12433         * emacs-lisp/debug.el (debug): Call with-timeout-suspend
12434         and with-timeout-unsuspend.
12436         * emacs-lisp/timer.el (with-timeout-timers): New variable.
12437         (with-timeout): Bind that variable to record timers.
12438         (with-timeout-suspend, with-timeout-unsuspend): New functions.
12440         * emacs-lisp/debug.el (debug-help-follow): New function.
12441         (debugger-mode-map): Use that instead of help-follow.
12442         (debugger-setup-buffer): Use eval-buffer-list
12443         to handle eval-buffer frames.
12445 2005-07-10  N. Raghavendra  <raghu@mri.ernet.in>  (tiny change)
12447         * timezone.el (timezone-parse-date): Change first regexp
12448         so it will not mistakenly match dates with no time zone.
12450 2005-07-10  Jeff Dwork  <jeff.dwork@amd.com>  (tiny change)
12452         * facemenu.el (facemenu-read-color): Do case-insensitive matching.
12454 2005-07-10  Luc Teirlinck  <teirllm@auburn.edu>
12456         * custom.el (custom-initialize-safe-set)
12457         (custom-initialize-safe-default): New functions.
12459         * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
12460         and simplify :init-value.
12462         * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
12463         and simplify :init-value.  Delete obsolete comment.
12465         * startup.el (command-line): Use `custom-reevaluate-setting' to
12466         handle `tooltip-mode'.  Delete obsolete comment.
12468         * files.el (set-visited-file-name): Avoid calling
12469         `file-name-nondirectory' with a nil argument.
12471 2005-07-09  Richard M. Stallman  <rms@gnu.org>
12473         * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
12474         was called with nil for the buffer, handle the read position right.
12475         Handle read position for eval-region, too.
12477 2005-07-09  Juri Linkov  <juri@jurta.org>
12479         * fringe.el (fringe-mode): Add period in docstring.
12480         (fringe-query-style): Build prompt depending on `all-frames' arg.
12482         * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
12483         to not create links to unrelated functions in the Help buffer.
12485         * progmodes/compile.el (compilation-mode-hook, compilation-mode):
12486         Doc fix.
12488         * simple.el (next-error-hook): New variable.
12489         (next-error): Use it.  Doc fix.
12491         * textmodes/ispell.el (ispell-command-loop): Add current
12492         dictionary name and program name to mode-line-format.
12493         (ispell-region, ispell-process-line): Add current dictionary name
12494         and program name to messages.
12496 2005-07-08  Jay Belanger  <belanger@truman.edu>
12498         * calc/calc.el (calc-embedded-announce-formula-alist)
12499         (calc-embedded-open-close-formula-alist)
12500         (calc-embedded-open-close-word-alist)
12501         (calc-embedded-open-close-plain-alist)
12502         (calc-embedded-open-close-new-formula-alist)
12503         (calc-embedded-open-close-mode-alist)
12504         (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
12505         (calc-embedded-mode-hook): New variables.
12507         * calc/calc-embed.el (calc-embedded-firsttime)
12508         (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
12509         New variables.
12510         (calc-do-embedded): Use calc-embedded-firsttime,
12511         calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
12512         determine whether or not to run hooks.
12513         (calc-embedded-make-info) Set calc-embedded-firsttime-buf and
12514         calc-embedded-firsttime-formula appropriately.
12515         Set calc-embedded delimiter variables according to mode.
12517 2005-07-08  Richard M. Stallman  <rms@gnu.org>
12519         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
12520         Check for "emacs", etc., as entire symbol, not just as word.
12521         (checkdoc-file-comments-engine): Use regexp-quote on FN.
12523         * files.el (set-visited-file-name): Report the error
12524         for "empty filename" earlier.
12525         (kill-some-buffers): Ignore buffers already dead.
12527         * fringe.el (fringe-mode): Doc fix.
12529         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
12530         Check for (featurep 'xemacs) and turn off warnings in what it guards.
12531         Use unwind-protect to ensure byte-compile-unresolved-functions
12532         is updated.
12534         * whitespace.el (whitespace-buffer-leading-cleanup):
12535         Simplify w/ skip-chars-forward.
12536         (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
12538         * mail/rmail.el (rmail-only-expunge): Fix paren error.
12539         Unconditionally try to leave point at the same old place.
12541 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>  (tiny change)
12543         * comint.el (comint-postoutput-scroll-to-bottom)
12544         (comint-show-maximum-output): Take scroll-margin into consideration.
12546 2005-07-08  Kim F. Storm  <storm@cua.dk>
12548         * ido.el (ido-use-filename-at-point): New choice `guess'.
12549         (ido-file-internal): Try ffap-guesser if selected.
12551         * ido.el (ido-before-fallback-functions): New hook.
12552         (ido-buffer-internal, ido-file-internal, ido-read-buffer)
12553         (ido-read-file-name): Run it.
12555 2005-07-07  Stefan Monnier  <monnier@iro.umontreal.ca>
12557         * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
12558         strings rather than a list of symbols to the completion function.
12560 2005-07-07  Jay Belanger  <belanger@truman.edu>
12562         * calc/calc-units.el (math-apply-units): Change the places in
12563         which units are simplified.
12565 2005-07-07  Luc Teirlinck  <teirllm@auburn.edu>
12567         * cus-edit.el (customize-option, customize-option-other-window):
12568         Make them handle aliases.
12570         * custom.el (custom-variable-p): Make it recursively follow
12571         aliases.  Mention that in the docstring.
12573 2005-07-07  Richard M. Stallman  <rms@gnu.org>
12575         * cus-start.el (exec-path): Use `directory' instead of `file'.
12576         Fix tag for nil.
12578 2005-07-07  Juanma Barranquero  <lekktu@gmail.com>
12580         * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
12581         when called non-interactively.  Doc fix.
12583 2005-07-07  Lute Kamstra  <lute@gnu.org>
12585         * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
12586         new address as well.
12588 2005-07-07  Kenichi Handa  <handa@m17n.org>
12590         * international/mule.el (make-coding-system):
12591         Describe `ascii-incompatible' property in the docstring.
12592         (set-file-name-coding-system): Signal an error if coding-system is
12593         ascii-incompatible.
12594         (set-keyboard-coding-system): Likewise.
12596         * international/mule-cmds.el (set-default-coding-systems):
12597         Don't set default-file-name-coding-system and
12598         default-keyboard-coding-system if coding-system is ASCII-incompatible.
12600         * international/utf-16.el: Declare that all UTF-16-based coding
12601         systems are ASCII-incompatible.
12603 2005-07-07  Nick Roberts  <nickrob@snap.net.nz>
12605         * progmodes/gud.el: Require font-lock for displaying errors.
12606         Used by gdb-ui.el.
12608 2005-07-07  Juanma Barranquero  <lekktu@gmail.com>
12610         * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
12611         values for the pattern lists which are `read'able but not
12612         `append'able (like symbols).
12614 2005-07-06  Richard M. Stallman  <rms@gnu.org>
12616         * progmodes/flymake.el (flymake-float-time): Instead of
12617         with-no-warnings, test for xemacs.
12618         (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
12619         to avoid warning.
12621 2005-07-06  Juanma Barranquero  <lekktu@gmail.com>
12623         * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
12625 2005-07-05  Lute Kamstra  <lute@gnu.org>
12627         * battery.el: Add support for Darwin (with much debugging help
12628         from Samuel Lauber <sam124@operamail.com>).
12629         (battery-status-function, battery-echo-area-format)
12630         (battery-mode-line-format): Add support for pmset on Darwin.
12631         (battery-load-low, battery-load-critical): New user options.
12632         (battery-pmset): New function.
12634 2005-07-05  Lute Kamstra  <lute@gnu.org>
12636         Update FSF's address in GPL notices.
12638         * textmodes/page-ext.el: Update FSF's address.
12640 2005-07-04  Stefan Monnier  <monnier@iro.umontreal.ca>
12642         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
12643         filling from using prefix when filling a single-line docstring.
12645         * progmodes/flymake.el: Remove useless eval-when-compile.
12647         * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
12649 2005-07-04  Richard M. Stallman  <rms@gnu.org>
12651         * textmodes/org.el (org-file-apps-defaults-gnu):
12652         Rename from org-file-apps-defaults-linux.
12653         (org-default-apps): Don't test system-type for `linux'.
12654         (org-file-apps): Doc fix.
12656 2005-07-04  David Ponce  <david@dponce.com>
12658         * tree-widget.el: Improve header Commentary section.
12659         (tree-widget) [defgroup]
12660         (tree-widget-image-enable, tree-widget-themes-directory)
12661         (tree-widget-theme, tree-widget-image-properties-emacs)
12662         (tree-widget-image-properties-xemacs, tree-widget-create-image)
12663         (tree-widget-image-formats, tree-widget-control)
12664         (tree-widget-empty-control, tree-widget-leaf-control
12665         (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
12666         (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
12667         (tree-widget-keep, tree-widget-after-toggle-functions)
12668         (tree-widget-open-node, tree-widget-close-node): Doc fix.
12669         (tree-widget-open-control, tree-widget-close-control): Fix doc and
12670         :help-echo message.
12671         (tree-widget-set-theme): Doc fix.  Use `string-equal'.
12672         (tree-widget-image-properties): Doc fix.  Clearer implementation.
12673         (tree-widget--cursors): New constant.
12674         (tree-widget-lookup-image): New function split from
12675         `tree-widget-find-image'.  Clearer implementation.
12676         (tree-widget-find-image): Use it.
12677         (tree-widget-button-keymap): Use `set-keymap-parent'.
12678         (tree-widget) [define-widget]: Use `widget-children-value-delete'.
12679         Define the sub-widgets here.
12680         (tree-widget-node): Check that :node is not a tree-widget.
12681         (tree-widget-get-super, tree-widget-open-control)
12682         (tree-widget-close-control, tree-widget-empty-control)
12683         (tree-widget-leaf-control, tree-widget-guide)
12684         (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
12685         (tree-widget-no-handle, tree-widget-value-delete)
12686         (tree-widget-map): Remove.
12687         (tree-widget-children-value-save): Doc fix.  Simplified.
12688         (tree-widget-value-create): Update according to previous changes.
12690 2005-07-04  Carsten Dominik  <dominik@science.uva.nl>
12692         * textmodes/org.el: Leading space replaced by TABS.
12693         (org-recalc-marks, org-table-rotate-recalc-marks)
12694         (org-table-get-specials): Treat "^" and "_" marks.
12695         (org-table-justify-field-maybe): Optional argument NEW.
12696         (org-table-eval-formula): Parsing of the format simplified.
12697         New modes C,I.  Honor the %= parameter in the current table.
12698         Avoid unnecessary re-align by using the NEW argument to
12699         `org-table-justify-field-maybe'.
12700         (org-calc-default-modes): Default for date-format mimicks org-mode.
12701         (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
12703 2005-07-03  Luc Teirlinck  <teirllm@auburn.edu>
12705         * cus-face.el (custom-theme-set-faces): Make it handle face
12706         aliases whose alias declarations are pre- or autoloaded.
12708 2005-07-04  Juri Linkov  <juri@jurta.org>
12710         * faces.el (read-face-name): Put the code for getting a face name
12711         from the buffer before adding the faces from the `face' property.
12712         Use `completing-read-multiple' instead of `completing-read'.
12713         Require `crm'.  Add default value and post-process the returned
12714         list of faces.
12716         * emacs-lisp/crm.el (crm-find-current-element)
12717         (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
12719         * emacs-lisp/lisp-mode.el (eval-defun-1):
12720         * emacs-lisp/edebug.el (edebug-eval-defun):
12721         Remove unnecessary quotes.
12723 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
12725         * progmodes/prolog.el (prolog-eof-string): Doc fixes.
12726         (prolog-indent-level): Fix typo in docstring.
12728         * info.el (Info-history, Info-history-forward)
12729         (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
12731         * add-log.el (add-change-log-entry):
12732         * comint.el (comint-dynamic-list-input-ring)
12733         (comint-dynamic-list-completions):
12734         * dabbrev.el (dabbrev-expand):
12735         * delim-col.el (delimit-columns-rectangle-line):
12736         * diff-mode.el (diff-context->unified, diff-reverse-direction)
12737         (diff-unified->context):
12738         * ediff-init.el (ediff-abbrev-jobname):
12739         * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
12740         (ediff-replace-session-activity-marker-in-meta-buffer):
12741         * info.el (Info-summary):
12742         * lpr.el (printify-region):
12743         * printing.el (pr-create-interface):
12744         * ps-print.el (ps-print-quote):
12745         * ses.el (ses-column-widths, ses-print-cell)
12746         (ses-adjust-print-width, ses-center):
12747         * shell.el (shell-file-name-quote-list):
12748         * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
12749         (strokes-fill-current-buffer-with-whitespace)
12750         (strokes-xpm-for-stroke, strokes-list-strokes)
12751         (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
12752         * term.el (term-dynamic-list-input-ring)
12753         (term-dynamic-list-completions):
12754         * calc/calc.el (math-format-stack-value):
12755         * emacs-lisp/edebug.el (edebug-display-freq-count):
12756         * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
12757         (delphi-new-comment-line):
12758         * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
12759         * progmodes/executable.el (executable-set-magic):
12760         * progmodes/python.el (inferior-python-mode):
12761         * progmodes/scheme.el (scheme-mode-syntax-table):
12762         * progmodes/sh-script.el (sh-maybe-here-document):
12763         * progmodes/sql.el (sql-copy-column):
12764         * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
12765         * textmodes/bibtex.el (bibtex-mode):
12766         * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
12767         (sgml-auto-attributes):
12768         * textmodes/table.el (table-insert, table-shorten-cell)
12769         (table--generate-source-scan-lines, table-delete-row)
12770         (*table--cell-delete-char, table--spacify-frame)
12771         (table--horizontally-shift-above-and-below)
12772         (table--cell-insert-char, table--cell-blank-str)
12773         (table--fill-region-strictly):
12774         * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
12775         * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
12777         * add-log.el (change-log):
12778         * apropos.el (apropos):
12779         * comint.el (comint-completion, comint-source):
12780         * dabbrev.el (dabbrev):
12781         * delim-col.el (columns):
12782         * diff-mode.el (diff-mode):
12783         * ediff.el (ediff):
12784         * ediff-diff.el (ediff-diff):
12785         * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
12786         * ediff-mult.el (ediff-mult):
12787         * ediff-ptch.el (ediff-ptch):
12788         * ediff-wind.el (ediff-window):
12789         * facemenu.el (facemenu):
12790         * indent.el (indent):
12791         * info.el (info):
12792         * jka-cmpr-hook.el (compression, jka-compr):
12793         * lpr.el (lpr):
12794         * outline.el (outlines):
12795         * pcmpl-cvs.el (pcmpl-cvs):
12796         * pcmpl-rpm.el (pcmpl-rpm):
12797         * printing.el (printing):
12798         * ps-print.el (postscript, ps-print, ps-print-horizontal)
12799         (ps-print-vertical, ps-print-headers, ps-print-font)
12800         (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
12801         (ps-print-background, ps-print-printer, ps-print-page)
12802         (ps-print-miscellany):
12803         * ses.el (ses):
12804         * shell.el (shell, shell-directories, shell-faces):
12805         * startup.el (initialization):
12806         * strokes.el (strokes):
12807         * term.el (term):
12808         * uniquify.el (uniquify):
12809         * w32-vars.el (w32):
12810         * calc/calc.el (calc):
12811         * emacs-lisp/bytecomp.el (bytecomp):
12812         * emacs-lisp/cl-indent.el (lisp-indent):
12813         * emacs-lisp/edebug.el (edebug):
12814         * emacs-lisp/elp.el (elp):
12815         * emacs-lisp/testcover.el (testcover):
12816         * emacs-lisp/trace.el (trace):
12817         * emulation/viper-ex.el (viper-ex):
12818         * emulation/viper-mous.el (viper-mouse):
12819         * mail/mailalias.el (mailalias):
12820         * mail/supercite.el (supercite, supercite-frames)
12821         (supercite-attr, supercite-cite, supercite-hooks):
12822         * net/rcompile.el (remote-compile):
12823         * net/rlogin.el (rlogin):
12824         * obsolete/ooutline.el (outlines):
12825         * progmodes/delphi.el (delphi):
12826         * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
12827         (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
12828         (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
12829         (ebnf-optimization):
12830         * progmodes/etags.el (etags):
12831         * progmodes/executable.el (executable):
12832         * progmodes/idlwave.el (idlwave):
12833         * progmodes/pascal.el (pascal):
12834         * progmodes/prolog.el (prolog):
12835         * progmodes/python.el (python):
12836         * progmodes/scheme.el (scheme):
12837         * progmodes/sh-script.el (sh, sh-script):
12838         * progmodes/sql.el (SQL):
12839         * progmodes/tcl.el (tcl):
12840         * textmodes/bibtex.el (bibtex, bibtex-autokey):
12841         * textmodes/enriched.el (enriched):
12842         * textmodes/makeinfo.el (makeinfo):
12843         * textmodes/sgml-mode.el (sgml):
12844         * textmodes/table.el (table-hooks):
12845         * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
12846         * textmodes/texinfo.el (texinfo):
12847         * textmodes/two-column.el (two-column):
12848         Finish `defgroup' description with period.
12850         * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
12851         * eshell/esh-var.el (eshell-var):
12852         * progmodes/vhdl-mode.el (vhdl-testbench):
12853         * textmodes/org.el (org): Fix typos in docstrings.
12855         * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
12856         consistency.
12858         * progmodes/flymake.el (flymake-find-file): Remove.
12859         (flymake-float-time): Use `with-no-warnings'.
12860         (flymake-check-start-time, flymake-check-was-interrupted)
12861         (flymake-err-info, flymake-is-running, flymake-last-change-time)
12862         (flymake-new-err-info): `defvar' at compile time.
12864 2005-07-03  Juanma Barranquero  <lekktu@gmail.com>
12866         * replace.el (occur-hook): Doc fix.
12867         (occur-1): Don't call `occur-hook' if there are no matches.
12869 2005-07-03  Richard M. Stallman  <rms@gnu.org>
12871         * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
12872         global-map, save the same map.
12873         (global-map): Don't alter it at top level.
12874         (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
12875         Then alter it here instead.
12876         (tpu-edt-off): Set global-map to the saved one.
12878         * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
12879         All references simplified.
12880         (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p.  Uses changed.
12881         (zmacs-regions): Add defvar.
12882         (repeat-complex-command-map): Everything about that deleted.
12884         * textmodes/artist.el (artist-key-is-drawing)
12885         (artist-key-endpoint1, artist-key-poly-point-list)
12886         (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
12887         (artist-key-compl-table, artist-rb-save-data)
12888         (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
12889         Don't put them in eval-when-compile.
12890         (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
12892         * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
12893         Use with-no-warnings.
12895         * net/browse-url.el (dos-windows-version): Add defvar.
12897         * mail/supercite.el (filladapt-prefix-table): Add defvar.
12899         * mail/rmailsum.el (rmail-summary-redo): Add defvar.
12900         (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
12901         (rmail-new-summary-line-count): Rename from new-summary-line-count.
12902         Add defvar.
12903         (rmail-summary-beginning-of-message): Use with-no-warnings.
12904         (rmail-summary-first-message, rmail-summary-last-message): Likewise.
12906         * emulation/vip.el (vip-replace-string, ex-map, ex-read):
12907         Use with-no-warnings.
12909         * emulation/vi.el (vi-mark-region): Use c-mark-function.
12910         (c-mark-function): Add point-moving-unit property.
12911         (vi-goto-line): Use with-no-warnings.
12913         * emulation/edt.el (edt-last-copied-word): Add defvar.
12914         (zmacs-region-stays): Likewise.
12915         (edt-mark-section-wisely): Use c-mark-function for C.
12916         Use makr-defun for Fortran.
12917         (time-string): defvar deleted.
12918         (edt-display-the-time): Don't set time-string.
12920         * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
12922         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
12923         Don't warn when name is not constant
12924         or for defining the group `emacs'.
12926         * tooltip.el (gud-tooltip-mode): Add defvar.
12928         * startup.el (default-frame-background-mode): Add defvar.
12930         * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
12932         * info.el (tool-bar-map): Add defvar.
12934         * dired.el (dnd-protocol-alist): Add defvar.
12936         * dired-aux.el (dired-query): Display question with answer, when
12937         the user answers.
12939         * custom.el (custom-add-option): Doc fix.
12941         * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
12943 2005-07-03  Eli Zaretskii  <eliz@gnu.org>
12945         * font-lock.el (font-lock-regexp-grouping-construct): Fix the
12946         bogus name from the last change.
12948 2005-07-02  Luc Teirlinck  <teirllm@auburn.edu>
12950         * custom.el (custom-declare-variable): Fix typos in comment.
12951         (custom-known-themes): Doc fix.
12952         (custom-theme-directory): New defcustom.
12953         (require-theme): Make it check `custom-theme-directory'.
12955         * cus-theme.el (custom-new-theme-mode): New function.
12956         (custom-theme-name, custom-theme-variables, custom-theme-faces)
12957         (custom-theme-description): Add compiler defvars.
12958         (customize-create-theme): Add doc to the "*New Custom Theme*"
12959         buffer.  Use `custom-new-theme-mode'.
12960         (custom-theme-write): Put the created buffer in emacs-lisp-mode
12961         and save it to the `custom-theme-directory'.  Make this the
12962         default directory of the buffer.
12964 2005-07-02  David Hunter  <hunterd_42@comcast.net>  (tiny change)
12966         * progmodes/flymake.el (flymake-mode, flymake-mode-off):
12967         Fix unbalanced parentheses.
12969 2005-07-02  Stefan Monnier  <monnier@iro.umontreal.ca>
12971         * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
12972         into flymake-mode and delegate to flymake-mode.
12974         * find-file.el (ff-which-function-are-we-in): Clean up.
12976 2005-07-02  Juanma Barranquero  <lekktu@gmail.com>
12978         * replace.el (occur-rename-buffer): Fix docstring.
12980         * emulation/edt.el (*EDT-keys*, edt-default-global-map)
12981         (edt-last-copied-word, edt-learn-macro-count)
12982         (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
12983         (edt-rect-start-point, edt-user-global-map, rect-start-point)
12984         (time-string, zmacs-region-stays):
12985         * emulation/edt-mapper.el (edt-save-function-key-map)
12986         (EDT-key-name): `defvar' to silence the byte-compiler.
12988 2005-07-02  Martin Rudalics  <rudalics@gmx.at>  (tiny change)
12990         * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
12991         font-lock-regexp-backslash.  Doc fix.
12992         (font-lock-regexp-backslash-grouping-construct): Rename from
12993         font-lock-regexp-backslash-construct.  Doc fix.
12994         (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
12995         grouping constructs.
12997 2005-07-02  Eli Zaretskii  <eliz@gnu.org>
12999         * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
13000         updating all the prerequisites.
13002 2005-07-01  Juanma Barranquero  <lekktu@gmail.com>
13004         * textmodes/org.el (org-agenda-start-on-weekday)
13005         (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
13006         (org-agenda-use-time-grid, org-archive-location)
13007         (org-allow-space-in-links, org-usenet-links-prefer-google)
13008         (org-enable-table-editor, org-export-default-language)
13009         (org-export-html-show-new-buffer, org-fill-paragraph)
13010         (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
13011         (org-goto-quit, org-occur, org-eval-in-calendar)
13012         (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
13013         (org-agenda-diary-entry, org-remember-help)
13014         (org-table-convert-region, org-at-table-p)
13015         (org-table-move-row-down, org-table-move-row-up)
13016         (org-table-copy-region, org-table-toggle-vline-visibility)
13017         (org-table-get-stored-formulas, org-table-get-specials)
13018         (org-recalc-commands, org-table-eval-formula)
13019         (org-table-formula-substitute-names, orgtbl-make-binding)
13020         (org-format-org-table-html, org-format-table-table-html)
13021         (org-format-table-table-html-using-table-generate-source)
13022         (org-customize): Fix typos in docstrings.
13023         (org-level-2, org-at-timestamp-p, org-agenda-day-view)
13024         (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
13025         (org-back-to-heading): Doc fixes.
13026         (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
13027         (org-agenda-change-all-lines, org-get-header):
13028         Improve argument/docstring consistency.
13029         (orgtbl-error): Fix error message.
13031         * progmodes/flymake.el (flymake-find-possible-master-files)
13032         (flymake-master-file-compare, flymake-get-line-err-count)
13033         (flymake-highlight-line, flymake-gui-warnings-enabled):
13034         Fix typos in docstrings.
13035         (flymake-parse-line, flymake-get-project-include-dirs-function)
13036         (flymake-get-prev-err-line-no, flymake-goto-prev-error):
13037         Doc fixes.
13038         (flymake-get-project-include-dirs-function)
13039         (flymake-make-err-menu-data):
13040         Improve argument/docstring consistency.
13042 2005-07-01  Lute Kamstra  <lute@gnu.org>
13044         * battery.el (battery-linux-proc-apm): Fix typo in docstring.
13045         Catch errors with ignore-errors.  Use temporary buffer.
13046         (battery-linux-proc-acpi): Fix typo in docstring.  Document `%r'.
13048         * facemenu.el (facemenu-unlisted-faces): Delete foreground and
13049         background color faces.
13050         (facemenu-set-foreground, facemenu-set-background):
13051         Use facemenu-set-face-from-menu.
13052         (facemenu-set-face-from-menu): Treat face names that start with
13053         "fg:" or "bg:" as special.
13054         (facemenu-add-new-color): Don't create faces.  Simplify.
13056 2005-06-30  Richard M. Stallman  <rms@gnu.org>
13058         * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
13059         (crm-find-current-element): Likewise.
13061 2005-06-30  Johan Bockg\e,Ae\e(Brd  <bojohan@users.sourceforge.net>
13063         * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
13065 2005-06-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13067         * arc-mode.el (archive-extract): Make it work as a mouse binding.
13068         (archive-mouse-extract): Make it an obsolete alias.
13069         (archive-mode-map): Don't use archive-mouse-extract any more.
13070         (archive-mode, archive-extract): write-contents-hooks ->
13071         write-contents-functions.
13072         (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
13073         first arg.
13074         (archive-rename-entry): Update the call.
13075         (archive-zip-summarize): Remove unused var `method'.
13076         (archive-lzh-summarize): Remove unused var `creator'.
13078         * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
13079         dedicated frame upon exit.
13081         * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
13082         (archive-zip-extract, archive-zip-expunge)
13083         (archive-zip-update, archive-zip-update-case): Use executable-find.
13084         (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
13085         Use restore-buffer-modified-p.
13086         (archive-extract, archive-add-new-member, archive-write-file-member):
13087         Use with-current-buffer.
13088         (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
13090 2005-06-30  Andreas Schwab  <schwab@suse.de>
13092         * progmodes/gud.el (gud-filter): Remove unneeded progn.
13094 2005-06-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
13096         * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
13098 2005-06-30  Juri Linkov  <juri@jurta.org>
13100         * faces.el (vertical-border): Inherit from mode-line-inactive
13101         only on tty.
13103 2005-06-30  Juanma Barranquero  <lekktu@gmail.com>
13105         * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
13106         example, -NLINES in the `occur' docstring).
13108         * replace.el (occur-1): When no matches are found, do not set the
13109         `buffer-read-only' and modified flags for the occur buffer,
13110         because it is deleted.
13112         * emulation/cua-base.el (cua-check-pending-input)
13113         (cua-repeat-replace-region, cua-mode, cua-debug)
13114         (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
13115         Fix typos in docstrings.
13117         * emulation/cua-gmrk.el (cua-toggle-global-mark)
13118         (cua-cut-region-to-global-mark)
13119         (cua--cut-rectangle-to-global-mark):
13120         Remove period from end of messages.
13122         * emulation/cua-rect.el (cua-do-rectangle-padding):
13123         Remove period from end of messages.
13124         (cua--rectangle-seq-format): Fix typo in docstring.
13125         (cua-sequence-rectangle, cua-fill-char-rectangle):
13126         Improve argument/docstring consistency.
13128 2005-06-29  Juri Linkov  <juri@jurta.org>
13130         * faces.el (default-frame-background-mode): New internal variable.
13131         (frame-set-background-mode): Use it.
13133         * startup.el (normal-top-level): Set default-frame-background-mode
13134         instead of frame-background-mode.  Before setting it, test for its
13135         nil value.  Remove tests for frame-background-mode and frame
13136         parameter `reverse'.  Add test for "unspecified-fg".
13138         * term/xterm.el (xterm-rxvt-set-background-mode):
13139         * term/rxvt.el (rxvt-set-background-mode):
13140         Set default-frame-background-mode instead of frame-background-mode.
13142 2005-06-29  Juanma Barranquero  <lekktu@gmail.com>
13144         * simple.el (set-variable): Warn about obsolete user variables.
13146         * imenu.el (imenu--completion-buffer):
13147         * mouse.el (mouse-buffer-menu-alist):
13148         * msb.el (msb-invisible-buffer-p):
13149         * calendar/diary-lib.el (diary-header-line-format):
13150         * emacs-lisp/pp.el (pp-buffer):
13151         * progmodes/cperl-mode.el (cperl-do-auto-fill):
13152         * textmodes/picture.el (picture-replace-match):
13153         Change space constants followed by a sexp to "?\s ".
13155         * play/decipher.el (decipher-loop-with-breaks):
13156         * textmodes/texinfo.el (texinfo-insert-@item): Change space
13157         constants "protected" from end of line by a comment to "?\s".
13159 2005-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
13161         * font-lock.el (save-buffer-state): Use `declare'.
13163         * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
13164         reset the syntax-table to cperl-mode-syntax-table.
13165         (cperl-mode): Make _ into word-syntax during font-locking so "print" in
13166         "foo_print_bar" is not matched as a reserved keyword.
13168 2005-06-29  Carsten Dominik  <dominik@science.uva.nl>
13170         * textmodes/org.el (orgtbl-setup): New function, for delayed
13171         setup for the orgtbl commands.
13172         (org-calc-default-modes): New option.
13173         (orgtbl-make-binding): Use `defun' to get better help display.
13174         (org-diary): Call `org-compile-prefix-format'.
13175         (org-table-formula-substitute-names): New function.
13176         (org-agenda-day-view, org-agenda-week-view): New commands.
13177         (org-agenda-toggle-week-view): Command removed.
13178         (org-tbl-menu): Split off from org-org-menu.
13179         (org-mode): Move removal of outline-mode menus to here.
13180         (org-table-formula-debug): New option.
13181         (org-table-insert-row): Keep first field if just "#" or "*".
13182         (org-mode): Paragraph regexps fixed.
13183         (org-table-recalculate-regexp): New constant.
13184         (org-table-justify-field-maybe): Avoid replace if not necessary.
13185         (org-copy-special, org-cut-special): Use `call-interactively'.
13186         (org-table-copy-region): Take region from `interactive' call.
13187         (org-trim): Return string even if no match.
13188         (org-formula): New face.
13189         (org-set-font-lock-defaults): No longer highlight "FIXME".
13190         But highlight formula-related fields in table.
13191         (org-table-p): Use regexp, not fontification.
13192         (org-table-align): Handle white space at end of line.
13193         (org-table-formula-evaluate-inline): New option.
13194         (org-mode): Auto-wrapping in comment lines turned off.
13195         (org-table-copy-down): Evaluate only in copied field, not in
13196         destination.
13197         (org-table-current-formula): Variable removed.
13198         (org-table-store-formulas, org-table-get-stored-formulas)
13199         (org-table-modify-formulas, org-table-replace-in-formulas)
13200         (org-table-maybe-eval-formula): New functions.
13201         (org-table-get-formula): Modify to use stored formulas.
13202         (org-table-insert-column, org-table-delete-column)
13203         (org-table-move-column): Call `org-table-modify-formulas'.
13204         (org-complete): Add completion for keyword formulas.
13205         (orgtbl-mode): Pull orgtbl-mode-map to start of
13206         minor-mode-map-alist.
13208 2005-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
13210         * progmodes/python.el (python-check): Require `compile' before
13211         modifying its variables.
13213         * newcomment.el (comment-indent-default): Don't get fooled by an early
13214         end of buffer.
13216 2005-06-28  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
13218         * ps-print.el (ps-print-version): Fix version number.
13220 2005-06-28  Luc Teirlinck  <teirllm@auburn.edu>
13222         * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
13224 2005-06-28  Richard M. Stallman  <rms@gnu.org>
13226         * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
13227         (flyspell-local-mouse-map): Declaration deleted.
13228         (flyspell-mouse-map): Bind only mouse-2.
13229         (flyspell-mode-map): Don't test flyspell-use-local-map.
13230         (flyspell-overlay-keymap-property-name): Var deleted.
13231         (flyspell-mode-on): Don't make local bindings for
13232         flyspell-mouse-map and flyspell-mode-map.
13233         (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
13235         * textmodes/ispell.el (ispell-word): Do not ignore short words.
13237         * progmodes/compile.el (compilation-next-error-function):
13238         Don't switch buffers; operate on the current buffer.
13240         * progmodes/compile.el (compilation-error-file-name)
13241         (compilation-warning-file-name, compilation-info-file-name)
13242         (compilation-line-number, compilation-column-number): New faces.
13243         (compilation-error-face, compilation-warning-face)
13244         (compilation-info-face, compilation-line-face)
13245         (compilation-column-face): Use them.
13247         * facemenu.el (facemenu-add-face): Warn when font-lock is active.
13249         * comint.el (comint-password-prompt-regexp): Accept ", try again".
13251         * bindings.el (global-map): Bind insertchar and its variants.
13253 2005-06-27  Richard M. Stallman  <rms@gnu.org>
13255         * textmodes/artist.el (artist-text-overwrite)
13256         (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
13258 2005-06-27  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
13260         * ps-print.el: It was not working the page selection for printing.
13261         Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
13262         (ps-print-version): New version 6.6.7.
13263         (ps-end-sheet): New fun.
13264         (ps-header-sheet, ps-end-job): Call it.
13266 2005-06-27  Luc Teirlinck  <teirllm@auburn.edu>
13268         * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
13270 2005-06-27  Lute Kamstra  <lute@gnu.org>
13272         * facemenu.el (facemenu-unlisted-faces): Add foreground and
13273         background color faces.
13274         (facemenu-get-face): Delete function.
13275         (facemenu-set-face-from-menu): Don't call facemenu-get-face.
13276         (facemenu-add-new-color): Make second argument mandatory.
13277         Create the appropriate face and return it.  Simplify.
13278         (facemenu-set-foreground, facemenu-set-background): Don't check if
13279         color is defined.  Use return value of facemenu-add-new-color.
13281 2005-06-26  Nick Roberts  <nickrob@snap.net.nz>
13283         * progmodes/gud.el (gud-filter): Add missing argument to
13284         with-selected-window.
13286 2005-06-26  Stefan Monnier  <monnier@iro.umontreal.ca>
13288         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
13289         a :require to the defcustom.
13291         * emacs-lisp/autoload.el (make-autoload): Add the :setter for
13292         defcustoms corresponding to minor modes.
13294 2005-06-26  David Ponce  <david@dponce.com>
13296         * recentf.el: Require tree-widget instead of wid-edit.
13297         (recentf-filename-handler): Fix widget :type.
13298         (recentf-cancel-dialog, recentf-open-more-files)
13299         (recentf-open-files-action): Doc fix.
13300         (recentf-dialog-goto-first): New function.
13301         (recentf-dialog-mode-map): Set parent keymap first.
13302         (recentf-dialog-mode): Define with define-derived-mode.
13303         Don't display continuation lines in dialogs.
13304         (recentf-edit-list): Rename from recentf-edit-selected-items.
13305         (recentf-edit-list-select): Rename from recentf-edit-list-action.
13306         Simplify.
13307         (recentf-edit-list-validate): New function.
13308         (recentf-edit-list): Update accordingly.
13309         (recentf-open-files-item-shift): Remove.
13310         (recentf-open-files-item): Convert menu elements into tree and
13311         link widgets.  Don't create the widgets.
13312         (recentf-open-files): Update accordingly.
13313         (recentf-save-list): Untabify.
13315 2005-06-25  Luc Teirlinck  <teirllm@auburn.edu>
13317         * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
13318         (keep-lines): Add INTERACTIVE arg.  Never delete lines only
13319         partially contained in the active region.  Do not take active
13320         region into account when called from Lisp, unless INTERACTIVE arg
13321         is non-nil.  Use `forward-line' instead of `beginning-of-line' to
13322         avoid trouble with fields.  Make marker point nowhere when no
13323         longer used.  Always return nil.  Doc fix.
13324         (flush-lines): Add INTERACTIVE arg.  Do not take active region
13325         into account when called from Lisp, unless INTERACTIVE arg is
13326         non-nil.  Use `forward-line' instead of `beginning-of-line' to
13327         avoid trouble with fields.  Make marker point nowhere when no
13328         longer used.  Always return nil.  Doc fix.
13329         (how-many): Add INTERACTIVE arg.  Make RSTART and REND args
13330         interchangeable.  Do not take active region into account when
13331         called from Lisp, unless INTERACTIVE arg is non-nil.  Do not print
13332         message in echo area when called from Lisp, unless INTERACTIVE arg
13333         is non-nil.  Avoid saying "1 occurrences".  Do not use markers.
13334         Return the number of matches.  Doc fix.
13335         (occur): Doc fix.
13336         (perform-replace): Make comment follow double space convention for
13337         the sake of `outline-minor-mode'.
13339         * faces.el (facep): Doc fix.
13341 2005-06-25  Richard M. Stallman  <rms@gnu.org>
13343         * facemenu.el (facemenu-enable-faces-p): New function.
13344         (facemenu-background-menu, facemenu-foreground-menu)
13345         (facemenu-face-menu): Add menu-enable property.
13347         * jka-compr.el (jka-compr-insert-file-contents):
13348         Special handling if cannot find the uncompression program.
13350         * cus-face.el (custom-face-attributes): Add autoload.
13352         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
13353         Bind comment-indent-function locally.
13355         * window.el (save-selected-window): Use save-current-buffer.
13357         * subr.el (with-selected-window): Use save-current-buffer.
13359         * progmodes/gud.el (gud-filter): Simplify using with-selected-window
13360         and with-current-buffer.
13362 2005-06-24  Richard M. Stallman  <rms@gnu.org>
13364         * simple.el (line-move-1): Fix previous change.
13366 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
13368         * replace.el (occur-1): Set `buffer-read-only' and the
13369         buffer-modified flag before running `occur-hook' to protect
13370         against unintentional buffer switches that can lead to data loss.
13372 2005-06-24  Nick Roberts  <nickrob@snap.net.nz>
13374         * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
13375         (gud-gdb-marker-filter): Use font-lock-warning-face for any
13376         initial error.
13378         * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
13379         after fresh input.
13380         (gdb-var-create-handler): Put name of expression in quotes.
13382 2005-06-23  Luc Teirlinck  <teirllm@auburn.edu>
13384         * emacs-lisp/ring.el (ring-elements): Make it return a list of the
13385         elements of RING in order, and without bogus nil elements.
13387 2005-06-23  Richard M. Stallman  <rms@gnu.org>
13389         * simple.el (set-variable): Args renamed; doc fix.
13390         (line-move-1): When there are overlays around, use vertical-motion.
13392         * faces.el (escape-glyph): Use brown against light background.
13393         (nobreak-space): Rename from no-break-space.
13394         Fix previous change.
13396         * dired-aux.el (dired-do-copy): Fix arg prompt.
13398         * mail/sendmail.el (mail-setup-with-from): Fix custom type.
13400 2005-06-23  Glenn Morris  <gmorris@ast.cam.ac.uk>
13402         * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
13403         rather than "Distributor".
13405 2005-06-23  Lute Kamstra  <lute@gnu.org>
13407         * emacs-lisp/debug.el (debugger-special-form-p): New defun.
13408         (debug-on-entry): Use it.  New interactive declaration that uses
13409         function-called-at-point.
13411 2005-06-23  Kim F. Storm  <storm@cua.dk>
13413         * subr.el (save-match-data): Add comment about using evaporate arg
13414         to set-match-data.
13416 2005-06-22  Glenn Morris  <gmorris@ast.cam.ac.uk>
13418         * cus-edit.el (customize-face)
13419         (customize-face-other-window): Handle face aliases.
13421         * faces.el (face-documentation, set-face-attribute)
13422         (face-spec-set): Handle face aliases.
13424 2005-06-22  Juanma Barranquero  <lekktu@gmail.com>
13426         * help-mode.el (help-make-xrefs): If a symbol representing a face
13427         name is not followed by the word "face", it could still be a
13428         function or variable name, so don't bypass other checks.
13430 2005-06-22  Juri Linkov  <juri@jurta.org>
13432         * ps-print.el (ps-face-foreground-name, ps-face-background-name):
13433         Replace aliased functions with calls where second arg `inherit' is t.
13435 2005-06-22  Nick Roberts  <nickrob@snap.net.nz>
13437         * progmodes/gdb-ui.el (gdb-error): New variable.
13438         (gdb-error): New function.
13439         (gdb-annotation-rules): Act on error-begin and error annotations.
13440         (gdb-concat-output): Use font-lock-warning-face for errors.
13442 2005-06-22  Miles Bader  <miles@gnu.org>
13444         * bindings.el (propertized-buffer-identification): Use renamed
13445         `Buffer-menu-buffer' face.
13447         * faces.el (vertical-border): Rename from `vertical-divider'.
13448         (escape-glyph): Change dark-background color back to `cyan'.
13450 2005-06-21  Juri Linkov  <juri@jurta.org>
13452         * faces.el (face-user-default-spec): Try getting `customized-face'
13453         prior to `saved-face'.
13454         (frame-background-mode): Refill docstring.
13456         * emacs-lisp/lisp-mode.el (eval-defun-1):
13457         * emacs-lisp/edebug.el (edebug-eval-defun):
13458         Set `saved-face' temporarily to nil before calling form.
13459         Set `customized-face' to the new spec after that.
13461 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
13463         * subr.el (1value, lambda, key-substitution-in-progress):
13464         Doc fixes.
13466         * autoinsert.el (auto-insert-alist):
13467         * ses.el (ses-call-printer):
13468         * subr.el (noreturn):
13469         * emacs-lisp/lisp.el (check-parens):
13470         * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
13471         * net/browse-url.el (browse-url-mosaic):
13472         * progmodes/cc-defs.el (c-safe-scan-lists):
13473         * progmodes/ebnf-abn.el (ebnf-abn-lex):
13474         * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
13475         * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
13476         * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
13477         * progmodes/ebnf-iso.el (ebnf-iso-lex):
13478         * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
13480 2005-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
13482         * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
13484 2005-06-21  Glenn Morris  <gmorris@ast.cam.ac.uk>
13486         * calendar/appt.el (appt-make-list): Activate the package, if
13487         not already active (for backwards compatibility).
13489 2005-06-20  Kim F. Storm  <storm@cua.dk>
13491         * subr.el (add-to-ordered-list): Test membership with eq.  Simplify.
13493 2005-06-20  Miles Bader  <miles@gnu.org>
13495         * faces.el (vertical-divider): New face.
13497 2005-06-20  Juanma Barranquero  <lekktu@gmail.com>
13499         * simple.el (kill-whole-line): Doc fix.
13500         (next-error-buffer-p, next-error-find-buffer)
13501         (clone-indirect-buffer): Fix typos in docstrings.
13502         (comment-line-break-function): Doc fix: don't say variable
13503         is automatically buffer-local (it isn't).
13505 2005-06-19  Michael Albinus  <michael.albinus@gmx.de>
13507         * net/tramp-ftp.el (top):
13508         * net/tramp-smb.el (top):
13509         * net/tramp-util.el (top):
13510         * net/tramp-uu.el (top):
13511         * net/tramp-vc.el (top):
13512         * net/tramp.el (top): Revert copyright years back to original
13513         ones.  Tramp has a life outside GNU Emacs.
13515 2005-06-19  Nick Roberts  <nickrob@snap.net.nz>
13517         * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
13519 2005-06-18  Juri Linkov  <juri@jurta.org>
13521         * progmodes/grep.el (grep-regexp-alist): Use backreference at the
13522         end of first regexp to limit the match to the position between
13523         line number and source line with same separator character as used
13524         between file name and line number.  In the second regexp limit
13525         mouse-face area to file name and line number by adding new group
13526         for them and referring it in HYPERLINK arg.
13527         (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
13528         (grep-mode): Set font-lock-lines-before to 0 to not refontify the
13529         previous line where grep markers may be already removed.
13531 2005-06-18  Peter Kleiweg  <p.c.j.kleiweg@rug.nl>
13533         * progmodes/ps-mode.el: Update version and maintainer's email address.
13535 2005-06-18  Steve Youngs  <steve@xemacs.org>
13537         * net/browse-url.el (browse-url-browser-function)
13538         (browse-url-default-browser): Add firefox.
13539         (browse-url-firefox-program, browse-url-firefox-arguments)
13540         (browse-url-firefox-startup-arguments)
13541         (browse-url-firefox-new-window-is-tab): New defcustoms.
13542         (browse-url-firefox, browse-url-firefox-sentinel): New functions.
13544 2005-06-17  Richard M. Stallman  <rms@gnu.org>
13546         * startup.el (command-line): Warn if specified user name has
13547         no home directory.
13549         * term.el (term-get-old-input, term-input-filter, term-input-sender)
13550         (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
13552         * longlines.el (longlines-mode, longlines-show-hard-newlines):
13553         Doc fixes.
13555         * faces.el (underline): Try bold if terminal doesn't support underline.
13557         * mail/sendmail.el (mail-setup-with-from): New variable.
13558         (mail-insert-from-field): New function.
13559         (sendmail-send-it): Call it.
13560         (mail-setup): Optionally call it here.
13562         * term/linux.el: Call tty-no-underline.
13564 2005-06-17  Luc Teirlinck  <teirllm@auburn.edu>
13566         * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
13568 2005-06-17  Miles Bader  <miles@gnu.org>
13570         * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
13571         (ediff-current-diff-C, ediff-current-diff-Ancestor)
13572         (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
13573         (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
13574         (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
13575         (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
13576         Remove "-face" suffix from face names.
13577         (ediff-current-diff-face-A, ediff-current-diff-face-B)
13578         (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
13579         (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
13580         (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
13581         (ediff-even-diff-face-A, ediff-even-diff-face-B)
13582         (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
13583         (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
13584         (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
13585         New backward-compatibility aliases for renamed faces.
13586         (ediff-current-diff-face-A, ediff-current-diff-face-B)
13587         (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
13588         (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
13589         (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
13590         (ediff-even-diff-face-A, ediff-even-diff-face-B)
13591         (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
13592         (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
13593         (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
13594         Use renamed ediff faces.
13596         * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
13597         Remove "-face" suffix from face names.
13598         (eshell-test-ok-face, eshell-test-failed-face):
13599         New backward-compatibility aliases for renamed faces.
13600         (eshell-run-test): Use renamed eshell-test faces.
13602         * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
13603         face name.
13604         (eshell-prompt-face): New backward-compatibility alias for renamed
13605         face.
13606         (eshell-emit-prompt): Use renamed eshell-prompt face.
13608         * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
13609         (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
13610         (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
13611         (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
13612         Remove "-face" suffix from face names.
13613         (eshell-ls-directory-face, eshell-ls-symlink-face)
13614         (eshell-ls-executable-face, eshell-ls-readonly-face)
13615         (eshell-ls-unreadable-face, eshell-ls-special-face)
13616         (eshell-ls-missing-face, eshell-ls-archive-face)
13617         (eshell-ls-backup-face, eshell-ls-product-face)
13618         (eshell-ls-clutter-face):
13619         New backward-compatibility aliases for renamed faces.
13620         (eshell-ls-decorated-name): Use renamed eshell-ls faces.
13622         * progmodes/cc-fonts.el (c-nonbreakable-space-face):
13623         Remove "-face" suffix from face name.
13624         (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
13625         instead of literal face.
13627 2005-06-17  Juanma Barranquero  <lekktu@gmail.com>
13629         * emacs-lisp/warnings.el (display-warning, lwarn)
13630         (warning-minimum-log-level): Doc fixes.
13631         (warning-minimum-level, warning-minimum-log-level):
13632         Add :debug to :type choices.
13634         * progmodes/ada-mode.el (ada-format-paramlist)
13635         (ada-get-indent-case, ada-check-matching-start)
13636         (ada-check-defun-name, ada-goto-matching-decl-start)
13637         (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
13638         (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
13639         (ada-make-subprogram-body): Follow error conventions.
13640         (ada-case-exception-file, ada-indent-comment-as-code)
13641         (ada-indent-handle-comment-special, ada-indent-renames)
13642         (ada-indent-return, ada-search-directories-internal)
13643         (ada-tab-policy, ada-case-exception-substring)
13644         (ada-other-file-alist, ada-matching-start-re)
13645         (ada-matching-decl-start-re, ada-contextual-menu-last-point)
13646         (ada-imenu-generic-expression, ada-compile-goto-error)
13647         (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
13648         (ada-popup-menu, ada-add-extensions, ada-mode)
13649         (ada-region-selected, ada-create-case-exception)
13650         (ada-create-case-exception-substring, ada-after-keyword-p)
13651         (ada-activate-keys-for-case, ada-adjust-case-region)
13652         (ada-adjust-case-buffer, ada-format-paramlist)
13653         (ada-scan-paramlist, ada-insert-paramlist)
13654         (ada-indent-newline-indent)
13655         (ada-indent-newline-indent-conditional)
13656         (ada-justified-indent-current, ada-goto-previous-word)
13657         (ada-indent-current, ada-get-indent-open-paren)
13658         (ada-get-indent-paramlist, ada-get-indent-end)
13659         (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
13660         (ada-get-indent-block-start, ada-get-indent-subprog)
13661         (ada-get-indent-noindent, ada-get-indent-label)
13662         (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
13663         (ada-search-prev-end-stmt, ada-goto-next-non-ws)
13664         (ada-goto-stmt-end, ada-goto-next-word)
13665         (ada-check-matching-start, ada-check-defun-name)
13666         (ada-goto-matching-decl-start, ada-goto-matching-start)
13667         (ada-goto-matching-end, ada-search-ignore-string-comment)
13668         (ada-in-decl-p, ada-looking-at-semi-or)
13669         (ada-looking-at-semi-private, ada-in-paramlist-p)
13670         (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
13671         (ada-untab-hard, ada-move-to-start, ada-move-to-end)
13672         (ada-next-procedure, ada-previous-procedure, ada-next-package)
13673         (ada-previous-package, ada-create-menu)
13674         (ada-fill-comment-paragraph-justify)
13675         (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
13676         (ada-other-file-name, ada-last-which-function-line)
13677         (ada-last-which-function-subprog, ada-which-function)
13678         (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
13679         (ada-gen-treat-proc, ada-check-emacs-version)
13680         (ada-continuation-indent, ada-align-region-separate):
13681         Fix typos in docstrings.
13682         (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
13684 2005-06-16  Lute Kamstra  <lute@gnu.org>
13686         * simple.el (fundamental-mode): Run after-change-major-mode-hook
13687         conditionally.
13689 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
13691         * comint.el (comint-replace-by-expanded-filename)
13692         (comint-prompt-regexp, comint-delimiter-argument-list)
13693         (comint-preinput-scroll-to-bottom):
13694         * info.el (Info-hide-cookies-node):
13695         * ls-lisp.el (ls-lisp-classify):
13696         * find-file.el (ff-search-directories, ff-special-constructs)
13697         (ff-find-other-file):
13698         * font-lock.el (font-lock-keywords):
13699         * shell.el (shell-prompt-pattern)
13700         (shell-dynamic-complete-functions, shell-mode)
13701         (shell-delimiter-argument-list):
13702         * term.el (term-replace-by-expanded-filename)
13703         (term-prompt-regexp, term-delimiter-argument-list):
13704         * woman.el (woman-ignore, woman0-if):
13705         * emacs-lisp/derived.el (derived-mode-init-mode-variables):
13706         * emacs-lisp/elint.el (elint-init-env):
13707         * emacs-lisp/regexp-opt.el (regexp-opt-depth):
13708         * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
13709         * language/ethio-util.el (ethio-tilde-escape)
13710         (ethio-use-three-dot-question):
13711         * net/zone-mode.el (zone-mode-load-time-setup):
13712         * progmodes/cc-align.el (c-lineup-argcont):
13713         * progmodes/cc-awk.el (c-awk-beginning-of-defun):
13714         * progmodes/cperl-mode.el (cperl-set-style-back):
13715         * progmodes/inf-lisp.el (inferior-lisp-prompt):
13716         * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
13717         Fix spellings in docstrings.
13719         * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
13720         * progmodes/modula2.el (m2-for): Fix spellings.
13722         * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
13724         * simple.el (undo-more): Don't use `format' on `error' arguments.
13725         Improve argument/docstring consistency.
13726         (pending-undo-list): Doc fix.
13728         * smerge-mode.el (smerge-ensure-match):
13729         * emulation/vip.el (vip-ex):
13730         * net/zone-mode.el (zone-mode-update-serial):
13731         * progmodes/idlwave.el (idlwave-complete):
13732         * progmodes/vhdl-mode.el (vhdl-visit-file)
13733         (vhdl-compose-wire-components):
13734         Don't use `format' on `error' arguments.
13736         * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
13737         (tooltip-use-echo-area, tooltip-process-prompt-regexp)
13738         (tooltip-help-tips): Fix typos in docstrings.
13740 2005-06-16  David Ponce  <david@dponce.com>
13742         * tree-widget.el (tree-widget-value-create): Simplify last change.
13744 2005-06-15  Matt Hodges  <MPHodges@member.fsf.org>
13746         * ido.el (ido-incomplete-regexp): New variable.
13747         (ido-set-matches-1): Handle invalid-regexp error and set
13748         ido-incomplete-regexp.
13749         (ido-incomplete-regexp): New face.
13750         (ido-completions): Use it.
13751         (ido-complete, ido-exit-minibuffer, ido-completions):
13752         Handle incomplete regexps.
13753         (ido-completions): Add check for complete match when entering a regexp.
13755 2005-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
13757         * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
13759 2005-06-15  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
13761         * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
13762         by field delimiters.
13764 2005-06-15  David Ponce  <david@dponce.com>
13766         * tree-widget.el: eval-and-compile inlined functions so they will
13767         be available at run-time too.
13768         (tree-widget-super-format-handler)
13769         (tree-widget-format-handler): Remove.
13770         (tree-widget-value-create): Handle the :indent property.
13772 2005-06-15  Miles Bader  <miles@gnu.org>
13774         * progmodes/which-func.el (which-func): Only inherit
13775         `font-lock-function-name-face' when that makes sense against the
13776         default mode-line face, otherwise set the face color explicitly.
13778         * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
13779         faces instead of (non-existent) variables.
13781 2005-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
13783         * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
13784         (iswitchb-get-matched-buffers): Likewise.  Simplify.
13786 2005-06-14  Miles Bader  <miles@gnu.org>
13788         * progmodes/ld-script.el (ld-script-location-counter):
13789         Remove "-face" suffix from face name.
13790         (ld-script-location-counter-face):
13791         New backward-compatibility alias for renamed face.
13792         (ld-script-location-counter-face): Use renamed face.
13794         * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
13795         (cperl-hash): Remove "-face" suffix from face names.
13796         (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
13797         New backward-compatibility aliases for renamed faces.
13798         (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
13799         (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
13801         * progmodes/which-func.el (which-func): Remove "-face" suffix from face
13802         name.
13803         (which-func-face): New backward-compatibility alias for renamed face.
13804         (which-func-format): Use renamed which-func face.
13806         * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
13807         (vhdl-function, vhdl-directive, vhdl-reserved-word)
13808         (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
13809         names.
13810         (vhdl-speedbar-entity, vhdl-speedbar-architecture)
13811         (vhdl-speedbar-configuration, vhdl-speedbar-package)
13812         (vhdl-speedbar-library, vhdl-speedbar-instantiation)
13813         (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
13814         (vhdl-speedbar-architecture-selected)
13815         (vhdl-speedbar-configuration-selected)
13816         (vhdl-speedbar-package-selected)
13817         (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
13818         names.
13819         (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
13820         Use renamed faces.
13821         (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
13822         (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
13823         (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
13824         Use renamed faces.
13825         (syntax-alist): Don't use "font-lock-" or "-face" in generated face
13826         names.
13827         (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
13828         (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
13829         (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
13830         (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
13831         (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
13832         (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
13834         * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
13835         face name.
13836         (sh-heredoc-face): New backward-compatibility alias for renamed face.
13837         (sh-heredoc-face): Use renamed sh-heredoc face.
13839         * progmodes/idlw-help.el (idlwave-help-link):
13840         Remove "-face" suffix from face name.
13841         (idlwave-help-link-face):
13842         New backward-compatibility alias for renamed face.
13843         (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
13845         * progmodes/idlw-shell.el (idlwave-shell-bp-face)
13846         (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
13847         (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
13848         New backward-compatibility aliases for renamed faces.
13849         (idlwave-shell-disabled-breakpoint-face)
13850         (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
13852         * progmodes/flymake.el (flymake-errline, flymake-warnline):
13853         Remove "-face" suffix from face names.
13854         (flymake-errline-face, flymake-warnline-face):
13855         New backward-compatibility aliases for renamed faces.
13856         (flymake-highlight-line): Use renamed flymake faces.
13858         * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
13859         (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
13860         (ebrowse-member-class, ebrowse-progress):
13861         Remove "-face" suffix from face names.
13862         (ebrowse-tree-mark-face, ebrowse-root-class-face)
13863         (ebrowse-file-name-face, ebrowse-default-face)
13864         (ebrowse-member-attribute-face, ebrowse-member-class-face)
13865         (ebrowse-progress-face):
13866         New backward-compatibility aliases for renamed faces.
13867         (ebrowse-show-progress, ebrowse-show-file-name-at-point)
13868         (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
13869         (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
13870         (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
13872         * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
13873         antlr-syntax)
13874         (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
13875         (antlr-literal): Remove "-face" suffix and "font-lock-" from face
13876         names.
13877         (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
13878         (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
13879         (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
13880         (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
13881         backward-compatibility aliases for renamed faces.
13882         (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
13883         (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
13884         (antlr-tokenref-face, antlr-literal-face): Variables renamed to
13885         remove "font-lock-".  Use renamed antlr-mode faces.
13886         (antlr-font-lock-additional-keywords): Use renamed faces.  Replace
13887         literal face-names with face variable references.
13889         * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
13890         face name.
13891         (Buffer-menu-buffer-face): New backward-compatibility alias for
13892         renamed face.
13893         (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
13895 2005-06-15  Daniel Pfeiffer  <occitan@esperanto.org>
13897         * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
13898         Eliminate "-face" suffix.
13899         (makefile-targets): Inherit from font-lock-function-name-face and
13900         eliminate "-face" suffix.
13901         (makefile-shell): Remove attributes and eliminate "-face" suffix.
13902         (makefile-*-font-lock-keywords): Append makefile-targets in rule
13903         actions, instead of prepending, to make it less visible.
13904         (makefile-previous-dependency, makefile-match-dependency):
13905         Don't match a target on a continuation line.
13907         * files.el (auto-mode-alist): Put Makefile in gmake mode.
13909 2005-06-15  Nick Roberts  <nickrob@snap.net.nz>
13911         * progmodes/gdb-ui.el (menu): Re-order menu items.
13912         (gdb-tooltip-print): Respect tooltip-use-echo-area.
13914         * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
13915         Define in tooltip.el.
13916         (gud-tooltip-process-output): Respect tooltip-use-echo-area.
13917         (gud-tooltip-tips): Respect tooltip-use-echo-area and
13918         gud-tooltip-echo-area.
13920         * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
13921         backward compatibility and make obsolete.
13922         (tooltip-help-tips): Use tooltip-use-echo-area.
13923         (tooltip-show-help-function): Rename to...
13924         (tooltip-show-help): ...this, because it is a function.
13925         (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
13927 2005-06-14  Luc Teirlinck  <teirllm@auburn.edu>
13929         * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
13930         (edebug-print-length, edebug-print-level, edebug-print-circle)
13931         (edebug-modify-breakpoint, edebug-eval-last-sexp)
13932         (edebug-eval-print-last-sexp): Doc fixes.
13934 2005-06-14  Kim F. Storm  <storm@cua.dk>
13936         * ido.el (ido-mode): Make a new keymap every time we enable ido,
13937         as the coverage buffer/file/both may change.
13939 2005-06-14  Lute Kamstra  <lute@gnu.org>
13941         * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
13942         and run-mode-hooks.  Simplify.
13944         * mail/rmailedit.el (rmail-edit-mode):
13945         * progmodes/octave-inf.el (inferior-octave-mode):
13946         * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
13948         * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
13949         and run-mode-hooks.
13950         (recentf-edit-list, recentf-open-files): Don't call
13951         kill-all-local-variables directly.
13953         * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
13955 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
13957         * emacs-lisp/byte-run.el (make-obsolete)
13958         (define-obsolete-function-alias): Rename arguments FUNCTION and
13959         NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
13960         (make-obsolete-variable, define-obsolete-variable-alias):
13961         Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
13962         respectively.
13964         * isearchb.el (isearchb-activate):
13965         * pcvs.el (cvs-mode):
13966         * ses.el (ses-load):
13967         * vc-arch.el (vc-arch-checkin, vc-arch-diff):
13968         * net/tramp.el (tramp-find-file-exists-command)
13969         (tramp-find-shell):
13970         * progmodes/ada-mode.el (ada-create-case-exception)
13971         (ada-create-case-exception-substring, ada-make-subprogram-body):
13972         * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
13973         * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
13974         * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
13975         * textmodes/org.el (org-promote, org-evaluate-time-range)
13976         (org-agenda-next-date-line, org-agenda-previous-date-line)
13977         (org-agenda-error, org-open-at-point, org-table-move-row)
13978         (org-format-table-table-html-using-table-generate-source)
13979         (org-shiftcursor-error, org-ctrl-c-ctrl-c):
13980         * textmodes/reftex.el (reftex-access-scan-info):
13981         * textmodes/reftex-toc.el (reftex-toc-dframe-p)
13982         (reftex-toc-promote-prepare): Follow error conventions.
13984         * diff-mode.el (diff-mode): Fix typo in docstring.
13986         * forms.el (forms--intuit-from-file): Fix reference to
13987         `forms-number-of-fields' in error message.
13988         (forms-print): Fix quoting in error message.
13990         * forms.el (forms-mode):
13991         * emulation/vi.el (vi-goto-insert-state):
13992         * progmodes/flymake.el (flymake-new-err-info)
13993         (flymake-start-syntax-check-for-current-buffer)
13994         (flymake-simple-cleanup):
13995         * eshell/esh-var.el (eshell/export):
13996         * progmodes/gud.el (xdb):
13997         * textmodes/flyspell.el (flyspell-incorrect-hook)
13998         (flyspell-maybe-correct-transposition)
13999         (flyspell-maybe-correct-doubling): Fix quoting in docstring.
14001 2005-06-13  Luc Teirlinck  <teirllm@auburn.edu>
14003         * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
14004         minibuffer prompt.
14006 2005-06-13  Kim F. Storm  <storm@cua.dk>
14008         * subr.el (add-to-ordered-list): New defun.
14010         * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
14011         add cua--keymap-alist to emulation-mode-map-alists.
14013 2005-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
14015         * subr.el (complete-in-turn): New macro.
14016         (dynamic-completion-table, lazy-completion-table): Add debug info.
14018         * faces.el (read-face-name): Use complete-in-turn complete non-aliases
14019         in preference to face aliases.
14021         * textmodes/fill.el (fill-match-adaptive-prefix): New function.
14022         (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
14023         Remove unused vars `start' and `firstline'.
14024         (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
14025         (justify-current-line, fill-individual-paragraphs): Remove unused vars.
14027 2005-06-13  Eli Zaretskii  <eliz@gnu.org>
14029         * cus-start.el (all): Don't complain about missing GTK-related
14030         variables, unless either `gtk' is boundp or this isn't a
14031         `windows-nt' build.
14033 2005-06-13  Lute Kamstra  <lute@gnu.org>
14035         * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
14036         run-mode-hooks.
14038         * ediff-mult.el (ediff-meta-mode):
14039         * ediff-util.el (ediff-mode): Use run-mode-hooks.
14041         * ledit.el (ledit-mode): Use delay-mode-hooks.
14043         * woman.el (woman-mode-line-format): Delete constant.
14044         (woman-mode-map): Initialize it properly.
14045         (woman-mode): Set mode-class property to special.
14046         Use delay-mode-hooks and run-mode-hooks.  Use the right keymap.
14047         Set major-mode and mode-name.  Don't set mode-line-format directly.
14048         (Man-getpage-in-background): Don't reference woman-mode-line-format.
14050         * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
14051         string argument obsolete.
14053 2005-06-13  Carsten Dominik  <dominik@science.uva.nl>
14055         * textmodes/org.el (org-CUA-compatible): New option.
14056         (org-disputed-keys): New variable.
14057         (org-key): New function.
14058         (orgtbl-make-binding): Add docstring to the created function.
14059         (org-mode): Set paragraph start/separate regexps.
14060         (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
14061         (org-archive-location, org-archive-mark-done)
14062         (org-archive-stamp-time): New options.
14063         (org-archive-subtree): New command.
14064         (org-fill-paragraph): New function.
14065         (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
14066         (org-fake-empty-table-line): Function removed.
14067         (org-format-org-table-html): Do not create empty table lines at
14068         separator lines.  Improved table header treatment.
14069         (org-link-format): New option.
14070         (org-make-link): New function.
14071         (org-insert-link, org-store-link): Use org-make-link.
14072         (org-open-file): Quote file name for shell command, to allow
14073         spaces in file names.
14074         (org-link-regexp): Fix bug with mailto link.
14075         (org-link-maybe-angles-regexp, org-protected-link-regexp):
14076         New constants.
14077         (org-export-as-html): Deal with the optional angles around a link.
14078         Better treatment of file: links.
14079         (org-open-at-point): Replace @{ and @} with < and >.
14080         (org-run-mode-hooks): Function removed.
14081         (org-agenda-mode): No longer use `org-run-mode-hooks'.
14083 2005-06-13  Nick Roberts  <nickrob@snap.net.nz>
14085         * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
14086         MI command -data-list-register-values.
14087         (gdb-post-prompt): Indent properly.
14089 2005-06-13  Juanma Barranquero  <lekktu@gmail.com>
14091         * hilit-chg.el (highlight-changes-colors): Rename from
14092         `highlight-changes-colours'.
14093         (highlight-changes-colours): Keep as obsolete alias.
14094         (highlight-changes-face-list): Doc fix.
14095         (hilit-chg-make-list): Use `highlight-changes-colors'.
14097 2005-06-12  Mark A. Hershberger  <mah@everybody.org>
14099         * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
14100         defun-prompt-regexp.
14102 2005-06-12  Eli Zaretskii  <eliz@gnu.org>
14104         * loadup.el: Don't say we are dumping under 2 names on windows-nt
14105         and cygwin.
14107         * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
14108         Don't use an old loaddefs.el, as in Makefile.in.
14110 2005-06-12  Lute Kamstra  <lute@gnu.org>
14112         * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
14114         * man.el (Man-mode-map): Initialize it properly.
14115         (Man-mode): Set mode-class property to special.
14117         * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
14119 2005-06-11  Luc Teirlinck  <teirllm@auburn.edu>
14121         * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
14122         A newline is needed in the docstring there.
14124         * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
14125         Doc fixes.
14127 2005-06-11  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
14129         * printing.el: Doc fix.  The menubar is no more changed when printing
14130         is loaded, it only changes when pr-menu-bind or pr-update-menus is
14131         called.  Now, the menubar changing will work in Emacs 20, 21 and 22.
14132         (pr-version): New version number (6.8.4).
14133         (pr-menu-bind): New command.
14134         (pr-update-menus): Docstring and code fix.
14135         (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
14136         Docstring fix.
14137         (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
14138         (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
14140 2005-06-11  Thien-Thi Nguyen  <ttn@gnu.org>
14142         * emacs-lisp/ewoc.el: Doc fixes for public funcs:
14143         "Returns" to "return", document useful return values, etc.
14145 2005-06-11  Alan Mackenzie  <acm@muc.de>
14147         * fill.el (fill-context-prefix): Try `adaptive-fill-function'
14148         BEFORE `adaptive-fill-regexp' when determining a fill prefix.
14149         (adaptive-file-function): Minor amendment to doc-string.
14151 2005-06-11  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
14153         * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
14154         (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
14155         Fix :type--it is `integer', not `string'.
14157         * faces.el (modeline-highlight): Rename from (the erroneous)
14158         `modeline-higilight'.
14160 2005-06-11  Lute Kamstra  <lute@gnu.org>
14162         * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
14163         lisp-interaction-mode-map but make it the parent.
14164         (edebug-eval-mode): Use define-derived-mode.
14166 2005-06-11  Andreas Schwab  <schwab@suse.de>
14168         * bindings.el: Add binding of `ESC functionkey' for every
14169         `M-functionkey'.
14170         * hexl.el (hexl-mode-map): Likewise.
14172 2005-06-10  Michael Hotchin  <michael@hotchin.net>  (tiny change)
14174         * progmodes/compile.el (compilation-error-regexp-alist-alist)
14175         [msft]: update regexp for newer msft compilers.
14177 2005-06-10  Mark A. Hershberger  <mah@everybody.org>
14179         * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
14180         ATTLIST portions of included DTDs.
14181         (xml-parse-dtd): Eliminate use of inefficient match-data.
14183 2005-06-10  Miles Bader  <miles@gnu.org>
14185         * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
14186         (mpuz-text): Remove "-face" suffix from face names.
14187         (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
14188         (mpuz-text-face): New backward-compatibility aliases for renamed faces.
14189         (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
14191         * play/gomoku.el (gomoku-O, gomoku-X):
14192         Remove "-face" suffix from face names.
14193         (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
14194         New backward-compatibility aliases for renamed faces.
14195         (gomoku-font-lock-keywords): Use renamed gomoku faces.
14197 2005-06-10  Juanma Barranquero  <lekktu@gmail.com>
14199         * thumbs.el: Fixes for changes of 2005-06-09.
14200         (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
14201         as a directory.
14202         (thumbs-thumbname): Remove directory separator from format string;
14203         `thumbs-thumbsdir' now returns a valid directory name.
14204         (thumbs-temp-dir): New defsubst.
14205         (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
14206         Use it.
14208         * cus-edit.el (minibuffer):
14209         * files.el (make-backup-file-name-function):
14210         * filesets.el (filesets-external-viewers):
14211         * hilit-chg.el (highlight-changes-colours)
14212         (highlight-changes-face-list, highlight-changes-rotate-faces):
14213         * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
14214         * kmacro.el (kmacro-call-macro):
14215         * log-edit.el (log-edit-changelog-full-paragraphs):
14216         * mouse.el (mouse-1-click-follows-link):
14217         * skeleton.el (skeleton-autowrap):
14218         * subr.el (insert-for-yank-1):
14219         * tempo.el (tempo-insert-region):
14220         * terminal.el (terminal-emulator):
14221         * time.el (display-time-mail-face):
14222         * vc.el (vc-annotate):
14223         * vcursor.el (vcursor-copy-line):
14224         * woman.el (woman-bold-headings, woman-ignore)
14225         (woman-default-faces, woman-monochrome-faces):
14226         * calendar/todo-mode.el (todo-insert-threshold):
14227         * emulation/pc-select.el (pc-select-selection-keys-only)
14228         (pc-selection-mode):
14229         * emulation/vip.el (vip-find-char-forward):
14230         * emulation/viper-cmd.el (viper-find-char-forward):
14231         * international/mule-cmds.el
14232         (select-safe-coding-system-accept-default-p)
14233         (input-method-exit-on-invalid-key):
14234         * international/mule-diag.el (describe-coding-system):
14235         * international/ucs-tables.el (unify-8859-on-encoding-mode):
14236         * net/browse-url.el (browse-url-xterm-program):
14237         * obsolete/lazy-lock.el (lazy-lock-mode):
14238         * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
14239         (cperl-mode):
14240         * progmodes/cpp.el (cpp-face-light-name-list)
14241         (cpp-face-dark-name-list):
14242         * progmodes/delphi.el (delphi-newline-always-indents):
14243         Fix spellings in docstrings.
14245         * ido.el (ido-mode, ido-file-extensions-order)
14246         (ido-default-file-method, ido-default-buffer-method)
14247         (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
14248         (ido-decorations, ido-read-file-name-as-directory-commands)
14249         (ido-read-file-name-non-ido, ido-work-directory-list)
14250         (ido-ignore-item-temp-list, ido-current-directory)
14251         (ido-magic-forward-char, ido-enter-find-file)
14252         (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
14253         (ido-find-file, ido-read-buffer): Fix typos in docstrings.
14255 2005-06-10  Lute Kamstra  <lute@gnu.org>
14257         * play/dunnet.el (dun-mode): Use define-derived-mode.
14258         (dungeon-mode-map): Rename to dun-mode-map.  Keep old name as an
14259         obsolete alias.
14261         * play/doctor.el (doctor-mode-map): Remove defvar.
14262         (doctor-mode): Use define-derived-mode.
14264         * mail/mspools.el (mspools-mode):
14265         * net/eudc-hotlist.el (eudc-hotlist-mode):
14266         * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
14268 2005-06-10  Miles Bader  <miles@gnu.org>
14270         * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
14271         Remove "-face" suffix from face names.
14272         (flyspell-incorrect-face, flyspell-duplicate-face):
14273         New backward-compatibility aliases for renamed faces.
14274         (flyspell-mode-on, make-flyspell-overlay)
14275         (flyspell-highlight-incorrect-region)
14276         (flyspell-highlight-duplicate-region)
14277         (flyspell-display-next-corrections)
14278         (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
14280         * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
14281         from face name.
14282         (texinfo-heading-face): New backward-compatibility alias for
14283         renamed face.
14284         (texinfo-heading-face): Use renamed texinfo-heading face.
14286         * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
14287         suffix from face names.
14288         (tex-math-face, tex-verbatim-face):
14289         New backward-compatibility aliases for renamed faces.
14290         (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
14291         (tex-insert-quote): Use `tex-verbatim-face' variable instead of
14292         literal face name.
14294         * textmodes/table.el (table-cell): Remove "-face" suffix from face
14295         name.
14296         (table-cell-face): New backward-compatibility alias for renamed face.
14297         (table--put-cell-face-property, table--update-cell-face):
14298         Use renamed table-cell face.
14300         * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
14301         from face name.
14302         (sgml-namespace-face): New backward-compatibility alias for
14303         renamed face.
14304         (sgml-namespace-face): Use renamed sgml-namespace face.
14306         * textmodes/org.el (org-level-1, org-level-2, org-level-3)
14307         (org-level-4, org-level-5, org-level-6, org-level-7)
14308         (org-level-8, org-warning, org-headline-done)
14309         (org-deadline-announce, org-scheduled-today)
14310         (org-scheduled-previously, org-link, org-done, org-table)
14311         (org-time-grid): Remove "-face" suffix from face names.
14312         (org-level-1-face, org-level-2-face, org-level-3-face)
14313         (org-level-4-face, org-level-5-face, org-level-6-face)
14314         (org-level-7-face, org-level-8-face, org-warning-face)
14315         (org-headline-done-face, org-deadline-announce-face)
14316         (org-scheduled-today-face, org-scheduled-previously-face)
14317         (org-link-face, org-done-face, org-table-face)
14318         (org-time-grid-face):
14319         New backward-compatibility aliases for renamed faces.
14320         (org-level-faces, org-set-font-lock-defaults, org-timeline)
14321         (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
14322         (org-agenda-get-timestamps, org-agenda-get-scheduled)
14323         (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
14325         * emulation/viper-init.el (viper-search, viper-replace-overlay)
14326         (viper-minibuffer-emacs, viper-minibuffer-insert)
14327         (viper-minibuffer-vi): Remove "-face" suffix from face names.
14328         (viper-search-face, viper-replace-overlay-face)
14329         (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
14330         (viper-minibuffer-vi-face):
14331         New backward-compatibility aliases for renamed faces.
14332         (viper-search-face, viper-replace-overlay-face)
14333         (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
14334         (viper-minibuffer-vi-face): Use renamed viper faces.
14336         * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
14337         Remove "-face" suffix from face names.
14338         (testcover-nohits-face, testcover-1value-face):
14339         New backward-compatibility aliases for renamed faces.
14340         (testcover-mark): Use renamed testcover faces.
14342         * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
14343         face name.
14344         (diary-button-face): New backward-compatibility alias for renamed face.
14345         (diary-entry): Use renamed diary-button face.
14347         * calendar/calendar.el (diary, calendar-today, holiday)
14348         (mark-visible-calendar-date): Remove "-face" suffix from face names.
14349         (diary-face, calendar-today-face, holiday-face):
14350         New backward-compatibility aliases for renamed faces.
14351         (eval-after-load "facemenu", diary-entry-marker)
14352         (calendar-today-marker, calendar-holiday-marker, diary-face):
14353         Use renamed calendar faces.
14355         * compare-w.el (compare-windows): Remove "-face" suffix from face name.
14356         (compare-windows-face): New backward-compatibility alias for
14357         renamed face.
14358         (compare-windows-highlight): Use renamed compare-windows face.
14360         * strokes.el (strokes-char): Remove "-face" suffix from face name.
14361         (strokes-char-face): New backward-compatibility alias for renamed face.
14362         (strokes-encode-buffer): Use renamed strokes-char face.
14364         * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
14365         (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
14366         Remove "-face" suffix from face names.
14367         (cvs-header-face, cvs-filename-face, cvs-unknown-face)
14368         (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
14369         (cvs-msg-face): New backward-compatibility aliases for renamed faces.
14370         (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
14371         Use renamed pcvs faces.
14372         * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
14373         * pcvs-defs.el (cvs-mode-map): Likewise.
14374         * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
14376         * info.el (info-title-1, info-title-2, info-title-3)
14377         (info-title-4): Remove "-face" suffix from and downcase face names.
14378         (Info-title-1-face, Info-title-2-face, Info-title-3-face)
14379         (Info-title-4-face):
14380         New backward-compatibility aliases for renamed faces.
14381         (Info-fontify-node): Use renamed info faces.
14383         * hilit-chg.el (highlight-changes, highlight-changes-delete):
14384         Remove "-face" suffix from face names.
14385         (highlight-changes-face, highlight-changes-delete-face):
14386         New backward-compatibility aliases for renamed faces.
14387         (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
14388         (hilit-chg-make-list): Use renamed highlight-changes faces.
14390         * generic-x.el (show-tabs-tab, show-tabs-space):
14391         Remove "-face" suffix from face names.
14392         (show-tabs-tab-face, show-tabs-space-face):
14393         New backward-compatibility aliases for renamed faces.
14394         (show-tabs-generic-mode-font-lock-defaults-1)
14395         (show-tabs-generic-mode-font-lock-defaults-2):
14396         Use renamed show-tabs faces.
14398         * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
14399         (smerge-markers): Remove "-face" suffix from face names.
14400         (smerge-mine-face, smerge-other-face, smerge-base-face)
14401         (smerge-markers-face):
14402         New backward-compatibility aliases for renamed faces.
14403         (smerge-mine-face, smerge-other-face, smerge-base-face)
14404         (smerge-markers-face): Use renamed smerge faces.
14406         * log-view.el (log-view-file, log-view-message): Remove "-face"
14407         suffix from face names.
14408         (log-view-file-face, log-view-message-face):
14409         New backward-compatibility aliases for renamed faces.
14410         (log-view-file-face, log-view-message-face): Use renamed log-view
14411         faces.
14413         * paren.el (show-paren-match, show-paren-mismatch):
14414         Remove "-face" suffix from face names.
14415         (show-paren-match-face, show-paren-mismatch-face):
14416         New backward-compatibility aliases for renamed faces.
14417         (show-paren-function): Use renamed show-paren faces.
14419         * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
14420         (ruler-mode-margins, ruler-mode-fringes)
14421         (ruler-mode-column-number, ruler-mode-fill-column)
14422         (ruler-mode-comment-column, ruler-mode-goal-column)
14423         (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
14424         suffix from face names.
14425         (ruler-mode-default-face, ruler-mode-pad-face)
14426         (ruler-mode-margins-face, ruler-mode-fringes-face)
14427         (ruler-mode-column-number-face, ruler-mode-fill-column-face)
14428         (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
14429         (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
14430         New backward-compatibility aliases for renamed faces.
14431         (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
14432         (ruler-mode-column-number, ruler-mode-fill-column)
14433         (ruler-mode-comment-column, ruler-mode-goal-column)
14434         (ruler-mode-tab-stop, ruler-mode-current-column)
14435         (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
14436         faces.
14438         * whitespace.el (whitespace-highlight): Remove "-face" suffix from
14439         face name.
14440         (whitespace-highlight-the-space): Use renamed face.
14441         (whitespace-highlight-face): New backward-compatibility alias for
14442         renamed face.
14444         * woman.el (woman-italic, woman-bold, woman-unknown)
14445         (woman-addition, woman-symbol-face):
14446         Remove "-face" suffix from face names.
14447         (woman-italic-face, woman-bold-face, woman-unknown-face)
14448         (woman-addition-face):
14449         New backward-compatibility aliases for renamed faces.
14450         (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
14451         (woman-decode-region, woman-replace-match)
14452         (woman-display-extended-fonts, woman-special-characters)
14453         (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
14454         Use renamed woman faces.
14456         * longlines.el (longlines-visible-face): Face removed.
14458         * diff-mode.el (diff-header, diff-file-header, diff-index)
14459         (diff-hunk-header, diff-removed, diff-added, diff-changed)
14460         (diff-function, diff-context, diff-nonexistent): Remove "-face"
14461         suffix from face names.
14462         (diff-header-face, diff-file-header-face, diff-index-face)
14463         (diff-hunk-header-face, diff-removed-face, diff-added-face)
14464         (diff-changed-face, diff-function-face, diff-context-face)
14465         (diff-nonexistent-face): New backward-compatibility aliases for
14466         renamed faces.
14467         (diff-header-face, diff-file-header-face)
14468         (diff-index, diff-index-face, diff-hunk-header)
14469         (diff-hunk-header-face, diff-removed, diff-removed-face)
14470         (diff-added, diff-added-face, diff-changed-face, diff-function)
14471         (diff-function-face, diff-context-face, diff-nonexistent)
14472         (diff-nonexistent-face): Use renamed diff-mode faces.
14474         * progmodes/compile.el (compilation-warning-face)
14475         (compilation-info-face): Remove "-face" suffix from face names.
14476         (compilation-warning-face, compilation-info-face):
14477         New backward-compatibility aliases for renamed faces.
14478         (compilation-warning-face, compilation-info-face):
14479         Use renamed compilation faces.
14481         * add-log.el (change-log-date, change-log-name)
14482         (change-log-email, change-log-file, change-log-list)
14483         (change-log-conditionals, change-log-function)
14484         (change-log-acknowledgement): Remove "-face" suffix from face names.
14485         (change-log-date-face, change-log-name-face)
14486         (change-log-email-face, change-log-file-face)
14487         (change-log-list-face, change-log-conditionals-face)
14488         (change-log-function-face, change-log-acknowledgement-face):
14489         New backward-compatibility aliases for renamed faces.
14490         (change-log-font-lock-keywords): Use renamed change-log faces.
14492         * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
14493         (custom-set, custom-changed, custom-saved, custom-button)
14494         (custom-button-pressed, custom-documentation, custom-state)
14495         (custom-comment, custom-comment-tag, custom-variable-tag)
14496         (custom-variable-button, custom-face-tag, custom-group-tag-1)
14497         (custom-group-tag): Remove "-face" suffix from face names.
14498         (custom-magic-alist, custom-magic-value-create)
14499         (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
14500         (custom-invalid-face, custom-rogue-face, custom-modified-face)
14501         (custom-set-face, custom-changed-face, custom-saved-face)
14502         (custom-button-face, custom-button-pressed-face)
14503         (custom-documentation-face, custom-state-face)
14504         (custom-comment-face, custom-comment-tag-face)
14505         (custom-variable-tag-face, custom-variable-button-face)
14506         (custom-face-tag-face, custom-group-tag-face-1)
14507         (custom-group-tag-face):
14508         New backward-compatibility aliases for renamed faces.
14510         * wid-edit.el (widget-documentation, widget-button)
14511         (widget-field, widget-single-line-field, widget-inactive)
14512         (widget-button-pressed): "-face" suffix removed from face names.
14513         (widget-documentation-face, widget-button-face)
14514         (widget-field-face, widget-single-line-field-face)
14515         (widget-inactive-face, widget-button-pressed-face):
14516         New backward-compatibility aliases for renamed faces.
14517         (widget-documentation-face, widget-button-face)
14518         (widget-button-pressed-face, widget-specify-field)
14519         (widget-specify-inactive): Use renamed widget faces.
14521 2005-06-10  Kenichi Handa  <handa@m17n.org>
14523         * term/x-win.el (x-clipboard-yank): Remove condition-case
14524         wrapping.
14526 2005-06-11  Kenichi Handa  <handa@m17n.org>
14528         * add-log.el (change-log-font-lock-keywords): Make the regexp for
14529         date lines stricter.
14531 2005-06-10  Zhang Wei  <id.brep@gmail.com>  (tiny change)
14533         * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
14534         of x-get-selection.
14536 2005-06-10  Juanma Barranquero  <lekktu@gmail.com>
14538         * comint.el (comint-mode, comint-snapshot-last-prompt):
14539         * frame.el (frame-current-scroll-bars):
14540         * term.el (term-mode, term-check-proc, term-input-sender)
14541         (term-simple-send, term-extract-string, term-word)
14542         (term-match-partial-filename):
14543         * window.el (window-current-scroll-bars):
14544         * emulation/cua-base.el (cua-normal-cursor-color)
14545         (cua-read-only-cursor-color, cua-overwrite-cursor-color)
14546         (cua-global-mark-cursor-color):
14547         * mail/undigest.el (rmail-forward-separator-regex):
14548         Fix typos in docstrings.
14550         * comint.el (comint-check-proc, make-comint-in-buffer)
14551         (comint-source-default): Doc fixes.
14553         * term.el (term-send-string): Improve argument/docstring consistency.
14555 2005-06-09  Luc Teirlinck  <teirllm@auburn.edu>
14557         * comint.el (comint-send-input): Bind `inhibit-read-only' around
14558         call to `delete-region'.
14559         (comint-mode-hook): Do not enable Font Lock by default.
14561 2005-06-09  Lute Kamstra  <lute@gnu.org>
14563         * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
14564         could be void.
14566 2005-06-09  Stefan Monnier  <monnier@iro.umontreal.ca>
14568         * emacs-lisp/debug.el (debugger-will-be-back): New var.
14569         (debug): Use it.
14570         (debugger-step-through, debugger-continue, debugger-jump)
14571         (debugger-return-value): Set it when needed.
14572         (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
14573         Use inhibit-read-only.
14575 2005-06-09  Juanma Barranquero  <lekktu@gmail.com>
14577         * window.el (shrink-window-if-larger-than-buffer)
14578         (window-size-fixed): Fix typo in docstring.
14580         * thumbs.el: Don't set `auto-image-file-mode'.  Do not create the
14581         thumbnails directory on loading.
14582         (thumbs-conversion-program): Use `eq' to check the system type,
14583         not `equal'.
14584         (thumbs-temp-dir): Initialize to `temporary-file-directory',
14585         not "/tmp".  Fix docstring.
14586         (thumbs-thumbsdir): New function to return the thumbnails
14587         directory, creating it if needed.
14588         (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
14589         (thumbs-temp-file): Delete variable and make it into a function.
14590         (thumbs-resize-image, thumbs-modify-image): Use it.
14591         (thumbs-kill-buffer): Simplify.
14592         (thumbs-gensym): Defalias or duplicate CL `gensym'.
14593         (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
14594         docstrings.
14596 2005-06-09  Kim F. Storm  <storm@cua.dk>
14598         * subr.el (save-match-data): Add RESEAT arg `evaporate' to
14599         set-match-data to free markers in match-data.
14601         * replace.el (replace-match-data): Pass RESEAT arg `t' to
14602         match-data to unchain markers in match-data.
14604 2005-06-08  Stefan Monnier  <monnier@iro.umontreal.ca>
14606         * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
14607         the debugger immediately anyway.  Undo the 2005-06-06 change, rendered
14608         unnecessary now.
14610 2005-06-08  Richard M. Stallman  <rms@gnu.org>
14612         * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
14613         give the variable a doc string that doesn't say don't set it directly.
14615         * textmodes/ispell.el (ispell-check-version):
14616         Use match-string-no-properties.
14617         (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
14618         (ispell-buffer-local-words): Likewise.
14620         * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
14621         except on terminals with enough colors to really display it.
14622         (makefile-dependency-regex): Delete spurious `bb'.
14624         * faces.el (escape-glyph): Use blue once again in last case.
14625         (no-break-space): Redefine so that it isn't invisible on a tty.
14627 2005-06-08  Kim F. Storm  <storm@cua.dk>
14629         * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
14630         also when reading directory name.
14632 2005-06-08  Lute Kamstra  <lute@gnu.org>
14634         * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
14635         (flyspell-mode-line-string): Remove autoload cookie.
14636         (flyspell-mode): Remove defvar.
14638 2005-06-07  Lute Kamstra  <lute@gnu.org>
14640         * textmodes/org.el (org-run-mode-hooks): New function.
14641         (org-agenda-mode): Use it.
14643 2005-06-07  David McCabe  <davemccabe@gmail.com>  (tiny change)
14645         * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
14647 2005-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
14649         * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
14651 2005-06-06  Luc Teirlinck  <teirllm@auburn.edu>
14653         * font-lock.el (font-lock-add-keywords): Doc fix.
14655 2005-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
14657         * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
14658         (tex-compile-default): In the absence of any history, use the order in
14659         tex-compile-alist to choose the preferred command.
14660         (tex-compile-commands): Reorder a bit.
14662         * textmodes/flyspell.el (flyspell-auto-correct-binding)
14663         (flyspell-incorrect-face, flyspell-duplicate-face):
14664         Use (X)Emacs-agnostic code.
14665         (flyspell-mode-map): Don't overwrite at each load.  Remove code
14666         redundant with the subsequent add-minor-mode.  Merge Emacs and
14667         XEmacs code.
14668         (flyspell-word): Minor simplification.
14669         (flyspell-math-tex-command-p): Quieten the byte-compiler.
14670         (flyspell-external-point-words): Remove unused vars `size' and `start'.
14671         (flyspell-do-correct): Rename from flyspell-xemacs-correct.
14672         Merge the corresponding Emacs code.
14673         (flyspell-correct-word, flyspell-xemacs-popup):
14674         Use flyspell-do-correct.
14676         * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
14677         a dedicated window.
14679         * international/latexenc.el (latexenc-find-file-coding-system):
14680         Undo part of last patch, to turn off a compiler warning.
14682 2005-06-06  Juri Linkov  <juri@jurta.org>
14684         * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
14685         Rename `tmm-inactive-face' to `tmm-inactive'.
14687 2005-06-06  Matt Hodges  <MPHodges@member.fsf.org>
14689         * iswitchb.el: Rename faces.
14691 2005-06-06  Kim F. Storm  <storm@cua.dk>
14693         * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
14694         (cua-global-mark): Remove -face suffix from face names.
14696         * emulation/cua-gmrk.el (cua--init-global-mark):
14697         Remove cua-global-mark face setup.
14699 2005-06-06  Richard M. Stallman  <rms@gnu.org>
14701         * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
14702         just like other allowed characters.
14703         (makefile-match-dependency): Exclude leading and training whitespace
14704         from the range of regexp subexp 1.
14705         (makefile-macroassign-regex): Don't try to match the body,
14706         just the name of the macro being defined.
14708         * info.el (Info-read-node-name-2): New function.
14709         (Info-read-node-name-1): Use that.
14710         Add a completion-base-size-function property.
14712         * simple.el (completion-setup-function): Look for
14713         completion-base-size-function property of minibuffer-completion-table.
14715         * files.el (locate-file-completion): Doc fix.
14717         * printing.el: Don't call pr-update-menus; user must do that.
14719         * emacs-lisp/debug.el (debugger-window): New variable.
14720         (debug): Use debugger-window if it is set and still alive.
14721         Record debugger-window for next entry.
14723         * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
14725 2005-06-06  Matthias F\e,Av\e(Brste  <slashdevslashnull@gmx.net>
14727         * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
14728         (hack-one-local-variable, hack-local-variables)
14729         (hack-local-variables-prop-line): Pass that arg.
14731 2005-06-06  Kim F. Storm  <storm@cua.dk>
14733         * ido.el (ido-first-match, ido-only-match, ido-subdir)
14734         (ido-indicator): Remove -face suffix from face names.
14736 2005-06-06  Juri Linkov  <juri@jurta.org>
14738         * font-lock.el (font-lock-regexp-backslash)
14739         (font-lock-regexp-backslash-construct): New faces.
14740         (lisp-font-lock-keywords-2): Use new faces.  Match `?:' only
14741         after `('.  Add `while-no-input' to control structures.
14743         * faces.el (no-break-space, shadow): New faces.
14744         (escape-glyph): Use less loud colors pink2 and red4.
14746         * diff-mode.el (diff-context-face)
14747         * dired.el (dired-ignored)
14748         * rfn-eshadow.el (file-name-shadow)
14749         * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
14751         * info.el (Info-title-1-face): Use green instead of yellow because
14752         bold yellow is not readable on light backgrounds.
14754         * progmodes/compile.el (compilation-start): Move `erase-buffer' up
14755         before selecting the desired mode to not spend time fontifying
14756         old contents.
14758 2005-06-06  Juanma Barranquero  <lekktu@gmail.com>
14760         * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
14761         (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
14763         * ps-print.el (ps-default-fg, ps-default-bg):
14764         Fix typos in docstrings.
14766         * isearchb.el (isearchb): Don't pass a spurious second argument to
14767         `iswitchb-completions'.
14769 2005-06-05  Nick Roberts  <nickrob@snap.net.nz>
14771         * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
14772         to preserve point.
14773         (gdb-find-file-hook): Add doc string.
14775         * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
14776         C dereferenced pointer expression.
14777         (gud-tool-bar-map): Put it on the tool bar.  Re-order icons.
14779         * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
14781         * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
14782         * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
14783         * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
14784         * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
14785         * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
14786         Make background transparent.
14788 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
14790         * font-lock.el (font-lock-add-keywords): Doc fix.  Comment change.
14791         (font-lock-remove-keywords): Doc fix.
14792         (font-lock-mode-major-mode): Compiler defvar.
14793         (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
14795         * font-core.el (font-lock-mode-major-mode): Compiler defvar.
14796         (font-lock-mode): Update `font-lock-mode-major-mode'.
14797         (font-lock-set-defaults): Compiler defvar.
14798         (font-lock-default-function): Take `font-lock-mode-major-mode'
14799         into account.
14801         * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
14802         keep track of which major mode it enabled the minor mode for.
14803         Use find-file-hook again.  Update docstring.
14805         * simple.el (eval-expression-print-level)
14806         (eval-expression-print-length, eval-expression-debug-on-error):
14807         Doc fixes.
14809 2005-06-04  Matt Hodges  <MPHodges@member.fsf.org>
14811         * iswitchb.el (iswitchb-single-match-face)
14812         (iswitchb-current-match-face, iswitchb-virtual-matches-face)
14813         (iswitchb-invalid-regexp-face): New faces.
14814         (iswitchb-completions): Use them.
14815         (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
14816         now marked as an obsolete alias.
14817         (iswitchb-read-buffer): Remove check for bound font variables.
14818         (iswitchb-invalid-regexp): New free variable.
14819         (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
14820         set iswitchb-invalid-regexp.
14821         (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
14822         invalid regexps.
14823         (iswitchb-completions): Add check for complete match when entering
14824         a regexp.
14825         (iswitchb-completions): Remove require-match argument.
14826         (iswitchb-exhibit): Fix caller.
14827         (iswitchb-common-match-inserted): New variable.
14828         (iswitchb-complete, iswitchb-completion-help): Use it.
14830 2005-06-04  David Reitter  <david.reitter@gmail.com>  (tiny change)
14832         * url-http.el (url-http-chunked-encoding-after-change-function):
14833         Use `url-http-debug' instead of `message'.
14835 2005-06-04  Thierry Emery  <thierry.emery@free.fr>  (tiny change)
14837         * url-http.el (url-http-parse-headers): Pass redirected URL as a
14838         callback argument.
14840 2005-06-04  Kim F. Storm  <storm@cua.dk>
14842         * simple.el (line-move): Only call sit-for when moving backwards.
14844         * ido.el (ido-make-merged-file-list-1): New defun split from
14845         ido-make-merged-file-list.
14846         (ido-make-merged-file-list): Bind throw-on-input around call to
14847         ido-make-merged-file-list-1.  Return input-pending-p if
14848         interrupted by more input available.
14849         (ido-read-internal): Handle input-pending-p return value from
14850         ido-make-merged-file-list.
14852 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
14854         * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
14855         compatibility code.
14857         * international/latexenc.el (latexenc-find-file-coding-system):
14858         Don't inherit the EOL part of the coding-system from the
14859         tex-main buffer.  Fit within 80 columns.
14861 2005-06-03  Matt Hodges  <MPHodges@member.fsf.org>
14863         * tmm.el (tmm-inactive-face): New face.
14864         (tmm-remove-inactive-mouse-face): New function.
14865         (tmm-prompt, tmm-add-one-shortcut)
14866         (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
14867         but not selectable.
14869 2005-06-03  Juanma Barranquero  <lekktu@gmail.com>
14871         * faces.el (face-equal): Improve argument/docstring consistency.
14873 2005-06-03  Daniel Pfeiffer  <occitan@esperanto.org>
14875         * progmodes/make-mode.el (makefile-targets-face)
14876         (makefile-shell-face, makefile-makepp-perl-face): Add :version.
14877         (makefile-bsdmake-dependency-regex)
14878         (makefile-makepp-rule-action-regex)
14879         (makefile-bsdmake-rule-action-regex): New constants.
14880         (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
14882         * progmodes/compile.el (compilation-error-regexp-alist-alist):
14883         Allow (...) within `...' for makepp messages.
14885 2005-06-03  Michael Kifer  <kifer@cs.stonybrook.edu>
14887         * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
14889         * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
14890         "." files are deleted from all file lists before comparison.
14892         * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
14893         (viper-ESC-key): Made them customizable.
14895         * viper.el (viper-non-hook-settings): Fix the names of defadvices.
14897 2005-06-01  Luc Teirlinck  <teirllm@auburn.edu>
14899         * autorevert.el (auto-revert-buffers): Use save-match-data.
14901 2005-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
14903         * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
14904         menu items with a nil command binding.
14906 2005-06-01  Juanma Barranquero  <lekktu@gmail.com>
14908         * emacs-lisp/cl-macs.el (defsetf):
14909         Improve argument/docstring consistency.
14911         * faces.el (list-faces-display): Improve the formatting by
14912         computing the maximum length required for any face-name (reworked
14913         patch of 1999-01-11, accidentally deleted on 1999-07-21).
14914         (internal-find-face): Remove redundant info in docstring.
14916 2005-06-01  Nick Roberts  <nickrob@snap.net.nz>
14918         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
14919         (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
14920         (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
14921         (gdb-assembler-custom): Improve regexps.
14922         (def-gdb-auto-update-handler): Use window point to preserve point.
14924 2005-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
14926         * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
14928 2005-05-31  Jay Belanger  <belanger@truman.edu>
14930         * calc/calc-embed.el (calc-embedded-word): Change argument passed
14931         to calc-embedded.
14932         (calc-embedded-make-info): Have plain prefix argument select
14933         entire line.
14935 2005-05-31  Juanma Barranquero  <lekktu@gmail.com>
14937         * faces.el (list-faces-display): Signal error if passed a regexp
14938         that matches no face name.
14940         * simple.el (filter-buffer-substring): Fix typo in docstring.
14942 2005-05-31  Richard M. Stallman  <rms@gnu.org>
14944         * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
14945         (vhdl-emacs-21): Doc fix.
14946         (vhdl-mode): Unconditionally set comment-padding.
14947         (vhdl-fixup-whitespace-region): Insert spaces only where
14948         there are none.
14949         (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
14951 2005-05-30  John Wiegley  <johnw@newartisans.com>
14953         * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
14954         * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
14955         * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
14956         `directory-sep-char' to ?/, and all uses of `string-to-int' to
14957         `string-to-number'.
14959 2005-05-30  Jay Belanger  <belanger@truman.edu>
14961         * calc/calc.el (calc-bug-address): Fix docstring.
14962         (calc-window-hook, calc-trail-window-hook): New variables.
14963         (calc-trail-display): Restore use of calc-trail-window-hook.
14964         (calc): Restore use of calc-window-hook.
14966 2005-05-31  Masatake YAMATO  <jet@gyve.org>
14968         * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
14970         * help-fns.el (help-C-file-name): Add autoload mark for
14971         `find-function-noselect'.
14973 2005-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14975         * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
14976         (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
14978 2005-05-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
14980         * calendar/diary-lib.el (mark-included-diary-files): Only kill
14981         included diary buffer if it was not already being visited.
14982         Reported by Stephen Berman <Stephen.Berman@gmx.net>.
14984         * calendar/icalendar.el (top-level): Do not require appt.
14986         * mail/supercite.el (sc-select-attribution): Only use a list
14987         element from sc-attrib-selection-list if it returns a string.
14988         Reported by Davide G. M. Salvetti <salve@debian.org>.
14990 2005-05-30  Juanma Barranquero  <lekktu@gmail.com>
14992         * thumbs.el (thumbs-thumbname): The resulting thumbname now
14993         includes a hash value to improve its uniqueness, and has a ".jpg"
14994         extension.  Also, it is now a valid filename on all systems.
14995         (thumbs-make-thumb): Use `let', not `let*'.
14996         (thumbs-show-thumbs-list): Check for JPEG availability.
14998 2005-05-30  Richard M. Stallman  <rms@gnu.org>
15000         * filesets.el (filesets-menu-ensure-use-cached):
15001         Prevent warning when emacs-version>= is undefined.
15003         * printing.el (pr-interactive-n-up): Use string-to-number.
15005         * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
15007         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
15008         Warn only when name to be defined is quoted.
15010 2005-05-30  Nick Roberts  <nickrob@snap.net.nz>
15012         * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
15013         Make regexp more robust.
15014         (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
15015         Force regeneration of disassembly.
15017 2005-05-29  Jay Belanger  <belanger@truman.edu>
15019         * calc/calc.el (calc-user-invocation): Check if
15020         calc-invocation-macro is non-nil.
15022 2005-05-29  Juri Linkov  <juri@jurta.org>
15024         * add-log.el (change-log-font-lock-keywords):
15025         Add `+' to e-mail regexp to accept mail address with keywords.
15027         * man.el (Man-name-regexp): Add `:' to accept qualified names.
15029 2005-05-29  Luc Teirlinck  <teirllm@auburn.edu>
15031         * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
15033         * ielm.el (inferior-emacs-lisp-mode): Ditto.
15035 2005-05-29  Richard M. Stallman  <rms@gnu.org>
15037         * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
15038         Undo the change that moves to end of the current word.
15040 2005-05-29  Nick Roberts  <nickrob@snap.net.nz>
15042         * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
15043         Throw error when count <= 0 to ensure input is a number.
15044         (gdb-read-memory-custom): Pick up address from buffer.
15045         (gdb-memory-mode): Allow user to increment and decrement
15046         memory address from header line.
15048 2005-05-29  Richard M. Stallman  <rms@gnu.org>
15050         * flyspell.el (flyspell-version): Function deleted.
15051         (flyspell-auto-correct-previous-hook): Doc fix.
15053         * jit-lock.el (jit-lock-function, jit-lock-after-change):
15054         Do nothing if memory is full.
15056         * font-lock.el (font-lock-fontify-syntactically-region):
15057         Pass t for GREEDY to looking-back.
15059         * saveplace.el (save-place-alist-to-file): Write the file
15060         using write-region.
15062         * subr.el (looking-back): New argument GREEDY.
15064         * progmodes/compile.el (compilation-start): Set the mode
15065         before inserting the initial text.
15067         * progmodes/which-func.el (which-func-update-1): Turn the mode
15068         off in case of error by setting which-func-mode.
15070 2005-05-29  Peter Heslin  <p.j.heslin@durham.ac.uk>  (tiny change)
15072         * flyspell.el (flyspell-auto-correct-previous-word):
15073         Narrow down to what's on the screen, and recenter overlays
15074         at the end of the next word.
15076 2005-05-29  Manuel Serrano  <Manuel.Serrano@sophia.inria.fr>
15078         * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
15079         (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
15080         (flyspell-abbrev-p): Default to nil.
15081         (flyspell-use-global-abbrev-table-p): Doc fix.
15082         (flyspell-large-region): Allow nil as value.
15083         (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
15085         (mail-mode-flyspell-verify): More robust handling
15086         of `mail-header-separator'.  More efficient signature detection.
15087         Allow for regexp metacharacters in message-header-separator.
15088         Adding `To' not to be checked in mail-mode-flyspell-verify.
15090         (flyspell-prog-mode): Run flyspell-prog-mode-hook.
15091         (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
15092         Bind flyspell-auto-correct-binding.
15093         Bind C-. and C-, .
15094         (flyspell-mode-map): Likewise.
15095         (flyspell-mode): Doc fix.
15096         (flyspell-accept-buffer-local-defs): Preserve current buffer.
15097         (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
15098         (flyspell-word-cache-result): New var, always local.
15099         (flyspell-check-pre-word-p): Doc fix.
15100         (flyspell-check-changed-word-p): Handle spc like newline.
15101         (flyspell-post-command-hook): Set flyspell-word-cache-result.
15102         (flyspell-word-search-backward, flyspell-word-search-forward):
15103         New functions.
15104         (flyspell-word): Return t if nothing to check.
15105         When parsing TeX code, check for after } or \.
15106         Use flyspell-word-search-backward to find previous word.
15107         Return nil if duplicated word.
15108         For word already checked, return same value as last time.
15109         Set flyspell-word-cache-result after checking.
15110         Don't clobber the return value.
15111         (flyspell-get-word): Major rewrite.
15112         (flyspell-external-point-words): New locals pword, pcount.
15113         Fix size used in progress message.
15114         Find the proper corresponding word in flyspell-large-region-buffer.
15115         (flyspell-region): Check for flyspell-large-region = nil.
15116         (flyspell-highlight-incorrect-region): Clean up overlays in region.
15117         (flyspell-auto-correct-word): Check that WORD is a cons.
15118         (flyspell-correct-word): Likewise.
15120 2005-05-29  Daniel Pfeiffer  <occitan@esperanto.org>
15122         * progmodes/make-mode.el (makefile-rule-action-regex)
15123         (makefile-macroassign-regex, makefile-makepp-mode)
15124         (makefile-bsdmake-mode): Continuation lines may be empty.
15125         Reported by Joshua Varner.
15126         (makefile-makepp-font-lock-keywords): Add $(stem).
15128 2005-05-28  Karl Berry  <karl@gnu.org>
15130         * textmodes/tex-mode.el: Now that tex-send-command calls
15131         shell-quote-argument (2005-03-31 change), remove all calls to
15132         shell-quote-argument; they all end up invoking tex-send-command.
15133         The double quoting loses on filenames with non-safe characters,
15134         such as "@".  Reported by Frederik Fouvry.
15136 2005-05-29  Nick Roberts  <nickrob@snap.net.nz>
15138         * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
15139         about preserving point.
15141 2005-05-27  Jay Belanger  <belanger@truman.edu>
15143         * calc/calc-misc.el (calc-info-goto-node): Use info instead of
15144         Info-goto-node.
15146         * calc/calc-embed.el (calc-embed-arg): New variable.
15147         (calc-do-embedded-activate, calc-embedded-activate-formula)
15148         (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
15149         variable by new variable.
15150         (calc-embedded-make-info): Replace undeclared variable by new
15151         variable.  When selecting region with positive prefix
15152         argument, use end of previous line instead of beginning of line.
15154         * calc/calc-aent.el (calc-arg-values): Declare it.
15156         * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
15157         Declare them.
15159         * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
15161         * calc/calc.el (calc-alg-map): Declare it.
15163         * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
15165 2005-05-28  Nick Roberts  <nickrob@snap.net.nz>
15167         * progmodes/gdb-ui.el (gdb-all-registers): New variable.
15168         (gdb-registers-buffer, toggle-gdb-all-registers):
15169         Toggle display of floating point registers.
15170         (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
15172         * progmodes/gud.el (gud-goto-info): Use info.  Don't use require.
15173         (toggle-gud-tooltip-dereference):
15174         Rename from gud-toggle-tooltip-dereference.
15176 2005-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
15178         * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
15180 2005-05-27  Jay Belanger  <belanger@truman.edu>
15182         * calc/calc-prog.el (calc-kbd-report): Remove.
15183         (calc-kbd-query): Rewrite.
15185 2005-05-27  Juanma Barranquero  <lekktu@gmail.com>
15187         * image.el (image-library-alist): Move to image.c.
15188         (image-type-available-p): Doc fix.
15190 2005-05-27  Lute Kamstra  <lute@gnu.org>
15192         * calc/calc.el (calc):
15193         * outline.el (outline-1, outline-2, outline-3, outline-4)
15194         (outline-5, outline-6, outline-7, outline-8):
15195         * textmodes/dns-mode.el (dns-mode):
15196         * textmodes/sgml-mode.el (sgml-namespace-face):
15197         * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
15198         (tex-verbatim-face, tex-use-reftex):
15199         * textmodes/texinfo.el (texinfo-heading-face):
15200         Specify customization group.
15202         * longlines.el: Don't require easy-mmode.
15203         (longlines-visible-face): Specify customization group.
15205 2005-05-27  Kenichi Handa  <handa@m17n.org>
15207         * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
15208         encoding table of windows-1251.
15210         * international/ucs-tables.el (ucs-set-table-for-input):
15211         If translation-table-for-input of a coding system is a symbol, get
15212         its translation-table property.
15214         * international/code-pages.el: Don't register a coding system into
15215         non-iso-charset-alist more than once.
15216         (cp-make-coding-system): Likewise.
15218 2005-05-26  John Wiegley  <johnw@newartisans.com>
15220         * eshell/esh-cmd.el (eshell-eval-command): If the return value of
15221         `eshell-resume-eval' is wrapped in a list, it indicates that the
15222         command was run asynchronously.  In that case, unwrap the value
15223         before checking the delimiter value.
15225         * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
15226         character before a space at the end of a line is \, assume the space
15227         is part of the last argument rather than a final argument separator.
15229         * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
15230         is in use, and the target is `t' or `nil' (which are the most common
15231         values), don't assume that the symbol target is a buffer.
15233 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
15235         * calendar/calendar.el (calendar-mode-line-format):
15236         Use mode-line-highlight as mouse-face.
15238         * time.el (display-time-string-forms, display-time-update):
15239         Use mode-line-highlight as mouse-face.
15241 2005-05-26  Jay Belanger  <belanger@truman.edu>
15243         * calc/calc.el (calc-language-alist): Remove extra defvar.
15245 2005-05-26  Lute Kamstra  <lute@gnu.org>
15247         * arc-mode.el (archive-mode):
15248         * bookmark.el (bookmark-read-annotation-mode)
15249         (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
15250         * bs.el (bs-mode):
15251         * calc/calc-yank.el (calc-edit-mode):
15252         * calc/calc.el (calc-mode, calc-trail-mode):
15253         * calculator.el (calculator-mode):
15254         * chistory.el (command-history-mode):
15255         * comint.el:
15256         * cus-edit.el (custom-mode):
15257         * descr-text.el (describe-text-mode):
15258         * ebuff-menu.el (Electric-buffer-menu-mode):
15259         * ediff-util.el (ediff-mode):
15260         * emacs-lisp/re-builder.el (reb-mode):
15261         * emulation/vi.el (vi-mode-setup):
15262         * emulation/ws-mode.el (wordstar-mode):
15263         * eshell/esh-mode.el (eshell-mode):
15264         * forms.el (forms-mode):
15265         * help-mode.el (help-mode):
15266         * hexl.el (hexl-mode):
15267         * ibuffer.el (ibuffer-mode):
15268         * ielm.el (inferior-emacs-lisp-mode):
15269         * info.el (Info-mode, Info-edit-mode):
15270         * international/swedish.el:
15271         * ledit.el (ledit-from-lisp-mode):
15272         * locate.el (locate-mode):
15273         * mail/rmail.el (rmail-mode):
15274         * mail/rmailedit.el (rmail-edit-mode):
15275         * mail/rmailsum.el (rmail-summary-mode):
15276         * mail/supercite.el (sc-electric-mode):
15277         * net/eudc.el (eudc-mode):
15278         * net/quickurl.el (quickurl-list-mode):
15279         * net/snmp-mode.el (snmp-mode, snmpv2-mode):
15280         * obsolete/ooutline.el (outline-mode):
15281         * obsolete/options.el (Edit-options-mode):
15282         * obsolete/rnews.el (news-mode):
15283         * obsolete/rnewspost.el (news-reply-mode):
15284         * play/5x5.el (5x5-mode):
15285         * play/decipher.el (decipher-mode, decipher-stats-mode):
15286         * play/gomoku.el (gomoku-mode):
15287         * play/snake.el (snake-mode):
15288         * play/solitaire.el (solitaire-mode):
15289         * play/tetris.el (tetris-mode):
15290         * progmodes/ada-mode.el (ada-mode):
15291         * progmodes/antlr-mode.el (antlr-mode):
15292         * progmodes/autoconf.el (autoconf-mode):
15293         * progmodes/dcl-mode.el (dcl-mode):
15294         * progmodes/delphi.el (delphi-mode):
15295         * progmodes/ebrowse.el (ebrowse-tree-mode)
15296         (ebrowse-electric-list-mode, ebrowse-member-mode)
15297         (ebrowse-electric-position-mode):
15298         * progmodes/f90.el (f90-mode):
15299         * progmodes/fortran.el (fortran-mode):
15300         * progmodes/icon.el (icon-mode):
15301         * progmodes/idlw-help.el (idlwave-help-mode):
15302         * progmodes/idlw-shell.el (idlwave-shell-mode):
15303         * progmodes/idlwave.el (idlwave-mode):
15304         * progmodes/inf-lisp.el (inferior-lisp-mode):
15305         * progmodes/m4-mode.el (m4-mode):
15306         * progmodes/meta-mode.el (metafont-mode, metapost-mode):
15307         * progmodes/modula2.el (modula-2-mode):
15308         * progmodes/octave-inf.el (inferior-octave-mode):
15309         * progmodes/octave-mod.el (octave-mode):
15310         * progmodes/pascal.el (pascal-mode):
15311         * progmodes/sh-script.el (sh-mode):
15312         * progmodes/sql.el (sql-mode, sql-interactive-mode):
15313         * progmodes/vhdl-mode.el (vhdl-mode):
15314         * progmodes/xscheme.el (scheme-interaction-mode):
15315         * replace.el (occur-mode):
15316         * ses.el (ses-mode):
15317         * simple.el (completion-list-mode):
15318         * skeleton.el:
15319         * speedbar.el (speedbar-mode):
15320         * term.el (term-mode):
15321         * terminal.el (terminal-edit-mode):
15322         * textmodes/reftex-index.el (reftex-index-mode)
15323         (reftex-index-phrases-mode):
15324         * textmodes/reftex-sel.el (reftex-select-label-mode)
15325         (reftex-select-bib-mode):
15326         * textmodes/reftex-toc.el (reftex-toc-mode):
15327         * wdired.el (wdired-change-to-wdired-mode):
15328         * wid-browse.el (widget-browse-mode):
15329         Use run-mode-hooks.
15331         * array.el (array-mode):
15332         * calendar/todo-mode.el (todo-mode):
15333         * man.el (Man-mode):
15334         * play/landmark.el (lm-mode):
15335         * play/mpuz.el (mpuz-mode):
15336         Use kill-all-local-variables and run-mode-hooks.
15338         * subr.el (delay-mode-hooks): Specify indentation.
15340 2005-05-26  Mark A. Hershberger  <mah@everybody.org>
15342         * xml.el (xml-substitute-special): Don't die for undefined xml
15343         entities.
15345 2005-05-26  Jay Belanger  <belanger@truman.edu>
15347         * calc/calc-prog.el (calc-user-define-edit): Don't find substring
15348         of nil.
15350 2005-05-27  Nick Roberts  <nickrob@snap.net.nz>
15352         * progmodes/gdb-ui.el (gdb-frame-address):
15353         Rename from gdb-current-address.
15354         (gdb-previous-frame-address): Rename from gdb-previous-address.
15355         (gdb-selected-frame): Rename from gdb-current-frame.
15356         (gdb-get-selected-frame): Rename from gdb-get-current-frame.
15357         (gdb-frame-number): Rename from gdb-current-stack-level.
15358         (gdb-ann3): Match new mode-name for disassembly buffer.
15359         Extend initialization of variables.
15360         (gdb-post-prompt): Update disassembly from gdb-frame-handler.
15361         (gdb-memory-mode): Use mouse-face in header line.
15362         (gdb-assembler-buffer-name): Call it disassembly and give frame
15363         in mode line.
15364         (gdb-source-spec-regexp, gdb-assembler-custom)
15365         (gdb-invalidate-assembler, gdb-frame-handler):
15366         Make robust to leading zeroes in address format.
15368 2005-05-26  Carsten Dominik  <dominik@science.uva.nl>
15370         * textmodes/org.el (org-mode): Use `define-derived-mode' to
15371         define `org-mode'.
15372         (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
15374 2005-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
15376         * log-edit.el (log-edit-changelog-entries): Distinguish between
15377         filenames like xfns.c and fns.c.
15379 2005-05-25  Luc Teirlinck  <teirllm@auburn.edu>
15381         * buff-menu.el (Buffer-menu-revert-function): Improve handling of
15382         point after reverting.
15383         (Buffer-menu-make-sort-button): Handle the case where
15384         `Buffer-menu-use-header-line' is nil.
15386 2005-05-25  Thien-Thi Nguyen  <ttn@gnu.org>
15388         * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
15389         New funcs.  In minibuffer-local-completion-map bind `]', `/'
15390         and `:' to them.
15392 2005-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
15394         * startup.el (normal-top-level): Allow modification of load-path while
15395         we're iterating over it.
15397 2005-05-25  Juanma Barranquero  <lekktu@gmail.com>
15399         * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
15400         (thumbs-cleanup-thumbsdir, thumbs-call-convert)
15401         (thumbs-resize-interactive, thumbs-insert-image)
15402         (thumbs-insert-thumb, thumbs-dired-show-marked)
15403         (thumbs-find-image-at-point, thumbs-delete-images)
15404         (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
15405         (thumbs-increment-image-size, thumbs-decrement-image-size):
15406         Fix typos in docstrings.
15408 2005-05-24  Andre Spiegel  <spiegel@gnu.org>
15410         * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
15411         (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
15412         (cperl-mode): Use them.
15414 2005-05-24  Juanma Barranquero  <lekktu@gmail.com>
15416         * window.el (quit-window, shrink-window-if-larger-than-buffer):
15417         Doc fixes.
15419 2005-05-24  Nick Roberts  <nickrob@snap.net.nz>
15421         * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
15422         Bind C-d to gdb-inferior-io-eof.
15424         * dired.el (dired-dnd-popup-notice): Use message-box.
15426 2005-05-23  Masatake YAMATO  <jet@gyve.org>
15428         * bindings.el (mode-line-major-mode-keymap):
15429         Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
15431         * faces.el (mode-line-highlight): New face.
15433         * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
15434         as mouse-face.
15436         * bindings.el (top-level, help-echo, mode-line-modified)
15437         (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
15438         as mouse-face.
15440 2005-05-23  Juanma Barranquero  <lekktu@gmail.com>
15442         * progmodes/cc-engine.el (c-guess-basic-syntax):
15443         Remove spurious call to `zerop'.
15445         * emacs-lisp/cl.el (acons, pairlis): Add docstring.
15447 2005-05-23  Martin Stjernholm  <bug-cc-mode@gnu.org>
15449         CC Mode update to 5.30.10:
15451         * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
15452         could go past the limit in decoration level 2, thereby causing
15453         errors during interactive fontification.
15455         * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
15456         the file is evaluated interactively.
15458         * cc-engine.el (c-guess-basic-syntax): Handle operator
15459         declarations somewhat better in C++.
15461         * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
15462         make use of `run-mode-hooks' which has been added in Emacs 21.1.
15463         (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
15464         (awk-mode): Use it.
15465         (make-local-hook): Suppress warning about obsoleteness.
15467         * cc-engine.el, cc-align.el, cc-cmds.el
15468         (c-append-backslashes-forward, c-delete-backslashes-forward)
15469         (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
15470         Compensate for return value from `forward-line' when it has moved
15471         but not to a different line due to eob.
15473         * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
15474         `objc-method-intro' and `objc-method-args-cont'.
15476 2005-05-23  Alan Mackenzie  <bug-cc-mode@gnu.org>
15478         CC Mode update to 5.30.10:
15480         * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
15481         in the copyright statement.  Incidentally, change "along with GNU
15482         Emacs" to "along with this program" where it occurs.
15484         * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
15485         so that it is interactive, hence can be found by M-x awk-mode
15486         whilst cc-mode is yet to be loaded.  Reported by Glenn Morris
15487         <gmorris+emacs@ast.cam.ac.uk>.
15489         * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
15490         Mode's regexps.
15492 2005-05-23  Kevin Ryde  <user42@zip.com.au>
15494         * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
15495         c-parse-state, to avoid a lisp error (on bad code).
15497 2005-05-23  Lute Kamstra  <lute@gnu.org>
15499         * subr.el (font-lock-defaults): Remove defvar as it's already
15500         defined in font-core.el.
15502         * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
15504 2005-05-23  Nick Roberts  <nickrob@snap.net.nz>
15506         * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
15507         more general and work when GDB variable "print pretty" is on,
15508         as with Emacs, for example.
15510 2005-05-22  Luc Teirlinck  <teirllm@auburn.edu>
15512         * font-core.el: Update comment.
15514         * emacs-lisp/easy-mmode.el (define-global-minor-mode):
15515         Use `after-change-major-mode-hook' instead of `find-file-hook'.
15517         * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
15519 2005-05-22  Eli Zaretskii  <eliz@gnu.org>
15521         * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
15522         and `yank-handler' in the doc strings.
15524 2005-05-22  Stefan Monnier  <monnier@iro.umontreal.ca>
15526         * emacs-lisp/cl.el (eql): Remove.  It's a builtin already.
15528 2005-05-22  Richard M. Stallman  <rms@gnu.org>
15530         * help.el (describe-key): Move print-help-return-message call
15531         out of conditional.
15533         * progmodes/etags.el (list-tags): Use with-no-warnings.
15535         * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
15536         (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
15537         (starttls-extra-args, starttls-extra-arguments): Add defvars.
15539         * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
15541         * language/viet-util.el (viet-viscii-nonascii-translation-table):
15542         Add defvar.
15544         * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
15545         Use defvar, not defconst.
15547         * hexl.el (hexl-follow-line): Use with-no-warnings.
15549         * emulation/tpu-extras.el: Use write-file-functions instead of
15550         write-file-hooks.
15552         * dired.el (dired-font-lock-keywords): Fontify files with junk
15553         extensions even if marked by -F.
15555 2005-05-22  Juanma Barranquero  <lekktu@gmail.com>
15557         * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
15558         (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
15559         * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
15560         (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
15561         (concatenate, list-length, get*, getf, cl-remprop):
15562         * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
15563         (etypecase, progv, lexical-let, lexical-let*)
15564         (multiple-value-bind, multiple-value-setq, shiftf):
15565         Improve argument/docstring consistency.
15567         * subr.el (focus-frame, unfocus-frame): Revert deletion on 2005-05-01.
15569 2005-05-22  Andre Spiegel  <spiegel@gnu.org>
15571         * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
15572         doesn't exist.
15574         * vc.el (vc-trunk-p): Add autoload cookie.  The function is used in
15575         vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
15577 2005-05-22  Nick Roberts  <nickrob@snap.net.nz>
15579         * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
15580         already deleted variables: auto-fill-hook, blink-paren-hook,
15581         lisp-indent-hook, inhibit-local-variables, unread-command-event,
15582         suspend-hooks, comment-indent-hook, meta-flag,
15583         before-change-function, after-change-function,
15584         font-lock-doc-string-face.
15586 2005-05-21  Luc Teirlinck  <teirllm@auburn.edu>
15588         * emacs-lisp/derived.el (define-derived-mode): Doc fix.
15590 2005-05-21  Eli Zaretskii  <eliz@gnu.org>
15592         * mail/rmail.el (rmail-reply): Filter the list in reply-to through
15593         rmail-dont-reply-to.
15595 2005-05-21  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
15597         * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
15598         literal blank when splitting new-header-values.
15600 2005-05-21  Matt Hodges  <MPHodges@member.fsf.org>
15602         * calendar/cal-menu.el (cal-menu-update): Add separator as a
15603         string so that tmm doesn't create a completion entry for it.
15605         * textmodes/table.el (table-disable-menu): Ditto.
15607 2005-05-21  Richard M. Stallman  <rms@gnu.org>
15609         * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
15611         * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
15613         * net/rcompile.el (remote-compile): Use compilation-start.
15615         * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
15617 2005-05-21  Daniel Pfeiffer  <occitan@esperanto.org>
15619         * files.el (auto-mode-alist): Check GNUmakefile before makefile.
15620         Default to makefile-bsdmake-mode on BSD systems.
15622         * imenu.el (imenu-generic-expression, imenu--generic-function'):
15623         REGEXP may also be a search function now.  The part of doc-string
15624         for describing the structure was 95% identical to that of
15625         `imenu--generic-function'.  Unify it there.
15627         * progmodes/make-mode.el (makefile-imenu-generic-expression):
15628         Use function to find dependencies, because regexp alone is so complex,
15629         it easily goes into an endless loop.
15630         (makefile-makepp-mode): Also add submenu for Perl functions
15631         defined in the makefile.
15632         (makefile-bsdmake-mode): Special imenu-generic-expression no
15633         longer needed, due to function call.
15634         (makefile-match-dependency): Take BOUND into account when checking
15635         if we're through.
15637 2005-05-20  Jay Belanger  <belanger@truman.edu>
15639         * calc/calc-units.el (calc-invalidate-units-table):
15640         Use inhibit-read-only.
15641         (math-build-units-table-buffer): Use view-mode.
15643 2005-05-20  David Kastrup  <dak@gnu.org>
15645         * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
15646         easy-menu-add is not a nop on Emacs; and clarify when to call it.
15648 2005-05-20  Lute Kamstra  <lute@gnu.org>
15650         * diff-mode.el (diff-header-face, diff-file-header-face)
15651         (diff-index-face, diff-hunk-header-face, diff-removed-face)
15652         (diff-added-face, diff-changed-face, diff-function-face)
15653         (diff-context-face, diff-nonexistent-face): Put them in the
15654         diff-mode customization group.
15656 2005-05-20  Stefan Monnier  <monnier@iro.umontreal.ca>
15658         * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
15660         * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
15662         * font-lock.el (lisp-font-lock-keywords-2): Don't error.
15663         Minor regexp-optimization.
15665 2005-05-20  Carsten Dominik  <dominik@science.uva.nl>
15667         * textmodes/org.el (org-agenda-toggle-time-grid): New command.
15668         (org-agenda-use-time-grid, org-agenda-time-grid): New options.
15669         (org-agenda-add-time-grid-maybe): New function.
15670         (org-agenda): Call `org-agenda-add-time-grid-maybe'.
15671         (org-table-create): `dotimes' instead of `mapcar'.
15672         (org-xor): Simplify implementation.
15673         (org-agenda): `inhibit-redisplay' turned on.
15674         (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
15675         a consistent line after a state change.
15676         (org-agenda-remove-times-when-in-prefix): New option.
15677         (org-prefix-has-time): New variable.
15678         (org-parse-time-string): Optional argument NODEFAULT.
15679         (org-format-agenda-item): Parse items for time-of-day
15680         specifications and move these into the prefix if possible.
15681         (org-agenda-priority): Get current heading, not previous heading
15682         during agenda remote editing.
15684 2005-05-20  Juanma Barranquero  <lekktu@gmail.com>
15686         * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
15687         (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
15688         (remove-duplicates, delete-duplicates, substitute)
15689         (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
15690         (nsubstitute-if-not, find, find-if, find-if-not, position)
15691         (position-if, position-if-not, count, count-if, count-if-not)
15692         (mismatch, search, sort*, stable-sort, merge, member*)
15693         (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
15694         (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
15695         (intersection, nintersection, set-difference, nset-difference)
15696         (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
15697         (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
15698         (nsublis, tree-equal): Improve argument/docstring consistency.
15700         * subr.el (send-string, send-region): Remove obsolescence declaration.
15701         (window-dot, set-window-dot, read-input, show-buffer)
15702         (eval-current-buffer, string-to-int):
15703         Add release number to obsolescence declarations.
15705 2005-05-19  Kim F. Storm  <storm@cua.dk>
15707         * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
15708         (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
15710 2005-05-20  Matt Hodges  <MPHodges@member.fsf.org>
15712         * faces.el (list-faces-display): Make back button respect optional
15713         regexp arg.
15715 2005-05-19  Juanma Barranquero  <lekktu@gmail.com>
15717         * calculator.el (calculator-radix-grouping-mode)
15718         (calculator-radix-grouping-digits, calculator-displayer)
15719         (calculator-radix-grouping-separator, calculator-copy-displayer):
15720         * dabbrev.el (dabbrev-search-these-buffers-only):
15721         * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
15722         (diff-advance-after-apply-hunk, diff-mode-hook)
15723         (diff-minor-mode-prefix):
15724         * imenu.el (imenu-use-popup-menu):
15725         * jit-lock.el (jit-lock-context-time):
15726         * newcomment.el (comment-fill-column, comment-column)
15727         (comment-style, comment-padding, comment-multi-line)
15728         (comment-empty-lines, comment-auto-fill-only-comments):
15729         * reveal.el (reveal-around-mark):
15730         * uniquify.el (uniquify-buffer-name-style)
15731         (uniquify-after-kill-buffer-p)
15732         (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
15733         (uniquify-min-dir-content, uniquify-separator)
15734         (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
15735         * w32-vars.el (w32-fixed-font-alist):
15736         * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
15737         * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
15738         * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
15739         * progmodes/perl-mode.el (perl-indent-level)
15740         (perl-continued-statement-offset, perl-continued-brace-offset)
15741         (perl-brace-offset, perl-brace-imaginary-offset)
15742         (perl-label-offset, perl-indent-continued-arguments)
15743         (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
15744         * progmodes/tcl.el (tcl-indent-level)
15745         (tcl-continued-indent-level, tcl-auto-newline)
15746         (tcl-tab-always-indent, tcl-electric-hash-style)
15747         (tcl-help-directory-list, tcl-use-smart-word-finder)
15748         (tcl-application, tcl-command-switches, tcl-prompt-regexp)
15749         (inferior-tcl-source-command):
15750         * textmodes/fill.el (enable-kinsoku):
15751         * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
15752         * textmodes/table.el (table-yank-handler):
15753         Specify missing group (and type, if simple) in defcustom.
15755 2005-05-19  Luc Teirlinck  <teirllm@auburn.edu>
15757         * progmodes/compile.el (compilation-finish-function): Fix defvar.
15759 2005-05-19  Richard M. Stallman  <rms@gnu.org>
15761         * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
15763         * subr.el (event-basic-type): Don't get an error.
15764         (left-fringe-p): Function deleted.
15766         * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
15767         (list-buffers-noselect): Set `font-lock-face' property, not `face'.
15769         * dired-aux.el (dired-copy-file-recursive): Handle symlinks
15770         in recursive copy.
15772         * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
15774         * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
15776         * emacs-lisp/bytecomp.el
15777         (byte-compile-file-form-custom-declare-variable):
15778         Call byte-compile-nogroup-warn if appropriate.
15780         * progmodes/compile.el (compilation-finish-function): Mark obsolete.
15781         (compilation-set-window): Don't call left-fringe-p; do it directly.
15783 2005-05-19  Jay Belanger  <belanger@truman.edu>
15785         * calc/calc-graph.el (calc-graph-format-data): Make sure
15786         var-PlotRejects is bound before trying to check its value.
15788 2005-05-19  Carsten Dominik  <dominik@science.uva.nl>
15790         * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
15791         definition of this variable from reftex-global.el to reftex.el,
15792         because it is needed in the menu.
15794 2005-05-19  Lute Kamstra  <lute@gnu.org>
15796         * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
15797         years are fixed.  Don't insert a space after a dash.
15799 2005-05-19  Kim F. Storm  <storm@cua.dk>
15801         * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
15803 2005-05-19  Daniel Pfeiffer  <occitan@esperanto.org>
15805         * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
15806         strings, because (eq ... ?\\) is fairly frequent.
15808         * progmodes/make-mode.el (makefile-add-this-line-targets):
15809         Simplify and integrate into `makefile-pickup-targets'.
15810         (makefile-add-this-line-macro): Simplify and integrate into
15811         `makefile-pickup-macros.
15812         (makefile-pickup-filenames-as-targets): Simplify.
15813         (makefile-previous-dependency, makefile-match-dependency):
15814         Don't stumble over `::'.
15816 2005-05-19  Nick Roberts  <nickrob@snap.net.nz>
15818         * subr.el (post-command-idle-hook, post-command-idle-delay):
15819         Remove obsoletion of post-command-idle-hook and
15820         post-command-idle-delay.
15822         * faces.el (list-faces-display): Provide button when describe-face
15823         is called to take user back to the list of faces.
15825         * help-fns.el (describe-variable): Remove hyperlinks in a
15826         variable's value as these are quite frequently inappropriate.
15828         * follow.el (follow-submit-feedback, follow-mode):
15829         Remove references to post-command-idle-hook.
15831 2005-05-18  Daniel Pfeiffer  <occitan@esperanto.org>
15833         * progmodes/make-mode.el (makefile-previous-dependency)
15834         (makefile-match-dependency): Check for := (and in bsd mode also
15835         !=) to give a better result, even when font-lock is not on.
15837 2005-05-18  Jay Belanger  <belanger@truman.edu>
15839         * calc/calc-help.el (calc-s-prefix-help):
15840         Add `calc-copy-special-constant' to help string.
15842 2005-05-18  Luc Teirlinck  <teirllm@auburn.edu>
15844         * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
15846 2005-05-18  Jay Belanger  <belanger@truman.edu>
15848         * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
15849         in linear factors are in proper order.
15851 2005-05-18  Carsten Dominik  <dominik@science.uva.nl>
15853         * textmodes/reftex-vars.el (reftex-cite-format-builtin):
15854         Support for jurabib.
15856         * textmodes/reftex.el (featurep): Define aliases for overlay
15857         commands, for XEmacs compatibility, and use these aliases in
15858         overlay initializations.
15859         (reftex-highlight): Use `reftex-move-overlay'.
15860         (reftex-unhighlight): Use `reftex-delete-overlay'.
15861         (reftex-uniq): Function removed.  Use `reftex-uniquify' instead.
15862         (reftex-access-search-path): Use `reftex-uniquify' instead of
15863         `reftex-uniq'
15865         * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
15866         `before-string' property modification enables for Emacs as well.
15867         (reftex-select-item): Use `reftex-delete-overlay'.
15868         (reftex-select-mark): Use `reftex-make-overlay' and
15869         `reftex-overlay-put'.
15870         (reftex-select-unmark): Use `reftex-delete-overlay' and
15871         `reftex-overlay-put'.
15873 2005-05-18  Lute Kamstra  <lute@gnu.org>
15875         * emacs-lisp/lisp.el (check-parens): Fix docstring.
15877 2005-05-18  Juanma Barranquero  <lekktu@gmail.com>
15879         * add-log.el (add-change-log-entry):
15880         * array.el (array-make-template, array-reconfigure-rows)
15881         (array-init-max-row, array-init-max-column)
15882         (array-init-columns-per-line, array-init-field-width):
15883         * replace.el (replace-match-maybe-edit, perform-replace):
15884         * textmodes/spell.el (spell-region):
15885         Replace `read-input' by `read-string'.
15887         * forms.el (forms-mode):
15888         * finder.el (finder-compile-keywords):
15889         * shadowfile.el (shadow-read-files):
15890         Replace `eval-current-buffer' by `eval-buffer'.
15892         * terminal.el (te-pass-through):
15893         * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
15894         (ange-ftp-raw-send-cmd):
15895         * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
15896         (send-process-next-char, telnet-initial-filter, telnet):
15897         Replace `send-string' by `process-send-string'.
15899         * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
15900         (prolog-consult-region): Replace `send-string' by
15901         `process-send-string'; replace `send-region' by `process-send-region'.
15903         * progmodes/delphi.el (delphi-log-msg):
15904         Replace `set-window-dot' by `set-window-point'.
15906         * subr.el (window-dot, set-window-dot, read-input, send-string)
15907         (send-region, show-buffer, eval-current-buffer):
15908         Make really obsolete, as the comment says.
15910 2005-05-17  Kim F. Storm  <storm@cua.dk>
15912         * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
15913         (cua--init-keymaps): Bind C-return instead of S-return to set
15914         rectangle mark.
15916         * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
15917         instead of S-return to toggle/clear rectangle mark.
15919 2005-05-17  Daniel Pfeiffer  <occitan@esperanto.org>
15921         * progmodes/make-mode.el (makefile-dependency-skip): New variable.
15922         (makefile-macroassign-regex, makefile-make-font-lock-keywords):
15923         Also fontify plain strings assigned to variables, mostly so that a
15924         colon has a face and is thus not taken as a dependency separator.
15925         (makefile-previous-dependency): Inline the new matcher, because it
15926         is too complex to work in both directions.
15927         (makefile-match-dependency): Eliminate `backward' arg (see above).
15928         Completely reimplemented so as to not sometimes go into an endless
15929         loop.  It should also be more efficient, because first it only
15930         searches for `:', instead of applying the very complex regexp.
15931         (makefile-mode): Cancel `font-lock-support-mode', because blocks
15932         to be fontified in one piece can be too long for JIT.
15933         Makefiles are never *that* big.
15935 2005-05-17  Reiner Steib  <Reiner.Steib@gmx.de>
15937         * dired.el (dired-mode): Simplify.
15939 2005-05-17  Lute Kamstra  <lute@gnu.org>
15941         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
15942         defcustom for the mode hook variable.
15944         * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
15945         Emacs Lisp Reference Manual.
15947 2005-05-17  Juanma Barranquero  <lekktu@gmail.com>
15949         * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
15950         (evenp, list*):
15951         * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
15952         * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
15954         * net/tramp-smb.el (tramp-smb-open-connection):
15955         Pass `tramp-chunksize' as fifth (required) argument.
15957 2005-05-16  Daniel Pfeiffer  <occitan@esperanto.org>
15959         * font-lock.el (lisp-font-lock-keywords-1):
15960         Set `font-lock-negation-char-face' for [^...] char group.
15961         (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
15963         * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
15964         a var, and refine it to mask one more level of nested vars.
15965         (makefile-rule-action-regex): Turn it into a var, and refine it so
15966         it recognizes backslashed continuation lines as belonging to the
15967         same command.
15968         (makefile-macroassign-regex): Refine it so it recognizes
15969         backslashed continuation lines as belonging to the same command.
15970         (makefile-var-use-regex): Don't look at the next char, because it
15971         might be the same one to be skipped by the initial [^$], leading
15972         to an overlooked variable use.
15973         (makefile-make-font-lock-keywords): Remove two parameters, which
15974         are now variables that some of the modes set locally.
15975         Handle dependency and rule action matching through functions, because
15976         regexps alone match too often.  Dependency matching now comes
15977         last, so it can check, whether a colon already matched something else.
15978         (makefile-mode): Inform that font-lock improves makefile parsing
15979         capabilities.
15980         (makefile-match-dependency, makefile-match-action): New functions.
15982 2005-05-16  Juanma Barranquero  <lekktu@gmail.com>
15984         * emacs-lisp/cl-extra.el (equalp): Doc fix.
15986         * align.el (align-regexp):
15987         * ansi-color.el (ansi-color-get-face):
15988         * array.el (array-reconfigure-rows, array-init-max-row)
15989         (array-init-max-column, array-init-columns-per-line)
15990         (array-init-field-width):
15991         * dired-aux.el (dired-trample-file-versions):
15992         * dired-x.el (dired-mark-sexp):
15993         * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
15994         * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
15995         * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
15996         * faces.el (face-read-integer):
15997         * files.el (backup-extract-version, insert-directory):
15998         * hexl.el (hexl-insert-decimal-char):
15999         * server.el (server-process-filter):
16000         * shell.el (shell-extract-num):
16001         * startup.el (command-line-1):
16002         * term.el (term-command-hook):
16003         * time-stamp.el (time-stamp, time-stamp-string-preprocess)
16004         (time-stamp-do-number):
16005         * time.el (display-time-update):
16006         * timezone.el (timezone-parse-date, timezone-zone-to-minute)
16007         (timezone-fix-time):
16008         * vms-patch.el (vms-suspend-resume-hook):
16009         * calendar/appt.el (appt-convert-time):
16010         * calendar/cal-bahai.el (mark-bahai-diary-entries):
16011         * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
16012         * calendar/cal-islam.el (mark-islamic-diary-entries):
16013         * calendar/calendar.el (calendar-cursor-to-date)
16014         (calendar-star-date):
16015         * calendar/diary-lib.el (diary-attrtype-convert)
16016         (mark-diary-entries, diary-entry-time):
16017         * calendar/solar.el (solar-get-number):
16018         * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
16019         * emacs-lisp/re-builder.el (reb-display-subexp):
16020         * emulation/edt.el (edt-set-scroll-margins):
16021         * emulation/tpu-extras.el (tpu-set-scroll-margins):
16022         * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
16023         (vip-get-ex-count):
16024         * emulation/viper-ex.el (viper-get-ex-token)
16025         (viper-get-ex-buffer, viper-get-ex-count, ex-next):
16026         * international/fontset.el (fontset-plain-name):
16027         * mail/feedmail.el (feedmail-look-at-queue-directory):
16028         * mail/mailalias.el (mail-get-names):
16029         * mail/rmail.el (rmail-convert-to-babyl-format):
16030         * mail/rmailsum.el (rmail-make-basic-summary-line)
16031         (rmail-summary-next-same-subject, rmail-summary-rmail-update)
16032         (rmail-summary-goto-msg):
16033         * mail/smtpmail.el (smtpmail-read-response):
16034         * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
16035         (ange-ftp-vms-add-file-entry):
16036         * play/gametree.el (gametree-looking-at-ply)
16037         (gametree-current-branch-score):
16038         * progmodes/ada-xref.el (ada-prj-find-prj-file)
16039         (ada-xref-find-in-modified-ali, ada-find-in-src-path):
16040         * progmodes/cperl-mode.el (condition-case):
16041         * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
16042         (ebrowse-set-member-buffer-column-width)
16043         (ebrowse-select-1st-to-9nth):
16044         * progmodes/etags.el (etags-snarf-tag):
16045         * progmodes/flymake.el (flymake-parse-line):
16046         * progmodes/idlw-shell.el (idlwave-shell-parse-line)
16047         (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
16048         (idlwave-shell-menu-def):
16049         * progmodes/ps-mode.el (ps-run-goto-error):
16050         * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
16051         (vhdl-speedbar-contract-level):
16052         * term/mac-win.el (x-handle-numeric-switch):
16053         * term/sun-mouse.el (sun-get-frame-data):
16054         * term/w32-win.el (x-handle-numeric-switch):
16055         * term/x-win.el (x-handle-numeric-switch):
16056         * textmodes/ispell.el (ispell-parse-output):
16057         * textmodes/nroff-mode.el (nroff-outline-level):
16058         * textmodes/reftex-cite.el (reftex-bib-sort-year)
16059         (reftex-bib-sort-year-reverse, reftex-format-citation):
16060         * textmodes/reftex-parse.el (reftex-init-section-numbers)
16061         (reftex-section-number):
16062         * textmodes/texinfmt.el (texinfo-paragraphindent):
16063         Replace `string-to-int' by `string-to-number'.
16065         * international/latexenc.el: Add page marker to force the "Local
16066         Variables:" string out of the last page.
16068 2005-05-16  Nick Roberts  <nickrob@snap.net.nz>
16070         * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
16071         tooltip-change-major-mode.
16072         (gud-tooltip-print-command): Remove case where gud-minor-mode
16073         is gdb ("--fullname").
16074         (gud-tooltip-tips): Turn GUD tooltips off for this case and
16075         explain to user.
16077 2005-05-16  Jay Belanger  <belanger@truman.edu>
16079         * calc/calc-store.el (calc-copy-special-constant): New function.
16081         * calc/calc-ext.el (calc-init-extensions): Add binding for
16082         `calc-copy-special-constant'.
16084         * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
16085         for the `calc-copy-special-constant' command.
16087 2005-05-16  Nick Roberts  <nickrob@snap.net.nz>
16089         * subr.el (left-fringe-p): New function.
16091         * progmodes/compile.el (compilation-setup): Set local value of
16092         overlay-arrow-string to "" always.
16093         (compilation-set-window): Left fringe then don't scroll.
16094         No left fringe then no arrow and scroll message to top.
16095         (compilation-context-lines): Adjust doc string accordingly.
16097 2005-05-16  Kim F. Storm  <storm@cua.dk>
16099         * ido.el (ido-magic-forward-char, ido-magic-backward-char)
16100         (ido-magic-delete-char): New commands for C-f, C-b, C-d.
16101         (ido-wide-find-dir-or-delete-dir): New command for M-d.
16102         (ido-define-mode-map): Bind them.  Add C-x prefix to fallback commands.
16103         (ido-read-file-name): Handle commands with ido property value
16104         equal to find-file as reading a file name, to allow C-d to enter dired.
16105         (ibuffer-find-file): Add ido property with value find-file.
16107 2005-05-15  Kim F. Storm  <storm@cua.dk>
16109         * subr.el (open-network-stream-nowait): Remove.
16110         (open-network-stream-server): Remove.
16112 2005-05-15  Richard M. Stallman  <rms@gnu.org>
16114         * faces.el (describe-face): Output a definition link button.
16116         * help-mode.el (help-face-def): New button type.
16118         * emacs-lisp/copyright.el (copyright-fix-years):
16119         Match properly if the first year is 2-digit.
16120         Don't mess up the whitespace after the years by filling.
16122         * dired-aux.el (dired-mark-confirm):
16123         Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
16125         * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
16126         (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
16127         (dired-mark-pop-up): Handle FILES = (t FILE) specially.
16129         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
16130         Set font-lock-comment-start-skip.
16132         * font-lock.el (font-lock-comment-start-skip): New variable.
16133         (font-lock-comment-end-skip): New variable.
16134         (font-lock-fontify-syntactically-region): Use them if non-nil.
16136 2005-05-15  Jay Belanger  <belanger@truman.edu>
16138         * calc/calc-store.el (calc-store-value): Return a string rather
16139         than display it as a message.
16140         Use calc-var-name for variable name.
16141         (calc-store-into): Add the result of calc-store-value to message.
16142         (calc-copy-variable): Add a message.
16143         (calc-store-exchange): Improve error messages.
16144         (calc-store-binary, calc-store-map): Don't reset the values of
16145         special constants.
16147 2005-05-14  Luc Teirlinck  <teirllm@auburn.edu>
16149         * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
16150         manual to docstring.
16152         * files.el (hack-local-variables-confirm): Add STRING argument.
16153         Make the function handle non file visiting buffers correctly.
16154         (hack-local-variables-prop-line, hack-local-variables)
16155         (hack-one-local-variable): Use STRING arg of
16156         `hack-local-variables-confirm'.
16158 2005-05-14  Michael Albinus  <michael.albinus@gmx.de>
16160         Sync with Tramp 2.0.49.
16162         * net/tramp.el (tramp-handle-dired-call-process)
16163         (tramp-handle-insert-directory):`insert-buffer' cannot be used
16164         because the contents of the Tramp buffer is changed before
16165         insertion (`expand-file' and alike).
16166         (tramp-handle-insert-directory): If `localname' has an empty
16167         nondirectory name, it must not be quoted.
16168         (tramp-pre-connection): Add parameter CHUNKSIZE.  Make local
16169         variable `tramp-chunksize'.  Change callees.
16170         (tramp-open-connection-setup-interactive-shell): Check remote host
16171         for buggy `send-process-string' implementation.
16172         Set `tramp-chunksize' if found.  Reported by Michael Kifer
16173         <kifer@cs.sunysb.edu> (and a lot of other people all the years).
16174         (tramp-handle-shell-command): `insert-buffer' cannot be used
16175         because the contents of the Tramp buffer is changed before
16176         insertion (`expand-file' and alike).  Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
16177         <frederic.bothamy@free.fr>.
16178         (tramp-set-auto-save): Actions should be done for Tramp file name
16179         handler only.  Ange-FTP has its own auto-save mechanism.
16180         Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
16181         (tramp-set-auto-save-file-modes): Set file modes of
16182         `buffer-auto-save-file-name' to ?\600 as fallback solution.
16183         Reported by Ferenc Wagner <wferi@tba.elte.hu>.
16184         (tramp-bug): Remove obsolete variable.
16185         (tramp-append-tramp-buffers): Rewrite partly.  More suitable check
16186         for presence of `mml-mode'.  Make it running for older Emacsen as well.
16188 2005-05-14  John Paul Wallington  <jpw@pobox.com>
16190         * ibuf-ext.el (define-ibuffer-filter filename):
16191         If `dired-directory' is a list, use its car.
16193 2005-05-14  Daniel Brockman  <daniel@brockman.se>  (tiny change)
16195         * ibuffer.el (define-ibuffer-column filename):
16196         If `dired-directory' is a list, use its car.
16198 2005-05-14  Richard M. Stallman  <rms@gnu.org>
16200         * subr.el (symbol-file): Doc fix.
16202         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
16203         (byte-compile-form): Call byte-compile-nogroup-warn.
16204         (byte-compile-warning-types): Doc fix.
16206         * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
16208         * progmodes/cc-engine.el (c-literal-faces):
16209         Add font-lock-comment-delimiter-face.
16211         * net/net-utils.el (dig): Use with-no-warnings.
16213         * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
16214         (sc-recite-frame-alist, sc-default-cite-frame)
16215         (sc-default-uncite-frame, sc-default-recite-frame)
16216         (sc-attrib-selection-list, sc-rewrite-header-list):
16217         Mark as risky-local-variable.
16219         * international/ogonek.el (ogonek-jak, ogonek-how):
16220         Don't use beginning-of-buffer.
16222         * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
16224         * calendar/solar.el (solar-data-list): Move definition up.
16226         * dnd.el (dnd-protocol-alist): Add autoload.
16228         * progmodes/sh-script.el: Many doc usage fixes.
16229         (sh-indent-after-do): Change default to match common styles.
16231 2005-05-13  Luc Teirlinck  <teirllm@auburn.edu>
16233         * files.el (interpreter-mode-alist)
16234         (auto-mode-interpreter-regexp): Doc fixes.
16236 2005-05-13  Matt Hodges  <MPHodges@member.fsf.org>
16238         * tmm.el (tmm-get-keymap): Include only active menus and menu items.
16240         * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
16242 2005-05-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
16244         * dired.el (dired-mode): make-variable-buffer-local =>
16245         make-local-variable.
16247 2005-05-13  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
16249         * term/mac-win.el (mac-select-convert-to-string): Try coding
16250         systems in mac-script-code-coding-systems if specified one cannot
16251         encode string for `com.apple.traditional-mac-plain-text'.
16253 2005-05-13  Daniel Pfeiffer  <occitan@esperanto.org>
16255         * progmodes/make-mode.el (makefile-targets-face)
16256         (makefile-shell-face, makefile-makepp-perl-face): New faces.
16257         (makefile-dependency-regex): Fix it to not make the colon in
16258         $(var:a=b) special.
16259         (makefile-rule-action-regex): New regexp for highlighting embedded
16260         Shell strings.
16261         (makefile-macroassign-regex): Handle != for highlighting as
16262         embedded Shell strings.
16263         (makefile-var-use-regex): New const.
16264         (makefile-statements, makefile-automake-statements)
16265         (makefile-gmake-statements, makefile-makepp-statements)
16266         (makefile-bsdmake-statements): New consts.
16267         (makefile-make-font-lock-keywords): New function.
16268         (makefile-automake-font-lock-keywords)
16269         (makefile-gmake-font-lock-keywords)
16270         (makefile-makepp-font-lock-keywords)
16271         (makefile-bsdmake-font-lock-keywords): New consts.
16272         (makefile-mode-map): Add switchers between the various submodes.
16273         (makefile-mode): Document the availability of the variants.
16274         (makefile-automake-mode, makefile-gmake-mode)
16275         (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
16277         * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
16278         new variants of makefile-mode.
16280 2005-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
16282         * font-lock.el (font-lock-comment-delimiter-face): Fix up
16283         the inheritance.
16285 2005-05-12  Luc Teirlinck  <teirllm@auburn.edu>
16287         * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
16288         (inferior-lisp-load-hook): Convert defcustoms back to defvars.
16290         * files.el (normal-mode): Extend the scope of the
16291         `enable-local-variables' binding to include the `set-auto-mode' call.
16292         (magic-mode-alist): Doc fix.
16294 2005-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
16296         * font-lock.el (font-lock-comment-delimiter-face): Inherit from
16297         font-lock-comment-face rather than copying its setting.
16299 2005-05-12  Andreas Schwab  <schwab@suse.de>
16301         * eshell/esh-mode.el (eshell-send-input): Doc fix.
16303 2005-05-12  Lute Kamstra  <lute@gnu.org>
16305         * emacs-lisp/generic.el (define-generic-mode): Don't generate a
16306         defcustom for the mode hook variable.  Delete the last argument.
16307         * generic-x.el: Fix callers of define-generic-mode.
16308         (generic-x-modes): Delete group.
16309         (show-tabs-tab-face, show-tabs-space-face): Put them in the
16310         generic-x customization group.
16312 2005-05-12  Kim F. Storm  <storm@cua.dk>
16314         * font-lock.el (font-lock-negation-char-face): Default to "off".
16316         * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
16317         font-lock-negation-char-face to ! in !=.
16319 2005-05-12  Masatake YAMATO  <jet@gyve.org>
16321         * add-log.el (find-change-log): Fix typos in the docstring
16322         of function.
16324 2005-05-11  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
16326         * international/latexenc.el (latexenc-find-file-coding-system):
16327         Avoid `re-search-forward' when looking for input encoding because
16328         of speed and safety.  Better regular expressions for recognizing
16329         input encoding.  Limit a search for TeX-master/tex-main-file to
16330         the local variable section.
16332 2005-05-11  Dan Nicolaescu  <dann@ics.uci.edu>
16334         * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
16335         syntax of $ to "'" (quote).
16337 2005-05-11  Reiner Steib  <Reiner.Steib@gmx.de>
16339         * dnd.el (dnd-protocol-alist): Improve custom type.
16341         * dired.el (dired-dnd-protocol-alist): New variable.
16342         (dired-mode): Use `dired-dnd-protocol-alist'.  Move call of
16343         `dired-mode-hook' to the end.
16345 2005-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
16347         * font-lock.el (font-lock-fontify-syntactically-region): Don't use
16348         comment-end if comment-start-skip is not set.
16349         Obey the font-lock-comment-delimiter-face variables.
16351 2005-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
16353         * files.el (executable-find): Move from executable.el.  Use
16354         locate-file.
16355         * progmodes/executable.el (executable-find): Move to files.el.
16357         * font-lock.el (font-lock-fontify-keywords-region): Use a marker
16358         when trying to ensure forward progress.
16360 2005-05-11  Chong Yidong  <cyd@stupidchicken.com>
16362         * mouse-sel.el (mouse-sel-follow-link-p): New function.
16363         (mouse-select, mouse-select-internal, mouse-extend-internal):
16364         Use it to implement mouse-1-click-follows-link functionality.
16366 2005-05-11  Richard M. Stallman  <rms@gnu.org>
16368         * font-lock.el (font-lock-fontify-syntactically-region):
16369         Use font-lock-comment-delimiter-face for comment delimiters.
16371 2005-05-10  Jay Belanger  <belanger@truman.edu>
16373         * calc/calc-help.el (calc-m-prefix-help): Add mention of
16374         preserving embedded modes.
16376 2005-05-10  Richard M. Stallman  <rms@gnu.org>
16378         * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
16380         * progmodes/ada-mode.el (ada-adjust-case-skeleton):
16381         Move from ada-stmt.el.
16382         (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
16384         * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
16385         Move to ada-mode.el.
16386         (ada-stmt-mode-hook): Delete; do the work in ada-mode.
16388         * cus-edit.el (custom-file): Call file-chase-links.
16390         * files.el (read-directory-name): Fix previous change.
16391         (hack-local-variables-confirm): New function.
16392         (hack-local-variables-prop-line, hack-local-variables)
16393         (hack-one-local-variable): Use it.
16395 2005-05-10  Lute Kamstra  <lute@gnu.org>
16397         * font-lock.el (font-lock-keywords-alist)
16398         (font-lock-removed-keywords-alist): Clarify docstrings.
16400 2005-05-10  Nick Roberts  <nickrob@snap.net.nz>
16402         * progmodes/gdb-ui.el (gdb-macro-info): New variable.
16403         (gdb-source-info): Check for preprocessor info.
16404         (gdb-tooltip-print-1): New function.  Don't print tooltip if it is
16405         a macro for a function.
16406         (gdb-info-breakpoints-custom): Try to find file again if not already
16407         found (user might have used GDB dir command).
16408         (gdb-get-location): Update gdb-location-alist correctly for change
16409         to gdb-info-breakpoints-custom.
16411         * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
16412         (gud-tooltip-print-command): Add gdbmi case.
16413         (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
16414         preprocessor info.
16416 2005-05-09  Reiner Steib  <Reiner.Steib@gmx.de>
16418         * startup.el (fancy-splash-insert): Fix typo in doc string.
16420 2005-05-09  Juanma Barranquero  <lekktu@gmail.com>
16422         * obsolete/float.el (string-to-float):
16423         * obsolete/hilit19.el (hilit-add-pattern):
16424         * obsolete/rnews.el (news-parse-range, news-select-message)
16425         (news-get-pruned-list-of-files): Replace `string-to-int' by
16426         `string-to-number'.
16428         * obsolete/uncompress.el: Set `find-file-not-found-functions', not
16429         `find-file-not-found-hooks'; use `add-hook'.
16430         (uncompress-while-visiting): Set `write-file-functions', not
16431         `write-file-hooks'; use `add-hook'.
16433 2005-05-09  Kim F. Storm  <storm@cua.dk>
16435         * emulation/cua-base.el (cua-copy-region, cua-cut-region)
16436         (cua-paste): Handle clipboard action.
16437         (cua--init-keymaps): Remap clipboard-kill-region and
16438         clipboard-kill-ring-save.
16440 2005-05-08  Eli Zaretskii  <eliz@gnu.org>
16442         * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
16443         Improve commentary.
16445         * simple.el (next-error-overlay-arrow-position): Revert the change
16446         made on 2005-04-30.
16448 2005-05-07  Jay Belanger  <belanger@truman.edu>
16450         * calc/calcsel2.el (calc-commute-left, calc-commute-right)
16451         (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
16452         `calc-sel-reselect'.
16454         * calc/calc-mode.el (calc-save-modes): Reset the modes list if
16455         Calc is in embedded mode.
16457 2005-05-07  Eli Zaretskii  <eliz@gnu.org>
16459         * progmodes/compile.el (compilation-setup):
16460         Set overlay-arrow-string to an empty string on text terminals.
16462         * textmodes/ispell.el (ispell-program-name): Try looking for
16463         "aspell" along exec-path, and if found, use it as the default
16464         speller program.
16466 2005-05-07  Jirka Kosek  <jirka@kosek.cz>  (tiny change)
16468         * international/mule.el (sgml-xml-auto-coding-function):
16469         Recognize encoding='FOO' in single quotes as well as in double quotes.
16471 2005-05-07  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
16473         * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
16474         as well as `interactive', so that defmacro* would recognize
16475         `declare' forms.
16477 2005-05-07  Eli Zaretskii  <eliz@gnu.org>
16479         * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
16480         Explain more about the LIGHTER arg's usage in the doc string.
16481         Add commentary to clarify what the code does.  Fix the regexp that
16482         strips whitespace from LIGHTER.  Quote LIGHTER before using it,
16483         since it could have characters special to regular expressions.
16485 2005-05-07  Matt Hodges  <MPHodges@member.fsf.org>  (tiny change)
16487         * replace.el (occur-1): Bind inhibit-read-only so that
16488         erase-buffer doesn't barf on read-only text properties (likewise
16489         for add-text-properties in occur-engine).  Mark buffer as unmodified.
16490         (occur-engine): Don't set buffer-read-only here.
16492 2005-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
16494         * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
16495         list-buffers-directory.  This caused the *cvs-commit* buffer to be
16496         sometimes mistakenly reused as a *cvs* buffer.
16498 2005-05-07  Nick Roberts  <nickrob@snap.net.nz>
16500         * tooltip.el: Move code for GUD tooltips into gud.el.
16501         (require): CL no longer needed to compile case.
16502         (tooltip-mode): Do not toggle functions for GUD tooltips.
16503         (tooltip-gud-tips-p): Remove.  Replace with minor mode
16504         gud-tooltip-mode in gud.el.
16505         (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
16506         (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
16507         tooltip-gud prefix with gud-tooltip and obsolete.
16508         (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
16509         (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
16510         (tooltip-mouse-motion): Mouse movement functions/variable.
16511         Rename in gud.el by adding gud prefix.
16512         (tooltip-gud-original-filter, tooltip-gud-dereference)
16513         (tooltip-gud-event, tooltip-toggle-gud-tips)
16514         (tooltip-gud-process-output, tooltip-gud-print-command)
16515         (tooltip-gud-tips): GUD tooltip functions/variables.  Rename in
16516         gud.el by replacing tooltip-gud prefix with gud-tooltip.
16517         (gdb-tooltip-print): Move to gdb-ui.el.
16519         * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
16520         (require): CL needed to compile case.
16521         (gud-tooltip-mode): Use to toggle GUD tooltips instead of
16522         tooltip-gud-tips-p.  Make it a minor-mode.
16523         (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
16524         (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
16525         (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
16526         (gud-tooltip-change-major-mode)
16527         (gud-tooltip-activate-mouse-motions-if-enabled)
16528         (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
16529         (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
16530         (gud-tooltip-original-filter, gud-tooltip-dereference)
16531         (gud-tooltip-event, tooltip-toggle-gud-tips)
16532         (gud-tooltip-process-output, gud-tooltip-print-command)
16533         (gud-tooltip-tips): Move from tooltip.el.
16535         * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
16536         (gdb-cpp-define-alist-flags): Doc fix.
16537         (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
16538         gud-tooltip-mode is t.
16540 2005-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
16542         * net/goto-addr.el (goto-address-fontify): Make sure the overlays
16543         evaporate if their text is deleted.
16544         (goto-address-at-point): Make it work as a mouse binding as well.
16545         (goto-address-at-mouse): Obsolete it.  Update users.
16547 2005-05-06  Glenn Morris  <gmorris@ast.cam.ac.uk>
16549         * calendar/appt.el (top-level): No longer activate on load.
16551 2005-05-06  Juanma Barranquero  <lekktu@gmail.com>
16553         * calendar/cal-bahai.el (mark-bahai-diary-entries):
16554         * net/webjump.el (webjump):
16555         * progmodes/idlw-help.el (idlwave-do-context-help1)
16556         (idlwave-highlight-linked-completions):
16557         * textmodes/po.el (po-find-file-coding-system-guts):
16558         Replace `assoc-ignore-case' by `assoc-string'.
16560 2005-05-06  Eli Zaretskii  <eliz@gnu.org>
16562         * files.el (locate-file): Doc fix.
16564         * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
16565         Remove the redundant test for ms-dos.
16567         * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
16568         look for the preprocessor with exec-suffixes.  If not found in
16569         standard places, look in exec-path.  Remove most of the tests that
16570         used system-type.
16572         * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
16574         * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
16576         * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
16577         file-name clash with jka-compr.el on 8+3 filesystems.
16579 2005-05-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
16581         * term/mac-win.el: Don't define or bind scroll bar functions if
16582         x-toolkit-scroll-bars is t.
16583         (x-select-text, x-get-selection-value): Clear
16584         x-last-selected-text-clipboard if x-select-enable-clipboard is
16585         nil.
16586         (PRIMARY): Put mac-scrap-name property.
16587         (mac-select-convert-to-file-url): New function.
16588         (public.file-url): New selection target type.  Add to
16589         selection-converter-alist.
16590         (x-get-selection, x-selection-value): Handle it.
16591         (x-cut-buffer-or-selection-value): New alias.
16593 2005-05-05  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
16595         * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
16596         entry to avoid calling bibtex-find-entry with arg global
16597         being t.  Remove arg key.
16598         (bibtex-summary-function, bibtex-complete-crossref-cleanup)
16599         (bibtex-copy-summary-as-kill): Change accordingly.
16601 2005-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
16603         * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
16604         (org-agenda-date-later): Use with-current-buffer.
16606 2005-05-05  Luc Teirlinck  <teirllm@auburn.edu>
16608         * emacs-lisp/byte-run.el (define-obsolete-function-alias)
16609         (define-obsolete-variable-alias): Doc Fixes.
16611 2005-05-06  Kim F. Storm  <storm@cua.dk>
16613         * simple.el (line-move-1): Fix 2005-04-26 change.  Must still use
16614         vertical-motion when selective-display is active.
16616         * ido.el (ido-setup-hook): New hook.
16617         (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
16618         (ido-input-stack): New var.
16619         (ido-define-mode-map): Bind M-b to ido-push-dir.  Move old
16620         ido-next-work-file binding to M-O.
16621         Bind M-f to ido-wide-find-file-or-pop-dir.
16622         (ido-define-mode-map): Don't run ido-define-mode-map-hook.
16623         (ido-read-internal): Run ido-setup-hook.
16624         Catch quit in read-file-name and read-string to cancel edit.
16625         Handle new push, pop, and pop-all exit codes (for M-b/M-f).
16626         Automatically pop-all when completing a directory name (RET).
16627         (ido-file-internal): Add with-no-warnings around ffap and dired code.
16628         (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
16629         (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
16630         (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
16631         New functions for M-b/M-f to move among the directory components.
16632         (ido-make-merged-file-list): Catch quit to cancel merge.
16633         (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
16634         (ido-completion-help): No warnings for ido-completion-buffer-full.
16636 2005-05-05  Daniel Pfeiffer  <occitan@esperanto.org>
16638         * font-lock.el (font-lock-negation-char-face): New face and variable.
16639         * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
16640         * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
16641         * progmodes/cperl-mode.el (cperl-init-faces): Use it.
16642         * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
16644 2005-05-05  Juanma Barranquero  <lekktu@gmail.com>
16646         * emacs-lisp/byte-run.el (define-obsolete-function-alias):
16647         Fix typo in docstring.
16649         * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
16650         (ebrowse-print-statistics-line)
16651         (ebrowse-electric-position-mode-hook): Fix typo in docstring.
16653         * term/w32-win.el (image-library-alist): Add additional name for
16654         Xpm library.
16656 2005-05-05  Nick Roberts  <nickrob@snap.net.nz>
16658         * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
16659         use gcc instead of cpp.
16661         * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
16662         (gdb-create-define-alist): Use it.
16663         (gdb-cpp-define-alist-program): Update for MS-DOS.
16665 2005-05-04  Nick Roberts  <nickrob@snap.net.nz>
16667         * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
16669 2005-05-04  Richard M. Stallman  <rms@gnu.org>
16671         * help.el (describe-key): No error when UNTRANSLATED is nil.
16673         * simple.el (line-move-1): Fix previous change to signal errors
16674         appropriately.
16676 2005-05-03  Ulf Jasper  <ulf.jasper@web.de>
16678         * calendar/icalendar.el (icalendar-version): Now at 0.12.
16679         (icalendar-duration-correction): Remove.
16680         (icalendar--get-event-properties): Split result at commas.
16681         (icalendar--decode-isoduration): New optional argument
16682         DURATION-CORRECTION.
16683         (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
16684         (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
16685         (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
16686         (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
16687         (icalendar--convert-anniversary-to-ical): New functions, extracted
16688         from icalendar-export-region, with bug fixes.
16689         (icalendar-export-region): Use the above functions.
16690         (icalendar-import-buffer): Check before saving diary file.
16691         (icalendar--convert-recurring-to-diary)
16692         (icalendar--convert-non-recurring-all-day-to-diary)
16693         (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
16694         extracted from icalendar--convert-ical-to-diary, with bug fixes.
16695         (icalendar--convert-ical-to-diary): Use the above functions.
16697 2005-05-03  Nick Roberts  <nickrob@snap.net.nz>
16699         * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
16700         Remove these recent additions.
16701         (c-mode): Restore to before 2005-04-28.
16703         * progmodes/cc-vars.el (cc-define-list-program): Remove this
16704         recent addition.
16706         * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
16707         (gdb-define-alist): New variables.
16708         (gdb-create-define-alist): New function.
16709         (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
16710         (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
16711         with string-to-number.
16712         (gdb-reset): Kill gdb-define-alist.  Move assignments outside loop.
16714         * progmodes/gud.el: Replace string-to-int with string-to-number.
16715         (gud-find-file): Handle gdb-define-alist.
16717         * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
16719 2005-05-02  Jay Belanger  <belanger@truman.edu>
16721         * calc/calc-aent.el (math-read-token):
16722         * calc/calc-bin.el (calc-word-size):
16723         * calc/calc-ext.el (calc-read-number-fancy):
16724         * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
16725         (math-parse-date, math-parse-standard-date, calcFunc-tzone):
16726         * calc/calc-frac.el (calc-over-notation):
16727         * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
16728         (calc-graph-num-points, calc-graph-init):
16729         * calc/calc-prog.el (calc-read-parse-table-part)
16730         (calc-edit-macro-repeats):
16731         * calc/calc-yank.el (calc-do-grab-rectangle):
16732         * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
16733         Replace `string-to-int' by `string-to-number'.
16735 2005-05-02  Kim F. Storm  <storm@cua.dk>
16737         * kmacro.el: Use executing-kbd-macro-index variable.
16739 2005-05-02  Thien-Thi Nguyen  <ttn@gnu.org>
16741         * net/rlogin.el (rlogin-parse-words): Delete func.
16742         (rlogin): Use split-string, not rlogin-parse-words.
16743         Also, if there are option-like elements in the parsed args,
16744         take the host to be the first arg immediately following them.
16745         Suggested by Michael Mauger.
16747 2005-05-01  Luc Teirlinck  <teirllm@auburn.edu>
16749         * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
16751 2005-05-02  Nick Roberts  <nickrob@snap.net.nz>
16753         * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
16754         (cc-mode-cpp-program): Rename to cc-define-list-program and
16755         move to cc-vars.el.
16757         * progmodes/cc-vars.el (cc-define-list-program):
16758         Change to "gcc -E -dM -".  Make customizable.
16760 2005-05-02  Kim F. Storm  <storm@cua.dk>
16762         * emulation/cua-base.el: Fix check for CUA-mode if no init file.
16764 2005-05-02  Nick Roberts  <nickrob@snap.net.nz>
16766         * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
16768         * international/mule-util.el (truncate-string): Remove alias and
16769         obsolete declaration.
16771         * international/mule-cmds.el (update-iso-coding-systems):
16772         Remove alias and obsolete declaration.
16774         * international/mule.el (coding-system-parent): Remove alias and
16775         obsolete declaration.
16777         * subr.el (define-function, sref): Remove aliases and obsolete
16778         declarations.
16779         (chars-in-region): Remove obsolete declaration.
16781 2005-05-01  Richard M. Stallman  <rms@gnu.org>
16783         * info.el (Info-mode): Set widen-automatically to nil, locally.
16785         * simple.el (widen-automatically): New variable.
16786         (pop-global-mark): Obey widen-automatically.
16788 2005-05-01  Dan Nicolaescu  <dann@ics.uci.edu>
16790         * term/xterm.el (function-key-map): Call substitute-key-definition
16791         before the keymap size is increased by a lot of define-key calls.
16793 2005-05-01  Richard M. Stallman  <rms@gnu.org>
16795         * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
16796         Rename ARG to ELEMENT.  Doc fix.
16798 2005-05-01  Nick Roberts  <nickrob@snap.net.nz>
16800         * allout.el (allout-exposure): Remove macro and obsolete declaration.
16801         Remove references to allout-exposure/change to allout-new-exposure.
16803         * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
16804         bytecode symbols.
16806         * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
16807         (compiled-function-p, focus-frame, unfocus-frame):
16808         Remove aliases and obsolete declarations.
16809         Back out inadvertent changes from previous commit.
16811 2005-05-01  Luc Teirlinck  <teirllm@auburn.edu>
16813         * files.el (require-final-newline): Make Custom tags consistent
16814         with mode-require-final-newline.
16815         (mode-require-final-newline): Doc fix.
16817 2005-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
16819         * international/latexenc.el (latexenc-find-file-coding-system):
16820         Fix regular expressions.
16822 2005-05-01  David Kastrup  <dak@gnu.org>
16824         * international/latexenc.el (latexenc-find-file-coding-system):
16825         Fix regular expressions.
16827 2005-05-01  Nick Roberts  <nickrob@snap.net.nz>
16829         * subr.el (string-to-int): Make obsolete.
16831 2005-04-30  Richard M. Stallman  <rms@gnu.org>
16833         * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
16835         * loadup.el: load jka-comp-hook.
16837         * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
16838         (jka-compr-handler): Add autoload.  `put' calls moved
16839         to jka-comp-hook.el.
16840         (compression, jka-compr): defgroups moved to jka-comp-hook.el.
16841         (jka-compr-inhibit): Autoload.
16843         * jka-comp-hook.el: New file.
16844         Enable the mode by default.
16846         * files.el (backup-buffer-copy): Use copy-file instead
16847         of write-region, and put back the 'excl.
16849 2005-04-30  Chong Yidong  <cyd@stupidchicken.com>
16851         * progmodes/flymake.el (flymake-split-string)
16852         (flymake-split-string, flymake-log, flymake-pid-to-names)
16853         (flymake-reg-names, flymake-get-source-buffer-name)
16854         (flymake-unreg-names, flymake-add-line-err-info)
16855         (flymake-add-err-info): Clarify docstrings.
16856         (flymake-popup-menu, flymake-make-emacs-menu)
16857         (flymake-make-xemacs-menu): Add docstrings.
16858         (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
16859         Set variables directly throughout.
16861 2005-04-30  Nick Roberts  <nickrob@snap.net.nz>
16863         * progmodes/cc-mode.el (cc-create-define-alist): Check that file
16864         exists.  Initialize cc-define-alist.
16865         (c-mode): Add cc-create-define-alist locally to after-save-hook.
16866         If there is no file (Macroexpansion) don't create an alist.
16868 2005-04-29  Sam Steingold  <sds@gnu.org>
16870         * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
16871         (cc-create-define-alist): Use it instead of the hard-coded string.
16873 2005-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
16875         * international/mule-conf.el (file-coding-system-alist): Fix regexp
16876         for latexenc.
16878 2005-04-29  Lute Kamstra  <lute@gnu.org>
16880         * emacs-lisp/generic.el: Improve commentary section.
16881         (define-generic-mode): Improve docstring.
16883 2005-04-29  Carsten Dominik  <dominik@science.uva.nl>
16885         * textmodes/org.el (many places): Change to quiet the byte compiler.
16886         (org-prefix-format-compiled): New variable.
16887         (org-compile-prefix-format): New function.
16888         (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
16889         (org-agenda-prefix-format, org-timeline-prefix-format): New options.
16890         (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
16891         (org-get-entries-from-diary): Use `org-get-time-of-day' for
16892         consistency with entries from `org-mode' files.
16893         (org-get-time-of-day): Fix bug with partial matches early in a line.
16894         (org-non-link-chars): New constant.
16895         (org-link-regexp): Respect `org-non-link-chars'.
16896         (org-agenda-day-view): Remove command.
16897         (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
16898         (org-follow-bbdb-link, org-store-link): Search also company field.
16899         (org-highlight-overlay): New variable.
16900         (org-highlight, org-unhighlight): New functions.
16901         (org-agenda-mode): Add pre-command-hook to remove highlight.
16902         (org-evaluate-time-range): Behavior depends upon whether time stamp
16903         contains a time or not.
16904         (org-show-subtree, org-show-entry): New functions.
16905         (org-agenda-cleanup-fancy-diary): Remove empty lines.
16907 2005-04-28  Luc Teirlinck  <teirllm@auburn.edu>
16909         * comint.el (comint-output-filter-functions): Add autoload cookie.
16911 2005-04-28  Kim F. Storm  <storm@cua.dk>
16913         * ido.el (ido-everywhere): Fix last change.
16915 2005-04-28  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
16917         * international/latexenc.el: New file.
16918         * international/mule-conf.el (file-coding-system-alist): For .tex,
16919         .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
16921 2005-04-28  Lute Kamstra  <lute@gnu.org>
16923         * font-lock.el (font-lock-add-keywords)
16924         (font-lock-remove-keywords): Clarify docstring.
16925         (font-lock-keywords-alist, font-lock-removed-keywords-alist):
16926         Don't start docstrings with a `*'.
16927         (font-lock-update-removed-keyword-alist): Give it a docstring.
16929         * generic-x.el: Update commentary section.
16930         Only require font-lock when compiling.
16931         Define all modes conditionally.
16932         Place all generic modes in the generic-x-modes customization group.
16933         (generic-x-modes): New customization group.
16934         (generic-default-modes, generic-mswindows-modes)
16935         (generic-unix-modes, generic-other-modes): New constants.
16936         (generic-define-mswindows-modes, generic-define-unix-modes):
16937         Update docstrings.  Make them obsolete.
16938         (generic-extras-enable-list): New default value.  Update docstring.
16939         Improve :type.  Change :set function.
16940         (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
16941         Fix docstring.
16943         * emacs-lisp/generic.el (generic-mode-internal):
16944         Simplify font-lock-defaults.
16945         (define-generic-mode): Fix docstring.
16947 2005-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
16949         * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
16950         font-lock-face property to highlight matches.
16952 2005-04-28  Nick Roberts  <nickrob@snap.net.nz>
16954         * progmodes/cc-mode.el (cc-create-define-alist): New function.
16955         (cc-define-alist): New variable.
16956         (c-mode): Make it local and initialize it.
16958         * progmodes/gdb-ui.el (gdb-active-process): New variable.
16959         (gdb-exited): New function.
16960         (gdb-annotation-rules): Use it.
16961         (gdb-starting): Set gdb-active-process to t.
16962         (gdb-stopping): Amend doc string.
16963         (gdb-reset): Set gdb-active-process to nil.
16965         * tooltip.el (tooltip-gud-tips): Show the associated #define
16966         directives when a C program under GDB is not executing.
16968 2005-04-27  Stefan Monnier  <monnier@iro.umontreal.ca>
16970         * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
16971         font-lock-fontify-syntactic-keywords.
16973         * font-lock.el (font-lock-default-fontify-region): Don't force
16974         parse-sexp-lookup-properties to nil.
16976 2005-04-27  Alexander Klimov  <alserkli@inbox.ru>  (tiny change)
16978         * man.el (man-mode-syntax-table): Set up `:' to have
16979         word-constituent syntax.
16981 2005-04-27  Lute Kamstra  <lute@gnu.org>
16983         * novice.el (disable-command): Don't add spurious newlines to the
16984         init file.  Reported by Dan Jacobson <jidanni@jidanni.org>.
16986 2005-04-26  Jay Belanger  <belanger@truman.edu>
16988         * calc/calc-yank.el (calc-edit-finish): Make sure there is more
16989         than one window before deleting window.
16991 2005-04-26  Luc Teirlinck  <teirllm@auburn.edu>
16993         * shell.el (shell-prompt-pattern): Doc fix.
16994         (shell-mode): Set paragraph-separate buffer locally to "\\'".
16996         * comint.el (comint-prompt-regexp, comint-get-old-input)
16997         (comint-use-prompt-regexp)
16998         (comint-use-prompt-regexp-instead-of-fields)
16999         (comint-replace-by-expanded-history, comint-send-input)
17000         (comint-output-filter, comint-get-old-input-default)
17001         (comint-line-beginning-position, comint-bol, comint-show-output)
17002         (comint-backward-matching-input, comint-forward-matching-input)
17003         (comint-next-prompt, comint-previous-prompt):
17004         Rename `comint-use-prompt-regexp-instead-of-fields' to
17005         `comint-use-prompt-regexp'.  Keep old name as alias and declare
17006         obsolete.
17007         (comint-use-prompt-regexp): Shorten first line of doc string.
17009         * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
17010         Set paragraph-separate buffer locally to "\\'".
17012         * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
17013         Adapt to above name change.
17015         * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
17016         (smbclient-prompt-regexp): Ditto.
17018         * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
17020 2005-04-27  Nick Roberts  <nickrob@snap.net.nz>
17022         * progmodes/gdb-ui.el (gdb-location-alist): Rename from
17023         gdb-location-list.
17024         Break lines that are over 80 characters wide.
17026 2005-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
17028         * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
17029         New fun and var, to preserve compatibility.
17031         * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
17033 2005-04-26  Dominique de Waleffe  <ddw@missioncriticalit.com>  (tiny change)
17035         * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
17036         name to file-newer-than-file-p.
17038 2005-04-26  Richard M. Stallman  <rms@gnu.org>
17040         * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
17042         * progmodes/python.el (python-mode):
17043         Use new name eldoc-documentation-function.
17045         * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
17047         * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
17048         (eldoc-documentation-function):
17049         Rename from eldoc-print-current-symbol-info-function.  Calls changed.
17051 2005-04-26  Nick Roberts  <nickrob@snap.net.nz>
17053         * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
17055 2005-04-25  Dan Nicolaescu  <dann@ics.uci.edu>
17057         * term/xterm.el (function-key-map): Fix strings for
17058         {C,S,A,C-S}-f[1-4].  Use substitute-key-definition to bind
17059         {C,S,A,C-S}-{f1-f12}.
17061 2005-04-26  Kenichi Handa  <handa@m17n.org>
17063         * international/mule-cmds.el (select-safe-coding-system):
17064         Fix previous change.
17066 2005-04-26  Lute Kamstra  <lute@gnu.org>
17068         * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
17070         * font-lock.el (font-lock-fontify-region-function): Fix docstring.
17071         (font-lock-comment-delimiter-face): Ditto.
17073         * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
17075 2005-04-25  Jay Belanger  <belanger@truman.edu>
17077         * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
17078         to t while inserting information; use help-mode.
17080 2005-04-25  Dan Nicolaescu  <dann@ics.uci.edu>
17082         * term.el (ansi-term-color-vector): Use the xterm colors.
17083         (term-raw-map): Don't add mappings for \eO and \e[.  Map deletechar.
17085 2005-04-25  Lute Kamstra  <lute@gnu.org>
17087         * font-core.el (font-lock-defaults): Fix docstring.
17089         * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
17091 2005-04-25  Kenichi Handa  <handa@m17n.org>
17093         * international/mule-cmds.el (select-safe-coding-system):
17094         Don't check consistency with coding: spec, etc if raw-text or
17095         no-conversion was found to be safe.
17097 2005-04-24  Richard M. Stallman  <rms@gnu.org>
17099         * mail/sendmail.el (mail-font-lock-keywords): Match any number of
17100         citation markers at start of each line.
17102         * mail/rmail.el (rmail-font-lock-keywords): Match any number of
17103         citation markers at start of each line.
17105         * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
17107         * files.el (mode-require-final-newline): Fix previous change.
17108         (require-final-newline): Fix type label.
17110 2005-04-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
17112         * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
17113         statement in buffer (broken by 2004-11-24 change).
17115 2005-04-24  Kim F. Storm  <storm@cua.dk>
17117         * ido.el (ido-everywhere): Save and restore old read-buffer-function
17118         and read-file-name-function values.  Don't overwrite existing
17119         non-nil values if ido-mode is enabled without ido-everywhere.
17121 2005-04-24  Luc Teirlinck  <teirllm@auburn.edu>
17123         * files.el (mode-require-final-newline): Minor doc fix.
17125 2005-04-24  Eli Zaretskii  <eliz@gnu.org>
17127         * subr.el (syntax-after): Doc fix.
17128         (syntax-class): If argument is nil, return nil.  Mask off upper 16
17129         bits, not 8 bits.
17131         * files.el (mode-require-final-newline): Doc fix.
17132         (backup-buffer-copy): Fix last change.
17134 2005-04-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
17136         * term/mac-win.el: Require select.  Set selection-coding-system to
17137         mac-system-coding-system.  Call menu-bar-enable-clipboard.
17138         (x-last-selected-text-clipboard, x-last-selected-text-primary)
17139         (x-select-enable-clipboard): New variables.
17140         (x-select-text, x-get-selection, x-selection-value)
17141         (x-get-selection-value, mac-select-convert-to-string)
17142         (mac-services-open-file, mac-services-open-selection)
17143         (mac-services-insert-text): New functions.
17144         (CLIPBOARD, FIND): Put mac-scrap-name property.
17145         (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
17146         (public.tiff): Put mac-ostype property.
17147         (selection-converter-alist): Add entries for them.
17148         (mac-application-menu-map): New keymap.
17149         (interprogram-cut-function, interprogram-paste-function): Set to
17150         x-select-text and x-get-selection-value, respectively.
17151         (split-window-keep-point): Set to t.
17153 2005-04-23  Richard M. Stallman  <rms@gnu.org>
17155         * files.el (read-directory-name): Always pass non-nil
17156         DEFAULT-FILENAME arg to read-file-name.
17157         (backup-buffer-copy, basic-save-buffer-2): Take care against
17158         writing thru an unexpected existing symlink.
17159         (revert-buffer): In indirect buffer, revert the base buffer.
17160         (magic-mode-alist): Doc fix.
17161         (buffer-stale-function): Doc fix.
17162         (minibuffer-with-setup-hook): Avoid warning.
17163         (mode-require-final-newline): Doc and custom fix.
17165         * follow.el (follow-end-of-buffer): Use with-no-warnings.
17167         * font-lock.el (font-lock-comment-face): On terminals with few colors,
17168         use the default appearance.
17169         (font-lock-comment-delimiter-face): New face, new variable.
17171         * imenu.el (imenu--generic-function): The official position of a
17172         definition is the start of the line that BEG is in.
17174         * midnight.el (midnight-timer): Move defvar up.
17176         * mouse.el (mouse-drag-region-1): Delete some debugging code.
17178         * saveplace.el (save-place-to-alist): Use with-no-warnings.
17180         * startup.el (command-line): Use with-no-warnings.
17182         * window.el (window-size-fixed): New defvar.
17184         * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
17186         * mail/rmail.el (rmail-font-lock-keywords):
17187         Use font-lock-comment-delimiter-face.
17189         * mail/sendmail.el (mail-font-lock-keywords):
17190         Use font-lock-comment-delimiter-face.
17192         * progmodes/compile.el (next-error-highlight-timer): New defvar.
17194 2005-04-23  SAITO Takuya  <tabmore@rivo.mediatti.net>  (tiny change)
17196         * progmodes/compile.el (compilation-mode-font-lock-keywords):
17197         Specify t for LAXMATCH when matching directories.
17198         Save match data around compilation-compat-error-properties form.
17200 2005-04-23  David Kastrup  <dak@gnu.org>
17202         * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
17203         Mention that the autoloaded aliases should be kept for AUCTeX.
17205 2005-04-23  Andreas Schwab  <schwab@suse.de>
17207         * isearch.el (isearch-forward): Doc fix.
17209 2005-04-23  Eli Zaretskii  <eliz@gnu.org>
17211         * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
17212         (jit-lock-stealth-nice): Change default value to 0.5.
17214 2005-04-23  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
17216         * abbrev.el (write-abbrev-file): Write table entries in
17217         alphabetical order by table name.
17219 2005-04-22  Kim F. Storm  <storm@cua.dk>
17221         * ido.el (ido-read-internal): Fix `list' completion.
17223 2005-04-22  Kenichi Handa  <handa@m17n.org>
17225         * recentf.el (recentf-save-file-coding-system): New variable.
17226         (recentf-save-list): Encode the file by
17227         recentf-save-file-coding-system and add coding: tag.
17229 2005-04-22  Nick Roberts  <nickrob@snap.net.nz>
17231         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
17233 2005-04-21  Lute Kamstra  <lute@gnu.org>
17235         * loadhist.el (unload-feature): Don't remove a function from hooks
17236         if it is about to be restored to an autoload .  Remove functions
17237         that will become unbound from auto-mode-alist.  Simplify the code.
17239         * subr.el (assq-delete-all): New implementation that is linear,
17240         not quadratic.  Suggested by David Kastrup <dak@gnu.org>.
17241         (rassq-delete-all): New function.
17243         * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
17244         Add size-indication-mode.
17246 2005-04-21  Kenichi Handa  <handa@m17n.org>
17248         * international/mule-cmds.el: Add autoload for widget-value in
17249         eval-when-compile.
17251 2005-04-21  Nick Roberts  <nickrob@snap.net.nz>
17253         * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
17254         Add tooltip-mode.
17256         * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
17258 2005-04-20  Luc Teirlinck  <teirllm@auburn.edu>
17260         * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
17261         (inferior-lisp-filter-regexp, inferior-lisp-program)
17262         (inferior-lisp-load-command, inferior-lisp-prompt)
17263         (inferior-lisp-mode-hook, lisp-source-modes)
17264         (inferior-lisp-load-hook): defvar->defcustom.
17265         (inferior-lisp-program, inferior-lisp-prompt)
17266         (inferior-lisp-load-hook): Doc fixes.
17267         (inferior-lisp-install-letter-bindings): Small change in
17268         introductory comment.
17270 2005-04-20  Dan Nicolaescu  <dann@ics.uci.edu>
17272         * vc.el (vc-annotate-color-map): Change some colors so that text
17273         using them as foreground is readable on both white and black
17274         backgrounds.
17276 2005-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
17278         * international/mule-conf.el (translation-table-for-input):
17279         Remove redundant declaration.
17281 2005-04-20  Nick Roberts  <nickrob@snap.net.nz>
17283         * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
17285         * tooltip.el (tooltip-gud-tips-p): Expand documentation.
17286         (tooltip-toggle-gud-tips): New function.
17288 2005-04-20  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
17290         * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
17291         right angle brackets.
17293 2005-04-20  Nick Roberts  <nickrob@snap.net.nz>
17295         * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
17297 2005-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
17299         * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
17300         Remove.  Update callers to use expand-file-name instead.
17302         * subr.el (syntax-class): New function.
17304         * simple.el (blink-matching-open): Use it.
17306         * paren.el (show-paren-function): Use it to recognize parens that are
17307         also used in 2-char comment markers.
17309 2005-04-19  Lute Kamstra  <lute@gnu.org>
17311         * loadhist.el (unload-feature): Update for new format of
17312         load-history.  Simplify the code.
17314 2005-04-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
17316         * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
17317         (mac-add-charset-info): New function.  Initialize variable
17318         mac-charset-info-alist using it.
17319         (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
17320         for translation.
17321         (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
17322         (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
17323         (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
17324         New CCL programs.
17326 2005-04-19  Kim F. Storm  <storm@cua.dk>
17328         * simple.el (next-buffer, prev-buffer, next-error)
17329         (scroll-other-window, keyboard-quit, keyboard-escape-quit)
17330         (clone-indirect-buffer-other-window): Move bindings to bindings.el.
17332         * bindings.el (next-buffer, prev-buffer, next-error)
17333         (scroll-other-window, keyboard-quit, keyboard-escape-quit)
17334         (clone-indirect-buffer-other-window): Move bindings from simple.el.
17335         (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
17336         (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
17338 2005-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
17340         * isearch.el (isearch-edit-string): Make the search-ring available for
17341         minibuffer history commands.
17342         (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
17343         the default history commands now work just as well.
17344         (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
17346 2005-04-18  Kim F. Storm  <storm@cua.dk>
17348         * emulation/cua-base.el (cua--pre-command-handler): Add more
17349         elaborate check for shift modifier on non-window systems.
17351 2005-04-18  Lars Hansen  <larsh@math.ku.dk>
17353         * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
17355 2005-04-18  Kim F. Storm  <storm@cua.dk>
17357         * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
17358         and make it optional.  Don't test tooltip-gud-echo-area here.
17359         (tooltip-gud-process-output, gdb-tooltip-print):
17360         Pass tooltip-gud-echo-area to tooltip-show.
17361         (tooltip-help-tips): Remove second optional arg to tooltip-show.
17363 2005-04-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
17365         * tooltip.el (tooltip-mode): `emacs-quick-startup' and
17366         `display-graphic-p' may not be bound yet.
17368 2005-04-17  Luc Teirlinck  <teirllm@auburn.edu>
17370         * startup.el (command-line): No longer enable Xterm Mouse mode by
17371         default in terminals compatible with xterm.
17373         * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
17375 2005-04-18  Nick Roberts  <nickrob@snap.net.nz>
17377         * tooltip.el (tooltip-gud-echo-area): Rename from
17378         tooltip-use-echo-area.
17379         (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
17380         (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
17381         area independently of where help tooltips are displayed.
17383 2005-04-17  David Kastrup  <dak@gnu.org>
17385         * cus-theme.el (custom-theme-write-variables): Quote variables
17386         where necessary.
17388 2005-04-17  Richard M. Stallman  <rms@gnu.org>
17390         * simple.el (yank-excluded-properties): Add follow-link to value.
17392         * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
17394         * startup.el (fancy-splash-max-time): Just 30 seconds.
17395         (fancy-splash-delay): Just 7.
17396         (fancy-splash-screens): No time limit other than fancy-splash-max-time.
17398         * loadhist.el (unload-feature): Update for new format of load-history.
17399         Simplify the code.
17401         * mail/rmail.el (rmail-ignored-headers): Ignore more headers
17402         (rmail-font-lock-keywords): Don't fontify the text of a citation.
17404         * mail/sendmail.el (mail-font-lock-keywords):
17405         Don't fontify subject text.
17406         Don't fontify the text of a citation.
17408 2005-04-17  Mark H. Weaver  <mhw@netris.org>  (tiny change)
17410         * comint.el (comint-output-filter): Run comint-output-filter-functions
17411         with point where the user had it.
17413 2005-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
17415         * international/ucs-tables.el (ucs-set-table-for-input):
17416         Disable when using unify-on-decoding.
17418 2005-04-16  Dan Nicolaescu  <dann@ics.uci.edu>
17420         * emulation/cua-base.el (cua-global-mark-face): Add special case
17421         for displays supporting a high number of colors.
17423 2005-04-16  Matt Hodges  <MPHodges@member.fsf.org>  (tiny change)
17425         * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
17427 2005-04-16  Chong Yidong  <cyd@stupidchicken.com>
17429         * filesets.el (filesets-add-buffer): If user supplies a name of a
17430         non-existing fileset, create a new fileset.
17432 2005-04-16  Carsten Dominik  <dominik@science.uva.nl>
17434         * textmodes/org.el (org-up-heading-all): Fix bug with
17435         `outline-up-heading-all'.
17437 2005-04-16  Andreas Schwab  <schwab@suse.de>
17439         * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
17440         /etc/permissions.d/* and /etc/aliases.d/*.
17442 2005-04-16  Kenichi Handa  <handa@m17n.org>
17444         * international/code-pages.el (cp-make-coding-system):
17445         Set `translation-table-for-input' property value to the symbol
17446         ucs-mule-to-mule-unicode, not to that value.
17447         (pt154): Escape guillemet by `\'.
17449 2005-04-15  Luc Teirlinck  <teirllm@auburn.edu>
17451         * loadup.el: Load tooltip if x-show-tip is fboundp.
17453         * startup.el (command-line): Add comment.
17455         * tooltip.el (tooltip-mode): Specify correct standard value for
17456         Custom in init-value.
17458 2005-04-15  Nick Roberts  <nickrob@snap.net.nz>
17460         * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
17461         possible.
17463 2005-04-15  Carsten Dominik  <dominik@science.uva.nl>
17465         * textmodes/org.el (org-agenda-date-prompt): Rename from
17466         `org-agenda-date-today'.
17467         (org-evaluate-time-range): Insert at point instead of directly
17468         after time range.
17469         (org-first-headline-recenter, org-subtree-end-visible-p)
17470         (org-optimize-window-after-visibility-change): New functions
17471         (org-agenda-post-command-hook): Don't allow point at end of line,
17472         to make sure it always hits the text properties.
17473         (org-agenda-next-date-line, org-agenda-previous-date-line):
17474         New commands.
17475         (org-set-regexps-and-options): Category may contain white space.
17476         (org-agenda-get-deadlines, org-agenda-get-scheduled):
17477         Improve marker positions.
17478         (org-agenda-new-marker): Argument POS made optional.
17479         (org-agenda-get-timestamps): Deadlines which are done are listed
17480         in org-done-face now.
17481         (org-agenda-get-todos, org-agenda-get-timestamps)
17482         (org-agenda-get-deadlines, org-agenda-get-scheduled):
17483         Set `undone-face' and `done-face' properties.
17484         (org-last-todo-state-is-todo): New variable.
17485         (org-todo): Set `org-last-todo-state-is-todo'.
17486         (org-agenda-todo): Change face according to
17487         `org-last-todo-state-is-todo'.  And change other lines referring to
17488         the same entry.
17489         (org-calendar-goto-agenda): New command.
17490         (org-calendar-to-agenda-key): New option.
17491         (org-startup-folded): New allowed value `content'.
17492         (org-set-regexps-and-options): Accept new value `content' for
17493         `org-startup-folded'.
17494         (org-get-current-options): Handle new value `content' for
17495         `org-startup-folded'.
17496         (org-insert-todo-heading): New command.
17497         (org-mode): Insert first line "*-* mode: org-mode -*-" when called
17498         interactively in empty file and option
17499         `org-insert-mode-line-in-empty-file' has been set.
17500         (org-agenda-todo, org-agenda-priority): Modify to use
17501         `org-agenda-change-all-lines'.
17502         (org-warning-face): Change color on dark background
17504 2005-04-14  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
17506         * international/mule-cmds.el (set-locale-environment): On Mac OS,
17507         use preferences AppleLocale and AppleLanguages, and variable
17508         mac-system-locale for default locale.  On Mac OS Classic, use
17509         mac-system-coding-system for default coding systems.
17511         * term/mac-win.el: Don't set file-name-coding-system.
17512         Decode variables system-name, emacs-build-system, user-login-name, and
17513         user-full-name by mac-system-coding-system on Mac OS Classic.
17514         (mac-system-coding-system): New variable.
17516 2005-04-13  Luc Teirlinck  <teirllm@auburn.edu>
17518         * startup.el (command-line): Handle `xterm-mouse-mode' before
17519         reading init file.
17521         * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
17523 2005-04-13  Glenn Morris  <gmorris@ast.cam.ac.uk>
17525         * progmodes/sh-script.el (sh-here-document-word): Make it a
17526         defcustom.  Doc fix.
17527         (sh-add): Bash uses $(( )) for arithmetic.
17528         (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
17529         (sh-maybe-here-document): Remove quotes and leading whitespace
17530         from heredoc word when closing.  Indent heredoc with tabs if word
17531         starts with "-".
17533 2005-04-13  Richard M. Stallman  <rms@gnu.org>
17535         * simple.el (undo): Fix previous change.
17537         * custom.el (defface): Doc fix.
17539 2005-04-13  Lute Kamstra  <lute@gnu.org>
17541         * Makefile.in (DONTCOMPILE): Remove list.
17542         (compile, compile-always): Don't use DONTCOMPILE.
17543         (update-authors): Load the library in which batch-update-authors
17544         is defined.
17545         * makefile.w32-in (DONTCOMPILE): Remove list.
17546         (compile, compile-always): Fix comments.
17547         (update-authors): Load the library in which batch-update-authors
17548         is defined.
17550         * generic-x.el (generic-mode-ini-file-find-file-hook):
17551         Rename to ini-generic-mode-find-file-hook.
17552         Keep generic-mode-ini-file-find-file-hook as an alias.
17553         (ini-generic-mode-find-file-hook): Rename from
17554         generic-mode-ini-file-find-file-hook.  Fix docstring.
17555         (ini-generic-mode): Docstring change.
17556         (bat-generic-mode-run-as-comint): Silence the byte compiler.
17558         * help.el (describe-key-briefly): UNTRANSLATED can be nil when
17559         called from lisp.
17561         * generic.el: Move to the emacs-lisp subdir.
17563 2005-04-12  Dan Nicolaescu  <dann@ics.uci.edu>
17565         * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
17566         and C-S- function and cursor motion keys.
17568 2005-04-12  Luc Teirlinck  <teirllm@auburn.edu>
17570         * startup.el (command-line): Enable Xterm Mouse mode by default.
17571         * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
17572         for Custom.  No longer show "Mouse" in mode line when enabled.
17573         Doc fix.
17575 2005-04-12  Kim F. Storm  <storm@cua.dk>
17577         * emulation/cua-base.el (cua-rectangle-face)
17578         (cua-rectangle-noselect-face): Define face attributes here.
17580         * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
17582 2005-04-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
17584         * startup.el (command-line): Turn off blinking cursor if
17585         cursorBlink in resources is off or false.
17587 2005-04-12  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
17589         * term/mac-win.el (dnd): Require dnd.
17590         (mac-drag-n-drop): Call dnd-handle-one-url.
17591         (kTextEncodingMacRoman, kTextEncodingISOLatin1)
17592         (kTextEncodingISOLatin2): Remove constants.
17593         (mac-script-code-coding-systems): New constant.
17594         (mac-handle-language-change): New function.
17595         (special-event-map): Bind it to `language-change' event.
17596         (mac-centraleurroman, mac-cyrillic): New coding systems.
17597         (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
17598         (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
17599         and mac-cyrillic-encoder to encode-mac-centraleurroman and
17600         encode-mac-cyrillic, respectively.
17602 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
17604         * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
17605         Don't set overlay-arrow-string to "=>" as this is done
17606         globally in C now.
17608 2005-04-12  Lute Kamstra  <lute@gnu.org>
17610         * generic-x.el (rc-generic-mode, rul-generic-mode):
17611         Fix auto-mode-alist entries.
17612         (etc-fstab-generic-mode): Tweak fontification.
17614         * generic.el (generic-make-keywords-list): Fix docstring.
17615         (generic-mode-internal): Simplify generic-font-lock-keywords.
17617 2005-04-11  Rajesh Vaidheeswarran  <rv@gnu.org>
17619         * whitespace.el (whitespace-buffer-leading)
17620         (whitespace-buffer-trailing): Revert the incorrect test inversion.
17621         However, fix the highlight area for the leading and
17622         trailing whitespaces to show space.
17624 2005-04-11  Rajesh Vaidheeswarran  <rv@gnu.org>
17626         * whitespace.el (whitespace-version): Bump to 3.5
17628         (whitespace-buffer-leading, whitespace-buffer-trailing):
17629         Invert sense of the test to highlight the whitespace.
17631 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
17633         * progmodes/gud.el (gud-display-line): GUD uses its own
17634         overlay arrow now so don't set overlay-arrow-string.
17635         (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
17637 2005-04-11  Dan Nicolaescu  <dann@ics.uci.edu>
17639         * term.el (term-ansi-current-bold, term-ansi-current-underline)
17640         (term-ansi-current-reverse, term-ansi-current-invisible)
17641         (term-ansi-face-already-done): Change to boolean.
17642         (term-reset-terminal, term-handle-colors-array): Handle the above
17643         vars accordingly.
17644         (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
17645         (term-emulate-terminal): Use the new name.
17647         * faces.el (secondary-selection): Use yellow1, not yellow.
17648         (trailing-whitespace): Use red1, not red.
17650 2005-04-11  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
17652         * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
17653         (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
17654         (dired-dnd-handle-file): Call dnd-get-local-file-uri
17656         * cus-edit.el (dnd): New group.
17658         * term/w32-win.el (dnd): Require dnd
17659         (w32-drag-n-drop): Call dnd-handle-one-url.
17661         * x-dnd.el: Require dnd.
17662         (x-dnd-handle-uri-list, x-dnd-handle-file-name):
17663         Call dnd-handle-one-url.
17664         (x-dnd-types-alist, x-dnd-insert-utf8-text)
17665         (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
17666         to dnd-insert-text.
17667         (x-dnd-protocol-alist, x-dnd-open-file-other-window)
17668         (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
17669         (x-dnd-get-local-file-name, x-dnd-open-local-file)
17670         (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
17672         * dnd.el (dnd-protocol-alist): New file with generic DND functions.
17674 2005-04-11  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
17676         * wdired.el: Doc fixes.
17677         (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
17678         (wdired-use-dired-vertical-movement): Rename from
17679         wdired-always-move-to-filename-beginning.
17680         (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
17681         (wdired-change-to-wdired-mode): Change mode name.
17682         (wdired-newline): Delete.
17684 2005-04-11  Richard M. Stallman  <rms@gnu.org>
17686         * whitespace.el (whitespace-highlight-the-space):
17687         Don't call whitespace-unhighlight-the-space here.
17689         * simple.el (undo): Record t in undo-equiv-table
17690         for the redo record made by an undo-in-region.
17692 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
17694         * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
17695         (gdb-frame-inferior-io-buffer): New Functions to control
17696         display of separate IO buffer.
17697         (menu): Add them to menu-bar.
17698         (gdb-display-buffer): Check for buffer another frame.
17699         Protect GUD buffer.
17700         (gdb-setup-windows): Create IO buffer if not already there.
17701         (gdb-memory-mode): Remove purecopy noops.
17703 2005-04-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
17705         * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
17706         and pass to self-insert-command.
17708 2005-04-11  Lute Kamstra  <lute@gnu.org>
17710         * generic.el: Commentary section cleanup.
17711         (generic): Delete.
17712         (generic-use-find-file-hook, generic-lines-to-scan)
17713         (generic-find-file-regexp, generic-ignore-files-regexp)
17714         (default-generic-mode, generic-mode-find-file-hook)
17715         (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
17716         * generic-x.el (generic-x): Docstring fix.  Put it in the data group.
17717         (generic-use-find-file-hook, generic-lines-to-scan)
17718         (generic-find-file-regexp, generic-ignore-files-regexp)
17719         (default-generic-mode, generic-mode-find-file-hook)
17720         (generic-mode-ini-file-find-file-hook): Move from generic.el.
17722 2005-04-10  Karl Fogel  <kfogel@red-bean.com>
17724         * bookmark.el (bookmark-write-file): Catch errors writing file.
17725         This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
17727 2005-04-10  Richard M. Stallman  <rms@gnu.org>
17729         * startup.el (fancy-splash-tail): Update copyright year.
17730         (command-line): Split part of -Q into -D.
17731         (emacs-basic-display): New defvar.
17732         (fancy-splash-text): Correct name of menu item.
17734         * saveplace.el (save-place-alist-to-file): Catch errors writing file.
17736         * info.el (Info-fontify-node): Handle fontification of multiple * Menu
17737         lines in one node.
17739         * comint.el (comint-send-input): New arg ARTIFICIAL.
17740         Callers in this file changed.
17742         * abbrev.el (define-abbrevs): Read system abbrevs properly.
17744         * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
17746 2005-04-10  Chong Yidong  <cyd@stupidchicken.com>
17748         * url/url-ldap.el (url-ldap): Add docstring.  Fix call to
17749         `ldap-search-internal'.
17751 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
17753         * files.el (set-auto-mode-1): Use line-end-position.
17755         * international/latin-1.el:
17756         * international/latin-2.el:
17757         * international/latin-3.el:
17758         * international/latin-4.el:
17759         * international/latin-5.el:
17760         * international/latin-8.el:
17761         * international/latin-9.el: Give punctuation syntax to NBSP.
17763         * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
17764         (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
17765         Use char-classes to accept non-ascii letters, accepted in some recent
17766         bibtex implementations.
17768 2005-04-10  Luc Teirlinck  <teirllm@auburn.edu>
17770         * custom.el (custom-set-minor-mode): Any non-nil value for the
17771         variable should enable the mode when set through Custom.
17773 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
17775         * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
17776         TAB binding so tab-always-indent is obeyed.
17777         (vhdl-minibuffer-local-map): Move initialization into declaration.
17778         (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
17779         (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
17780         (vhdl-hooked-abbrev): Avoid test for XEmacs.
17781         (vhdl-current-line): Use line-beginning-position.
17782         (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
17783         with-output-to-temp-buffer, so the current position can be recorded.
17785 2005-04-10  Masatake YAMATO  <jet@gyve.org>
17787         * progmodes/compile.el (compilation-error-regexp-alist-alist):
17788         Add regexp for gcov.
17790 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17792         * calendar/time-date.el (time-to-seconds, seconds-to-time)
17793         (days-to-time, time-subtract, time-add): Don't use the #xhhhh
17794         syntax which Emacs 20 doesn't support.
17796 2005-04-09  Richard M. Stallman  <rms@gnu.org>
17798         * help.el (describe-key-briefly, describe-key):
17799         Replace strings as event types with "(any string)".
17801 2005-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
17803         * arc-mode.el (archive-mode-map): Move initialization into
17804         the declaration.  Override *all* bindings of `undo'.
17805         (archive-lemacs): Remove, use (featurep 'xemacs) instead.
17807 2005-04-09  Jay Belanger  <belanger@truman.edu>
17809         * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
17811 2005-04-09  Dan Nicolaescu  <dann@ics.uci.edu>
17813         * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
17814         (xterm-register-default-colors): Update color values computation
17815         to match xterm-200.
17817 2005-04-09  Kenichi Handa  <handa@m17n.org>
17819         * international/code-pages.el (iso-latin-7): Fix the map.
17821 2005-04-08  Luc Teirlinck  <teirllm@auburn.edu>
17823         * emacs-lisp/lisp.el (defun-prompt-regexp)
17824         (parens-require-spaces, buffer-end, end-of-defun)
17825         (insert-parentheses): Doc fixes.
17827 2005-04-08  Kim F. Storm  <storm@cua.dk>
17829         * comint.el (comint-highlight-prompt): Fix face spec.
17830         * hi-lock.el (hi-green): Likewise.
17832 2005-04-08  Dan Nicolaescu  <dann@ics.uci.edu>
17834         * cus-edit.el (custom-modified-face):
17835         * comint.el (comint-highlight-input): Fix previous changes.
17836         * term.el (term-handle-ansi-escape): Add a comment.
17838 2005-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
17840         * whitespace.el (whitespace-highlight-the-space): Put the same overlay
17841         in the buffer and in whitespace-highlighted-space.
17842         (whitespace-unhighlight-the-space): Simplify.
17843         (whitespace-buffer): Simplify.
17845 2005-04-08  Dan Nicolaescu  <dann@ics.uci.edu>
17847         * textmodes/table.el (table-cell-face): Add special case for
17848         displays supporting a high number of colors.
17849         * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
17850         (vhdl-font-lock-reserved-words-face)
17851         (vhdl-speedbar-architecture-face)
17852         (vhdl-speedbar-instantiation-face)
17853         (vhdl-speedbar-architecture-selected-face)
17854         (vhdl-speedbar-instantiation-selected-face): Likewise.
17855         * progmodes/sh-script.el (sh-heredoc-face): Likewise.
17856         * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
17857         * progmodes/ebrowse.el (ebrowse-tree-mark-face)
17858         (ebrowse-root-class-face, ebrowse-member-attribute-face)
17859         (ebrowse-progress-face): Likewise.
17860         * progmodes/compile.el (compilation-info-face): Likewise.
17861         * progmodes/cc-fonts.el (c-invalid-face): Likewise.
17862         * emacs-lisp/re-builder.el (reb-match-3): Likewise.
17863         * calendar/calendar.el (diary-face): Likewise.
17864         * woman.el (woman-italic-face, woman-bold-face)
17865         (woman-unknown-face): Likewise.
17866         * wid-edit.el (widget-button-pressed-face): Likewise.
17867         * whitespace.el (whitespace-highlight-face): Likewise.
17868         * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
17869         * pcvs-info.el (cvs-marked-face): Likewise.
17870         * info.el (info-xref): Likewise.
17871         * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
17872         * hilit-chg.el (highlight-changes-face)
17873         (highlight-changes-delete-face): Likewise.
17874         * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
17875         (hi-red-b): Likewise.
17876         * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
17877         * font-lock.el (font-lock-keyword-face)
17878         (font-lock-function-name-face, font-lock-warning-face): Likewise.
17879         * cus-edit.el (custom-invalid-face, custom-modified-face)
17880         (custom-set-face, custom-changed-face, custom-variable-tag-face)
17881         (custom-group-tag-face-1, custom-group-tag-face): Likewise.
17882         * comint.el (comint-highlight-prompt): Likewise.
17884 2005-04-08  Lute Kamstra  <lute@gnu.org>
17886         * font-lock.el (font-lock-keywords): Docstring fixes.
17888 2005-04-08  Kenichi Handa  <handa@m17n.org>
17890         * ps-mule.el (ps-mule-show-warning): If the number of unprintable
17891         chars are more than a limit, print " and more..." at the tail.
17893 2005-04-08  Kim F. Storm  <storm@cua.dk>
17895         * emacs-lisp/authors.el (authors-aliases): Update list.
17896         (authors-ignored-files): New list.
17897         (authors-fixed-entries): Fix typo.
17898         (authors-renamed-files-alist): Update list.
17899         (authors-add): Check authors-ignored-files.
17901 2005-04-08  Carsten Dominik  <dominik@science.uva.nl>
17903         * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
17904         optional, to ensure backward compatibility.
17906 2005-04-08  Stephen Eglen  <stephen@gnu.org>
17908         * textmodes/flyspell.el (flyspell-large-region): Doc fix.
17910 2005-04-08  Kim F. Storm  <storm@cua.dk>
17912         * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
17914         * mouse.el (mouse-on-link-p): Doc fix.
17916 2005-04-07  Luc Teirlinck  <teirllm@auburn.edu>
17918         * ielm.el (ielm-prompt-read-only): Doc fix.
17920         * comint.el (comint-prompt-read-only): Doc fix.
17922 2005-04-07  Benjamin Rutt  <brutt@bloomington.in.us>
17924         * ffap.el (ffap-pass-wildcards-to-dired): New user option to
17925         ensure dired always handles wildcards passed to ffap.
17926         (find-file-at-point): Use it.
17927         (ffap-dired-wildcards): Doc fix.
17929 2005-04-07  Juri Linkov  <juri@jurta.org>
17931         * simple.el (next-error-overlay-arrow-position): New defvar.
17932         Put "=>" on its property `overlay-arrow-string'.  Add it to
17933         `overlay-arrow-variable-list'.
17935         * progmodes/compile.el (compilation-setup):
17936         Set `next-error-overlay-arrow-position' to nil.  Also set it to
17937         nil in the local hook `kill-buffer-hook'.  Make local variable
17938         `overlay-arrow-string' and set it to "=>".
17939         (compilation-goto-locus): Set BOL position to
17940         `next-error-overlay-arrow-position' instead of
17941         `overlay-arrow-position'.
17943         * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
17944         locally instead of adding it to the global hook.
17945         (Info-kill-buffer): Move up.
17947 2005-04-06  Dan Nicolaescu  <dann@ics.uci.edu>
17949         * term/xterm.el (xterm-standard-colors): Update color values from
17950         xterm-200.
17952 2005-04-06  Stefan Monnier  <monnier@iro.umontreal.ca>
17954         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
17956         * fast-lock.el:
17957         * lazy-lock.el: Move them to the obsolete subdir.
17959 2005-04-06  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
17961         * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
17962         (wdired-add-replace-advice): Remove.
17963         (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
17965 2005-04-06  Kim F. Storm  <storm@cua.dk>
17967         * startup.el (command-line): Add --bare-bones alias for -Q.
17969 2005-04-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
17971         * term/mac-win.el: Use create-fontset-from-mac-roman-font to
17972         create the startup fontset if a font specification ends with
17973         `mac-roman'.
17975 2005-04-06  Lute Kamstra  <lute@gnu.org>
17977         * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
17978         change.
17980         * emacs-lisp/copyright.el (copyright-update-year): Replace the
17981         right subexpression.  Suggested by Jay Bingham <jay.bingham@hp.com>.
17983 2005-04-05  Lute Kamstra  <lute@gnu.org>
17985         * generic.el (generic-mode-internal): Fix 2005-03-31 change.
17986         (define-generic-mode): Ditto.  Fix debug declaration.
17988         * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
17989         Put them in the generic-x group.
17991         * calendar/timeclock.el (timeclock): Doc fix.
17993         * generic.el (define-generic-mode): Don't use custom-current-group.
17994         Document default :group value.
17995         * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
17996         (define-global-minor-mode): Don't use custom-current-group.
17998 2005-04-05  Glenn Morris  <gmorris@ast.cam.ac.uk>
18000         * startup.el (command-line-1): Display startup-echo-area-message
18001         when fancy splash screen is in use.
18003         * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
18004         (sh-escaped-newline): New face.
18005         (sh-font-lock-keywords) <shell>: Improve regexp for escaped
18006         newline, and use sh-escaped-newline face.
18008         * progmodes/tcl.el (tcl-escaped-newline): New face.
18009         (tcl-builtin-list): New variable.
18010         (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
18011         newlines.  Fix keywords subexpression number.
18013 2005-04-05  Carsten Dominik  <dominik@science.uva.nl>
18015         * textmodes/org.el (org-diary-default-entry): Fix call to
18016         `add-to-diary-entry'.
18018 2005-04-05  Kim F. Storm  <storm@cua.dk>
18020         * ediff-init.el: Use (featurep 'xemacs).
18022 2005-04-05  David Ponce  <david@dponce.com>
18024         * cus-edit.el (face): Derive from symbol widget.  Display sample
18025         of the current face on the fly.
18026         (widget-face-sample-face-get, widget-face-notify): New functions.
18027         (widget-face-value-create): Remove.
18029         * wid-edit.el (widget-field-end): Temporarily remove field
18030         narrowing before to call `get-char-property'.
18032 2005-04-04  Jay Belanger  <belanger@truman.edu>
18034         * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
18035         (math-read-subscripts): New variable.
18036         (math-read-preprocess-string): Process subscripts.
18038 2005-04-04  Luc Teirlinck  <teirllm@auburn.edu>
18040         * comint.el (comint-prompt-read-only): Doc fix.
18042         * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
18043         `-1'.  Doc fix.
18045 2005-04-04  Carsten Dominik  <dominik@science.uva.nl>
18047         * textmodes/org.el (org-insert-mode-line-in-empty-file):
18048         Change default value to nil.
18050 2005-04-04  Lute Kamstra  <lute@gnu.org>
18052         * autorevert.el (auto-revert-mode): Specify :group.
18053         * battery.el (display-battery-mode): Specify :group.
18054         * diff-mode.el (diff-minor-mode): Specify :group.
18055         * font-core.el (font-lock-mode): Specify :group.
18056         * hl-line.el (hl-line-mode): Specify :group.
18057         * iimage.el (iimage): New customization group.
18058         (iimage-mode): Specify :group.
18059         * longlines.el (longlines-mode): Specify :group.
18060         * master.el: Don't require easy-mmode.
18061         (master): New customization group.
18062         (master-mode): Specify :group.
18063         * msb.el (msb-mode): Specify :group.
18064         * reveal.el (reveal-mode): Specify :group.
18065         * simple.el (next-error-follow-minor-mode): Specify :group.
18066         * smerge-mode.el (smerge-mode): Specify :group.
18067         * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
18068         * emulation/cua-base.el (cua-mode): Specify :group.
18069         * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
18070         * language/thai-util.el (thai-auto-composition-mode)
18071         (thai-word-mode): Specify :group.
18072         * mail/supercite.el (sc-minor-mode): Specify :group.
18073         * progmodes/cwarn.el (cwarn-mode): Specify :group.
18074         * progmodes/flymake.el (flymake-mode): Specify :group.
18075         * progmodes/glasses.el (glasses-mode): Specify :group.
18076         * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
18077         * textmodes/enriched.el (enriched-mode): Specify :group.
18078         * textmodes/refill.el (refill-mode): Specify :group.
18080         * add-log.el (change-log-font-lock-keywords): Names in
18081         parenthesized lists can contain spaces.
18083 2005-04-04  Thien-Thi Nguyen  <ttn@gnu.org>
18085         * startup.el (fancy-splash-text): Shorten default text of
18086         "Emacs Tutorial" line.  Also, if the current language env
18087         indicates an available tutorial file other than TUTORIAL,
18088         extract its title and append it to the line in parentheses.
18089         (fancy-splash-insert): If arg is a thunk, funcall it.
18091 2005-04-04  Jay Belanger  <belanger@truman.edu>
18093         * calc.el (calc-language-alist): Add tags to customization type.
18095 2005-04-03  Luc Teirlinck  <teirllm@auburn.edu>
18097         * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
18098         Doc fix.
18100 2005-04-03  Marcelo Toledo  <marcelo@gnu.org>
18102         * add-log.el (change-log-font-lock-keywords): The manual
18103         describing a Change Log entry, says: (...) "Aside from these
18104         header lines, every line in the change log starts with a space or
18105         a tab.".  The font-lock was not highlighting lines started with
18106         spaces, added support for it.
18108 2005-04-03  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
18110         * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
18111         (bibtex-generate-url-list): Update docstring accordingly.  Put the
18112         complex example in the docstring.
18113         (bibtex-font-lock-url): Use pop.
18115 2005-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
18117         * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
18119         * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
18121 2005-04-03  Glenn Morris  <gmorris@ast.cam.ac.uk>
18123         * filesets.el (filesets-set-default): Doc fix.
18125 2005-04-03  Lute Kamstra  <lute@gnu.org>
18127         * generic.el (define-generic-mode): Add argument to specify
18128         keywords for defcustom.
18129         (default-generic-mode): Specify :group.
18131         * generic-x.el: Specify :group for all generic modes.
18133         * desktop.el (desktop-no-desktop-file-hook)
18134         (desktop-after-read-hook): Doc fix.
18136 2005-04-02  Luc Teirlinck  <teirllm@auburn.edu>
18138         * simple.el (visible-mode): Use explicit :group keyword.
18139         This changes the group of `visible-mode-hook' from paren-blinking
18140         to editing-basics.
18142 2005-04-02  Sergey Poznyakoff  <gray@Mirddin.farlep.net>  (tiny change)
18144         * mail/rmail.el (rmail-parse-url): Bugfix.  Parse traditional
18145         mailbox specifications as well as URLs.
18146         (rmail-insert-inbox-text): Remove unused conditional branches.
18148 2005-04-01  Jay Belanger  <belanger@truman.edu>
18150         * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
18151         (calc-gnuplot-print-command): Move definitions to calc.el.
18153         * calc/calc-embed.el (calc-embedded-announce-formula)
18154         (calc-embedded-open-formula, calc-embedded-close-formula)
18155         (calc-embedded-open-word, calc-embedded-close-word)
18156         (calc-embedded-open-plain, calc-embedded-close-plain)
18157         (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
18158         (calc-embedded-open-mode, calc-embedded-close-mode):
18159         Move definitions to calc.el.
18161         * calc/calc.el (calc-settings-file, calc-language-alist):
18162         Make customizable.
18163         (calc-embedded-announce-formula, calc-embedded-open-formula)
18164         (calc-embedded-close-formula, calc-embedded-open-word)
18165         (calc-embedded-close-word, calc-embedded-open-plain)
18166         (calc-embedded-close-plain, calc-embedded-open-new-formula)
18167         (calc-embedded-close-new-formula, calc-embedded-open-mode)
18168         (calc-embedded-close-mode, calc-gnuplot-name)
18169         (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
18170         from other files and make customizable.
18172 2005-04-01  Stefan Monnier  <monnier@iro.umontreal.ca>
18174         * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
18175         Use buffer-live-p.
18176         (cvs-mode-run): Don't call cvs-update-header here.
18177         (cvs-run-process): Call cvs-update-header.
18178         Use process properties for cvs-postprocess and cvs-buffer so that
18179         the sentinel can behave better if the temp buffer is killed.
18180         Use a pipe rather than a tty, to better handle unexpected prompts.
18181         (cvs-sentinel): Rewrite.  Call cvs-update-header.
18183 2005-04-01  Andre Spiegel  <spiegel@gnu.org>
18185         * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
18186         we go via Tramp or Ange-FTP.  Suggested by Kai Grossjohann.
18188 2005-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
18190         * generic.el (define-generic-mode): Add indentation rule.
18192 2005-03-31  Luc Teirlinck  <teirllm@auburn.edu>
18194         * files.el (mode-require-final-newline): Make Custom correctly
18195         report a nil value and allow to set it to nil via Custom.
18196         Doc fix.
18198 2005-04-01  Kenichi Handa  <handa@m17n.org>
18200         * international/characters.el: Enable the correct case setting for
18201         dotless-i and dotted-I.
18203 2005-04-01  Kim F. Storm  <storm@cua.dk>
18205         * ido.el (ido-file-internal): Fall back to non-ido command if
18206         initial directory is on slow ftp (or tramp) host.
18208 2005-03-31  Richard M. Stallman  <rms@gnu.org>
18210         * emacs-lisp/autoload.el (make-autoload):
18211         Handle define-global-minor-mode.
18213         * emacs-lisp/easy-mmode.el (define-global-minor-mode):
18214         Rename from easy-mmode-define-global-mode.
18215         (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
18217         * progmodes/scheme.el (scheme-mode-syntax-table):
18218         Update syntax of | and # for two-character comment syntax.
18220 2005-03-31  Lute Kamstra  <lute@gnu.org>
18222         * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
18223         (define-minor-mode): Call custom-current-group at load-time.
18225         * generic.el (define-generic-mode): Add debug declaration.
18226         Add defcustom for the mode hook.
18227         (generic-mode-internal): Use run-mode-hooks.
18229 2005-03-31  Kim F. Storm  <storm@cua.dk>
18231         * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
18232         (mouse-fixup-help-message): New defun called by show_help_echo
18233         to fixup mouse-2 prefix in help messages when applicable.
18235         * tooltip.el (tooltip-show-help-function): Don't fixup message here.
18237 2005-03-31  Kenichi Handa  <handa@m17n.org>
18239         * language/thai-word.el (thai-find-word-ends): Pay attention to
18240         the case that we reach the end of buffer.
18242         * textmodes/fill.el (fill-text-properties-at): New function.
18243         (fill-newline): Use fill-text-properties-at instead of
18244         text-properties-at.
18246 2005-03-31  Olive Lin  <olive.lin@versateladsl.be>  (tiny change)
18248         * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
18249         not comint-quote-filename.
18251 2005-03-31  Thien-Thi Nguyen  <ttn@gnu.org>
18253         * help-fns.el (help-with-tutorial): Revert last change.
18255 2005-03-31  Kim F. Storm  <storm@cua.dk>
18257         * emulation/cua-base.el (cua-scroll-down): Add CUA property.
18259 2005-03-30  Paul Eggert  <eggert@cs.ucla.edu>
18261         * calendar/cal-china.el: Update reference to "Calendrical
18262         Calculations" book; there's a new edition.
18263         * calendar/cal-coptic.el: Likewise.
18264         * calendar/cal-french.el: Likewise.
18265         * calendar/cal-hebrew.el: Likewise.
18266         * calendar/cal-islam.el: Likewise.
18267         * calendar/cal-iso.el: Likewise.
18268         * calendar/cal-julian.el: Likewise.
18269         * calendar/cal-mayan.el: Likewise.
18270         * calendar/cal-persia.el: Likewise.
18271         * calendar/calendar.el: Likewise.
18272         * calendar/holidays.el: Likewise.
18273         * calendar/lunar.el: Likewise.
18274         * calendar/solar.el: Likewise.
18276         * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
18277         white space from doc string.
18279 2005-03-30  Jay Belanger  <belanger@truman.edu>
18281         * calc/calc-help.el (calc-full-help): Remove email address.
18283 2005-03-30  Thien-Thi Nguyen  <ttn@gnu.org>
18285         * help-fns.el (help-with-tutorial): Delete title line.
18287 2005-03-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
18289         * calendar/cal-x.el (calendar-one-frame-setup)
18290         (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
18291         rather than `symbol' for set-window-dedicated-p.
18293         * calendar/appt.el (appt-buffer-name): Make it a constant.
18294         (appt-add): Doc fix.
18296         * filesets.el (filesets-menu-path, filesets-menu-before)
18297         (filesets-menu-in-menu): Doc fix.  Now valid in GNU Emacs.
18298         (filesets-menu-cache-file): Use directory ~/.emacs.d.
18299         (filesets-add-submenu): Delete and use add-submenu instead.
18301 2005-03-30  Carsten Dominik  <dominik@science.uva.nl>
18303         * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
18304         (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
18305         (org-diary-default-entry): New function.
18306         (org-get-entries-from-diary): Better parsing of diary entries.
18307         (org-agenda-check-no-diary): New function.
18308         ("diary-lib"): Advice to function `add-to-diary-list', to allow
18309         linking to diary entries.
18310         (org-agenda-execute-calendar-command): New function.
18311         (org-agenda): Improve visible section in window.
18312         Use `org-fit-agenda-window'.
18313         (org-fit-agenda-window): New option.
18314         (org-move-subtree-down): Better handling of empty lines
18315         at end of subtree.
18316         (org-cycle): Numeric prefix is interpreted now as show-subtree N
18317         levels up.
18318         (org-fontify-done-headline): New option.
18319         (org-headline-done-face): New face.
18320         (org-set-font-lock-defaults): Use `org-headline-done-face'.
18321         (org-table-copy-down): Rename from `org-table-copy-from-above'.
18322         When current field is non-empty, it is copied to next row.
18323         (org-table-copy-from-above): Fix bug which made it
18324         impossible to copy fields containing only a single non-white character.
18326 2005-03-30  Kim F. Storm  <storm@cua.dk>
18328         * kmacro.el (kmacro-end-macro): Isearch may store this command
18329         into the macro -- so ignore it when executing keyboard macro.
18331 2005-03-30  Nick Roberts  <nickrob@snap.net.nz>
18333         * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
18335 2005-03-29  Kenichi Handa  <handa@m17n.org>
18337         * language/thai.el ("Thai"): Set setup-function and exit-function
18338         for Thai language environment.
18340         * language/thai-util.el: Require thai-word.
18341         (thai-word-mode-map): New variable.
18342         (thai-word-mode): New minor mode.
18343         (setup-thai-language-environment-internal): New function.
18344         (exit-thai-language-environment-internal): New function.
18346         * language/thai-word.el (thai-word-table): Declare it by defvar,
18347         use dolist to initialize it.
18348         (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
18349         (thai-fill-find-break-point): New functions.
18351 2005-03-29  Richard M. Stallman  <rms@gnu.org>
18353         * simple.el (idle-update-delay): Move definition up.
18354         (set-mark): Doc fix.
18356 2005-03-29  Chong Yidong  <cyd@stupidchicken.com>
18358         * longlines.el: New file.
18360         * simple.el (buffer-substring-filters): New variable.
18361         (filter-buffer-substring): New function.
18362         (kill-region, copy-region-as-kill): Use it.
18364         * register.el (copy-to-register, append-to-register)
18365         (prepend-to-register): Use filter-buffer-substring.
18367 2005-03-30  Nick Roberts  <nickrob@snap.net.nz>
18369         * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
18370         (gud-filter-pending-text): Move in front of gdb.
18371         (gud-overlay-arrow-position): New variable.
18372         (gud-sentinel, gud-display-line): Use it in place of
18373         overlay-arrow-position.
18375 2005-03-29  Glenn Morris  <gmorris@ast.cam.ac.uk>
18377         * progmodes/fortran.el (fortran-if-indent): Doc fix.
18378         (fortran-font-lock-keywords-2): Add "where", "elsewhere".
18379         (fortran-font-lock-keywords-4): New variable.
18380         (fortran-blocks-re, fortran-end-block-re)
18381         (fortran-start-block-re): New constants, for hideshow.
18382         (hs-special-modes-alist): Add a Fortran entry.
18383         (fortran-mode-map): Bind fortran-end-of-block,
18384         fortran-beginning-of-block to \M-\C-n, \M-\C-p.
18385         (fortran-mode): Doc fix.  Add fortran-font-lock-keywords-4.
18386         (fortran-looking-at-if-then, fortran-end-of-block)
18387         (fortran-beginning-of-block): New functions, for hideshow.
18389         * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
18390         Doc fix.  Tweak regexp.
18391         (f90-beginning-of-block): Push mark first.
18393 2005-03-29  Jay Belanger  <belanger@truman.edu>
18395         * calc/calc.el: Update copyright date.
18396         (calc-version): Increase to 2.1.
18397         (calc-version-date): Remove.
18399         * calc/calc-help.el: Update copyright date.
18400         (calc-full-help): Remove reference to calc-version-date.
18401         Update copyright date.
18403 2005-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
18405         * vc.el (vc-do-command): Use a pipe for async processes, so password
18406         prompts don't show up at places where the user can't reply.
18408 2005-03-29  Olive Lin  <olive.lin@versateladsl.be>  (tiny change)
18410         * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
18411         on the file name we pass to the inferior shell.
18413 2005-03-29  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
18415         * progmodes/which-func.el (which-function): Be robust in the face of an
18416         imenu--make-index-alist failure.
18418 2005-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
18420         * reveal.el (reveal-mode-map): Don't override C-a and C-e.
18422         * progmodes/python.el (python-preoutput-filter): Fix last change.
18424 2005-03-29  Lute Kamstra  <lute@gnu.org>
18426         * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
18427         functions and compiled macros.
18428         (debug-convert-byte-code): Handle macros too.
18429         (debug-on-entry-1): Don't signal an error when trying to clear a
18430         function that is not set to debug on entry.
18432 2005-03-29  Jay Belanger  <belanger@truman.edu>
18434         * calc/calc-lang.el: Add functions to math-function-table
18435         properties of tex and math.
18437 2005-03-29  Kenichi Handa  <handa@m17n.org>
18439         * ps-mule.el (ps-mule-plot-string): Translate characters by
18440         ps-print-translation-table.
18441         (ps-mule-begin-job): Call find-charset-region/string with
18442         ps-print-translation-table.
18443         (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
18445         * ps-print.el (ps-print-translation-table): New variable.
18446         (ps-plot-region): Translate characters by ps-print-translation-table.
18448 2005-03-29  Juri Linkov  <juri@jurta.org>
18450         * simple.el (next-error-highlight-timer): New variable.
18452         * progmodes/compile.el (compilation-goto-locus):
18453         Use `next-error-highlight-timer' instead of `sit-for'.
18455 2005-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
18457         * mail/supercite.el (sc-mail-field): Use assoc-string.
18458         (sc-get-address): Simplify regexps.
18460         * files.el (minibuffer-with-setup-hook): New macro.
18461         (find-file-read-args): Use it to avoid let-binding
18462         minibuffer-with-setup-hook (which breaks turning on/off
18463         file-name-shadow-mode while in the prompt).
18465         * complete.el (PC-read-include-file-name-internal):
18466         Use test-completion.
18468 2005-03-28  Luc Teirlinck  <teirllm@auburn.edu>
18470         * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
18472 2005-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
18474         * window.el (window-buffer-height): Use count-screen-lines.
18476         * progmodes/python.el (python-preoutput-leftover): New var.
18477         (python-preoutput-filter): Use it.
18478         (python-send-receive): Loop until all the result has been received.
18480 2005-03-28  Juri Linkov  <juri@jurta.org>
18482         * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
18484         * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
18485         "Recover Crashed Session".
18486         (menu-bar-search-menu): Add ellipsis to "Search tagged files".
18487         (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
18488         (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
18489         (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
18490         (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
18491         (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
18492         (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
18493         (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
18495         * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
18496         Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
18497         Ediff Sessions", "Toggle use of separate control buffer frame",
18498         "Use separate frame for Ediff control buffer".
18500         * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
18501         Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
18502         "Rename Bookmark", "Delete Bookmark".
18504         * info.el (Info-mode-menu): Remove ellipsis from "Index".
18505         Add ellipsis to "Lookup a String", "Lookup a string in all indices".
18506         Add `:active Info-index-alternatives' to "Next Matching Item".
18508         * wdired.el (wdired-change-to-wdired-mode):
18509         Mention `wdired-abort-changes' key in the initial message.
18511         * international/mule.el (auto-coding-alist): Associate non-ascii
18512         image filename extensions with `no-conversion'.
18514 2005-03-27  Stefan Monnier  <monnier@iro.umontreal.ca>
18516         * international/iso-acc.el:
18517         * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
18519 2005-03-26  Luc Teirlinck  <teirllm@auburn.edu>
18521         * textmodes/sgml-mode.el (html-mode): Doc update.
18523         * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
18525 2005-03-26  Dan Nicolaescu  <dann@ics.uci.edu>
18527         * term.el (term-move-columns): Fix face after extending a line.
18528         (term-insert-spaces): Likewise.
18529         (term-reset-terminal): Fix off by one error.
18531 2005-03-26  Eli Zaretskii  <eliz@gnu.org>
18533         * international/mule.el (auto-coding-alist): Add .xpi files.
18535         * files.el (auto-mode-alist): Add .xpi files.
18537 2005-03-26  Jure Cuhalev  <gandalf@owca.info>  (tiny change)
18539         * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
18541 2005-03-26  Eli Zaretskii  <eliz@gnu.org>
18543         * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
18545 2005-03-26  Glenn Morris  <gmorris@ast.cam.ac.uk>
18547         * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
18548         binding.  Suggested by Stephan Stahl <stahl@eos.franken.de>.
18550         * calendar/cal-move.el (calendar-beginning-of-year): Move the
18551         cursor to Jan 1 when needed.
18552         (calendar-end-of-year): Fix -/+ typo.
18553         Reported by Chong Yidong <cyd@stupidchicken.com>.
18555 2005-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
18557         * progmodes/flymake.el (flymake-mode): Add autoload cookie.
18559         * emacs-lisp/debug.el (debugger-record-expression): Add a missing
18560         format to `message'.  Inspired by Deepak Goel <deego@gnufans.org>.
18562 2005-03-25  Richard M. Stallman  <rms@gnu.org>
18564         * filesets.el (filesets-init): Add autoload.
18566         * mail/mailalias.el (mail-directory): Doc fix.
18568 2005-03-25  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
18570         * mail/mailalias.el (mail-directory-process): Do nothing if
18571         mail-directory-process is an atom.
18572         (mail-get-names): Ignore mail-directory-names if it is an atom.
18573         (mail-directory-process defvar): Doc fix.
18574         (mail-names): Doc fix.
18576 2005-03-25  Johan Bockg\e,Ae\e(Brd  <bojohan+mail@dd.chalmers.se>  (tiny change)
18578         * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
18580 2005-03-26  Kenichi Handa  <handa@m17n.org>
18582         * international/mule-util.el (detect-coding-with-priority):
18583         Call update-coding-systems-internal before detect-coding-region.
18585 2005-03-26  Nick Roberts  <nickrob@snap.net.nz>
18587         * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
18588         (gdb-frames-mode-map): Add follow-link property.
18590 2005-03-25  Jay Belanger  <belanger@truman.edu>
18592         * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
18593         for variables.
18595 2005-03-25  Juri Linkov  <juri@jurta.org>
18597         * image-mode.el: Optimize image filename extension regexps in
18598         autoload cookies.  Associate .x[bp]m with `image-mode-maybe'
18599         in `auto-mode-alist'.
18600         (image-mode): Add `image-toggle-display-text' to local hook
18601         `change-major-mode-hook'.  Display the image as an image by
18602         default.  Set `cursor-type' and `truncate-lines' if the image
18603         is already displayed.  Take into account the current mode (image
18604         or text) in message.
18605         (image-minor-mode): New minor mode.
18606         (image-mode-maybe, image-toggle-display-text): New functions.
18607         (image-toggle-display): Use called-interactively-p.
18608         Let-bind `inhibit-read-only' to t.
18610         * image-mode.el (image-minor-mode): Set `cursor-type' and
18611         `truncate-lines' if the image is already displayed.  Add turning
18612         image-minor-mode off to `change-major-mode-hook'.  Add message.
18613         Call `image-toggle-display-text' after turning image-minor-mode off.
18615 2005-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
18617         * international/mule-cmds.el (set-locale-environment): For Mac OS X's
18618         Terminal.app, use utf-8.
18619         (set-display-table-and-terminal-coding-system): Add coding-system arg.
18620         (set-locale-environment): Use it.
18622         * term/xterm.el: Undo last change, better done in mule-cmds.el.
18624         * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
18626         * progmodes/python.el (python-close-block-statement-p)
18627         (python-outdent-p, python-current-defun): Use symbol-end.
18629 2005-03-25  Karl Chen  <quarl@cs.berkeley.edu>  (tiny change)
18631         * files.el (save-some-buffers): Doc fix.
18633 2005-03-25  Werner Lemberg  <wl@gnu.org>
18635         * complete.el, thumbs.el: Replace `legal' with `valid'.
18636         * calendar/calendar.el: Replace `legal' with `valid'.
18637         * emacs-lisp/advice.el: Replace `legal' with `valid'.
18638         * mail/supercite.el: Replace `legal' with `valid'.
18639         * progmodes/cperl-mode.el, progmodes/idlw-shell.el
18640         * progmodes/idlwave.el, progmodes/vhdl-mode.el:
18641         Replace `legal' with `valid'.
18642         * textmodes/reftex-vars.el, textmodes/reftex.el:
18643         Replace `legal' with `valid'.
18645 2005-03-25  Werner Lemberg  <wl@gnu.org>
18647         * calc/calc-forms.el, calc/calc-sel.el
18648         * midnight.el, vc-cvs.el
18649         * emacs-lisp/cl-macs.el
18650         * emulation/vip.el
18651         * eshell/esh-io.el, eshell/esh-var.el
18652         * mail/supercite.el
18653         * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
18654         * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
18655         * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
18656         * progmodes/sh-script.el, progmodes/xscheme.el
18657         * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
18658         * textmodes/reftex-index.el, textmodes/reftex-parse.el
18659         * textmodes/reftex-ref.el, textmodes/reftex-vars.el
18660         * textmodes/reftex.el, textmodes/org.el:
18661         Replace `illegal' with `invalid'.
18663 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
18665         * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
18666         (flymake-find-buildfile, flymake-find-possible-master-files)
18667         (flymake-check-include, flymake-parse-line): Replace loops over the
18668         length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
18670         * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
18671         Substitute file-name-as-directory in the rest of the file.
18672         (flymake-get-common-file-prefix): Rewrite, using compare-strings.
18673         (flymake-replace-region): Remove unused arg `buffer'.
18674         (flymake-check-patch-master-file-buffer): Update calls to it.
18675         (flymake-add-err-info): Remove unused var `count'.
18676         (flymake-mode): Use define-minor-mode.
18678         * progmodes/flymake.el: Use with-current-buffer.
18679         (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
18680         flymake-replace-regexp-in-string, flymake-line-beginning-position)
18681         (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
18682         Avoid testing for `xemacs'.
18683         (flymake-nop): Move.
18684         (flymake-region-has-flymake-overlays): Return the computed value.
18685         (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
18686         Remove unused var `endline'.
18687         (flymake-get-line-count): Remove unused function.
18688         (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
18690         * emulation/vi.el:
18691         * generic.el:
18692         * hilit-chg.el (global-highlight-changes):
18693         * hi-lock.el (hi-lock-mode):
18694         * follow.el: find-file-hooks -> find-file-hook.
18696         * comint.el (comint-insert-input): Obey mouse-yank-at-point.
18698 2005-03-24  Juri Linkov  <juri@jurta.org>
18700         * dired.el (dired-mode-map): Add menu item "Compare directories"
18701         for dired-compare-directories.
18703         * dired-aux.el (dired-compare-directories): Add autoload cookie.
18704         Doc fix.  Replace `read-file-name' with `read-directory-name'.
18706 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
18708         * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
18710 2005-03-24  Jay Belanger  <belanger@truman.edu>
18712         * calc/calc-embed.el (calc-embedded-mode-change): Save all
18713         relevant mode settings in calc-embedded-original-modes when modes
18714         are permanently changed.
18716 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
18718         * autoinsert.el: find-file-hooks -> find-file-hook.
18720 2005-03-24  Lute Kamstra  <lute@gnu.org>
18722         * generic.el (generic-font-lock-defaults): Make it obsolete.
18723         (generic-font-lock-keywords): New variable to replace
18724         generic-font-lock-defaults.
18725         (generic-mode-set-font-lock): Delete it.
18726         (generic-mode-internal): Don't call generic-mode-set-font-lock.
18727         (generic-bracket-support): Add docstring.
18729         * generic-x.el: Rename generic-font-lock-defaults to
18730         generic-font-lock-keywords throughout.
18731         (mailagent-rules-setup-function): Delete it.
18732         (mailagent-rules-generic-mode): Use anonymous function instead.
18733         (show-tabs-generic-mode-font-lock-defaults-1)
18734         (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
18735         Quote faces.
18736         (show-tabs-tab-face, show-tabs-space-face): Specify background,
18737         not foreground.
18739         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
18740         Recognize define-generic-mode.
18742 2005-03-23  Stefan Monnier  <monnier@iro.umontreal.ca>
18744         * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
18745         if there's no completion table.
18747 2005-03-23  Miles Bader  <miles@gnu.org>
18749         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
18750         Remove tty-specific variants, as they're no longer needed.
18752 2005-03-23  Lute Kamstra  <lute@gnu.org>
18754         * generic-x.el: Code cleanup: make args constant whenever possible.
18755         (installshield-statement-keyword-list)
18756         (installshield-system-functions-list)
18757         (installshield-system-variables-list, installshield-types-list)
18758         (installshield-funarg-constants-list): Make them constants.
18760         * generic.el (generic-make-keywords-list): Add autoload cookie.
18762         * calendar/time-date.el: Add comment on time value formats.
18763         Don't require parse-time.
18764         (with-decoded-time-value): New macro.
18765         (encode-time-value): New function.
18766         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
18767         (days-to-time): Return a valid time value when arg is huge.
18768         (time-since): Use time-subtract.
18769         (time-to-number-of-days): Use time-to-seconds.
18771 2005-03-23  David Ponce  <david@dponce.com>
18773         * recentf.el (recentf-keep): New option.
18774         (recentf-menu-action): Default to `find-file'.
18775         (recentf-keep-non-readable-files-flag)
18776         (recentf-keep-non-readable-files-p)
18777         (recentf-file-readable-p, recentf-find-file)
18778         (recentf-cleanup-remote): Remove.
18779         (recentf-include-p): More robust.
18780         (recentf-keep-p): New function.
18781         (recentf-remove-if-non-kept): Rename from
18782         `recentf-remove-if-non-readable'.  Use `recentf-keep-p'.
18783         All callers updated.
18784         (recentf-menu-items-for-commands): Fix help string.
18785         (recentf-track-closed-file): Update.  Doc fix.
18786         (recentf-cleanup): Update.  Count removed files.  Doc fix.
18788 2005-03-23  Kim F. Storm  <storm@cua.dk>
18790         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
18791         Don't inherit from fringe face (now happens automatically).
18793 2005-03-22  Kim F. Storm  <storm@cua.dk>
18795         * tooltip.el (tooltip-show-help-function): Ignore negative mouse
18796         position values.
18798 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
18800         * menu-bar.el (showhide-date-time): Remove.
18801         (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
18802         (menu-bar-make-mm-toggle): Simplify.
18804 2005-03-22  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
18806         * progmodes/perl-mode.el (perl-font-lock-keywords-2):
18807         Accept qualified variable and function names.
18809 2005-03-22  Thien-Thi Nguyen  <ttn@gnu.org>
18811         * bindings.el (completion-ignored-extensions):
18812         Remove ".lis" for `vax-vms'.
18814 2005-03-22  Andreas Schwab  <schwab@suse.de>
18816         * generic-x.el: Revert last change.
18817         * ldefs-boot.el: Update.
18819 2005-03-22  Jay Belanger  <belanger@truman.edu>
18821         * calc/calc-embed.el (calc-embedded-original-modes): New variable.
18822         (calc-embedded-save-original-modes)
18823         (calc-embedded-restore-original-modes): New functions.
18824         (calc-do-embedded): Save original modes when entering embedded mode
18825         and restore when leaving embedded mode.
18826         (calc-embedded-modes-change): Change the value of
18827         calc-embedded-original-modes to reflect permanent changes.
18829 2005-03-22  Lute Kamstra  <lute@gnu.org>
18831         * generic-x.el: Require generic again.
18833 2005-03-22  Miles Bader  <miles@gnu.org>
18835         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
18836         Tweak details to look good on both ttys and bitmap displays, light
18837         or dark background, etc.
18839 2005-03-21  Kim F. Storm  <storm@cua.dk>
18841         * tooltip.el (tooltip-show-help-function): Check car and cdr of
18842         mouse position.
18844 2005-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
18846         * icomplete.el: Don't forcibly turn on the mode upon load.
18847         (icomplete-mode): Use define-minor-mode.
18848         (icomplete-eoinput): Default to nil.
18849         (icomplete-minibuffer-setup): Remove autoload.
18850         (icomplete-tidy): Simplify.
18851         (icomplete-exhibit): Use buffer-undo-list to determine if we're still
18852         in the initial state or if the user has modified the field.
18853         Fix handling of icomplete-max-delay-chars.
18854         Remove code that handles the oddball case where
18855         minibuffer-completion-table is an integer.
18856         Wrap icomplete-completions in while-no-input in case building
18857         completions takes more time than expected.
18858         (icomplete-completions): Simplify.
18860 2005-03-21  Richard M. Stallman  <rms@gnu.org>
18862         * jka-compr.el (jka-compr-really-do-compress):
18863         Make variable buffer-local.
18865         * image-mode.el: Handle .xpm files too.
18866         (image-toggle-display): Preserve modification flag.
18868         * help.el (where-is): Don't mention aliases with no key bindings.
18870 2005-03-21  Lute Kamstra  <lute@gnu.org>
18872         * generic.el: Fix commentary section.  Don't require cl for
18873         compilation.
18874         (generic-mode-list): Add autoload cookie.
18875         (generic-use-find-file-hook, generic-lines-to-scan)
18876         (generic-find-file-regexp, generic-ignore-files-regexp)
18877         (generic-mode, generic-mode-find-file-hook)
18878         (generic-mode-ini-file-find-file-hook): Fix docstrings.
18879         (define-generic-mode): Make it a defmacro.  Fix docstring.
18880         (generic-mode-internal): Code cleanup.  Add autoload cookie.
18881         (generic-mode-set-comments): Code cleanup.
18882         * generic-x.el: Don't prevent compilation.  Don't require generic.
18883         Follow coding conventions.  Minor code cleanup.
18884         (etc-fstab-generic-mode): Add some keywords.
18885         * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
18886         define-generic-mode like a function declaration.
18888 2005-03-21  Jay Belanger  <belanger@truman.edu>
18890         * calc/calc-embed.el (calc-do-embedded): Put data on stack before
18891         changing modes.
18893 2005-03-21  Sam Steingold  <sds@gnu.org>
18895         * add-log.el (add-log-current-defun): Support more C DEFUN forms.
18897 2005-03-21  Thien-Thi Nguyen  <ttn@gnu.org>
18899         * progmodes/dcl-mode.el (dcl-font-lock-keywords):
18900         Add underscore to "f$ lexicals" regexp.
18902 2005-03-20  Juri Linkov  <juri@jurta.org>
18904         * subr.el (progress-reporter-do-update): When `min-value' is equal
18905         to `max-value', set `percentage' to 0 and prevent division by zero.
18907 2005-03-20  Michael Albinus  <michael.albinus@gmx.de>
18909         Sync with Tramp 2.0.48.
18911         * net/tramp.el (all): Change all addresses to .gnu.org.
18912         (tramp-append-tramp-buffers): New defun.
18913         (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
18914         Catch `dont-send' signal.
18915         (tramp-set-auto-save-file-modes): Set always permissions, because
18916         there might be an old auto-saved file belonging to another
18917         original file.  This could be a security threat.  Reported by
18918         Kjetil Kjernsmo <kjetil@kjernsmo.net>.
18919         Check for Emacs 21.3.50 removed.
18921         * net/tramp-smb.el (all): Remove debug construct for
18922         `with-parsed-tramp-file-name'.
18923         (tramp-smb-prompt): Prompt can contain spaces inside directory names.
18924         (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
18925         No error message if DIRECTORY or FILENAME doesn't exist.
18926         (tramp-smb-open-connection): Check existence of
18927         `tramp-smb-program'.
18929 2005-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
18931         * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
18932         Properly handle the case where the `m' or `s' command's argument is not
18933         yet terminated.
18934         (perl-indent-new-calculate): New function.
18935         (perl-indent-line): Use it.
18937 2005-03-20  Miles Bader  <miles@gnu.org>
18939         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
18940         in text-mode too.  Change to new face names.
18941         (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
18942         Add `:weight bold' attribute.
18943         (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
18945 2005-03-19  Juri Linkov  <juri@jurta.org>
18947         * files.el (auto-mode-alist): Add comment.  Optimize jar/ear/war.
18949         * international/mule.el (auto-coding-alist): Sync with
18950         `auto-mode-alist' by adding upper case archive file extensions
18951         and adding ear/war to jar extension.
18953 2005-03-19  David Casperson  <casper@unbc.ca>  (tiny change)
18955         * textmodes/tex-mode.el (tex-view): If tex-shell process is not
18956         running, restart it.
18958 2005-03-19  Yoichi NAKAYAMA  <yoichi@geiin.org>  (tiny changes)
18960         * finder.el (finder-current-item): Throw an error on an empty line.
18962         * man.el (Man-follow-manual-reference): If current-word returns
18963         nil, use "".
18965 2005-03-19  Matt Hodges  <MPHodges@member.fsf.org>
18967         * simple.el (goto-line): Doc fix.
18969 2005-03-19  Aaron Hawley  <Aaron.Hawley@uvm.edu>  (tiny change)
18971         * files.el (save-buffer): Doc fix.
18973 2005-03-19  Michael R. Mauger  <mmaug@yahoo.com>
18975         * recentf.el (recentf-cleanup-remote): New variable.
18976         (recentf-cleanup): Use it to conditionally check availability of
18977         remote files.
18979 2005-03-19  Joe Edmonds  <joe-bugs-debian-org@elem.com>  (tiny change)
18981         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
18982         function names.
18984 2005-03-19  Eli Zaretskii  <eliz@gnu.org>
18986         * language/thai-word.el: New file.
18988 2005-03-19  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
18990         * files.el (backup-buffer): If the file's directory is not
18991         writable, use copy instead of move to backup the file.
18993 2005-03-19  Eli Zaretskii  <eliz@gnu.org>
18995         * obsolete/keyswap.el: Moved to obsolete/ from term/.
18997 2005-03-19  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
18999         * ps-print.el (ps-generate-string-list, ps-generate-header-line):
19000         Use functionp instead of symbolp and fboundp.  Reported by Drkm
19001         <darkman_spam@yahoo.fr>.
19002         (ps-print-version): New version 6.6.6.
19004 2005-03-18  Tak Ota  <Takaaki.Ota@am.sony.com>
19006         * textmodes/table.el (table--line-column-position): New idiom.
19007         (table--row-column-insertion-point-p): New function to test
19008         validity of row and column insertion operation at a location.
19009         (table-global-menu, table-cell-menu): Use above functions for
19010         deterministic test operation.
19011         (table--editable-cell-p): Behave in deterministic fashion.
19013 2005-03-18  Juri Linkov  <juri@jurta.org>
19015         * isearch.el (isearch-lazy-highlight-new-loop):
19016         Make arguments beg and end optional.
19017         (isearch-update): Remove optional arguments nil from
19018         isearch-lazy-highlight-new-loop.
19019         (isearch-lazy-highlight-search): Let-bind case-fold-search to
19020         isearch-lazy-highlight-case-fold-search instead of
19021         isearch-case-fold-search, and let-bind isearch-regexp to
19022         isearch-lazy-highlight-regexp.
19023         Use isearch-lazy-highlight-last-string instead of isearch-string.
19025         * replace.el (perform-replace): Remove bindings of global
19026         variables isearch-string, isearch-regexp, isearch-case-fold-search.
19027         Add three new arguments to `replace-highlight'.
19028         (replace-highlight): Add arguments string, regexp, case-fold.
19029         Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
19030         to allow isearch-lazy-highlight-new-loop to use these values
19031         to set corresponding isearch-lazy-highlight-* internal
19032         variables whose values lazy highlighting will use regardless of
19033         changes to global variables isearch-string, isearch-regexp,
19034         isearch-case-fold-search during lazy highlighting loop.
19035         (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
19036         to `lazy-highlight-cleanup'.
19038         * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
19039         (ispell-highlight-face): Set default face to `isearch' when
19040         lazy highlighting is enabled.
19041         (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
19042         priority to 1.  Add lazy highlighting.
19043         (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
19044         from `isearch-dehighlight'.
19046 2005-03-18  David Ponce  <david@dponce.com>
19048         * files.el (hack-local-variables): Do a case-insensitive search
19049         for End.
19051 2005-03-18  Juri Linkov  <juri@jurta.org>
19053         * isearch.el (lazy-highlight-cleanup) <command>: Rename from
19054         `isearch-lazy-highlight-cleanup', add alias to old name and
19055         declare obsolete.  Add release numbers to other obsolete vars.
19056         (isearch-done, isearch-lazy-highlight-new-loop):
19057         Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
19058         (lazy-highlight-cleanup) <variable>: Doc fix.
19059         (isearch-lazy-highlight-update): Rename obsolete
19060         `isearch-lazy-highlight-face' to `lazy-highlight-face'.
19062 2005-03-18  Kenichi Handa  <handa@m17n.org>
19064         * language/thai-util.el: Fix categorization of Thai characters in
19065         thai-category-table.
19066         (thai-composition-pattern): Adjust it for the above change.
19067         (thai-self-insert-command, thai-compose-syllable): New functions.
19068         (thai-compose-region): Use thai-compose-syllable.
19069         (thai-compose-string): Likewise.
19070         (thai-composition-function): Likewise.
19071         (thai-auto-composition): New function.
19072         (thai-auto-composition-mode): New minor mode.
19074         * language/thai.el: Fix patterns to be registered in
19075         composition-function-table.
19077         * international/quail.el (quail-input-method): Locally bind
19078         inhibit-modification-hooks to t.
19080 2005-03-17  Richard M. Stallman  <rms@gnu.org>
19082         * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
19083         (perl-mode): Use run-mode-hooks.
19085         * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
19086         (rmail-pop-password-required, rmail-remote-password): Doc fixes.
19087         (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
19089         * mail/sendmail.el (sendmail-send-it): Reenable the code
19090         to compute resend-to-address and use it.
19092         * tar-mode.el (tar-mode): Turn off undo unconditionally.
19094         * image-mode.el: New file.
19096         * image.el (insert-sliced-image): Add autoload cookie.
19098         * font-lock.el (font-lock-lines-before): New user option.
19099         (font-lock-after-change-function): Obey it.
19101         * bindings.el (esc-map): Make M-g a prefix.
19102         Bind M-g g and M-g M-g to goto-line.
19104         * faces.el (face-id): Doc fix.
19106 2005-03-17  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
19108         * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
19109         (rmail-show-message): Use rmail-unknown-mail-followup-to.
19110         (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
19112         * mail/sendmail.el (mail-yank-ignored-headers)
19113         (mail-font-lock-keywords, mail-mode-fill-paragraph):
19114         Add Mail-Followup-To and Mail-Reply-To headers.
19115         (mail-citation-hook): Add autoload cookie.
19116         (mail-mode): Doc fix.
19117         (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
19118         (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
19119         (mail-mode-fill-paragraph): Handle those headers.
19120         (mail-mailing-lists): New variable.
19121         (mail-mail-reply-to, mail-mail-followup-to): New functions.
19123 2005-03-17  Juri Linkov  <juri@jurta.org>
19125         * isearch.el (isearch-fallback): Check for `(car previous)'
19126         before calling `isearch-other-end-state'.
19128 2005-03-17  Kim F. Storm  <storm@cua.dk>
19130         * simple.el (move-beginning-of-line): Move to beginning of buffer
19131         line, as well as beginning of screen line.
19133 2005-03-16  Glenn Morris  <gmorris@ast.cam.ac.uk>
19135         * calendar/diary-lib.el (mark-diary-entries): Use new optional
19136         argument REDRAW rather than calendar-redrawing variable.
19137         * calendar/calendar.el (calendar-redrawing): Delete.
19138         (redraw-calendar): Do not bind calendar-redrawing.
19140 2005-03-16  Matt Hodges  <MPHodges@member.fsf.org>
19142         * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
19143         diary-file buffer.
19145 2005-03-16  Stefan Monnier  <monnier@iro.umontreal.ca>
19147         * help.el (describe-mode): Allow a :minor-mode-function property to
19148         specify a different minor mode toggle function than the variable.
19149         * simple.el (auto-fill-function):
19150         * subr.el (add-minor-mode): Use it.
19152 2005-03-16  Kenichi Handa  <handa@m17n.org>
19154         * language/ethio-util.el (sera-being-called-by-w3): New variable.
19155         (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
19156         (ethio-fidel-to-sera-buffer): Likewise.
19158 2005-03-16  Juri Linkov  <juri@jurta.org>
19160         * emacs-lisp/find-func.el (find-function-regexp):
19161         Add defun-emitting macro `menu-bar-make-toggle'.
19163         * isearch.el: Put `isearch-scroll' property to
19164         `split-window-horizontally'.
19166         * info.el: Update error messages for `debug-ignored-errors'.
19167         (Info-isearch-search): Doc fix.
19168         (Info-find-node): Move up code to go into info buffer before
19169         recording the node to the history.
19170         (Info-fontify-node): Fontify titles only if the next line
19171         has two or more `*', `=', `-', `.'.
19172         Display "go to this node" for empty (match-string 3).
19174 2005-03-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
19176         * term/mac-win.el: Add mouse pointer shape constants.
19178 2005-03-15  Kim F. Storm  <storm@cua.dk>
19180         * simple.el (move-beginning-of-line): Use vertical-motion.
19182 2005-03-15  Juri Linkov  <juri@jurta.org>
19184         * isearch.el (isearch-error): New variable.
19185         (isearch-invalid-regexp, isearch-within-brackets): Remove.
19186         (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
19187         (isearch-within-brackets-state): Remove.
19188         (isearch-case-fold-search-state, isearch-pop-fun-state):
19189         Decrease frame index.
19190         (isearch-mode, isearch-top-state, isearch-push-state)
19191         (isearch-edit-string, isearch-abort, isearch-search-and-update)
19192         (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
19193         (isearch-search, isearch-lazy-highlight-new-loop):
19194         Replace `isearch-invalid-regexp' with `isearch-error'.
19195         Remove `isearch-within-brackets'.
19196         (isearch-search): Add `search-failed' handler to `condition-case'.
19197         (isearch-lazy-highlight-search): Add `condition-case' to catch
19198         errors and allow `isearch-lazy-highlight-update' to try
19199         highlighting from the beginning of the window.
19200         (isearch-repeat): Move up code to set isearch-wrapped to t
19201         before calling isearch-wrap-function.
19203         * info.el (Info-isearch-initial-node): New internal variable.
19204         (Info-search): Signal an error in isearch mode when search leaves
19205         the initial node.  Signal an error when `bound' is non-nil and
19206         nothing was found in the current subfile.
19207         (Info-isearch-search): Remove `condition-case'.
19208         (Info-isearch-wrap): Don't wrap when search failed during leaving
19209         the initial node.  If `Info-isearch-search' is nil, wrap around
19210         the current node.
19211         (Info-isearch-start): New fun.
19212         (Info-mode): Add buffer-local hook `Info-isearch-start' to
19213         `isearch-mode-hook'.
19215 2005-03-15  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
19217         * simple.el (normal-erase-is-backspace): Set default to t if
19218         running on Mac.
19220         * term/mac-win.el (function-key-map): Sync with x-win.el.
19222 2005-03-15  Kenichi Handa  <handa@m17n.org>
19224         * international/mule-cmds.el (locale-language-names): Modify the
19225         format of elements and add more entries.
19226         (locale-preferred-coding-systems): Add more entries.
19227         (set-locale-environment): Adjust for the change of
19228         locale-language-names.
19230 2005-03-14  Stefan Monnier  <monnier@iro.umontreal.ca>
19232         * pcvs.el (smerge-ediff): Remove bogus autoload.
19234 2005-03-14  Lute Kamstra  <lute@gnu.org>
19236         * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
19237         Ignore a `*' at the beginning of a line.
19239         * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
19240         * emacs-lisp/byte-run.el (macro-declaration-function): Move from
19241         subr.el.
19242         (dont-compile, eval-when-compile, eval-and-compile): Use declare
19243         to specify indentation.
19245         * generic.el (define-generic-mode): Let generic-mode-list be a
19246         list of strings; test membership with equal.
19248 2005-03-14  Kim F. Storm  <storm@cua.dk>
19250         * simple.el (next-line, previous-line): Add optional try-vscroll
19251         arg to recognize interactive use.  Pass it on to line-move.
19252         (line-move): Don't perform auto-window-vscroll when defining or
19253         executing keyboard macro to ensure consistent behavior.
19255 2005-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
19257         * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
19259 2005-03-13  Lute Kamstra  <lute@gnu.org>
19261         * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
19262         debugger-setup-buffer so that backtrace marks the frames set to
19263         debug-on-exit and we don't have to do it manually.  Set an extra
19264         debug-on-exit for macro's.
19265         (debugger-setup-buffer): Don't mark the top frame manually.
19267 2005-03-12  Lute Kamstra  <lute@gnu.org>
19269         * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
19270         lisp-indent-function throughout.
19271         (with-no-warnings): Set lisp-indent-function property.
19273 2005-03-12  Thien-Thi Nguyen  <ttn@gnu.org>
19275         * progmodes/dcl-mode.el (dcl-mode-syntax-table):
19276         Add entry for backslash.
19278 2005-03-12  Juri Linkov  <juri@jurta.org>
19280         * info.el (Info-search): Four fixes for backward search.
19282 2005-03-11  Jay Belanger  <belanger@truman.edu>
19284         * calc/calc.el (calc-language-alist): New variable.
19285         * calc/calc-embed.el (calc-embedded-language-alist): Remove.
19286         (calc-embedded-find-modes): Use calc-language-alist instead of
19287         calc-embedded-language-alist.
19289 2005-03-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
19291         * calendar/calendar.el (calendar-redrawing): New internal
19292         variable.
19293         (redraw-calendar): Remove bogus save-excursion from previous
19294         change.  Bind calendar-redrawing to t for mark-diary-entries.
19295         * calendar/diary-lib.el (mark-diary-entries): No need to redraw
19296         calendar if that is why we were called.
19298 2005-03-11  Kenichi Handa  <handa@m17n.org>
19300         * international/mule.el (make-coding-system): Set property
19301         coding-system-define-form to nil.
19302         (define-coding-system-alias): Likewise.
19304 2005-03-11  Kenichi Handa  <handa@m17n.org>
19306         These changes are suggested by Dave Love <fx@gnu.org>.
19308         * textmodes/fill.el: Change encoding to iso-2022-7bit and add
19309         coding: tag.
19310         (adaptive-fill-regexp): Add more bullets.
19311         (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
19312         regexps.
19314 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
19316         * help.el (describe-mode): Properly handle non-trivial lighters.
19317         Don't ignore minor modes that are not listed in minor-mode-list.
19319         * tooltip.el (tooltip-mode): Don't complain that you can't turn the
19320         feature ON when the user requests to turn it OFF.
19322 2005-03-10  Lute Kamstra  <lute@gnu.org>
19324         * emacs-lisp/debug.el (debug-entry-code): Delete it.
19325         (implement-debug-on-entry): New function to replace debug-entry-code.
19326         (debug-on-entry-1): Use implement-debug-on-entry.  Delete the
19327         second argument as the 2005-03-07 change makes it obsolete.
19328         (debug-on-entry, cancel-debug-on-entry): Update call to
19329         debug-on-entry-1.
19330         (debug, debugger-setup-buffer): Comment update.
19331         (debugger-frame-number): Update to work with implement-debug-on-entry.
19333 2005-03-10  Jay Belanger  <belanger@truman.edu>
19335         * calc/calc-embed.el (math-ms-args): Declare it.
19336         (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
19337         math-ms-args.
19338         (calc-embedded-subst): Use math-multi-subst-rec to substitute
19339         variables.
19341 2005-03-10  Nick Roberts  <nickrob@snap.net.nz>
19343         * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
19344         Use message-box.
19346         * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
19347         (tooltip-activate-mouse-motions-if-enabled): Use dolist.
19348         (tooltip-gud-tips): Simplify.
19349         (tooltip-gud-tips-p): Remove superfluous :set.
19350         (tooltip-gud-modes): Add fortran-mode.
19351         (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
19353         * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
19355 2005-03-09  Kim F. Storm  <storm@cua.dk>
19357         * play/animate.el (animate-place-char): Use forward-line instead
19358         of next-line to improve performance.
19360 2005-03-09  Simon Josefsson  <jas@extundo.com>
19362         * net/browse-url.el (browse-url-default-browser): Doc fix.
19364 2005-03-09  Miles Bader  <miles@gnu.org>
19366         * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
19367         (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
19369 2005-03-09  Kenichi Handa  <handa@m17n.org>
19371         * international/latin-1.el: Set case and syntax for 255 only if
19372         set-case-syntax-set-multibyte is nil.
19374         * textmodes/ispell.el (ispell-insert-word): New function.
19375         (ispell-word): Use ispell-insert-word to insert a new word.
19376         (ispell-process-line): Likewise.
19377         (ispell-complete-word): Likewise.
19379 2005-03-09  Glenn Morris  <gmorris@ast.cam.ac.uk>
19381         * calendar/calendar.el (redraw-calendar): Preserve point.
19382         Reported by Matt Hodges <MPHodges@member.fsf.org>.
19383         (calendar-week-start-day): Move after definition of
19384         redraw-calendar.  Delete buffer test, since redraw-calendar has
19385         that now.
19387         * calendar/diary-lib.el (mark-diary-entries): Only call
19388         redraw-calendar in the first of any recursive calls.
19389         Reported by Alan Shutko <ats@acm.org>.
19391 2005-03-08  Juri Linkov  <juri@jurta.org>
19393         * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
19394         (html-horizontal-rule, html-line, html-image, html-checkboxes)
19395         (html-radio-buttons): Add a space before the trailing `/>' where
19396         sgml-xml-mode is non-nil.
19397         (sgml-delete-tag): Check if the tag ends with `/>' to not delete
19398         the subsequent tag of the empty XML tag.
19399         (html-href-anchor): Don't set initial input to "http:".
19400         (html-image): Ask for the image URL and set point inside alt="".
19401         (html-name-anchor): Duplicate the name in the `id' attribute when
19402         sgml-xml-mode is non-nil.
19403         (html-paragraph): Remove \n before <p>.
19404         (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
19405         instead of `checked' when sgml-xml-mode is non-nil.
19407         * facemenu.el (list-colors-print): Print #RRGGBB in default face.
19408         Remove 1 space before #RRGGBB to not truncate it on terminal
19409         windows w/o fringes.  Remove 1 space between bg and fg examples
19410         to get more space.
19411         (list-colors-duplicates): Replace `and' with `if' for `boundp' to
19412         avoid byte-compile warnings.
19414         * image-file.el (image-file-handler): Put `safe-magic' property to
19415         `image-file-handler'.
19417         * info.el (Info-isearch-search): Emulate word search in
19418         isearching through multiple Info nodes with Info-search.
19419         (Info-isearch-wrap): Allow isearch-word.
19421 2005-03-08  Lute Kamstra  <lute@gnu.org>
19423         * emacs-lisp/debug.el (debugger-step-through): Make sure that
19424         stepping into the debugger's code is not possible.
19425         (debugger-jumping-flag): Docstring update.
19427 2005-03-08  Jay Belanger  <belanger@truman.edu>
19429         * calc/calc-embed.el (calc-do-embedded): Reset mode line when
19430         embedded mode begins.
19431         (calc-embedded-language-alist): New variable.
19432         (calc-embedded-find-modes): Use calc-embedded-language-alist to
19433         set default language mode.
19435 2005-03-08  Kenichi Handa  <handa@m17n.org>
19437         * international/ccl.el (define-ccl-program): Fix docstring about
19438         extra 256 bytes assured for the output buffer.
19440         * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
19441         Fix BUFFER_MAGNIFICATION to 2.
19442         (ccl-encode-mule-utf-16be-with-signature): Likewise.
19444 2005-03-07  Karl Chen  <quarl@cs.berkeley.edu>
19446         * align.el (align-rules-list): Added an alignment rule for CSS
19447         declarations (applies to css-mode and html-mode buffers).
19449 2005-03-07  Stefan Monnier  <monnier@iro.umontreal.ca>
19451         * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
19453 2005-03-07  Kim F. Storm  <storm@cua.dk>
19455         * simple.el (move-beginning-of-line): New command.
19457         * bindings.el (global-map): Bind C-a to move-beginning-of-line.
19459         * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
19461         * emulation/cua-base.el: Put CUA move property on move-end-of-line
19462         and move-beginning-of-line.
19464         * apropos.el (apropos-print): Omit command from M-x ... RET.
19466 2005-03-07  Nick Roberts  <nickrob@snap.net.nz>
19468         * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
19469         (gdb-send, gdb-send-item): Log items sent from gdb-send too.
19471 2005-03-06  Richard M. Stallman  <rms@gnu.org>
19473         * bindings.el (esc-map): Bind M-g to goto-line.
19475         * facemenu.el (global-map): Bind M-o, not M-g.
19477 2005-03-06  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
19479         * menu-bar.el (menu-bar-file-menu): Add the same :enable to
19480         "Open Directory" as for "Open File".
19482 2005-03-06  Chong Yidong  <cyd@stupidchicken.com>
19484         * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
19485         (push-mark-command): Run activate-mark-hook.
19487 2005-03-06  Richard M. Stallman  <rms@gnu.org>
19489         * help-mode.el (help-mode-finish): Don't alter the element
19490         in view-return-to-alist if there already is one.
19492         * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
19493         make sure the current buffer is the expected one.
19495         * novice.el (disabled-command-function): Output in *Disabled Command*.
19496         Explicitly ignore non-keyboard events, and explicitly handle C-g.
19498         * textmodes/flyspell.el (flyspell-large-region):
19499         Pass args differently for aspell.
19501         * files.el (mode-require-final-newline): Doc fix.
19503 2005-03-03  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
19505         * progmodes/which-func.el (which-function):
19506         Specify NOERROR when calling imenu--make-index-alist.
19508 2005-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
19510         * simple.el (normal-erase-is-backspace): Define default value.
19512         * custom.el (custom-theme-set-variables): Remove unused var
19513         `immediate'.
19514         (custom-reevaluate-setting): Simple function to handle variables
19515         that are defined before their default value can really be
19516         computed.
19518         * startup.el (command-line): Use it for temporary-file-directory,
19519         small-emporary-file-directory, auto-save-file-name-transforms,
19520         blink-cursor-mode, and normal-erase-is-backspace.
19522         * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
19523         progress, even with buggy anchored keywords.
19525 2005-03-05  Luc Teirlinck  <teirllm@auburn.edu>
19527         * simple.el (goto-line): Remove unbalanced final parenthesis.
19529 2005-03-05  Richard M. Stallman  <rms@gnu.org>
19531         * simple.el (goto-line): Use a number at point as the default.
19532         With C-u as arg, switch buffers.
19534 2005-03-05  Juri Linkov  <juri@jurta.org>
19536         * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
19537         with `no-blinking-cursor'.
19539         * startup.el (no-blinking-cursor): New defvar.
19540         (command-line): Add `--no-blinking-cursor' to longopts.
19541         Set `no-blinking-cursor' to t for command line arguments
19542         -Q, -nbc, --no-blinking-cursor.  Replace `emacs-quick-startup'
19543         with `no-blinking-cursor' in the condition for calling
19544         `blink-cursor-mode'.
19546 2005-03-04  Luc Teirlinck  <teirllm@auburn.edu>
19548         * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
19549         (menu-bar-options-save): Add blink-cursor-mode.
19550         (menu-bar-options-menu): Add blink-cursor-mode.
19552 2005-03-04  Ulf Jasper  <ulf.jasper@web.de>
19554         * calendar/icalendar.el (icalendar-version): Increase to 0.11.
19555         (icalendar-export-file, icalendar-export-region)
19556         (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
19557         (icalendar--convert-ical-to-diary): Fix problem with DURATION.
19559 2005-03-04  Lute Kamstra  <lute@gnu.org>
19561         * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
19562         (debug-function-list): Ditto.
19564 2005-03-04  Robert J. Chassell  <bob@rattlesnake.com>
19566         * textmodes/texinfmt.el (texinfo-append-refill):
19567         Redefine the types of line to which @refill
19568         is not appended by replacing a search for `@refill\\|@bye' with
19569         `@refill\\|^[ \t]*@'.  The intent is to solve both the `@end
19570         itemize@refill' bug and the unfilled long lines bug.
19571         (texinfmt-version): Update number and date.
19573 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
19575         * international/code-pages.el (windows-1250, windows-125[2-8])
19576         (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
19578 2005-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
19580         * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
19581         bound yet.
19583 2005-03-02  Romain Francoise  <romain@orebokech.com>
19585         * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
19586         buffer after removing limits.
19587         (ibuffer-pop-filter): Ditto.
19588         Update copyright.
19590 2005-03-02  Miles Bader  <miles@gnu.org>
19592         * button.el (make-text-button): If the user doesn't specify a
19593         type, use the default.  Rewrite to use `add-text-properties' and
19594         plist functions.
19596 2005-03-01  Lute Kamstra  <lute@gnu.org>
19598         * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
19599         (debugger-jumping-flag): New var.
19600         (debug-entry-code): Use it.
19601         (debugger-jump): Use debugger-jumping-flag and add
19602         debugger-reenable to post-command-hook.
19603         (debugger-reenable): Use debugger-jumping-flag and remove itself
19604         from post-command-hook.
19605         (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
19606         debugger-reenable.
19608 2005-03-01  Robert J. Chassell  <bob@rattlesnake.com>
19610         * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
19611         inclusion of "itemize\\|", which may be unnecessary, is certainly
19612         inelegant, and stops refilling in itemize lists when formatting
19613         Japanese Texinfo files to Info.
19614         Update copyright to 2005.
19616 2005-03-01  Nick Roberts  <nickrob@snap.net.nz>
19618         * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
19619         of an error if GDB can't find the source file.
19621 2005-03-01  Glenn Morris  <gmorris@ast.cam.ac.uk>
19623         * calendar/calendar.el (redraw-calendar): Work from any buffer,
19624         not just the calendar.
19626         * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
19627         first.
19628         (diary-redraw-calendar): New function.
19629         (make-diary-entry): Add diary-redraw-calendar to local
19630         write-contents-functions.  Turn off selective display before
19631         inserting in diary.
19633 2005-03-01  Kim F. Storm  <storm@cua.dk>
19635         * emacs-lisp/copyright.el (copyright-fix-years): New command.
19637 2005-03-01  Lute Kamstra  <lute@gnu.org>
19639         * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
19640         that debug-entry-code can be safely removed from a function while
19641         this code is being evaluated.  Revert the 2005-02-27 change as the
19642         new implementation no longer requires it.  Make sure that a
19643         function body containing just a string is not mistaken for a docstring.
19644         (debug): Skip one more frame in case of debug on entry.
19645         (debugger-setup-buffer): Delete one more frame line in case of
19646         debug on entry.
19647         (debugger-frame-number): Update to use the new text introduced by
19648         the 1999-11-03 change.  Skip one more frame in case of debug on entry.
19650 2005-02-28  Kim F. Storm  <storm@cua.dk>
19652         * double.el (double-translate-key): Call force-window-update after
19653         read-event to avoid crash in redisplay.
19655 2005-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
19657         * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
19658         (debug): Use it.  Move the inhibit-trace earlier.
19659         (debug-entry-code): New const.
19660         (debug-on-entry-1): Use it.
19662 2005-02-28  Chong Yidong  <cyd@stupidchicken.com>
19664         * international/utf-16.el (ccl-encode-mule-utf-16le):
19665         Fix BUFFER_MAGNIFICATION to 2.
19666         (ccl-encode-mule-utf-16be): Likewise.
19668 2005-02-28  Kenichi Handa  <handa@m17n.org>
19670         * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
19671         Fix BUFFER_MAGNIFICATION to 4.
19672         (ccl-encode-mule-utf-16be-with-signature): Likewise.
19674 2005-02-28  Nick Roberts  <nickrob@snap.net.nz>
19676         * speedbar.el (speedbar-update-flag): Doc fix.
19677         (speedbar-show-info-under-mouse): Give set-mouse-position the right
19678         argument.
19680 2005-02-27  Stefan Monnier  <monnier@iro.umontreal.ca>
19682         * reveal.el (reveal-post-command): Don't try to reveal overlays which
19683         have a non-nil `invisible' property but are actually visible.
19685         * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
19686         for perldoc sections.
19687         (perl-outline-regexp, perl-outline-level): New var and function.
19688         (perl-mode): Use them.
19690 2005-02-27  Glenn Morris  <gmorris@ast.cam.ac.uk>
19692         * calendar/diary-lib.el (diary-remind): Discard any mark portion
19693         from diary-entry.  Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
19695 2005-02-27  Luc Teirlinck  <teirllm@auburn.edu>
19697         * cus-edit.el: Comment change.
19698         (custom-buffer-create-internal): Slightly reword text at top of
19699         Custom buffers.  Mention there that saving an option edits the
19700         init file.  Add link to Emacs manual node on `custom-file'.
19701         (custom-magic-alist): Rewrite individual State messages to use
19702         capitalized keywords.  Doc fix.
19704 2005-02-27  Matt Hodges  <MPHodges@member.fsf.org>
19706         * calendar/calendar.el (calendar-buffer): Move above
19707         calendar-week-start-day.
19708         (calendar-week-start-day): Doc fix.  Add :set function.
19709         (calendar-minimum-window-height): New variable.
19710         (generate-calendar-window): Only resize window if selected-window
19711         is displaying the calendar buffer.  Use new variable
19712         calendar-minimum-window-height.
19713         (generate-calendar): Reword error message.
19714         (calendar-mode-map): Bind DEL to scroll-other-window-down.
19716 2005-02-27  Andreas Schwab  <schwab@suse.de>
19718         * vc.el (vc-do-command): Don't run command asynchronously when
19719         operating in a remote directory.
19721         * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
19722         change from sync with Tramp 2.0.47.
19724 2005-02-27  Richard M. Stallman  <rms@gnu.org>
19726         * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
19728         * textmodes/flyspell.el (flyspell-mode-on):
19729         Call ispell-change-dictionary only if necessary.
19731         * emacs-lisp/re-builder.el (regexp-builder): New function.
19733         * register.el (describe-register-1): Explicitly handle
19734         yank-excluded-properties = t.
19736         * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
19737         (custom-magic-alist): Change the status descriptions again.
19738         (face widget-type): Total rewrite based on `restricted-sexp'
19739         to eliminate the confusing double hiding levels.
19741         * emacs-lisp/debug.el (debug-on-entry-1):
19742         If function body is empty, add nil as body form.
19744 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
19746         * emacs-lisp/trace.el (inhibit-trace): New var.
19747         (trace-make-advice): Use it.
19749         * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
19751 2005-02-26  Kim F. Storm  <storm@cua.dk>
19753         * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
19754         (mouse-on-link-p, mouse-drag-region-1): Use it.
19756 2005-02-25  Lute Kamstra  <lute@gnu.org>
19758         * replace.el (query-replace-read-from): Fix 2005-02-19 change.
19760 2005-02-24  Luc Teirlinck  <teirllm@auburn.edu>
19762         * frame.el (blink-cursor-mode): Add :group keyword.
19764 2005-02-24  Ulf Jasper  <ulf.jasper@web.de>
19766         * calendar/icalendar.el (icalendar--decode-isodatetime):
19767         New optional argument DAY-SHIFT.
19768         (icalendar-export-region): Fix coding-system-for-write.
19769         (icalendar--convert-ical-to-diary): Shift end-day of all-day
19770         events by one.
19772 2005-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
19774         * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
19776 2005-02-24  Kim F. Storm  <storm@cua.dk>
19778         * international/iso-acc.el (iso-accents-compose): Fix crash
19779         during redisplay.  Call force-window-update after read-event
19780         and delete-region to signal that window is not accurate.
19782 2005-02-23  Stefan Monnier  <monnier@iro.umontreal.ca>
19784         * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
19785         Remove unused and inexistent var `inhibit-trace'.
19786         (debugger-mode): Use run-mode-hooks.
19787         (debugger-list-functions): Add buttons; setup xref stack.
19789 2005-02-23  Richard M. Stallman  <rms@gnu.org>
19791         * calendar/appt.el (appt-time-msg-list): 3rd elt of each
19792         appointment says it was explicitly made.
19793         (appt-add): Set the 3rd element.
19794         (appt-make-list): Preserve explicit appointments.
19796         * subr.el (find-tag-default): Catch errors in forward-sexp.
19798 2005-02-23  Juri Linkov  <juri@jurta.org>
19800         * info.el (Info-isearch-search): New defcustom.
19801         (Info-isearch-search): Call the default isearch function
19802         when Info-isearch-search is nil.
19803         (Info-isearch-wrap): Use variable Info-isearch-search.
19805 2005-02-22  Luc Teirlinck  <teirllm@auburn.edu>
19807         * cus-edit.el: Comment change.
19809 2005-02-22  Kim F. Storm  <storm@cua.dk>
19811         * progmodes/hideif.el (hide-ifdef-use-define-alist):
19812         Use completing-read.  Suggested by Juan-Leon Lahoz Garcia.
19814 2005-02-22  Simon Josefsson  <jas@extundo.com>
19816         * net/browse-url.el (browse-url-netscape-new-window-is-tab):
19817         New variable.
19818         (browse-url-netscape): Use it.  Suggested by "Johann 'Myrkraverk'
19819         Oskarsson" <myrkraverk@users.sourceforget.net>.
19821 2005-02-22  Kim F. Storm  <storm@cua.dk>
19823         * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
19824         check that window of that event is the selected window.
19825         (mouse-drag-region-1): Compare mouse event window to selected
19826         window before setting point.
19828         * tooltip.el (tooltip-show-help-function): Pass event to
19829         mouse-on-link-p so it can check selected window.
19831 2005-02-22  Kenichi Handa  <handa@m17n.org>
19833         * ps-mule.el (ps-mule-header-string-charsets): Delete it.
19834         (ps-mule-show-warning): New function.
19835         (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
19836         characters are found.
19838         * ps-print.el (ps-header-footer-string): Return a list of header
19839         and footer strings.
19841 2005-02-21  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
19843         * pcvs.el (cvs-retrieve-revision): Fix thinko.
19845 2005-02-21  Stefan Monnier  <monnier@iro.umontreal.ca>
19847         * frame.el (blink-cursor-mode): Use define-minor-mode.
19849         * term/mac-win.el (function-key-map): Use char-names more consistently.
19850         (file-name-coding-system): Only set it for MacOS-9.  The other case is
19851         already handled in mule-cmds.el (where it also works when mac-win.el
19852         is not used).
19854 2005-02-21  Kenichi Handa  <handa@m17n.org>
19856         * international/mule.el (ctext-pre-write-conversion): Always use
19857         " *code-converting-work*" buffer for work.
19859         * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
19861 2005-02-20  Thien-Thi Nguyen  <ttn@gnu.org>
19863         * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
19865 2005-02-20  Jonathan Yavner  <jyavner@member.fsf.org>
19867         * ses.el (undo-more): Restore defadvice, but only the part that
19868         allows changes outside the restricted area of the buffer.
19870 2005-02-20  Kim F. Storm  <storm@cua.dk>
19872         * simple.el (line-move): Add fourth optional arg try-vscroll which
19873         must be set to perform auto-window-vscroll.
19874         When moving backwards and doing auto-window-vscroll, automatically
19875         vscroll to the last part of lines which are taller than the window.
19876         (next-line, previous-line): Set try-vscroll arg on line-move.
19878 2005-02-19  Dan Nicolaescu  <dann@ics.uci.edu>
19880         * replace.el (query-replace, query-replace-regexp)
19881         (replace-string, replace-regexp): When operating on region, make
19882         the minibuffer prompt say so.
19884         * isearch.el (isearch-forward): Document isearch-query-replace and
19885         isearch-query-replace-regexp keybindings.
19887 2005-02-19  Jay Belanger  <belanger@truman.edu>
19889         * calc/calc-aent.el (math-read-token): Add local variable.
19891         * calc/calc-prog.el (calc-user-define-edit): Add local variable.
19892         (calc-edit-top): Move declaration to earlier in file.
19893         (calc-edit-macro-repeats): Add local variables.
19895         * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
19896         Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
19897         calcFunc-tanh.
19898         Adjust integration rule for calcFunc-tan.
19900 2005-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
19902         * viper-cmd.el (viper-prefix-commands): Make into a defconst.
19903         (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
19904         (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
19905         (viper-skip-separators): Bug fix.
19906         (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
19907         particular major mode.
19908         (viper-del-backward-char-in-replace): Don't put deleted char on the
19909         kill ring.
19911         * viper-ex.el (viper-color-display-p): New function.
19912         (viper-has-face-support-p): Use viper-color-display-p.
19914         * viper-keym.el (viper-gnus-modifier-map): New keymap.
19916         * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
19918         * viper-util.el (viper-glob-unix-files): Fix shell status check.
19919         (viper-file-remote-p): Make equivalent to file-remote-p.
19921         * viper.el (viper-major-mode-modifier-list):
19922         Use viper-gnus-modifier-map.
19924 2005-02-19  David Kastrup  <dak@gnu.org>
19926         * subr.el (subregexp-context-p): Fix garbled doc string by adding
19927         quoting.
19929 2005-02-19  Jay Belanger  <belanger@truman.edu>
19931         * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
19932         Remove extra definitions.
19933         (calc-coth): New function.
19934         (calcFunc-cot): Fix `let'.
19936 2005-02-19  Eli Zaretskii  <eliz@gnu.org>
19938         * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
19939         the reasons we use "type pc" in these faces.
19941         * button.el (button): Ditto.
19943 2005-02-19  Michael Mauger  <mmaug@yahoo.com>
19945         * replace.el (query-replace-read-from): Set the value of
19946         query-replace-from-history-variable to handle the case of an empty
19947         string entered to accept the suggested default.
19949         * net/tramp.el (tramp-file-name-for-operation):
19950         Use dired-call-process instead of dired-call-process-command.
19952 2005-02-19  Jay Belanger  <belanger@truman.edu>
19954         * calc/calc-arith.el (math-trig-inverses, math-div-trig)
19955         (math-div-non-trig): New variables.
19956         (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
19957         (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
19958         (math-combine-prod, math-div-symb-fancy): Add simplifications for
19959         trig expressions.
19961 2005-02-19  Nick Roberts  <nickrob@snap.net.nz>
19963         * progmodes/gdb-ui.el (gdb-var-update-handler)
19964         (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
19965         for watch expressions,
19966         (gdb-var-create-handler): Don't set speedbar-update-flag.
19967         (gdb-post-prompt): Simplify test for speedbar.
19969 2005-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
19971         * ediff.el (ediff-set-diff-overlays-in-one-buffer)
19972         (ediff-set-fine-overlays-in-one-buffer, ediff-goto-word): Make sure
19973         we use the syntax table of the correct buffer.
19974         (ediff-same-file-contents, ediff-same-contents): Enhancements thanks to
19975         Felix Gatzemeier.
19977         * ediff-init.el (ediff-hide-face): Check for definedness of functions.
19978         (ediff-file-remote-p): Make synonymous with file-remote-p.
19979         In all deffaces ediff-*-face-*, use min-colors.
19981         * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
19982         ediff-recurse-to-subdirectories.
19983         (ediff-mark-if-equal): Check that the arguments are strings, use
19984         ediff-same-contents (after to Felix Gatzemeier).
19986         * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
19987         nil.
19989 2005-02-18  Stefan Monnier  <monnier@iro.umontreal.ca>
19991         * log-view.el (log-view-message-re): Fix up Subversion regexp.
19993 2005-02-18  David Kastrup  <dak@gnu.org>
19995         * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
19996         use `mark-active' when defined.
19998 2005-02-18  Kenichi Handa  <handa@m17n.org>
20000         * ps-print.el (ps-font-info-database): New entry
20001         ZapfChancery-MediumItalic with correct font name.  Fix font name
20002         of the entry Zapf-Chancery-MediumItalic.
20004 2005-02-16  Luc Teirlinck  <teirllm@auburn.edu>
20006         * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
20008 2005-02-16  Kim F. Storm  <storm@cua.dk>
20010         * ido.el (ido-fallback-command): Pass user input to fallback command.
20012 2005-02-16  Nick Roberts  <nickrob@snap.net.nz>
20014         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
20015         (gdb-find-file-hook): Add server prefix.
20017 2005-02-16  Richard M. Stallman  <rms@gnu.org>
20019         * replace.el (perform-replace): Pass new args to replace-highlight.
20020         (replace-highlight): Take region args,
20021         and pass them to isearch-lazy-highlight-new-loop.
20023         * novice.el (disabled-command-hook): Autoload the defalias
20024         and the make-obsolete-variable call.
20026         * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
20028         * isearch.el (isearch-lazy-highlight-start-limit)
20029         (isearch-lazy-highlight-end-limit): New variables limit
20030         the region for highlighting.
20031         (isearch-lazy-highlight-new-loop): New args BEG and END.
20032         (isearch-lazy-highlight-search): Use the new vars.
20033         (isearch-lazy-highlight-update): Likewise.
20035         * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
20037         * cus-start.el (all): Use default-boundp.
20039 2005-02-15  David Casperson  <casper@unbc.ca>  (tiny change)
20041         * menu-bar.el (menu-bar-select-frame): Handle current frame.
20043 2005-02-15  Luc Teirlinck  <teirllm@auburn.edu>
20045         * autorevert.el (auto-revert-stop-on-user-input)
20046         (auto-revert-verbose): Doc fixes.
20048 2005-02-15  Benjamin Riefenstahl  <Benjamin.Riefenstahl@epost.de>
20050         * international/mule-cmds.el (set-locale-environment): Remove call
20051         to set-selection-coding-system on Windows.
20053 2005-02-15  Jay Belanger  <belanger@truman.edu>
20055         * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
20056         calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
20057         calcFunc-coth.
20058         (math-simplify-sqrt): Add simplifications.
20060         * calc/calc-arith.el (math-real-if-arg-functions): Add functions
20061         to list.
20063         * calc/calc-ext.el: Add functions to autoloads.
20065         * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
20066         (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
20067         (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
20068         (math-csc-raw, math-cot-raw): New functions.
20070         * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
20072         * calc/calc-undo.el (calc-handle-undo): Remove prefix from
20073         the variable name in a message.
20075         * calc/calc-units.el: Add simplification rules for calcFunc-sec,
20076         calcFunc-csc, calcFunc-cot.
20078         * calc/calcalg2.el: Add derivative and integration rules for
20079         calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
20080         calcFunc-csch, calcFunc-coth.
20081         (math-do-integral-methods): Add to checks for when to use
20082         substitutions.
20084         * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
20086 2005-02-15  Lute Kamstra  <lute@gnu.org>
20088         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
20089         Add ;;;###autoload to `outline-regexp'.  Suggested by Stefan Monnier
20090         <monnier@iro.umontreal.ca>
20091         (lisp-outline-level): Improve efficiency.  Suggested by David
20092         Kastrup <dak@gnu.org>.
20094 2005-02-15  Nick Roberts  <nickrob@snap.net.nz>
20096         * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
20097         (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
20098         (gdb-set-gud-minor-mode-existing-buffers): New functions.
20099         (gdb-find-file-hook): New hook.  Add it to find-file-hook.
20100         (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
20102 2005-02-14  Luc Teirlinck  <teirllm@auburn.edu>
20104         * cus-start.el (all): Comment change.
20106 2005-02-14  Lute Kamstra  <lute@gnu.org>
20108         * cus-start.el (all): Check if symbol is void.
20110 2005-02-14  Carsten Dominik  <dominik@science.uva.nl>
20112         * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
20113         optional argument to \cite.
20115 2005-02-14  Richard M. Stallman  <rms@gnu.org>
20117         * cus-edit.el (custom-buffer-create-internal): Update help message.
20118         (custom-magic-alist): Update help messages.
20120         * cus-start.el (all): Allow a var to specify a standard value.
20122 2005-02-12  Luc Teirlinck  <teirllm@auburn.edu>
20124         * custom.el (custom-theme-set-variables): Handle variable aliases.
20126         * frame.el (blink-cursor-timer): Doc fix.
20127         (blink-cursor): Make it an alias for `blink-cursor-mode' and
20128         declare obsolete.
20129         (blink-cursor-mode): Define with defcustom and use correct
20130         standard expression in that defcustom.
20131         * startup.el (command-line): Adapt to above changes in frame.el.
20133 2005-02-11  Lute Kamstra  <lute@gnu.org>
20135         * apropos.el (apropos-score-doc): Prevent division by zero.
20137 2005-02-11  Ulf Jasper  <ulf.jasper@web.de>
20139         * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
20140         (icalendar--get-event-property-attributes)
20141         (icalendar--get-event-properties)
20142         (icalendar--datetime-to-diary-date): New functions.
20143         (icalendar--split-value): Doc fix.
20144         (icalendar--datetime-to-noneuropean-date)
20145         (icalendar--datetime-to-european-date): New optional argument
20146         SEPARATOR.  Return result as a string instead of a list.
20147         (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
20148         (icalendar--convert-string-for-export): Rename arg S to STRING.
20149         (icalendar-export-region): Doc fix.  Change name of error buffer.
20150         Save output buffer.
20151         (icalendar-import-file): Add blank at end of prompt.
20152         (icalendar-import-buffer): Doc fix.  Do not switch to error
20153         buffer.  Indicate status in return value.
20154         (icalendar--convert-ical-to-diary): Doc fix.  Change name of error
20155         buffer.  Save output buffer.  Handle exception from recurrence
20156         rules (EXDATE, EXRULE).  Handle start- and end-date of recurring
20157         events.  Fix problems with weekly all-day events.
20159 2005-02-10  Richard M. Stallman  <rms@gnu.org>
20161         * simple.el (eval-expression-print-format):
20162         Avoid warning about edebug-active.
20164         * help.el (help-for-help-internal): Rename from help-for-help.
20165         (help-for-help): Define with defalias.
20167         * font-core.el (font-lock-default-function): Use with-no-warnings.
20169         * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
20171         * custom.el (defface): Doc fix.
20173 2005-02-10  Nick Roberts  <nickrob@snap.net.nz>
20175         * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
20176         width 0" to prevent word wrapping problems.
20178 2005-02-09  Kim F. Storm  <storm@cua.dk>
20180         * ido.el (ido-file-extensions-order): New defcustom.
20181         (ido-file-extension-lessp, ido-file-extension-aux)
20182         (ido-file-extension-order): New advanced file ordering.
20183         (ido-file-lessp): New simple file ordering.
20184         (ido-sort-list): Remove.
20185         (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
20186         (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
20188 2005-02-08  Dan Nicolaescu  <dann@ics.uci.edu>
20190         * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
20191         that some versions of grep produce.
20192         (grep-mode-font-lock-keywords): Likewise.
20194 2005-02-09  Nick Roberts  <nickrob@snap.net.nz>
20196         * progmodes/gdb-ui.el (gdb-location-list): New variable.
20197         (gdb-cdir): Delete.
20198         (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
20199         (gdb-source-info): Treat case when source file is in another
20200         directory properly.
20201         (gdb-get-location): New function.
20203 2005-02-07  Jay Belanger  <belanger@truman.edu>
20205         * calc/calc-prog.el (calc-write-parse-table-part)
20206         (calc-fix-token-name): Fix a check for language type.
20208         * calc/calccomp.el (math-compose-expr): Fix a check for language type.
20210 2005-02-07  Andre Spiegel  <spiegel@gnu.org>
20212         * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
20213         as directory not writable.
20215 2005-02-07  Kim F. Storm  <storm@cua.dk>
20217         * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
20218         (cua--standard-movement-commands): Remove list.
20219         Instead, set CUA property value to move for movement commands.
20220         (cua-movement-commands): Remove.  Users must set CUA prop instead.
20221         (cua--pre-command-handler): Check CUA property.
20222         (cua--init-keymaps): Don't remap undo commands.
20223         (cua-mode): Don't call cua--rectangle-on-off.
20225         * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
20226         (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
20227         (cua--rect-undo-set-point): New var.
20228         (cua--rectangle-undo-boundary): Setup undo apply entry.
20229         (cua--rect-undo-handler): New function for rectangle undo.
20230         (cua--rect-start-position, cua--rect-end-position): Add.
20231         (cua--rectangle-post-command): Call cua--rectangle-set-corners
20232         for restored rectangle.  Set point if cua--rect-undo-set-point.
20234 2005-02-06  Jay Belanger  <belanger@truman.edu>
20236         * calc/calc-lang.el (calc-tex-language): Display more information
20237         in messages.
20239         * calc/calccomp.el (math-compose-expr): Allow multiline matrices
20240         in TeX mode.
20242 2005-02-06  Richard M. Stallman  <rms@gnu.org>
20244         * emacs-lisp/lisp.el (buffer-end): Doc fix.
20246 2005-02-05  Arne_J\e,Ax\e(Brgensen  <arne@arnested.dk>  (tiny change)
20248         * net/ldap.el (ldap-search-internal): Support attributes with
20249         optional descriptions separated by a semi-colon, as in
20250         "userCertificate;binary".
20252 2005-02-05  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
20254         * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
20255         isn't a cons (i.e. the version is 0).
20257 2005-02-05  Eli Zaretskii  <eliz@gnu.org>
20259         * help.el (help-for-help): Doc fix.
20261 2005-02-05  Nick Roberts  <nickrob@snap.net.nz>
20263         * progmodes/gdb-ui.el: Update copyright.  Put GDB-Frames before
20264         GDB-Windows on the menu-bar as this works better.
20266 2005-02-04  Jay Belanger  <belanger@truman.edu>
20268         * calc/calc-embed.el (calc-embedded-update): Don't put in
20269         unnecessary newlines.  Adjust the end of formula marker.
20271         * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
20272         (math-latex-parse-two-args): New function.
20274 2005-02-03  Lute Kamstra  <lute@gnu.org>
20276         * help-fns.el (help-with-tutorial): Make sure that users cannot
20277         remove the entire text of the tutorial by means of `undo'.
20279 2005-02-03  Stefan Monnier  <monnier@iro.umontreal.ca>
20281         * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
20282         in recent changes, where the ispell process was repeatedly
20283         killed & restarted.
20285         * international/mule-cmds.el (set-locale-environment): Set file-name
20286         coding system to utf-8 on Darwin systems.
20287         (set-default-coding-systems): Don't set default-file-name-coding-system
20288         on Darwin systems.
20290 2005-02-03  Richard M. Stallman  <rms@gnu.org>
20292         * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
20294 2005-02-03  Matt Hodges  <MPHodges@member.fsf.org>
20296         * faces.el (list-faces-display): Add optional argument.
20298 2005-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
20300         * font-core.el (font-lock-default-function): Handle the rare case where
20301         only font-lock-keywords is set.
20303 2005-02-02  Kenichi Handa  <handa@m17n.org>
20305         * international/characters.el: Cancel previous change for
20306         I-WITH-DOT-ABOVE and DOTLESS-i.
20308         * international/latin-5.el: Cancel previous change.
20310 2005-02-02  Nick Roberts  <nickrob@snap.net.nz>
20312         * progmodes/gud.el: Correction to syntax in gud-menu-map.
20314 2005-02-02  Kenichi Handa  <handa@m17n.org>
20316         * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
20317         DOTLESS-i.
20319         * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
20320         Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
20322         * case-table.el (get-upcase-table): New function.
20323         (copy-case-table): Copy upcaes table too if non-nil.
20324         (set-case-syntax-delims): Maintain upcase table too.
20325         (set-case-syntax-pair): Likewise.
20326         (set-upcase-syntax, set-downcase-syntax): New functions.
20327         (set-case-syntax): Maintain upcase table too.
20329 2005-02-02  Nick Roberts  <nickrob@snap.net.nz>
20331         * progmodes/gdb-ui.el (gdb-goto-info): Delete.
20333         * progmodes/gud.el (gud-goto-info): New function.
20334         (gud-tool-bar-map): Use correct icon.
20336 2005-02-01  Thien-Thi Nguyen  <ttn@gnu.org>
20338         * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
20339         When delegating, order args in the funcall correctly.
20341 2005-02-01  Thien-Thi Nguyen  <ttn@gnu.org>
20343         * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
20345 2005-02-01  Carsten Dominik  <dominik@science.uva.nl>
20347         * textmodes/reftex.el (reftex-access-scan-info): Error out in a
20348         buffer not visiting a file.
20350 2005-01-31  Jay Belanger  <belanger@truman.edu>
20352         * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
20353         bound on the line with the formula.
20355 2005-01-31  Kim F. Storm  <storm@cua.dk>
20357         * ses.el (ses-create-cell-variable-range)
20358         (ses-destroy-cell-variable-range, ses-reset-header-string)
20359         (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
20360         (ses-insert-row): Fix format of apply undo entries.
20362 2005-01-31  Jay Belanger  <belanger@truman.edu>
20364         * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
20365         parts.
20367         * calc/calc-embed.el (calc-embedded-open-formula)
20368         (calc-embedded-close-formula): Ignore matrix environments.
20370         * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
20371         TeX mode.
20373         * calc/calc-lang.el (math-function-table, math-oper-table)
20374         (math-variable-table): Adjust the LaTeX portions.
20376         * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
20377         (math-latex-ignore-words): New constant.
20379 2005-01-31  Richard M. Stallman  <rms@gnu.org>
20381         * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
20382         (ispell-local-dictionary): Doc fix.
20383         (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
20384         Don't reinitialize at run time.  Don't defcustom.
20385         All uses changed to append ispell-local-dictionary-alist,
20386         or check it first.
20387         (ispell-current-dictionary): New variable for dictionary in use.
20388         (ispell-dictionary): Now used only for global default.
20389         (ispell-start-process): Set ispell-current-dictionary,
20390         not ispell-dictionary.
20391         (ispell-change-dictionary): Use this only for setting
20392         user preferences.
20393         (ispell-internal-change-dictionary): New function
20394         to change the current dictionary in use.
20395         (ispell-region, ispell-process-line, ispell-buffer-local-dict):
20396         Use ispell-current-dictionary.
20397         Handle ispell-local-dictionary-overridden.
20398         (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
20400 2005-01-31  Jay Belanger  <belanger@truman.edu>
20402         * calc/calc-aent.el (math-read-token): Add support for LaTeX.
20404         * calc/calc-ext.el: Add calc-latex-language to autoloads.
20405         (calc-mode-map): Add calc-latex-language.
20407         * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
20408         (math-latex-print-frac): New functions.
20409         (math-oper-table, math-function-table, math-variable-table)
20410         (math-complex-format, math-input-filter): Add latex properties.
20411         (calc-set-language): Set math-expr-special-function-mapping.
20413         * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
20414         (calc-write-parse-table-part): Add LaTeX support.
20416         * calc/calc.el (calc-language): Adjust docstring.
20417         (calc-set-mode-line): Add LaTeX support.
20418         (math-expr-special-function-mapping): New variable.
20419         (math-tex-ignore-words): Add to list.
20421         * calc/calccomp.el (math-compose-expr, math-compose-rows):
20422         Add LaTeX support.
20423         (math-compose-expr): Add support for special functions.
20425         * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
20427 2005-01-31  Nick Roberts  <nickrob@snap.net.nz>
20429         * progmodes/gdb-ui.el (gdb-memory-address)
20430         (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
20431         (gdb-memory-mode-map, gdb-memory-format-keymap)
20432         (gdb-memory-format-menu, gdb-memory-unit-keymap)
20433         (gdb-memory-unit-menu): New variables for a buffer
20434         that lets the user examine program memory.
20435         (gdb-memory-set-address, gdb-memory-set-repeat-count)
20436         (gdb-memory-format-binary, gdb-memory-format-octal)
20437         (gdb-memory-format-unsigned, gdb-memory-format-signed)
20438         (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
20439         (gdb-memory-format-menu-1, gdb-memory-unit-giant)
20440         (gdb-memory-unit-word, gdb-memory-unit-halfword)
20441         (gdb-memory-unit-byte, gdb-memory-unit-menu)
20442         (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
20443         (gdb-memory-mode, gdb-memory-buffer-name)
20444         (gdb-display-memory-buffer, gdb-frame-memory-buffer):
20445         New functions for above buffer.
20447 2005-01-30  Richard M. Stallman  <rms@gnu.org>
20449         * cus-edit.el (custom-bury-buffer): Function deleted.
20450         (custom-buffer-done-function): Option deleted.
20451         (custom-buffer-done-kill): New replacement option.
20452         (Custom-buffer-done): Call quit-window.
20453         (custom-buffer-create-internal): Update for above changes.
20455 2005-01-29  Luc Teirlinck  <teirllm@auburn.edu>
20457         * simple.el (undo-ask-before-discard): New var.
20458         (undo-outer-limit-truncate): Implement it.
20459         (undo-extra-outer-limit): Doc update.
20461 2005-01-29  Richard M. Stallman  <rms@gnu.org>
20463         * ses.el (undo-more): Delete defadvice.
20464         (ses-begin-change): Doc fix.
20466         * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
20467         instead of rebinding C-x u and C-_.
20469         * files.el (normal-backup-enable-predicate): Return nil for files
20470         in /tmp, regardless of temporary-file-directory.
20472         * man.el (Man-getpage-in-background): Disable undo in Man buffer.
20474         * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
20475         (open-rectangle, delete-whitespace-rectangle-line)
20476         (clear-rectangle-line): If FILL, pass t instead of FILL
20477         for move-to-column's 2nd arg.
20479         * simple.el (undo): Fix the test for continuing a series of undos.
20480         (undo-more): Set pending-undo-list to t when we reach end.
20481         (pending-undo-list): Move up defvar.
20483         * wid-edit.el (widget-button-click):
20484         Shorten the range of the track-mouse binding.
20486         * comint.el (comint-insert-input): Undo previous changes;
20487         use last-input-event in interactive spec.
20489 2005-01-29  Eli Zaretskii  <eliz@gnu.org>
20491         * progmodes/compile.el (compilation-start): Bind buffer-read-only
20492         to nil before invoking call-process.  Reset buffer's modified flag
20493         after fontifying it in the no-async branch.
20495         * wid-edit.el (widget-specify-button): If mouse pointer shape
20496         cannot be changed, use mouse face instead.
20498 2005-01-29  Nick Roberts  <nickrob@snap.net.nz>
20500         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
20501         (gdb-goto-breakpoint): Make breakpoint handling work on template
20502         functions in C++.  Reported by Martin Reed <mjreed@essex.ac.uk>
20503         (gdb-assembler-custom): Update to recognize breakpoint information
20504         added on 2005-01-19.
20506 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
20508         * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
20509         (dsssl-mode): Use define-derived-mode.
20510         (scheme-mode-initialize): Remove.
20511         (scheme-mode): Use run-mode-hooks.
20513         * cus-edit.el (customize-group-other-window)
20514         (custom-buffer-create-other-window): Don't override special-display-*.
20515         (custom-mode-map): Make it dense.
20517         * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
20518         sets the default value.
20520 2005-01-28  Eli Zaretskii  <eliz@gnu.org>
20522         * descr-text.el: Add more keywords.
20524 2005-01-27  Stefan Monnier  <monnier@iro.umontreal.ca>
20526         * speedbar.el: Avoid unnecessary use of locate-library.
20528         * international/mule-cmds.el (standard-display-european-internal):
20529         Don't fiddle with latin-1 non-break space any more since it's now
20530         special cased in the C code.
20531         Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
20533 2005-01-26  Luc Teirlinck  <teirllm@auburn.edu>
20535         * cus-start.el (all): Add `undo-outer-limit'.
20537 2005-01-25  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
20539         * textmodes/bibtex.el (bibtex-format-entry):
20540         Use `bibtex-empty-field-re' only on the text of fields, not on entire
20541         field lines.
20542         (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
20543         not on part of a buffer.
20545 2005-01-25  Lute Kamstra  <lute@gnu.org>
20547         * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
20548         nonempty field text strings like "{letters\\macro{}more letters}".
20549         Clarify docstring.
20550         (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
20551         (bibtex-entry-offset, bibtex-parse-association)
20552         (bibtex-parse-field-name): Fix typos in docstrings.
20553         (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
20555 2005-01-24  Carsten Dominik  <dominik@science.uva.nl>
20557         * textmodes/reftex-global.el (reftex-isearch-push-state-function)
20558         (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
20559         (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
20560         (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
20562         * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
20563         isearch minor mode.
20565 2005-01-24  Luc Teirlinck  <teirllm@auburn.edu>
20567         * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
20569 2005-01-24  Lute Kamstra  <lute@gnu.org>
20571         * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
20572         CASECHARS and NOT-CASECHARS regular expressions of the
20573         "nederlands" and "nederlands8" dictionaries to prevent a "Range
20574         striding over charsets" error.
20576 2005-01-24  Jay Belanger  <belanger@truman.edu>
20578         * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
20579         display variable name.
20581 2005-01-24  Kenichi Handa  <handa@m17n.org>
20583         * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
20584         Fix setting of the element of encoded-kbd-iso2022-invocations.
20586 2005-01-24  Nick Roberts  <nickrob@snap.net.nz>
20588         * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
20589         (gdb-threads-select): Change to also accept mouse events.
20590         (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
20591         (gdb-threads-mouse-select): Delete.
20593 2005-01-23  Luc Teirlinck  <teirllm@auburn.edu>
20595         * files.el (insert-directory): Take care of empty directory,
20596         listed without -a switch.
20598 2005-01-23  Stefan Monnier  <monnier@iro.umontreal.ca>
20600         * textmodes/refill.el (refill-post-command-function):
20601         Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
20602         to the list of functions that we should be careful not to undo.
20603         (refill-late-fill-paragraph-function): Remove.
20604         (refill-saved-state): New var.
20605         (refill-mode): Use it to save fill-paragraph-function.
20606         Save also the value of auto-fill-function.
20608         * term/w32-win.el: Simplify code.
20610 2005-01-23  Kim F. Storm  <storm@cua.dk>
20612         * simple.el (line-move): Adapt to new return value from
20613         pos-visible-in-window-p.
20615         * simple.el (line-move): Fix last change.  Check partial
20616         visibility at point rather than at window-start.
20618 2005-01-22  Jason Rumney  <jasonr@gnu.org>
20620         * term/w32-win.el (xw-defined-colors): Remove debug-message.
20622 2005-01-22  David Kastrup  <dak@gnu.org>
20624         * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
20626 2005-01-22  Eli Zaretskii  <eliz@gnu.org>
20628         * type-break.el (type-break-mode): Add a test for
20629         type-break-file-name being non-nil.
20631 2005-01-22  Toby Allsopp  <Toby.Allsopp@navman.com>  (tiny change)
20633         * net/eudc.el (top level): Call (message "") via progn, so that
20634         eudc-options-file is loaded.
20636 2005-01-22  Kim F. Storm  <storm@cua.dk>
20638         * simple.el (line-move-1): Rename from line-move.
20639         (line-move): New function that adjusts vscroll for partially
20640         visible rows, and calls line-move-1 otherwise.
20642 2005-01-21  Ren\e,Ai\e(B Kyllingstad  <listmailxemacs@kyllingstad.com>
20644         * pcomplete.el: Define pcomplete-read-event instead of read-event,
20645         since it's not a complete read-event implementation
20647 2005-01-20  Jay Belanger  <belanger@truman.edu>
20649         * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
20650         for called function.
20652 2005-01-20  Steven Tamm  <steventamm@mac.com>
20654         * term/mac-win.el (process-connection-type): Remove.
20655         Controlled now by s/darwin.h:PTY_ITERATION.
20657 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
20659         * window.el (handle-select-window): Don't switch window when we're
20660         in the minibuffer.
20662 2005-01-10  Paul Pogonyshev  <pogonyshev@gmx.net>
20664         * subr.el (dotimes-with-progress-reporter): New macro.
20666         * ses.el (ses-dotimes-msg): Remove macro.
20667         Use `dotimes-with-progress-reporter' instead.
20669 2005-01-19  Steven Tamm  <steventamm@mac.com>
20671         * term/mac-win.el (process-connection-type): Use new
20672         operating-system-release variable to use ptys on Darwin 7 (OS X
20673         10.3) when using carbon build.
20675 2005-01-19  Jay Belanger  <belanger@truman.edu>
20677         * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
20678         flags if the last command was a tab or M-tab.
20680         * calc/calc-prog.el (calc-user-define-edit): Put original formula
20681         in formula editing buffer.
20683 2005-01-19  Nick Roberts  <nickrob@snap.net.nz>
20685         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
20686         breakpoint image symbol in margin.
20688 2005-01-19  Jay Belanger  <belanger@truman.edu>
20690         * calc/calc-prog.el (calc-execute-kbd-macro):
20691         Ignore calc-keep-arg-flag.
20693 2005-01-19  Kenichi Handa  <handa@m17n.org>
20695         * textmodes/ispell.el (ispell-looking-at): New function.
20696         (ispell-process-line): Use ispell-looking-at to compare the ispell
20697         output and the buffer contents.
20699 2005-01-18  Jay Belanger  <belanger@truman.edu>
20701         * calc/calc.el (calc-display-raw): Fix docstring.
20703 2005-01-18  Stefan Monnier  <monnier@iro.umontreal.ca>
20705         * simple.el (blink-matching-open): Strip extra info from syntax.
20707         * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
20708         funny chars in the end-of-here-doc marker.
20710 2005-01-19  Nick Roberts  <nickrob@snap.net.nz>
20712         * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
20713         that enable/disabled state of breakpoints is shown correctly in
20714         fringe and on ttys.
20715         (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
20716         Add breakpoint information as text properties.
20717         (gdb-mouse-toggle-breakpoint):
20718         Rename to gdb-mouse-set-clear-breakpoint.
20719         (gdb-mouse-toggle-breakpoint): New function.  Enable/disable
20720         breakpoints in the margin.
20721         (gdb-remove-strings): Simplify.
20723 2005-01-17  Jay Belanger  <belanger@truman.edu>
20725         * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
20726         erasing buffer.
20728 2005-01-17  Richard M. Stallman  <rms@gnu.org>
20730         * progmodes/grep.el (grep-find): Copy from `grep' the condition
20731         for calling grep-compute-defaults.
20733         * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
20734         if buffer is empty.
20736         * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
20738 2005-01-17  Stefan Monnier  <monnier@iro.umontreal.ca>
20740         * hilit-chg.el (highlight-changes-mode): Don't autoload.
20742         * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
20743         non-preloaded variables.
20745 2005-01-17  Steven Tamm  <steventamm@mac.com>
20747         * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
20748         tex-shell cause to force interactivity when using pipes.
20750 2005-01-17  Kim F. Storm  <storm@cua.dk>
20752         * simple.el (just-one-space): Make arg optional.
20754 2005-01-17  Nick Roberts  <nickrob@snap.net.nz>
20756         * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
20757         posn-at-x-y to t to access left-margin.
20759 2005-01-16  Michael Albinus  <michael.albinus@gmx.de>
20761         Sync with Tramp 2.0.47.
20763         * net/tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
20764         catching keep-date problems in cp/scp operations.
20765         (tramp-handle-copy-file): Don't call `set-file-modes'
20766         unconditionally.  Specialized functions should know better what is
20767         necessary.  This improves performance a little bit, and the
20768         functions could catch errors with `cp -p' and `scp -p'.
20769         (tramp-do-copy-or-rename-file-via-buffer)
20770         (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
20771         when appropriate.
20772         (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
20773         Call `set-file-modes' when appropriate.
20774         (tramp-action-out-of-band): Mask `scp -p' error.  Reported by Isak
20775         Johnsson <isak@hypergene.com>
20776         (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
20777         of both Tramp buffer and debug buffer.  Reported by Joakim Verona
20778         <joakim@verona.se>
20779         (tramp-file-name-for-operation): Mark `shell-command' as magic for
20780         Emacs only.
20782         * net/tramp-util.el (tramp-minor-mode): New minor mode.  Add it to
20783         `find-file-hooks' and `dired-mode-hook'.
20784         (tramp-minor-mode-map): Respective map.  Add remapping for
20785         `compile' and `recompile'.
20786         (tramp-remap-command, tramp-recompile): New defuns.
20787         (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
20788         in buffer "*Compilation*".  Call the commands asynchronously.
20790         * net/tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
20791         (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
20792         `shell-command', because it isn't magic in XEmacs.  Reported by
20793         Adrian Aichner <adrian@xemacs.org>.
20795         * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
20796         `substitute-in-file-name.
20797         (tramp-smb-handle-substitute-in-file-name): New defun.
20798         (tramp-smb-advice-PC-do-completion): Delete advice.
20800 2005-01-16  Kai Grossjohann  <kgrossjo@eu.uu.net>
20802         * net/tramp.el (tramp-wait-for-output): Fix typo in echo processing.
20803         Fix error in deleting region.
20805 2005-01-15  Richard M. Stallman  <rms@gnu.org>
20807         * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
20808         In non-temp buffer, switch syntax table temporarily.
20810         * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
20812         * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
20814         * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
20816         * imenu.el (imenu--split-menu): Copy menulist before sorting.
20817         (imenu--generic-function): Use START, not BEG, as pos of definition.
20819         * simple.el (just-one-space): Argument specifies number of spaces.
20821         * simple.el (eval-expression-print-format): Avoid warning
20822         about edebug-active.
20824 2005-01-15  James R. Van Zandt  <jrvz@comcast.net>  (Tiny change)
20826         * progmodes/sh-script.el: Code copied from make-mode.el
20827         with small changes,
20828         (sh-mode-map): Bind C-c C-\.
20829         (sh-backslash-column, sh-backslash-align): New variables.
20830         (sh-backslash-region, sh-append-backslash): New functions.
20832 2005-01-15  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
20834         * mail/rmail.el: Updated to work with movemail from GNU Mailutils
20835         (rmail-pop-password, rmail-pop-password-required): Move to
20836         rmail-obsolete group.
20837         (rmail-set-pop-password): Rename to rmail-set-remote-password.
20838         All callers updated.
20839         (rmail-get-pop-password): Rename to rmail-get-remote-password.
20840         Take an argument specifying whether it is POP or IMAP mailbox we
20841         are using.  All callers updated.
20842         (rmail-pop-password-error): Rename to
20843         rmail-remote-password-error.  Added mailutils-specific error message.
20844         (rmail-movemail-search-path)
20845         (rmail-movemail-variant-in-use): New variables.
20846         (rmail-remote-password, rmail-remote-password-required):
20847         New customization variables.
20848         (rmail-probe, rmail-autodetect, rmail-movemail-variant-p): New funs.
20849         (rmail-parse-url): New function.
20850         (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
20851         with GNU mailutils movemail.
20853 2005-01-15  Kevin Ryde  <user42@zip.com.au>
20855         * info-look.el (c-mode/symbol): Add ^` to prefix, and change
20856         suffix to space, $ or '$, to correctly position point when going
20857         to @table style constants like DBL_MAX.
20859 2005-01-15  Jorgen Schaefer  <forcer@forcix.cx>  (tiny change)
20861         * type-break.el (type-break-mode, type-break-file-time)
20862         (type-break-file-keystroke-count, type-break-choose-file):
20863         Don't store data in or load data from the file if type-break-file-name
20864         is nil.
20865         (type-break-file-name): Doc update as per the above.
20867 2005-01-15  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>  (tiny change)
20869         * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
20870         lookup-key might return nil; handle that.
20872 2005-01-15  Alan Mackenzie  <acm@muc.de>
20874         * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
20875         rather than the element found, thus enabling the tree to be setcar'd.
20877 2005-01-14  Carsten Dominik  <dominik@science.uva.nl>
20879         * textmodes/org.el (org-show-following-heading): New option.
20880         (org-show-hierarchy-above): Use `org-show-following-heading'.
20881         (org-cycle): Documentation fix.
20883         * textmodes/org.el (orgtbl-optimized): New option
20884         (orgtbl-mode): New command, a minor mode.
20885         (orgtbl-mode-map): New variable.
20886         (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
20887         (orgtbl-error, orgtbl-self-insert-command)
20888         (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
20890         * textmodes/org.el (org-mode): `org-table-may-need-update' is now
20891         a local variable in each org-mode buffer.
20893         * textmodes/org.el (org-set-regexps-and-options): Rename from
20894         `org-set-regexps'.  Added checking for STARTUP keyword.
20895         (org-get-current-options): Add STARTUP options.
20896         (org-table-insert-row): Make mode intelligent about when
20897         realignment is needed.
20898         (org-self-insert-command, org-delete-backward-char, org-delete-char):
20899         New commands.
20900         (org-enable-table-editor): New default value `optimized'.
20901         (org-table-blank-field): Support blanking regions if active.
20903 2005-01-14  Carsten Dominik  <dominik@science.uva.nl>
20905         * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
20906         if the year is not given.
20908         * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
20909         Add new escapes %m and %M, fixed bug with %F by adding
20910         save-match-data.
20911         (reftex-reference): Remove ?. from list of spaces.
20912         (reftex-label-info): Add automatic label prefix recognition.
20914         * textmodes/reftex-index.el (reftex-index-next-phrase):
20915         Add slave parameter to call of `reftex-index-this-phrase'.
20916         (reftex-index-this-phrase): New optional argument.
20917         (reftex-index-region-phrases): Add slave parameter to call of
20918         `reftex-index-this-phrase'.
20919         (reftex-display-index): New argument redo.
20920         (reftex-index-rescan): Add `redo' to arguments of
20921         `reftex-display-index'.
20922         (reftex-index-Rescan, reftex-index-revert)
20923         (reftex-index-switch-index-tag): Add `redo' to arguments of
20924         `reftex-display-index'.
20925         (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
20926         indexing.  Fix bug with matching is there is a quote before or
20927         after the word.
20929         * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
20930         Fix bug when collecting citation keys in lines with comments.
20931         (reftex-citation): Prefix argument no longer rescans the document,
20932         but forces prompting for optional arguments of cite macros.
20933         (reftex-do-citation): Prompting for optional arguments implemented.
20935         * textmodes/reftex-vars.el (reftex-cite-format-builtin):
20936         Add optional arguments to most cite commands.
20937         (reftex-cite-cleanup-optional-args): New option
20938         (reftex-cite-prompt-optional-args): New option.
20939         (reftex-trust-label-prefix): New option.
20941         * textmodes/reftex-toc.el (reftex-toc-find-section):
20942         Add push-mark before changing the position in the buffer.
20944         * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
20945         (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
20947 2005-01-14  Nick Roberts  <nickrob@snap.net.nz>
20949         * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
20950         more carefully.
20952 2005-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
20954         * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
20955         (sgml-mode): Use it.
20956         (sgml-get-context): Better keep track of implicitly closed tags.
20958 2005-01-13  Kenichi Handa  <handa@m17n.org>
20960         * textmodes/ispell.el: These changes are to fix misalignment error
20961         caused by equivalent characters of different Emacs charsets.
20962         (ispell-unified-chars-table): New variable.
20963         (ispell-get-decoded-string): New function.
20964         (ispell-get-casechars, ispell-get-not-casechars)
20965         (ispell-get-otherchars): Call ispell-get-decoded-string.
20967 2005-01-12  Johan Bockg\e,Ae\e(Brd  <bojohan@users.sourceforge.net>
20969         * custom.el (custom-declare-variable): Just put symbol instead
20970         of (defvar . symbol) in `current-load-list'.
20972 2005-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
20974         * emacs-lisp/elint.el: Fixed typo in Commentary section.
20976 2005-01-12  Jay Belanger  <belanger@truman.edu>
20978         * calc/calc-help.el (calc-describe-key): Use temporary info buffer
20979         to create a Calc summary.
20981 2005-01-12  Kim F. Storm  <storm@cua.dk>
20983         * mouse.el (mouse-on-link-p): Change functionality and doc
20984         string to comply with latest description in lisp ref.
20986 2005-01-12  Nick Roberts  <nickrob@snap.net.nz>
20988         * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
20989         Enable mouse clicks on mode-line, header-line and margin.
20990         (event-type): Give mouse event symbols an `event-kind' property
20991         with value `mouse-click'.
20993 2005-01-12  Juri Linkov  <juri@jurta.org>
20995         * facemenu.el (list-colors-display): Add new arg buffer-name.
20996         Use it.  Fix docstring.  Replace code for identifying duplicate
20997         colors by the name with call to `list-colors-duplicates' which
20998         identifies duplicate colors by the value unless the color
20999         is one of special Windows colors.  Set truncate-lines to t.
21000         Print sorted duplicate color names on each line.  Indent to 22
21001         \(the longest color name in rgb.txt) instead of 20.  Optimize.
21002         (list-colors-duplicates): New function.
21003         (facemenu-color-name-equal): Delete function.
21005         * facemenu.el (list-colors-print): New function created from code
21006         in list-colors-display.  Print #RRGGBB at the window right edge.
21007         (list-colors-display): When temp-buffer-show-function is not
21008         defined, call list-colors-print from temp-buffer-show-hook
21009         to get the right value of window-width in list-colors-print
21010         after the buffer is displayed.
21012         * simple.el (pop-mark): Move deactivate-mark out of conditional
21013         part to deactivate the active mark regardless of the state of the
21014         mark ring.
21016         * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
21017         variables line in desktop files.
21019 2005-01-12  Juri Linkov  <juri@jurta.org>
21021         * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
21022         Bring together isearch highlight related options.
21023         (lazy-highlight): Replace group `replace' by `matching'.
21024         (lazy-highlight-cleanup, lazy-highlight-initial-delay)
21025         (lazy-highlight-interval, lazy-highlight-max-at-a-time)
21026         (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
21027         and declare them obsolete.
21028         (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
21029         (isearch-faces): Remove defgroup.
21030         (isearch-overlay, isearch-highlight, isearch-dehighlight):
21031         Move isearch highlighting code closer to lazy highlighting code.
21033         * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
21034         (query-replace-highlight, query-replace-lazy-highlight)
21035         (query-replace): Move definitions to the beginning of the file.
21037 2005-01-11  Juri Linkov  <juri@jurta.org>
21039         * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
21040         * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
21041         * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
21043         * info.el (Info-history-forward): New variable.
21044         (Info-select-node): Reset Info-history-forward to nil.
21045         (Info-last): Turn into defalias.
21046         (Info-history-back): Rename from Info-last.
21047         Add current node to Info-history-forward.
21048         (Info-history-forward): New fun.
21049         (Info-mode-map): Replace Info-last by Info-history-back.
21050         Bind Info-history-forward to "r".
21051         (Info-mode-menu): Replace Info-last by Info-history-back.
21052         Fix menu item text.  Add menu item for Info-history-forward.
21053         (info-tool-bar-map): Replace Info-last by Info-history-back.
21054         Replace its icon "undo" by "back_arrow".  Add icon "fwd_arrow"
21055         for Info-history-forward.
21056         (Info-mode): Replace Info-last by Info-history-back in docstring.
21057         Add local variable Info-history-forward.
21058         (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
21060 2005-01-11  Stefan Monnier  <monnier@iro.umontreal.ca>
21062         * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
21063         (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
21064         Ignore select-window events rather than fiddle with
21065         mouse-autoselect-window.
21067 2005-01-11  Matthew Mundell  <matt@mundell.ukfsn.org>
21069         * type-break.el (type-break-mode): Fix previous change.
21071 2005-01-10  Jay Belanger  <belanger@truman.edu>
21073         * calc/calc-ext.el (calc-reset): Reset when inside embedded
21074         calculator; only reset when point is inside a calculator.
21075         Don't adjust the window height if the window takes up the whole height
21076         of the frame.
21078 2005-01-10  Thien-Thi Nguyen  <ttn@gnu.org>
21080         * ebuff-menu.el (Electric-buffer-menu-mode):
21081         Preserve value of buffer-local var header-line-format.
21083 2005-01-09  Jay Belanger  <belanger@truman.edu>
21085         * calc/calc.el (calc-mode-var-list-restore-saved-values):
21086         Make sure settings file exists before accessing it.
21088         * calc/calc-embed.el (calc-embedded-subst):
21089         Replace math-multi-subst-rec, which is only supposed to be called
21090         by math-multi-subst, by math-multi-subst.
21092 2005-01-09  Andre Spiegel  <spiegel@gnu.org>
21094         * vc.el (vc-allow-async-revert): New user option.
21095         (vc-disable-async-diff): New internal variable.
21096         (vc-revert-buffer): Use them to disable asynchronous diff.
21098         * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
21099         (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
21100         asynchronously if vc-disable-async-diff is t.
21102 2005-01-09  Jay Belanger  <belanger@truman.edu>
21104         * calc/calc.el (defcalcmodevar): New macro.
21105         (calc-mode-var-list-restore-default-values)
21106         (calc-mode-var-list-restore-saved-values): New functions.
21107         (calc-mode-var-list): Use defcalcmodevar to define it.
21108         (calc-always-load-extensions, calc-line-numbering)
21109         (calc-line-breaking, calc-display-just, calc-display-origin)
21110         (calc-number-radix, calc-leading-zeros, calc-group-digits)
21111         (calc-group-char, calc-point-char, calc-frac-format)
21112         (calc-prefer-frac, calc-hms-format, calc-date-format)
21113         (calc-float-format, calc-full-float-format, calc-complex-format)
21114         (calc-complex-mode, calc-infinite-mode, calc-display-strings)
21115         (calc-matrix-just, calc-break-vectors, calc-full-vectors)
21116         (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
21117         (calc-matrix-brackets, calc-language, calc-language-option)
21118         (calc-left-label, calc-right-label, calc-word-size)
21119         (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
21120         (calc-display-raw, calc-internal-prec, calc-angle-mode)
21121         (calc-algebraic-mode, calc-incomplete-algebraic-mode)
21122         (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
21123         (calc-window-height, calc-display-trail, calc-show-selections)
21124         (calc-use-selections, calc-assoc-selections)
21125         (calc-display-working-message, calc-auto-why, calc-timing)
21126         (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
21127         (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
21128         (calc-gnuplot-default-device, calc-gnuplot-default-output)
21129         (calc-gnuplot-print-device, calc-gnuplot-print-output)
21130         (calc-gnuplot-geometry, calc-graph-default-resolution)
21131         (calc-graph-default-resolution-3d, calc-invocation-macro)
21132         (calc-show-banner): Use defcalcmodevar to declare them and set
21133         their default values.
21135         * calc/calc-ext.el (calc-reset): Restore saved values of variables
21136         instead of default values (but restore default values if there is
21137         an argument of 0).
21139 2005-01-09  David Kastrup  <dak@gnu.org>
21141         * desktop.el (desktop-restore-eager): Fix typo in type.
21143 2005-01-08  Richard M. Stallman  <rms@gnu.org>
21145         * cus-edit.el (customize): Delete :link.
21147 2005-01-08  Jay Belanger  <belanger@truman.edu>
21149         * calc/calc.el (calc-mode): Remove the extension from the
21150         `calc-settings-file' file name when loading it.
21152 2005-01-08  Kim F. Storm  <storm@cua.dk>
21154         * info.el (Info-mode-map, Info-next-link-keymap)
21155         (Info-prev-link-keymap, Info-up-link-keymap):
21156         Map follow-link to mouse-face.
21157         (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
21159 2005-01-08  Jay Belanger  <belanger@truman.edu>
21161         * calc/calc.el (calc-settings-file): Change default value.
21162         Suggested by cgw in a comment in calc-mode.el.
21164         * calc/calc-mode.el (calc-settings-file-name):
21165         Compare calc-settings-file to user-init-file instead of ~/.emacs.
21166         Replace ~/.emacs in a prompt by calc-settings-file.
21168 2005-01-07  Lars Hansen  <larsh@math.ku.dk>
21170         * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
21171         (desktop-lazy-idle-delay): New customizable variables.
21172         (desktop-buffer-args-list): New variable.
21173         (desktop-append-buffer-args): New function.
21174         (desktop-save): Call desktop-append-buffer-args for some buffers.
21175         (desktop-lazy-create-buffer): New function.
21176         (desktop-idle-create-buffers): New function.
21177         (desktop-read): Add message about buffers to restore lazily.
21178         (desktop-lazy-abort): New command.
21179         (desktop-clear): Call desktop-lazy-abort.
21180         (desktop-lazy-complete): New command.
21182 2005-01-06  Richard M. Stallman  <rms@gnu.org>
21184         * emacs-lisp/find-func.el (find-face-definition):
21185         Rename from find-face.
21187 2005-01-06  Kim F. Storm  <storm@cua.dk>
21189         * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
21191         * man.el (Man-xref-man-page, Man-xref-header-file)
21192         (Man-xref-normal-file): Add follow-link property.
21194 2005-01-06  Jay Belanger  <belanger@truman.edu>
21196         * calc/calc-units.el: Make sure the proper macro definitions are
21197         available when compiling.
21199 2005-01-06  Juri Linkov  <juri@jurta.org>
21201         * isearch.el (isearch-lazy-highlight-update):
21202         Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
21204 2005-01-06  Miles Bader  <miles@gnu.org>
21206         * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
21207         (isearch-lazy-highlight-face): Use new name.
21209 2005-01-05  Stefan Monnier  <monnier@iro.umontreal.ca>
21211         * uniquify.el (uniquify-rationalize-file-buffer-names):
21212         Re-add an interactive spec.
21213         (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
21214         to the same name.
21216         * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
21217         (isearch-update, isearch-done): Adjust calls accordingly.
21219 2005-01-05  Richard M. Stallman  <rms@gnu.org>
21221         * custom.el (custom-set-variables, custom-theme-set-variables):
21222         Clarify documentation.
21224         * emacs-lisp/find-func.el (find-variable)
21225         (find-variable-other-window, find-variable-other-frame):
21226         Fix the TYPE args to find-function-read and find-function-do-it.
21227         (find-function): Doc fix.
21228         (find-function-at-point): Replace function-at-point alias.
21230 2005-01-04  Richard M. Stallman  <rms@gnu.org>
21232         * cus-face.el (custom-declare-face):
21233         Record defface in current-load-list.
21235         * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
21237         * emacs-lisp/find-func.el: Doc fixes.
21238         (find-face-regexp): New variable.
21239         (find-function-regexp-alist): New variable.
21240         (find-function-C-source): Third arg is now TYPE.
21241         (find-function-search-for-symbol): Handle general TYPE.
21242         (find-function-read, find-function-do-it): Handle general TYPE.
21243         (find-definition-noselect, find-face): New functions.
21244         (function-at-point): Alias deleted.
21246 2005-01-04  Stefan Monnier  <monnier@iro.umontreal.ca>
21248         * battery.el (display-battery-mode): Rename from display-battery.
21249         Handle the case where it gets turned off.
21251 2005-01-04  Richard M. Stallman  <rms@gnu.org>
21253         * cus-edit.el (customize): Make :link point to user doc.
21255         * man.el (Man-fontify-manpage): Turn off undo generation.
21257         * add-log.el (change-log-font-lock-keywords): Don't match just "From".
21259 2005-01-04  Andreas Schwab  <schwab@suse.de>
21261         * files.el (insert-directory): Only look for error lines in
21262         inserted text.  Don't move too far after processing --dired markers.
21264 2005-01-04  Richard M. Stallman  <rms@gnu.org>
21266         * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
21267         Don't expand if the character is @, period, dash, etc.
21268         (define-mail-abbrev): Quote names that contain problem characters.
21270 2005-01-04  Thien-Thi Nguyen  <ttn@gnu.org>
21272         * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
21274 2005-01-03  Richard M. Stallman  <rms@gnu.org>
21276         * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
21277         (query-replace-highlight, query-replace-lazy-highlight)
21278         (query-replace): Definitions moved up.  Doc fix.
21280 2005-01-03  Richard M. Stallman  <rms@gnu.org>
21282         * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
21283         (lazy-highlight-cleanup, lazy-highlight-initial-delay)
21284         (lazy-highlight-interval, lazy-highlight-max-at-a-time)
21285         (lazy-highlight-face): Rename from isearch-lazy-...
21286         Change all references to them.
21288 2005-01-03  Luc Teirlinck  <teirllm@auburn.edu>
21290         * cus-edit.el (custom-file): Doc fix for defcustom.
21291         (custom-file): The function no longer sets the variable
21292         `custom-file' to its return value.
21294         * startup.el (command-line): No longer load `custom-file'.
21296 2005-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
21298         * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
21300         * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
21301         Don't confuse module-prefixed identifiers for labels.
21302         Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
21304 2005-01-02  Richard M. Stallman  <rms@gnu.org>
21306         * files.el (basic-save-buffer-1): Fix previous change.
21308         * loadhist.el (file-loadhist-lookup): New function.
21309         (file-provides, file-requires): Use it.
21311         * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
21312         instead of calculating the right size.
21314 2005-01-02  Karl Chen  <quarl@cs.berkeley.edu>  (tiny change)
21316         * vc-svn.el (vc-svn-diff): Stay local if possible.
21318 2005-01-02  Stefan Monnier  <monnier@iro.umontreal.ca>
21320         * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
21322         * files.el (hack-local-variables): Fix last change.
21324 2005-01-02  Jay Belanger  <belanger@truman.edu>
21326         * calc/calc-yank.el (calc-edit-top): New variable.
21327         (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
21328         object.  Change header properties.
21329         (calc-edit-finish, calc-edit-finish-stack-object)
21330         (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
21331         edited object.
21332         * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
21333         for the beginning of the edited object.
21334         * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
21335         for the beginning of the edited object.
21336         * calc/calc-prog.el (calc-edit-macro-finish-edit)
21337         (calc-finish-formula-edit, calc-macro-repeats)
21338         (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
21339         (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
21340         beginning of the edited object.
21341         (calc-user-define-edit): Change the header for editing macros.
21342         Remove unnecessary variable.
21344 2005-01-01  Jay Belanger  <belanger@truman.edu>
21346         * calc/calc-yank.el (calc-edit-mode): Change default header.
21347         (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
21348         * calc/calc-store.el (calc-edit-variable): Change title to match new
21349         header.
21350         * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
21351         mode to match new header.
21352         (calc-user-define-edit): Change titles to include names of commands.
21353         (calc-finish-formula-edit): Adjust to handle new header.
21354         (calc-finish-macro-edit): Remove.
21355         (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
21356         (calc-edit-macro-command, calc-edit-macro-command-type)
21357         (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
21358         (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
21359         (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
21360         (calc-edit-macro-finish-edit): New functions.
21361         (calc-user-define-edit): Use new functions to edit named calc macros.
21363 2005-01-01  Stefan  <monnier@iro.umontreal.ca>
21365         * files.el (hack-local-variables): Cleanup prefix/suffix matching.
21367         * ses.el (copy-region-as-kill): Deactivate mark.
21369 2005-01-01  Richard M. Stallman  <rms@gnu.org>
21371         * replace.el (occur-1): If the output buffer is also an input,
21372         don't kill it, rename it.
21374         * faces.el (set-face-background, set-face-foreground): Doc fix.
21376         * cus-face.el (custom-face-attributes): Fix :help-echo strings
21377         for :foreground and :background.
21379         * dired.el (dired-view-command-alist): Variable deleted.
21380         (dired-view-file, dired-mouse-find-file-other-window):
21381         Delete the code to use it.
21383 2005-01-01  Kim F. Storm  <storm@cua.dk>
21385         * image.el (insert-sliced-image): Use t for line-height property.
21387 See ChangeLog.11 for earlier changes.
21389 ;; Local Variables:
21390 ;; coding: iso-2022-7bit
21391 ;; End:
21393     Copyright (C) 2005, 2006 Free Software Foundation, Inc.
21394   Copying and distribution of this file, with or without modification,
21395   are permitted provided the copyright notice and this notice are preserved.
21397 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1