(lisp-font-lock-keywords-2): Add eval-at-startup
[emacs.git] / lisp / ChangeLog
blobe15a3b6ef6afefd06790585119d0dd4f0f47ac7d
1 2005-10-23  Andreas Schwab  <schwab@suse.de>
3         * font-lock.el (lisp-font-lock-keywords-2): Add eval-at-startup
4         and eval-next-after-load.
6 2005-10-23  MIYOSHI Masanori  <miyoshi@meadowy.org>  (tiny change)
8         * mouse.el (mouse-drag-region): If the *Messages* buffer doesn't
9         exist, create it.
11 2005-10-23  Ken Manheimer  <ken.manheimer@gmail.com>
13         * allout.el: Increment version number to 2.1, and use a literal
14         rather than RCS $Id $.  Remove autoloads for mailcrypt and crypt++.
15         Require pgg, pgg-gpg during compilation.
16         (allout-version): Increment version number to 2.1, and use a literal
17         rather than RCS $Id $.
18         (allout-default-encryption-scheme): Removed.
19         (allout-passphrase-verifier-handling): Renamed from
20         allout-key-verifier-handling.
21         (allout-passphrase-verifier-string): Renamed from
22         allout-key-verifier-string.
23         (allout-file-passphrase-verifier-string): Renamed from
24         allout-file-key-verifier-string.
25         (allout-enable-file-variable-adjustment): Simplified.
26         (allout-passphrase-hint-handling): Renamed from
27         allout-key-hint-handling and simplified.
28         (allout-passphrase-hint-string): Renamed from
29         allout-key-hint-string.
30         (allout-init): Use `find-file-hook' if available, otherwise
31         `find-file-hooks'.
32         (allout-mode): Use `write-file-functions' if available, otherwise
33         `local-write-file-hooks' and, instead of making auto-save-hook
34         buffer local, make the write-file-hook activity contingent to
35         allout-mode.
36         (allout-mode): Use key-binding substitution placeholders in the
37         docstring.
38         (allout-kill-line): Spell-out kill ring data structure mutation
39         instead of using byte-compiler-complaint-provoking `pop'.
40         (allout-insert-listified): Use `insert' rather than `insert-string'
41         (allout-toggle-current-subtree-encryption): Updated docstring,
42         adjust to new gpp-based encryption, use new
43         `allout-encrypted-topic-p'.
44         (allout-encrypt-string): Totally revamped vis new underlying
45         encryption facilities.
46         (allout-mc-activate-passwd): Removed.
47         (allout-obtain-passphrase): New, more or less replaces
48         allout-mc-activate-passwd.
49         (allout-encrypted-key-info): More or less replaces
50         allout-encrypted-text-type.
51         (outlineify-sticky, outlinify-sticky): Add autoload cookie.
52         (my-mark-marker): Use `(featurep 'xemacs)' to distinguish between
53         Emacs and XEmacs.
55 2005-10-23  Lars Hansen <larsh@soem.dk>
57         * emacs-lisp/bytecomp.el (byte-compile-lambda): Add parameter
58         add-lambda.
59         (byte-compile-file-form-defmumble, byte-compile-defun)
60         (byte-compile-defmacro): Use it.
61         (byte-compile-form): Don't call byte-compile-set-symbol-position
62         when a byte-compile handler is called.
64 2005-10-22  Romain Francoise  <romain@orebokech.com>
66         * savehist.el (savehist-history-variables): Add `grep-find-history'.
68         * subr.el (eval-after-load): Convert library name to an absolute
69         file name using locate-library, since load-history no longer has
70         library names in it.
72 2005-10-22  Richard M. Stallman  <rms@gnu.org>
74         * files.el (make-temp-file): Moved from subr.el.
75         * subr.el (make-temp-file): Moved to files.el.
77         * window.el (get-buffer-window-list): Moved from subr.el.
78         * subr.el (get-buffer-window-list): Moved to window.el.
80         * image.el (image-load-path): Use eval-at-startup to initialize.
82         * subr.el (eval-at-startup): New macro.
84         * subr.el: Much rearrangement of functions and division
85         into pages.  No code changes.
87 2005-10-22  Kenichi Handa  <handa@m17n.org>
89         * tar-mode.el (tar-extract): Be sure to call
90         find-operation-coding-system if set-auto-coding doesn't find a
91         coding system.
93 2005-10-22  Kim F. Storm  <storm@cua.dk>
95         * image.el (image-type-header-regexps): Rename from image-type-regexps.
96         Change users.
97         (image-type-file-name-regexps): New defconst.
98         (image-type-from-data): Simplify loop.
99         (image-type-from-buffer): New defun.
100         (image-type-from-file-header): Use it instead of image-type-from-data.
101         Use image-search-load-path instead of only looking in data-directory.
102         (image-type-from-file-name): New defun.
103         (image-search-load-path): Make PATH arg optional, default to image-load-path.
104         Change `pathname' to `filename'.
106 2005-10-21  Richard M. Stallman  <rms@gnu.org>
108         * textmodes/texinfo.el (texinfo-mode): Set sentence-end-base.
110         * textmodes/paragraphs.el (sentence-end-base): New variable.
111         (sentence-end): Use sentence-end-base.
113 2005-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
115         * font-lock.el (font-lock-default-fontify-region): Check the multiline
116         property independently from the font-lock-multiline variable.
118 2005-10-21  Richard M. Stallman  <rms@gnu.org>
120         * emacs-lisp/find-func.el (find-library-name): Doc fix.
122         * startup.el (command-line): Convert library names
123         in `load-history' to absolute file names.
125         * subr.el (symbol-file): Doc fix.
127         * loadhist.el (file-loadhist-lookup): Call locate-library
128         instead of find-library-name.  Don't try converting
129         abs file names to library names, since load-history no longer
130         has library names in it.
131         (file-dependents, file-provides, file-requires): Doc fixes.
133 2005-10-21  Juri Linkov  <juri@jurta.org>
135         * progmodes/etags.el (tags-table-mode): New function.
136         (tags-verify-table): Replace initialize-new-tags-table with
137         tags-table-mode.
139         * desktop.el (desktop-buffers-not-to-save): Remove TAGS from the
140         default value.
141         (desktop-modes-not-to-save): Add tags-table-mode to the
142         default value.
144         * info.el (Info-index-next): Add total number of index
145         alternatives to the message.
147         * textmodes/fill.el (fill-nobreak-p): Fix first two rules to skip
148         backward only space (instead of space and period) before looking
149         at sentence end.
151         * simple.el (set-variable): Use user-variable-p instead of symbolp.
152         Add the old variable value as 4th default-value arg of read-string.
154 2005-10-21  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
156         * cus-face.el (custom-declare-face): Make face from X resources
157         also on Mac.
159         * disp-table.el (standard-display-g1, standard-display-graphic):
160         Refuse to use string glyphs also on Mac.
161         (standard-display-european): Don't set terminal coding system also
162         on Mac.
164         * frame.el (display-screens): Use x-display-screens also on Mac.
166 2005-10-21  Romain Francoise  <romain@orebokech.com>
168         * net/rcirc.el: Now part of GNU Emacs.  Update FSF's address.
170 2005-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
172         * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): Make $@
173         and $? into sexps.
175         * font-lock.el (font-lock-compile-keywords): Add a help-echo to the
176         warning face on open-paren-in-column-0.
178         * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Fix corner
179         boundary case.  Fix typo.
180         Suggested by Martin Rudalics <rudalics@gmx.at>.
182 2005-10-21  Carsten Dominik  <dominik@science.uva.nl>
184         * textmodes/org.el: (org-combined-agenda-icalendar-file)
185         (org-icalendar-include-todo, org-icalendar-combined-name): New options.
186         (org-export-icalendar-this-file)
187         (org-export-icalendar-all-agenda-files)
188         (org-export-icalendar-combine-agenda-files): New commands.
189         (org-export-icalendar, org-print-icalendar-entries)
190         (org-start-icalendar-file, org-finish-icalendar-file)
191         (org-ical-ts-to-string): New functions.
192         (org-read-date, org-goto-calendar)
193         (org-agenda-goto-calendar): Inhibit displaying diary entries by
194         call to `calendar'.
195         (orgtbl-setup): Remove the :keys arguments from the menu description.
196         (org-after-save-iCalendar-file-hook): New variable.
198 2005-10-21  Kenichi Handa  <handa@m17n.org>
200         * language/vietnamese.el (tcvn-5712): Make it an alias of
201         vietnamese-tcvn coding-system.
203 2005-10-20  Michael Albinus  <michael.albinus@gmx.de>
205         * net/ange-ftp.el (ange-ftp-date-regexp): Handle also the case no
206         group id is given.
208 2005-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
210         * progmodes/sh-script.el (sh-escaped-line-re): New var.
211         (sh-here-doc-open-re, sh-font-lock-close-heredoc): Use it.
212         (sh-font-lock-open-heredoc): Try to properly handle heredoc starters
213         whose line is either continued or ends with a comment.
215 2005-10-20  Romain Francoise  <romain@orebokech.com>
217         * net/rcirc.el (with-rcirc-process-buffer): Move above its first user.
219         * replace.el (occur-engine): Add follow-link property.
221         * font-core.el (font-lock-mode): Doc fix.
223 2005-10-20  Richard M. Stallman  <rms@gnu.org>
225         * net/rcirc.el: New file.
227 2005-10-20  Bryan Henderson  <bryanh@giraffe-data.com>  (tiny change)
229         * term.el (term-term-name): Initialize to "eterm-color".
231 2005-10-20  Ken Manheimer  <ken.manheimer@gmail.com>
233         * allout.el: Add autoloads of crypt++ and mailcrypt routines, all
234         for encryption functionality.
235         Move allout customization subgroup from `editing' to `outlines' group.
236         Fix commentary 'keywords' to legitimate ones.
237         Update author info (using my current email address, obscurified).
238         (allout-encrypt-string, allout-encryption-produce-work-buffer)
239         (allout-encrypted-topic-p, allout-encrypted-text-type)
240         (allout-mc-activate-passwd, allout-create-encryption-key-verifier)
241         (allout-situate-encryption-key-verifier)
242         (allout-get-encryption-key-verifier, allout-verify-key)
243         (allout-next-topic-pending-encryption)
244         (allout-encrypt-decrypted, allout-encrypted-type-prefix): New funcs.
245         (outline-topic-encryption-bullet, outline-default-encryption-scheme)
246         (outline-key-verifier-handling, outline-key-hint-handling)
247         (outline-encrypt-unencrypted-on-saves): New defcustoms.
248         (allout-file-key-verifier-string, allout-encryption-scheme)
249         (allout-key-verifier-string, allout-key-hint-string)
250         (allout-after-save-decrypt): New variables.
251         (allout-write-file-hook-handler, allout-auto-save-hook-handler)
252         (allout-after-saves-handler): New hook functions.
253         (allout-post-command-business): Do allout-after-save-decrypt.
254         (allout-enable-file-variable-adjustment): Custom var to enable
255         mechanism for adding and adjusting settings of Emacs file variables.
256         (allout-adjust-file-variable, allout-file-vars-section-data):
257         New functions, implement the mechanism.
258         (outlineify-sticky): Use the file vars mechanism.
259         (allout-inhibit-protection, allout-during-write-cue)
260         (allout-override-protect, allout-before-change-protect): Remove.
261         (allout-flag-region, allout-open-topic): Adjust read-only text.
262         (allout-open-line-not-read-only): Add to facilitate read-only
263         text based protection.
264         (allout-kill-line): Revise to adjust read-only text, clue the
265         user about the inhibition.
266         (allout-unprotected): Use unwind-protect.
267         (allout-shift-in, allout-shift-out): Disallow manually shifting a
268         topic deeper than the offspring depth of the previous topic -
269         avoiding confusing "containment discontinuities".
270         (allout-reindent-bodies): Fix retention of body relative hanging
271         indent during promotion of collapsed bodies.
272         (allout-open-topic): Make it easy to open new topic with same
273         bullet as current topic - topic creation functions provided with
274         any universal argument provokes now prompt for bullet, defaulting
275         to the bullet of the previous topic.
276         (allout-plain-bullets-string, allout-distinctive-bullets-string):
277         Plain bullet alternates '.' period and ',' comma only.  All other
278         bullets are relegated to special status (but customizable).
279         (allout-end-of-entry): Rename from 'allout-end-of-current-entry
280         since it actually operates w.r.t. most immediately containing
281         entry, visible or not.
282         (allout-hide-current-entry, allout-show-current-entry): Use the
283         revised version.
284         (allout-old-expose-topic): Solidify deprecation.
285         (allout-end-of-subtree): Add so we can span concealed as well
286         as visible topics.
287         (allout-end-of-current-subtree): Use `allout-end-of-subtree'.
288         (allout-end-of-current-heading): Tweak to just respect the first line.
289         (allout-get-body-text): Add.
290         (allout-ascend-to-depth, allout-ascend): Position at end of prefix
291         when invoked interactively.
292         (allout-up-current-level): Use `interactive-p'.
293         (allout-mode, allout-init): Miscellaneous docstring and
294         operational refinements, as well as hookups of new encryption stuff.
295         (allout-beginning-of-current-entry): Now works as advertised.
296         (allout-end-of-current-entry): Remove of superfluous allout-show-entry.
297         (allout-isearch-rectification): Refine condition for isearching.
298         (allout-isearch-abort, allout-enwrap-isearch)
299         (allout-flag-region, my-region-active-p): Relocate some macros.
300         (allout-title): Fallback title is '(buffer-name)', not
301         non-existing '(current-buffer-name)'.
302         (subst-char-in-string): Define if absent (for some XEmacs versions).
304 2005-10-20  Jari Aalto  <jari.aalto@cante.net>
306         * mail/sendmail.el (mail-setup-hook, mail-aliases)
307         (mail-yank-prefix, mail-indentation-spaces, mail-yank-hooks)
308         (mail-citation-prefix-regexp, mail-signature-file)
309         (mail-default-headers, mail-bury-selects-summary)
310         (mail-send-nonascii): Add autoload cookies.
312 2005-10-20  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>  (tiny change)
314         * frame.el (blink-cursor-mode): Add `mac' to the list of
315         window-system's that support blinking cursor.
317 2005-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
319         * textmodes/org.el (org-level-color-stars-only): Fix typo in docstring.
321 2005-10-20  Eli Zaretskii  <eliz@gnu.org>
323         * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el):
324         Bind find-file-suppress-same-file-warnings to t, to avoid warnings due
325         to different drive letter case in D:/foo/bar.el vs d:/foo/bar.el.
327 2005-10-20  Kim F. Storm  <storm@cua.dk>
329         * ido.el (ido-is-tramp-root): Simplify regexp matching tramp root.
330         (ido-set-current-directory): Don't add / after final @.
331         (ido-file-name-all-completions-1): Adapt to fixed tramp completion.
332         Explicitly handle ange-ftp completion oddities.
333         (ido-make-file-list): Don't rotate list at tramp root to avoid
334         triggering tramp file handler for expand-file-name via get-file-buffer.
336 2005-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
338         * simple.el (eval-expression-print-format): Put the char-string
339         inside the parenthesis, like the other alternative notations.
340         (kill-new): Use push.
341         (copy-to-buffer): Use with-current-buffer.
342         (completion-setup-function): Simplify.
343         (minibuffer-local-must-match-map): Don't add redundant bindings which
344         are already present in its parent (minibuffer-local-completion-map).
346         * savehist.el (savehist-coding-system): Revert to checking XEmacs.
348 2005-10-19  Jay Belanger  <belanger@truman.edu>
350         * calc/calc-units.el (math-standard-units): Add units, adjust
351         symbols and update values.
352         (math-unit-prefixes):  Add more prefixes.
354 2005-10-19  Romain Francoise  <romain@orebokech.com>
356         * bookmark.el (bookmark-menu-heading): New face.
357         (bookmark-bmenu-list): Use it.
358         Don't fiddle with `baud-rate' at top-level.
360 2005-10-18  Chong Yidong  <cyd@stupidchicken.com>
362         * image.el (create-image, find-image): Mention max-image-size in
363         docstring.
365 2005-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
367         * savehist.el (savehist-load): Revert to checking XEmacs.
369         * textmodes/conf-mode.el: Don't use font-lock-defaults-alist.
370         Various docstring and line-width fixups.
371         (conf-mode): Use cond.
372         Set font-lock-defaults.  Don't set comment-use-syntax.
374 2005-10-18  David Ponce  <david@dponce.com>
376         * tree-widget.el (tree-widget-button-click): New function.
377         (tree-widget-button-keymap): Use it.
379 2005-10-18  Romain Francoise  <romain@orebokech.com>
381         * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
382         (bookmark-bmenu-hide-filenames): Add follow-link property.
383         Improve help-echo text.
385         * ffap.el (find-file-at-point): Doc fix.
387 2005-10-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
389         * mouse.el (mouse-set-region): Don't do sit-for on a mac frame.
391 2005-10-18  Masatake YAMATO  <jet@gyve.org>
393         Install to the CVS repository what I forgot to install in my
394         2005-10-16 changes.
396         * progmodes/python.el (python-complete-symbol): Pass the common
397         prefix substring of completion to `display-completion-list'.
399         * textmodes/org.el (org-complete): Ditto.
401 2005-10-18  Masatake YAMATO  <jet@gyve.org>
403         Fix a bug reported by Sven Joachim <sven_joachim@web.de>.
405         * woman.el (WoMan-xref-man-page): New button type derived
406         from `Man-abstract-xref-man-page'.
407         (woman-mode): Pass `WoMan-xref-man-page' to `Man-highlight-references'.
409         * man.el (Man-abstract-xref-man-page): New button type.
410         (Man-xref-man-page): Make it derived from `Man-abstract-xref-man-page'.
411         (Man-highlight-references): Add new optional argument `xref-man-type'.
413 2005-10-18  Nick Roberts  <nickrob@snap.net.nz>
415         * progmodes/gud.el (gud-menu-map): Correct condition for fringe.
417 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
419         * cus-edit.el (Custom-move-and-invoke): Delete.
420         (custom-mode-map): Bind mouse-1 to widget-move-and-invoke.
422         * wid-edit.el (widget-move-and-invoke): New function, from
423         Custom-move-and-invoke.
425 2005-10-17  Bill Wohler  <wohler@newt.com>
427         Move all remaining images from lisp/toolbar to etc/images, move
428         lisp/toolbar/tool-bar to lisp and "delete" lisp/toolbar.  Place
429         the low resolution images in their own directory (low-color).
431         * toolbar/attach.*, toolbar/cancel.*, toolbar/close.*,
432         * toolbar/copy.*, toolbar/cut.*, toolbar/diropen.*, toolbar/exit.*:
433         * toolbar/help.*, toolbar/home.*, toolbar/index.*, toolbar/info.*:
434         * toolbar/mail.*, toolbar/new.*, toolbar/open.*, toolbar/paste.*:
435         * toolbar/preferences.*, toolbar/print.*, toolbar/save.*:
436         * toolbar/saveas.*, toolbar/search.*, toolbar/search-replace.*:
437         * toolbar/spell.*, toolbar/undo.*: Move to etc/images.
439         * toolbar/lc-copy.*: Move to etc/images/low-color/copy.*.
440         * toolbar/lc-cut.*: Move to etc/images/low-color/cut.*.
441         * toolbar/lc-help.*: Move to etc/images/low-color/help.*.
442         * toolbar/lc-home.*: Move to etc/images/low-color/home.*.
443         * toolbar/lc-index.*: Move to etc/images/low-color/index.*.
444         * toolbar/lc-new.*: Move to etc/images/low-color/new.*.
445         * toolbar/lc-open.*: Move to etc/images/low-color/open.*.
446         * toolbar/lc-paste.*: Move to etc/images/low-color/paste.*.
447         * toolbar/lc-preferences.*: Move to etc/images/low-color/preferences.*.
448         * toolbar/lc-print.*: Move to etc/images/low-color/print.*.
449         * toolbar/lc-save.*: Move to etc/images/low-color/save.*.
450         * toolbar/lc-saveas.*: Move to etc/images/low-color/saveas.*.
451         * toolbar/lc-search.*: Move to etc/images/low-color/search.*.
452         * toolbar/lc-spell.*: Move to etc/images/low-color/spell.*.
453         * toolbar/lc-undo.*: Move to etc/images/low-color/undo.*.
455         To conform with convention, replace the underscore (_) in the
456         following image names with dash (-) or (/) as appropriate.
458         * toolbar/back_arrow.*: Move to etc/images/back-arrow.*.
459         * toolbar/fld_open.*: Move to etc/images/fld-open.*.
460         * toolbar/fwd_arrow.*: Move to etc/images/fwd-arrow.*.
461         * toolbar/jump_to.*: Move to etc/images/jump-to.*.
462         * toolbar/left_arrow.*: Move to etc/images/left-arrow.*.
463         * toolbar/right_arrow.*: Move to etc/images/right-arrow.*.
464         * toolbar/up_arrow.*: Move to etc/images/up-arrow.*.
465         * toolbar/lc-back_arrow.*: Move to etc/images/low-color/back-arrow.*.
466         * toolbar/lc-fwd_arrow.*: Move to etc/images/low-color/fwd-arrow.*.
467         * toolbar/lc-jump_to.*: Move to etc/images/low-color/jump-to.*.
468         * toolbar/lc-left_arrow.*: Move to etc/images/low-color/left-arrow.*.
469         * toolbar/lc-right_arrow.*: Move to etc/images/low-color/right-arrow.*.
470         * toolbar/lc-up_arrow.*: Move to etc/images/low-color/up-arrow.*.
471         * toolbar/mail_compose.*: Move to etc/images/mail/compose.*.
472         * toolbar/mail_send.*: Move to etc/images/mail/send.*.
474         * info.el (info-tool-bar-map): Replace underscores in image names
475         with dashes.
477         * makefile.w32-in (WINS): Remove toolbar.
479         * menu-bar.el: Replace toolbar/tool-bar.el with tool-bar.el in comment.
481         * tool-bar.el: Move to lisp from toolbar.  Now that
482         toolbar is empty, it should be deleted when folks run "cvs up -P".
484 2005-10-18  Jay Belanger  <belanger@truman.edu>
486         * calc/calc-store.el (calc-store-into): Get the proper variable name
487         to display in message.
489 2005-10-18  Nick Roberts  <nickrob@snap.net.nz>
491         * progmodes/gdb-ui.el (gdb-var-create-handler): Make watch
492         expressions display in speedbar for all buffers when debugging.
493         (gdb-speedbar-expand-node): Ensure node contraction is always updated.
495         * speedbar.el (speedbar-set-mode-line-format): Indent properly.
496         (speedbar-insert-button, speedbar-make-button):
497         Use add-text-properties.
498         (speedbar-update-localized-contents)
499         (speedbar-update-directory-contents)
500         (speedbar-update-special-contents): Use dolist.
501         (speedbar-buffer-easymenu-definition): Add a menu separator.
503 2005-10-17  Jason Rumney  <jasonr@gnu.org>
505         * makefile.w32-in: Use $(lisp) consistently.
506         (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): New targets
507         for shell specific generation of mh-autoloads.
509 2005-10-17  Richard M. Stallman  <rms@gnu.org>
511         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Undo prev change.
513 2005-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
515         * jit-lock.el (jit-lock-fontify-now):
516         Move jit-lock-context-unfontify-pos to avoid wasted work.
518 2005-10-17  Michael Albinus  <michael.albinus@gmx.de>
520         * net/tramp.el (tramp-completion-mode): New defvar.  Used in
521         `tramp-completion-mode' for checking if we are in completion mode.
522         (tramp-completion-handle-file-name-all-completions): Reorder code
523         in order to complete for file names only in case there are no
524         method/user/host completions.  This is necessary for cooperation
525         with ido.  Reported by Kim F. Storm <storm@cua.dk>.
527 2005-10-16  Chong Yidong  <cyd@stupidchicken.com>
529         * longlines.el (longlines-search-forward)
530         (longlines-search-backward): Match any number of spaces.
532 2005-10-16  Thien-Thi Nguyen  <ttn@gnu.org>
534         * diff-mode.el (diff-mode): Doc fix.
536 2005-10-16  David Reitter <david.reitter@gmail.com>
538         * mail/sendmail.el (send-mail-function): Use mailclient-send-it
539         as default on darwin and windows systems.
541 2005-10-16  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
543         * arc-mode.el (archive-zip-extract): Doc fix.
545 2005-10-16  Romain Francoise  <romain@orebokech.com>
547         * mouse.el (mouse-1-click-follows-link): Doc fix.
549 2005-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
551         * savehist.el: Don't require CL at runtime.
552         (savehist-xemacs): Remove.
553         (savehist-coding-system): Use utf-8 if present, regardless of religion.
554         (savehist-no-conversion): Use (featurep 'xemacs).
555         (savehist-load): Check existence of start-itimer rather than XEmacs.
556         Use an idle timer.
557         (savehist-process-for-saving): Replace use of CL funs `subseq' and
558         `delete-if-not'.
560 2005-10-16  Hrvoje Niksic  <hniksic@xemacs.org>
562         * savehist.el: Newer version.
563         (savehist-autosave-interval, savehist-coding-system, savehist-timer)
564         (savehist-last-checksum, savehist-no-conversion): New vars.
565         (savehist-autosave, savehist-process-for-saving, savehist-printable):
566         New functions.
567         (savehist-load, savehist-save): Use them.
568         (savehist-delimit): Remove.
570 2005-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
572         * progmodes/compile.el (compilation-goto-locus): Display the
573         compilation buffer first and the source buffer second, in case they're
574         in overlapping frames.  Don't raise the compilation frame if it was the
575         selected window upon entry.  Pass the `other-window' arg to
576         pop-to-buffer.
578         * info.el (Info-fontify-node): Use dolist.
579         Change add-text-properties to put-text-property.
581 2005-10-16  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
583         * textmodes/bibtex.el (bibtex-font-lock-url): Catch when point past
584         bound of search.
586 2005-10-16  Masatake YAMATO  <jet@gyve.org>
588         * dabbrev.el (dabbrev-completion): Pass the common
589         prefix substring of completion to `display-completion-list'.
591         * filecache.el (file-cache-minibuffer-complete)
592         (file-cache-complete): Ditto.
594         * tempo.el (tempo-display-completions): Ditto.
596         * wid-edit.el (widget-file-complete, widget-color-complete): Ditto.
598         * emacs-lisp/lisp.el (lisp-complete-symbol): Ditto.
600         * eshell/em-hist.el (eshell-list-history): Ditto.
602         * mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto.
604         * mail/mailalias.el (mail-complete): Ditto.
606         * progmodes/etags.el (complete-tag): Ditto.
608         * progmodes/make-mode.el (makefile-complete): Ditto.
610         * progmodes/meta-mode.el (meta-complete-symbol): Ditto.
612         * progmodes/octave-mod.el (octave-complete-symbol): Ditto.
614         * progmodes/pascal.el (pascal-complete-word)
615         (pascal-show-completions): Ditto.
617         * textmodes/bibtex.el (bibtex-complete-internal): Ditto.
619         * simple.el (completion-common-substring): New variable.
620         (completion-setup-function): Use `completion-common-substring'
621         to put faces.
623 2005-10-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
625         * term/mac-win.el: Apply 2005-10-09 change for term/x-win.el.
626         (x-get-selection, mac-select-convert-to-string): Convert from/to
627         UTF-16 clipboard data as in native byte order, no BOM.
629 2005-10-16  Nick Roberts  <nickrob@snap.net.nz>
631         * progmodes/gud.el (gud-tool-bar-map): Rename the images
632         appropriately (gud/next, gud/nexti, gud/step, gud/stepi).
633         (gud-sentinel): Use speedbar-frame to check for speedbar.
635 2005-10-15  Richard M. Stallman  <rms@gnu.org>
637         * savehist.el: New file.
639 2005-10-14  Karl Chen  <quarl@cs.berkeley.edu>
641         * textmodes/tex-mode.el (tex-font-lock-keywords-2):
642         Fix bug in \bf fontification.
644 2005-10-15  Stefan Monnier  <monnier@iro.umontreal.ca>
646         * pcvs.el (cvs-edit-log-files): New var.
647         (cvs-mode-edit-log): New arg `file'.
648         (cvs-edit-log-minor-wrap): Don't set the ignore-marks property.
649         Instead force the use of the original file and nothing else.
650         (cvs-edit-log-filelist): Don't use the cvs-mode-* function unless
651         the cvs-minor-wrap-function is set.
652         (cvs-do-edit-log): Obey the vars set in cvs-edit-log-minor-wrap.
654 2005-10-14  Bill Wohler  <wohler@newt.com>
656         * toolbar/gud-break.*: Moved to etc/images/gud/break.*.
657         * toolbar/gud-cont.*: Moved to etc/images/gud/cont.*.
658         * toolbar/gud-down.*: Moved to etc/images/gud/down.*.
659         * toolbar/gud-finish.*: Moved to etc/images/gud/finish.*.
660         * toolbar/gud-ni.*: Moved to etc/images/gud/ni.*.
661         * toolbar/gud-n.*: Moved to etc/images/gud/n.*.
662         * toolbar/gud-print.*: Moved to etc/images/gud/print.*.
663         * toolbar/gud-pstar.*: Moved to etc/images/gud/pstar.*.
664         * toolbar/gud-remove.*: Moved to etc/images/gud/remove.*.
665         * toolbar/gud-run.*: Moved to etc/images/gud/run.*.
666         * toolbar/gud-si.*: Moved to etc/images/gud/si.*.
667         * toolbar/gud-s.*: Moved to etc/images/gud/s.*.
668         * toolbar/gud-until.*: Moved to etc/images/gud/until.*.
669         * toolbar/gud-up.*: Moved to etc/images/gud/up.*.
670         * toolbar/gud-watch.*: Moved to etc/images/gud/watch.*.
672         * progmodes/gud.el (gud-tool-bar-map): Rename the images
673         appropriately (for example, gud-break to gud/break).
675 2005-10-14  Chong Yidong  <cyd@stupidchicken.com>
677         * longlines.el (longlinges-search-function)
678         (longlines-search-forward, longlines-search-backward): New functions.
679         (longlines-mode): Set isearch-search-fun-function to
680         longlinges-search-function.
682         * mouse.el (mouse-drag-region-1): Handle the case where a
683         double-click event is bound to an arbitrary function.
685 2005-10-14  David Ponce  <david@dponce.com>
687         * recentf.el (recentf-track-opened-file)
688         (recentf-track-closed-file, recentf-update-menu)
689         (recentf-used-hooks, recentf-enabled-p): Move before dialog stuff.
690         (recentf-dialog-mode-map): Map follow-link to RET, so dialogs obey
691         mouse-1-click-follows-link.
693 2005-10-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
695         * toolbar/diropen.xpm, toolbar/diropen.pbm: New versions made from
696         Gnome file-manager.png.  Suggested by
697         Joachim Nilsson <joachim.nilsson@vmlinux.org>.
699         * toolbar/README: Add diropen.xpm.
701 2005-10-13  Bill Wohler  <wohler@newt.com>
703         * makefile.w32-in (MH_E_SRC): Rename from MH-E-SRC per NMAKE
704         restrictions.  Suggested by David Robinow <drobinow@gmail.com>.
706 2005-10-13  Stefan Monnier  <monnier@iro.umontreal.ca>
708         * progmodes/mixal-mode.el (mixal-operation-codes-alist):
709         Don't waste the byte-compiler's time on constant data.
711 2005-10-13  Kenichi Handa  <handa@m17n.org>
713         * international/utf-8.el (utf-8-compose): Display an invalid UTF-8
714         byte with `escape-glyph' face.
716         * international/fontset.el (ccl-encode-unicode-font):
717         Lookup utf-subst-table-for-encode, not ucs-mule-cjk-to-unicode.
718         Handle the case that ucs-mule-to-mule-unicode translates a character to
719         ASCII (usually for IPA characters).
721 2005-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
723         * info.el (Info-fontify-node): Don't be fooled by a lone "...".
724         Don't hide the underline of titles if font-lock-mode is disabled.
726 2005-10-12  Bill Wohler  <wohler@newt.com>
728         * makefile.w32-in (MH-E-SRC): New. Used by mh-autoloads.
729         (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
730         files in MH-E-SRC have been updated.
731         (updates, compile, recompile, bootstrap): Depend on mh-autoloads.
733 2005-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
735         * progmodes/mixal-mode.el (mixal-operation-codes): Remove.
736         (mixal-mode-syntax-table): Add \n as end-comment.
737         (mixal-operation-codes-alist): Immediately initialize to full value.
738         (mixal-add-operation-code): Remove.
739         (mixal-describe-operation-code): Make the arg non-optional.
740         Use the interactive spec instead.
741         Use mixal-operation-codes-alist rather than mixal-operation-codes.
742         (mixal-font-lock-keywords): Don't highlight comments here any more.
743         (mixal-font-lock-syntactic-keywords): New var.
744         (mixal-mode): Use it.  Fix comment-start-skip.
746 2005-10-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
748         * startup.el (command-line-x-option-alist): -nb => -nbi
750 2005-10-12  Kim F. Storm  <storm@cua.dk>
752         * startup.el (fancy-splash-default-action): Discard mouse click in
753         the spash screen window, as it has no sensible meaning in the
754         next window to be selected.  Fixes error reported by Jan D.
756 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
758         * desktop.el (desktop-load-file): Do nothing when FUNCTION is nil.
760 2005-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
762         * progmodes/mixal-mode.el: Sync with version in the GNU MDK project.
763         Try to fix up minor layout issues like indentation, line break, etc...
764         (mixal-mode-syntax-table): Don't try to specify comment syntax,
765         because it doesn't work.
766         (mixal-operation-codes): Add some more codes.
767         (mixal-font-lock-keywords): Process comments here.
768         (mixal-mode): mixasm no longer needs -g option.
770 2005-10-11  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
772         * progmodes/sh-script.el (sh-tmp-file):
773         Use mktemp -t.  Finish support for es and rc shells.
775 2005-10-11  Jay Belanger  <belanger@truman.edu>
777         * calc/calcalg2.el (calc-integral): With an argument, compute the
778         definite integral.
780 2005-10-11  Chong Yidong  <cyd@stupidchicken.com>
782         * mouse.el (mouse-drag-region-1): Don't try to catch a
783         double-click when doing follow-link (it's overridden anyway).
785 2005-10-11  Juanma Barranquero  <lekktu@gmail.com>
787         * emacs-lisp/autoload.el (update-directory-autoloads): Doc fix.
788         (autoload-print-form-outbuf): Add docstring.
790 2005-10-11  Juri Linkov  <juri@jurta.org>
792         * info.el (Info-mode-menu): Delete menu item "Edit".
793         (Info-mode): Delete description of Info-edit from docstring,
794         and rearrange descriptions of Info commands in the order
795         they are documented in the Info manual.
797 2005-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
799         * calendar/appt.el (appt-check): Use diary-selective-display var.
801 2005-10-10  Richard M. Stallman  <rms@gnu.org>
803         * net/newsticker.el (newsticker-start, newsticker-show-news):
804         Add autoload cookies.
806 2005-10-10  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>
808         * progmodes/sh-script.el (sh-tmp-file): Use mktemp.
810 2005-10-10  Karl Chen  <quarl@cs.berkeley.edu>
812         * jka-cmpr-hook.el (jka-compr-handler): Fix typo in `operations' prop.
814 2005-10-10  Jay Belanger  <belanger@truman.edu>
816         * calc/calc-arith.el (math-check-known-scalarp)
817         (math-check-known-matrixp): Check the values of arguments that are
818         variables.
819         (math-check-known-square-matrixp): New function.
820         (math-known-square-matrixp): Use math-check-known-square-matrixp.
821         (math-super-types): Add sqmatrix type.
823         * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec): Change the
824         mode name `square' to 'sqmatrix'.
826         * calc/calc.el (calc-matrix-mode, calc-set-mode-line): Change the
827         mode name `square' to 'sqmatrix'.
829 2005-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
831         * progmodes/etags.el (select-tags-table-mode): Don't use
832         selective-display.
833         (tags-select-tags-table): Pass `button' to the action function.
834         (select-tags-table): Place the side-info on button properties rather
835         than in hidden text.  Abbreviate file names.
836         (select-tags-table-mode-map): Inherit rather than copy buttom-map.
837         (select-tags-table-select): Add `button' argument.
838         Get side-info from the button property rather than from hidden text.
840 2005-10-11  Nick Roberts  <nickrob@snap.net.nz>
842         * progmodes/gud.el (gud-install-speedbar-variables): Add more bindings.
843         (gud-speedbar-buttons): Preserve point if possible.
844         (gud-sentinel): Restore previous speedbar display type.
846         * progmodes/gdb-ui.el (gdba): Improve diagram.
847         (def-gdb-auto-update-handler, gdb-info-locals-handler)
848         (gdb-put-breakpoint-icon, gdb-remove-breakpoint-icons):
849         Call get-buffer-window once.
851 2005-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
853         * progmodes/pascal.el (pascal-mode-map): Move init into declaration.
854         (pascal-mode-syntax-table): Make (* *) markers same class as { ... }.
855         (pascal-indent-command): Remove unused var `ind'.
856         (pascal-indent-case): Remove unused var `oldpos'.
857         (pascal-outline-map): Don't inherit from pascal-mode-map anymore,
858         since it's now used as a proper minor mode map.
859         (pascal-outline): Rename to pascal-outline-mode.
860         (pascal-outline-mode): Use define-minor-mode.
861         (pascal-outline-mode, pascal-outline-change): Use overlays rather than
862         selective-display.
864 2005-10-10  Andreas Schwab  <schwab@suse.de>
866         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Adjust match
867         number.  Reported by Karl Chen <quarl@cs.berkeley.edu>.
869         * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Fix for building
870         outside source directory.
872 2005-10-10  Carsten Dominik  <dominik@science.uva.nl>
874         * textmodes/org.el: (org-mode-map): Explicit definition of `C-c
875         C-x' as a prefix.
876         (orgtbl-mode-map): Full keymap instead of sparse, because all
877         `self-insert-command' keys are redefined in this map.
878         (org-export-as-html): Specify charset for HTML file, by taking it
879         from the coding system.
881 2005-10-10  Kenichi Handa  <handa@m17n.org>
883         * textmodes/flyspell.el (flyspell-check-word-p):
884         If unread-command-events is non-empty, don't call sit-for.
886 2005-10-09  Richard M. Stallman  <rms@gnu.org>
888         * font-lock.el (font-lock-syntactic-keywords)
889         (font-lock-keywords): Doc fixes.
891         * textmodes/flyspell.el (flyspell-external-point-words):
892         Simplify logic, and don't try to check for consecutive appearances
893         of one incorrect word.
895 2005-10-10  Nick Roberts  <nickrob@snap.net.nz>
897         * speedbar.el (speedbar-buffer-easymenu-definition): Add menu
898         separator.
900         * progmodes/gud.el (gud-last-speedbar-buffer): Remove.
901         (gud-install-speedbar-variables): Add GUD to speedbar "Displays" list.
902         (gud-expansion-speedbar-buttons): New function.
903         (gud-speedbar-buttons): Check for gud-comint-buffer.
905 2005-10-09  Bill Wohler  <wohler@newt.com>
907         * Makefile.in (updates): Add mh-loaddefs dependency.
909 2005-10-09  Chong Yidong  <cyd@stupidchicken.com>
911         * speedbar.el (speedbar-file-key-map): Fix typo.
913 2005-10-09  Daniel Brockman  <daniel@brockman.se>
915         * cus-start.el (line-spacing): Add custom spec.
917 2005-10-09  Romain Francoise  <romain@orebokech.com>
919         * textmodes/ispell.el (ispell-check-version): Fix last change.
921 2005-10-09  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
923         * term/x-win.el: Remove -i, --icon-type from comment.
925         * startup.el (command-line-x-option-alist): Remove options -i,
926         -itype, --icon-type, added -nb, --no-bitmap-icon
928 2005-10-09  Nick Roberts  <nickrob@snap.net.nz>
930         * progmodes/gud.el (gud-speedbar-menu-items): Use :visible
931         instead of :active.
933 2005-10-08  Eric Hanchrow  <offby1@blarg.net>
935         * textmodes/ispell.el (ispell-check-version):
936         Ignore hyphen, and all that follows, in aspell's version text.
938 2005-10-08  Jay Belanger  <belanger@truman.edu>
940         * calc/calc-arith.el (math-known-square-matrixp): New function.
941         (math-pow-fancy): Check for matrices before distributing exponent
942         across products.
944         * calc/calc-keypd.el (calc-do-keypad): Widen keypad window for
945         fullscreen keypad.  Suggested by Luc Teirlinck.
946         (calc-keypad-show-input): Add space for formatting.
948         * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec):
949         Add square matrix option.
951         * calc/calc-poly.el (math-expand-term): Check for matrices instead
952         of checking calc-matrix-mode when deciding how to expand.
954         * calc/calc.el (calc-set-mode-line): Add square matrix option.
956 2005-10-08  Lars Hansen  <larsh@soem.dk>
958         * net/tramp.el (tramp-perl-directory-files-and-attributes):
959         Add error handling.
960         (tramp-handle-directory-files-and-attributes): Handle perl error msg.
962 2005-10-08  Michael Albinus  <michael.albinus@gmx.de>
964         Sync with Tramp 2.0.51.
966         * net/tramp.el (tramp-handle-set-visited-file-modtime)
967         (tramp-handle-insert-file-contents, tramp-handle-write-region):
968         Insert special handling for `last-coding-system-used', again
969         it still seems to be necessary (unlike stated before).
970         Reported by Toshinori Sugita <sugita@d-pad.co.jp>.
971         (tramp-password-prompt-regexp): There might be other words before
972         trailing ":".  Reported by Kurt Steinkraus <kurt@steinkraus.us>.
973         (tramp-chunksize): Improve docstring.
974         (tramp-set-auto-save-file-modes): Octal integer code #o600 breaks
975         Emacs 20.  Use `tramp-octal-to-decimal' therefore.  Reported by
976         Christian Joergensen <bugs@razor.dk>.
978 2005-10-07  Glenn Morris  <rgm@gnu.org>
980         * progmodes/f90.el (f90-keywords-re, f90-mode): Doc fix.
981         (f90-font-lock-keywords-2, f90-mode-abbrev-table): Add `double
982         precision'.
984 2005-10-07  Romain Francoise  <romain@orebokech.com>
986         * ibuf-ext.el (ibuffer-do-shell-command-pipe)
987         (ibuffer-do-shell-command-pipe-replace)
988         (ibuffer-do-shell-command-file, ibuffer-do-eval)
989         (ibuffer-do-view-and-eval, ibuffer-do-rename-uniquely)
990         (ibuffer-do-revert, ibuffer-do-replace-regexp)
991         (ibuffer-do-query-replace, ibuffer-do-query-replace-regexp)
992         (ibuffer-do-print, ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
993         (ibuffer-filter-by-name, ibuffer-filter-by-filename)
994         (ibuffer-filter-by-size-gt, ibuffer-filter-by-size-lt)
995         (ibuffer-filter-by-content, ibuffer-filter-by-predicate
996         (ibuffer-do-sort-by-major-mode, ibuffer-do-sort-by-mode-name)
997         (ibuffer-do-sort-by-alphabetic, ibuffer-do-sort-by-size):
998         Autoload file sans suffix.
1000         * emulation/cua-base.el (cua-toggle-global-mark): Likewise.
1002 2005-10-07  David Ponce  <david@dponce.com>
1004         * recentf.el (recentf-menu-open-all-flag): New option.
1005         (recentf-digit-shortcut-command-name): New function.
1006         (recentf--shortcuts-keymap): New variable.
1007         (recentf-menu-shortcuts): New variable.
1008         (recentf-make-menu-items): Initialize it.  Replace the "More..."
1009         menu item by "All...", if `recentf-menu-open-all-flag' is non-nil.
1010         (recentf-menu-value-shortcut): New function.
1011         (recentf-make-menu-item): Use it.  No more in-lined.
1012         (recentf-dialog-mode-map): Base on `recentf--shortcuts-keymap'.
1013         (recentf-open-most-recent-file): Rename from
1014         `recentf-open-file-with-key'.  Don't depend on key binding.
1015         (recentf-mode-map): New variable.
1016         (recentf-mode): Use it.
1018 2005-10-06  Bill Wohler  <wohler@newt.com>
1020         * mh-e/mh-loaddefs.el: Remove.  Now generated automatically.
1022         * Makefile.in (AUTOGENEL): Add mh-e/mh-loaddefs.el.
1023         (MH-E-SRC): New.  Used by mh-autoloads.
1024         (mh-autoloads): New.  Builds mh-e/mh-loaddefs.el.  Rebuilds if any
1025         files in MH-E-SRC have been updated.
1026         (compile, recompile, bootstrap): Depend on mh-autoloads.
1028 2005-10-07  Nick Roberts  <nickrob@snap.net.nz>
1030         * progmodes/gud.el (gud-menu-map): Only display un-intuitive
1031         gud-break and gud-remove icons when the fringe is not available.
1033         * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width):
1034         Typo.
1036 2005-10-06  Michael Cadilhac  <michael.cadilhac-@t-lrde.epita.fr>  (tiny change)
1038         * play/zone.el (zone): Wrap body with save-window-excursion.
1040 2005-10-06  Stefan Monnier  <monnier@iro.umontreal.ca>
1042         * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
1043         Use the new `list-only' arg to diary-list-entries.
1045         * calendar/diary-lib.el: Use overlays rather than selective-display.
1046         (diary-selective-display): New var.
1047         (diary-header-line-format): Use it.
1048         (diary-list-entries): Add argument `list-only'.
1049         Put the buffer in diary-mode.  Don't add \^M at beg and end.
1050         Replace \^M by invisible overlays.
1051         (diary-unhide-everything): Replace \^M by invisible overlays.
1052         (print-diary-entries): Look for overlays rather than \^M.
1053         Add a space to the temp buffer name.
1054         (diary-show-all-entries, mark-diary-entries, make-diary-entry):
1055         Put the buffer in diary-mode.
1056         (list-sexp-diary-entries): Replace \^M by invisible overlays.
1057         (diary-anniversary): Make the year arg optional.
1058         (diary-time-regexp): New const.
1059         (diary-font-lock-keywords): Use it to accept a few more time formats.
1061         * pcvs.el (cvs-sentinel): Make sure we do re-enable undo.
1063 2005-10-06  Thien-Thi Nguyen  <ttn@gnu.org>
1065         * textmodes/artist.el (artist-ellipse-mirror-quadrant):
1066         Fix bug introduced 2005-07-03: Use (car (last ...))
1067         to faithfully reproduce replaced artist-last.
1068         (artist-set-arrow-points-for-poly): Likewise.
1069         Suggested by Johan Bockg\e,Ae\e(Brd.
1071 2005-10-06  Juanma Barranquero  <lekktu@gmail.com>
1073         * dframe.el (x-pointer-hand2, x-pointer-top-left-arrow):
1074         * wid-edit.el (widget):
1075         * progmodes/gdb-ui.el (gdb-buffer-fringe-width):
1076         * progmodes/vhdl-mode.el (speedbar-attached-frame): Add defvars.
1078 2005-10-06  Kenichi Handa  <handa@m17n.org>
1080         * international/mule-cmds.el (set-language-environment):
1081         Fix setting up of case-table for unibyte mode.
1083         * simple.el (what-cursor-position): If the character is displayed
1084         by some `display' text property, show that.  Don't use
1085         single-key-description for eight-bit characters in multibyte mode.
1087 2005-10-06  Nick Roberts  <nickrob@snap.net.nz>
1089         * progmodes/gdb-ui.el (gdb-fringe-width): New variable.
1090         (gdb-ann3): Set it.
1091         (gdb-put-breakpoint-icon): Don't take fringe-width from speedbar frame.
1092         (gdb-info-frames-custom): Use inverse-video for first five
1093         characters of selected frame only.
1094         (gdb-get-frame-number): Select frame even when point is on frame
1095         number.
1097 2005-10-06  Masatake YAMATO  <jet@gyve.org>
1099         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
1100         Put `font-lock-function-name-face'.
1101         (gdb-info-frames-custom): Put `font-lock-function-name-face'
1102         and `font-lock-variable-name-face'
1103         (gdb-registers-font-lock-keywords): New font lock keywords definition.
1104         (gdb-registers-mode): Use `gdb-registers-font-lock-keywords`.
1105         (gdb-memory-font-lock-keywords): New font lock keywords definition.
1106         (gdb-memory-mode): Use `gdb-memory-font-lock-keywords'.
1107         (gdb-local-font-lock-keywords): New font lock keywords definition.
1108         (gdb-locals-mode): Use `gdb-local-font-lock-keywords'
1109         (gdb-threads-font-lock-keywords): New font lock keywords definition.
1110         (gdb-threads-mode): Use `gdb-threads-font-lock-keywords'.
1112 2005-10-05  Michael Kifer  <kifer@cs.stonybrook.edu>
1114         * ediff-merge.el (ediff-merge-region-is-non-clash): New defsubst.
1115         (ediff-merge-region-is-non-clash-to-skip): Previously called
1116         ediff-merge-region-is-non-clash.
1118         * ediff-mult.el (ediff-append-custom-diff, ediff-meta-show-patch):
1119         Use insert-buffer-substring.
1121         * ediff-ptch.el (ediff-fixup-patch-map): Use better heuristics for
1122         selecting files to patch.  Also bug fixes.
1124         * ediff-util.el (ediff-setup): Bug fix.
1125         (ediff-next-difference): Never skip clashes that differ in white
1126         space only.
1128         * ediff-wind.el (ediff-setup-control-frame)
1129         (ediff-destroy-control-frame): Check the menubar feature.
1131         * viper-cmd.el (viper-normalize-minor-mode-map-alist)
1132         (viper-refresh-mode-line): Use make-local-variable to localize
1133         some vars instead of make-variable-buffer-local.  Suggested by
1134         Stefan Monnier.
1136         * viper-init.el (viper-make-variable-buffer-local): Delete alias.
1137         (viper-restore-cursor-type, viper-set-insert-cursor-type):
1138         Use make-local-variable instead of make-variable-buffer-local.
1139         Suggested by Stefan Monnier.
1141         * viper.el (viper-mode): Don't use viper-make-variable-buffer-local.
1142         (viper-comint-mode-hook): Use make-local-variable on
1143         require-final-newline.
1144         (viper-non-hook-settings): Don't use make-variable-buffer-local.
1146 2005-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
1148         * progmodes/scheme.el (scheme-mode-syntax-table): Mark ; as being
1149         also the second char of a comment-start sequence.
1150         (scheme-sexp-comment-syntax-table): New var.
1151         (lambda, define): Set their scheme-doc-string-elt property.
1152         (scheme-font-lock-syntactic-face-function): Handle sexp-comments.
1153         Use lisp-font-lock-syntactic-face-function now that it properly
1154         handles |...| symbols.
1155         (scheme-mode-variables): Set lisp-doc-string-elt-property,
1156         parse-sexp-lookup-properties and font-lock-extra-managed-props.
1158         * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Move the nesting
1159         bit from # to |.
1160         (lisp-font-lock-syntactic-face-function): Distinguish |...| symbols.
1162         * emacs-lisp/lisp-mode.el (lambda): Add its doc-string-elt property.
1163         (lisp-doc-string-elt-property): New var.
1164         (lisp-font-lock-syntactic-face-function): Use it.
1165         Rewrite to recognize docstrings even for forms not at toplevel.
1167         * progmodes/scheme.el (scheme-mode-syntax-table): Put the nested
1168         annotation on the | part of #| rather than on the # part.
1169         (scheme-font-lock-syntactic-face-function): New function, to
1170         distinguish strings from |...| symbols.
1171         (scheme-mode-variables): Use it.  Also fix up the font-lock-time
1172         syntax-table so that #|...|# is properly highlighted.
1174         * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):
1175         Don't mark as docstring the 3rd elem of an unknown toplevel form.
1177 2005-10-04  Stefan Monnier  <monnier@iro.umontreal.ca>
1179         * bindings.el (global-map): Resync [home] and [end] bindings with C-a
1180         and C-e.
1182         * emacs-lisp/eldoc.el: Move comments into docstrings.
1183         (eldoc-message-commands): Initialize in its declaration.
1184         Add move-beginning-of-line and move-end-of-line.
1185         (eldoc-add-command, eldoc-add-command-completions)
1186         (eldoc-remove-command, eldoc-remove-command-completions): Simplify.
1188         * outline.el (outline-mark-subtree): Activate the mark.
1190         * calendar/appt.el (appt-time-regexp): New var.
1191         (appt-add, appt-make-list): Use it.
1192         (appt-convert-time): Clean up.
1194         * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
1195         Don't set any syntax-table property here.
1196         (tex-font-lock-verb): New function.  Do it here.
1197         (tex-font-lock-syntactic-keywords): Use it.
1199 2005-10-04  Richard M. Stallman  <rms@gnu.org>
1201         * wid-edit.el (widget-file-complete): Get the widget start point
1202         the right way.  Default directory to `/' if file has none.
1204         * x-dnd.el (x-dnd-drop-data): Check for dedicated windows.
1206         * textmodes/flyspell.el (flyspell-mode-on):
1207         Call ispell-maybe-find-aspell-dictionaries.
1209         * textmodes/ispell.el (ispell-word, ispell-region):
1210         Call ispell-maybe-find-aspell-dictionaries.
1211         (ispell-accept-buffer-local-defs):
1212         Don't call ispell-maybe-find-aspell-dictionaries
1214 2005-10-04  Richard M. Stallman  <rms@gnu.org>
1216         * iswitchb.el (iswitchb-buffer-ignore): Label it risky.
1218 2005-10-04  Emilio C. Lopes  <eclig@gmx.net>
1220         * iswitchb.el (iswitchb-ignore-buffername-p): Use `functionp'
1221         instead of `fboundp' in order to allow for anonymous functions.
1223 2005-10-04  Chong Yidong  <cyd@stupidchicken.com>
1225         * info.el (Info-next, Info-prev, Info-up): Select info buffer, in
1226         case the user clicks on the link while another window is selected.
1227         (Info-speedbar-hierarchy-buttons): Use speedbar-current-frame.
1229         * dframe.el (dframe-update-keymap): Use mouse-1-click-follows-link
1230         functionality.
1231         (dframe-help-echo): Save point in case mouse tracking is off.
1233 2005-10-04  Thien-Thi Nguyen  <ttn@gnu.org>
1235         * net/ange-ftp.el (ange-ftp-ls): Fix typo introduced in last change.
1237 2005-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1239         * progmodes/cc-styles.el (c-setup-paragraph-variables): Make sure we do
1240         not change the global value of those vars.
1242         * progmodes/cc-mode.el (c-basic-common-init): Remove calls to
1243         make-local-variable which we do not need any more.
1245 2005-10-03  Chong Yidong  <cyd@stupidchicken.com>
1247         * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path)
1248         (speedbar-ignored-path-expressions, speedbar-buffers-line-path)
1249         (speedbar-add-ignored-path-regexp, speedbar-buffers-line-path)
1250         (speedbar-path-line): Define obsolete aliases.
1251         (speedbar-line-directory): Doc fix.
1253         * progmodes/vhdl-mode.el (vhdl-speedbar-initialize)
1254         (vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory
1255         instead of speedbar-line-path.
1257 2005-10-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
1259         * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window
1260         to nil if dropping on a window.  Handle dropping on a minibuffer window
1261         like dropping on a non-window part of Emacs.
1263 2005-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1265         * net/ange-ftp.el: Use with-current-buffer.
1266         (ange-ftp-insert-directory): Do not follow symlinks any more.
1268         * textmodes/ispell.el (ispell-find-aspell-dictionaries):
1269         Remove interactive spec.
1271 2005-10-03  Kim F. Storm  <storm@cua.dk>
1273         * ido.el (ido-mode): Use custom-initialize-set.
1275 2005-10-02  Richard M. Stallman  <rms@gnu.org>
1277         * progmodes/ebnf2ps.el (ebnf-eps-production-list):
1278         Use insert-buffer-substring.
1280         * net/tramp.el: Pacify byte compiler warnings in pacification code.
1281         (tramp-handle-file-local-copy): Use insert-buffer-substring.
1283 2005-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1285         * net/ange-ftp.el (ange-ftp-insert-directory): Undo unintended part
1286         in last change.
1287         (ange-ftp-insert-directory): Fix up the search for the case where
1288         `file' is absolute.
1290 2005-10-02  Romain Francoise  <romain@orebokech.com>
1292         * progmodes/compile.el (compile-goto-error): Delete extra paren.
1294 2005-10-02  Andreas Schwab  <schwab@suse.de>
1296         * ediff-ptch.el (ediff-fixup-patch-map): Handle file names without
1297         directory component in the session info.
1299 2005-10-01  Richard M. Stallman  <rms@gnu.org>
1301         * comint.el (comint-redirect-subvert-readonly): Doc fix.
1303         * simple.el (next-error-internal): New function.
1305         * progmodes/compile.el (compilation-buffer-name): New arg MODE-COMMAND.
1306         (compilation-start): Pass new arg to compilation-buffer-name.
1307         (compile-goto-error): Use next-error-internal.
1309 2005-10-01  Chong Yidong  <cyd@stupidchicken.com>
1311         * speedbar.el: Remove RCS tag.
1312         (speedbar-check-read-only): Handle non-existent files.
1314         * dframe.el, ezimage.el, sb-image.el: Remove RCS tags.
1316         * info.el (Info-speedbar-hierarchy-buttons)
1317         (Info-speedbar-goto-node): Call speedbar-select-attached-frame.
1319 2005-10-01  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
1321         * textmodes/bibtex.el (bibtex-valid-entry-whitespace-re):
1322         Do not match newline.
1323         (bibtex-realign): Do not use bibtex-valid-entry-whitespace-re.
1324         (bibtex-summary): Remove unnecessary save-excursion.
1325         (bibtex-fill-field-bounds): Use fill-region-as-paragraph.
1327 2005-10-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1329         * term/mac-win.el: Add charset info for "iso10646-1".
1330         Modify default fontset to use ATSUI-compatible fonts for some charsets
1331         if available.
1333 2005-10-01  Chong Yidong  <cyd@stupidchicken.com>
1335         * speedbar.el: Re-apply arch tag.
1336         (speedbar-version): Rename to version 1.0.  Suggested by Eric
1337         M. Ludlam.
1338         Reapply two changes from Emacs CVS' version of speedbar lost
1339         during the merge:
1340         (speedbar-use-imenu-flag): Avoid unnecessary use of locate-library.
1341         (speedbar-frame-parameters): Improve customize type.
1343 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
1345         * net/ange-ftp.el (ange-ftp-gwp-start): Use with-current-buffer.
1346         (ange-ftp-file-directory-p): Fix the symlink case.
1347         (ange-ftp-insert-directory): When listing a single file, get a list of
1348         the parent buffer and extract the relevant line.  Inspired from a patch
1349         by Katsumi Yamaoka <yamaoka@jpl.org>.
1350         (ange-ftp-file-name-sans-versions): Simplify.
1352 2005-09-30  Bill Wohler  <wohler@newt.com>
1354         Move MH-E image files from toolbar and mail directories into
1355         etc/images.
1357         * mail/reply2.*: Move to etc/images/mail/reply*.
1359         * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm:
1360         * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Move to
1361         etc/images.
1363         * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*:
1364         * toolbar/reply*: Move to etc/images/mail.
1366         * toolbar/rescan.*: Move and rename to etc/images/refresh.*.
1368 2005-09-30  Eric M. Ludlam <zappo@gnu.org>
1370         * speedbar.el: New version 1.0pre3.
1372         Frame management code (including timer, and mouse click specifics)
1373         moved to dframe.el:
1374         (speedbar-attached-frame): Removed.  Use dframe-attached-frame.
1375         (speedbar-timer): Removed.  Use dframe-timer.
1376         (speedbar-close-frame): Removed.  Use dframe-close-frame.
1377         (speedbar-activity-change-focus-flag): Removed.  Use
1378         dframe-activity-change-focus-flag.
1379         (speedbar-update-speed, speedbar-navigating-speed): Obsolete.  Use
1380         dframe-update-speed.
1382         (speedbar-current-frame): New macro.  Use this instead of the
1383         variable speedbar-frame.
1385         (speedbar-use-images, speedbar-expand-image-button-alist)
1386         (speedbar-insert-image-button-maybe): Moved to sb-image.el.
1388         (speedbar-find-image-on-load-path): Removed.  Replaced by
1389         defezimage in ezimage.el.
1390         (speedbar-expand-image-button-alist): Removed.  Replaced by
1391         ezimage-expand-image-button-alist in ezimage.el.
1393         (speedbar-ignored-directory-regexp)
1394         (speedbar-add-ignored-directory-regexp)
1395         (speedbar-ignored-directory-expressions)
1396         (speedbar-line-directory, speedbar-buffers-line-directory)
1397         (speedbar-directory-line, speedbar-buffers-line-directory):
1398         Renamed, replacing `path' with `directory'.
1400         (speedbar-create-directory, speedbar-expand-line-descendants)
1401         (speedbar-toggle-line-expansion)
1402         (speedbar-contract-line-descendants): New commands.
1404         (speedbar-query-confirmation-method, speedbar-select-frame-method)
1405         (speedbar-use-tool-tips-flag): New options.
1407         (speedbar-check-read-only, speedbar-require-version)
1408         (speedbar-insert-separator, speedbar-buffers-tail-notes)
1409         (speedbar-handle-delete-frame, speedbar-try-completion)
1410         (speedbar-update-localized-contents): New functions.
1412         (speedbar-incompatible-version, speedbar-ro-to-do-point)
1413         (speedbar-object-read-only-indicator): New variables.
1415         (speedbar-visiting-tag-hook, speedbar-before-visiting-file-hook):
1416         New hooks.
1418         (speedbar-separator-face): New face.
1420         (speedbar-supported-extension-expressions): Add `.g' and `.ma?k'.
1421         (speedbar-ignored-modes): Add fundamental-mode.
1422         (speedbar-directory-unshown-regexp): Add . directories.
1424         (speedbar-key-map): Remove old SPC and DEL page up/down keys.
1425         (speedbar-file-key-map): Add SPC to toggle node expansion, `[' and
1426         `]' for full expand/close.
1427         (speedbar-buffers-key-map): Add SPC to toggle node expansion.
1429         (speedbar-check-vc): Support hidden files.
1430         (speedbar-vc-check-dir-p): Use vc-state if available for CVS.
1431         (speedbar-this-file-in-vc): Use vc-state if available.  If VC
1432         state is nil, it is not checked out.
1434         (speedbar-line-text, speedbar-line-token): Support expand buttons
1435         with no text.
1436         (speedbar-refresh): Universal argument acts as power-click.
1437         (speedbar-fetch-dynamic-tags): If a buffer is in Emacs, switch to
1438         that buffer to get variable values.
1440         And many other bugfixes.
1442         * dframe.el, ezimage.el, sb-image.el: New files.
1444         * sb-*.xpm: Remove files.  New image files installed into
1445         etc/images/ezimage.
1447 2005-09-30  Kenichi Handa  <handa@m17n.org>
1449         * ps-mule.el (ps-mule-show-warning): If a character is in
1450         ps-print-translation-table, don't treat it as non-printable.
1452 2005-09-30  David Ponce  <david@dponce.com>
1454         * tree-widget.el (tree-widget-themes-load-path): New variable.
1455         (tree-widget-themes-directory): Doc fix.
1456         (tree-widget-image-formats) [Emacs]: Doc fix.
1457         (tree-widget--locate-sub-directory): New function.
1458         (tree-widget-themes-directory): Use it.
1460         * recentf.el (recentf-filename-handlers): Rename from
1461         `recentf-filename-handler'.  Allow a list of functions.
1462         (recentf-menu-items-for-commands): Fix :help strings.
1463         (recentf-apply-filename-handlers): New function.
1464         (recentf-expand-file-name): Use it.
1465         (recentf-cleanup): Remove duplicates too.
1467 2005-09-29  Juri Linkov  <juri@jurta.org>
1469         * faces.el: Rearrange face definitions to be in the same order as
1470         their face descriptions in "(emacs)Standard Faces".
1472         * isearch.el (isearch, lazy-highlight): Add group `basic-faces'.
1474         * tooltip.el (tooltip): Add group `basic-faces'.
1476         * buff-menu.el (Buffer-menu-buffer): Remove group
1477         `font-lock-highlighting-faces'.
1479         * progmodes/compile.el (compilation-error, compilation-warning)
1480         (compilation-info, compilation-line-number, compilation-column-number):
1481         Change group from `font-lock-highlighting-faces' to `compilation'.
1483         * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
1484         (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face)
1485         (vhdl-font-lock-function-face, vhdl-font-lock-directive-face)
1486         (vhdl-font-lock-reserved-words-face)
1487         (vhdl-font-lock-translate-off-face, syntax-alist): Remove group
1488         `font-lock-highlighting-faces'.
1490         * cus-edit.el (custom-buffer-sort-alphabetically): Default to nil.
1492 2005-09-28  Kim F. Storm  <storm@cua.dk>
1494         * emulation/cua-base.el: Set CUA move property on additional commands:
1495         up-list, down-list, backward-up-list, end-of-defun beginning-of-defun,
1496         forward-sexp, backward-sexp, forward-list, backward-list.
1498 2005-09-28  Romain Francoise  <romain@orebokech.com>
1500         * comint.el (comint-show-output): Really set point at the
1501         beginning of the output when not using `comint-use-prompt-regexp'.
1503 2005-09-27  Jay Belanger  <belanger@truman.edu>
1505         * calc/calc-lang.el (math-oper-table): Raise the precedence of "/"
1506         in TeX mode.
1508 2005-09-26  Juanma Barranquero  <lekktu@gmail.com>
1510         * textmodes/org.el (org-table-sum): Fix format string.
1512         * textmodes/tex-mode.el (tex-insert-quote, latex-indent):
1513         Quote face names.
1515 2005-09-26  Romain Francoise  <romain@orebokech.com>
1517         * isearch.el (isearch-forward-regexp): Close doc string.
1519 2005-09-25  Richard M. Stallman  <rms@gnu.org>
1521         * simple.el (blink-matching-open): Don't no-op when point is BEGV+1.
1523         * isearch.el (isearch-forward, isearch-forward-regexp): Doc fixes.
1525         * progmodes/compile.el (compilation-error-properties):
1526         When getting the file from the previous error message,
1527         correctly decode the new data format.
1529         * progmodes/cc-cmds.el (c-electric-paren):
1530         Call old-blink-paren only for close-paren.
1532 2005-09-24  Andreas Schwab  <schwab@suse.de>
1534         * term/rxvt.el (rxvt-register-default-colors): Delete redundant
1535         condition.
1537 2005-09-25  Romain Francoise  <romain@orebokech.com>
1539         * dired-aux.el (dired-copy-file-recursive):
1540         * dired.el (dired-delete-file):
1541         * ediff-mult.el (ediff-dir-diff-copy-file):
1542         * ediff-util.el (ediff-test-save-region):
1543         * forms.el (forms-mode):
1544         * ido.el (ido-file-internal, ido-delete-file-at-head):
1545         * log-edit.el (log-edit-done):
1546         * ses.el (ses-yank-resize):
1547         * play/gomoku.el (gomoku-human-plays, gomoku)
1548         (gomoku-human-resigns, gomoku-prompt-for-other-game)
1549         (gomoku-offer-a-draw):
1550         * play/landmark.el (lm-human-resigns, lm):
1551         * net/eudcb-ldap.el (eudc-ldap-check-base):
1552         * play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game):
1553         * progmodes/ebrowse.el (ebrowse-find-pattern):
1554         * progmodes/idlw-shell.el (idlwave-shell-set-bp-check):
1555         * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer):
1556         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and space.
1558         * vc.el (vc-delete-file):
1559         * play/gomoku.el (gomoku-terminate-game, gomoku)
1560         (gomoku-prompt-for-move, gomoku-human-takes-back):
1561         * play/landmark.el (lm-human-takes-back, lm-prompt-for-move)
1562         (lm-start-robot, lm-human-plays): Remove extraneous spaces in messages.
1564 2005-09-24  Dan Nicolaescu  <dann@ics.uci.edu>
1566         * term/rxvt.el (rxvt-register-default-colors): Add support for 255
1567         color rxvt terminals by using the code xterm.el used to use before
1568         2005-04-09 in order to match the colors used by rxvt.
1570 2005-09-24  Emanuele Giaquinta <emanuele.giaquinta@gmail.com>  (tiny change)
1572         * term/rxvt.el (rxvt-register-default-colors): Add support for 88
1573         colors rxvt-unicode terminals by using the same code as xterm.el.
1575 2005-09-24  Stefan Monnier  <monnier@iro.umontreal.ca>
1577         * textmodes/tex-mode.el (tex-font-lock-append-prop)
1578         (tex-font-lock-suscript, tex-insert-quote, latex-indent): Adjust to the
1579         new symbol used for the tex-verbatim face.
1581 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
1583         * woman.el (woman-file-name):
1584         * wid-edit.el (widget-file-prompt-value)
1585         (widget-coding-system-prompt-value):
1586         * w32-fns.el (set-w32-system-coding-system):
1587         * vc.el (vc-version-diff, vc-annotate):
1588         * textmodes/reftex-auc.el (reftex-arg-cite)
1589         (reftex-arg-index-tag):
1590         * textmodes/refer.el (refer-get-bib-files):
1591         * textmodes/artist.el (artist-figlet-choose-font):
1592         * terminal.el (terminal-emulator):
1593         * replace.el (occur-read-primary-args):
1594         * rect.el (string-rectangle, string-insert-rectangle):
1595         * ps-print.el (ps-print-preprint):
1596         * progmodes/pascal.el (pascal-goto-defun):
1597         * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
1598         * progmodes/compile.el (compilation-find-file):
1599         * printing.el (pr-interactive-n-up):
1600         * play/animate.el (animate-birthday-present):
1601         * net/rcompile.el (remote-compile):
1602         * man.el (man, Man-goto-section, Man-follow-manual-reference):
1603         * mail/rmailsum.el (rmail-summary-search-backward)
1604         (rmail-summary-search):
1605         * mail/rmailout.el (rmail-output-read-rmail-file-name)
1606         (rmail-output-read-file-name):
1607         * mail/rmail.el (rmail-search, rmail-search-backwards):
1608         * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
1609         * locate.el (locate):
1610         * international/quail.el (quail-show-keyboard-layout):
1611         * international/mule.el (set-buffer-file-coding-system)
1612         (revert-buffer-with-coding-system, set-file-name-coding-system)
1613         (set-terminal-coding-system, set-keyboard-coding-system)
1614         (set-next-selection-coding-system):
1615         * international/mule-diag.el (describe-coding-system)
1616         (describe-font, describe-fontset):
1617         * international/mule-cmds.el (universal-coding-system-argument)
1618         (search-unencodable-char, describe-input-method)
1619         (set-language-environment, describe-language-environment):
1620         * international/codepage.el (codepage-setup):
1621         * international/code-pages.el (codepage-setup):
1622         * info.el (Info-search, Info-follow-reference)
1623         (Info-search-backward):
1624         * emacs-lisp/advice.el (ad-read-advised-function)
1625         (ad-read-advice-class, ad-clear-cache, ad-activate)
1626         (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
1627         (ad-enable-advice, ad-disable-advice, ad-remove-advice)
1628         (ad-read-regexp):
1629         * ediff-util.el (ediff-toggle-regexp-match):
1630         * ediff-ptch.el (ediff-prompt-for-patch-file):
1631         * dired-aux.el (dired-diff):
1632         * diff.el (diff):
1633         * cus-edit.el (custom-variable-prompt):
1634         * calendar/timeclock.el (timeclock-ask-for-project):
1635         * calc/calcalg3.el (calc-get-fit-variables):
1636         * calc/calc-store.el (calc-edit-variable)
1637         (calc-permanent-variable):
1638         * vc-mcvs.el (vc-mcvs-register):
1639         * shadowfile.el (shadow-define-literal-group):
1640         * woman.el (woman-file-name):
1641         * vc.el (vc-version-diff, vc-merge):
1642         * textmodes/reftex-index.el (reftex-index-complete-tag):
1643         * format.el (format-decode-buffer, format-decode-region):
1644         * emulation/viper-cmd.el (viper-read-string-with-history):
1645         * emacs-lisp/debug.el (cancel-debug-on-entry):
1646         * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
1647         * ediff.el (ediff-merge-revisions)
1648         (ediff-merge-revisions-with-ancestor, ediff-revision):
1649         * completion.el (interactive-completion-string-reader):
1650         * calc/calc-prog.el (calc-user-define-formula):
1651         Follow convention for reading with the minibuffer.
1653 2005-09-24  Steven Huwig  <steven_h@acm.org>  (tiny change)
1655         * progmodes/python.el (python-describe-symbol): Add globals() and
1656         locals() to the arguments of emacs.ehelp.
1658 2005-09-24  Magnus Henoch  <mange@freemail.hu>
1660         * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries):
1661         New function, code extracted from ispell-valid-dictionary-list.
1662         (ispell-valid-dictionary-list, ispell-accept-buffer-local-defs):
1663         Call it.
1665 2005-09-24  Eli Zaretskii  <eliz@gnu.org>
1667         * subr.el (version-regexp-alist): Extend valid syntax for version
1668         strings: allow any of the characters -,_,+ to separate the
1669         alpha/beta/rc part from the version part.  Doc fix.
1670         (version-to-list): Doc fix.  Bind case-fold-search to t, as advertised.
1672 2005-09-23  David Reitter  <david.reitter@gmail.com>
1674         * mail/mailclient.el: New file.
1676 2005-09-23  Richard M. Stallman  <rms@gnu.org>
1678         * textmodes/flyspell.el (flyspell-highlight-incorrect-region)
1679         (flyspell-incorrect-hook, flyspell-highlight-duplicate-region):
1680         Doc fixes.
1682         * progmodes/cc-mode.el (c-font-lock-init):
1683         Specify font-lock-lines-before.
1685 2005-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
1687         * smerge-mode.el (smerge-remove-props): Cause re-highlighting of the
1688         whole conflict.
1690 2005-09-23  Carsten Dominik  <dominik@science.uva.nl>
1692         * textmodes/org.el (org-mode-map, orgtbl-mode-map):
1693         Move keybindings with `C-c C-h' prefix to `C-c C-x' prefix.  Make use
1694         of `remap' feature when available.  Additional key bindings for
1695         better tty support.
1696         (org-mode-restart, org-force-self-insert): New commands.
1697         (org-time-stamp-inactive): New command.
1698         (org-remap): New function.
1699         (org-table-auto-blank-field, org-level-color-stars-only): New options.
1700         (org-enable-fixed-width-editor): Move to `org-structure'
1701         customization group.
1702         (org-self-insert-command, orgtbl-self-insert-command): Modify to
1703         blank field after field motion commands.
1705 2005-09-23  Kenichi Handa  <handa@m17n.org>
1707         * international/mule-cmds.el (set-language-environment):
1708         Don't check utf-translate-cjk-lang-env is nil or not on deciding if we
1709         have to call utf-translate-cjk-load-tables.
1711 2005-09-22  Stefan Monnier  <monnier@iro.umontreal.ca>
1713         * mouse.el (mouse-move-drag-overlay): Fix last change.
1715 2005-09-22  David Ponce  <david@dponce.com>
1717         * tree-widget.el (tree-widget-value-create): Fix previous change.
1719 2005-09-21  Dan Nicolaescu  <dann@ics.uci.edu>
1721         * term/xterm.el (terminal-init-xterm): Fix loading rxvt at run time.
1723 2005-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1725         * mouse.el (mouse-move-drag-overlay): New function.
1726         (mouse-drag-region-1): Use it.
1727         Try to simplify a bit the state handling.  Handle clicks on links
1728         inside intangible areas.
1729         (mouse-save-then-kill): Minor simplification.
1730         (mouse-secondary-overlay): Make it always non-nil instead of
1731         recreating it each time.
1732         (mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary)
1733         (mouse-kill-secondary, mouse-secondary-save-then-kill):
1734         Simplify accordingly.
1736 2005-09-21  Dan Nicolaescu  <dann@ics.uci.edu>
1738         * term/rxvt.el (rxvt-standard-colors): Fix some colors.
1740 2005-09-20  Michael Kifer  <kifer@cs.stonybrook.edu>
1742         * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt.
1743         (ediff-file-name-sans-prefix): Treat nil as an empty string.
1744         (ediff-fixup-patch-map): Better heuristic for intuiting the file names
1745         to patch.
1747         * ediff-util.el: Use insert-buffer-substring.
1749         * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Bug fix.
1751         * emulation/viper-cmd.el (viper-change-state): Don't move over the
1752         field boundaries in the minibuffer.
1753         (viper-set-minibuffer-style): Add viper-minibuffer-post-command-hook.
1754         (viper-minibuffer-post-command-hook): New hook.
1755         (viper-line): Don't move cursor at bolp.
1757         * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Fix message.
1759         * emulation/viper-init.el: Add alias to make-variable-buffer-local to
1760         avoid compiler warnings.
1762         * emulation/viper-macs.el (ex-map): Better messages.
1764         * emulation/viper-utils.el (viper-beginning-of-field): New function.
1766         * emulation/viper.el: Replace make-variable-buffer-local with
1767         viper-make-variable-buffer-local everywhere, to avoid warnings.
1769 2005-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1771         * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
1772         Delete unused var `old-selected-window'.
1773         (mouse-drag-region-1): Delete unused vars `start-frame', `end-of-range'.
1774         (mouse-drag-secondary): Delete unused var `start-frame'.
1776 2005-09-19  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>  (tiny change)
1778         * term/rxvt.el (terminal-init-rxvt): Add entry for [end].
1780 2005-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1782         * calendar/calendar.el (mark-visible-calendar-date): Save excursion.
1783         Re-indent within 80 columns.  Use inhibit-read-only.
1785 2005-09-19  Romain Francoise  <romain@orebokech.com>
1787         * calendar/diary-lib.el (mark-diary-entries): Revert last change.
1789 2005-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1791         * font-lock.el (font-lock-default-fontify-region): Don't add a line
1792         unconditionally, since the after-change-function already did it.
1794 2005-09-19  Miles Bader  <miles@gnu.org>
1796         * net/newsticker.el: Get rid of CVS keyword.
1798 2005-09-19  Johan Bockg\e,Ae\e(Brd  <bojohan+sf@dd.chalmers.se>
1800         * dired-aux.el (dired-handle-overwrite): Don't use `format' here.
1801         The prompt is formatted later.
1803 2005-09-19  David Ponce  <david@dponce.com>
1805         * tree-widget.el (tree-widget-value-create): Save the converted
1806         tree :node widget.
1808 2005-09-19  Juanma Barranquero  <lekktu@gmail.com>
1810         * progmodes/sh-script.el (sh-blink): Fix spurious reference to
1811         variable `message'.
1813 2005-09-18  Michael Albinus  <michael.albinus@gmx.de>
1815         * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
1816         to cover prompts like "login as:".  Reported by Slawomir Nowaczyk
1817         <slawomir.nowaczyk.847@student.lu.se>.
1819 2005-09-18  Chong Yidong  <cyd@stupidchicken.com>
1821         * image.el (image-load-path): Use symbol `data-directory' instead
1822         of its value, for backward compatibility with packages that bind
1823         it during `find-image'.  Suggested by Katsumi Yamaoka.
1824         (image-search-load-path): Handle symbols whose values are strings.
1826 2005-09-18  Romain Francoise  <romain@orebokech.com>
1828         * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap
1829         with-current-buffer form in save-excursion.
1831 2005-09-18  D Goel  <deego@gnufans.org>
1833         * apropos.el (apropos-command): Fix `message' call: first arg
1834         should be a format spec.  In this and all other cases that appear
1835         below and elsewhere in the source code, I made a change only when
1836         two conditions were satisfied: [1] I can think of a possibility
1837         that the arguments would cause an error, for example, the code in
1838         question relies on external variables such as filenames.  [2] I
1839         was sure that the arg to `message' could not have been nil in the code.
1841         * textmodes/tildify.el (tildify-region): Ditto.
1843         * textmodes/reftex-index.el (reftex-index-change-entry)
1844         (reftex-index-phrase-selection-or-word, reftex-query-index-phrase):
1845         * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite):
1846         * textmodes/org.el (org-complete, org-deadline, org-schedule)
1847         (org-priority, org-table-sum):
1848         * textmodes/ispell.el (ispell-check-version, ispell-parse-output):
1849         * textmodes/flyspell.el (flyspell-mode-on, flyspell-notify-misspell)
1850         (flyspell-word, flyspell-display-next-corrections):
1851         * textmodes/bibtex.el (bibtex-print-help-message):
1852         * textmodes/artist.el (artist-key-set-point-poly):
1853         * term/mac-win.el (mac-services-insert-text):
1854         * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings)
1855         (vhdl-hooked-abbrev, vhdl-template-insert-fun)
1856         (vhdl-port-paste-testbench, vhdl-compose-new-component)
1857         (vhdl-compose-configuration):
1858         * progmodes/sh-script.el (sh-blink, sh-show-indent)
1859         (sh-set-indent, sh-learn-line-indent):
1860         * progmodes/ps-mode.el (ps-mode-target-column):
1861         * progmodes/idlwave.el (idlwave-make-tags)
1862         (idlwave-scan-library-catalogs):
1863         * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display):
1864         * progmodes/gud.el (gud-jdb-analyze-source):
1865         * progmodes/flymake.el (flymake-log):
1866         * progmodes/ebnf2ps.el (ebnf-generate-region):
1867         * progmodes/cmacexp.el (c-macro-expansion):
1868         * progmodes/ada-xref.el (ada-treat-cmd-string):
1869         * progmodes/ada-mode.el (ada-create-case-exception-substring)
1870         (ada-justified-indent-current, ada-batch-reformat):
1871         * play/zone.el (zone):
1872         * play/landmark.el (lm-move):
1873         * play/decipher.el (decipher-show-alphabet):
1874         * net/newsticker.el (newsticker--display-jump)
1875         (newsticker--display-scroll):
1876         * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list)
1877         (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list):
1878         * mail/feedmail.el (feedmail-dump-message-to-queue):
1879         * eshell/esh-proc.el (eshell-remove-process-entry):
1880         * emulation/ws-mode.el (ws-last-error):
1881         * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args)
1882         (viper-record-kbd-macro):
1883         * emulation/viper-ex.el (ex-pwd, viper-info-on-file):
1884         * emacs-lisp/lisp-mnt.el (lm-report-bug):
1885         * emacs-lisp/find-func.el (find-function-noselect):
1886         * calendar/timeclock.el (timeclock-status-string)
1887         (timeclock-workday-remaining-string, timeclock-workday-elapsed-string)
1888         (timeclock-when-to-leave-string):
1889         * calendar/icalendar.el (icalendar--convert-ical-to-diary):
1890         * calc/calc-units.el (calc-enter-units-table):
1891         * calc/calc-mode.el (calc-mode-record-mode):
1892         * woman.el (woman-mini-help):
1893         * wdired.el (wdired-change-to-wdired-mode):
1894         * vc.el (vc-retrieve-snapshot):
1895         * strokes.el (strokes-read-stroke, strokes-read-complex-stroke):
1896         * startup.el (display-startup-echo-area-message):
1897         * simple.el (set-goal-column):
1898         * ses.el (ses-command-hook, ses-recalculate-cell):
1899         * server.el (server-process-filter):
1900         * printing.el (pr-interface-txt-print, pr-interface-printify)
1901         (pr-interface-ps):
1902         * pcvs.el (cvs-help):
1903         * log-edit.el (log-edit, log-edit-mode-help):
1904         * iswitchb.el (iswitchb-possible-new-buffer):
1905         * isearch.el (isearch-edit-string):
1906         * image-mode.el (image-mode, image-minor-mode):
1907         * ibuf-macs.el (define-ibuffer-filter):
1908         * hi-lock.el (hi-lock-find-patterns):
1909         * files.el (toggle-read-only):
1910         * ediff-util.el (ediff-copy-diff)
1911         (ediff-write-merge-buffer-and-maybe-kill):
1912         * echistory.el (Electric-history-undefined):
1913         * dnd.el (dnd-insert-text):
1914         * dired-aux.el (dired-query):
1915         * desktop.el (desktop-restore-file-buffer, desktop-lazy-create-buffer):
1916         * bookmark.el (bookmark-bmenu-locate):
1917         * obsolete/fast-lock.el (@top-level) <with-temp-message macro>:
1918         Fix `message' calls to ensure first arg is a format string.
1919         The change was made only when these two conditions were satisfied:
1920         [1] when there is a possibility that the arguments would cause an error
1921         for example, if the code in question relies on external variables
1922         such as filenames, and
1923         [2] if the arg to `message' could not have been nil in the code.
1925         * pcomplete.el (pcomplete--help): Fix `message' format spec.
1926         Not having a %s would be weird, though not technically wrong.
1928 2005-09-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1930         * term/mac-win.el (mac-add-charset-info): Doc fix.
1932 2005-09-17  Romain Francoise  <romain@orebokech.com>
1934         * shell.el (shell-resync-dirs): Handle echoing processes more
1935         reliably.  Don't insert resync command if `comint-process-echoes'
1936         is non-nil.
1938 2005-09-17  Magnus Henoch  <mange@freemail.hu>
1940         * textmodes/ispell.el (ispell-aspell-supports-utf8): New variable.
1941         (ispell-check-version): Set ispell-aspell-supports-utf8 to t for
1942         aspell versions >= 0.60.
1943         (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
1944         only if ispell-aspell-supports-utf8 is non-nil.
1946 2005-09-17  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
1948         * progmodes/scheme.el (scheme-mode-variables): Use setq to assign
1949         buffer-local value to lisp-indent-function.
1951 2005-09-17  Milan Zamazal  <pdm@zamazal.org>
1953         * progmodes/glasses.el (glasses-make-readable): If
1954         glasses-separator differs from underscore, put appropriate
1955         overlays over underscore characters.
1956         (glasses-convert-to-unreadable): If glasses-separator differs from
1957         underscore, try to convert glasses-separator characters to
1958         underscores.
1960 2005-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
1962         * calendar/diary-lib.el (mark-diary-entries): Don't move point.
1963         Use with-syntax-table and dolist.
1965 2005-09-16  Carsten Dominik  <dominik@science.uva.nl>
1967         * textmodes/reftex-auc.el:
1968         * textmodes/reftex-cite.el:
1969         * textmodes/reftex-dcr.el:
1970         * textmodes/reftex-global.el:
1971         * textmodes/reftex-parse.el:
1972         * textmodes/reftex-ref.el:
1973         * textmodes/reftex-sel.el:
1974         * textmodes/reftex-toc.el:
1975         * textmodes/reftex-vars.el:
1976         * textmodes/reftex.el: Small changes to remove compiler warnings.
1978         * textmodes/reftex-index.el: Likewise.
1979         (reftex-query-index-phrase): More efficient use of markers.
1981 2005-09-15  Chong Yidong  <cyd@stupidchicken.com>
1983         * image.el (image-load-path): New variable.
1984         (image-search-load-path): New function.
1985         (find-image): Search for images in `image-load-path'.
1987 2005-09-15  Richard M. Stallman  <rms@gnu.org>
1989         * follow.el: Change Maintainer field.
1991 2005-09-15  David Ponce  <david@dponce.com>
1993         * recentf.el (recentf-save-file-modes): New option.
1994         (recentf-save-list): Use it.
1996 2005-09-15  Nick Roberts  <nickrob@snap.net.nz>
1998         * bindings.el (mode-line-eol-desc, mode-line-coding-system-map)
1999         (mode-line-mule-info, mode-line-modified): Move bindings from
2000         mouse-3 to mouse-1.
2002 2005-09-15  Chong Yidong  <cyd@stupidchicken.com>
2004         * simple.el (sendmail-user-agent-compose): Revert last change.
2006 2005-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
2008         * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
2009         Use with-current-buffer.
2010         (ange-ftp-gwp-start): Remove unused var `gw-user'.
2011         (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
2012         (ange-ftp-insert-directory): Remove unused var `short'.
2013         (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
2015         * pcvs-defs.el (cvs-version): Recognize CVSNT version string.
2016         (cvs-execute-single-dir): Change default: cvs-1.9 is ancient.
2018         * calendar/cal-menu.el: Don't require easymenu, since we don't use it.
2019         (check-calendar-holidays, diary-list-entries): Autoload.
2020         Otherwise `emacs -q' followed by "mouse-2 -> diary entries" burps.
2021         (calendar-mouse-holidays, calendar-mouse-view-diary-entries): Simplify.
2023         * calendar/diary-lib.el (diary-show-all-entries): Fix last change,
2024         which mistakenly removed a call to display-buffer.
2026 2005-09-14  Juanma Barranquero  <lekktu@gmail.com>
2028         * obsolete/iso-insert.el: Move to obsolete/ from international/.
2030 2005-09-14  Thien-Thi Nguyen  <ttn@gnu.org>
2032         * progmodes/hideshow.el
2033         (hs-hide-comments-when-hiding-all): Remove autoload cookie.
2034         (hs-allow-nesting): New user var.
2035         (hs-discard-overlays): Skip "internal" overlays if nesting allowed.
2036         (hs-hide-block-at-point): When nesting allowed,
2037         if there is already an overlay in place, delete it.
2038         (hs-safety-is-job-n): Delete func; remove call sites.
2039         (hs-hide-level-recursive): Don't pre-clean if nesting allowed.
2040         (hs-overlay-at): New func.
2041         (hs-already-hidden-p, hs-show-block): Use it.
2042         (hs-hide-all): Don't pre-clean if nesting allowed.
2043         (hs-show-all): Temporarily disallow
2044         nesting around call to `hs-discard-overlays'.
2046 2005-09-14  Chong Yidong  <cyd@stupidchicken.com>
2048         * mouse.el (mouse-major-mode-menu): Make `prefix' optional.
2049         Delete unused local var.
2051 2005-09-13  Juanma Barranquero  <lekktu@gmail.com>
2053         * help-fns.el (describe-categories): "?\ " -> "?\s".
2054         (help-do-arg-highlight): Recognize also ARG-n, as in
2055         `move-to-left-margin' (ARG+n is already recognized).  Simplify.
2057         * international/codepage.el (dos-unsupported-char-glyph):
2058         * net/newsticker.el (tool-bar-map, w3-mode-map)
2059         (w3m-minor-mode-map):
2060         * progmodes/vhdl-mode.el (conf-alist, conf-entry, conf-key)
2061         (ent-alist):
2062         * textmodes/reftex-vars.el (reftex-tables-dirty): Add defvars.
2064 2005-09-13  Chong Yidong  <cyd@stupidchicken.com>
2066         * custom.el (custom-push-theme): Handle the case where a symbol is
2067         bound but face properties have not yet been assigned.
2069         * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
2070         Fix behavior if noerase is `t' and there is no mail buffer.
2072         * simple.el (sendmail-user-agent-compose): Use a new mail buffer
2073         if `continue' is nil, rather than signal an error.
2075 2005-09-12  Richard M. Stallman  <rms@gnu.org>
2077         * font-lock.el (font-lock-keywords): Add autoload.
2079         * help-fns.el (describe-variable): Rearrange to put source link
2080         in a predictable place.
2082         * net/newsticker.el: New file.
2084 2005-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2086         * calendar/calendar.el (calendar-for-loop): Add edebug info.
2087         (calendar-basic-setup): Use the new nil arg.
2088         (number-of-diary-entries): Move to diary-lib.el.
2090         * calendar/diary-lib.el: Use with-current-buffer, match-string.
2091         (diary-list-entries): Use with-syntax-table and dolist.
2092         Rename from list-diary-entries.
2093         Use number-of-diary-entries if `number' is nil.
2094         (diary, diary-view-entries): Use this new name and new nil arg value.
2095         (number-of-diary-entries): Move from calendar.el.
2096         (diary-unhide-everything): New function.
2097         (include-other-diary-files, fancy-diary-display)
2098         (diary-show-all-entries, make-diary-entry): Use it.
2099         (diary-mail-entries): Use buffer-string.
2100         (mark-diary-entries): Fix long standing paren typo.
2101         (diary-sexp-entry): Use count-lines.
2102         (make-diary-entry): Avoid `previous-line'.
2103         (diary-mode-map): New var.
2104         (diary-mode): Redraw cal after saving.  Setup header-line.
2105         (fancy-diary-display-mode): Use local-set-key.
2107         * startup.el (command-line): Try calling various terminal-init-foo-bar
2108         functions by stripping hyphenated suffixes from $TERM.
2110         * files.el (normal-mode): Check boundness of font-lock-keywords.
2112 2005-09-12  Richard M. Stallman  <rms@gnu.org>
2114         * progmodes/compile.el: Don't decide a file's directory
2115         until the user actually tries to go there.
2116         (compilation-next-error-function):
2117         Pass compilation-find-file the directory from the file-struct.
2118         (compilation-internal-error-properties): Separate local FILE-STRUCT
2119         from FILE.  Doc the args better.  Rename arg FMT to FMTS.
2120         (compilation-find-file): Arg DIR renamed to DIRECTORY.
2121         Expand it, and if nil, use default-directory.
2122         (compilation-get-file-structure): Don't mix specified directory
2123         with default directory.  Put specified directory into
2124         file-struct.  Don't make the file name absolute.
2126         * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
2127         (compile-command): Add autoload.
2128         (compilation-disable-input): Add autoload.
2130 2005-09-11  Stephen Gildea  <gildea@stop.mail-abuse.org>
2132         * time-stamp.el: Mention variable `time-stamp-pattern' in doc
2133         strings of the variables it can override.
2134         (time-stamp): New (as yet undocumented) time-stamp-format escapes
2135         %Q and %q, for fully-qualified domain name and unqualified host name.
2137 2005-09-11  Kim F. Storm  <storm@cua.dk>
2139         * emacs-lisp/authors.el (authors-aliases): Update list.
2140         (authors-fixed-entries): Update mldrag.el entry.
2142 2005-09-10  Alan Mackenzie  <acm@muc.de>
2144         * page.el (narrow-to-page): Exclude _entire_ multi-line delimiter
2145         from the region narrowed to.
2147 2005-09-10  Magnus Henoch  <mange@freemail.hu>
2149         * textmodes/ispell.el (ispell-check-version): Signal an error if
2150         aspell version is less than 0.60.
2152 2005-09-10  Pascal Dupuis  <Pascal.Dupuis@esat.kuleuven.be>  (tiny change)
2154         * progmodes/octave-inf.el (inferior-octave-startup):
2155         Resync current dir at the end.
2157 2005-09-10  Emilio C. Lopes  <eclig@gmx.net>
2159         * woman.el (woman-topic-at-point-default):
2160         Rename to woman-use-topic-at-point-default.
2161         (woman-topic-at-point): Rename to woman-use-topic-at-point.
2162         (woman-file-name): Reflect renames above.  Automatically use the
2163         word at point as topic if woman-use-topic-at-point is non-nil.
2164         Otherwise offer it as default but don't insert it in the
2165         minibuffer.  Also use `test-completion' instead of `assoc' as
2166         suggested by Stefan Monnier.
2168 2005-09-10  Andre Spiegel  <spiegel@gnu.org>
2170         * vc.el (vc-directory, vc-update-change-log): Throw an error on
2171         the attempt to do it over Tramp.  This is not yet supported.
2173 2005-09-10  Eli Zaretskii  <eliz@gnu.org>
2175         * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
2176         (menu-bar-non-minibuffer-window-p): New functions.
2177         ("Split Window", "Save As..."): Use them.
2178         ("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
2179         ("Print Buffer", "Truncate Long Lines in this Buffer"):
2180         Use menu-bar-menu-frame-live-and-visible-p.
2181         ("Save Buffer", "Insert File", "Open Directory...")
2182         ("Open File...", "Visit New File..."):
2183         Use menu-bar-non-minibuffer-window-p.
2184         (kill-this-buffer-enabled-p, dired <menu-enable>):
2185         Use menu-bar-non-minibuffer-window-p.
2187 2005-09-09  Eli Zaretskii  <eliz@gnu.org>
2189         * cus-start.el (all): Don't complain about fringe-related
2190         built-ins if fringes are not supported.  Ditto about
2191         selection-related built-ins.  Fix the test for GTK-related built-ins.
2193         * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)")
2194         ("Postscript Print Buffer", "Print Region", "Save As...")
2195         ("Save", "Insert File...", "Open Directory...")
2196         ("Open File...", "Visit New File..."")
2197         ("Truncate Long Lines in this Buffer"): Don't look at
2198         menu-updating-frame if this display does not support multiple frames.
2200 2005-09-09  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
2202         * mail/sendmail.el (default-sendmail-coding-system): Doc fix.
2204 2005-09-09  Emilio Lopes  <eclig@gmx.net>
2206         * woman.el: Format- and whitespace-related changes.
2208 2005-09-09  Eli Zaretskii  <eliz@gnu.org>
2210         * woman.el: Fix my email address.
2212 2005-09-08  Richard M. Stallman  <rms@gnu.org>
2214         * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var.
2215         (sh-mode): Locally set skeleton-pair-default-alist.
2217         * progmodes/make-mode.el (makefile-add-log-defun): Trim the result.
2219         * progmodes/flymake.el: Require `compile' unconditionally.
2221         * mail/sendmail.el (send-mail-function): Add Mailclient alternative.
2223         * woman.el (woman-file-name): Provide a default, not initial input.
2225         * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props.
2227         * font-lock.el (font-lock-support-mode): Doc fix.
2229         * descr-text.el (describe-property-list): Handle non-symbol prop names.
2231 2005-09-08  Richard M. Stallman  <rms@gnu.org>
2233         * simple.el (blink-matching-open): Get rid of text props from
2234         the string shown in echo area.  Don't permanently set point.
2235         Some rearrangements.
2237 2005-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
2239         * recentf.el (recentf-filename-handler): Add custom choice
2240         `abbreviate-file-name'.
2242         * msb.el (msb--very-many-menus): Fix typo.
2244         * disp-table.el (standard-display-european): Don't set
2245         enable-multibyte-characters to nil.
2247 2005-09-08  David Ponce  <david@dponce.com>
2249         * recentf.el (recentf-show-file-shortcuts-flag): New option.
2250         (recentf-expand-file-name): Doc fix.
2251         (recentf-dialog-mode-map): Define digit shortcuts.
2252         (recentf--files-with-key): New variable.
2253         (recentf-show-digit-shortcut-filter): New function.
2254         (recentf-open-files-items): New function.
2255         (recentf-open-files): Use it.
2256         (recentf-open-file-with-key): New command.
2258 2005-09-08  Chong Yidong  <cyd@stupidchicken.com>
2260         * buff-menu.el (Buffer-menu-sort-by-column): New function.
2261         Suggested by Kim F. Storm.
2262         (Buffer-menu-sort-button-map): Global keymap for sort buttons.
2263         (Buffer-menu-make-sort-button): Use global keymap.
2265 2005-09-07  Michael Albinus  <michael.albinus@gmx.de>
2267         * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'.
2268         (Man-getpage-in-background-advice): Remove defadvice; it isn't
2269         necessary any longer with the remapped command.
2270         (Man-bgproc-sentinel-advice): Remove defadvice which counts
2271         formatting time only.
2273         * net/tramp.el (tramp-action-password)
2274         (tramp-multi-action-password): Compile the password prompt from
2275         `method', `user' and `host'.  Sometimes it isn't obvious which
2276         password to enter, for example with remote files offered by
2277         recentf.el, or with multiple steps.  Suggested by Robert Marshall
2278         <robert@chezmarshall.freeserve.co.uk>.
2280 2005-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2282         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
2283         Fix regexp for when "s///" is at the beginning of line.
2285 2005-09-07  Jay Belanger  <belanger@truman.edu>
2287         * calc/calc-poly.el (math-expand-term): Multiply out any powers
2288         when in matrix mode.
2290 2005-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
2292         * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use
2293         non-anonymous functions.
2295 2005-09-06  Chong Yidong  <cyd@stupidchicken.com>
2297         * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks
2298         when using a header line.  Otherwise, use mouse-1-click-follows-link.
2300         * mouse.el (mouse-drag-header-line): Do nothing if the header-line
2301         can't be moved; don't signal an error.
2303 2005-09-05  Chong Yidong  <cyd@stupidchicken.com>
2305         * cus-theme.el (custom-theme-write-faces): Save the current face
2306         spec, not the defface spec.
2308         * custom.el (custom-known-themes): Clarify meaning of "standard".
2309         (custom-push-theme): Save old values in the standard theme.
2310         (disable-theme): Correct typo.
2311         (custom-face-theme-value) Deleted unused function.
2312         (custom-theme-recalc-face): Rewritten to treat enable/disable properly.
2314 2005-09-05  Stefan Monnier  <monnier@iro.umontreal.ca>
2316         * progmodes/compile.el (compilation-goto-locus): Take into account
2317         iconified frames when determining whether the buffer is
2318         already visible.
2319         Don't reset window height if the window already existed.
2321 2005-09-04  Chong Yidong  <cyd@stupidchicken.com>
2323         * custom.el (load-theme): Rename from require-theme.
2324         Add interactive spec.
2325         (enable-theme): Rename from custom-enable-theme.
2326         Add interactive spec.
2327         (disable-theme): Rename from custom-disable-theme.
2328         Add interactive spec.
2329         (custom-make-theme-feature): Doc fix.
2330         (custom-theme-directory): Doc fix.
2331         (provide-theme): Call enable-theme.
2333 2005-09-02  Stefan Monnier  <monnier@iro.umontreal.ca>
2335         * obsolete/lazy-lock.el (lazy-lock-mode):
2336         * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on
2337         font-lock-mode if it's off.  Print a warning instead.
2339         * progmodes/compile.el (compilation-start): Ignore errors if the
2340         process died before we get to send-eof.
2342         * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file):
2343         Undo last change.  Enclosing the result in quotes broke things on Unix
2344         since tex-send-command passes it through shell-quote-argument.
2345         (tex-send-command): Pass `file' through convert-standard-filename
2346         when possible.
2347         (tex-uptodate-p): Handle the case where TeX hasn't put additional
2348         info in a transcript.
2350 2005-09-02  Dan Nicolaescu  <dann@ics.uci.edu>
2352         * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
2353         fix compilation warning. Reorder the key definitions to group
2354         together keys emitted by the current version of xterm.
2356         * progmodes/vhdl-mode.el (vhdl-highlight-faces)
2357         (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face):
2358         Reorder predicates to correct min-color usage.
2360 2005-09-01  Chong Yidong  <cyd@stupidchicken.com>
2362         * longlines.el (longlines-mode): Inhibit read-only when encoding.
2363         Kill local variables when longlines-mode is turned off.
2365 2005-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2367         * international/mule-cmds.el (set-locale-environment): Soothe compiler.
2369         * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
2371         * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el.
2373         * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove.
2374         (font-lock-lines-before): Change default to being inactive.
2375         (font-lock-default-fontify-region): Obey font-lock-lines-before.
2376         (font-lock-after-change-function): Don't handle f-l-lines-before here.
2378 2005-08-31  Michael Albinus  <michael.albinus@gmx.de>
2380         * net/tramp.el (tramp-handle-make-auto-save-file-name):
2381         Deactivate temporarily advice if active (not needed for Emacs 22,
2382         but for backwards compatibility).
2383         (tramp-exists-file-name-handler): Rewrite.  First implementation
2384         was too simple.
2385         (tramp-advice-make-auto-save-file-name):
2386         Call `tramp-handle-make-auto-save-file-name' (again, just for
2387         backwards compatibility).
2389 2005-08-31  Reto Zimmermann  <reto@gnu.org>
2391         * progmodes/vhdl-mode.el
2392         (vhdl-update-sensitivity-list): Handle multi-dimensional array access.
2393         (vhdl-end-p): Fix indentation bug "else" after "-- when".
2394         (vhdl-set-default-project): New function (easier setting of default).
2395         (vhdl-port-copy): Handle extended identifiers for generics.
2396         (vhdl-compiler-alist): Better description for error message regexp.
2397         (vhdl-make): Query for target, use previous as default.
2398         (vhdl-port-copy): Fix port copy for port names starting with "signal".
2399         (vhdl-font-lock-keywords-2): Fix fontification for record
2400         el. assign.
2401         (vhdl-speedbar-make-subpack-line): Add package body link.
2402         (vhdl-generate-makefile-1): Not include itself as dependency.
2403         (vhdl-font-lock-init): Highlight c-preprocessor directives.
2404         (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives.
2405         (vhdl-get-syntactic-context): Handle c-preprocessor directives.
2406         (vhdl-update-sensitivity-list): Start scan at opening parenthesis.
2407         (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop).
2408         (vhdl-update-sensitivity-list-buffer): Add string argument for `error'.
2409         (vhdl-import-project): Add string argument for `error'.
2410         (vhdl-compose-configuration)
2411         (vhdl-compose-configuration-architecture): Add configuration
2412         declaration generation.
2413         (vhdl-scan-directory-contents): Scan for block/generate hierarchy.
2414         (vhdl-trailer-re): Add "record" keyword (better indentation).
2415         (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of
2416         "[^ \t-\"]+".
2417         (vhdl-font-lock-keywords-2): Not highlight formal parameter after '|'.
2418         (vhdl-testbench-entity-file-name)
2419         (vhdl-testbench-architecture-file-name): Allow separate
2420         customization of testbench file names.
2421         (vhdl-beginning-of-block): Handle optional subprogram parameter list.
2422         (vhdl-get-visible-signals): Allow newline within alias declaration.
2423         (vhdl-update-sensitivity-list): Signal read only on certain attributes.
2424         (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes).
2425         (member-ignore-case): Alias for missing function in XEmacs.
2426         (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC.
2427         (vhdl-update-sensitivity-list): Ignore case on read signals.
2428         (vhdl-replace-string): Adjust case only for file names.
2429         (vhdl-update-sensitivity-list): Fix search for read signals.
2430         (vhdl-update-sensitivity-list): Exclude formal parameters.
2431         (vhdl-get-visible-signals): Include aliases of signals.
2432         (vhdl-get-visible-signals): Fix signal name searching.
2433         (vhdl-port-flatten, vhdl-port-reverse-direction): Better message.
2434         (vhdl-fixup-whitespace-region): Fix for character
2435         literals (e.g. ':').
2437 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
2439         * ansi-color.el (comint-last-output-start):
2440         * bs.el (font-lock-verbose):
2441         * diff-mode.el (add-log-buffer-file-name-function):
2442         * dired-x.el (vm-folder-directory):
2443         * faces.el (help-xref-stack-item):
2444         * files.el (font-lock-keywords):
2445         * find-lisp.el (dired-buffers, dired-subdir-alist):
2446         * ido.el (cua-inhibit-cua-keys):
2447         * log-view.el (cvs-minor-wrap-function):
2448         * outline.el (font-lock-warning-face):
2449         * simple.el (compilation-current-error):
2450         * speedbar.el (ange-ftp-path-format, efs-path-regexp)
2451         (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow):
2452         * tooltip.el (comint-prompt-regexp):
2453         * w32-fns.el (explicit-shell-file-name):
2454         * term/mac-win.el (mac-charset-info-alist)
2455         (mac-services-selection, mac-system-script-code):
2456         * term/tty-colors.el (msdos-color-values):
2457         * term/w32-win.el (xlfd-regexp-registry-subnum):
2458         * term/x-win.el (x-keysym-table, x-selection-timeout)
2459         (x-session-id, x-session-previous-id):
2460         * textmodes/ispell.el (mail-yank-prefix):
2461         * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header):
2462         * textmodes/org.el (calc-embedded-close-formula)
2463         (calc-embedded-open-formula)
2464         (font-lock-unfontify-region-function):
2465         * textmodes/reftex-global.el (isearch-next-buffer-function)
2466         (TeX-master):
2467         * textmodes/reftex.el (font-lock-keywords):
2468         * textmodes/tex-mode.el (font-lock-comment-face)
2469         (font-lock-doc-face):
2470         * textmodes/texinfo.el (outline-heading-alist):
2471         Add defvars.
2473         * textmodes/artist.el (x-pointer-crosshair): Add defvar.
2474         (artist-spray-chars, artist-mode-init, artist-replace-string)
2475         (artist-select-erase-char, artist-vap-find-endpoints-horiz)
2476         (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne)
2477         (artist-vap-find-endpoints-nwse): "?\ " -> "?\s".
2479         * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar.
2480         (conf-align-assignments): "?\ " -> "?\s".
2482         * textmodes/reftex-index.el (TeX-master): Add defvar.
2483         (reftex-index-phrases-marker): Move up defvar.
2485         * textmodes/reftex-toc.el (zmacs-regions): Add defvar.
2486         (reftex-toc-include-labels-indicator)
2487         (reftex-toc-include-index-indicator)
2488         (reftex-toc-max-level-indicator): Move up declarations.
2490         * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list
2491         of args to `tramp-run-real-handler', even if it's empty in this case.
2493 2005-08-31  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2495         * dired.el (dired-move-to-filename-regexp): Add date format for
2496         Mac OS X 10.3 in East Asian locales.
2498 2005-08-31  Michael Albinus  <michael.albinus@gmx.de>
2500         * files.el (make-auto-save-file-name): Add file name handler call
2501         if applicable.
2503         * net/tramp.el (tramp-file-name-handler-alist)
2504         (tramp-file-name-for-operation): Add `make-auto-save-file-name'.
2505         (tramp-handle-make-auto-save-file-name): Rename from
2506         `tramp-make-auto-save-file-name'.
2507         (tramp-exists-file-name-handler): New defun.
2508         (tramp-advice-make-auto-save-file-name): Make defadvice only when
2509         `make-auto-save-file-name' is not a magic file name operation.
2511 2005-08-30  Richard M. Stallman  <rms@gnu.org>
2513         * files.el (risky-local-variable-p):
2514         Match `-predicates' and `-commands.
2516         * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
2517         (custom-save-all): Visit the file if necessary;
2518         kill the buffer if we created it.
2519         (custom-save-delete): Don't visit file or kill buffer here.
2521 2005-08-30  Carsten Dominik  <dominik@science.uva.nl>
2523         * textmodes/org.el (org-special-keyword): New face.
2524         (org-table-copy-down, org-table-eval-formula)
2525         (org-table-recalculate, org-init-section-numbers):
2526         Use `string-to-number' instead of `string-to-int'.
2527         (org-get-location): Use `insert-buffer-substring' instead of
2528         `insert-buffer'.
2529         (org-modify-diary-entry-string): New function.
2530         (org-get-entries-from-diary): Set the hook for `add-to-diary-list'.
2531         (org-disable-agenda-to-diary): Rename from `org-disable-diary'.
2532         (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
2533         active region.
2534         (org-export-as-html): Handle QUOTE keyword.
2535         (org-quote-string): New option.
2536         (org-bookmark-jump-unhide): New function, used for
2537         `bookmark-after-jump-hook'.
2538         (org-diary-default-entry): Apply only when not called through
2539         `org-agenda'.
2541 2005-08-30  Juanma Barranquero  <lekktu@gmail.com>
2543         * net/eudc.el (mode-popup-menu):
2544         * play/handwrite.el (ps-printer-name, ps-lpr-command):
2545         * progmodes/ada-mode.el (compile-auto-highlight)
2546         (skeleton-further-elements):
2547         * progmodes/autoconf.el (font-lock-syntactic-keywords):
2548         * progmodes/cmacexp.el (msdos-shells):
2549         * progmodes/compile.el (font-lock-extra-managed-props)
2550         (font-lock-keywords, font-lock-maximum-size)
2551         (font-lock-support-mode):
2552         * progmodes/grep.el (font-lock-lines-before):
2553         * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info):
2554         * progmodes/mixal-mode.el (compile-command):
2555         * progmodes/perl-mode.el (font-lock-comment-face)
2556         (font-lock-doc-face, font-lock-string-face):
2557         * progmodes/prolog.el (comint-prompt-regexp):
2558         * progmodes/sh-script.el (font-lock-comment-face)
2559         (font-lock-set-defaults, font-lock-string-face):
2560         * progmodes/sql.el (font-lock-keyword-face)
2561         (font-lock-set-defaults, font-lock-string-face):
2562         * progmodes/vhdl-mode.el (compilation-file-regexp-alist)
2563         (itimer-version, lazy-lock-defer-contextually)
2564         (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly):
2565         Add defvars.
2567         * progmodes/cperl-mode.el (cperl-electric-lbrace)
2568         (cperl-electric-keyword, cperl-electric-pod)
2569         (cperl-electric-backspace, cperl-forward-re)
2570         (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s".
2571         (vc-rcs-header, vc-sccs-header): Add defvars.
2573         * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s".
2574         (font-lock-syntactic-keywords, gud-find-expr-function):
2575         Add defvars.
2577         * progmodes/gdb-ui.el (tool-bar-map): Add defvar.
2578         (gdb-frame-parameters): Declare before use.
2580         * progmodes/gud.el (gdb-active-process, gdb-define-alist)
2581         (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values)
2582         (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars.
2583         (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s".
2585         * progmodes/idlw-help.el (browse-url-generic-args): Add defvar.
2586         (idlwave-help-with-source): Use `insert-buffer-substring', not
2587         `insert-buffer'.
2589 2005-08-29  Juri Linkov  <juri@jurta.org>
2591         * outline.el (hide-entry, hide-leaves, outline-toggle-children):
2592         Put outline-back-to-heading function call inside save-excursion.
2594 2005-08-29  Juanma Barranquero  <lekktu@gmail.com>
2596         * man.el (Man-init-defvars, Man-translate-references)
2597         (Man-support-local-filenames, Man-highlight-references):
2598         * progmodes/sql.el (sql-interactive-mode):
2599         * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings.
2601         * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
2602         (compilation-mode-font-lock-keywords): Add defvars.
2603         (checkdoc-interactive-loop): "?\ " -> "?\s".
2605         * emacs-lisp/lisp-mode.el (font-lock-comment-face)
2606         (font-lock-doc-face, font-lock-string-face)
2607         (font-lock-keywords-case-fold-search): Add defvars.
2608         (emacs-lisp-mode-syntax-table): "?\ " -> "?\s".
2610         * obsolete/sun-fns.el (mouse-select-or-drag-move-point):
2611         Don't pass X and Y (they are ignored anyway).
2612         (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
2613         (mouse-delete-window): Make arguments optional.
2615         * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'.
2616         (caesar-translate-table, minor-modes, news-buffer-save)
2617         (news-group-name, news-minor-modes): Add defvars.
2619         * emacs-lisp/lselect.el (mouse-highlight-priority)
2620         (x-lost-selection-functions, zmacs-regions):
2621         * emacs-lisp/pp.el (font-lock-verbose):
2622         * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function):
2623         * emacs-lisp/tcover-ses.el (ses-initial-global-parameters)
2624         (ses-mode-map):
2625         * emacs-lisp/tcover-unsafep.el (safe-functions):
2626         * international/mule-cmds.el (mac-system-coding-system)
2627         (mac-system-locale):
2628         * language/ethio-util.el (rmail-current-message)
2629         (rmail-message-vector):
2630         * language/thai-util.el (thai-auto-composition-mode):
2631         * mail/metamail.el (rmail-current-message, rmail-message-vector):
2632         * mail/mspools.el (rmail-inbox-list, vm-crash-box)
2633         (vm-folder-directory, vm-init-file, vm-init-file-loaded)
2634         (vm-primary-inbox, vm-spool-files):
2635         * mail/rmail.el (deleted-head, font-lock-fontified)
2636         (mail-abbrev-syntax-table, mail-abbrevs, messages-head)
2637         (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message)
2638         (total-messages):
2639         * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p)
2640         (rmail-summary-mode-map):
2641         * mail/rmailkwd.el (rmail-buffer, rmail-current-message)
2642         (rmail-last-label, rmail-last-multi-labels)
2643         (rmail-summary-vector, rmail-total-messages):
2644         * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list):
2645         * mail/rmailsum.el (msgnum):
2646         * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer)
2647         (rmail-current-message):
2648         * obsolete/fast-lock.el (font-lock-face-list):
2649         * obsolete/rnewspost.el (mail-reply-buffer):
2650         * obsolete/scribe.el (compile-command):
2651         * obsolete/x-menu.el (x-process-mouse-hook): Add defvars.
2653 2005-08-28  John Paul Wallington  <jpw@gnu.org>
2655         * ibuf-ext.el (ibuffer-auto-update-changed):
2656         Use `frame-or-buffer-changed-p' to check whether we need to update.
2657         (ibuffer-auto-mode): Don't advise `get-buffer-create' and
2658         `kill-buffer'.  Initialise `ibuffer-auto-buffers-changed'
2659         as a `frame-or-buffer-changed-p' state vector instead.
2661 2005-08-27  Romain Francoise  <romain@orebokech.com>
2663         * textmodes/makeinfo.el (makeinfo-compile):
2664         Use `compilation-start'.  Set `next-error-function' according to
2665         `disable-errors'.
2666         (makeinfo-next-error): New function.
2667         (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
2668         (makeinfo-buffer): Likewise.
2670         * progmodes/compile.el (compilation-start): Add autoload cookie.
2672         * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
2673         * textmodes/sgml-mode.el: Likewise.
2674         * progmodes/python.el: Likewise.
2676 2005-08-27  Eli Zaretskii  <eliz@gnu.org>
2678         * simple.el (blink-matching-paren-distance): Document the meaning
2679         of nil value, and allow to customize to nil.
2681         * eshell/esh-ext.el (eshell-windows-shell-file): Look for
2682         command.com, not command.exe.
2684 2005-08-26  John Wiegley  <johnw@newartisans.com>
2686         * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the
2687         code around a bit so that an extraneous nil argument is not added
2688         to a command when no args are given.
2690         * eshell/esh-arg.el (eshell-parse-double-quote): If a
2691         double-quoted argument resolves to nil, return it as an empty
2692         string rather than as nil.  This made it impossible to pass "" to
2693         a shell script as a null string argument.
2695 2005-08-26  Stefan Monnier  <monnier@iro.umontreal.ca>
2697         * outline.el (outline-invent-heading): New fun.
2698         (outline-promote, outline-demote): Use it.
2699         (outline-move-subtree-down): Remove unused vars `re' and `txt'.
2700         (outline-end-of-subtree): Remove unused var `opoint'.
2702 2005-08-26  David Reitter  <david.reitter@gmail.com>
2704         * menu-bar.el (truncate-lines, write-file, print-buffer)
2705         (ps-print-buffer-faces, ps-print-buffer, split-window):
2706         Disable menu items when the frame they refer to is invisible, or when
2707         they refer to a buffer and the minibuffer is selected.
2709 2005-08-26  Pavel Kobiakov  <pk_at_work@yahoo.com>
2711         * progmodes/flymake.el (flymake-highlight-err-lines):
2712         Use save-excursion around flymake-highlight-line to preserve point.
2714 2005-08-26  Eli Zaretskii  <eliz@gnu.org>
2716         * progmodes/octave-mod.el: Change Author and Maintainer address.
2717         (octave-maintainer-address): Change Kurt's email address.
2718         * progmodes/octave-inf.el: Change Author and Maintainer address.
2719         * progmodes/octave-hlp.el: Change Author and Maintainer address.
2721 2005-08-26  Kim F. Storm  <storm@cua.dk>
2723         * subr.el (version-list-<, version-list-<=, version-list-=):
2724         Renamed from integer-list-*.
2725         (version-list-not-zero): Likewise.  Fix while loop.
2726         (version=): Use version-list-= instead of string-equal.
2728 2005-08-26  Richard M. Stallman  <rms@gnu.org>
2730         * outline.el (outline-promote): Try shortening the heading.
2731         As last resort, read the heading to use.
2732         (outline-demote): As last resort, read the heading to use.
2734 2005-08-26  Romain Francoise  <romain@orebokech.com>
2736         * progmodes/compile.el (compilation-start): Doc fix.
2738         * progmodes/antlr-mode.el (antlr-default): Fix defface form.
2739         (antlr-font-lock-additional-keywords): Fix reference to
2740         `antlr-font-lock-literal-regexp' erroneously changed during the
2741         mass face rename.
2742         (antlr-run-tool): Use `compilation-start'.
2744         * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
2745         instead of the obsolete `compile-internal'.
2747 2005-08-26  Juanma Barranquero  <lekktu@gmail.com>
2749         * calendar/cal-bahai.el (date, displayed-month, displayed-year)
2750         (number, original-date):
2751         * calendar/cal-china.el (date):
2752         * calendar/cal-coptic.el (date):
2753         * calendar/cal-french.el (date):
2754         * calendar/cal-hebrew.el (date, entry, number, original-date):
2755         * calendar/cal-islam.el (date, number, original-date):
2756         * calendar/cal-iso.el (date):
2757         * calendar/cal-julian.el (date):
2758         * calendar/cal-mayan.el (date):
2759         * calendar/cal-menu.el (date, event):
2760         * calendar/cal-persia.el (date):
2761         * calendar/lunar.el (date):
2762         * calendar/solar.el (date): Add defvars.
2764         * emerge.el:
2765         * ibuffer.el:
2766         * info-xref.el:
2767         * obsolete/bg-mouse.el:
2768         * obsolete/sun-curs.el:
2769         * obsolete/swedish.el: Move the `defvar's to the top level.
2771         * smerge-mode.el (smerge-refined-change): Add :group.
2773 2005-08-25  Stefan Monnier  <monnier@iro.umontreal.ca>
2775         * smerge-mode.el (smerge-remove-props): Make the args non-optional.
2776         (smerge-keep-n): Remove props.
2777         (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
2778         (smerge-keep-current, smerge-kill-current): Don't remove props anymore
2779         now that it's done in smerge-keep-n.
2780         (smerge-refined-change): New face.
2781         (smerge-refine-chopup-region, smerge-refine-highlight-change)
2782         (smerge-refine): New funs.
2783         (smerge-basic-map): Bind smerge-refine.
2785 2005-08-25  Juri Linkov  <juri@jurta.org>
2787         * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
2788         compilation-process-setup-function and compilation-disable-input
2789         in grep-mode instead of let-bindings in grep.
2791         * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
2792         Delete "Automatic File De/compression" (auto-compression-mode).
2794 2005-08-25  Juanma Barranquero  <lekktu@gmail.com>
2796         * obsolete/bg-mouse.el: Move to obsolete/ from term/.
2797         Silence warning about non-existent variable.
2799 2005-08-25  Richard M. Stallman  <rms@gnu.org>
2801         * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
2802         Rename "Describe Key" to "Describe Key or Mouse Operation".
2804         * mail/mailalias.el (build-mail-aliases): Delete comments
2805         from the contents before processing them.
2807         * isearch.el (isearch-edit-string): Erase the Search prompt
2808         if user enters an empty string and there is no default.
2810         * comint.el (comint-file-name-prefix): Add autoload.
2812 2005-08-25  Joe Corneli  <jcorneli@math.utexas.edu>
2814         * subr.el (play-sound): Rearrange to avoid warning.
2816 2005-08-25  Carsten Dominik  <dominik@science.uva.nl>
2818         * calendar/diary-lib.el (diary-modify-entry-list-string-function):
2819         New hook.
2820         (add-to-diary-list): Call `diary-modify-entry-list-string-function'
2822 2005-08-24  Stefan Monnier  <monnier@iro.umontreal.ca>
2824         * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify.
2826         * custom.el (custom-theme-set-variables): Sort minor modes last.
2828 2005-08-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2830         * subr.el (version-separator, version-regexp-alist): New vars used by
2831         version comparison funs.
2832         (integer-list-<, integer-list-=, integer-list-<=)
2833         (integer-list-not-zero): New funs for integer list comparison.
2834         (version-to-list, version=, version<, version<=): New funs for version
2835         comparison.
2837 2005-08-24  Juanma Barranquero  <lekktu@gmail.com>
2839         * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
2840         (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
2841         time to silence the byte-compiler.
2843         * ibuffer.el (ibuffer-compile-make-eliding-form)
2844         (ibuffer-check-formats): Use `with-no-warnings' to hide references
2845         to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
2846         so it's silly to get warnings for it).
2847         (ibuffer-auto-mode, ibuffer-cached-filter-formats)
2848         (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
2849         (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
2850         (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
2851         (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
2852         (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
2853         Defvar at compile time.
2854         (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
2855         (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
2856         Declare them before use.
2858         * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
2859         (info-xref-good, info-xref-bad): Defvar at compile time.
2861         * obsolete/mlsupport.el (filter-region, execute-monitor-command):
2862         Use `let*' instead of `let'.
2864         * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
2865         (*mouse-y*, menu, char): Defvar at compile time.
2866         (sc::menu): Declare it before use.
2867         (sc::pack-one-line): Use `let', not `let*'.
2869         * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
2870         (mail-send-hook): Defvar at compile time.
2872         * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
2873         Defvar at compile time.
2875         * term/sun-mouse.el (current-global-mousemap)
2876         (current-local-mousemap): Declare them before use.
2878 2005-08-24  Carsten Dominik  <dominik@science.uva.nl>
2880         * bookmark.el (bookmark-after-jump-hook): New hook.
2881         (bookmark-jump): Run `bookmark-after-jump-hook'.
2883 2005-08-23  Juri Linkov  <juri@jurta.org>
2885         * faces.el (minibuffer-prompt): Doc fix.
2887 2005-08-23  Juanma Barranquero  <lekktu@gmail.com>
2889         * progmodes/xscheme.el: Trivial changes to silence warnings.
2890         (xscheme-previous-mode, xscheme-previous-process-state):
2891         Add defvars.
2892         (xscheme-last-input-end, xscheme-process-command-line)
2893         (xscheme-process-name, xscheme-buffer-name)
2894         (xscheme-expressions-ring-max, xscheme-expressions-ring)
2895         (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
2896         (xscheme-control-g-synchronization-p)
2897         (xscheme-control-g-disabled-p, xscheme-string-receiver)
2898         (default-xscheme-runlight, xscheme-runlight)
2899         (xscheme-runlight-string, xscheme-process-filter-state)
2900         (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
2901         Move to beginning of file.
2902         (scheme-interaction-mode-commands-alist)
2903         (scheme-interaction-mode-map, scheme-debugger-mode-map):
2904         Declare them before use.  Note: the initialization code for the variables
2905         has not been moved because it uses functions that reference the variables.
2906         (xscheme-control-g-message-string, xscheme-process-filter-alist)
2907         (xscheme-prompt-for-expression-map): Declare them before use.
2908         (scheme-debugger-mode-commands): "?\ " -> "?\s".
2910 2005-08-23  Ed Swarthout  <ed.swarthout@gmail.com>  (tiny change)
2912         * hexl.el (hexl-print-current-point-info): Fix simple spelling error.
2914 2005-08-22  Juri Linkov  <juri@jurta.org>
2916         * faces.el (set-face-underline): Delete this duplicate function
2917         and make an obsolete alias to set-face-underline-p.
2918         (set-face-underline-p): Use docstring of set-face-underline.
2919         (describe-face): Create hyperlink to parent face.
2921         * info.el (Info-insert-dir): Use save-excursion around
2922         insert-buffer-substring.
2923         (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
2924         (Info-escape-percent): Delete function.
2925         (Info-fontify-node): Replace Info-escape-percent by
2926         replace-regexp-in-string with REP arg set to lambda that
2927         duplicates `%' and preserves text properties.
2929         * progmodes/compile.el (compilation-disable-input): Doc fix.
2930         (define-compilation-mode): Doc fix and refill.
2931         (kill-compilation): Use `mode-name' in the error message.
2932         (compilation-find-file): Use `compilation-error' in the
2933         read-file-name's prompt.
2935 2005-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
2937         * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
2938         (smerge-auto-leave): Make undo re-enable the mode.
2939         (debug-ignored-errors): Add the user-error of impossible resolution.
2940         (smerge-resolve): Move things around a bit, in preparation for later.
2941         (smerge-diff): Don't fail if the buffer has no associated file.
2942         (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
2943         (smerge-conflict-overlay): New function.
2944         (smerge-match-conflict): Don't add text properties here.
2945         (smerge-find-conflict): Instead, add an overlay here.
2946         Also check for the case where we're inside a conflict already, so as to
2947         obviate the need for font-lock-multiline, which is unbearably slow with
2948         large conflicts and ciomplex font-lock patterns.
2949         (smerge-remove-props): Remove overlay rather than text-properties.
2950         (smerge-mode): Don't set font-lock-multiline.
2951         Remove overlays when turned off.
2953 2005-08-21  Kim F. Storm  <storm@cua.dk>
2955         * ido.el (ido-ignore-item-p): Use save-match-data.
2956         Bind case-fold-search to ido-case-fold locally.
2958 2005-08-20  Richard M. Stallman  <rms@gnu.org>
2960         * files.el (normal-mode): If font lock is on, turn it off and on.
2962         * subr.el (replace-regexp-in-string): Doc fix.
2964         * startup.el (command-line-1): Don't suppress startup screen
2965         due to existing processes.
2967         * progmodes/grep.el (grep): Bind compilation-disable-input to t.
2969         * progmodes/compile.el (compilation-disable-input): Default to nil.
2971 2005-08-20  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
2973         * progmodes/compile.el (compilation-disable-input): New defcustom.
2974         (compilation-start): If compilation-disable-input is non-nil, send
2975         EOF to the compilation process.
2977 2005-08-20  Eli Zaretskii  <eliz@gnu.org>
2979         * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
2980         Run the argument of tex-shell-cd-command through
2981         convert-standard-filename, to get the correct style of slashes on
2982         Windows, and enclose the result in quotes, in case the file name
2983         includes whitespace or other special characters.
2985 2005-08-19  Andreas Schwab  <schwab@suse.de>
2987         * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
2988         process.
2990 2005-08-18  Luc Teirlinck  <teirllm@auburn.edu>
2992         * cus-start.el (minibuffer-prompt-properties): Correct typo.
2994 2005-08-18  Kim F. Storm  <storm@cua.dk>
2996         * scroll-lock.el: Fix errors due to incorrect line wrapping.
2998 2005-08-18  Richard M. Stallman  <rms@gnu.org>
3000         * scroll-lock.el: New file.
3002 2005-08-18  Thien-Thi Nguyen  <ttn@gnu.org>
3004         * dired.el (dired-move-to-end-of-filename):
3005         Handle fifo as rendered by "ls -lF": Don't include trailing "|".
3007 2005-08-18  Kim F. Storm  <storm@cua.dk>
3009         * ido.el (ido-everywhere): Fix defcustom :set function to disable
3010         rather than toggle mode when custom value is nil.
3011         (ido-everywhere): Fix defun doc string.
3013 2005-08-17  Richard M. Stallman  <rms@gnu.org>
3015         * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
3016         as tag instead of "Inviolable".
3018 2005-08-17  Kim F. Storm  <storm@cua.dk>
3020         * windmove.el (windmove-coordinates-of-position): Remove.
3021         (windmove-coordinates-of-window-position): Remove.
3022         (windmove-reference-loc): Use posn-at-point instead.
3024         * subr.el (insert-for-yank-1): Doc fix.
3026         * ido.el (ido-enter-matching-directory): Rename from
3027         ido-enter-single-matching-directory.  Change 'slash choice to
3028         'only.  Add 'first choice.
3029         (ido-exhibit): Adapt to above changes.
3031 2005-08-16  Luc Teirlinck  <teirllm@auburn.edu>
3033         * Makefile.in: Expand comment about building loaddefs.el.
3035 2005-08-16  Nick Roberts  <nickrob@snap.net.nz>
3037         * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
3038         Comment use of defadvice.
3040         * progmodes/gud.el (gud-jump): Rework for gdb-ui.
3042 2005-08-15  Dan Nicolaescu  <dann@ics.uci.edu>
3044         * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
3045         * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
3046         * progmodes/gdb-ui.el, progmodes/idlw-help.el,
3047         * progmodes/idlw-shell.el, progmodes/ld-script.el,
3048         * progmodes/which-func.el, ruler-mode.el, strokes.el,
3049         * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
3050         for backward compatibility for faces that did not appear in the
3051         previous Emacs release.
3053         * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
3055 2005-08-15  Kim F. Storm  <storm@cua.dk>
3057         * emulation/cua-base.el (cua-delete-region): Return t if
3058         deleted region was non-empty.
3059         (cua-replace-region): Inhibit overwrite-mode for
3060         self-insert-command if replaced region was non-empty.
3061         (cua--explicit-region-start, cua--status-string): Make them
3062         buffer-local at top-level...
3063         (cua-mode): ...rather than when mode is enabled.
3065 2005-08-15  Thien-Thi Nguyen  <ttn@gnu.org>
3067         * progmodes/vhdl-mode.el (vhdl-emacs-21):
3068         Set t for Emacs 21, 22, and so on.
3070 2005-08-15  David Ponce  <david@dponce.com>
3072         * tree-widget.el: Update Commentary header.
3073         (tree-widget-theme): Doc fix.
3074         (tree-widget-space-width): New option.
3075         (tree-widget-image-properties): Look up in the default theme too.
3076         (tree-widget--cursors): Only for images with arrow pointer shape.
3077         (tree-widget-lookup-image): Pointer shape is hand by default.
3078         (tree-widget-icon): Rename generic icon widget from
3079         `tree-widget-control'.
3080         (tree-widget-*-icon): Rename from `tree-widget-*-control' and
3081         derive from `tree-widget-icon'.
3082         (tree-widget-handle): Improve default look and feel of the text
3083         representation.
3084         (tree-widget): Rename :*-control properties to :*-icon properties.
3085         Add :action and :help-echo properties.
3086         (tree-widget-after-toggle-functions): Move.
3087         (tree-widget-close-node, tree-widget-open-node): Remove.
3088         (tree-widget-before-create-icon-functions): New hook.
3089         (tree-widget-value-create): Update to allow customization of icons
3090         and nodes at run-time via that new hook.
3091         (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
3092         (tree-widget-icon-action, tree-widget-icon-help-echo)
3093         (tree-widget-action, tree-widget-help-echo): New functions.
3095 2005-08-15  Kim F. Storm  <storm@cua.dk>
3097         * ido.el (ido-buffer-internal): Use with-no-warnings.
3098         (ido-make-merged-file-list): Use while-no-input.
3100 2005-08-15  Richard M. Stallman  <rms@gnu.org>
3102         * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
3103         (flyspell-large-region): Fix doc and custom type.
3105 2005-08-14  Richard M. Stallman  <rms@gnu.org>
3107         * files.el (interpreter-mode-alist): Doc fix.
3109         * mail/rmail.el (rmail-nonignored-headers): New variable.
3110         (rmail-clear-headers): Use it.
3111         (rmail-reply): Better handling of mail-followup-to header.
3113         * progmodes/sh-script.el (sh-font-lock-keywords-var):
3114         Rename variable from sh-font-lock-keywords.  In the `shell' entry,
3115         don't try to refer to executable-font-lock-keywords.
3116         (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
3117         (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
3118         (sh-font-lock-keywords): Append executable-font-lock-keywords here.
3119         (sh-mode): Set comment-start-skip, local-abbrev-table,
3120         imenu-case-fold-search.
3121         (sh-set-shell): Don't set them here.
3122         (sh-feature): Simplify.  Get rid of the eval-a-variable feature.
3123         Don't cache the results in the original alist; don't ever modify
3124         that alist.
3126         * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
3128         * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
3129         empty.
3131 2005-08-15  Andreas Schwab  <schwab@suse.de>
3133         * desktop.el: Put autoload cookie at risky-local-variable declarations.
3135         * dired.el, info.el, mail/rmail.el: Revert last change.
3137 2005-08-14  Thien-Thi Nguyen  <ttn@gnu.org>
3139         * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
3140         modification in `eval-after-load' form.
3141         * info.el: Likewise.
3142         * mail/rmail.el: Likewise.
3144 2005-08-14  Juri Linkov  <juri@jurta.org>
3146         * progmodes/compile.el (compilation-mode-font-lock-keywords):
3147         Remove highlighting of "Compilation started".  Highlight only
3148         the word "finished" in "Compilation finished".  Add highlighting
3149         of "interrupt", "killed", "terminated" and the exit code.
3150         (compilation-start): Add newline after header.  Use exactly the
3151         same time stamp format as the finishing message.
3152         (compilation-mode-map): Add ellipsis to "Search Files (grep)".
3154         * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
3155         (grep-mode-font-lock-keywords): Don't highlight "Grep started".
3156         Add highlighting of "interrupt", "killed", "terminated".
3158         * delsel.el (delete-selection-pre-hook): If overwrite-mode is
3159         enabled and the current command is self-insert-command, call it
3160         explicitly with overwrite-mode bound to nil, to not allow it
3161         to delete the character after the selected region.
3163 2005-08-12  Matt Hodges  <MPHodges@member.fsf.org>
3165         * emacs-lisp/eldoc.el: Add move-beginning-of-line,
3166         move-end-of-line, end-of-line, and beginning-of-line to the list
3167         of commands after which the echo area is updated.
3169 2005-08-12  Eli Zaretskii  <eliz@gnu.org>
3171         * cus-edit.el (custom-save-all, custom-save-delete):
3172         Bind recentf-exclude to exclude custom-file.
3174 2005-08-12  Ehud Karni  <ehud@unix.mvs.co.il>
3176         * mail/rmailsum.el (rmail-summary-end-of-message): New command
3177         to go to the bottom of the mail message.  Added to
3178         `rmail-summary-mode-map' with key "/".
3179         (rmail-summary-show-message): New (internal) function for use by
3180         both `rmail-summary-beginning/end-of-message'.
3181         (rmail-summary-beginning-of-message): Change to use
3182         rmail-summary-show-message.
3184         * mail/rmail.el (rmail-end-of-message): New command to go to the
3185         end of the current message.  Added to `rmail-mode-map' with key "/".
3186         (rmail-beginning-of-message): Fix to work as documented.
3187         (rmail-mode): Change documentation.
3189         * progmodes/compile.el (compilation-start): Add the line
3190         "Compilation started" with compilation start time.
3191         (compilation-mode-font-lock-keywords): Add `started' to keywords.
3193 2005-08-11  Luc Teirlinck  <teirllm@auburn.edu>
3195         * menu-bar.el (menu-bar-options-menu): Standardize capitalization
3196         of menu items.
3198 2005-08-11  Richard M. Stallman  <rms@gnu.org>
3200         * simple.el (pop-global-mark): Reverse test of widen-automatically.
3202         * battery.el (battery-status-function): Don't use ignore-errors.
3204 2005-08-11  Lute Kamstra  <lute@gnu.org>
3206         * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
3207         define-obsolete-variable-alias.
3209 2005-08-11  Stefan Monnier  <monnier@iro.umontreal.ca>
3211         * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
3212         (ange-ftp-send-cmd): Revert last change, and expand
3213         the comment explaining the problem.
3215 2005-08-10  Luc Teirlinck  <teirllm@auburn.edu>
3217         * ldefs-boot.el: Update.
3219         * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
3220         item to "Time, Load and Mail".  Change help echo text.
3222         * time.el (display-time-use-mail-icon, display-time-format)
3223         (display-time-string-forms): Shorten first line of docstrings.
3225 2005-08-10  Lars Hansen  <larsh@soem.dk>
3227         * desktop.el (desktop-buffer-mode-handlers):
3228         Make non-customizable. Add autoload cookie.  Change initial value to
3229         nil; add elements in respective modules instead.  Fix doc string.
3230         (desktop-load-file): New function.
3231         (desktop-minor-mode-handlers): New autoloaded variable.
3232         (desktop-create-buffer): Call minor mode handlers.
3233         Use desktop-load-file to load major and minor mode modules prior to
3234         checking for a handler.
3235         (desktop-save): Don't add nil to desktop-minor-modes for minor
3236         modes with nil function in desktop-minor-mode-table.  Don't delete
3237         desktop file before rewriting it.
3238         (desktop-locals-to-save): Add autoload cookie.  Don't make
3239         automatically buffer-local.  Add variables column-number-mode,
3240         size-indication-mode, indent-tabs-mode,
3241         indicate-buffer-boundaries, indicate-empty-lines and
3242         show-trailing-whitespace.
3243         (desktop-clear): Allow desktop-clear-preserve-buffers to contain
3244         regexps. Don't use desktop-clear-preserve-buffers-regexp.
3245         (desktop-clear-preserve-buffers-regexp): Delete.
3246         (desktop-clear-preserve-buffers): Update initial value and docstring.
3247         (desktop-save-buffer): Fix doc string.
3249         * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
3250         (hilit-chg-desktop-restore): New function.
3251         (highlight-changes-mode): Add highlight-changes-mode to
3252         desktop-locals-to-save.
3254         * dired.el: Add handler to desktop-buffer-mode-handlers.
3255         (dired-restore-desktop-buffer): Remove autoload cookie.
3256         (dired-mode): Add autoload cookie.
3258         * info.el: Add handler to desktop-buffer-mode-handlers.
3259         (Info-restore-desktop-buffer): Remove autoload cookie.
3260         (Info-mode): Add autoload cookie.
3262         * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
3263         (mh-restore-desktop-buffer): Remove autoload cookie.
3264         (mh-folder-mode): Add autoload cookie.
3266         * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
3267         (rmail-restore-desktop-buffer): Remove autoload cookie.
3269 2005-08-11  Masatake YAMATO  <jet@gyve.org>
3271         * hexl.el (hexl-address-region):
3272         (hexl-ascii-region, hexl-font-lock-keywords):
3273         (hexl-highlight-line-range): Use the term "region"
3274         instead of "area" for consistency with the other symbols
3275         defined in hexl.el.
3277 2005-08-09  Luc Teirlinck  <teirllm@auburn.edu>
3279         * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
3280         correct group: it is set with `menu-bar-make-mm-toggle' (pointed
3281         out by Juri Linkov).  Add `display-battery-mode'.
3283 2005-08-09  Juri Linkov  <juri@jurta.org>
3285         * progmodes/compile.el (compilation-mode-font-lock-keywords):
3286         Remove `-text' from face variable names.
3287         (compilation-error-file-name, compilation-warning-file-name)
3288         (compilation-info-file-name): Delete faces.
3289         (compilation-line-number, compilation-column-number):
3290         Remove face underlining.
3291         (compilation-message-face): Set to `underline' value by default.
3292         (compilation-error-face, compilation-warning-face)
3293         (compilation-info-face): Remove `-file-name' from face names.
3294         (compilation-error-text-face, compilation-warning-text-face)
3295         (compilation-info-text-face): Delete face variables.
3296         (compilation-text-face): Delete function.
3298         * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
3299         (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
3300         (grep-error-face): Set to `compilation-error' instead of
3301         `compilation-error-face' (which is redefined to `grep-hit-face' in
3302         grep buffers).
3303         (grep-mode-font-lock-keywords): Remove `-text' from face variable
3304         names.  Use `grep-error-face' instead of `compilation-error-text-face'.
3306         * dired-aux.el (dired-do-query-replace-regexp):
3307         Use `query-replace-read-args'.
3309         * replace.el (query-replace-read-from, query-replace-read-to)
3310         (query-replace-read-args): Rename arg `string' to `prompt'.
3312         * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
3314 2005-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>  (tiny change)
3316         * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
3317         uploading files.
3318         (ange-ftp-canonize-filename): Handle file names beginning with ~
3319         correctly.
3321 2005-08-09  Juanma Barranquero  <lekktu@gmail.com>
3323         * textmodes/fill.el (canonically-space-region)
3324         (fill-context-prefix, fill-french-nobreak-p)
3325         (fill-delete-newlines, fill-comment-paragraph)
3326         (justify-current-line): "?\ " -> "?\s".
3328 2005-08-09  Ben North  <ben@redfrontdoor.org>  (tiny change)
3330         * textmodes/fill.el (fill-nonuniform-paragraphs):
3331         Improve argument/docstring consistency.
3333 2005-08-09  Richard M. Stallman  <rms@gnu.org>
3335         * textmodes/ispell.el (ispell-word): More fboundp checks.
3337         * files.el (find-file-noselect): Don't call set-buffer-major-mode.
3338         (find-file-noselect-1): Call it here, only if RAWFILE.
3339         (normal-mode): Always set some major mode.
3340         (save-some-buffers-action-alist): Change some explanation strings.
3341         (file-name-non-special): In the `quote' method, use unwind-protect.
3343 2005-08-09  Magnus Henoch  <mange@freemail.hu>
3345         * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
3346         (ispell-have-aspell-dictionaries): New variable.
3347         (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
3348         (ispell-get-aspell-config-value): New function.
3349         (ispell-aspell-find-dictionary): New function.
3350         (ispell-aspell-add-aliases): New function.
3351         (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
3352         appropriate.  Don't look for ispell dictionaries if we use aspell.
3353         (ispell-menu-map): Don't build a submenu of dictionaries.
3355 2005-08-09  Richard M. Stallman  <rms@gnu.org>
3357         * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
3358         (sql-read-passwd): Use read-passwd.
3360         * progmodes/idlw-toolbar.el (idlwave-toolbar)
3361         (idlwave-toolbar-is-possible): Add defvars.
3363         * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
3364         Avoid warnings.
3366         * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
3367         (idlwave-system-class-info, idlwave-executive-commands-alist):
3368         Use defvar.
3370         * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
3372         * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
3373         Avoid warnings.
3375         * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
3376         and content-type: headers.
3378         * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
3380         * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
3381         and rename some of them to be more self-explanatory.
3383         * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
3385         * startup.el (command-line-1): Implement -scriptload.
3387         * replace.el (occur-engine): Initial *Occur* output not undoable.
3389         * menu-bar.el (menu-bar-file-menu): Rename some menu items
3390         and improve help strings.
3392         * isearch.el (isearch-repeat): When changing direction,
3393         mark search successful.
3395         * ediff-init.el: Use (featurep 'xemacs).
3397         * comint.el (send-invisible): Identify buffer, if not selected.
3399         * align.el: Delete autoload for c-guess-basic-syntax.
3401 2005-08-09  Juanma Barranquero  <lekktu@gmail.com>
3403         * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
3404         Improve argument/docstring consistency.  Doc fixes.
3405         (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
3406         (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
3407         (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
3408         (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
3409         (r2bv-organization, r2bv-pages, r2bv-primary-author)
3410         (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
3411         (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
3412         Defvar at compile time.
3414 2005-08-09  Juri Linkov  <juri@jurta.org>
3416         * info.el: Replace `info' with upper-case `Info' where appropriate.
3417         (info-title-1, info-title-2, info-title-3, info-title-4)
3418         (info-menu-header): Move up face definitions.
3419         (info-menu-star): Rename from `info-menu-5'.
3420         (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
3421         (Info-fontify-visited-nodes): Fix docstring.
3422         (Info-hide-note-references): Fix docstring.
3423         (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
3424         menu items in the same way as on cross-references.
3425         (info-apropos): Fix sorting order and formatting to be like in the
3426         stand-alone Info browser.  Display error messages for 1 sec.
3427         (Info-mode-map): Move down `c' key binding.  Bind `^' to `Info-up'.
3428         (Info-mode-menu): Remove item for `Info-search-case-sensitively'
3429         from the menu bar.
3430         (Info-insert-dir): Restore point after calling
3431         `insert-buffer-substring'.
3433 2005-08-08  Richard M. Stallman  <rms@gnu.org>
3435         * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
3436         (recompute-lucid-menubar): Add defvars.
3438         * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
3440         * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
3442         * net/net-utils.el (run-dig): Rename from `dig'.
3444         * play/gametree.el (gametree-mode): Use make-local-variable,
3445         not make-variable-buffer-local.
3447         * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
3449         * ansi-color.el (ansi-color-make-extent)
3450         (ansi-color-set-extent-face): Use fboundp, not functionp.
3452         * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
3453         not make-variable-buffer-local.
3455         * bookmark.el (Info-current-file): Add defvar.
3456         (bookmark-jump-noselect): Use with-no-warnings.
3458         * completion.el (c-mode-map, fortran-mode-map): Add defvars.
3460         * ebuff-menu.el (Helper-return-blurb): Add defvar.
3462         * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
3464         * find-file.el (ada-procedure-start-regexp)
3465         (ada-package-start-regexp): Add defvars.
3467         * info.el (Info-insert-dir): Use insert-buffer-substring.
3469         * xml.el (xml-att-def-re): Add defvar.
3471         * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
3472         calling convention.
3474         * subr.el (while-no-input): Return t if there is input.
3476 2005-08-08  Luc Teirlinck  <teirllm@auburn.edu>
3478         * cus-start.el (all): Add `overflow-newline-into-fringe'.
3480 2005-08-08  Juanma Barranquero  <lekktu@gmail.com>
3482         * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
3483         (scheme-prev-l/c-dir/file): Fix typos in docstrings.
3485 2005-08-08  Emilio C. Lopes  <eclig@gmx.net>
3487         * cmuscheme.el (scheme-start-file): Replace reference to
3488         `user-emacs-directory' by "~/.emacs.d/".
3490 2005-08-08  Thien-Thi Nguyen  <ttn@gnu.org>
3492         * info.el (Info-dir-remove-duplicates): Avoid case folding
3493         in loop; instead, keep downcased strings for comparison.
3494         Suggested by Helmut Eller.
3496 2005-08-07  Michael Albinus  <michael.albinus@gmx.de>
3498         Sync with Tramp 2.0.50.
3500         * net/tramp.el: Remove defvar of `last-coding-system-used' in the
3501         XEmacs case; not necessary anymore.
3502         (tramp-user-regexp): Allow "@" as part of user name.
3503         (tramp-handle-set-visited-file-modtime)
3504         (tramp-handle-insert-file-contents)
3505         (tramp-handle-write-region): No special handling for
3506         `last-coding-system-used, because this is done in
3507         `tramp-accept-process-output' now.
3508         (tramp-accept-process-output): New defun.
3509         (tramp-process-one-action, tramp-process-one-multi-action)
3510         (tramp-wait-for-regexp, tramp-wait-for-output)
3511         (tramp-discard-garbage-erase-buffer): Call it.  Reported by David
3512         Howells <dhowells@redhat.com>.
3513         (clear-visited-file-modtime): Defadvice removed.  The check for
3514         unset buffer's modtime does not need to be based on
3515         `tramp-buffer-file-attributes'.  Suggested by RMS.
3516         (tramp-message): Insert "\n" if not being at beginning of line.
3517         (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
3518         sequence with same logic.
3519         (tramp-completion-handle-expand-file-name): Discard call of
3520         `tramp-drop-volume-letter'.  It is not necessary, and there have
3521         been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
3522         Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
3523         (tramp-do-copy-or-rename-file-out-of-band): Transfer message
3524         should always be visible.
3525         (tramp-handle-insert-directory, tramp-setup-complete)
3526         (tramp-set-process-query-on-exit-flag)
3527         (tramp-append-tramp-buffers): Pacify byte-compiler.
3528         (tramp-bug): Delete non-existing variables from list.
3529         Apply `tramp-load-report-modules' as pre-hook.
3530         Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
3531         `shell-prompt-pattern' because of non-7bit characters.
3532         Reported by Sebastian Luque <sluque@mun.ca>.
3533         (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
3534         (tramp-match-string-list): Remove function.
3535         (tramp-wait-for-regexp): Remove call of that function.
3536         Suggested by Kim F. Storm <storm@cua.dk>.
3537         (tramp-set-auto-save-file-modes): Use octal integer code #o600
3538         instead of octal character code ?\600.  The latter resulted in a
3539         syntax error with XEmacs.
3541         * net/tramp-smb.el: Remove defvar of `last-coding-system-used' in the
3542         XEmacs case; not necessary anymore.
3543         (tramp-smb-handle-write-region): No special handling for
3544         `last-coding-system-used, because this is done in
3545         `tramp-accept-process-output' now.
3546         (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
3548 2005-08-06  Luc Teirlinck  <teirllm@auburn.edu>
3550         * wid-edit.el (widget-choice-value-create):
3551         Unconditionally respect user choice.  Set :explicit-choice back to nil
3552         when no longer needed.
3553         (widget-choice-action): Unconditionally respect user choice.
3554         Eliminate :explicit-choice-value.
3556         * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
3558         * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
3559         with `indicate-empty-lines' and `indicate-buffer-boundaries'.
3560         (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
3561         running new function `toggle-indicate-empty-lines'.
3562         Rename "Customize" item to "Customize fringe".
3563         Rename "Indicators" item to "Buffer boundaries" and change help echo.
3564         (menu-bar-showhide-fringe-ind-menu): Change several help echos.
3565         Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
3566         Delete "Empty lines only" item.
3567         (menu-bar-showhide-fringe-ind-customize): New function.
3568         (menu-bar-showhide-fringe-ind-mixed)
3569         (menu-bar-showhide-fringe-ind-box)
3570         (menu-bar-showhide-fringe-ind-right)
3571         (menu-bar-showhide-fringe-ind-left)
3572         (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
3573         instead of `fringe-indicators'.
3575 2005-08-06  Michael Kifer  <kifer@cs.stonybrook.edu>
3577         * viper.el (viper-emacs-state-mode-list): Add recentf-dialog-mode.
3578         Change the date of last update.
3580 2005-08-06  Michael Kifer  <kifer@cs.stonybrook.edu>
3582         * viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
3583         (viper-exec-yank, viper-put-back): Don't display modification msg
3584         if in the minibuffer.
3586         * viper-init.el (viper-replace-overlay-cursor-color)
3587         (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
3588         Make variables frame local.
3590         * viper-util.el (viper-append-filter-alist): Use append instead of
3591         nconc.
3593         * viper.el (viper-vi-state-mode-list)
3594         (viper-emacs-state-mode-list): Move help-mode and
3595         completion-list-mode from the first list to the second.
3596         (viper-mode): Docstring.
3597         (viper-go-away, viper-non-hook-settings): Don't localize
3598         minor-mode-alist in newer Emacsen.  Add advice to
3599         set-cursor-color.  Don't bind "\C-c\\".
3601 2005-08-06  Emilio C. Lopes  <eclig@gmx.net>
3603         * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
3604         (scheme-macro-expand-command): New user options.
3605         (scheme-trace-procedure, scheme-expand-current-form): New commands.
3606         (scheme-form-at-point, scheme-start-file)
3607         (scheme-interactively-start-process): New functions.
3608         (scheme-get-process): New function, extracted from `scheme-proc'.
3609         (run-scheme): Call `scheme-start-file' to get start file, and pass
3610         it to `make-comint'.
3611         (switch-to-scheme, scheme-proc):
3612         Call `scheme-interactively-start-process' if no Scheme buffer/process
3613         is available.
3615 2005-08-06  Juri Linkov  <juri@jurta.org>
3617         * progmodes/compile.el (compilation-mode-font-lock-keywords):
3618         Use `compilation-text-face', `compilation-info-text-face' and
3619         `compilation-error-text-face' instead of `font-lock-keyword-face'.
3620         (compilation-error): New face.
3621         (compilation-error-file-name): Inherit from
3622         `compilation-error' instead of `font-lock-warning-face'.
3623         (compilation-warning-file-name): Inherit from
3624         `compilation-warning' instead of `font-lock-warning-face'.
3625         (compilation-info, compilation-error-file-name)
3626         (compilation-warning-file-name, compilation-info-file-name)
3627         (compilation-line-number, compilation-column-number): Doc fix.
3628         (compilation-error-text-face, compilation-warning-text-face)
3629         (compilation-info-text-face): New face variables.
3630         (compilation-line-face, compilation-column-face)
3631         (compilation-enter-directory-face)
3632         (compilation-leave-directory-face): Doc fix.
3633         (compilation-text-face): New function.
3635         * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
3636         instead of 1 to display binary file names as info file links.
3637         (grep-error-face): Use `compilation-error-face' instead of
3638         `font-lock-keyword-face'.
3639         (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
3640         and `compilation-warning-text-face' instead of
3641         `font-lock-keyword-face'.  Use `compilation-error-text-face'
3642         instead of `grep-error-face'.
3644 2005-08-05  Kenichi Handa  <handa@m17n.org>
3646         * international/code-pages.el: Add autoload cookies for all coding
3647         systems.
3649 2005-08-04  Luc Teirlinck  <teirllm@auburn.edu>
3651         * cus-start.el (all): Put undo.c where it alphabetically belongs.
3653 2005-08-04  Juri Linkov  <juri@jurta.org>
3655         * progmodes/compile.el (compilation-mode-map):
3656         * progmodes/grep.el (grep-mode-map):
3657         Bind TAB to `compilation-next-error' and [backtab] to
3658         `compilation-previous-error'.
3660         * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
3661         matching line numbers, column numbers and their ranges with regexp
3662         matching only line numbers.
3663         (grep-context-face): New face variable.
3664         (grep-mode-font-lock-keywords): Use it.
3666         * faces.el (read-face-name): Delete duplicate faces.
3668 2005-08-02  Juanma Barranquero  <lekktu@gmail.com>
3670         * thumbs.el (thumbs-find-image): Don't make variables
3671         automatically buffer local.
3672         (thumbs-current-tmp-filename, thumbs-current-image-filename)
3673         (thumbs-image-num): Make automatically buffer local.
3674         (thumbs-show-thumbs-list): Use `make-local-variable', not
3675         `make-variable-buffer-local'.
3676         (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
3678         * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
3679         (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
3680         (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
3681         (bother, bye, canyou, chatlst, continue, deathlst, describe)
3682         (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
3683         (feelings-about, foullst, found, hello, history, howareyoulst)
3684         (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
3685         (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
3686         (neglst, obj, object, owner, please, problems, qlist)
3687         (random-adjective, relation, remlst, repetitive-shortness)
3688         (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
3689         (shortlst, something, sportslst, stallmanlst, states, subj)
3690         (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
3691         (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
3692         Defvar at compile time.
3694         * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
3695         not `make-variable-buffer-local'.
3697 2005-08-02  Kim F. Storm  <storm@cua.dk>
3699         * emulation/cua-rect.el (cua--highlight-rectangle): Only show
3700         rectangle overlay in selected window.
3702 2005-08-01  Luc Teirlinck  <teirllm@auburn.edu>
3704         * cus-start.el (all): Put `indicate-empty-lines' in fringe group
3705         instead of display group.  Make `indicate-buffer-boundaries'
3706         customizable through Custom.
3708 2005-08-01  Juanma Barranquero  <lekktu@gmail.com>
3710         * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
3711         (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
3712         (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
3713         (gdb-put-string): Fix typos in docstrings.
3715 2005-08-01  Nick Roberts  <nickrob@snap.net.nz>
3717         Update copyright notices of files in progmodes directory for
3718         release of Emacs 22.1.
3720         * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
3722         * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
3723         Don't barf if the GUD buffer has been killed.
3725 2005-08-01  Kim F. Storm  <storm@cua.dk>
3727         * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
3729 2005-07-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3731         * simple.el (next-error-follow-minor-mode):
3732         make-variable-buffer-local -> make-local-variable.
3734         * emacs-lisp/cl-extra.el: Require CL also when compiling.
3736         * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
3737         (byte-compile-form-make-variable-buffer-local): New functions to warn
3738         about misuses of make-variable-buffer-local where make-local-variable
3739         was meant.
3741 2005-07-29  Juanma Barranquero  <lekktu@gmail.com>
3743         * bs.el (bs-attributes-list): Doc fix.
3744         (bs): Update url-link.
3746         * desktop.el (desktop-save-buffer): Fix typos in docstring.
3747         (desktop-load-default): Simplify.
3749         * ibuffer.el (ibuffer-columnize-and-insert-list)
3750         (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
3751         (ibuffer-unmark-all, ibuffer-toggle-marks)
3752         (ibuffer-unmark-forward, ibuffer-unmark-backward)
3753         (ibuffer-compile-make-format-form, ibuffer-format-column)
3754         (ibuffer-current-buffers-with-marks)
3755         (ibuffer-update-title-and-summary): "?\ " -> "?\s".
3756         (ibuffer): Doc fix.
3757         (ibuffer-mode): Fix typo in docstring.
3758         (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
3759         with `define-obsolete-variable-alias'.
3760         (ibuffer-elide-long-columns): Mark as obsolete.  Doc fix.
3762 2005-07-29  Kenichi Handa  <handa@m17n.org>
3764         * international/mule-cmds.el (select-message-coding-system):
3765         Be sure to use LF for end-of-line.  If no coding system is decided,
3766         return iso-8859-1-unix.
3768 2005-07-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3770         * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
3771         (ange-ftp-pending-error-line): New vars.
3772         (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
3773         to handle the non-fatal no-route-to-host messages.
3774         (internal-ange-ftp-mode): Make the no-match regexp more efficient.
3776 2005-07-28  Juanma Barranquero  <lekktu@gmail.com>
3778         * isearch.el (isearch-mode-map, isearch-other-meta-char)
3779         (isearch-quote-char, isearch-printing-char)
3780         (isearch-text-char-description): "?\ " -> "?\s".
3781         (isearch-lazy-highlight-cleanup)
3782         (isearch-lazy-highlight-initial-delay)
3783         (isearch-lazy-highlight-interval)
3784         (isearch-lazy-highlight-max-at-a-time)
3785         (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
3786         Declare with define-obsolete-*-alias macros.
3787         (isearch-forward): Fix typo in docstring.
3788         (search-invisible, search-ring-yank-pointer)
3789         (regexp-search-ring-yank-pointer): Doc fixes.
3791         * recentf.el (recentf-menu-append-commands-p): Declare with
3792         `define-obsolete-variable-alias'.
3793         (recentf-max-saved-items, recentf-menu-filter)
3794         (recentf-arrange-by-rule-subfilter): Doc fixes.
3795         (recentf-menu-append-commands-flag)
3796         (recentf-initialize-file-name-history, recentf-expand-file-name)
3797         (recentf-clear-data): Fix typos in docstrings.
3799 2005-07-28  Nick Roberts  <nickrob@snap.net.nz>
3801         * progmodes/gdb-ui.el: Smarten comments.
3802         (gdb-info-breakpoints-custom): Use nowarn when finding file.
3804 2005-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
3806         * term/apollo.el (terminal-init-apollo): New function containing
3807         all former top level forms in the file.
3808         * term/bobcat.el (terminal-init-bobcat):
3809         * term/cygwin.el (terminal-init-cygwin):
3810         * term/iris-ansi.el (terminal-init-iris-ansi):
3811         * term/linux.el (terminal-init-linux):
3812         * term/news.el (terminal-init-news):
3813         * term/rxvt.el (terminal-init-rxvt):
3814         * term/sun.el (terminal-init-sun):
3815         * term/tvi970.el (terminal-init-tvi970):
3816         * term/vt100.el (terminal-init-vt100):
3817         * term/vt102.el (terminal-init-vt102):
3818         * term/vt125.el (terminal-init-vt125):
3819         * term/vt200.el (terminal-init-vt200):
3820         * term/vt201.el (terminal-init-vt201):
3821         * term/vt220.el (terminal-init-vt220):
3822         * term/vt240.el (terminal-init-vt240):
3823         * term/vt300.el (terminal-init-vt300):
3824         * term/vt320.el (terminal-init-vt320):
3825         * term/vt400.el (terminal-init-vt400):
3826         * term/vt420.el (terminal-init-vt420):
3827         * term/wyse50.el (terminal-init-wyse50):
3828         * term/xterm.el (terminal-init-xterm): Likewise.
3830         * term/README: Describe the terminal-init-* functionality.
3832         * startup.el (command-line): After loading the terminal initialization
3833         file call the corresponding terminal initialization function.
3835 2005-07-27  Kenichi Handa  <handa@m17n.org>
3837         * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
3838         negative.
3840         * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
3841         (ps-mule-composition-prologue): Fix for the case that
3842         RelativeCompose is false.
3844 2005-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
3846         * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
3848         * descr-text.el (describe-char): Handle the case where the list of
3849         chars is displayed in a separate frame.
3850         Be a bit more discriminating when looking for the char.
3852 2005-07-26  Juanma Barranquero  <lekktu@gmail.com>
3854         * bookmark.el (bookmark-automatically-show-annotations)
3855         (bookmark-read-annotation-text-func): Doc fixes.
3856         (bookmark-save): Improve argument/docstring consistency.
3857         (bookmark-get-bookmark, bookmark-get-bookmark-record)
3858         (bookmark-alist-from-buffer)
3859         (bookmark-upgrade-file-format-from-0)
3860         (bookmark-grok-file-format-version)
3861         (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
3862         (bookmark-read-annotation-mode)
3863         (bookmark-insert-current-bookmark, bookmark-jump)
3864         (bookmark-exit-hook): Fix typos in docstrings.
3865         (bookmark-exit-hooks): Define as obsolete alias.
3866         (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
3867         not `bookmark-exit-hooks'.  Fix docstring.
3868         (bookmark-bmenu-select): "?\ " -> "?\s".
3870 2005-07-25  Ari Roponen <arjuropo@cc.jyu.fi>  (tiny change)
3872         * startup.el (command-line): Fix typo.
3874 2005-07-24  Richard M. Stallman  <rms@gnu.org>
3876         * tooltip.el (tooltip-mode): Test emacs-basic-display,
3877         not emacs-quick-startup.
3879 2005-07-24  Juanma Barranquero  <lekktu@gmail.com>
3881         * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
3882         (reb-next-match, reb-show-subexp): Use `with-selected-window'
3883         instead of `reb-with-current-window'.
3884         (reb-prev-match): Likewise.  Also, don't move left if the search
3885         was unsuccessful.
3886         (reb-initialize-buffer): New function.
3887         (re-builder, reb-change-syntax): Use it.
3889         * man.el (Man-goto-page): Make second argument NOERROR optional.
3891 2005-07-23  Richard M. Stallman  <rms@gnu.org>
3893         * man.el (Man-bgproc-sentinel): Check here for failure to find
3894         any man page in the output, and report the error here.
3895         (Man-arguments): Make it permanent local.
3896         (Man-goto-page): New arg NOERROR.  Never kill the current buffer.
3897         (Man-mode): Pass t for NOERROR.
3899         * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
3900         (grep-mode-font-lock-keywords):
3901         Don't use compilation-...-face for messages that are not file names.
3903         * progmodes/compile.el (compilation-mode-font-lock-keywords):
3904         Don't use compilation-...-face for messages that are not file names.
3906 2005-07-22  Juri Linkov  <juri@jurta.org>
3908         * startup.el (normal-splash-screen): Update menu name.
3910         * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
3912 2005-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
3914         * term/xterm.el: Load term/rxvt if the terminal is actually an
3915         rxvt terminal.
3916         (xterm-rxvt-set-background-mode): Remove, not used anymore.
3918         * term/rxvt.el (function-key-map): Use substitute-key-definition
3919         to bind {C,S,C-S}-{f1-f10}. Add a few missing key bindings.
3921         * term/cygwin.el: New file.
3923 2005-07-22  Kim F. Storm  <storm@cua.dk>
3925         * image-file.el (insert-image-file, image-file-yank-handler):
3926         Fix last change to maintain a (unique) yank-handler on yanked images.
3928 2005-07-22  Eduardo Mu\e,Aq\e(Boz  <emufer@terra.es>  (tiny change)
3930         * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
3931         of the file size (as in "177B" for 177 bytes).  This happens with
3932         "ls -lh" on FreeBSD.
3934 2005-07-22  Juanma Barranquero  <lekktu@gmail.com>
3936         * hilit-chg.el (highlight-changes-global-initial-state)
3937         (highlight-compare-buffers, hilit-chg-turn-on-maybe)
3938         (hilit-chg-fixup, highlight-changes-mode):
3939         Fix typos in docstrings.
3940         (highlight-changes-global-modes, highlight-changes-rotate-faces):
3941         Doc fixes.
3943 2005-07-21  Luc Teirlinck  <teirllm@auburn.edu>
3945         * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
3946         mode function using `eval-after-load'.
3948 2005-07-21  Kim F. Storm  <storm@cua.dk>
3950         * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
3951         included when reporting an emacs crash, and tell about the DEBUG file.
3953         * image-file.el (insert-image-file): Add yank-handler.
3954         (image-file-yank-handler): Yank handler to make unique copies of
3955         images when they are yanked into a buffer next to each other.
3957 2005-07-21  Juanma Barranquero  <lekktu@gmail.com>
3959         * comint.el (comint-use-prompt-regexp, comint-send-input)
3960         (comint-source-default, comint-extract-string)
3961         (comint-get-source, comint-word, comint-completion)
3962         (comint-source, comint-prompt-read-only, comint-update-fence):
3963         Fix typos in docstrings.
3964         (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
3965         Declare with define-obsolete-*-alias macros.
3966         (comint-previous-matching-input-from-input)
3967         (comint-next-matching-input-from-input)
3968         (comint-previous-matching-input, comint-next-matching-input)
3969         (comint-forward-matching-input):
3970         Improve argument/docstring consistency.
3972         * desktop.el (desktop-clear-preserve-buffers-regexp):
3973         Also preserve the *server* buffer.
3975         * simple.el (clone-indirect-buffer): Doc fix.
3976         (fixup-whitespace, just-one-space)
3977         (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
3978         (next-error, next-error-highlight)
3979         (next-error-highlight-no-select, next-error-last-buffer)
3980         (next-error-buffer-p, next-error-find-buffer, next-error)
3981         (previous-error, next-error-no-select, previous-error-no-select)
3982         (open-line, split-line, minibuffer-prompt-width, kill-new)
3983         (binary-overwrite-mode): Fix typos in docstrings.
3984         (set-fill-column): Fix typo in message.
3986         * skeleton.el (skeleton-proxy-new): Doc fix.
3988         * strokes.el (strokes-load-hook): Doc fix.
3989         (strokes-grid-resolution, strokes-get-grid-position)
3990         (strokes-renormalize-to-grid, strokes-read-stroke)
3991         (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
3992         (strokes-global-map): Fix typos in docstrings.
3993         (strokes-help): Doc fix.  Fix help message and pass it through
3994         `substitute-command-keys'.
3996         * tempo.el (tempo-insert-prompt, tempo-interactive)
3997         (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
3998         (tempo-insert-string-functions, tempo-local-tags)
3999         (tempo-define-template, tempo-insert-template)
4000         (tempo-insert-prompt-compat, tempo-is-user-element)
4001         (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
4002         Fix typos in docstrings.
4004         * vcursor.el (vcursor-other-window, vcursor-bind-keys)
4005         (vcursor-key-bindings, vcursor-use-vcursor-map)
4006         (vcursor-find-window, vcursor-scroll-down)
4007         (vcursor-disable, vcursor-beginning-of-buffer)
4008         (vcursor-end-of-buffer): Fix typos in docstrings.
4009         (vcursor-relative-move, vcursor-get-char-count):
4010         Improve argument/docstring consistency.
4012         * version.el: "?\ " -> "?\s".
4014         * wid-edit.el (widget-default-create, widget-after-change)
4015         (widget-default-format-handler, widget-checklist-add-item)
4016         (widget-radio-add-item, widget-choose, widget-specify-secret)
4017         (widget-field-value-create, widget-field-value-get)
4018         (widget-editable-list-format-handler)
4019         (widget-editable-list-entry-create, widget-group-value-create)
4020         (widget-documentation-link-add)
4021         (widget-documentation-string-value-create): "?\ " -> "?\s".
4022         (widget-convert-text): Doc fix.
4023         (widget-narrow-to-field, widget-field-find)
4024         (widget-url-link-action, widget-emacs-library-link-action)
4025         (widget-color-notify): Fix typos in docstrings.
4027         * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
4028         (x-select-text, set-w32-system-coding-system)
4029         (w32-add-charset-info): Fix typos in docstrings.
4031         * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
4032         (cua-enable-cua-keys, cua-use-hyper-key)
4033         (cua-virtual-rectangle-edges): Fix typos in docstrings.
4034         (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
4036         * net/tramp.el (tramp-handle-load): Fix typo in error message.
4038         * emacs-lisp/re-builder.el (regexp-builder): Declare with
4039         `defalias' instead of faking it.
4041         * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
4042         (eshell-ls-missing, eshell-ls-dired-initial-args)
4043         (eshell-ls-use-in-dired): Fix typos in docstrings.
4045 2005-07-20  Kim F. Storm  <storm@cua.dk>
4047         * emulation/cua-base.el (cua-mode): Improve doc string.
4049 2005-07-20  Juanma Barranquero  <lekktu@gmail.com>
4051         * abbrev.el (expand-region-abbrevs): Doc fix.
4052         (inverse-add-mode-abbrev, inverse-add-global-abbrev):
4053         Improve argument/docstring consistency.
4055         * arc-mode.el (archive-get-descr, archive-alternate-display):
4056         Doc fixes.
4057         (archive-l-e): Improve argument/docstring consistency.
4058         (archive-tmpdir, archive-unixdate, archive-unixtime)
4059         (archive-chmod-entry): Fix typos in docstrings.
4060         (archive-unflag, archive-unflag-backwards)
4061         (archive-unmark-all-files): "?\ " -> "?\s".
4063         * buff-menu.el (Buffer-menu-unmark): Doc fix.
4064         (Buffer-menu-not-modified, Buffer-menu-execute)
4065         (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
4066         (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
4068         * composite.el (compose-string, encode-composition-rule)
4069         (compose-last-chars): Fix typos in docstrings.
4071         * desktop.el (desktop-enable, desktop-basefilename):
4072         Declare with `define-obsolete-variable-alias'.
4073         (desktop-internal-v2s): Don't quote keywords.
4074         (desktop-clear): "?\ " -> "?\s".
4076         * dired.el (dired-align-file, dired-flag-backup-files)
4077         (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
4078         (dired-listing-switches, dired-ls-F-marks-symlinks)
4079         (dired-dwim-target, dired-load-hook, dired-mode-hook)
4080         (dired-directory, dired-faces, dired, dired-revert)
4081         (dired-mode, dired-summary, dired-view-file)
4082         (dired-copy-filename-as-kill, dired-delete-file)
4083         (dired-no-confirm, dired-unmark-all-marks)
4084         (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
4085         (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
4086         (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
4087         Fix typos in message strings.
4089         * dired-x.el (virtual-dired): Declare with `defalias'.
4090         (dired-mark-unmarked-files, dired-local-variables-file)
4091         (dired-omit-here-always): Doc fix.
4092         (dired-omit-mode, dired-find-subdir)
4093         (dired-enable-local-variables, dired-clean-up-buffers-too)
4094         (dired-extra-startup, dired-mark-extension, dired-jump)
4095         (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
4096         (dired-smart-shell-command, dired-guess-shell-alist-user)
4097         (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
4098         (dired-x-bind-find-file, dired-x-submit-report):
4099         Fix typos in docstrings.
4100         (dired-mark-unmarked-files): "?\ " -> "?\s".
4102         * dirtrack.el (dirtrack-list): Fix typos in docstring.
4104         * faces.el (describe-face): "?\ " -> "?\s".
4105         (read-all-face-attributes, read-face-font, modify-face)
4106         (face-attr-construct, italic): Fix typos in docstrings.
4107         (frame-update-face-colors): Declare with
4108         `define-obsolete-function-alias'.
4110         * files.el (find-file-noselect, recode-file-name): Doc fixes.
4111         (insert-directory, kill-some-buffers): "?\ " -> "?\s".
4112         (magic-mode-alist, buffer-file-numbers-unique)
4113         (write-file-functions, get-free-disk-space):
4114         Fix typos in docstrings.
4115         (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
4116         (write-contents-hooks, write-file-hooks):
4117         Declare with `define-obsolete-variable-alias'.
4119         * forms-d2.el (arch-rj): Fix typo in docstrings.
4120         (arch-tocol): Likewise.  "?\ " -> "?\s".
4122         * frame.el (set-frame-font, cursor-in-non-selected-windows):
4123         Fix typo in docstring.
4124         (set-screen-width, set-screen-height): Delete redundant info in
4125         doctrings.
4126         (new-frame, screen-height, screen-width): Declare with
4127         `define-obsolete-function-alias'.
4128         (delete-frame-hook, blink-cursor): Declare with
4129         `define-obsolete-variable-alias'.
4131         * paths.el (prune-directory-list): Fix typos in docstring.
4133         * pcvs-util.el (cvs-flags-query, cvs-strings->string)
4134         (cvs-prefix-get): Fix typos in docstrings.
4136         * ps-print.el (ps-extend-face-list, ps-extend-face)
4137         (ps-print-background-image): Fix typos in docstrings.
4138         (ps-default-fg, ps-default-bg): Doc fixes.
4140         * s-region.el (s-region-bind): Doc fix.
4141         (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
4143         * textmodes/org.el (org-table-formula-substitute-names)
4144         (org-table-get-vertical-vector): Doc fixes.
4145         (org-table-recalculate): Remove unused argument to `message'.
4147 2005-07-19  Carsten Dominik  <dominik@science.uva.nl>
4149         * textmodes/org.el (org-table-column-names)
4150         (org-table-column-name-regexp)
4151         (org-table-named-field-locations): New variables.
4152         (org-archive-subtree): Protect `this-command' when calling
4153         `org-copy-subtree' and `org-cut-subtree', to avoid appending to
4154         the kill buffer.
4155         (org-complete): Remove fixed-formula completion.
4156         (org-edit-formulas-map): New variable.
4157         (org-table-edit-formulas): New command.
4158         (org-finish-edit-formulas, org-abort-edit-formulas)
4159         (org-show-variable, org-table-get-vertical-vector): New functions.
4160         (org-table-maybe-eval-formula): Handle `:=' fields.
4161         (org-table-get-stored-formulas, org-table-store-formulas)
4162         (org-table-get-formula, org-table-modify-formulas)
4163         (org-table-replace-in-formulas): Handle named field formulas.
4164         (org-table-get-specials): Store locations of named fields.
4166 2005-07-19  Juri Linkov  <juri@jurta.org>
4168         * progmodes/grep.el (grep-regexp-alist)
4169         (grep-mode-font-lock-keywords, grep-process-setup):
4170         Use default GNU grep match color "01;31m" instead of "01;41m".
4171         (grep-regexp-alist, grep-mode-font-lock-keywords):
4172         Use `\\[[0-9]*m' instead of `\\[00m'.
4173         (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
4174         sgr_start where its handling is more important.  Use the real
4175         length of sgr_start instead of constant 8.
4176         (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
4177         specially.  Delete all remaining escape sequences.
4178         (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
4179         (grep-regexp-alist): Make hyperlink only for binary file name
4180         instead of the whole line.
4181         (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
4182         (grep-mode): Add autoload.
4184         * emacs-lisp/find-func.el (find-function-regexp):
4185         Add `define-compilation-mode'.
4187 2005-07-19  Juri Linkov  <juri@jurta.org>
4189         * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
4190         (compare-windows-sync-string-size, compare-windows-recenter)
4191         (compare-windows-highlight, compare-windows): Add version 22.1.
4192         (compare-windows) <defface>: Inherit from lazy-highlight instead
4193         of duplicating its default value.
4195         * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
4196         (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
4198         * descr-text.el (describe-char): Create link buttons for `charset'
4199         and `code point'.  Add the current input method name with a link
4200         button to `to input' field.  Print face names of display table
4201         characters in `The display table entry is displayed by' section
4202         instead of printing face-id in the `display' field.
4203         Guess hardcoded faces and create a link button for them.
4204         Skip empty fields when calculating max-width.
4205         Treat `widget-create' specially while inserting strings from the
4206         collected field list.
4207         (describe-char-after): Made obsolete in version 22.1, not 21.5.
4209         * diff-mode.el (diff-file-header): Change foreground color from
4210         yellow to green on light backgrounds.
4211         (diff-context): Inherit from `shadow' only for color/grayscale
4212         with more than 88 colors.
4213         (diff-indicator-removed, diff-indicator-added)
4214         (diff-indicator-changed): New faces.
4215         (diff-font-lock-keywords): Use new faces.  Regroup rules.
4216         Add "^---$" for `normal' diff format.  Fontify `#' lines with
4217         font-lock-comment-delimiter-face and font-lock-comment-face.
4218         Add `#' to ^[^...] in the rule for `diff-context-face'.
4220         * faces.el (mode-line-highlight): Replace RoyalBlue4 with
4221         a button-like box.  Inherit from `highlight' on low colors.
4222         (shadow): Use shades of gray only for color/grayscale with
4223         more than 88 colors.  Use green for light backgrounds with
4224         8 colors, and yellow for dark backgrounds with 8 colors.
4226         * font-lock.el (font-lock-regexp-grouping-backslash):
4227         Don't inherit from escape-glyph (use bold for all cases).
4229         * info.el (info-xref-visited): Use light foreground color `violet'
4230         for dark backgrounds instead of dark color `magenta3'.
4231         (info-title-1): Use `yellow' color for dark backgrounds.
4233         * isearch.el (isearch): Use not-too-dark magenta3 instead of
4234         too-light magenta2.
4236         * replace.el (match): Use slightly more light RoyalBlue3 instead
4237         of dark RoyalBlue4.
4239         * wid-edit.el (widget-inactive): Inherit from `shadow'.
4241 2005-07-19  Juanma Barranquero  <lekktu@gmail.com>
4243         * novice.el (disabled-command-hook): Declare it with
4244         `define-obsolete-variable-alias'.
4246         * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
4247         (desktop-buffer-misc-functions, desktop-buffer-handlers)
4248         (desktop-load-default): Add release to obsolescence info.
4249         (desktop-globals-to-clear, desktop-buffer-mode-handlers)
4250         (desktop-append-buffer-args, desktop-read):
4251         Fix typos in docstrings.
4252         (desktop-kill): Fix typo in message.
4253         (desktop-save): Doc fix.
4255 2005-07-19  Michael Kifer  <kifer@cs.stonybrook.edu>
4257         * viper-cmd.el (viper-escape-to-state): Bug fix.
4258         (viper-envelop-ESC-key): Change the definition of fast
4259         keysequence so it'll work with keyboard macros.
4261         * ediff.el (ediff-patch-buffer): Change the docstring.
4263 2005-07-19  Kenichi Handa  <handa@m17n.org>
4265         * international/mule-cmds.el (select-safe-coding-system): Try to
4266         use an auto-coding (if any) before anything else.  If the found
4267         auto-coding is invalid, show a warning message.
4269         * international/mule.el (find-auto-coding): New function created
4270         by modifying the body of set-auto-coding.
4271         (set-auto-coding): Use find-auto-coding to find a coding.
4273 2005-07-18  Richard M. Stallman  <rms@gnu.org>
4275         * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
4276         not isearch-mode-end-hook-error.
4277         (allout-before-change-protect): Fix error message.
4279 2005-07-18  Juri Linkov  <juri@jurta.org>
4281         * allout.el (allout-mode):
4282         * calculator.el (calculator-copy):
4283         * custom.el (custom-known-themes):
4284         * dired.el (dired-desktop-buffer-misc-data)
4285         (dired-restore-desktop-buffer):
4286         * dired-x.el (dired-omit-marker-char):
4287         * files.el (basic-save-buffer):
4288         * font-core.el (font-lock-mode):
4289         * calendar/calendar.el (calendar-goto-hebrew-date)
4290         (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
4291         (calendar-goto-persian-date):
4292         * language/ethio-util.el (ethio-sera-to-fidel-region):
4293         * textmodes/picture.el (picture-mode):
4294         Delete duplicate duplicate words.
4296 2005-07-18  Juri Linkov  <juri@jurta.org>
4298         * isearch.el (isearch-mode-map): Remove key bindings for regexp
4299         chars * ? } |.
4300         (isearch-fallback): Don't call `isearch-process-search-char'.
4301         (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
4302         (isearch-process-search-char): Call `isearch-fallback' for regexp
4303         chars * ? } |.
4304         (isearch-return-char): Make obsolete with `make-obsolete' instead
4305         of simply documenting it as obsolete in the docstring.
4306         (isearch-fallback): Refill docstring.
4308         * international/isearch-x.el
4309         (isearch-process-search-multibyte-characters): Remove unneeded
4310         `concat'.  Add intermediate values to `junk-hist' instead of
4311         `minibuffer-history'.  Test the length of `str'.
4313 2005-07-18  Juanma Barranquero  <lekktu@gmail.com>
4315         * allout.el (allout-resolve-xref): Fix typos in error strings.
4316         (allout-before-change-protect): Remove unneeded `concat'.
4318         * array.el (array-mode, array-reconfigure-rows)
4319         (untabify-backward): Fix typos in docstrings.
4320         (array-reconfigure-rows): Use `insert-buffer-substring', not
4321         `insert-buffer'.
4323         * calendar/icalendar.el (icalendar--get-unfolded-buffer):
4324         * progmodes/ada-mode.el (ada-make-body):
4325         Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
4327         * dired.el (dired-log):
4328         * tar-mode.el (tar-subfile-save-buffer):
4329         * play/zone.el (zone-pgm-stress-destress):
4330         Use `insert-buffer-substring', not `insert-buffer'.
4332 2005-07-17  Simon Josefsson  <jas@extundo.com>
4334         * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
4336 2005-07-16  Jose E. Marchesi  <jemarch@gnu.org>
4338         * lisp/mail/smtpmail.el (smtpmail-auth-supported):
4339         Add plain auth method.
4340         (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
4342 2005-07-17  Kim F. Storm  <storm@cua.dk>
4344         * ido.el (dired-other-window): Add ido property.
4346 2005-07-16  Juanma Barranquero  <lekktu@gmail.com>
4348         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
4349         Fix typo in docstring.
4350         (byte-compile-interactive-only-functions): Add `insert-buffer' and
4351         `insert-file-literally'.
4353         * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
4354         info and delete redundant message.  Doc fix.
4355         (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
4356         (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
4358 2005-07-16  Richard M. Stallman  <rms@gnu.org>
4360         * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
4361         (byte-compile-and): Use byte-compile-and-recursion.
4362         (byte-compile-or-recursion): New function.
4363         (byte-compile-or): Use that.
4364         (byte-compile-if): Guard the else-clause too.
4365         (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
4367         * isearch.el (isearch-mode-end-hook-quit): New variable.
4368         (isearch-done): Bind it.
4369         (isearch-mode-end-hook): Doc fix.
4371         * allout.el (allout-isearch-did-quit): Variable deleted.
4372         (allout-real-isearch-abort): Function name no longer used.
4373         (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
4374         (allout-isearch-rectification): isearch-mode always exists.
4375         Don't set allout-isearch-did-quit.
4376         (allout-isearch-expose): Check isearch-mode-end-hook-error, not
4377         allout-isearch-did-quit.
4378         (allout-enwrap-isearch): Just add the hook.
4379         (allout-isearch-abort): Function deleted.
4380         (allout-pre-command-business): Avoid warning.
4382         * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
4383         Correctly avoid warnings.
4384         (pascal-outline): Likewise.
4386         * progmodes/f90.el (f90-abbrev-start): Avoid warning.
4388         * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
4390         * play/tetris.el (tetris-mode): Avoid warning.
4392         * play/snake.el (snake-mode): Avoid warning.
4394         * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
4395         (gamegrid-set-display-table): Avoid warning.
4396         (gamegrid-set-timer): Likewise.
4397         (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
4398         (gamegrid-add-score-with-update-game-score-1): Take FILE
4399         as argument.
4400         (gamegrid-add-score-with-update-game-score): Pass that argument.
4401         Rename have-shared-game-dir to gamegrid-shared-game-dir.
4403         * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
4405         * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
4406         (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
4408         * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
4409         and insert-file.
4411         * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
4412         (sc-ask): Avoid warnings.
4414         * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
4415         (eshell-hist-initialize): Use that var the natural way.
4417         * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
4419         * emacs-lisp/re-builder.el (reb-cook-regexp):
4420         Avoid warning calling lre-compile-string.
4421         (reb-color-display-p): Avoid warning.
4423         * calculator.el (calculator-last-input): Guard uses
4424         of event-key and key-press-event-p.
4425         (event-key, key-press-event-p): Delete definitions.
4427         * emacs-lisp/find-gc.el (find-gc-unsafe-list)
4428         (find-gc-source-directory, find-gc-subrs-callers)
4429         (find-gc-noreturn-list, find-gc-source-files)
4430         (find-gc-subrs-called): Vars renamed and defvar'd.
4432         * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
4433         (checkdoc-overlay-put, checkdoc-delete-overlay)
4434         (checkdoc-overlay-start, checkdoc-overlay-end)
4435         (checkdoc-mode-line-update, checkdoc-char=):
4436         Define such that compiler knows they are defined.
4437         (checkdoc-call-eval-buffer): Delete.  Use eval-buffer directly.
4438         (checkdoc-read-event): Delete.  Use read-event directly.
4440         * whitespace.el (whitespace-make-overlay)
4441         (whitespace-overlay-put, whitespace-delete-overlay)
4442         (whitespace-overlay-start, whitespace-overlay-end):
4443         Define such that compiler knows they are defined.
4444         (whitespace): Move conditional inside.
4446         * tempo.el (tempo-insert-template): Suppress warning.
4448         * ediff-diff.el (longlines-mode): Add defvar.
4450 2005-07-16  Gary Howell  <g1howell-list@yahoo.com>  (tiny change)
4452         * server.el: Bind "C-x #" in a way that works even if C-x is
4453         redefined to a command key, not a prefix key.
4455 2005-07-16  Johan Bockgard  <bojohan@users.sourceforge.net>  (tiny change)
4457         * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
4458         cl-make-type-test till execution time.
4460 2005-07-16  Markus Rost  <rost@math.uni-bielefeld.de>
4462         * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
4463         arg ARG and use it.
4465 2005-07-16  Johan Bockgard  <bojohan@users.sourceforge.net>  (tiny change)
4467         * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
4469 2005-07-15  Luc Teirlinck  <teirllm@auburn.edu>
4471         * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
4472         a defcustom with two :set or :type keywords.
4474 2005-07-15  Richard M. Stallman  <rms@gnu.org>
4476         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
4477         Don't give ^M comment-end syntax.
4479 2005-07-16  Nick Roberts  <nickrob@snap.net.nz>
4481         * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
4482         Don't consider gdbmi (gdb-mi.el has its own update functions).
4483         (gdb-var-delete): Make it work for gdbmi as well.
4484         (gdb-speedbar-expand-node): Move var-update here for gdbmi.
4486         * progmodes/gud.el (etags, sdb): Only require etags when needed.
4487         (gud-speedbar-menu-items): Correct logic for enabling items.
4489 2005-07-15  Kim F. Storm  <storm@cua.dk>
4491         * ido.el: Fix commentary.
4492         (ido-define-mode-map): Move ido-next-work-file to C-M-o.
4493         Use with-no-warnings around ffap-guesser.
4494         (ido-file-internal, ido-read-file-name, ido-read-directory-name):
4495         Let bind minibuffer-completing-file-name to t.
4497 2005-07-15  Juanma Barranquero  <lekktu@gmail.com>
4499         * startup.el (site-run-file, keyboard-type): Doc fixes.
4500         (command-line): Check for "--basic-display" argument; also for
4501         "--quick", not "--bare-bones" (which was renamed).
4502         (fancy-splash-text): Add missing item "Getting New Versions".
4503         (normal-splash-screen): Fix typos and improve consistency with
4504         `fancy-splash-text'.  Update copyright year.
4506         * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
4507         valid binding for `help-char'.
4509         * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
4511 2005-07-14  Dan Nicolaescu  <dann@ics.uci.edu>
4513         * term.el (term-mode): Disable cua-mode for term buffers.
4515 2005-07-14  Juanma Barranquero  <lekktu@gmail.com>
4517         * add-log.el (add-log-mailing-address, change-log-merge):
4518         Doc fixes.
4519         (change-log-get-method-definition): Fix typo in docstring.
4521 2005-07-14  Kim F. Storm  <storm@cua.dk>
4523         * emulation/cua-base.el:
4524         (cua--pre-command-handler-1, cua--pre-command-handler)
4525         (cua--post-command-handler-1, cua--post-command-handler):
4526         Split in two.  Check (buffer local) value of cua-mode.
4527         (cua-selection-mode): New command.
4529 2005-07-13  Luc Teirlinck  <teirllm@auburn.edu>
4531         * custom.el (custom-initialize-safe-set)
4532         (custom-initialize-safe-default): Doc fixes.
4534         * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
4535         and simplify :init-value again.
4537         * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
4538         and simplify :init-value again.  Delete autoload.
4540         * startup.el (command-line): Use `custom-reevaluate-setting' again
4541         for tooltip-mode.
4543         * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
4544         a defcustom with two :initialize keywords.
4546 2005-07-13  Juanma Barranquero  <lekktu@gmail.com>
4548         * allout.el (my-mark-marker, allout-isearch-prior-pos)
4549         (allout-unprotected, allout-undo-aggregation, allout-snug-back)
4550         (allout-post-command-business, allout-flag-region)
4551         (isearch-reenable-font-lock, allout-yank)
4552         (allout-insert-latex-header, allout-insert-latex-trailer)
4553         (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
4554         (allout-latex-verb-quote): Fix typos in docstrings.
4555         (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
4556         (allout-unprotected, allout-prefix-data):
4557         Improve argument/docstring consistency.
4558         (allout-chart-subtree): Fix argument spec.
4559         (allout-open-topic): Rename `use_sib_bullet' argument to
4560         `use-sib-bullet'.  Doc fix.
4562         * whitespace.el (whitespace-check-buffer-leading)
4563         (whitespace-check-buffer-trailing)
4564         (whitespace-check-buffer-indent)
4565         (whitespace-check-buffer-spacetab)
4566         (whitespace-check-buffer-ateol, whitespace-highlighted-space)
4567         (whitespace-check-leading-whitespace)
4568         (whitespace-check-trailing-whitespace)
4569         (whitespace-check-spacetab-whitespace)
4570         (whitespace-check-indent-whitespace)
4571         (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
4572         (whitespace-modes): Fix typos in docstrings.
4573         (defgroup, defcustom): Doc fixes.
4575         * winner.el (winner-mode, winner-boring-buffers)
4576         (winner-pending-undo-ring): Doc fixes.
4577         (winner-ring): Remove unneeded `progn'.
4578         (winner-equal): `defsubst' it.
4579         (winner-redo): Fix message.
4581 2005-07-13  Kim F. Storm  <storm@cua.dk>
4583         * simple.el (line-move-1): Always use vertical-motion to
4584         do the last (or only) line move to ensure some movement.
4585         Undo 2005-06-23 change--don't check for overlays.
4587 2005-07-13  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
4589         * term/mac-win.el (ccl-encode-mac-roman-font)
4590         (ccl-encode-mac-centraleurroman-font)
4591         (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
4592         (ccl-encode-mac-dingbats-font): Remove check for ASCII.
4593         Change charset-id boundary of dimension to ?\xef.
4594         (mac-char-fontspec-list): New constant.
4595         (fontset-add-mac-fonts): Use it.  Accept non-string `base-family'
4596         argument.  Nil uses itself as family in font-spec.  Previous
4597         behavior for nil is now provided by non-nil non-string argument.
4598         All callers changed.  Add font-specs for Mac fonts to
4599         "fontset-default" unless iso8859-1 fonts are installed.
4601 2005-07-13  Stefan Monnier  <monnier@iro.umontreal.ca>
4603         * progmodes/sh-script.el (sh-get-indent-info): Only indent
4604         a continuation line if the \ is preceded by SPC or TAB.
4605         (sh-get-indent-info): Simplify.
4606         (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
4607         Use with-current-buffer.
4609         * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
4610         when the matched text is empty.
4612 2005-07-12  Luc Teirlinck  <teirllm@auburn.edu>
4614         * startup.el (command-line): Revert to previous handling of
4615         tooltip-mode.  Explain in comment why the complexity is needed.
4617         * tooltip.el (tooltip-mode): Revert to previous implementation of
4618         its defcustom.
4620         * frame.el (blink-cursor-mode): Revert to previous implementation
4621         of its defcustom.  Update comment.
4623 2005-07-12  Lars Hansen  <larsh@soem.dk>
4625         * desktop.el: Update e-mail address.
4627 2005-07-12  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
4629         * term/mac-win.el (mac-services-mail-selection)
4630         (mac-services-mail-to): New functions.
4631         (mac-application-menu-map): Bind them.
4633 2005-07-12  wulei <milton@wulei.net>  (tiny change)
4635         * progmodes/gdb-ui.el: Add note about buffering with Windows.
4637 2005-07-11  Luc Teirlinck  <teirllm@auburn.edu>
4639         * custom.el (custom-reevaluate-setting): Doc fix.
4641 2005-07-11  Jay Belanger  <belanger@truman.edu>
4643         * calc/calc.el (calc-embedded-announce-formula-alist)
4644         (calc-embedded-open-close-plain-alist)
4645         (calc-embedded-open-close-mode-alist): Add checks for additional
4646         major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
4648 2005-07-11  Juanma Barranquero  <lekktu@gmail.com>
4650         * custom.el (custom-enable-theme): Don't add theme to
4651         `custom-enabled-themes' with `push' because there is no
4652         setf-method for `delq'.
4654 2005-07-11  Richard M. Stallman  <rms@gnu.org>
4656         * custom.el (custom-declare-variable): Doc fix.
4658         * dired-aux.el (dired-compare-directories): Remove "." and ".."
4659         from the alists.
4661         * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
4662         Do nothing if edebug-active.
4664         * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
4665         (edebug-display): Do it here instead.
4667 2005-07-10  Richard M. Stallman  <rms@gnu.org>
4669         * cus-face.el (custom-theme-set-faces): Make it work.
4670         (custom-reset-faces): Doc fix.
4671         (custom-theme-reset-internal-face, custom-theme-face-value):
4672         Functions deleted.
4674         * custom.el (custom-push-theme): Maintain list of the settings
4675         of a given theme in its theme-settings property.
4676         Maintain position of old settings in the theme-value
4677         or theme-face property.
4678         (custom-enabled-themes): New variable.
4679         (custom-theme-enabled-p): New function.
4680         (provide-theme): Update custom-enabled-themes.
4681         Disable and reenable the `user' theme.
4682         (require-theme): Doc fix.
4683         (custom-do-theme-reset, custom-remove-theme): Functions deleted.
4684         (custom-theme-value, custom-theme-variable-value): Likewise.
4685         (custom-theme-reset-internal): Likewise.
4686         (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
4687         (custom-enable-theme, custom-disable-theme): New functions.
4688         (custom-variable-theme-value, custom-face-theme-value): Likewise.
4689         (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
4690         (custom-theme-reset-variables): Simplify.
4691         (deftheme, custom-declare-theme, custom-make-theme-feature):
4692         Definitions moved.
4694 2005-07-10  Chong Yidong  <cyd@stupidchicken.com>
4696         * longlines.el (longlines-show-region)
4697         (longlines-unshow-hard-newlines): Recognize hard newlines by
4698         non-nil hard property, instead of t.
4700 2005-07-10  Michael Kifer  <kifer@cs.stonybrook.edu>
4702         * viper-cmd.el (viper--key-maps): New variable.
4703         (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
4704         emulation-mode-map-alists.
4705         (viper-envelop-ESC-key): Use viper-subseq.
4706         (viper-search-forward/backward/next): Disable debug-on-error.
4708         * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
4709         (viper-ESC-key): New defcustoms.
4711         * viper-macs.el (ex-map-read-args): Use viper-subseq.
4713         * viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
4714         (viper-subseq): Copy of subseq from cl.el.
4716         * viper.el (viper-go-away, viper-set-hooks): Use
4717         emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
4719         * viper-mous.el (viper-current-frame-saved): Use defvar.
4721         * viper-init.el: Get rid of -face in face names.
4723         * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
4724         Make it work with longlines mode
4726         * ediff-mult.el (ediff-meta-mode-hook): New variable.
4728         * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
4730         * ediff-init.el: Get rid of -face in face names.
4732 2005-07-10  Richard M. Stallman  <rms@gnu.org>
4734         * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
4735         and with-timeout-unsuspend.
4737         * emacs-lisp/debug.el (debug): Call with-timeout-suspend
4738         and with-timeout-unsuspend.
4740         * emacs-lisp/timer.el (with-timeout-timers): New variable.
4741         (with-timeout): Bind that variable to record timers.
4742         (with-timeout-suspend, with-timeout-unsuspend): New functions.
4744         * emacs-lisp/debug.el (debug-help-follow): New function.
4745         (debugger-mode-map): Use that instead of help-follow.
4746         (debugger-setup-buffer): Use eval-buffer-list
4747         to handle eval-buffer frames.
4749 2005-07-10  N. Raghavendra  <raghu@mri.ernet.in>  (tiny change)
4751         * timezone.el (timezone-parse-date): Change first regexp
4752         so it will not mistakenly match dates with no time zone.
4754 2005-07-10  Jeff Dwork  <jeff.dwork@amd.com>  (tiny change)
4756         * facemenu.el (facemenu-read-color): Do case-insensitive matching.
4758 2005-07-10  Luc Teirlinck  <teirllm@auburn.edu>
4760         * custom.el (custom-initialize-safe-set)
4761         (custom-initialize-safe-default): New functions.
4763         * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
4764         and simplify :init-value.
4766         * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
4767         and simplify :init-value.  Delete obsolete comment.
4769         * startup.el (command-line): Use `custom-reevaluate-setting' to
4770         handle `tooltip-mode'.  Delete obsolete comment.
4772         * files.el (set-visited-file-name): Avoid calling
4773         `file-name-nondirectory' with a nil argument.
4775 2005-07-09  Richard M. Stallman  <rms@gnu.org>
4777         * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
4778         was called with nil for the buffer, handle the read position right.
4779         Handle read position for eval-region, too.
4781 2005-07-09  Juri Linkov  <juri@jurta.org>
4783         * fringe.el (fringe-mode): Add period in docstring.
4784         (fringe-query-style): Build prompt depending on `all-frames' arg.
4786         * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
4787         to not create links to unrelated functions in the Help buffer.
4789         * progmodes/compile.el (compilation-mode-hook, compilation-mode):
4790         Doc fix.
4792         * simple.el (next-error-hook): New variable.
4793         (next-error): Use it.  Doc fix.
4795         * textmodes/ispell.el (ispell-command-loop): Add current
4796         dictionary name and program name to mode-line-format.
4797         (ispell-region, ispell-process-line): Add current dictionary name
4798         and program name to messages.
4800 2005-07-08  Jay Belanger  <belanger@truman.edu>
4802         * calc/calc.el (calc-embedded-announce-formula-alist)
4803         (calc-embedded-open-close-formula-alist)
4804         (calc-embedded-open-close-word-alist)
4805         (calc-embedded-open-close-plain-alist)
4806         (calc-embedded-open-close-new-formula-alist)
4807         (calc-embedded-open-close-mode-alist)
4808         (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
4809         (calc-embedded-mode-hook): New variables.
4811         * calc/calc-embed.el (calc-embedded-firsttime)
4812         (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
4813         New variables.
4814         (calc-do-embedded): Use calc-embedded-firsttime,
4815         calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
4816         determine whether or not to run hooks.
4817         (calc-embedded-make-info) Set calc-embedded-firsttime-buf and
4818         calc-embedded-firsttime-formula appropriately.
4819         Set calc-embedded delimiter variables according to mode.
4821 2005-07-08  Richard M. Stallman  <rms@gnu.org>
4823         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
4824         Check for "emacs", etc., as entire symbol, not just as word.
4825         (checkdoc-file-comments-engine): Use regexp-quote on FN.
4827         * files.el (set-visited-file-name): Report the error
4828         for "empty filename" earlier.
4829         (kill-some-buffers): Ignore buffers already dead.
4831         * fringe.el (fringe-mode): Doc fix.
4833         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
4834         Check for (featurep 'xemacs) and turn off warnings in what it guards.
4835         Use unwind-protect to ensure byte-compile-unresolved-functions
4836         is updated.
4838         * whitespace.el (whitespace-buffer-leading-cleanup):
4839         Simplify w/ skip-chars-forward.
4840         (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
4842         * mail/rmail.el (rmail-only-expunge): Fix paren error.
4843         Unconditionally try to leave point at the same old place.
4845 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>  (tiny change)
4847         * comint.el (comint-postoutput-scroll-to-bottom)
4848         (comint-show-maximum-output): Take scroll-margin into consideration.
4850 2005-07-08  Kim F. Storm  <storm@cua.dk>
4852         * ido.el (ido-use-filename-at-point): New choice `guess'.
4853         (ido-file-internal): Try ffap-guesser if selected.
4855         * ido.el (ido-before-fallback-functions): New hook.
4856         (ido-buffer-internal, ido-file-internal, ido-read-buffer)
4857         (ido-read-file-name): Run it.
4859 2005-07-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4861         * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
4862         strings rather than a list of symbols to the completion function.
4864 2005-07-07  Jay Belanger  <belanger@truman.edu>
4866         * calc/calc-units.el (math-apply-units): Change the places in
4867         which units are simplified.
4869 2005-07-07  Luc Teirlinck  <teirllm@auburn.edu>
4871         * cus-edit.el (customize-option, customize-option-other-window):
4872         Make them handle aliases.
4874         * custom.el (custom-variable-p): Make it recursively follow
4875         aliases.  Mention that in the docstring.
4877 2005-07-07  Richard M. Stallman  <rms@gnu.org>
4879         * cus-start.el (exec-path): Use `directory' instead of `file'.
4880         Fix tag for nil.
4882 2005-07-07  Juanma Barranquero  <lekktu@gmail.com>
4884         * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
4885         when called non-interactively.  Doc fix.
4887 2005-07-07  Lute Kamstra  <lute@gnu.org>
4889         * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
4890         new address as well.
4892 2005-07-07  Kenichi Handa  <handa@m17n.org>
4894         * international/mule.el (make-coding-system):
4895         Describe `ascii-incompatible' property in the docstring.
4896         (set-file-name-coding-system): Signal an error if coding-system is
4897         ascii-incompatible.
4898         (set-keyboard-coding-system): Likewise.
4900         * international/mule-cmds.el (set-default-coding-systems):
4901         Don't set default-file-name-coding-system and
4902         default-keyboard-coding-system if coding-system is ASCII-incompatible.
4904         * international/utf-16.el: Declare that all UTF-16-based coding
4905         systems are ASCII-incompatible.
4907 2005-07-07  Nick Roberts  <nickrob@snap.net.nz>
4909         * progmodes/gud.el: Require font-lock for displaying errors.
4910         Used by gdb-ui.el.
4912 2005-07-07  Juanma Barranquero  <lekktu@gmail.com>
4914         * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
4915         values for the pattern lists which are `read'able but not
4916         `append'able (like symbols).
4918 2005-07-06  Richard M. Stallman  <rms@gnu.org>
4920         * progmodes/flymake.el (flymake-float-time): Instead of
4921         with-no-warnings, test for xemacs.
4922         (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
4923         to avoid warning.
4925 2005-07-06  Juanma Barranquero  <lekktu@gmail.com>
4927         * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
4929 2005-07-05  Lute Kamstra  <lute@gnu.org>
4931         * battery.el: Add support for Darwin (with much debugging help
4932         from Samuel Lauber <sam124@operamail.com>).
4933         (battery-status-function, battery-echo-area-format)
4934         (battery-mode-line-format): Add support for pmset on Darwin.
4935         (battery-load-low, battery-load-critical): New user options.
4936         (battery-pmset): New function.
4938 2005-07-05  Lute Kamstra  <lute@gnu.org>
4940         Update FSF's address in GPL notices.
4942         * textmodes/page-ext.el: Update FSF's address.
4944 2005-07-04  Stefan Monnier  <monnier@iro.umontreal.ca>
4946         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
4947         filling from using prefix when filling a single-line docstring.
4949         * progmodes/flymake.el: Remove useless eval-when-compile.
4951         * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
4953 2005-07-04  Richard M. Stallman  <rms@gnu.org>
4955         * textmodes/org.el (org-file-apps-defaults-gnu):
4956         Rename from org-file-apps-defaults-linux.
4957         (org-default-apps): Don't test system-type for `linux'.
4958         (org-file-apps): Doc fix.
4960 2005-07-04  David Ponce  <david@dponce.com>
4962         * tree-widget.el: Improve header Commentary section.
4963         (tree-widget) [defgroup]
4964         (tree-widget-image-enable, tree-widget-themes-directory)
4965         (tree-widget-theme, tree-widget-image-properties-emacs)
4966         (tree-widget-image-properties-xemacs, tree-widget-create-image)
4967         (tree-widget-image-formats, tree-widget-control)
4968         (tree-widget-empty-control, tree-widget-leaf-control
4969         (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
4970         (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
4971         (tree-widget-keep, tree-widget-after-toggle-functions)
4972         (tree-widget-open-node, tree-widget-close-node): Doc fix.
4973         (tree-widget-open-control, tree-widget-close-control): Fix doc and
4974         :help-echo message.
4975         (tree-widget-set-theme): Doc fix.  Use `string-equal'.
4976         (tree-widget-image-properties): Doc fix.  Clearer implementation.
4977         (tree-widget--cursors): New constant.
4978         (tree-widget-lookup-image): New function split from
4979         `tree-widget-find-image'.  Clearer implementation.
4980         (tree-widget-find-image): Use it.
4981         (tree-widget-button-keymap): Use `set-keymap-parent'.
4982         (tree-widget) [define-widget]: Use `widget-children-value-delete'.
4983         Define the sub-widgets here.
4984         (tree-widget-node): Check that :node is not a tree-widget.
4985         (tree-widget-get-super, tree-widget-open-control)
4986         (tree-widget-close-control, tree-widget-empty-control)
4987         (tree-widget-leaf-control, tree-widget-guide)
4988         (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
4989         (tree-widget-no-handle, tree-widget-value-delete)
4990         (tree-widget-map): Remove.
4991         (tree-widget-children-value-save): Doc fix.  Simplified.
4992         (tree-widget-value-create): Update according to previous changes.
4994 2005-07-04  Carsten Dominik  <dominik@science.uva.nl>
4996         * textmodes/org.el: Leading space replaced by TABS.
4997         (org-recalc-marks, org-table-rotate-recalc-marks)
4998         (org-table-get-specials): Treat "^" and "_" marks.
4999         (org-table-justify-field-maybe): Optional argument NEW.
5000         (org-table-eval-formula): Parsing of the format simplified.
5001         New modes C,I.  Honor the %= parameter in the current table.
5002         Avoid unnecessary re-align by using the NEW argument to
5003         `org-table-justify-field-maybe'.
5004         (org-calc-default-modes): Default for date-format mimicks org-mode.
5005         (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
5007 2005-07-03  Luc Teirlinck  <teirllm@auburn.edu>
5009         * cus-face.el (custom-theme-set-faces): Make it handle face
5010         aliases whose alias declarations are pre- or autoloaded.
5012 2005-07-04  Juri Linkov  <juri@jurta.org>
5014         * faces.el (read-face-name): Put the code for getting a face name
5015         from the buffer before adding the faces from the `face' property.
5016         Use `completing-read-multiple' instead of `completing-read'.
5017         Require `crm'.  Add default value and post-process the returned
5018         list of faces.
5020         * emacs-lisp/crm.el (crm-find-current-element)
5021         (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
5023         * emacs-lisp/lisp-mode.el (eval-defun-1):
5024         * emacs-lisp/edebug.el (edebug-eval-defun):
5025         Remove unnecessary quotes.
5027 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
5029         * progmodes/prolog.el (prolog-eof-string): Doc fixes.
5030         (prolog-indent-level): Fix typo in docstring.
5032         * info.el (Info-history, Info-history-forward)
5033         (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
5035         * add-log.el (add-change-log-entry):
5036         * comint.el (comint-dynamic-list-input-ring)
5037         (comint-dynamic-list-completions):
5038         * dabbrev.el (dabbrev-expand):
5039         * delim-col.el (delimit-columns-rectangle-line):
5040         * diff-mode.el (diff-context->unified, diff-reverse-direction)
5041         (diff-unified->context):
5042         * ediff-init.el (ediff-abbrev-jobname):
5043         * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
5044         (ediff-replace-session-activity-marker-in-meta-buffer):
5045         * info.el (Info-summary):
5046         * lpr.el (printify-region):
5047         * printing.el (pr-create-interface):
5048         * ps-print.el (ps-print-quote):
5049         * ses.el (ses-column-widths, ses-print-cell)
5050         (ses-adjust-print-width, ses-center):
5051         * shell.el (shell-file-name-quote-list):
5052         * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
5053         (strokes-fill-current-buffer-with-whitespace)
5054         (strokes-xpm-for-stroke, strokes-list-strokes)
5055         (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
5056         * term.el (term-dynamic-list-input-ring)
5057         (term-dynamic-list-completions):
5058         * calc/calc.el (math-format-stack-value):
5059         * emacs-lisp/edebug.el (edebug-display-freq-count):
5060         * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
5061         (delphi-new-comment-line):
5062         * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
5063         * progmodes/executable.el (executable-set-magic):
5064         * progmodes/python.el (inferior-python-mode):
5065         * progmodes/scheme.el (scheme-mode-syntax-table):
5066         * progmodes/sh-script.el (sh-maybe-here-document):
5067         * progmodes/sql.el (sql-copy-column):
5068         * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
5069         * textmodes/bibtex.el (bibtex-mode):
5070         * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
5071         (sgml-auto-attributes):
5072         * textmodes/table.el (table-insert, table-shorten-cell)
5073         (table--generate-source-scan-lines, table-delete-row)
5074         (*table--cell-delete-char, table--spacify-frame)
5075         (table--horizontally-shift-above-and-below)
5076         (table--cell-insert-char, table--cell-blank-str)
5077         (table--fill-region-strictly):
5078         * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
5079         * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
5081         * add-log.el (change-log):
5082         * apropos.el (apropos):
5083         * comint.el (comint-completion, comint-source):
5084         * dabbrev.el (dabbrev):
5085         * delim-col.el (columns):
5086         * diff-mode.el (diff-mode):
5087         * ediff.el (ediff):
5088         * ediff-diff.el (ediff-diff):
5089         * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
5090         * ediff-mult.el (ediff-mult):
5091         * ediff-ptch.el (ediff-ptch):
5092         * ediff-wind.el (ediff-window):
5093         * facemenu.el (facemenu):
5094         * indent.el (indent):
5095         * info.el (info):
5096         * jka-cmpr-hook.el (compression, jka-compr):
5097         * lpr.el (lpr):
5098         * outline.el (outlines):
5099         * pcmpl-cvs.el (pcmpl-cvs):
5100         * pcmpl-rpm.el (pcmpl-rpm):
5101         * printing.el (printing):
5102         * ps-print.el (postscript, ps-print, ps-print-horizontal)
5103         (ps-print-vertical, ps-print-headers, ps-print-font)
5104         (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
5105         (ps-print-background, ps-print-printer, ps-print-page)
5106         (ps-print-miscellany):
5107         * ses.el (ses):
5108         * shell.el (shell, shell-directories, shell-faces):
5109         * startup.el (initialization):
5110         * strokes.el (strokes):
5111         * term.el (term):
5112         * uniquify.el (uniquify):
5113         * w32-vars.el (w32):
5114         * calc/calc.el (calc):
5115         * emacs-lisp/bytecomp.el (bytecomp):
5116         * emacs-lisp/cl-indent.el (lisp-indent):
5117         * emacs-lisp/edebug.el (edebug):
5118         * emacs-lisp/elp.el (elp):
5119         * emacs-lisp/testcover.el (testcover):
5120         * emacs-lisp/trace.el (trace):
5121         * emulation/viper-ex.el (viper-ex):
5122         * emulation/viper-mous.el (viper-mouse):
5123         * mail/mailalias.el (mailalias):
5124         * mail/supercite.el (supercite, supercite-frames)
5125         (supercite-attr, supercite-cite, supercite-hooks):
5126         * net/rcompile.el (remote-compile):
5127         * net/rlogin.el (rlogin):
5128         * obsolete/ooutline.el (outlines):
5129         * progmodes/delphi.el (delphi):
5130         * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
5131         (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
5132         (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
5133         (ebnf-optimization):
5134         * progmodes/etags.el (etags):
5135         * progmodes/executable.el (executable):
5136         * progmodes/idlwave.el (idlwave):
5137         * progmodes/pascal.el (pascal):
5138         * progmodes/prolog.el (prolog):
5139         * progmodes/python.el (python):
5140         * progmodes/scheme.el (scheme):
5141         * progmodes/sh-script.el (sh, sh-script):
5142         * progmodes/sql.el (SQL):
5143         * progmodes/tcl.el (tcl):
5144         * textmodes/bibtex.el (bibtex, bibtex-autokey):
5145         * textmodes/enriched.el (enriched):
5146         * textmodes/makeinfo.el (makeinfo):
5147         * textmodes/sgml-mode.el (sgml):
5148         * textmodes/table.el (table-hooks):
5149         * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
5150         * textmodes/texinfo.el (texinfo):
5151         * textmodes/two-column.el (two-column):
5152         Finish `defgroup' description with period.
5154         * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
5155         * eshell/esh-var.el (eshell-var):
5156         * progmodes/vhdl-mode.el (vhdl-testbench):
5157         * textmodes/org.el (org): Fix typos in docstrings.
5159         * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
5160         consistency.
5162         * progmodes/flymake.el (flymake-find-file): Remove.
5163         (flymake-float-time): Use `with-no-warnings'.
5164         (flymake-check-start-time, flymake-check-was-interrupted)
5165         (flymake-err-info, flymake-is-running, flymake-last-change-time)
5166         (flymake-new-err-info): `defvar' at compile time.
5168 2005-07-03  Juanma Barranquero  <lekktu@gmail.com>
5170         * replace.el (occur-hook): Doc fix.
5171         (occur-1): Don't call `occur-hook' if there are no matches.
5173 2005-07-03  Richard M. Stallman  <rms@gnu.org>
5175         * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
5176         global-map, save the same map.
5177         (global-map): Don't alter it at top level.
5178         (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
5179         Then alter it here instead.
5180         (tpu-edt-off): Set global-map to the saved one.
5182         * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
5183         All references simplified.
5184         (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p.  Uses changed.
5185         (zmacs-regions): Add defvar.
5186         (repeat-complex-command-map): Everything about that deleted.
5188         * textmodes/artist.el (artist-key-is-drawing)
5189         (artist-key-endpoint1, artist-key-poly-point-list)
5190         (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
5191         (artist-key-compl-table, artist-rb-save-data)
5192         (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
5193         Don't put them in eval-when-compile.
5194         (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
5196         * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
5197         Use with-no-warnings.
5199         * net/browse-url.el (dos-windows-version): Add defvar.
5201         * mail/supercite.el (filladapt-prefix-table): Add defvar.
5203         * mail/rmailsum.el (rmail-summary-redo): Add defvar.
5204         (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
5205         (rmail-new-summary-line-count): Rename from new-summary-line-count.
5206         Add defvar.
5207         (rmail-summary-beginning-of-message): Use with-no-warnings.
5208         (rmail-summary-first-message, rmail-summary-last-message): Likewise.
5210         * emulation/vip.el (vip-replace-string, ex-map, ex-read):
5211         Use with-no-warnings.
5213         * emulation/vi.el (vi-mark-region): Use c-mark-function.
5214         (c-mark-function): Add point-moving-unit property.
5215         (vi-goto-line): Use with-no-warnings.
5217         * emulation/edt.el (edt-last-copied-word): Add defvar.
5218         (zmacs-region-stays): Likewise.
5219         (edt-mark-section-wisely): Use c-mark-function for C.
5220         Use makr-defun for Fortran.
5221         (time-string): defvar deleted.
5222         (edt-display-the-time): Don't set time-string.
5224         * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
5226         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
5227         Don't warn when name is not constant
5228         or for defining the group `emacs'.
5230         * tooltip.el (gud-tooltip-mode): Add defvar.
5232         * startup.el (default-frame-background-mode): Add defvar.
5234         * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
5236         * info.el (tool-bar-map): Add defvar.
5238         * dired.el (dnd-protocol-alist): Add defvar.
5240         * dired-aux.el (dired-query): Display question with answer, when
5241         the user answers.
5243         * custom.el (custom-add-option): Doc fix.
5245         * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
5247 2005-07-03  Eli Zaretskii  <eliz@gnu.org>
5249         * font-lock.el (font-lock-regexp-grouping-construct): Fix the
5250         bogus name from the last change.
5252 2005-07-02  Luc Teirlinck  <teirllm@auburn.edu>
5254         * custom.el (custom-declare-variable): Fix typos in comment.
5255         (custom-known-themes): Doc fix.
5256         (custom-theme-directory): New defcustom.
5257         (require-theme): Make it check `custom-theme-directory'.
5259         * cus-theme.el (custom-new-theme-mode): New function.
5260         (custom-theme-name, custom-theme-variables, custom-theme-faces)
5261         (custom-theme-description): Add compiler defvars.
5262         (customize-create-theme): Add doc to the "*New Custom Theme*"
5263         buffer.  Use `custom-new-theme-mode'.
5264         (custom-theme-write): Put the created buffer in emacs-lisp-mode
5265         and save it to the `custom-theme-directory'.  Make this the
5266         default directory of the buffer.
5268 2005-07-02  David Hunter  <hunterd_42@comcast.net>  (tiny change)
5270         * progmodes/flymake.el (flymake-mode, flymake-mode-off):
5271         Fix unbalanced parentheses.
5273 2005-07-02  Stefan Monnier  <monnier@iro.umontreal.ca>
5275         * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
5276         into flymake-mode and delegate to flymake-mode.
5278         * find-file.el (ff-which-function-are-we-in): Clean up.
5280 2005-07-02  Juanma Barranquero  <lekktu@gmail.com>
5282         * replace.el (occur-rename-buffer): Fix docstring.
5284         * emulation/edt.el (*EDT-keys*, edt-default-global-map)
5285         (edt-last-copied-word, edt-learn-macro-count)
5286         (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
5287         (edt-rect-start-point, edt-user-global-map, rect-start-point)
5288         (time-string, zmacs-region-stays):
5289         * emulation/edt-mapper.el (edt-save-function-key-map)
5290         (EDT-key-name): `defvar' to silence the byte-compiler.
5292 2005-07-02  Martin Rudalics  <rudalics@gmx.at>  (tiny change)
5294         * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
5295         font-lock-regexp-backslash.  Doc fix.
5296         (font-lock-regexp-backslash-grouping-construct): Rename from
5297         font-lock-regexp-backslash-construct.  Doc fix.
5298         (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
5299         grouping constructs.
5301 2005-07-02  Eli Zaretskii  <eliz@gnu.org>
5303         * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
5304         updating all the prerequisites.
5306 2005-07-01  Juanma Barranquero  <lekktu@gmail.com>
5308         * textmodes/org.el (org-agenda-start-on-weekday)
5309         (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
5310         (org-agenda-use-time-grid, org-archive-location)
5311         (org-allow-space-in-links, org-usenet-links-prefer-google)
5312         (org-enable-table-editor, org-export-default-language)
5313         (org-export-html-show-new-buffer, org-fill-paragraph)
5314         (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
5315         (org-goto-quit, org-occur, org-eval-in-calendar)
5316         (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
5317         (org-agenda-diary-entry, org-remember-help)
5318         (org-table-convert-region, org-at-table-p)
5319         (org-table-move-row-down, org-table-move-row-up)
5320         (org-table-copy-region, org-table-toggle-vline-visibility)
5321         (org-table-get-stored-formulas, org-table-get-specials)
5322         (org-recalc-commands, org-table-eval-formula)
5323         (org-table-formula-substitute-names, orgtbl-make-binding)
5324         (org-format-org-table-html, org-format-table-table-html)
5325         (org-format-table-table-html-using-table-generate-source)
5326         (org-customize): Fix typos in docstrings.
5327         (org-level-2, org-at-timestamp-p, org-agenda-day-view)
5328         (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
5329         (org-back-to-heading): Doc fixes.
5330         (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
5331         (org-agenda-change-all-lines, org-get-header):
5332         Improve argument/docstring consistency.
5333         (orgtbl-error): Fix error message.
5335         * progmodes/flymake.el (flymake-find-possible-master-files)
5336         (flymake-master-file-compare, flymake-get-line-err-count)
5337         (flymake-highlight-line, flymake-gui-warnings-enabled):
5338         Fix typos in docstrings.
5339         (flymake-parse-line, flymake-get-project-include-dirs-function)
5340         (flymake-get-prev-err-line-no, flymake-goto-prev-error):
5341         Doc fixes.
5342         (flymake-get-project-include-dirs-function)
5343         (flymake-make-err-menu-data):
5344         Improve argument/docstring consistency.
5346 2005-07-01  Lute Kamstra  <lute@gnu.org>
5348         * battery.el (battery-linux-proc-apm): Fix typo in docstring.
5349         Catch errors with ignore-errors.  Use temporary buffer.
5350         (battery-linux-proc-acpi): Fix typo in docstring.  Document `%r'.
5352         * facemenu.el (facemenu-unlisted-faces): Delete foreground and
5353         background color faces.
5354         (facemenu-set-foreground, facemenu-set-background):
5355         Use facemenu-set-face-from-menu.
5356         (facemenu-set-face-from-menu): Treat face names that start with
5357         "fg:" or "bg:" as special.
5358         (facemenu-add-new-color): Don't create faces.  Simplify.
5360 2005-06-30  Richard M. Stallman  <rms@gnu.org>
5362         * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
5363         (crm-find-current-element): Likewise.
5365 2005-06-30  Johan Bockg\e,Ae\e(Brd  <bojohan@users.sourceforge.net>
5367         * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
5369 2005-06-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5371         * arc-mode.el (archive-extract): Make it work as a mouse binding.
5372         (archive-mouse-extract): Make it an obsolete alias.
5373         (archive-mode-map): Don't use archive-mouse-extract any more.
5374         (archive-mode, archive-extract): write-contents-hooks ->
5375         write-contents-functions.
5376         (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
5377         first arg.
5378         (archive-rename-entry): Update the call.
5379         (archive-zip-summarize): Remove unused var `method'.
5380         (archive-lzh-summarize): Remove unused var `creator'.
5382         * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
5383         dedicated frame upon exit.
5385         * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
5386         (archive-zip-extract, archive-zip-expunge)
5387         (archive-zip-update, archive-zip-update-case): Use executable-find.
5388         (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
5389         Use restore-buffer-modified-p.
5390         (archive-extract, archive-add-new-member, archive-write-file-member):
5391         Use with-current-buffer.
5392         (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
5394 2005-06-30  Andreas Schwab  <schwab@suse.de>
5396         * progmodes/gud.el (gud-filter): Remove unneeded progn.
5398 2005-06-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
5400         * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
5402 2005-06-30  Juri Linkov  <juri@jurta.org>
5404         * faces.el (vertical-border): Inherit from mode-line-inactive
5405         only on tty.
5407 2005-06-30  Juanma Barranquero  <lekktu@gmail.com>
5409         * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
5410         example, -NLINES in the `occur' docstring).
5412         * replace.el (occur-1): When no matches are found, do not set the
5413         `buffer-read-only' and modified flags for the occur buffer,
5414         because it is deleted.
5416         * emulation/cua-base.el (cua-check-pending-input)
5417         (cua-repeat-replace-region, cua-mode, cua-debug)
5418         (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
5419         Fix typos in docstrings.
5421         * emulation/cua-gmrk.el (cua-toggle-global-mark)
5422         (cua-cut-region-to-global-mark)
5423         (cua--cut-rectangle-to-global-mark):
5424         Remove period from end of messages.
5426         * emulation/cua-rect.el (cua-do-rectangle-padding):
5427         Remove period from end of messages.
5428         (cua--rectangle-seq-format): Fix typo in docstring.
5429         (cua-sequence-rectangle, cua-fill-char-rectangle):
5430         Improve argument/docstring consistency.
5432 2005-06-29  Juri Linkov  <juri@jurta.org>
5434         * faces.el (default-frame-background-mode): New internal variable.
5435         (frame-set-background-mode): Use it.
5437         * startup.el (normal-top-level): Set default-frame-background-mode
5438         instead of frame-background-mode.  Before setting it, test for its
5439         nil value.  Remove tests for frame-background-mode and frame
5440         parameter `reverse'.  Add test for "unspecified-fg".
5442         * term/xterm.el (xterm-rxvt-set-background-mode):
5443         * term/rxvt.el (rxvt-set-background-mode):
5444         Set default-frame-background-mode instead of frame-background-mode.
5446 2005-06-29  Juanma Barranquero  <lekktu@gmail.com>
5448         * simple.el (set-variable): Warn about obsolete user variables.
5450         * imenu.el (imenu--completion-buffer):
5451         * mouse.el (mouse-buffer-menu-alist):
5452         * msb.el (msb-invisible-buffer-p):
5453         * calendar/diary-lib.el (diary-header-line-format):
5454         * emacs-lisp/pp.el (pp-buffer):
5455         * progmodes/cperl-mode.el (cperl-do-auto-fill):
5456         * textmodes/picture.el (picture-replace-match):
5457         Change space constants followed by a sexp to "?\s ".
5459         * play/decipher.el (decipher-loop-with-breaks):
5460         * textmodes/texinfo.el (texinfo-insert-@item): Change space
5461         constants "protected" from end of line by a comment to "?\s".
5463 2005-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5465         * font-lock.el (save-buffer-state): Use `declare'.
5467         * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
5468         reset the syntax-table to cperl-mode-syntax-table.
5469         (cperl-mode): Make _ into word-syntax during font-locking so "print" in
5470         "foo_print_bar" is not matched as a reserved keyword.
5472 2005-06-29  Carsten Dominik  <dominik@science.uva.nl>
5474         * textmodes/org.el (orgtbl-setup): New function, for delayed
5475         setup for the orgtbl commands.
5476         (org-calc-default-modes): New option.
5477         (orgtbl-make-binding): Use `defun' to get better help display.
5478         (org-diary): Call `org-compile-prefix-format'.
5479         (org-table-formula-substitute-names): New function.
5480         (org-agenda-day-view, org-agenda-week-view): New commands.
5481         (org-agenda-toggle-week-view): Command removed.
5482         (org-tbl-menu): Split off from org-org-menu.
5483         (org-mode): Move removal of outline-mode menus to here.
5484         (org-table-formula-debug): New option.
5485         (org-table-insert-row): Keep first field if just "#" or "*".
5486         (org-mode): Paragraph regexps fixed.
5487         (org-table-recalculate-regexp): New constant.
5488         (org-table-justify-field-maybe): Avoid replace if not necessary.
5489         (org-copy-special, org-cut-special): Use `call-interactively'.
5490         (org-table-copy-region): Take region from `interactive' call.
5491         (org-trim): Return string even if no match.
5492         (org-formula): New face.
5493         (org-set-font-lock-defaults): No longer highlight "FIXME".
5494         But highlight formula-related fields in table.
5495         (org-table-p): Use regexp, not fontification.
5496         (org-table-align): Handle white space at end of line.
5497         (org-table-formula-evaluate-inline): New option.
5498         (org-mode): Auto-wrapping in comment lines turned off.
5499         (org-table-copy-down): Evaluate only in copied field, not in
5500         destination.
5501         (org-table-current-formula): Variable removed.
5502         (org-table-store-formulas, org-table-get-stored-formulas)
5503         (org-table-modify-formulas, org-table-replace-in-formulas)
5504         (org-table-maybe-eval-formula): New functions.
5505         (org-table-get-formula): Modify to use stored formulas.
5506         (org-table-insert-column, org-table-delete-column)
5507         (org-table-move-column): Call `org-table-modify-formulas'.
5508         (org-complete): Add completion for keyword formulas.
5509         (orgtbl-mode): Pull orgtbl-mode-map to start of
5510         minor-mode-map-alist.
5512 2005-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5514         * progmodes/python.el (python-check): Require `compile' before
5515         modifying its variables.
5517         * newcomment.el (comment-indent-default): Don't get fooled by an early
5518         end of buffer.
5520 2005-06-28  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
5522         * ps-print.el (ps-print-version): Fix version number.
5524 2005-06-28  Luc Teirlinck  <teirllm@auburn.edu>
5526         * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
5528 2005-06-28  Richard M. Stallman  <rms@gnu.org>
5530         * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
5531         (flyspell-local-mouse-map): Declaration deleted.
5532         (flyspell-mouse-map): Bind only mouse-2.
5533         (flyspell-mode-map): Don't test flyspell-use-local-map.
5534         (flyspell-overlay-keymap-property-name): Var deleted.
5535         (flyspell-mode-on): Don't make local bindings for
5536         flyspell-mouse-map and flyspell-mode-map.
5537         (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
5539         * textmodes/ispell.el (ispell-word): Do not ignore short words.
5541         * progmodes/compile.el (compilation-next-error-function):
5542         Don't switch buffers; operate on the current buffer.
5544         * progmodes/compile.el (compilation-error-file-name)
5545         (compilation-warning-file-name, compilation-info-file-name)
5546         (compilation-line-number, compilation-column-number): New faces.
5547         (compilation-error-face, compilation-warning-face)
5548         (compilation-info-face, compilation-line-face)
5549         (compilation-column-face): Use them.
5551         * facemenu.el (facemenu-add-face): Warn when font-lock is active.
5553         * comint.el (comint-password-prompt-regexp): Accept ", try again".
5555         * bindings.el (global-map): Bind insertchar and its variants.
5557 2005-06-27  Richard M. Stallman  <rms@gnu.org>
5559         * textmodes/artist.el (artist-text-overwrite)
5560         (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
5562 2005-06-27  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
5564         * ps-print.el: It was not working the page selection for printing.
5565         Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
5566         (ps-print-version): New version 6.6.7.
5567         (ps-end-sheet): New fun.
5568         (ps-header-sheet, ps-end-job): Call it.
5570 2005-06-27  Luc Teirlinck  <teirllm@auburn.edu>
5572         * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
5574 2005-06-27  Lute Kamstra  <lute@gnu.org>
5576         * facemenu.el (facemenu-unlisted-faces): Add foreground and
5577         background color faces.
5578         (facemenu-get-face): Delete function.
5579         (facemenu-set-face-from-menu): Don't call facemenu-get-face.
5580         (facemenu-add-new-color): Make second argument mandatory.
5581         Create the appropriate face and return it.  Simplify.
5582         (facemenu-set-foreground, facemenu-set-background): Don't check if
5583         color is defined.  Use return value of facemenu-add-new-color.
5585 2005-06-26  Nick Roberts  <nickrob@snap.net.nz>
5587         * progmodes/gud.el (gud-filter): Add missing argument to
5588         with-selected-window.
5590 2005-06-26  Stefan Monnier  <monnier@iro.umontreal.ca>
5592         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
5593         a :require to the defcustom.
5595         * emacs-lisp/autoload.el (make-autoload): Add the :setter for
5596         defcustoms corresponding to minor modes.
5598 2005-06-26  David Ponce  <david@dponce.com>
5600         * recentf.el: Require tree-widget instead of wid-edit.
5601         (recentf-filename-handler): Fix widget :type.
5602         (recentf-cancel-dialog, recentf-open-more-files)
5603         (recentf-open-files-action): Doc fix.
5604         (recentf-dialog-goto-first): New function.
5605         (recentf-dialog-mode-map): Set parent keymap first.
5606         (recentf-dialog-mode): Define with define-derived-mode.
5607         Don't display continuation lines in dialogs.
5608         (recentf-edit-list): Rename from recentf-edit-selected-items.
5609         (recentf-edit-list-select): Rename from recentf-edit-list-action.
5610         Simplify.
5611         (recentf-edit-list-validate): New function.
5612         (recentf-edit-list): Update accordingly.
5613         (recentf-open-files-item-shift): Remove.
5614         (recentf-open-files-item): Convert menu elements into tree and
5615         link widgets.  Don't create the widgets.
5616         (recentf-open-files): Update accordingly.
5617         (recentf-save-list): Untabify.
5619 2005-06-25  Luc Teirlinck  <teirllm@auburn.edu>
5621         * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
5622         (keep-lines): Add INTERACTIVE arg.  Never delete lines only
5623         partially contained in the active region.  Do not take active
5624         region into account when called from Lisp, unless INTERACTIVE arg
5625         is non-nil.  Use `forward-line' instead of `beginning-of-line' to
5626         avoid trouble with fields.  Make marker point nowhere when no
5627         longer used.  Always return nil.  Doc fix.
5628         (flush-lines): Add INTERACTIVE arg.  Do not take active region
5629         into account when called from Lisp, unless INTERACTIVE arg is
5630         non-nil.  Use `forward-line' instead of `beginning-of-line' to
5631         avoid trouble with fields.  Make marker point nowhere when no
5632         longer used.  Always return nil.  Doc fix.
5633         (how-many): Add INTERACTIVE arg.  Make RSTART and REND args
5634         interchangeable.  Do not take active region into account when
5635         called from Lisp, unless INTERACTIVE arg is non-nil.  Do not print
5636         message in echo area when called from Lisp, unless INTERACTIVE arg
5637         is non-nil.  Avoid saying "1 occurrences".  Do not use markers.
5638         Return the number of matches.  Doc fix.
5639         (occur): Doc fix.
5640         (perform-replace): Make comment follow double space convention for
5641         the sake of `outline-minor-mode'.
5643         * faces.el (facep): Doc fix.
5645 2005-06-25  Richard M. Stallman  <rms@gnu.org>
5647         * facemenu.el (facemenu-enable-faces-p): New function.
5648         (facemenu-background-menu, facemenu-foreground-menu)
5649         (facemenu-face-menu): Add menu-enable property.
5651         * jka-compr.el (jka-compr-insert-file-contents):
5652         Special handling if cannot find the uncompression program.
5654         * cus-face.el (custom-face-attributes): Add autoload.
5656         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
5657         Bind comment-indent-function locally.
5659         * window.el (save-selected-window): Use save-current-buffer.
5661         * subr.el (with-selected-window): Use save-current-buffer.
5663         * progmodes/gud.el (gud-filter): Simplify using with-selected-window
5664         and with-current-buffer.
5666 2005-06-24  Richard M. Stallman  <rms@gnu.org>
5668         * simple.el (line-move-1): Fix previous change.
5670 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
5672         * replace.el (occur-1): Set `buffer-read-only' and the
5673         buffer-modified flag before running `occur-hook' to protect
5674         against unintentional buffer switches that can lead to data loss.
5676 2005-06-24  Nick Roberts  <nickrob@snap.net.nz>
5678         * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
5679         (gud-gdb-marker-filter): Use font-lock-warning-face for any
5680         initial error.
5682         * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
5683         after fresh input.
5684         (gdb-var-create-handler): Put name of expression in quotes.
5686 2005-06-23  Luc Teirlinck  <teirllm@auburn.edu>
5688         * emacs-lisp/ring.el (ring-elements): Make it return a list of the
5689         elements of RING in order, and without bogus nil elements.
5691 2005-06-23  Richard M. Stallman  <rms@gnu.org>
5693         * simple.el (set-variable): Args renamed; doc fix.
5694         (line-move-1): When there are overlays around, use vertical-motion.
5696         * faces.el (escape-glyph): Use brown against light background.
5697         (nobreak-space): Rename from no-break-space.
5698         Fix previous change.
5700         * dired-aux.el (dired-do-copy): Fix arg prompt.
5702         * mail/sendmail.el (mail-setup-with-from): Fix custom type.
5704 2005-06-23  Glenn Morris  <gmorris@ast.cam.ac.uk>
5706         * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
5707         rather than "Distributor".
5709 2005-06-23  Lute Kamstra  <lute@gnu.org>
5711         * emacs-lisp/debug.el (debugger-special-form-p): New defun.
5712         (debug-on-entry): Use it.  New interactive declaration that uses
5713         function-called-at-point.
5715 2005-06-23  Kim F. Storm  <storm@cua.dk>
5717         * subr.el (save-match-data): Add comment about using evaporate arg
5718         to set-match-data.
5720 2005-06-22  Glenn Morris  <gmorris@ast.cam.ac.uk>
5722         * cus-edit.el (customize-face)
5723         (customize-face-other-window): Handle face aliases.
5725         * faces.el (face-documentation, set-face-attribute)
5726         (face-spec-set): Handle face aliases.
5728 2005-06-22  Juanma Barranquero  <lekktu@gmail.com>
5730         * help-mode.el (help-make-xrefs): If a symbol representing a face
5731         name is not followed by the word "face", it could still be a
5732         function or variable name, so don't bypass other checks.
5734 2005-06-22  Juri Linkov  <juri@jurta.org>
5736         * ps-print.el (ps-face-foreground-name, ps-face-background-name):
5737         Replace aliased functions with calls where second arg `inherit' is t.
5739 2005-06-22  Nick Roberts  <nickrob@snap.net.nz>
5741         * progmodes/gdb-ui.el (gdb-error): New variable.
5742         (gdb-error): New function.
5743         (gdb-annotation-rules): Act on error-begin and error annotations.
5744         (gdb-concat-output): Use font-lock-warning-face for errors.
5746 2005-06-22  Miles Bader  <miles@gnu.org>
5748         * bindings.el (propertized-buffer-identification): Use renamed
5749         `Buffer-menu-buffer' face.
5751         * faces.el (vertical-border): Rename from `vertical-divider'.
5752         (escape-glyph): Change dark-background color back to `cyan'.
5754 2005-06-21  Juri Linkov  <juri@jurta.org>
5756         * faces.el (face-user-default-spec): Try getting `customized-face'
5757         prior to `saved-face'.
5758         (frame-background-mode): Refill docstring.
5760         * emacs-lisp/lisp-mode.el (eval-defun-1):
5761         * emacs-lisp/edebug.el (edebug-eval-defun):
5762         Set `saved-face' temporarily to nil before calling form.
5763         Set `customized-face' to the new spec after that.
5765 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
5767         * subr.el (1value, lambda, key-substitution-in-progress):
5768         Doc fixes.
5770         * autoinsert.el (auto-insert-alist):
5771         * ses.el (ses-call-printer):
5772         * subr.el (noreturn):
5773         * emacs-lisp/lisp.el (check-parens):
5774         * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
5775         * net/browse-url.el (browse-url-mosaic):
5776         * progmodes/cc-defs.el (c-safe-scan-lists):
5777         * progmodes/ebnf-abn.el (ebnf-abn-lex):
5778         * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
5779         * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
5780         * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
5781         * progmodes/ebnf-iso.el (ebnf-iso-lex):
5782         * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
5784 2005-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
5786         * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
5788 2005-06-21  Glenn Morris  <gmorris@ast.cam.ac.uk>
5790         * calendar/appt.el (appt-make-list): Activate the package, if
5791         not already active (for backwards compatibility).
5793 2005-06-20  Kim F. Storm  <storm@cua.dk>
5795         * subr.el (add-to-ordered-list): Test membership with eq.  Simplify.
5797 2005-06-20  Miles Bader  <miles@gnu.org>
5799         * faces.el (vertical-divider): New face.
5801 2005-06-20  Juanma Barranquero  <lekktu@gmail.com>
5803         * simple.el (kill-whole-line): Doc fix.
5804         (next-error-buffer-p, next-error-find-buffer)
5805         (clone-indirect-buffer): Fix typos in docstrings.
5806         (comment-line-break-function): Doc fix: don't say variable
5807         is automatically buffer-local (it isn't).
5809 2005-06-19  Michael Albinus  <michael.albinus@gmx.de>
5811         * net/tramp-ftp.el (top):
5812         * net/tramp-smb.el (top):
5813         * net/tramp-util.el (top):
5814         * net/tramp-uu.el (top):
5815         * net/tramp-vc.el (top):
5816         * net/tramp.el (top): Revert copyright years back to original
5817         ones.  Tramp has a life outside GNU Emacs.
5819 2005-06-19  Nick Roberts  <nickrob@snap.net.nz>
5821         * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
5823 2005-06-18  Juri Linkov  <juri@jurta.org>
5825         * progmodes/grep.el (grep-regexp-alist): Use backreference at the
5826         end of first regexp to limit the match to the position between
5827         line number and source line with same separator character as used
5828         between file name and line number.  In the second regexp limit
5829         mouse-face area to file name and line number by adding new group
5830         for them and referring it in HYPERLINK arg.
5831         (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
5832         (grep-mode): Set font-lock-lines-before to 0 to not refontify the
5833         previous line where grep markers may be already removed.
5835 2005-06-18  Peter Kleiweg  <p.c.j.kleiweg@rug.nl>
5837         * progmodes/ps-mode.el: Update version and maintainer's email address.
5839 2005-06-18  Steve Youngs  <steve@xemacs.org>
5841         * net/browse-url.el (browse-url-browser-function)
5842         (browse-url-default-browser): Add firefox.
5843         (browse-url-firefox-program, browse-url-firefox-arguments)
5844         (browse-url-firefox-startup-arguments)
5845         (browse-url-firefox-new-window-is-tab): New defcustoms.
5846         (browse-url-firefox, browse-url-firefox-sentinel): New functions.
5848 2005-06-17  Richard M. Stallman  <rms@gnu.org>
5850         * startup.el (command-line): Warn if specified user name has
5851         no home directory.
5853         * term.el (term-get-old-input, term-input-filter, term-input-sender)
5854         (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
5856         * longlines.el (longlines-mode, longlines-show-hard-newlines):
5857         Doc fixes.
5859         * faces.el (underline): Try bold if terminal doesn't support underline.
5861         * mail/sendmail.el (mail-setup-with-from): New variable.
5862         (mail-insert-from-field): New function.
5863         (sendmail-send-it): Call it.
5864         (mail-setup): Optionally call it here.
5866         * term/linux.el: Call tty-no-underline.
5868 2005-06-17  Luc Teirlinck  <teirllm@auburn.edu>
5870         * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
5872 2005-06-17  Miles Bader  <miles@gnu.org>
5874         * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
5875         (ediff-current-diff-C, ediff-current-diff-Ancestor)
5876         (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
5877         (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
5878         (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
5879         (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
5880         Remove "-face" suffix from face names.
5881         (ediff-current-diff-face-A, ediff-current-diff-face-B)
5882         (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
5883         (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
5884         (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
5885         (ediff-even-diff-face-A, ediff-even-diff-face-B)
5886         (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
5887         (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
5888         (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
5889         New backward-compatibility aliases for renamed faces.
5890         (ediff-current-diff-face-A, ediff-current-diff-face-B)
5891         (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
5892         (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
5893         (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
5894         (ediff-even-diff-face-A, ediff-even-diff-face-B)
5895         (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
5896         (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
5897         (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
5898         Use renamed ediff faces.
5900         * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
5901         Remove "-face" suffix from face names.
5902         (eshell-test-ok-face, eshell-test-failed-face):
5903         New backward-compatibility aliases for renamed faces.
5904         (eshell-run-test): Use renamed eshell-test faces.
5906         * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
5907         face name.
5908         (eshell-prompt-face): New backward-compatibility alias for renamed
5909         face.
5910         (eshell-emit-prompt): Use renamed eshell-prompt face.
5912         * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
5913         (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
5914         (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
5915         (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
5916         Remove "-face" suffix from face names.
5917         (eshell-ls-directory-face, eshell-ls-symlink-face)
5918         (eshell-ls-executable-face, eshell-ls-readonly-face)
5919         (eshell-ls-unreadable-face, eshell-ls-special-face)
5920         (eshell-ls-missing-face, eshell-ls-archive-face)
5921         (eshell-ls-backup-face, eshell-ls-product-face)
5922         (eshell-ls-clutter-face):
5923         New backward-compatibility aliases for renamed faces.
5924         (eshell-ls-decorated-name): Use renamed eshell-ls faces.
5926         * progmodes/cc-fonts.el (c-nonbreakable-space-face):
5927         Remove "-face" suffix from face name.
5928         (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
5929         instead of literal face.
5931 2005-06-17  Juanma Barranquero  <lekktu@gmail.com>
5933         * emacs-lisp/warnings.el (display-warning, lwarn)
5934         (warning-minimum-log-level): Doc fixes.
5935         (warning-minimum-level, warning-minimum-log-level):
5936         Add :debug to :type choices.
5938         * progmodes/ada-mode.el (ada-format-paramlist)
5939         (ada-get-indent-case, ada-check-matching-start)
5940         (ada-check-defun-name, ada-goto-matching-decl-start)
5941         (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
5942         (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
5943         (ada-make-subprogram-body): Follow error conventions.
5944         (ada-case-exception-file, ada-indent-comment-as-code)
5945         (ada-indent-handle-comment-special, ada-indent-renames)
5946         (ada-indent-return, ada-search-directories-internal)
5947         (ada-tab-policy, ada-case-exception-substring)
5948         (ada-other-file-alist, ada-matching-start-re)
5949         (ada-matching-decl-start-re, ada-contextual-menu-last-point)
5950         (ada-imenu-generic-expression, ada-compile-goto-error)
5951         (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
5952         (ada-popup-menu, ada-add-extensions, ada-mode)
5953         (ada-region-selected, ada-create-case-exception)
5954         (ada-create-case-exception-substring, ada-after-keyword-p)
5955         (ada-activate-keys-for-case, ada-adjust-case-region)
5956         (ada-adjust-case-buffer, ada-format-paramlist)
5957         (ada-scan-paramlist, ada-insert-paramlist)
5958         (ada-indent-newline-indent)
5959         (ada-indent-newline-indent-conditional)
5960         (ada-justified-indent-current, ada-goto-previous-word)
5961         (ada-indent-current, ada-get-indent-open-paren)
5962         (ada-get-indent-paramlist, ada-get-indent-end)
5963         (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
5964         (ada-get-indent-block-start, ada-get-indent-subprog)
5965         (ada-get-indent-noindent, ada-get-indent-label)
5966         (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
5967         (ada-search-prev-end-stmt, ada-goto-next-non-ws)
5968         (ada-goto-stmt-end, ada-goto-next-word)
5969         (ada-check-matching-start, ada-check-defun-name)
5970         (ada-goto-matching-decl-start, ada-goto-matching-start)
5971         (ada-goto-matching-end, ada-search-ignore-string-comment)
5972         (ada-in-decl-p, ada-looking-at-semi-or)
5973         (ada-looking-at-semi-private, ada-in-paramlist-p)
5974         (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
5975         (ada-untab-hard, ada-move-to-start, ada-move-to-end)
5976         (ada-next-procedure, ada-previous-procedure, ada-next-package)
5977         (ada-previous-package, ada-create-menu)
5978         (ada-fill-comment-paragraph-justify)
5979         (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
5980         (ada-other-file-name, ada-last-which-function-line)
5981         (ada-last-which-function-subprog, ada-which-function)
5982         (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
5983         (ada-gen-treat-proc, ada-check-emacs-version)
5984         (ada-continuation-indent, ada-align-region-separate):
5985         Fix typos in docstrings.
5986         (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
5988 2005-06-16  Lute Kamstra  <lute@gnu.org>
5990         * simple.el (fundamental-mode): Run after-change-major-mode-hook
5991         conditionally.
5993 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
5995         * comint.el (comint-replace-by-expanded-filename)
5996         (comint-prompt-regexp, comint-delimiter-argument-list)
5997         (comint-preinput-scroll-to-bottom):
5998         * info.el (Info-hide-cookies-node):
5999         * ls-lisp.el (ls-lisp-classify):
6000         * find-file.el (ff-search-directories, ff-special-constructs)
6001         (ff-find-other-file):
6002         * font-lock.el (font-lock-keywords):
6003         * shell.el (shell-prompt-pattern)
6004         (shell-dynamic-complete-functions, shell-mode)
6005         (shell-delimiter-argument-list):
6006         * term.el (term-replace-by-expanded-filename)
6007         (term-prompt-regexp, term-delimiter-argument-list):
6008         * woman.el (woman-ignore, woman0-if):
6009         * emacs-lisp/derived.el (derived-mode-init-mode-variables):
6010         * emacs-lisp/elint.el (elint-init-env):
6011         * emacs-lisp/regexp-opt.el (regexp-opt-depth):
6012         * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
6013         * language/ethio-util.el (ethio-tilde-escape)
6014         (ethio-use-three-dot-question):
6015         * net/zone-mode.el (zone-mode-load-time-setup):
6016         * progmodes/cc-align.el (c-lineup-argcont):
6017         * progmodes/cc-awk.el (c-awk-beginning-of-defun):
6018         * progmodes/cperl-mode.el (cperl-set-style-back):
6019         * progmodes/inf-lisp.el (inferior-lisp-prompt):
6020         * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
6021         Fix spellings in docstrings.
6023         * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
6024         * progmodes/modula2.el (m2-for): Fix spellings.
6026         * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
6028         * simple.el (undo-more): Don't use `format' on `error' arguments.
6029         Improve argument/docstring consistency.
6030         (pending-undo-list): Doc fix.
6032         * smerge-mode.el (smerge-ensure-match):
6033         * emulation/vip.el (vip-ex):
6034         * net/zone-mode.el (zone-mode-update-serial):
6035         * progmodes/idlwave.el (idlwave-complete):
6036         * progmodes/vhdl-mode.el (vhdl-visit-file)
6037         (vhdl-compose-wire-components):
6038         Don't use `format' on `error' arguments.
6040         * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
6041         (tooltip-use-echo-area, tooltip-process-prompt-regexp)
6042         (tooltip-help-tips): Fix typos in docstrings.
6044 2005-06-16  David Ponce  <david@dponce.com>
6046         * tree-widget.el (tree-widget-value-create): Simplify last change.
6048 2005-06-15  Matt Hodges  <MPHodges@member.fsf.org>
6050         * ido.el (ido-incomplete-regexp): New variable.
6051         (ido-set-matches-1): Handle invalid-regexp error and set
6052         ido-incomplete-regexp.
6053         (ido-incomplete-regexp): New face.
6054         (ido-completions): Use it.
6055         (ido-complete, ido-exit-minibuffer, ido-completions):
6056         Handle incomplete regexps.
6057         (ido-completions): Add check for complete match when entering a regexp.
6059 2005-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
6061         * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
6063 2005-06-15  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
6065         * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
6066         by field delimiters.
6068 2005-06-15  David Ponce  <david@dponce.com>
6070         * tree-widget.el: eval-and-compile inlined functions so they will
6071         be available at run-time too.
6072         (tree-widget-super-format-handler)
6073         (tree-widget-format-handler): Remove.
6074         (tree-widget-value-create): Handle the :indent property.
6076 2005-06-15  Miles Bader  <miles@gnu.org>
6078         * progmodes/which-func.el (which-func): Only inherit
6079         `font-lock-function-name-face' when that makes sense against the
6080         default mode-line face, otherwise set the face color explicitly.
6082         * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
6083         faces instead of (non-existent) variables.
6085 2005-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
6087         * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
6088         (iswitchb-get-matched-buffers): Likewise.  Simplify.
6090 2005-06-14  Miles Bader  <miles@gnu.org>
6092         * progmodes/ld-script.el (ld-script-location-counter):
6093         Remove "-face" suffix from face name.
6094         (ld-script-location-counter-face):
6095         New backward-compatibility alias for renamed face.
6096         (ld-script-location-counter-face): Use renamed face.
6098         * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
6099         (cperl-hash): Remove "-face" suffix from face names.
6100         (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
6101         New backward-compatibility aliases for renamed faces.
6102         (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
6103         (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
6105         * progmodes/which-func.el (which-func): Remove "-face" suffix from face
6106         name.
6107         (which-func-face): New backward-compatibility alias for renamed face.
6108         (which-func-format): Use renamed which-func face.
6110         * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
6111         (vhdl-function, vhdl-directive, vhdl-reserved-word)
6112         (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
6113         names.
6114         (vhdl-speedbar-entity, vhdl-speedbar-architecture)
6115         (vhdl-speedbar-configuration, vhdl-speedbar-package)
6116         (vhdl-speedbar-library, vhdl-speedbar-instantiation)
6117         (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
6118         (vhdl-speedbar-architecture-selected)
6119         (vhdl-speedbar-configuration-selected)
6120         (vhdl-speedbar-package-selected)
6121         (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
6122         names.
6123         (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
6124         Use renamed faces.
6125         (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
6126         (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
6127         (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
6128         Use renamed faces.
6129         (syntax-alist): Don't use "font-lock-" or "-face" in generated face
6130         names.
6131         (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
6132         (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
6133         (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
6134         (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
6135         (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
6136         (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
6138         * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
6139         face name.
6140         (sh-heredoc-face): New backward-compatibility alias for renamed face.
6141         (sh-heredoc-face): Use renamed sh-heredoc face.
6143         * progmodes/idlw-help.el (idlwave-help-link):
6144         Remove "-face" suffix from face name.
6145         (idlwave-help-link-face):
6146         New backward-compatibility alias for renamed face.
6147         (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
6149         * progmodes/idlw-shell.el (idlwave-shell-bp-face)
6150         (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
6151         (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
6152         New backward-compatibility aliases for renamed faces.
6153         (idlwave-shell-disabled-breakpoint-face)
6154         (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
6156         * progmodes/flymake.el (flymake-errline, flymake-warnline):
6157         Remove "-face" suffix from face names.
6158         (flymake-errline-face, flymake-warnline-face):
6159         New backward-compatibility aliases for renamed faces.
6160         (flymake-highlight-line): Use renamed flymake faces.
6162         * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
6163         (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
6164         (ebrowse-member-class, ebrowse-progress):
6165         Remove "-face" suffix from face names.
6166         (ebrowse-tree-mark-face, ebrowse-root-class-face)
6167         (ebrowse-file-name-face, ebrowse-default-face)
6168         (ebrowse-member-attribute-face, ebrowse-member-class-face)
6169         (ebrowse-progress-face):
6170         New backward-compatibility aliases for renamed faces.
6171         (ebrowse-show-progress, ebrowse-show-file-name-at-point)
6172         (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
6173         (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
6174         (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
6176         * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
6177         antlr-syntax)
6178         (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
6179         (antlr-literal): Remove "-face" suffix and "font-lock-" from face
6180         names.
6181         (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
6182         (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
6183         (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
6184         (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
6185         backward-compatibility aliases for renamed faces.
6186         (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
6187         (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
6188         (antlr-tokenref-face, antlr-literal-face): Variables renamed to
6189         remove "font-lock-".  Use renamed antlr-mode faces.
6190         (antlr-font-lock-additional-keywords): Use renamed faces.  Replace
6191         literal face-names with face variable references.
6193         * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
6194         face name.
6195         (Buffer-menu-buffer-face): New backward-compatibility alias for
6196         renamed face.
6197         (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
6199 2005-06-15  Daniel Pfeiffer  <occitan@esperanto.org>
6201         * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
6202         Eliminate "-face" suffix.
6203         (makefile-targets): Inherit from font-lock-function-name-face and
6204         eliminate "-face" suffix.
6205         (makefile-shell): Remove attributes and eliminate "-face" suffix.
6206         (makefile-*-font-lock-keywords): Append makefile-targets in rule
6207         actions, instead of prepending, to make it less visible.
6208         (makefile-previous-dependency, makefile-match-dependency):
6209         Don't match a target on a continuation line.
6211         * files.el (auto-mode-alist): Put Makefile in gmake mode.
6213 2005-06-15  Nick Roberts  <nickrob@snap.net.nz>
6215         * progmodes/gdb-ui.el (menu): Re-order menu items.
6216         (gdb-tooltip-print): Respect tooltip-use-echo-area.
6218         * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
6219         Define in tooltip.el.
6220         (gud-tooltip-process-output): Respect tooltip-use-echo-area.
6221         (gud-tooltip-tips): Respect tooltip-use-echo-area and
6222         gud-tooltip-echo-area.
6224         * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
6225         backward compatibility and make obsolete.
6226         (tooltip-help-tips): Use tooltip-use-echo-area.
6227         (tooltip-show-help-function): Rename to...
6228         (tooltip-show-help): ...this, because it is a function.
6229         (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
6231 2005-06-14  Luc Teirlinck  <teirllm@auburn.edu>
6233         * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
6234         (edebug-print-length, edebug-print-level, edebug-print-circle)
6235         (edebug-modify-breakpoint, edebug-eval-last-sexp)
6236         (edebug-eval-print-last-sexp): Doc fixes.
6238 2005-06-14  Kim F. Storm  <storm@cua.dk>
6240         * ido.el (ido-mode): Make a new keymap every time we enable ido,
6241         as the coverage buffer/file/both may change.
6243 2005-06-14  Lute Kamstra  <lute@gnu.org>
6245         * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
6246         and run-mode-hooks.  Simplify.
6248         * mail/rmailedit.el (rmail-edit-mode):
6249         * progmodes/octave-inf.el (inferior-octave-mode):
6250         * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
6252         * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
6253         and run-mode-hooks.
6254         (recentf-edit-list, recentf-open-files): Don't call
6255         kill-all-local-variables directly.
6257         * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
6259 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
6261         * emacs-lisp/byte-run.el (make-obsolete)
6262         (define-obsolete-function-alias): Rename arguments FUNCTION and
6263         NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
6264         (make-obsolete-variable, define-obsolete-variable-alias):
6265         Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
6266         respectively.
6268         * isearchb.el (isearchb-activate):
6269         * pcvs.el (cvs-mode):
6270         * ses.el (ses-load):
6271         * vc-arch.el (vc-arch-checkin, vc-arch-diff):
6272         * net/tramp.el (tramp-find-file-exists-command)
6273         (tramp-find-shell):
6274         * progmodes/ada-mode.el (ada-create-case-exception)
6275         (ada-create-case-exception-substring, ada-make-subprogram-body):
6276         * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
6277         * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
6278         * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
6279         * textmodes/org.el (org-promote, org-evaluate-time-range)
6280         (org-agenda-next-date-line, org-agenda-previous-date-line)
6281         (org-agenda-error, org-open-at-point, org-table-move-row)
6282         (org-format-table-table-html-using-table-generate-source)
6283         (org-shiftcursor-error, org-ctrl-c-ctrl-c):
6284         * textmodes/reftex.el (reftex-access-scan-info):
6285         * textmodes/reftex-toc.el (reftex-toc-dframe-p)
6286         (reftex-toc-promote-prepare): Follow error conventions.
6288         * diff-mode.el (diff-mode): Fix typo in docstring.
6290         * forms.el (forms--intuit-from-file): Fix reference to
6291         `forms-number-of-fields' in error message.
6292         (forms-print): Fix quoting in error message.
6294         * forms.el (forms-mode):
6295         * emulation/vi.el (vi-goto-insert-state):
6296         * progmodes/flymake.el (flymake-new-err-info)
6297         (flymake-start-syntax-check-for-current-buffer)
6298         (flymake-simple-cleanup):
6299         * eshell/esh-var.el (eshell/export):
6300         * progmodes/gud.el (xdb):
6301         * textmodes/flyspell.el (flyspell-incorrect-hook)
6302         (flyspell-maybe-correct-transposition)
6303         (flyspell-maybe-correct-doubling): Fix quoting in docstring.
6305 2005-06-13  Luc Teirlinck  <teirllm@auburn.edu>
6307         * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
6308         minibuffer prompt.
6310 2005-06-13  Kim F. Storm  <storm@cua.dk>
6312         * subr.el (add-to-ordered-list): New defun.
6314         * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
6315         add cua--keymap-alist to emulation-mode-map-alists.
6317 2005-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
6319         * subr.el (complete-in-turn): New macro.
6320         (dynamic-completion-table, lazy-completion-table): Add debug info.
6322         * faces.el (read-face-name): Use complete-in-turn complete non-aliases
6323         in preference to face aliases.
6325         * textmodes/fill.el (fill-match-adaptive-prefix): New function.
6326         (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
6327         Remove unused vars `start' and `firstline'.
6328         (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
6329         (justify-current-line, fill-individual-paragraphs): Remove unused vars.
6331 2005-06-13  Eli Zaretskii  <eliz@gnu.org>
6333         * cus-start.el (all): Don't complain about missing GTK-related
6334         variables, unless either `gtk' is boundp or this isn't a
6335         `windows-nt' build.
6337 2005-06-13  Lute Kamstra  <lute@gnu.org>
6339         * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
6340         run-mode-hooks.
6342         * ediff-mult.el (ediff-meta-mode):
6343         * ediff-util.el (ediff-mode): Use run-mode-hooks.
6345         * ledit.el (ledit-mode): Use delay-mode-hooks.
6347         * woman.el (woman-mode-line-format): Delete constant.
6348         (woman-mode-map): Initialize it properly.
6349         (woman-mode): Set mode-class property to special.
6350         Use delay-mode-hooks and run-mode-hooks.  Use the right keymap.
6351         Set major-mode and mode-name.  Don't set mode-line-format directly.
6352         (Man-getpage-in-background): Don't reference woman-mode-line-format.
6354         * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
6355         string argument obsolete.
6357 2005-06-13  Carsten Dominik  <dominik@science.uva.nl>
6359         * textmodes/org.el (org-CUA-compatible): New option.
6360         (org-disputed-keys): New variable.
6361         (org-key): New function.
6362         (orgtbl-make-binding): Add docstring to the created function.
6363         (org-mode): Set paragraph start/separate regexps.
6364         (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
6365         (org-archive-location, org-archive-mark-done)
6366         (org-archive-stamp-time): New options.
6367         (org-archive-subtree): New command.
6368         (org-fill-paragraph): New function.
6369         (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
6370         (org-fake-empty-table-line): Function removed.
6371         (org-format-org-table-html): Do not create empty table lines at
6372         separator lines.  Improved table header treatment.
6373         (org-link-format): New option.
6374         (org-make-link): New function.
6375         (org-insert-link, org-store-link): Use org-make-link.
6376         (org-open-file): Quote file name for shell command, to allow
6377         spaces in file names.
6378         (org-link-regexp): Fix bug with mailto link.
6379         (org-link-maybe-angles-regexp, org-protected-link-regexp):
6380         New constants.
6381         (org-export-as-html): Deal with the optional angles around a link.
6382         Better treatment of file: links.
6383         (org-open-at-point): Replace @{ and @} with < and >.
6384         (org-run-mode-hooks): Function removed.
6385         (org-agenda-mode): No longer use `org-run-mode-hooks'.
6387 2005-06-13  Nick Roberts  <nickrob@snap.net.nz>
6389         * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
6390         MI command -data-list-register-values.
6391         (gdb-post-prompt): Indent properly.
6393 2005-06-13  Juanma Barranquero  <lekktu@gmail.com>
6395         * hilit-chg.el (highlight-changes-colors): Rename from
6396         `highlight-changes-colours'.
6397         (highlight-changes-colours): Keep as obsolete alias.
6398         (highlight-changes-face-list): Doc fix.
6399         (hilit-chg-make-list): Use `highlight-changes-colors'.
6401 2005-06-12  Mark A. Hershberger  <mah@everybody.org>
6403         * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
6404         defun-prompt-regexp.
6406 2005-06-12  Eli Zaretskii  <eliz@gnu.org>
6408         * loadup.el: Don't say we are dumping under 2 names on windows-nt
6409         and cygwin.
6411         * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
6412         Don't use an old loaddefs.el, as in Makefile.in.
6414 2005-06-12  Lute Kamstra  <lute@gnu.org>
6416         * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
6418         * man.el (Man-mode-map): Initialize it properly.
6419         (Man-mode): Set mode-class property to special.
6421         * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
6423 2005-06-11  Luc Teirlinck  <teirllm@auburn.edu>
6425         * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
6426         A newline is needed in the docstring there.
6428         * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
6429         Doc fixes.
6431 2005-06-11  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
6433         * printing.el: Doc fix.  The menubar is no more changed when printing
6434         is loaded, it only changes when pr-menu-bind or pr-update-menus is
6435         called.  Now, the menubar changing will work in Emacs 20, 21 and 22.
6436         (pr-version): New version number (6.8.4).
6437         (pr-menu-bind): New command.
6438         (pr-update-menus): Docstring and code fix.
6439         (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
6440         Docstring fix.
6441         (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
6442         (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
6444 2005-06-11  Thien-Thi Nguyen  <ttn@gnu.org>
6446         * emacs-lisp/ewoc.el: Doc fixes for public funcs:
6447         "Returns" to "return", document useful return values, etc.
6449 2005-06-11  Alan Mackenzie  <acm@muc.de>
6451         * fill.el (fill-context-prefix): Try `adaptive-fill-function'
6452         BEFORE `adaptive-fill-regexp' when determining a fill prefix.
6453         (adaptive-file-function): Minor amendment to doc-string.
6455 2005-06-11  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
6457         * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
6458         (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
6459         Fix :type--it is `integer', not `string'.
6461         * faces.el (modeline-highlight): Rename from (the erroneous)
6462         `modeline-higilight'.
6464 2005-06-11  Lute Kamstra  <lute@gnu.org>
6466         * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
6467         lisp-interaction-mode-map but make it the parent.
6468         (edebug-eval-mode): Use define-derived-mode.
6470 2005-06-11  Andreas Schwab  <schwab@suse.de>
6472         * bindings.el: Add binding of `ESC functionkey' for every
6473         `M-functionkey'.
6474         * hexl.el (hexl-mode-map): Likewise.
6476 2005-06-10  Michael Hotchin  <michael@hotchin.net>  (tiny change)
6478         * progmodes/compile.el (compilation-error-regexp-alist-alist)
6479         [msft]: update regexp for newer msft compilers.
6481 2005-06-10  Mark A. Hershberger  <mah@everybody.org>
6483         * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
6484         ATTLIST portions of included DTDs.
6485         (xml-parse-dtd): Eliminate use of inefficient match-data.
6487 2005-06-10  Miles Bader  <miles@gnu.org>
6489         * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
6490         (mpuz-text): Remove "-face" suffix from face names.
6491         (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
6492         (mpuz-text-face): New backward-compatibility aliases for renamed faces.
6493         (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
6495         * play/gomoku.el (gomoku-O, gomoku-X):
6496         Remove "-face" suffix from face names.
6497         (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
6498         New backward-compatibility aliases for renamed faces.
6499         (gomoku-font-lock-keywords): Use renamed gomoku faces.
6501 2005-06-10  Juanma Barranquero  <lekktu@gmail.com>
6503         * thumbs.el: Fixes for changes of 2005-06-09.
6504         (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
6505         as a directory.
6506         (thumbs-thumbname): Remove directory separator from format string;
6507         `thumbs-thumbsdir' now returns a valid directory name.
6508         (thumbs-temp-dir): New defsubst.
6509         (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
6510         Use it.
6512         * cus-edit.el (minibuffer):
6513         * files.el (make-backup-file-name-function):
6514         * filesets.el (filesets-external-viewers):
6515         * hilit-chg.el (highlight-changes-colours)
6516         (highlight-changes-face-list, highlight-changes-rotate-faces):
6517         * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
6518         * kmacro.el (kmacro-call-macro):
6519         * log-edit.el (log-edit-changelog-full-paragraphs):
6520         * mouse.el (mouse-1-click-follows-link):
6521         * skeleton.el (skeleton-autowrap):
6522         * subr.el (insert-for-yank-1):
6523         * tempo.el (tempo-insert-region):
6524         * terminal.el (terminal-emulator):
6525         * time.el (display-time-mail-face):
6526         * vc.el (vc-annotate):
6527         * vcursor.el (vcursor-copy-line):
6528         * woman.el (woman-bold-headings, woman-ignore)
6529         (woman-default-faces, woman-monochrome-faces):
6530         * calendar/todo-mode.el (todo-insert-threshold):
6531         * emulation/pc-select.el (pc-select-selection-keys-only)
6532         (pc-selection-mode):
6533         * emulation/vip.el (vip-find-char-forward):
6534         * emulation/viper-cmd.el (viper-find-char-forward):
6535         * international/mule-cmds.el
6536         (select-safe-coding-system-accept-default-p)
6537         (input-method-exit-on-invalid-key):
6538         * international/mule-diag.el (describe-coding-system):
6539         * international/ucs-tables.el (unify-8859-on-encoding-mode):
6540         * net/browse-url.el (browse-url-xterm-program):
6541         * obsolete/lazy-lock.el (lazy-lock-mode):
6542         * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
6543         (cperl-mode):
6544         * progmodes/cpp.el (cpp-face-light-name-list)
6545         (cpp-face-dark-name-list):
6546         * progmodes/delphi.el (delphi-newline-always-indents):
6547         Fix spellings in docstrings.
6549         * ido.el (ido-mode, ido-file-extensions-order)
6550         (ido-default-file-method, ido-default-buffer-method)
6551         (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
6552         (ido-decorations, ido-read-file-name-as-directory-commands)
6553         (ido-read-file-name-non-ido, ido-work-directory-list)
6554         (ido-ignore-item-temp-list, ido-current-directory)
6555         (ido-magic-forward-char, ido-enter-find-file)
6556         (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
6557         (ido-find-file, ido-read-buffer): Fix typos in docstrings.
6559 2005-06-10  Lute Kamstra  <lute@gnu.org>
6561         * play/dunnet.el (dun-mode): Use define-derived-mode.
6562         (dungeon-mode-map): Rename to dun-mode-map.  Keep old name as an
6563         obsolete alias.
6565         * play/doctor.el (doctor-mode-map): Remove defvar.
6566         (doctor-mode): Use define-derived-mode.
6568         * mail/mspools.el (mspools-mode):
6569         * net/eudc-hotlist.el (eudc-hotlist-mode):
6570         * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
6572 2005-06-10  Miles Bader  <miles@gnu.org>
6574         * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
6575         Remove "-face" suffix from face names.
6576         (flyspell-incorrect-face, flyspell-duplicate-face):
6577         New backward-compatibility aliases for renamed faces.
6578         (flyspell-mode-on, make-flyspell-overlay)
6579         (flyspell-highlight-incorrect-region)
6580         (flyspell-highlight-duplicate-region)
6581         (flyspell-display-next-corrections)
6582         (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
6584         * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
6585         from face name.
6586         (texinfo-heading-face): New backward-compatibility alias for
6587         renamed face.
6588         (texinfo-heading-face): Use renamed texinfo-heading face.
6590         * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
6591         suffix from face names.
6592         (tex-math-face, tex-verbatim-face):
6593         New backward-compatibility aliases for renamed faces.
6594         (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
6595         (tex-insert-quote): Use `tex-verbatim-face' variable instead of
6596         literal face name.
6598         * textmodes/table.el (table-cell): Remove "-face" suffix from face
6599         name.
6600         (table-cell-face): New backward-compatibility alias for renamed face.
6601         (table--put-cell-face-property, table--update-cell-face):
6602         Use renamed table-cell face.
6604         * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
6605         from face name.
6606         (sgml-namespace-face): New backward-compatibility alias for
6607         renamed face.
6608         (sgml-namespace-face): Use renamed sgml-namespace face.
6610         * textmodes/org.el (org-level-1, org-level-2, org-level-3)
6611         (org-level-4, org-level-5, org-level-6, org-level-7)
6612         (org-level-8, org-warning, org-headline-done)
6613         (org-deadline-announce, org-scheduled-today)
6614         (org-scheduled-previously, org-link, org-done, org-table)
6615         (org-time-grid): Remove "-face" suffix from face names.
6616         (org-level-1-face, org-level-2-face, org-level-3-face)
6617         (org-level-4-face, org-level-5-face, org-level-6-face)
6618         (org-level-7-face, org-level-8-face, org-warning-face)
6619         (org-headline-done-face, org-deadline-announce-face)
6620         (org-scheduled-today-face, org-scheduled-previously-face)
6621         (org-link-face, org-done-face, org-table-face)
6622         (org-time-grid-face):
6623         New backward-compatibility aliases for renamed faces.
6624         (org-level-faces, org-set-font-lock-defaults, org-timeline)
6625         (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
6626         (org-agenda-get-timestamps, org-agenda-get-scheduled)
6627         (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
6629         * emulation/viper-init.el (viper-search, viper-replace-overlay)
6630         (viper-minibuffer-emacs, viper-minibuffer-insert)
6631         (viper-minibuffer-vi): Remove "-face" suffix from face names.
6632         (viper-search-face, viper-replace-overlay-face)
6633         (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
6634         (viper-minibuffer-vi-face):
6635         New backward-compatibility aliases for renamed faces.
6636         (viper-search-face, viper-replace-overlay-face)
6637         (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
6638         (viper-minibuffer-vi-face): Use renamed viper faces.
6640         * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
6641         Remove "-face" suffix from face names.
6642         (testcover-nohits-face, testcover-1value-face):
6643         New backward-compatibility aliases for renamed faces.
6644         (testcover-mark): Use renamed testcover faces.
6646         * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
6647         face name.
6648         (diary-button-face): New backward-compatibility alias for renamed face.
6649         (diary-entry): Use renamed diary-button face.
6651         * calendar/calendar.el (diary, calendar-today, holiday)
6652         (mark-visible-calendar-date): Remove "-face" suffix from face names.
6653         (diary-face, calendar-today-face, holiday-face):
6654         New backward-compatibility aliases for renamed faces.
6655         (eval-after-load "facemenu", diary-entry-marker)
6656         (calendar-today-marker, calendar-holiday-marker, diary-face):
6657         Use renamed calendar faces.
6659         * compare-w.el (compare-windows): Remove "-face" suffix from face name.
6660         (compare-windows-face): New backward-compatibility alias for
6661         renamed face.
6662         (compare-windows-highlight): Use renamed compare-windows face.
6664         * strokes.el (strokes-char): Remove "-face" suffix from face name.
6665         (strokes-char-face): New backward-compatibility alias for renamed face.
6666         (strokes-encode-buffer): Use renamed strokes-char face.
6668         * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
6669         (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
6670         Remove "-face" suffix from face names.
6671         (cvs-header-face, cvs-filename-face, cvs-unknown-face)
6672         (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
6673         (cvs-msg-face): New backward-compatibility aliases for renamed faces.
6674         (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
6675         Use renamed pcvs faces.
6676         * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
6677         * pcvs-defs.el (cvs-mode-map): Likewise.
6678         * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
6680         * info.el (info-title-1, info-title-2, info-title-3)
6681         (info-title-4): Remove "-face" suffix from and downcase face names.
6682         (Info-title-1-face, Info-title-2-face, Info-title-3-face)
6683         (Info-title-4-face):
6684         New backward-compatibility aliases for renamed faces.
6685         (Info-fontify-node): Use renamed info faces.
6687         * hilit-chg.el (highlight-changes, highlight-changes-delete):
6688         Remove "-face" suffix from face names.
6689         (highlight-changes-face, highlight-changes-delete-face):
6690         New backward-compatibility aliases for renamed faces.
6691         (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
6692         (hilit-chg-make-list): Use renamed highlight-changes faces.
6694         * generic-x.el (show-tabs-tab, show-tabs-space):
6695         Remove "-face" suffix from face names.
6696         (show-tabs-tab-face, show-tabs-space-face):
6697         New backward-compatibility aliases for renamed faces.
6698         (show-tabs-generic-mode-font-lock-defaults-1)
6699         (show-tabs-generic-mode-font-lock-defaults-2):
6700         Use renamed show-tabs faces.
6702         * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
6703         (smerge-markers): Remove "-face" suffix from face names.
6704         (smerge-mine-face, smerge-other-face, smerge-base-face)
6705         (smerge-markers-face):
6706         New backward-compatibility aliases for renamed faces.
6707         (smerge-mine-face, smerge-other-face, smerge-base-face)
6708         (smerge-markers-face): Use renamed smerge faces.
6710         * log-view.el (log-view-file, log-view-message): Remove "-face"
6711         suffix from face names.
6712         (log-view-file-face, log-view-message-face):
6713         New backward-compatibility aliases for renamed faces.
6714         (log-view-file-face, log-view-message-face): Use renamed log-view
6715         faces.
6717         * paren.el (show-paren-match, show-paren-mismatch):
6718         Remove "-face" suffix from face names.
6719         (show-paren-match-face, show-paren-mismatch-face):
6720         New backward-compatibility aliases for renamed faces.
6721         (show-paren-function): Use renamed show-paren faces.
6723         * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
6724         (ruler-mode-margins, ruler-mode-fringes)
6725         (ruler-mode-column-number, ruler-mode-fill-column)
6726         (ruler-mode-comment-column, ruler-mode-goal-column)
6727         (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
6728         suffix from face names.
6729         (ruler-mode-default-face, ruler-mode-pad-face)
6730         (ruler-mode-margins-face, ruler-mode-fringes-face)
6731         (ruler-mode-column-number-face, ruler-mode-fill-column-face)
6732         (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
6733         (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
6734         New backward-compatibility aliases for renamed faces.
6735         (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
6736         (ruler-mode-column-number, ruler-mode-fill-column)
6737         (ruler-mode-comment-column, ruler-mode-goal-column)
6738         (ruler-mode-tab-stop, ruler-mode-current-column)
6739         (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
6740         faces.
6742         * whitespace.el (whitespace-highlight): Remove "-face" suffix from
6743         face name.
6744         (whitespace-highlight-the-space): Use renamed face.
6745         (whitespace-highlight-face): New backward-compatibility alias for
6746         renamed face.
6748         * woman.el (woman-italic, woman-bold, woman-unknown)
6749         (woman-addition, woman-symbol-face):
6750         Remove "-face" suffix from face names.
6751         (woman-italic-face, woman-bold-face, woman-unknown-face)
6752         (woman-addition-face):
6753         New backward-compatibility aliases for renamed faces.
6754         (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
6755         (woman-decode-region, woman-replace-match)
6756         (woman-display-extended-fonts, woman-special-characters)
6757         (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
6758         Use renamed woman faces.
6760         * longlines.el (longlines-visible-face): Face removed.
6762         * diff-mode.el (diff-header, diff-file-header, diff-index)
6763         (diff-hunk-header, diff-removed, diff-added, diff-changed)
6764         (diff-function, diff-context, diff-nonexistent): Remove "-face"
6765         suffix from face names.
6766         (diff-header-face, diff-file-header-face, diff-index-face)
6767         (diff-hunk-header-face, diff-removed-face, diff-added-face)
6768         (diff-changed-face, diff-function-face, diff-context-face)
6769         (diff-nonexistent-face): New backward-compatibility aliases for
6770         renamed faces.
6771         (diff-header-face, diff-file-header-face)
6772         (diff-index, diff-index-face, diff-hunk-header)
6773         (diff-hunk-header-face, diff-removed, diff-removed-face)
6774         (diff-added, diff-added-face, diff-changed-face, diff-function)
6775         (diff-function-face, diff-context-face, diff-nonexistent)
6776         (diff-nonexistent-face): Use renamed diff-mode faces.
6778         * progmodes/compile.el (compilation-warning-face)
6779         (compilation-info-face): Remove "-face" suffix from face names.
6780         (compilation-warning-face, compilation-info-face):
6781         New backward-compatibility aliases for renamed faces.
6782         (compilation-warning-face, compilation-info-face):
6783         Use renamed compilation faces.
6785         * add-log.el (change-log-date, change-log-name)
6786         (change-log-email, change-log-file, change-log-list)
6787         (change-log-conditionals, change-log-function)
6788         (change-log-acknowledgement): Remove "-face" suffix from face names.
6789         (change-log-date-face, change-log-name-face)
6790         (change-log-email-face, change-log-file-face)
6791         (change-log-list-face, change-log-conditionals-face)
6792         (change-log-function-face, change-log-acknowledgement-face):
6793         New backward-compatibility aliases for renamed faces.
6794         (change-log-font-lock-keywords): Use renamed change-log faces.
6796         * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
6797         (custom-set, custom-changed, custom-saved, custom-button)
6798         (custom-button-pressed, custom-documentation, custom-state)
6799         (custom-comment, custom-comment-tag, custom-variable-tag)
6800         (custom-variable-button, custom-face-tag, custom-group-tag-1)
6801         (custom-group-tag): Remove "-face" suffix from face names.
6802         (custom-magic-alist, custom-magic-value-create)
6803         (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
6804         (custom-invalid-face, custom-rogue-face, custom-modified-face)
6805         (custom-set-face, custom-changed-face, custom-saved-face)
6806         (custom-button-face, custom-button-pressed-face)
6807         (custom-documentation-face, custom-state-face)
6808         (custom-comment-face, custom-comment-tag-face)
6809         (custom-variable-tag-face, custom-variable-button-face)
6810         (custom-face-tag-face, custom-group-tag-face-1)
6811         (custom-group-tag-face):
6812         New backward-compatibility aliases for renamed faces.
6814         * wid-edit.el (widget-documentation, widget-button)
6815         (widget-field, widget-single-line-field, widget-inactive)
6816         (widget-button-pressed): "-face" suffix removed from face names.
6817         (widget-documentation-face, widget-button-face)
6818         (widget-field-face, widget-single-line-field-face)
6819         (widget-inactive-face, widget-button-pressed-face):
6820         New backward-compatibility aliases for renamed faces.
6821         (widget-documentation-face, widget-button-face)
6822         (widget-button-pressed-face, widget-specify-field)
6823         (widget-specify-inactive): Use renamed widget faces.
6825 2005-06-10  Kenichi Handa  <handa@m17n.org>
6827         * term/x-win.el (x-clipboard-yank): Remove condition-case
6828         wrapping.
6830 2005-06-11  Kenichi Handa  <handa@m17n.org>
6832         * add-log.el (change-log-font-lock-keywords): Make the regexp for
6833         date lines stricter.
6835 2005-06-10  Zhang Wei  <id.brep@gmail.com>  (tiny change)
6837         * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
6838         of x-get-selection.
6840 2005-06-10  Juanma Barranquero  <lekktu@gmail.com>
6842         * comint.el (comint-mode, comint-snapshot-last-prompt):
6843         * frame.el (frame-current-scroll-bars):
6844         * term.el (term-mode, term-check-proc, term-input-sender)
6845         (term-simple-send, term-extract-string, term-word)
6846         (term-match-partial-filename):
6847         * window.el (window-current-scroll-bars):
6848         * emulation/cua-base.el (cua-normal-cursor-color)
6849         (cua-read-only-cursor-color, cua-overwrite-cursor-color)
6850         (cua-global-mark-cursor-color):
6851         * mail/undigest.el (rmail-forward-separator-regex):
6852         Fix typos in docstrings.
6854         * comint.el (comint-check-proc, make-comint-in-buffer)
6855         (comint-source-default): Doc fixes.
6857         * term.el (term-send-string): Improve argument/docstring consistency.
6859 2005-06-09  Luc Teirlinck  <teirllm@auburn.edu>
6861         * comint.el (comint-send-input): Bind `inhibit-read-only' around
6862         call to `delete-region'.
6863         (comint-mode-hook): Do not enable Font Lock by default.
6865 2005-06-09  Lute Kamstra  <lute@gnu.org>
6867         * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
6868         could be void.
6870 2005-06-09  Stefan Monnier  <monnier@iro.umontreal.ca>
6872         * emacs-lisp/debug.el (debugger-will-be-back): New var.
6873         (debug): Use it.
6874         (debugger-step-through, debugger-continue, debugger-jump)
6875         (debugger-return-value): Set it when needed.
6876         (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
6877         Use inhibit-read-only.
6879 2005-06-09  Juanma Barranquero  <lekktu@gmail.com>
6881         * window.el (shrink-window-if-larger-than-buffer)
6882         (window-size-fixed): Fix typo in docstring.
6884         * thumbs.el: Don't set `auto-image-file-mode'.  Do not create the
6885         thumbnails directory on loading.
6886         (thumbs-conversion-program): Use `eq' to check the system type,
6887         not `equal'.
6888         (thumbs-temp-dir): Initialize to `temporary-file-directory',
6889         not "/tmp".  Fix docstring.
6890         (thumbs-thumbsdir): New function to return the thumbnails
6891         directory, creating it if needed.
6892         (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
6893         (thumbs-temp-file): Delete variable and make it into a function.
6894         (thumbs-resize-image, thumbs-modify-image): Use it.
6895         (thumbs-kill-buffer): Simplify.
6896         (thumbs-gensym): Defalias or duplicate CL `gensym'.
6897         (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
6898         docstrings.
6900 2005-06-09  Kim F. Storm  <storm@cua.dk>
6902         * subr.el (save-match-data): Add RESEAT arg `evaporate' to
6903         set-match-data to free markers in match-data.
6905         * replace.el (replace-match-data): Pass RESEAT arg `t' to
6906         match-data to unchain markers in match-data.
6908 2005-06-08  Stefan Monnier  <monnier@iro.umontreal.ca>
6910         * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
6911         the debugger immediately anyway.  Undo the 2005-06-06 change, rendered
6912         unnecessary now.
6914 2005-06-08  Richard M. Stallman  <rms@gnu.org>
6916         * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
6917         give the variable a doc string that doesn't say don't set it directly.
6919         * textmodes/ispell.el (ispell-check-version):
6920         Use match-string-no-properties.
6921         (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
6922         (ispell-buffer-local-words): Likewise.
6924         * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
6925         except on terminals with enough colors to really display it.
6926         (makefile-dependency-regex): Delete spurious `bb'.
6928         * faces.el (escape-glyph): Use blue once again in last case.
6929         (no-break-space): Redefine so that it isn't invisible on a tty.
6931 2005-06-08  Kim F. Storm  <storm@cua.dk>
6933         * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
6934         also when reading directory name.
6936 2005-06-08  Lute Kamstra  <lute@gnu.org>
6938         * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
6939         (flyspell-mode-line-string): Remove autoload cookie.
6940         (flyspell-mode): Remove defvar.
6942 2005-06-07  Lute Kamstra  <lute@gnu.org>
6944         * textmodes/org.el (org-run-mode-hooks): New function.
6945         (org-agenda-mode): Use it.
6947 2005-06-07  David McCabe  <davemccabe@gmail.com>  (tiny change)
6949         * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
6951 2005-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
6953         * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
6955 2005-06-06  Luc Teirlinck  <teirllm@auburn.edu>
6957         * font-lock.el (font-lock-add-keywords): Doc fix.
6959 2005-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
6961         * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
6962         (tex-compile-default): In the absence of any history, use the order in
6963         tex-compile-alist to choose the preferred command.
6964         (tex-compile-commands): Reorder a bit.
6966         * textmodes/flyspell.el (flyspell-auto-correct-binding)
6967         (flyspell-incorrect-face, flyspell-duplicate-face):
6968         Use (X)Emacs-agnostic code.
6969         (flyspell-mode-map): Don't overwrite at each load.  Remove code
6970         redundant with the subsequent add-minor-mode.  Merge Emacs and
6971         XEmacs code.
6972         (flyspell-word): Minor simplification.
6973         (flyspell-math-tex-command-p): Quieten the byte-compiler.
6974         (flyspell-external-point-words): Remove unused vars `size' and `start'.
6975         (flyspell-do-correct): Rename from flyspell-xemacs-correct.
6976         Merge the corresponding Emacs code.
6977         (flyspell-correct-word, flyspell-xemacs-popup):
6978         Use flyspell-do-correct.
6980         * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
6981         a dedicated window.
6983         * international/latexenc.el (latexenc-find-file-coding-system):
6984         Undo part of last patch, to turn off a compiler warning.
6986 2005-06-06  Juri Linkov  <juri@jurta.org>
6988         * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
6989         Rename `tmm-inactive-face' to `tmm-inactive'.
6991 2005-06-06  Matt Hodges  <MPHodges@member.fsf.org>
6993         * iswitchb.el: Rename faces.
6995 2005-06-06  Kim F. Storm  <storm@cua.dk>
6997         * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
6998         (cua-global-mark): Remove -face suffix from face names.
7000         * emulation/cua-gmrk.el (cua--init-global-mark):
7001         Remove cua-global-mark face setup.
7003 2005-06-06  Richard M. Stallman  <rms@gnu.org>
7005         * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
7006         just like other allowed characters.
7007         (makefile-match-dependency): Exclude leading and training whitespace
7008         from the range of regexp subexp 1.
7009         (makefile-macroassign-regex): Don't try to match the body,
7010         just the name of the macro being defined.
7012         * info.el (Info-read-node-name-2): New function.
7013         (Info-read-node-name-1): Use that.
7014         Add a completion-base-size-function property.
7016         * simple.el (completion-setup-function): Look for
7017         completion-base-size-function property of minibuffer-completion-table.
7019         * files.el (locate-file-completion): Doc fix.
7021         * printing.el: Don't call pr-update-menus; user must do that.
7023         * emacs-lisp/debug.el (debugger-window): New variable.
7024         (debug): Use debugger-window if it is set and still alive.
7025         Record debugger-window for next entry.
7027         * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
7029 2005-06-06  Matthias F\e,Av\e(Brste  <slashdevslashnull@gmx.net>
7031         * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
7032         (hack-one-local-variable, hack-local-variables)
7033         (hack-local-variables-prop-line): Pass that arg.
7035 2005-06-06  Kim F. Storm  <storm@cua.dk>
7037         * ido.el (ido-first-match, ido-only-match, ido-subdir)
7038         (ido-indicator): Remove -face suffix from face names.
7040 2005-06-06  Juri Linkov  <juri@jurta.org>
7042         * font-lock.el (font-lock-regexp-backslash)
7043         (font-lock-regexp-backslash-construct): New faces.
7044         (lisp-font-lock-keywords-2): Use new faces.  Match `?:' only
7045         after `('.  Add `while-no-input' to control structures.
7047         * faces.el (no-break-space, shadow): New faces.
7048         (escape-glyph): Use less loud colors pink2 and red4.
7050         * diff-mode.el (diff-context-face)
7051         * dired.el (dired-ignored)
7052         * rfn-eshadow.el (file-name-shadow)
7053         * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
7055         * info.el (Info-title-1-face): Use green instead of yellow because
7056         bold yellow is not readable on light backgrounds.
7058         * progmodes/compile.el (compilation-start): Move `erase-buffer' up
7059         before selecting the desired mode to not spend time fontifying
7060         old contents.
7062 2005-06-06  Juanma Barranquero  <lekktu@gmail.com>
7064         * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
7065         (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
7067         * ps-print.el (ps-default-fg, ps-default-bg):
7068         Fix typos in docstrings.
7070         * isearchb.el (isearchb): Don't pass a spurious second argument to
7071         `iswitchb-completions'.
7073 2005-06-05  Nick Roberts  <nickrob@snap.net.nz>
7075         * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
7076         to preserve point.
7077         (gdb-find-file-hook): Add doc string.
7079         * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
7080         C dereferenced pointer expression.
7081         (gud-tool-bar-map): Put it on the tool bar.  Re-order icons.
7083         * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
7085         * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
7086         * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
7087         * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
7088         * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
7089         * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
7090         Make background transparent.
7092 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
7094         * font-lock.el (font-lock-add-keywords): Doc fix.  Comment change.
7095         (font-lock-remove-keywords): Doc fix.
7096         (font-lock-mode-major-mode): Compiler defvar.
7097         (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
7099         * font-core.el (font-lock-mode-major-mode): Compiler defvar.
7100         (font-lock-mode): Update `font-lock-mode-major-mode'.
7101         (font-lock-set-defaults): Compiler defvar.
7102         (font-lock-default-function): Take `font-lock-mode-major-mode'
7103         into account.
7105         * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
7106         keep track of which major mode it enabled the minor mode for.
7107         Use find-file-hook again.  Update docstring.
7109         * simple.el (eval-expression-print-level)
7110         (eval-expression-print-length, eval-expression-debug-on-error):
7111         Doc fixes.
7113 2005-06-04  Matt Hodges  <MPHodges@member.fsf.org>
7115         * iswitchb.el (iswitchb-single-match-face)
7116         (iswitchb-current-match-face, iswitchb-virtual-matches-face)
7117         (iswitchb-invalid-regexp-face): New faces.
7118         (iswitchb-completions): Use them.
7119         (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
7120         now marked as an obsolete alias.
7121         (iswitchb-read-buffer): Remove check for bound font variables.
7122         (iswitchb-invalid-regexp): New free variable.
7123         (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
7124         set iswitchb-invalid-regexp.
7125         (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
7126         invalid regexps.
7127         (iswitchb-completions): Add check for complete match when entering
7128         a regexp.
7129         (iswitchb-completions): Remove require-match argument.
7130         (iswitchb-exhibit): Fix caller.
7131         (iswitchb-common-match-inserted): New variable.
7132         (iswitchb-complete, iswitchb-completion-help): Use it.
7134 2005-06-04  David Reitter  <david.reitter@gmail.com>  (tiny change)
7136         * url-http.el (url-http-chunked-encoding-after-change-function):
7137         Use `url-http-debug' instead of `message'.
7139 2005-06-04  Thierry Emery  <thierry.emery@free.fr>  (tiny change)
7141         * url-http.el (url-http-parse-headers): Pass redirected URL as a
7142         callback argument.
7144 2005-06-04  Kim F. Storm  <storm@cua.dk>
7146         * simple.el (line-move): Only call sit-for when moving backwards.
7148         * ido.el (ido-make-merged-file-list-1): New defun split from
7149         ido-make-merged-file-list.
7150         (ido-make-merged-file-list): Bind throw-on-input around call to
7151         ido-make-merged-file-list-1.  Return input-pending-p if
7152         interrupted by more input available.
7153         (ido-read-internal): Handle input-pending-p return value from
7154         ido-make-merged-file-list.
7156 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7158         * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
7159         compatibility code.
7161         * international/latexenc.el (latexenc-find-file-coding-system):
7162         Don't inherit the EOL part of the coding-system from the
7163         tex-main buffer.  Fit within 80 columns.
7165 2005-06-03  Matt Hodges  <MPHodges@member.fsf.org>
7167         * tmm.el (tmm-inactive-face): New face.
7168         (tmm-remove-inactive-mouse-face): New function.
7169         (tmm-prompt, tmm-add-one-shortcut)
7170         (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
7171         but not selectable.
7173 2005-06-03  Juanma Barranquero  <lekktu@gmail.com>
7175         * faces.el (face-equal): Improve argument/docstring consistency.
7177 2005-06-03  Daniel Pfeiffer  <occitan@esperanto.org>
7179         * progmodes/make-mode.el (makefile-targets-face)
7180         (makefile-shell-face, makefile-makepp-perl-face): Add :version.
7181         (makefile-bsdmake-dependency-regex)
7182         (makefile-makepp-rule-action-regex)
7183         (makefile-bsdmake-rule-action-regex): New constants.
7184         (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
7186         * progmodes/compile.el (compilation-error-regexp-alist-alist):
7187         Allow (...) within `...' for makepp messages.
7189 2005-06-03  Michael Kifer  <kifer@cs.stonybrook.edu>
7191         * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
7193         * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
7194         "." files are deleted from all file lists before comparison.
7196         * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
7197         (viper-ESC-key): Made them customizable.
7199         * viper.el (viper-non-hook-settings): Fix the names of defadvices.
7201 2005-06-01  Luc Teirlinck  <teirllm@auburn.edu>
7203         * autorevert.el (auto-revert-buffers): Use save-match-data.
7205 2005-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
7207         * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
7208         menu items with a nil command binding.
7210 2005-06-01  Juanma Barranquero  <lekktu@gmail.com>
7212         * emacs-lisp/cl-macs.el (defsetf):
7213         Improve argument/docstring consistency.
7215         * faces.el (list-faces-display): Improve the formatting by
7216         computing the maximum length required for any face-name (reworked
7217         patch of 1999-01-11, accidentally deleted on 1999-07-21).
7218         (internal-find-face): Remove redundant info in docstring.
7220 2005-06-01  Nick Roberts  <nickrob@snap.net.nz>
7222         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
7223         (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
7224         (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
7225         (gdb-assembler-custom): Improve regexps.
7226         (def-gdb-auto-update-handler): Use window point to preserve point.
7228 2005-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
7230         * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
7232 2005-05-31  Jay Belanger  <belanger@truman.edu>
7234         * calc/calc-embed.el (calc-embedded-word): Change argument passed
7235         to calc-embedded.
7236         (calc-embedded-make-info): Have plain prefix argument select
7237         entire line.
7239 2005-05-31  Juanma Barranquero  <lekktu@gmail.com>
7241         * faces.el (list-faces-display): Signal error if passed a regexp
7242         that matches no face name.
7244         * simple.el (filter-buffer-substring): Fix typo in docstring.
7246 2005-05-31  Richard M. Stallman  <rms@gnu.org>
7248         * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
7249         (vhdl-emacs-21): Doc fix.
7250         (vhdl-mode): Unconditionally set comment-padding.
7251         (vhdl-fixup-whitespace-region): Insert spaces only where
7252         there are none.
7253         (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
7255 2005-05-30  John Wiegley  <johnw@newartisans.com>
7257         * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
7258         * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
7259         * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
7260         `directory-sep-char' to ?/, and all uses of `string-to-int' to
7261         `string-to-number'.
7263 2005-05-30  Jay Belanger  <belanger@truman.edu>
7265         * calc/calc.el (calc-bug-address): Fix docstring.
7266         (calc-window-hook, calc-trail-window-hook): New variables.
7267         (calc-trail-display): Restore use of calc-trail-window-hook.
7268         (calc): Restore use of calc-window-hook.
7270 2005-05-31  Masatake YAMATO  <jet@gyve.org>
7272         * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
7274         * help-fns.el (help-C-file-name): Add autoload mark for
7275         `find-function-noselect'.
7277 2005-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
7279         * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
7280         (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
7282 2005-05-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
7284         * calendar/diary-lib.el (mark-included-diary-files): Only kill
7285         included diary buffer if it was not already being visited.
7286         Reported by Stephen Berman <Stephen.Berman@gmx.net>.
7288         * calendar/icalendar.el (top-level): Do not require 'appt.
7290         * mail/supercite.el (sc-select-attribution): Only use a list
7291         element from sc-attrib-selection-list if it returns a string.
7292         Reported by Davide G. M. Salvetti <salve@debian.org>.
7294 2005-05-30  Juanma Barranquero  <lekktu@gmail.com>
7296         * thumbs.el (thumbs-thumbname): The resulting thumbname now
7297         includes a hash value to improve its uniqueness, and has a ".jpg"
7298         extension.  Also, it is now a valid filename on all systems.
7299         (thumbs-make-thumb): Use `let', not `let*'.
7300         (thumbs-show-thumbs-list): Check for JPEG availability.
7302 2005-05-30  Richard M. Stallman  <rms@gnu.org>
7304         * filesets.el (filesets-menu-ensure-use-cached):
7305         Prevent warning when emacs-version>= is undefined.
7307         * printing.el (pr-interactive-n-up): Use string-to-number.
7309         * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
7311         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
7312         Warn only when name to be defined is quoted.
7314 2005-05-30  Nick Roberts  <nickrob@snap.net.nz>
7316         * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
7317         Make regexp more robust.
7318         (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
7319         Force regeneration of disassembly.
7321 2005-05-29  Jay Belanger  <belanger@truman.edu>
7323         * calc/calc.el (calc-user-invocation): Check if
7324         calc-invocation-macro is non-nil.
7326 2005-05-29  Juri Linkov  <juri@jurta.org>
7328         * add-log.el (change-log-font-lock-keywords):
7329         Add `+' to e-mail regexp to accept mail address with keywords.
7331         * man.el (Man-name-regexp): Add `:' to accept qualified names.
7333 2005-05-29  Luc Teirlinck  <teirllm@auburn.edu>
7335         * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
7337         * ielm.el (inferior-emacs-lisp-mode): Ditto.
7339 2005-05-29  Richard M. Stallman  <rms@gnu.org>
7341         * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
7342         Undo the change that moves to end of the current word.
7344 2005-05-29  Nick Roberts  <nickrob@snap.net.nz>
7346         * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
7347         Throw error when count <= 0 to ensure input is a number.
7348         (gdb-read-memory-custom): Pick up address from buffer.
7349         (gdb-memory-mode): Allow user to increment and decrement
7350         memory address from header line.
7352 2005-05-29  Richard M. Stallman  <rms@gnu.org>
7354         * flyspell.el (flyspell-version): Function deleted.
7355         (flyspell-auto-correct-previous-hook): Doc fix.
7357         * jit-lock.el (jit-lock-function, jit-lock-after-change):
7358         Do nothing if memory is full.
7360         * font-lock.el (font-lock-fontify-syntactically-region):
7361         Pass t for GREEDY to looking-back.
7363         * saveplace.el (save-place-alist-to-file): Write the file
7364         using write-region.
7366         * subr.el (looking-back): New argument GREEDY.
7368         * progmodes/compile.el (compilation-start): Set the mode
7369         before inserting the initial text.
7371         * progmodes/which-func.el (which-func-update-1): Turn the mode
7372         off in case of error by setting which-func-mode.
7374 2005-05-29  Peter Heslin  <p.j.heslin@durham.ac.uk>  (tiny change)
7376         * flyspell.el (flyspell-auto-correct-previous-word):
7377         Narrow down to what's on the screen, and recenter overlays
7378         at the end of the next word.
7380 2005-05-29  Manuel Serrano  <Manuel.Serrano@sophia.inria.fr>
7382         * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
7383         (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
7384         (flyspell-abbrev-p): Default to nil.
7385         (flyspell-use-global-abbrev-table-p): Doc fix.
7386         (flyspell-large-region): Allow nil as value.
7387         (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
7389         (mail-mode-flyspell-verify): More robust handling
7390         of `mail-header-separator'.  More efficient signature detection.
7391         Allow for regexp metacharacters in message-header-separator.
7392         Adding `To' not to be checked in mail-mode-flyspell-verify.
7394         (flyspell-prog-mode): Run flyspell-prog-mode-hook.
7395         (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
7396         Bind flyspell-auto-correct-binding.
7397         Bind C-. and C-, .
7398         (flyspell-mode-map): Likewise.
7399         (flyspell-mode): Doc fix.
7400         (flyspell-accept-buffer-local-defs): Preserve current buffer.
7401         (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
7402         (flyspell-word-cache-result): New var, always local.
7403         (flyspell-check-pre-word-p): Doc fix.
7404         (flyspell-check-changed-word-p): Handle spc like newline.
7405         (flyspell-post-command-hook): Set flyspell-word-cache-result.
7406         (flyspell-word-search-backward, flyspell-word-search-forward):
7407         New functions.
7408         (flyspell-word): Return t if nothing to check.
7409         When parsing TeX code, check for after } or \.
7410         Use flyspell-word-search-backward to find previous word.
7411         Return nil if duplicated word.
7412         For word already checked, return same value as last time.
7413         Set flyspell-word-cache-result after checking.
7414         Don't clobber the return value.
7415         (flyspell-get-word): Major rewrite.
7416         (flyspell-external-point-words): New locals pword, pcount.
7417         Fix size used in progress message.
7418         Find the proper corresponding word in flyspell-large-region-buffer.
7419         (flyspell-region): Check for flyspell-large-region = nil.
7420         (flyspell-highlight-incorrect-region): Clean up overlays in region.
7421         (flyspell-auto-correct-word): Check that WORD is a cons.
7422         (flyspell-correct-word): Likewise.
7424 2005-05-29  Daniel Pfeiffer  <occitan@esperanto.org>
7426         * progmodes/make-mode.el (makefile-rule-action-regex)
7427         (makefile-macroassign-regex, makefile-makepp-mode)
7428         (makefile-bsdmake-mode): Continuation lines may be empty.
7429         Reported by Joshua Varner.
7430         (makefile-makepp-font-lock-keywords): Add $(stem).
7432 2005-05-28  Karl Berry  <karl@gnu.org>
7434         * textmodes/tex-mode.el: Now that tex-send-command calls
7435         shell-quote-argument (2005-03-31 change), remove all calls to
7436         shell-quote-argument; they all end up invoking tex-send-command.
7437         The double quoting loses on filenames with non-safe characters,
7438         such as "@".  Reported by Frederik Fouvry.
7440 2005-05-29  Nick Roberts  <nickrob@snap.net.nz>
7442         * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
7443         about preserving point.
7445 2005-05-27  Jay Belanger  <belanger@truman.edu>
7447         * calc/calc-misc.el (calc-info-goto-node): Use info instead of
7448         Info-goto-node.
7450         * calc/calc-embed.el (calc-embed-arg): New variable.
7451         (calc-do-embedded-activate, calc-embedded-activate-formula)
7452         (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
7453         variable by new variable.
7454         (calc-embedded-make-info): Replace undeclared variable by new
7455         variable.  When selecting region with positive prefix
7456         argument, use end of previous line instead of beginning of line.
7458         * calc/calc-aent.el (calc-arg-values): Declare it.
7460         * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
7461         Declare them.
7463         * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
7465         * calc/calc.el (calc-alg-map): Declare it.
7467         * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
7469 2005-05-28  Nick Roberts  <nickrob@snap.net.nz>
7471         * progmodes/gdb-ui.el (gdb-all-registers): New variable.
7472         (gdb-registers-buffer, toggle-gdb-all-registers):
7473         Toggle display of floating point registers.
7474         (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
7476         * progmodes/gud.el (gud-goto-info): Use info.  Don't use require.
7477         (toggle-gud-tooltip-dereference):
7478         Rename from gud-toggle-tooltip-dereference.
7480 2005-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
7482         * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
7484 2005-05-27  Jay Belanger  <belanger@truman.edu>
7486         * calc/calc-prog.el (calc-kbd-report): Remove.
7487         (calc-kbd-query): Rewrite.
7489 2005-05-27  Juanma Barranquero  <lekktu@gmail.com>
7491         * image.el (image-library-alist): Move to image.c.
7492         (image-type-available-p): Doc fix.
7494 2005-05-27  Lute Kamstra  <lute@gnu.org>
7496         * calc/calc.el (calc):
7497         * outline.el (outline-1, outline-2, outline-3, outline-4)
7498         (outline-5, outline-6, outline-7, outline-8):
7499         * textmodes/dns-mode.el (dns-mode):
7500         * textmodes/sgml-mode.el (sgml-namespace-face):
7501         * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
7502         (tex-verbatim-face, tex-use-reftex):
7503         * textmodes/texinfo.el (texinfo-heading-face):
7504         Specify customization group.
7506         * longlines.el: Don't require easy-mmode.
7507         (longlines-visible-face): Specify customization group.
7509 2005-05-27  Kenichi Handa  <handa@m17n.org>
7511         * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
7512         encoding table of windows-1251.
7514         * international/ucs-tables.el (ucs-set-table-for-input):
7515         If translation-table-for-input of a coding system is a symbol, get
7516         its translation-table property.
7518         * international/code-pages.el: Don't register a coding system into
7519         non-iso-charset-alist more than once.
7520         (cp-make-coding-system): Likewise.
7522 2005-05-26  John Wiegley  <johnw@newartisans.com>
7524         * eshell/esh-cmd.el (eshell-eval-command): If the return value of
7525         `eshell-resume-eval' is wrapped in a list, it indicates that the
7526         command was run asynchronously.  In that case, unwrap the value
7527         before checking the delimiter value.
7529         * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
7530         character before a space at the end of a line is \, assume the space
7531         is part of the last argument rather than a final argument separator.
7533         * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
7534         is in use, and the target is `t' or `nil' (which are the most common
7535         values), don't assume that the symbol target is a buffer.
7537 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
7539         * calendar/calendar.el (calendar-mode-line-format):
7540         Use mode-line-highlight as mouse-face.
7542         * time.el (display-time-string-forms, display-time-update):
7543         Use mode-line-highlight as mouse-face.
7545 2005-05-26  Jay Belanger  <belanger@truman.edu>
7547         * calc/calc.el (calc-language-alist): Remove extra defvar.
7549 2005-05-26  Lute Kamstra  <lute@gnu.org>
7551         * arc-mode.el (archive-mode):
7552         * bookmark.el (bookmark-read-annotation-mode)
7553         (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
7554         * bs.el (bs-mode):
7555         * calc/calc-yank.el (calc-edit-mode):
7556         * calc/calc.el (calc-mode, calc-trail-mode):
7557         * calculator.el (calculator-mode):
7558         * chistory.el (command-history-mode):
7559         * comint.el:
7560         * cus-edit.el (custom-mode):
7561         * descr-text.el (describe-text-mode):
7562         * ebuff-menu.el (Electric-buffer-menu-mode):
7563         * ediff-util.el (ediff-mode):
7564         * emacs-lisp/re-builder.el (reb-mode):
7565         * emulation/vi.el (vi-mode-setup):
7566         * emulation/ws-mode.el (wordstar-mode):
7567         * eshell/esh-mode.el (eshell-mode):
7568         * forms.el (forms-mode):
7569         * help-mode.el (help-mode):
7570         * hexl.el (hexl-mode):
7571         * ibuffer.el (ibuffer-mode):
7572         * ielm.el (inferior-emacs-lisp-mode):
7573         * info.el (Info-mode, Info-edit-mode):
7574         * international/swedish.el:
7575         * ledit.el (ledit-from-lisp-mode):
7576         * locate.el (locate-mode):
7577         * mail/rmail.el (rmail-mode):
7578         * mail/rmailedit.el (rmail-edit-mode):
7579         * mail/rmailsum.el (rmail-summary-mode):
7580         * mail/supercite.el (sc-electric-mode):
7581         * net/eudc.el (eudc-mode):
7582         * net/quickurl.el (quickurl-list-mode):
7583         * net/snmp-mode.el (snmp-mode, snmpv2-mode):
7584         * obsolete/ooutline.el (outline-mode):
7585         * obsolete/options.el (Edit-options-mode):
7586         * obsolete/rnews.el (news-mode):
7587         * obsolete/rnewspost.el (news-reply-mode):
7588         * play/5x5.el (5x5-mode):
7589         * play/decipher.el (decipher-mode, decipher-stats-mode):
7590         * play/gomoku.el (gomoku-mode):
7591         * play/snake.el (snake-mode):
7592         * play/solitaire.el (solitaire-mode):
7593         * play/tetris.el (tetris-mode):
7594         * progmodes/ada-mode.el (ada-mode):
7595         * progmodes/antlr-mode.el (antlr-mode):
7596         * progmodes/autoconf.el (autoconf-mode):
7597         * progmodes/dcl-mode.el (dcl-mode):
7598         * progmodes/delphi.el (delphi-mode):
7599         * progmodes/ebrowse.el (ebrowse-tree-mode)
7600         (ebrowse-electric-list-mode, ebrowse-member-mode)
7601         (ebrowse-electric-position-mode):
7602         * progmodes/f90.el (f90-mode):
7603         * progmodes/fortran.el (fortran-mode):
7604         * progmodes/icon.el (icon-mode):
7605         * progmodes/idlw-help.el (idlwave-help-mode):
7606         * progmodes/idlw-shell.el (idlwave-shell-mode):
7607         * progmodes/idlwave.el (idlwave-mode):
7608         * progmodes/inf-lisp.el (inferior-lisp-mode):
7609         * progmodes/m4-mode.el (m4-mode):
7610         * progmodes/meta-mode.el (metafont-mode, metapost-mode):
7611         * progmodes/modula2.el (modula-2-mode):
7612         * progmodes/octave-inf.el (inferior-octave-mode):
7613         * progmodes/octave-mod.el (octave-mode):
7614         * progmodes/pascal.el (pascal-mode):
7615         * progmodes/sh-script.el (sh-mode):
7616         * progmodes/sql.el (sql-mode, sql-interactive-mode):
7617         * progmodes/vhdl-mode.el (vhdl-mode):
7618         * progmodes/xscheme.el (scheme-interaction-mode):
7619         * replace.el (occur-mode):
7620         * ses.el (ses-mode):
7621         * simple.el (completion-list-mode):
7622         * skeleton.el:
7623         * speedbar.el (speedbar-mode):
7624         * term.el (term-mode):
7625         * terminal.el (terminal-edit-mode):
7626         * textmodes/reftex-index.el (reftex-index-mode)
7627         (reftex-index-phrases-mode):
7628         * textmodes/reftex-sel.el (reftex-select-label-mode)
7629         (reftex-select-bib-mode):
7630         * textmodes/reftex-toc.el (reftex-toc-mode):
7631         * wdired.el (wdired-change-to-wdired-mode):
7632         * wid-browse.el (widget-browse-mode):
7633         Use run-mode-hooks.
7635         * array.el (array-mode):
7636         * calendar/todo-mode.el (todo-mode):
7637         * man.el (Man-mode):
7638         * play/landmark.el (lm-mode):
7639         * play/mpuz.el (mpuz-mode):
7640         Use kill-all-local-variables and run-mode-hooks.
7642         * subr.el (delay-mode-hooks): Specify indentation.
7644 2005-05-26  Mark A. Hershberger  <mah@everybody.org>
7646         * xml.el (xml-substitute-special): Don't die for undefined xml
7647         entities.
7649 2005-05-26  Jay Belanger  <belanger@truman.edu>
7651         * calc/calc-prog.el (calc-user-define-edit): Don't find substring
7652         of nil.
7654 2005-05-27  Nick Roberts  <nickrob@snap.net.nz>
7656         * progmodes/gdb-ui.el (gdb-frame-address):
7657         Rename from gdb-current-address.
7658         (gdb-previous-frame-address): Rename from gdb-previous-address.
7659         (gdb-selected-frame): Rename from gdb-current-frame.
7660         (gdb-get-selected-frame): Rename from gdb-get-current-frame.
7661         (gdb-frame-number): Rename from gdb-current-stack-level.
7662         (gdb-ann3): Match new mode-name for disassembly buffer.
7663         Extend initialization of variables.
7664         (gdb-post-prompt): Update disassembly from gdb-frame-handler.
7665         (gdb-memory-mode): Use mouse-face in header line.
7666         (gdb-assembler-buffer-name): Call it disassembly and give frame
7667         in mode line.
7668         (gdb-source-spec-regexp, gdb-assembler-custom)
7669         (gdb-invalidate-assembler, gdb-frame-handler):
7670         Make robust to leading zeroes in address format.
7672 2005-05-26  Carsten Dominik  <dominik@science.uva.nl>
7674         * textmodes/org.el (org-mode): Use `define-derived-mode' to
7675         define `org-mode'.
7676         (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
7678 2005-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
7680         * log-edit.el (log-edit-changelog-entries): Distinguish between
7681         filenames like xfns.c and fns.c.
7683 2005-05-25  Luc Teirlinck  <teirllm@auburn.edu>
7685         * buff-menu.el (Buffer-menu-revert-function): Improve handling of
7686         point after reverting.
7687         (Buffer-menu-make-sort-button): Handle the case where
7688         `Buffer-menu-use-header-line' is nil.
7690 2005-05-25  Thien-Thi Nguyen  <ttn@gnu.org>
7692         * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
7693         New funcs.  In minibuffer-local-completion-map bind `]', `/'
7694         and `:' to them.
7696 2005-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
7698         * startup.el (normal-top-level): Allow modification of load-path while
7699         we're iterating over it.
7701 2005-05-25  Juanma Barranquero  <lekktu@gmail.com>
7703         * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
7704         (thumbs-cleanup-thumbsdir, thumbs-call-convert)
7705         (thumbs-resize-interactive, thumbs-insert-image)
7706         (thumbs-insert-thumb, thumbs-dired-show-marked)
7707         (thumbs-find-image-at-point, thumbs-delete-images)
7708         (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
7709         (thumbs-increment-image-size, thumbs-decrement-image-size):
7710         Fix typos in docstrings.
7712 2005-05-24  Andre Spiegel  <spiegel@gnu.org>
7714         * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
7715         (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
7716         (cperl-mode): Use them.
7718 2005-05-24  Juanma Barranquero  <lekktu@gmail.com>
7720         * window.el (quit-window, shrink-window-if-larger-than-buffer):
7721         Doc fixes.
7723 2005-05-24  Nick Roberts  <nickrob@snap.net.nz>
7725         * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
7726         Bind C-d to gdb-inferior-io-eof.
7728         * dired.el (dired-dnd-popup-notice): Use message-box.
7730 2005-05-23  Masatake YAMATO  <jet@gyve.org>
7732         * bindings.el (mode-line-major-mode-keymap):
7733         Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
7735         * faces.el (mode-line-highlight): New face.
7737         * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
7738         as mouse-face.
7740         * bindings.el (top-level, help-echo, mode-line-modified)
7741         (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
7742         as mouse-face.
7744 2005-05-23  Juanma Barranquero  <lekktu@gmail.com>
7746         * progmodes/cc-engine.el (c-guess-basic-syntax):
7747         Remove spurious call to `zerop'.
7749         * emacs-lisp/cl.el (acons, pairlis): Add docstring.
7751 2005-05-23  Martin Stjernholm  <bug-cc-mode@gnu.org>
7753         CC Mode update to 5.30.10:
7755         * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
7756         could go past the limit in decoration level 2, thereby causing
7757         errors during interactive fontification.
7759         * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
7760         the file is evaluated interactively.
7762         * cc-engine.el (c-guess-basic-syntax): Handle operator
7763         declarations somewhat better in C++.
7765         * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
7766         make use of `run-mode-hooks' which has been added in Emacs 21.1.
7767         (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
7768         (awk-mode): Use it.
7769         (make-local-hook): Suppress warning about obsoleteness.
7771         * cc-engine.el, cc-align.el, cc-cmds.el
7772         (c-append-backslashes-forward, c-delete-backslashes-forward)
7773         (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
7774         Compensate for return value from `forward-line' when it has moved
7775         but not to a different line due to eob.
7777         * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
7778         `objc-method-intro' and `objc-method-args-cont'.
7780 2005-05-23  Alan Mackenzie  <bug-cc-mode@gnu.org>
7782         CC Mode update to 5.30.10:
7784         * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
7785         in the copyright statement.  Incidentally, change "along with GNU
7786         Emacs" to "along with this program" where it occurs.
7788         * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
7789         so that it is interactive, hence can be found by M-x awk-mode
7790         whilst cc-mode is yet to be loaded.  Reported by Glenn Morris
7791         <gmorris+emacs@ast.cam.ac.uk>.
7793         * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
7794         Mode's regexps.
7796 2005-05-23  Kevin Ryde  <user42@zip.com.au>
7798         * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
7799         c-parse-state, to avoid a lisp error (on bad code).
7801 2005-05-23  Lute Kamstra  <lute@gnu.org>
7803         * subr.el (font-lock-defaults): Remove defvar as it's already
7804         defined in font-core.el.
7806         * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
7808 2005-05-23  Nick Roberts  <nickrob@snap.net.nz>
7810         * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
7811         more general and work when GDB variable "print pretty" is on,
7812         as with Emacs, for example.
7814 2005-05-22  Luc Teirlinck  <teirllm@auburn.edu>
7816         * font-core.el: Update comment.
7818         * emacs-lisp/easy-mmode.el (define-global-minor-mode):
7819         Use `after-change-major-mode-hook' instead of `find-file-hook'.
7821         * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
7823 2005-05-22  Eli Zaretskii  <eliz@gnu.org>
7825         * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
7826         and `yank-handler' in the doc strings.
7828 2005-05-22  Stefan Monnier  <monnier@iro.umontreal.ca>
7830         * emacs-lisp/cl.el (eql): Remove.  It's a builtin already.
7832 2005-05-22  Richard M. Stallman  <rms@gnu.org>
7834         * help.el (describe-key): Move print-help-return-message call
7835         out of conditional.
7837         * progmodes/etags.el (list-tags): Use with-no-warnings.
7839         * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
7840         (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
7841         (starttls-extra-args, starttls-extra-arguments): Add defvars.
7843         * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
7845         * language/viet-util.el (viet-viscii-nonascii-translation-table):
7846         Add defvar.
7848         * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
7849         Use defvar, not defconst.
7851         * hexl.el (hexl-follow-line): Use with-no-warnings.
7853         * emulation/tpu-extras.el: Use write-file-functions instead of
7854         write-file-hooks.
7856         * dired.el (dired-font-lock-keywords): Fontify files with junk
7857         extensions even if marked by -F.
7859 2005-05-22  Juanma Barranquero  <lekktu@gmail.com>
7861         * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
7862         (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
7863         * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
7864         (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
7865         (concatenate, list-length, get*, getf, cl-remprop):
7866         * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
7867         (etypecase, progv, lexical-let, lexical-let*)
7868         (multiple-value-bind, multiple-value-setq, shiftf):
7869         Improve argument/docstring consistency.
7871         * subr.el (focus-frame, unfocus-frame):
7872         Revert deletion on 2005-05-01.
7874 2005-05-22  Andre Spiegel  <spiegel@gnu.org>
7876         * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
7877         doesn't exist.
7879         * vc.el (vc-trunk-p): Add autoload cookie.  The function is used in
7880         vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
7882 2005-05-22  Nick Roberts  <nickrob@snap.net.nz>
7884         * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
7885         already deleted variables: auto-fill-hook, blink-paren-hook,
7886         lisp-indent-hook, inhibit-local-variables, unread-command-event,
7887         suspend-hooks, comment-indent-hook, meta-flag,
7888         before-change-function, after-change-function,
7889         font-lock-doc-string-face.
7891 2005-05-21  Luc Teirlinck  <teirllm@auburn.edu>
7893         * emacs-lisp/derived.el (define-derived-mode): Doc fix.
7895 2005-05-21  Eli Zaretskii  <eliz@gnu.org>
7897         * mail/rmail.el (rmail-reply): Filter the list in reply-to through
7898         rmail-dont-reply-to.
7900 2005-05-21  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
7902         * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
7903         literal blank when splitting new-header-values.
7905 2005-05-21  Matt Hodges  <MPHodges@member.fsf.org>
7907         * calendar/cal-menu.el (cal-menu-update): Add separator as a
7908         string so that tmm doesn't create a completion entry for it.
7910         * textmodes/table.el (table-disable-menu): Ditto.
7912 2005-05-21  Richard M. Stallman  <rms@gnu.org>
7914         * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
7916         * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
7918         * net/rcompile.el (remote-compile): Use compilation-start.
7920         * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
7922 2005-05-21  Daniel Pfeiffer  <occitan@esperanto.org>
7924         * files.el (auto-mode-alist): Check GNUmakefile before makefile.
7925         Default to makefile-bsdmake-mode on BSD systems.
7927         * imenu.el (imenu-generic-expression, imenu--generic-function'):
7928         REGEXP may also be a search function now.  The part of doc-string
7929         for describing the structure was 95% identical to that of
7930         `imenu--generic-function'.  Unify it there.
7932         * progmodes/make-mode.el (makefile-imenu-generic-expression):
7933         Use function to find dependencies, because regexp alone is so complex,
7934         it easily goes into an endless loop.
7935         (makefile-makepp-mode): Also add submenu for Perl functions
7936         defined in the makefile.
7937         (makefile-bsdmake-mode): Special imenu-generic-expression no
7938         longer needed, due to function call.
7939         (makefile-match-dependency): Take BOUND into account when checking
7940         if we're through.
7942 2005-05-20  Jay Belanger  <belanger@truman.edu>
7944         * calc/calc-units.el (calc-invalidate-units-table):
7945         Use inhibit-read-only.
7946         (math-build-units-table-buffer): Use view-mode.
7948 2005-05-20  David Kastrup  <dak@gnu.org>
7950         * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
7951         easy-menu-add is not a nop on Emacs; and clarify when to call it.
7953 2005-05-20  Lute Kamstra  <lute@gnu.org>
7955         * diff-mode.el (diff-header-face, diff-file-header-face)
7956         (diff-index-face, diff-hunk-header-face, diff-removed-face)
7957         (diff-added-face, diff-changed-face, diff-function-face)
7958         (diff-context-face, diff-nonexistent-face): Put them in the
7959         diff-mode customization group.
7961 2005-05-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7963         * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
7965         * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
7967         * font-lock.el (lisp-font-lock-keywords-2): Don't error.
7968         Minor regexp-optimization.
7970 2005-05-20  Carsten Dominik  <dominik@science.uva.nl>
7972         * textmodes/org.el (org-agenda-toggle-time-grid): New command.
7973         (org-agenda-use-time-grid, org-agenda-time-grid): New options.
7974         (org-agenda-add-time-grid-maybe): New function.
7975         (org-agenda): Call `org-agenda-add-time-grid-maybe'.
7976         (org-table-create): `dotimes' instead of `mapcar'.
7977         (org-xor): Simplify implementation.
7978         (org-agenda): `inhibit-redisplay' turned on.
7979         (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
7980         a consistent line after a state change.
7981         (org-agenda-remove-times-when-in-prefix): New option.
7982         (org-prefix-has-time): New variable.
7983         (org-parse-time-string): Optional argument NODEFAULT.
7984         (org-format-agenda-item): Parse items for time-of-day
7985         specifications and move these into the prefix if possible.
7986         (org-agenda-priority): Get current heading, not previous heading
7987         during agenda remote editing.
7989 2005-05-20  Juanma Barranquero  <lekktu@gmail.com>
7991         * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
7992         (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
7993         (remove-duplicates, delete-duplicates, substitute)
7994         (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
7995         (nsubstitute-if-not, find, find-if, find-if-not, position)
7996         (position-if, position-if-not, count, count-if, count-if-not)
7997         (mismatch, search, sort*, stable-sort, merge, member*)
7998         (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
7999         (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
8000         (intersection, nintersection, set-difference, nset-difference)
8001         (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
8002         (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
8003         (nsublis, tree-equal): Improve argument/docstring consistency.
8005         * subr.el (send-string, send-region):
8006         Remove obsolescence declaration.
8007         (window-dot, set-window-dot, read-input, show-buffer)
8008         (eval-current-buffer, string-to-int):
8009         Add release number to obsolescence declarations.
8011 2005-05-19  Kim F. Storm  <storm@cua.dk>
8013         * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
8014         (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
8016 2005-05-20  Matt Hodges  <MPHodges@member.fsf.org>
8018         * faces.el (list-faces-display): Make back button respect optional
8019         regexp arg.
8021 2005-05-19  Juanma Barranquero  <lekktu@gmail.com>
8023         * calculator.el (calculator-radix-grouping-mode)
8024         (calculator-radix-grouping-digits, calculator-displayer)
8025         (calculator-radix-grouping-separator, calculator-copy-displayer):
8026         * dabbrev.el (dabbrev-search-these-buffers-only):
8027         * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
8028         (diff-advance-after-apply-hunk, diff-mode-hook)
8029         (diff-minor-mode-prefix):
8030         * imenu.el (imenu-use-popup-menu):
8031         * jit-lock.el (jit-lock-context-time):
8032         * newcomment.el (comment-fill-column, comment-column)
8033         (comment-style, comment-padding, comment-multi-line)
8034         (comment-empty-lines, comment-auto-fill-only-comments):
8035         * reveal.el (reveal-around-mark):
8036         * uniquify.el (uniquify-buffer-name-style)
8037         (uniquify-after-kill-buffer-p)
8038         (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
8039         (uniquify-min-dir-content, uniquify-separator)
8040         (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
8041         * w32-vars.el (w32-fixed-font-alist):
8042         * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
8043         * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
8044         * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
8045         * progmodes/perl-mode.el (perl-indent-level)
8046         (perl-continued-statement-offset, perl-continued-brace-offset)
8047         (perl-brace-offset, perl-brace-imaginary-offset)
8048         (perl-label-offset, perl-indent-continued-arguments)
8049         (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
8050         * progmodes/tcl.el (tcl-indent-level)
8051         (tcl-continued-indent-level, tcl-auto-newline)
8052         (tcl-tab-always-indent, tcl-electric-hash-style)
8053         (tcl-help-directory-list, tcl-use-smart-word-finder)
8054         (tcl-application, tcl-command-switches, tcl-prompt-regexp)
8055         (inferior-tcl-source-command):
8056         * textmodes/fill.el (enable-kinsoku):
8057         * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
8058         * textmodes/table.el (table-yank-handler):
8059         Specify missing group (and type, if simple) in defcustom.
8061 2005-05-19  Luc Teirlinck  <teirllm@auburn.edu>
8063         * progmodes/compile.el (compilation-finish-function): Fix defvar.
8065 2005-05-19  Richard M. Stallman  <rms@gnu.org>
8067         * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
8069         * subr.el (event-basic-type): Don't get an error.
8070         (left-fringe-p): Function deleted.
8072         * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
8073         (list-buffers-noselect): Set `font-lock-face' property, not `face'.
8075         * dired-aux.el (dired-copy-file-recursive): Handle symlinks
8076         in recursive copy.
8078         * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
8080         * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
8082         * emacs-lisp/bytecomp.el
8083         (byte-compile-file-form-custom-declare-variable): Call
8084         byte-compile-nogroup-warn if appropriate.
8086         * progmodes/compile.el (compilation-finish-function): Mark obsolete.
8087         (compilation-set-window): Don't call left-fringe-p; do it directly.
8089 2005-05-19  Jay Belanger  <belanger@truman.edu>
8091         * calc/calc-graph.el (calc-graph-format-data): Make sure
8092         var-PlotRejects is bound before trying to check its value.
8094 2005-05-19  Carsten Dominik  <dominik@science.uva.nl>
8096         * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
8097         definition of this variable from reftex-global.el to reftex.el,
8098         because it is needed in the menu.
8100 2005-05-19  Lute Kamstra  <lute@gnu.org>
8102         * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
8103         years are fixed.  Don't insert a space after a dash.
8105 2005-05-19  Kim F. Storm  <storm@cua.dk>
8107         * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
8109 2005-05-19  Daniel Pfeiffer  <occitan@esperanto.org>
8111         * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
8112         strings, because (eq ... ?\\) is fairly frequent.
8114         * progmodes/make-mode.el (makefile-add-this-line-targets):
8115         Simplify and integrate into `makefile-pickup-targets'.
8116         (makefile-add-this-line-macro): Simplify and integrate into
8117         `makefile-pickup-macros.
8118         (makefile-pickup-filenames-as-targets): Simplify.
8119         (makefile-previous-dependency, makefile-match-dependency):
8120         Don't stumble over `::'.
8122 2005-05-19  Nick Roberts  <nickrob@snap.net.nz>
8124         * subr.el (post-command-idle-hook, post-command-idle-delay):
8125         Remove obsoletion of post-command-idle-hook and
8126         post-command-idle-delay.
8128         * faces.el (list-faces-display): Provide button when describe-face
8129         is called to take user back to the list of faces.
8131         * help-fns.el (describe-variable): Remove hyperlinks in a
8132         variable's value as these are quite frequently inappropriate.
8134         * follow.el (follow-submit-feedback, follow-mode):
8135         Remove references to post-command-idle-hook.
8137 2005-05-18  Daniel Pfeiffer  <occitan@esperanto.org>
8139         * progmodes/make-mode.el (makefile-previous-dependency)
8140         (makefile-match-dependency): Check for := (and in bsd mode also
8141         !=) to give a better result, even when font-lock is not on.
8143 2005-05-18  Jay Belanger  <belanger@truman.edu>
8145         * calc/calc-help.el (calc-s-prefix-help):
8146         Add `calc-copy-special-constant' to help string.
8148 2005-05-18  Luc Teirlinck  <teirllm@auburn.edu>
8150         * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
8152 2005-05-18  Jay Belanger  <belanger@truman.edu>
8154         * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
8155         in linear factors are in proper order.
8157 2005-05-18  Carsten Dominik  <dominik@science.uva.nl>
8159         * textmodes/reftex-vars.el (reftex-cite-format-builtin):
8160         Support for jurabib.
8162         * textmodes/reftex.el (featurep): Define aliases for overlay
8163         commands, for XEmacs compatibility, and use these aliases in
8164         overlay initializations.
8165         (reftex-highlight): Use `reftex-move-overlay'.
8166         (reftex-unhighlight): Use `reftex-delete-overlay'.
8167         (reftex-uniq): Function removed.  Use `reftex-uniquify' instead.
8168         (reftex-access-search-path): Use `reftex-uniquify' instead of
8169         `reftex-uniq'
8171         * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
8172         `before-string' property modification enables for Emacs as well.
8173         (reftex-select-item): Use `reftex-delete-overlay'.
8174         (reftex-select-mark): Use `reftex-make-overlay' and
8175         `reftex-overlay-put'.
8176         (reftex-select-unmark): Use `reftex-delete-overlay' and
8177         `reftex-overlay-put'.
8179 2005-05-18  Lute Kamstra  <lute@gnu.org>
8181         * emacs-lisp/lisp.el (check-parens): Fix docstring.
8183 2005-05-18  Juanma Barranquero  <lekktu@gmail.com>
8185         * add-log.el (add-change-log-entry):
8186         * array.el (array-make-template, array-reconfigure-rows)
8187         (array-init-max-row, array-init-max-column)
8188         (array-init-columns-per-line, array-init-field-width):
8189         * replace.el (replace-match-maybe-edit, perform-replace):
8190         * textmodes/spell.el (spell-region):
8191         Replace `read-input' by `read-string'.
8193         * forms.el (forms-mode):
8194         * finder.el (finder-compile-keywords):
8195         * shadowfile.el (shadow-read-files):
8196         Replace `eval-current-buffer' by `eval-buffer'.
8198         * terminal.el (te-pass-through):
8199         * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
8200         (ange-ftp-raw-send-cmd):
8201         * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
8202         (send-process-next-char, telnet-initial-filter, telnet):
8203         Replace `send-string' by `process-send-string'.
8205         * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
8206         (prolog-consult-region): Replace `send-string' by
8207         `process-send-string'; replace `send-region' by `process-send-region'.
8209         * progmodes/delphi.el (delphi-log-msg):
8210         Replace `set-window-dot' by `set-window-point'.
8212         * subr.el (window-dot, set-window-dot, read-input, send-string)
8213         (send-region, show-buffer, eval-current-buffer):
8214         Make really obsolete, as the comment says.
8216 2005-05-17  Kim F. Storm  <storm@cua.dk>
8218         * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
8219         (cua--init-keymaps): Bind C-return instead of S-return to set
8220         rectangle mark.
8222         * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
8223         instead of S-return to toggle/clear rectangle mark.
8225 2005-05-17  Daniel Pfeiffer  <occitan@esperanto.org>
8227         * progmodes/make-mode.el (makefile-dependency-skip): New variable.
8228         (makefile-macroassign-regex, makefile-make-font-lock-keywords):
8229         Also fontify plain strings assigned to variables, mostly so that a
8230         colon has a face and is thus not taken as a dependency separator.
8231         (makefile-previous-dependency): Inline the new matcher, because it
8232         is too complex to work in both directions.
8233         (makefile-match-dependency): Eliminate `backward' arg (see above).
8234         Completely reimplemented so as to not sometimes go into an endless
8235         loop.  It should also be more efficient, because first it only
8236         searches for `:', instead of applying the very complex regexp.
8237         (makefile-mode): Cancel `font-lock-support-mode', because blocks
8238         to be fontified in one piece can be too long for JIT.
8239         Makefiles are never *that* big.
8241 2005-05-17  Reiner Steib  <Reiner.Steib@gmx.de>
8243         * dired.el (dired-mode): Simplify.
8245 2005-05-17  Lute Kamstra  <lute@gnu.org>
8247         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
8248         defcustom for the mode hook variable.
8250         * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
8251         Emacs Lisp Reference Manual.
8253 2005-05-17  Juanma Barranquero  <lekktu@gmail.com>
8255         * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
8256         (evenp, list*):
8257         * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
8258         * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
8260         * net/tramp-smb.el (tramp-smb-open-connection):
8261         Pass `tramp-chunksize' as fifth (required) argument.
8263 2005-05-16  Daniel Pfeiffer  <occitan@esperanto.org>
8265         * font-lock.el (lisp-font-lock-keywords-1):
8266         Set `font-lock-negation-char-face' for [^...] char group.
8267         (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
8269         * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
8270         a var, and refine it to mask one more level of nested vars.
8271         (makefile-rule-action-regex): Turn it into a var, and refine it so
8272         it recognizes backslashed continuation lines as belonging to the
8273         same command.
8274         (makefile-macroassign-regex): Refine it so it recognizes
8275         backslashed continuation lines as belonging to the same command.
8276         (makefile-var-use-regex): Don't look at the next char, because it
8277         might be the same one to be skipped by the initial [^$], leading
8278         to an overlooked variable use.
8279         (makefile-make-font-lock-keywords): Remove two parameters, which
8280         are now variables that some of the modes set locally.
8281         Handle dependency and rule action matching through functions, because
8282         regexps alone match too often.  Dependency matching now comes
8283         last, so it can check, whether a colon already matched something else.
8284         (makefile-mode): Inform that font-lock improves makefile parsing
8285         capabilities.
8286         (makefile-match-dependency, makefile-match-action): New functions.
8288 2005-05-16  Juanma Barranquero  <lekktu@gmail.com>
8290         * emacs-lisp/cl-extra.el (equalp): Doc fix.
8292         * align.el (align-regexp):
8293         * ansi-color.el (ansi-color-get-face):
8294         * array.el (array-reconfigure-rows, array-init-max-row)
8295         (array-init-max-column, array-init-columns-per-line)
8296         (array-init-field-width):
8297         * dired-aux.el (dired-trample-file-versions):
8298         * dired-x.el (dired-mark-sexp):
8299         * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
8300         * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
8301         * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
8302         * faces.el (face-read-integer):
8303         * files.el (backup-extract-version, insert-directory):
8304         * hexl.el (hexl-insert-decimal-char):
8305         * server.el (server-process-filter):
8306         * shell.el (shell-extract-num):
8307         * startup.el (command-line-1):
8308         * term.el (term-command-hook):
8309         * time-stamp.el (time-stamp, time-stamp-string-preprocess)
8310         (time-stamp-do-number):
8311         * time.el (display-time-update):
8312         * timezone.el (timezone-parse-date, timezone-zone-to-minute)
8313         (timezone-fix-time):
8314         * vms-patch.el (vms-suspend-resume-hook):
8315         * calendar/appt.el (appt-convert-time):
8316         * calendar/cal-bahai.el (mark-bahai-diary-entries):
8317         * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
8318         * calendar/cal-islam.el (mark-islamic-diary-entries):
8319         * calendar/calendar.el (calendar-cursor-to-date)
8320         (calendar-star-date):
8321         * calendar/diary-lib.el (diary-attrtype-convert)
8322         (mark-diary-entries, diary-entry-time):
8323         * calendar/solar.el (solar-get-number):
8324         * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
8325         * emacs-lisp/re-builder.el (reb-display-subexp):
8326         * emulation/edt.el (edt-set-scroll-margins):
8327         * emulation/tpu-extras.el (tpu-set-scroll-margins):
8328         * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
8329         (vip-get-ex-count):
8330         * emulation/viper-ex.el (viper-get-ex-token)
8331         (viper-get-ex-buffer, viper-get-ex-count, ex-next):
8332         * international/fontset.el (fontset-plain-name):
8333         * mail/feedmail.el (feedmail-look-at-queue-directory):
8334         * mail/mailalias.el (mail-get-names):
8335         * mail/rmail.el (rmail-convert-to-babyl-format):
8336         * mail/rmailsum.el (rmail-make-basic-summary-line)
8337         (rmail-summary-next-same-subject, rmail-summary-rmail-update)
8338         (rmail-summary-goto-msg):
8339         * mail/smtpmail.el (smtpmail-read-response):
8340         * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
8341         (ange-ftp-vms-add-file-entry):
8342         * play/gametree.el (gametree-looking-at-ply)
8343         (gametree-current-branch-score):
8344         * progmodes/ada-xref.el (ada-prj-find-prj-file)
8345         (ada-xref-find-in-modified-ali, ada-find-in-src-path):
8346         * progmodes/cperl-mode.el (condition-case):
8347         * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
8348         (ebrowse-set-member-buffer-column-width)
8349         (ebrowse-select-1st-to-9nth):
8350         * progmodes/etags.el (etags-snarf-tag):
8351         * progmodes/flymake.el (flymake-parse-line):
8352         * progmodes/idlw-shell.el (idlwave-shell-parse-line)
8353         (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
8354         (idlwave-shell-menu-def):
8355         * progmodes/ps-mode.el (ps-run-goto-error):
8356         * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
8357         (vhdl-speedbar-contract-level):
8358         * term/mac-win.el (x-handle-numeric-switch):
8359         * term/sun-mouse.el (sun-get-frame-data):
8360         * term/w32-win.el (x-handle-numeric-switch):
8361         * term/x-win.el (x-handle-numeric-switch):
8362         * textmodes/ispell.el (ispell-parse-output):
8363         * textmodes/nroff-mode.el (nroff-outline-level):
8364         * textmodes/reftex-cite.el (reftex-bib-sort-year)
8365         (reftex-bib-sort-year-reverse, reftex-format-citation):
8366         * textmodes/reftex-parse.el (reftex-init-section-numbers)
8367         (reftex-section-number):
8368         * textmodes/texinfmt.el (texinfo-paragraphindent):
8369         Replace `string-to-int' by `string-to-number'.
8371         * international/latexenc.el: Add page marker to force the "Local
8372         Variables:" string out of the last page.
8374 2005-05-16  Nick Roberts  <nickrob@snap.net.nz>
8376         * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
8377         tooltip-change-major-mode.
8378         (gud-tooltip-print-command): Remove case where gud-minor-mode
8379         is gdb ("--fullname").
8380         (gud-tooltip-tips): Turn GUD tooltips off for this case and
8381         explain to user.
8383 2005-05-16  Jay Belanger  <belanger@truman.edu>
8385         * calc/calc-store.el (calc-copy-special-constant): New function.
8387         * calc/calc-ext.el (calc-init-extensions): Add binding for
8388         `calc-copy-special-constant'.
8390         * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
8391         for the `calc-copy-special-constant' command.
8393 2005-05-16  Nick Roberts  <nickrob@snap.net.nz>
8395         * subr.el (left-fringe-p): New function.
8397         * progmodes/compile.el (compilation-setup): Set local value of
8398         overlay-arrow-string to "" always.
8399         (compilation-set-window): Left fringe then don't scroll.
8400         No left fringe then no arrow and scroll message to top.
8401         (compilation-context-lines): Adjust doc string accordingly.
8403 2005-05-16  Kim F. Storm  <storm@cua.dk>
8405         * ido.el (ido-magic-forward-char, ido-magic-backward-char)
8406         (ido-magic-delete-char): New commands for C-f, C-b, C-d.
8407         (ido-wide-find-dir-or-delete-dir): New command for M-d.
8408         (ido-define-mode-map): Bind them.  Add C-x prefix to fallback commands.
8409         (ido-read-file-name): Handle commands with ido property value
8410         equal to find-file as reading a file name, to allow C-d to enter dired.
8411         (ibuffer-find-file): Add ido property with value find-file.
8413 2005-05-15  Kim F. Storm  <storm@cua.dk>
8415         * subr.el (open-network-stream-nowait): Remove.
8416         (open-network-stream-server): Remove.
8418 2005-05-15  Richard M. Stallman  <rms@gnu.org>
8420         * faces.el (describe-face): Output a definition link button.
8422         * help-mode.el (help-face-def): New button type.
8424         * emacs-lisp/copyright.el (copyright-fix-years):
8425         Match properly if the first year is 2-digit.
8426         Don't mess up the whitespace after the years by filling.
8428         * dired-aux.el (dired-mark-confirm):
8429         Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
8431         * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
8432         (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
8433         (dired-mark-pop-up): Handle FILES = (t FILE) specially.
8435         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
8436         Set font-lock-comment-start-skip.
8438         * font-lock.el (font-lock-comment-start-skip): New variable.
8439         (font-lock-comment-end-skip): New variable.
8440         (font-lock-fontify-syntactically-region): Use them if non-nil.
8442 2005-05-15  Jay Belanger  <belanger@truman.edu>
8444         * calc/calc-store.el (calc-store-value): Return a string rather
8445         than display it as a message.
8446         Use calc-var-name for variable name.
8447         (calc-store-into): Add the result of calc-store-value to message.
8448         (calc-copy-variable): Add a message.
8449         (calc-store-exchange): Improve error messages.
8450         (calc-store-binary, calc-store-map): Don't reset the values of
8451         special constants.
8453 2005-05-14  Luc Teirlinck  <teirllm@auburn.edu>
8455         * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
8456         manual to docstring.
8458         * files.el (hack-local-variables-confirm): Add STRING argument.
8459         Make the function handle non file visiting buffers correctly.
8460         (hack-local-variables-prop-line, hack-local-variables)
8461         (hack-one-local-variable): Use STRING arg of
8462         `hack-local-variables-confirm'.
8464 2005-05-14  Michael Albinus  <michael.albinus@gmx.de>
8466         Sync with Tramp 2.0.49.
8468         * net/tramp.el (tramp-handle-dired-call-process)
8469         (tramp-handle-insert-directory):`insert-buffer' cannot be used
8470         because the contents of the Tramp buffer is changed before
8471         insertion (`expand-file' and alike).
8472         (tramp-handle-insert-directory): If `localname' has an empty
8473         nondirectory name, it must not be quoted.
8474         (tramp-pre-connection): Add parameter CHUNKSIZE.  Make local
8475         variable `tramp-chunksize'.  Change callees.
8476         (tramp-open-connection-setup-interactive-shell): Check remote host
8477         for buggy `send-process-string' implementation.
8478         Set `tramp-chunksize' if found.  Reported by Michael Kifer
8479         <kifer@cs.sunysb.edu> (and a lot of other people all the years).
8480         (tramp-handle-shell-command): `insert-buffer' cannot be used
8481         because the contents of the Tramp buffer is changed before
8482         insertion (`expand-file' and alike).  Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
8483         <frederic.bothamy@free.fr>.
8484         (tramp-set-auto-save): Actions should be done for Tramp file name
8485         handler only.  Ange-FTP has its own auto-save mechanism.
8486         Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
8487         (tramp-set-auto-save-file-modes): Set file modes of
8488         `buffer-auto-save-file-name' to ?\600 as fallback solution.
8489         Reported by Ferenc Wagner <wferi@tba.elte.hu>.
8490         (tramp-bug): Remove obsolete variable.
8491         (tramp-append-tramp-buffers): Rewrite partly.  More suitable check
8492         for presence of `mml-mode'.  Make it running for older Emacsen as well.
8494 2005-05-14  John Paul Wallington  <jpw@pobox.com>
8496         * ibuf-ext.el (define-ibuffer-filter filename):
8497         If `dired-directory' is a list, use its car.
8499 2005-05-14  Daniel Brockman  <daniel@brockman.se>  (tiny change)
8501         * ibuffer.el (define-ibuffer-column filename):
8502         If `dired-directory' is a list, use its car.
8504 2005-05-14  Richard M. Stallman  <rms@gnu.org>
8506         * subr.el (symbol-file): Doc fix.
8508         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
8509         (byte-compile-form): Call byte-compile-nogroup-warn.
8510         (byte-compile-warning-types): Doc fix.
8512         * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
8514         * progmodes/cc-engine.el (c-literal-faces):
8515         Add font-lock-comment-delimiter-face.
8517         * net/net-utils.el (dig): Use with-no-warnings.
8519         * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
8520         (sc-recite-frame-alist, sc-default-cite-frame)
8521         (sc-default-uncite-frame, sc-default-recite-frame)
8522         (sc-attrib-selection-list, sc-rewrite-header-list):
8523         Mark as risky-local-variable.
8525         * international/ogonek.el (ogonek-jak, ogonek-how):
8526         Don't use beginning-of-buffer.
8528         * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
8530         * calendar/solar.el (solar-data-list): Move definition up.
8532         * dnd.el (dnd-protocol-alist): Add autoload.
8534         * progmodes/sh-script.el: Many doc usage fixes.
8535         (sh-indent-after-do): Change default to match common styles.
8537 2005-05-13  Luc Teirlinck  <teirllm@auburn.edu>
8539         * files.el (interpreter-mode-alist)
8540         (auto-mode-interpreter-regexp): Doc fixes.
8542 2005-05-13  Matt Hodges  <MPHodges@member.fsf.org>
8544         * tmm.el (tmm-get-keymap): Include only active menus and menu items.
8546         * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
8548 2005-05-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
8550         * dired.el (dired-mode): make-variable-buffer-local =>
8551         make-local-variable.
8553 2005-05-13  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
8555         * term/mac-win.el (mac-select-convert-to-string): Try coding
8556         systems in mac-script-code-coding-systems if specified one cannot
8557         encode string for `com.apple.traditional-mac-plain-text'.
8559 2005-05-13  Daniel Pfeiffer  <occitan@esperanto.org>
8561         * progmodes/make-mode.el (makefile-targets-face)
8562         (makefile-shell-face, makefile-makepp-perl-face): New faces.
8563         (makefile-dependency-regex): Fix it to not make the colon in
8564         $(var:a=b) special.
8565         (makefile-rule-action-regex): New regexp for highlighting embedded
8566         Shell strings.
8567         (makefile-macroassign-regex): Handle != for highlighting as
8568         embedded Shell strings.
8569         (makefile-var-use-regex): New const.
8570         (makefile-statements, makefile-automake-statements)
8571         (makefile-gmake-statements, makefile-makepp-statements)
8572         (makefile-bsdmake-statements): New consts.
8573         (makefile-make-font-lock-keywords): New function.
8574         (makefile-automake-font-lock-keywords)
8575         (makefile-gmake-font-lock-keywords)
8576         (makefile-makepp-font-lock-keywords)
8577         (makefile-bsdmake-font-lock-keywords): New consts.
8578         (makefile-mode-map): Add switchers between the various submodes.
8579         (makefile-mode): Document the availability of the variants.
8580         (makefile-automake-mode, makefile-gmake-mode)
8581         (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
8583         * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
8584         new variants of makefile-mode.
8586 2005-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8588         * font-lock.el (font-lock-comment-delimiter-face): Fix up
8589         the inheritance.
8591 2005-05-12  Luc Teirlinck  <teirllm@auburn.edu>
8593         * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
8594         (inferior-lisp-load-hook): Convert defcustoms back to defvars.
8596         * files.el (normal-mode): Extend the scope of the
8597         `enable-local-variables' binding to include the `set-auto-mode' call.
8598         (magic-mode-alist): Doc fix.
8600 2005-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8602         * font-lock.el (font-lock-comment-delimiter-face): Inherit from
8603         font-lock-comment-face rather than copying its setting.
8605 2005-05-12  Andreas Schwab  <schwab@suse.de>
8607         * eshell/esh-mode.el (eshell-send-input): Doc fix.
8609 2005-05-12  Lute Kamstra  <lute@gnu.org>
8611         * emacs-lisp/generic.el (define-generic-mode): Don't generate a
8612         defcustom for the mode hook variable.  Delete the last argument.
8613         * generic-x.el: Fix callers of define-generic-mode.
8614         (generic-x-modes): Delete group.
8615         (show-tabs-tab-face, show-tabs-space-face): Put them in the
8616         generic-x customization group.
8618 2005-05-12  Kim F. Storm  <storm@cua.dk>
8620         * font-lock.el (font-lock-negation-char-face): Default to "off".
8622         * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
8623         font-lock-negation-char-face to ! in !=.
8625 2005-05-12  Masatake YAMATO  <jet@gyve.org>
8627         * add-log.el (find-change-log): Fix typos in the docstring
8628         of function.
8630 2005-05-11  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
8632         * international/latexenc.el (latexenc-find-file-coding-system):
8633         Avoid `re-search-forward' when looking for input encoding because
8634         of speed and safety.  Better regular expressions for recognizing
8635         input encoding.  Limit a search for TeX-master/tex-main-file to
8636         the local variable section.
8638 2005-05-11  Dan Nicolaescu  <dann@ics.uci.edu>
8640         * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
8641         syntax of $ to "'" (quote).
8643 2005-05-11  Reiner Steib  <Reiner.Steib@gmx.de>
8645         * dnd.el (dnd-protocol-alist): Improve custom type.
8647         * dired.el (dired-dnd-protocol-alist): New variable.
8648         (dired-mode): Use `dired-dnd-protocol-alist'.  Move call of
8649         `dired-mode-hook' to the end.
8651 2005-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
8653         * font-lock.el (font-lock-fontify-syntactically-region): Don't use
8654         comment-end if comment-start-skip is not set.
8655         Obey the font-lock-comment-delimiter-face variables.
8657 2005-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
8659         * files.el (executable-find): Move from executable.el.  Use
8660         locate-file.
8661         * progmodes/executable.el (executable-find): Move to files.el.
8663         * font-lock.el (font-lock-fontify-keywords-region): Use a marker
8664         when trying to ensure forward progress.
8666 2005-05-11  Chong Yidong  <cyd@stupidchicken.com>
8668         * mouse-sel.el (mouse-sel-follow-link-p): New function.
8669         (mouse-select, mouse-select-internal, mouse-extend-internal):
8670         Use it to implement mouse-1-click-follows-link functionality.
8672 2005-05-11  Richard M. Stallman  <rms@gnu.org>
8674         * font-lock.el (font-lock-fontify-syntactically-region):
8675         Use font-lock-comment-delimiter-face for comment delimiters.
8677 2005-05-10  Jay Belanger  <belanger@truman.edu>
8679         * calc/calc-help.el (calc-m-prefix-help): Add mention of
8680         preserving embedded modes.
8682 2005-05-10  Richard M. Stallman  <rms@gnu.org>
8684         * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
8686         * progmodes/ada-mode.el (ada-adjust-case-skeleton):
8687         Move from ada-stmt.el.
8688         (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
8690         * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
8691         Move to ada-mode.el.
8692         (ada-stmt-mode-hook): Delete; do the work in ada-mode.
8694         * cus-edit.el (custom-file): Call file-chase-links.
8696         * files.el (read-directory-name): Fix previous change.
8697         (hack-local-variables-confirm): New function.
8698         (hack-local-variables-prop-line, hack-local-variables)
8699         (hack-one-local-variable): Use it.
8701 2005-05-10  Lute Kamstra  <lute@gnu.org>
8703         * font-lock.el (font-lock-keywords-alist)
8704         (font-lock-removed-keywords-alist): Clarify docstrings.
8706 2005-05-10  Nick Roberts  <nickrob@snap.net.nz>
8708         * progmodes/gdb-ui.el (gdb-macro-info): New variable.
8709         (gdb-source-info): Check for preprocessor info.
8710         (gdb-tooltip-print-1): New function.  Don't print tooltip if it is
8711         a macro for a function.
8712         (gdb-info-breakpoints-custom): Try to find file again if not already
8713         found (user might have used GDB dir command).
8714         (gdb-get-location): Update gdb-location-alist correctly for change
8715         to gdb-info-breakpoints-custom.
8717         * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
8718         (gud-tooltip-print-command): Add gdbmi case.
8719         (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
8720         preprocessor info.
8722 2005-05-09  Reiner Steib  <Reiner.Steib@gmx.de>
8724         * startup.el (fancy-splash-insert): Fix typo in doc string.
8726 2005-05-09  Juanma Barranquero  <lekktu@gmail.com>
8728         * obsolete/float.el (string-to-float):
8729         * obsolete/hilit19.el (hilit-add-pattern):
8730         * obsolete/rnews.el (news-parse-range, news-select-message)
8731         (news-get-pruned-list-of-files): Replace `string-to-int' by
8732         `string-to-number'.
8734         * obsolete/uncompress.el: Set `find-file-not-found-functions', not
8735         `find-file-not-found-hooks'; use `add-hook'.
8736         (uncompress-while-visiting): Set `write-file-functions', not
8737         `write-file-hooks'; use `add-hook'.
8739 2005-05-09  Kim F. Storm  <storm@cua.dk>
8741         * emulation/cua-base.el (cua-copy-region, cua-cut-region)
8742         (cua-paste): Handle clipboard action.
8743         (cua--init-keymaps): Remap clipboard-kill-region and
8744         clipboard-kill-ring-save.
8746 2005-05-08  Eli Zaretskii  <eliz@gnu.org>
8748         * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
8749         Improve commentary.
8751         * simple.el (next-error-overlay-arrow-position): Revert the change
8752         made on 2005-04-30.
8754 2005-05-07  Jay Belanger  <belanger@truman.edu>
8756         * calc/calcsel2.el (calc-commute-left, calc-commute-right)
8757         (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
8758         `calc-sel-reselect'.
8760         * calc/calc-mode.el (calc-save-modes): Reset the modes list if
8761         Calc is in embedded mode.
8763 2005-05-07  Eli Zaretskii  <eliz@gnu.org>
8765         * progmodes/compile.el (compilation-setup):
8766         Set overlay-arrow-string to an empty string on text terminals.
8768         * textmodes/ispell.el (ispell-program-name): Try looking for
8769         "aspell" along exec-path, and if found, use it as the default
8770         speller program.
8772 2005-05-07  Jirka Kosek  <jirka@kosek.cz>  (tiny change)
8774         * international/mule.el (sgml-xml-auto-coding-function):
8775         Recognize encoding='FOO' in single quotes as well as in double quotes.
8777 2005-05-07  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
8779         * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
8780         as well as `interactive', so that defmacro* would recognize
8781         `declare' forms.
8783 2005-05-07  Eli Zaretskii  <eliz@gnu.org>
8785         * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
8786         Explain more about the LIGHTER arg's usage in the doc string.
8787         Add commentary to clarify what the code does.  Fix the regexp that
8788         strips whitespace from LIGHTER.  Quote LIGHTER before using it,
8789         since it could have characters special to regular expressions.
8791 2005-05-07  Matt Hodges  <MPHodges@member.fsf.org>  (tiny change)
8793         * replace.el (occur-1): Bind inhibit-read-only so that
8794         erase-buffer doesn't barf on read-only text properties (likewise
8795         for add-text-properties in occur-engine).  Mark buffer as unmodified.
8796         (occur-engine): Don't set buffer-read-only here.
8798 2005-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
8800         * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
8801         list-buffers-directory.  This caused the *cvs-commit* buffer to be
8802         sometimes mistakenly reused as a *cvs* buffer.
8804 2005-05-07  Nick Roberts  <nickrob@snap.net.nz>
8806         * tooltip.el: Move code for GUD tooltips into gud.el.
8807         (require): CL no longer needed to compile case.
8808         (tooltip-mode): Do not toggle functions for GUD tooltips.
8809         (tooltip-gud-tips-p): Remove.  Replace with minor mode
8810         gud-tooltip-mode in gud.el.
8811         (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
8812         (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
8813         tooltip-gud prefix with gud-tooltip and obsolete.
8814         (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
8815         (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
8816         (tooltip-mouse-motion): Mouse movement functions/variable.
8817         Rename in gud.el by adding gud prefix.
8818         (tooltip-gud-original-filter, tooltip-gud-dereference)
8819         (tooltip-gud-event, tooltip-toggle-gud-tips)
8820         (tooltip-gud-process-output, tooltip-gud-print-command)
8821         (tooltip-gud-tips): GUD tooltip functions/variables.  Rename in
8822         gud.el by replacing tooltip-gud prefix with gud-tooltip.
8823         (gdb-tooltip-print): Move to gdb-ui.el.
8825         * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
8826         (require): CL needed to compile case.
8827         (gud-tooltip-mode): Use to toggle GUD tooltips instead of
8828         tooltip-gud-tips-p.  Make it a minor-mode.
8829         (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
8830         (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
8831         (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
8832         (gud-tooltip-change-major-mode)
8833         (gud-tooltip-activate-mouse-motions-if-enabled)
8834         (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
8835         (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
8836         (gud-tooltip-original-filter, gud-tooltip-dereference)
8837         (gud-tooltip-event, tooltip-toggle-gud-tips)
8838         (gud-tooltip-process-output, gud-tooltip-print-command)
8839         (gud-tooltip-tips): Move from tooltip.el.
8841         * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
8842         (gdb-cpp-define-alist-flags): Doc fix.
8843         (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
8844         gud-tooltip-mode is t.
8846 2005-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
8848         * net/goto-addr.el (goto-address-fontify): Make sure the overlays
8849         evaporate if their text is deleted.
8850         (goto-address-at-point): Make it work as a mouse binding as well.
8851         (goto-address-at-mouse): Obsolete it.  Update users.
8853 2005-05-06  Glenn Morris  <gmorris@ast.cam.ac.uk>
8855         * calendar/appt.el (top-level): No longer activate on load.
8857 2005-05-06  Juanma Barranquero  <lekktu@gmail.com>
8859         * calendar/cal-bahai.el (mark-bahai-diary-entries):
8860         * net/webjump.el (webjump):
8861         * progmodes/idlw-help.el (idlwave-do-context-help1)
8862         (idlwave-highlight-linked-completions):
8863         * textmodes/po.el (po-find-file-coding-system-guts):
8864         Replace `assoc-ignore-case' by `assoc-string'.
8866 2005-05-06  Eli Zaretskii  <eliz@gnu.org>
8868         * files.el (locate-file): Doc fix.
8870         * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
8871         Remove the redundant test for ms-dos.
8873         * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
8874         look for the preprocessor with exec-suffixes.  If not found in
8875         standard places, look in exec-path.  Remove most of the tests that
8876         used system-type.
8878         * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
8880         * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
8882         * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
8883         file-name clash with jka-compr.el on 8+3 filesystems.
8885 2005-05-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
8887         * term/mac-win.el: Don't define or bind scroll bar functions if
8888         x-toolkit-scroll-bars is t.
8889         (x-select-text, x-get-selection-value): Clear
8890         x-last-selected-text-clipboard if x-select-enable-clipboard is
8891         nil.
8892         (PRIMARY): Put mac-scrap-name property.
8893         (mac-select-convert-to-file-url): New function.
8894         (public.file-url): New selection target type.  Add to
8895         selection-converter-alist.
8896         (x-get-selection, x-selection-value): Handle it.
8897         (x-cut-buffer-or-selection-value): New alias.
8899 2005-05-05  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
8901         * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
8902         entry to avoid calling bibtex-find-entry with arg global
8903         being t.  Remove arg key.
8904         (bibtex-summary-function, bibtex-complete-crossref-cleanup)
8905         (bibtex-copy-summary-as-kill): Change accordingly.
8907 2005-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
8909         * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
8910         (org-agenda-date-later): Use with-current-buffer.
8912 2005-05-05  Luc Teirlinck  <teirllm@auburn.edu>
8914         * emacs-lisp/byte-run.el (define-obsolete-function-alias)
8915         (define-obsolete-variable-alias): Doc Fixes.
8917 2005-05-06  Kim F. Storm  <storm@cua.dk>
8919         * simple.el (line-move-1): Fix 2005-04-26 change.  Must still use
8920         vertical-motion when selective-display is active.
8922         * ido.el (ido-setup-hook): New hook.
8923         (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
8924         (ido-input-stack): New var.
8925         (ido-define-mode-map): Bind M-b to ido-push-dir.  Move old
8926         ido-next-work-file binding to M-O.
8927         Bind M-f to ido-wide-find-file-or-pop-dir.
8928         (ido-define-mode-map): Don't run ido-define-mode-map-hook.
8929         (ido-read-internal): Run ido-setup-hook.
8930         Catch quit in read-file-name and read-string to cancel edit.
8931         Handle new push, pop, and pop-all exit codes (for M-b/M-f).
8932         Automatically pop-all when completing a directory name (RET).
8933         (ido-file-internal): Add with-no-warnings around ffap and dired code.
8934         (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
8935         (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
8936         (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
8937         New functions for M-b/M-f to move among the directory components.
8938         (ido-make-merged-file-list): Catch quit to cancel merge.
8939         (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
8940         (ido-completion-help): No warnings for ido-completion-buffer-full.
8942 2005-05-05  Daniel Pfeiffer  <occitan@esperanto.org>
8944         * font-lock.el (font-lock-negation-char-face): New face and variable.
8945         * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
8946         * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
8947         * progmodes/cperl-mode.el (cperl-init-faces): Use it.
8948         * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
8950 2005-05-05  Juanma Barranquero  <lekktu@gmail.com>
8952         * emacs-lisp/byte-run.el (define-obsolete-function-alias):
8953         Fix typo in docstring.
8955         * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
8956         (ebrowse-print-statistics-line)
8957         (ebrowse-electric-position-mode-hook): Fix typo in docstring.
8959         * term/w32-win.el (image-library-alist): Add additional name for
8960         Xpm library.
8962 2005-05-05  Nick Roberts  <nickrob@snap.net.nz>
8964         * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
8965         use gcc instead of cpp.
8967         * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
8968         (gdb-create-define-alist): Use it.
8969         (gdb-cpp-define-alist-program): Update for MS-DOS.
8971 2005-05-04  Nick Roberts  <nickrob@snap.net.nz>
8973         * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
8975 2005-05-04  Richard M. Stallman  <rms@gnu.org>
8977         * help.el (describe-key): No error when UNTRANSLATED is nil.
8979         * simple.el (line-move-1): Fix previous change to signal errors
8980         appropriately.
8982 2005-05-03  Ulf Jasper  <ulf.jasper@web.de>
8984         * calendar/icalendar.el (icalendar-version): Now at 0.12.
8985         (icalendar-duration-correction): Remove.
8986         (icalendar--get-event-properties): Split result at commas.
8987         (icalendar--decode-isoduration): New optional argument
8988         DURATION-CORRECTION.
8989         (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
8990         (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
8991         (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
8992         (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
8993         (icalendar--convert-anniversary-to-ical): New functions, extracted
8994         from icalendar-export-region, with bug fixes.
8995         (icalendar-export-region): Use the above functions.
8996         (icalendar-import-buffer): Check before saving diary file.
8997         (icalendar--convert-recurring-to-diary)
8998         (icalendar--convert-non-recurring-all-day-to-diary)
8999         (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
9000         extracted from icalendar--convert-ical-to-diary, with bug fixes.
9001         (icalendar--convert-ical-to-diary): Use the above functions.
9003 2005-05-03  Nick Roberts  <nickrob@snap.net.nz>
9005         * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
9006         Remove these recent additions.
9007         (c-mode): Restore to before 2005-04-28.
9009         * progmodes/cc-vars.el (cc-define-list-program): Remove this
9010         recent addition.
9012         * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
9013         (gdb-define-alist): New variables.
9014         (gdb-create-define-alist): New function.
9015         (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
9016         (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
9017         with string-to-number.
9018         (gdb-reset): Kill gdb-define-alist.  Move assignments outside loop.
9020         * progmodes/gud.el: Replace string-to-int with string-to-number.
9021         (gud-find-file): Handle gdb-define-alist.
9023         * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
9025 2005-05-02  Jay Belanger  <belanger@truman.edu>
9027         * calc/calc-aent.el (math-read-token):
9028         * calc/calc-bin.el (calc-word-size):
9029         * calc/calc-ext.el (calc-read-number-fancy):
9030         * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
9031         (math-parse-date, math-parse-standard-date, calcFunc-tzone):
9032         * calc/calc-frac.el (calc-over-notation):
9033         * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
9034         (calc-graph-num-points, calc-graph-init):
9035         * calc/calc-prog.el (calc-read-parse-table-part)
9036         (calc-edit-macro-repeats):
9037         * calc/calc-yank.el (calc-do-grab-rectangle):
9038         * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
9039         Replace `string-to-int' by `string-to-number'.
9041 2005-05-02  Kim F. Storm  <storm@cua.dk>
9043         * kmacro.el: Use executing-kbd-macro-index variable.
9045 2005-05-02  Thien-Thi Nguyen  <ttn@gnu.org>
9047         * net/rlogin.el (rlogin-parse-words): Delete func.
9048         (rlogin): Use split-string, not rlogin-parse-words.
9049         Also, if there are option-like elements in the parsed args,
9050         take the host to be the first arg immediately following them.
9051         Suggested by Michael Mauger.
9053 2005-05-01  Luc Teirlinck  <teirllm@auburn.edu>
9055         * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
9057 2005-05-02  Nick Roberts  <nickrob@snap.net.nz>
9059         * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
9060         (cc-mode-cpp-program): Rename to cc-define-list-program and
9061         move to cc-vars.el.
9063         * progmodes/cc-vars.el (cc-define-list-program):
9064         Change to "gcc -E -dM -".  Make customizable.
9066 2005-05-02  Kim F. Storm  <storm@cua.dk>
9068         * emulation/cua-base.el: Fix check for CUA-mode if no init file.
9070 2005-05-02  Nick Roberts  <nickrob@snap.net.nz>
9072         * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
9074         * international/mule-util.el (truncate-string): Remove alias and
9075         obsolete declaration.
9077         * international/mule-cmds.el (update-iso-coding-systems):
9078         Remove alias and obsolete declaration.
9080         * international/mule.el (coding-system-parent): Remove alias and
9081         obsolete declaration.
9083         * subr.el (define-function, sref): Remove aliases and obsolete
9084         declarations.
9085         (chars-in-region): Remove obsolete declaration.
9087 2005-05-01  Richard M. Stallman  <rms@gnu.org>
9089         * info.el (Info-mode): Set widen-automatically to nil, locally.
9091         * simple.el (widen-automatically): New variable.
9092         (pop-global-mark): Obey widen-automatically.
9094 2005-05-01  Dan Nicolaescu  <dann@ics.uci.edu>
9096         * term/xterm.el (function-key-map): Call substitute-key-definition
9097         before the keymap size is increased by a lot of define-key calls.
9099 2005-05-01  Richard M. Stallman  <rms@gnu.org>
9101         * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
9102         Rename ARG to ELEMENT.  Doc fix.
9104 2005-05-01  Nick Roberts  <nickrob@snap.net.nz>
9106         * allout.el (allout-exposure): Remove macro and obsolete declaration.
9107         Remove references to allout-exposure/change to allout-new-exposure.
9109         * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
9110         bytecode symbols.
9112         * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
9113         (compiled-function-p, focus-frame, unfocus-frame):
9114         Remove aliases and obsolete declarations.
9115         Back out inadvertent changes from previous commit.
9117 2005-05-01  Luc Teirlinck  <teirllm@auburn.edu>
9119         * files.el (require-final-newline): Make Custom tags consistent
9120         with mode-require-final-newline.
9121         (mode-require-final-newline): Doc fix.
9123 2005-05-01  Stefan Monnier <monnier@iro.umontreal.ca>
9125         * international/latexenc.el (latexenc-find-file-coding-system):
9126         Fix regular expressions.
9128 2005-05-01  David Kastrup <dak@gnu.org>
9130         * international/latexenc.el (latexenc-find-file-coding-system):
9131         Fix regular expressions.
9133 2005-05-01  Nick Roberts  <nickrob@snap.net.nz>
9135         * subr.el (string-to-int): Make obsolete.
9137 2005-04-30  Richard M. Stallman  <rms@gnu.org>
9139         * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
9141         * loadup.el: load jka-comp-hook.
9143         * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
9144         (jka-compr-handler): Add autoload.  `put' calls moved
9145         to jka-comp-hook.el.
9146         (compression, jka-compr): defgroups moved to jka-comp-hook.el.
9147         (jka-compr-inhibit): Autoload.
9149         * jka-comp-hook.el: New file.
9150         Enable the mode by default.
9152         * files.el (backup-buffer-copy): Use copy-file instead
9153         of write-region, and put back the 'excl.
9155 2005-04-30  Chong Yidong  <cyd@stupidchicken.com>
9157         * progmodes/flymake.el (flymake-split-string)
9158         (flymake-split-string, flymake-log, flymake-pid-to-names)
9159         (flymake-reg-names, flymake-get-source-buffer-name)
9160         (flymake-unreg-names, flymake-add-line-err-info)
9161         (flymake-add-err-info): Clarify docstrings.
9162         (flymake-popup-menu, flymake-make-emacs-menu)
9163         (flymake-make-xemacs-menu): Add docstrings.
9164         (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
9165         Set variables directly throughout.
9167 2005-04-30  Nick Roberts  <nickrob@snap.net.nz>
9169         * progmodes/cc-mode.el (cc-create-define-alist): Check that file
9170         exists.  Initialize cc-define-alist.
9171         (c-mode): Add cc-create-define-alist locally to after-save-hook.
9172         If there is no file (Macroexpansion) don't create an alist.
9174 2005-04-29  Sam Steingold  <sds@gnu.org>
9176         * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
9177         (cc-create-define-alist): Use it instead of the hard-coded string.
9179 2005-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
9181         * international/mule-conf.el (file-coding-system-alist): Fix regexp
9182         for latexenc.
9184 2005-04-29  Lute Kamstra  <lute@gnu.org>
9186         * emacs-lisp/generic.el: Improve commentary section.
9187         (define-generic-mode): Improve docstring.
9189 2005-04-29  Carsten Dominik  <dominik@science.uva.nl>
9191         * textmodes/org.el (many places): Change to quiet the byte compiler.
9192         (org-prefix-format-compiled): New variable.
9193         (org-compile-prefix-format): New function.
9194         (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
9195         (org-agenda-prefix-format,org-timeline-prefix-format): New options.
9196         (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
9197         (org-get-entries-from-diary): Use `org-get-time-of-day' for
9198         consistency with entries from `org-mode' files.
9199         (org-get-time-of-day): Fix bug with partial matches early in a line.
9200         (org-non-link-chars): New constant.
9201         (org-link-regexp): Respect `org-non-link-chars'.
9202         (org-agenda-day-view): Remove command.
9203         (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
9204         (org-follow-bbdb-link, org-store-link): Search also company field.
9205         (org-highlight-overlay): New variable.
9206         (org-highlight, org-unhighlight): New functions.
9207         (org-agenda-mode): Add pre-command-hook to remove highlight.
9208         (org-evaluate-time-range): Behavior depends upon whether time stamp
9209         contains a time or not.
9210         (org-show-subtree, org-show-entry): New functions.
9211         (org-agenda-cleanup-fancy-diary): Remove empty lines.
9213 2005-04-28  Luc Teirlinck  <teirllm@auburn.edu>
9215         * comint.el (comint-output-filter-functions): Add autoload cookie.
9217 2005-04-28  Kim F. Storm  <storm@cua.dk>
9219         * ido.el (ido-everywhere): Fix last change.
9221 2005-04-28  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
9223         * international/latexenc.el: New file.
9224         * international/mule-conf.el (file-coding-system-alist): For .tex,
9225         .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
9227 2005-04-28  Lute Kamstra  <lute@gnu.org>
9229         * font-lock.el (font-lock-add-keywords)
9230         (font-lock-remove-keywords): Clarify docstring.
9231         (font-lock-keywords-alist, font-lock-removed-keywords-alist):
9232         Don't start docstrings with a `*'.
9233         (font-lock-update-removed-keyword-alist): Give it a docstring.
9235         * generic-x.el: Update commentary section.
9236         Only require font-lock when compiling.
9237         Define all modes conditionally.
9238         Place all generic modes in the generic-x-modes customization group.
9239         (generic-x-modes): New customization group.
9240         (generic-default-modes, generic-mswindows-modes)
9241         (generic-unix-modes, generic-other-modes): New constants.
9242         (generic-define-mswindows-modes, generic-define-unix-modes):
9243         Update docstrings.  Make them obsolete.
9244         (generic-extras-enable-list): New default value.  Update docstring.
9245         Improve :type.  Change :set function.
9246         (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
9247         Fix docstring.
9249         * emacs-lisp/generic.el (generic-mode-internal):
9250         Simplify font-lock-defaults.
9251         (define-generic-mode): Fix docstring.
9253 2005-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
9255         * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
9256         font-lock-face property to highlight matches.
9258 2005-04-28  Nick Roberts  <nickrob@snap.net.nz>
9260         * progmodes/cc-mode.el (cc-create-define-alist): New function.
9261         (cc-define-alist): New variable.
9262         (c-mode): Make it local and initialize it.
9264         * progmodes/gdb-ui.el (gdb-active-process): New variable.
9265         (gdb-exited): New function.
9266         (gdb-annotation-rules): Use it.
9267         (gdb-starting): Set gdb-active-process to t.
9268         (gdb-stopping): Amend doc string.
9269         (gdb-reset): Set gdb-active-process to nil.
9271         * tooltip.el (tooltip-gud-tips): Show the associated #define
9272         directives when a C program under GDB is not executing.
9274 2005-04-27  Stefan Monnier  <monnier@iro.umontreal.ca>
9276         * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
9277         font-lock-fontify-syntactic-keywords.
9279         * font-lock.el (font-lock-default-fontify-region): Don't force
9280         parse-sexp-lookup-properties to nil.
9282 2005-04-27  Alexander Klimov  <alserkli@inbox.ru>  (tiny change)
9284         * man.el (man-mode-syntax-table): Set up `:' to have
9285         word-constituent syntax.
9287 2005-04-27  Lute Kamstra  <lute@gnu.org>
9289         * novice.el (disable-command): Don't add spurious newlines to the
9290         init file.  Reported by Dan Jacobson <jidanni@jidanni.org>.
9292 2005-04-26  Jay Belanger  <belanger@truman.edu>
9294         * calc/calc-yank.el (calc-edit-finish): Make sure there is more
9295         than one window before deleting window.
9297 2005-04-26  Luc Teirlinck  <teirllm@auburn.edu>
9299         * shell.el (shell-prompt-pattern): Doc fix.
9300         (shell-mode): Set paragraph-separate buffer locally to "\\'".
9302         * comint.el (comint-prompt-regexp, comint-get-old-input)
9303         (comint-use-prompt-regexp)
9304         (comint-use-prompt-regexp-instead-of-fields)
9305         (comint-replace-by-expanded-history, comint-send-input)
9306         (comint-output-filter, comint-get-old-input-default)
9307         (comint-line-beginning-position, comint-bol, comint-show-output)
9308         (comint-backward-matching-input, comint-forward-matching-input)
9309         (comint-next-prompt, comint-previous-prompt):
9310         Rename `comint-use-prompt-regexp-instead-of-fields' to
9311         `comint-use-prompt-regexp'.  Keep old name as alias and declare
9312         obsolete.
9313         (comint-use-prompt-regexp): Shorten first line of doc string.
9315         * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
9316         Set paragraph-separate buffer locally to "\\'".
9318         * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
9319         Adapt to above name change.
9321         * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
9322         (smbclient-prompt-regexp): Ditto.
9324         * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
9326 2005-04-27  Nick Roberts  <nickrob@snap.net.nz>
9328         * progmodes/gdb-ui.el (gdb-location-alist): Rename from
9329         gdb-location-list.
9330         Break lines that are over 80 characters wide.
9332 2005-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
9334         * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
9335         New fun and var, to preserve compatibility.
9337         * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
9339 2005-04-26  Dominique de Waleffe  <ddw@missioncriticalit.com>  (tiny change)
9341         * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
9342         name to file-newer-than-file-p.
9344 2005-04-26  Richard M. Stallman  <rms@gnu.org>
9346         * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
9348         * progmodes/python.el (python-mode):
9349         Use new name eldoc-documentation-function.
9351         * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
9353         * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
9354         (eldoc-documentation-function):
9355         Rename from eldoc-print-current-symbol-info-function.  Calls changed.
9357 2005-04-26  Nick Roberts  <nickrob@snap.net.nz>
9359         * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
9361 2005-04-25  Dan Nicolaescu  <dann@ics.uci.edu>
9363         * term/xterm.el (function-key-map): Fix strings for
9364         {C,S,A,C-S}-f[1-4].  Use substitute-key-definition to bind
9365         {C,S,A,C-S}-{f1-f12}.
9367 2005-04-26  Kenichi Handa  <handa@m17n.org>
9369         * international/mule-cmds.el (select-safe-coding-system):
9370         Fix previous change.
9372 2005-04-26  Lute Kamstra  <lute@gnu.org>
9374         * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
9376         * font-lock.el (font-lock-fontify-region-function): Fix docstring.
9377         (font-lock-comment-delimiter-face): Ditto.
9379         * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
9381 2005-04-25  Jay Belanger  <belanger@truman.edu>
9383         * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
9384         to t while inserting information; use help-mode.
9386 2005-04-25  Dan Nicolaescu  <dann@ics.uci.edu>
9388         * term.el (ansi-term-color-vector): Use the xterm colors.
9389         (term-raw-map): Don't add mappings for \eO and \e[.  Map deletechar.
9391 2005-04-25  Lute Kamstra  <lute@gnu.org>
9393         * font-core.el (font-lock-defaults): Fix docstring.
9395         * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
9397 2005-04-25  Kenichi Handa  <handa@m17n.org>
9399         * international/mule-cmds.el (select-safe-coding-system):
9400         Don't check consistency with coding: spec, etc if raw-text or
9401         no-conversion was found to be safe.
9403 2005-04-24  Richard M. Stallman  <rms@gnu.org>
9405         * mail/sendmail.el (mail-font-lock-keywords): Match any number of
9406         citation markers at start of each line.
9408         * mail/rmail.el (rmail-font-lock-keywords): Match any number of
9409         citation markers at start of each line.
9411         * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
9413         * files.el (mode-require-final-newline): Fix previous change.
9414         (require-final-newline): Fix type label.
9416 2005-04-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
9418         * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
9419         statement in buffer (broken by 2004-11-24 change).
9421 2005-04-24  Kim F. Storm  <storm@cua.dk>
9423         * ido.el (ido-everywhere): Save and restore old read-buffer-function
9424         and read-file-name-function values.  Don't overwrite existing
9425         non-nil values if ido-mode is enabled without ido-everywhere.
9427 2005-04-24  Luc Teirlinck  <teirllm@auburn.edu>
9429         * files.el (mode-require-final-newline): Minor doc fix.
9431 2005-04-24  Eli Zaretskii  <eliz@gnu.org>
9433         * subr.el (syntax-after): Doc fix.
9434         (syntax-class): If argument is nil, return nil.  Mask off upper 16
9435         bits, not 8 bits.
9437         * files.el (mode-require-final-newline): Doc fix.
9438         (backup-buffer-copy): Fix last change.
9440 2005-04-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
9442         * term/mac-win.el: Require select.  Set selection-coding-system to
9443         mac-system-coding-system.  Call menu-bar-enable-clipboard.
9444         (x-last-selected-text-clipboard, x-last-selected-text-primary)
9445         (x-select-enable-clipboard): New variables.
9446         (x-select-text, x-get-selection, x-selection-value)
9447         (x-get-selection-value, mac-select-convert-to-string)
9448         (mac-services-open-file, mac-services-open-selection)
9449         (mac-services-insert-text): New functions.
9450         (CLIPBOARD, FIND): Put mac-scrap-name property.
9451         (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
9452         (public.tiff): Put mac-ostype property.
9453         (selection-converter-alist): Add entries for them.
9454         (mac-application-menu-map): New keymap.
9455         (interprogram-cut-function, interprogram-paste-function): Set to
9456         x-select-text and x-get-selection-value, respectively.
9457         (split-window-keep-point): Set to t.
9459 2005-04-23  Richard M. Stallman  <rms@gnu.org>
9461         * files.el (read-directory-name): Always pass non-nil
9462         DEFAULT-FILENAME arg to read-file-name.
9463         (backup-buffer-copy, basic-save-buffer-2): Take care against
9464         writing thru an unexpected existing symlink.
9465         (revert-buffer): In indirect buffer, revert the base buffer.
9466         (magic-mode-alist): Doc fix.
9467         (buffer-stale-function): Doc fix.
9468         (minibuffer-with-setup-hook): Avoid warning.
9469         (mode-require-final-newline): Doc and custom fix.
9471         * follow.el (follow-end-of-buffer): Use with-no-warnings.
9473         * font-lock.el (font-lock-comment-face): On terminals with few colors,
9474         use the default appearance.
9475         (font-lock-comment-delimiter-face): New face, new variable.
9477         * imenu.el (imenu--generic-function): The official position of a
9478         definition is the start of the line that BEG is in.
9480         * midnight.el (midnight-timer): Move defvar up.
9482         * mouse.el (mouse-drag-region-1): Delete some debugging code.
9484         * saveplace.el (save-place-to-alist): Use with-no-warnings.
9486         * startup.el (command-line): Use with-no-warnings.
9488         * window.el (window-size-fixed): New defvar.
9490         * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
9492         * mail/rmail.el (rmail-font-lock-keywords):
9493         Use font-lock-comment-delimiter-face.
9495         * mail/sendmail.el (mail-font-lock-keywords):
9496         Use font-lock-comment-delimiter-face.
9498         * progmodes/compile.el (next-error-highlight-timer): New defvar.
9500 2005-04-23  SAITO Takuya  <tabmore@rivo.mediatti.net>  (tiny change)
9502         * progmodes/compile.el (compilation-mode-font-lock-keywords):
9503         Specify t for LAXMATCH when matching directories.
9504         Save match data around compilation-compat-error-properties form.
9506 2005-04-23  David Kastrup  <dak@gnu.org>
9508         * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
9509         Mention that the autoloaded aliases should be kept for AUCTeX.
9511 2005-04-23  Andreas Schwab  <schwab@suse.de>
9513         * isearch.el (isearch-forward): Doc fix.
9515 2005-04-23  Eli Zaretskii  <eliz@gnu.org>
9517         * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
9518         (jit-lock-stealth-nice): Change default value to 0.5.
9520 2005-04-23  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
9522         * abbrev.el (write-abbrev-file): Write table entries in
9523         alphabetical order by table name.
9525 2005-04-22  Kim F. Storm  <storm@cua.dk>
9527         * ido.el (ido-read-internal): Fix `list' completion.
9529 2005-04-22  Kenichi Handa  <handa@m17n.org>
9531         * recentf.el (recentf-save-file-coding-system): New variable.
9532         (recentf-save-list): Encode the file by
9533         recentf-save-file-coding-system and add coding: tag.
9535 2005-04-22  Nick Roberts  <nickrob@snap.net.nz>
9537         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
9539 2005-04-21  Lute Kamstra  <lute@gnu.org>
9541         * loadhist.el (unload-feature): Don't remove a function from hooks
9542         if it is about to be restored to an autoload .  Remove functions
9543         that will become unbound from auto-mode-alist.  Simplify the code.
9545         * subr.el (assq-delete-all): New implementation that is linear,
9546         not quadratic.  Suggested by David Kastrup <dak@gnu.org>.
9547         (rassq-delete-all): New function.
9549         * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
9550         Add size-indication-mode.
9552 2005-04-21  Kenichi Handa  <handa@m17n.org>
9554         * international/mule-cmds.el: Add autoload for widget-value in
9555         eval-when-compile.
9557 2005-04-21  Nick Roberts  <nickrob@snap.net.nz>
9559         * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
9560         Add tooltip-mode.
9562         * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
9564 2005-04-20  Luc Teirlinck  <teirllm@auburn.edu>
9566         * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
9567         (inferior-lisp-filter-regexp, inferior-lisp-program)
9568         (inferior-lisp-load-command, inferior-lisp-prompt)
9569         (inferior-lisp-mode-hook, lisp-source-modes)
9570         (inferior-lisp-load-hook): defvar->defcustom.
9571         (inferior-lisp-program, inferior-lisp-prompt)
9572         (inferior-lisp-load-hook): Doc fixes.
9573         (inferior-lisp-install-letter-bindings): Small change in
9574         introductory comment.
9576 2005-04-20  Dan Nicolaescu  <dann@ics.uci.edu>
9578         * vc.el (vc-annotate-color-map): Change some colors so that text
9579         using them as foreground is readable on both white and black
9580         backgrounds.
9582 2005-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
9584         * international/mule-conf.el (translation-table-for-input):
9585         Remove redundant declaration.
9587 2005-04-20  Nick Roberts  <nickrob@snap.net.nz>
9589         * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
9591         * tooltip.el (tooltip-gud-tips-p): Expand documentation.
9592         (tooltip-toggle-gud-tips): New function.
9594 2005-04-20  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
9596         * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
9597         right angle brackets.
9599 2005-04-20  Nick Roberts  <nickrob@snap.net.nz>
9601         * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
9603 2005-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
9605         * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
9606         Remove.  Update callers to use expand-file-name instead.
9608         * subr.el (syntax-class): New function.
9610         * simple.el (blink-matching-open): Use it.
9612         * paren.el (show-paren-function): Use it to recognize parens that are
9613         also used in 2-char comment markers.
9615 2005-04-19  Lute Kamstra  <lute@gnu.org>
9617         * loadhist.el (unload-feature): Update for new format of
9618         load-history.  Simplify the code.
9620 2005-04-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
9622         * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
9623         (mac-add-charset-info): New function.  Initialize variable
9624         mac-charset-info-alist using it.
9625         (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
9626         for translation.
9627         (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
9628         (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
9629         (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
9630         New CCL programs.
9632 2005-04-19  Kim F. Storm  <storm@cua.dk>
9634         * simple.el (next-buffer, prev-buffer, next-error)
9635         (scroll-other-window, keyboard-quit, keyboard-escape-quit)
9636         (clone-indirect-buffer-other-window): Move bindings to bindings.el.
9638         * bindings.el (next-buffer, prev-buffer, next-error)
9639         (scroll-other-window, keyboard-quit, keyboard-escape-quit)
9640         (clone-indirect-buffer-other-window): Move bindings from simple.el.
9641         (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
9642         (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
9644 2005-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
9646         * isearch.el (isearch-edit-string): Make the search-ring available for
9647         minibuffer history commands.
9648         (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
9649         the default history commands now work just as well.
9650         (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
9652 2005-04-18  Kim F. Storm  <storm@cua.dk>
9654         * emulation/cua-base.el (cua--pre-command-handler): Add more
9655         elaborate check for shift modifier on non-window systems.
9657 2005-04-18  Lars Hansen  <larsh@math.ku.dk>
9659         * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
9661 2005-04-18  Kim F. Storm  <storm@cua.dk>
9663         * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
9664         and make it optional.  Don't test tooltip-gud-echo-area here.
9665         (tooltip-gud-process-output, gdb-tooltip-print):
9666         Pass tooltip-gud-echo-area to tooltip-show.
9667         (tooltip-help-tips): Remove second optional arg to tooltip-show.
9669 2005-04-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
9671         * tooltip.el (tooltip-mode): `emacs-quick-startup' and
9672         `display-graphic-p' may not be bound yet.
9674 2005-04-17  Luc Teirlinck  <teirllm@auburn.edu>
9676         * startup.el (command-line): No longer enable Xterm Mouse mode by
9677         default in terminals compatible with xterm.
9679         * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
9681 2005-04-18  Nick Roberts  <nickrob@snap.net.nz>
9683         * tooltip.el (tooltip-gud-echo-area): Rename from
9684         tooltip-use-echo-area.
9685         (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
9686         (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
9687         area independently of where help tooltips are displayed.
9689 2005-04-17  David Kastrup  <dak@gnu.org>
9691         * cus-theme.el (custom-theme-write-variables): Quote variables
9692         where necessary.
9694 2005-04-17  Richard M. Stallman  <rms@gnu.org>
9696         * simple.el (yank-excluded-properties): Add follow-link to value.
9698         * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
9700         * startup.el (fancy-splash-max-time): Just 30 seconds.
9701         (fancy-splash-delay): Just 7.
9702         (fancy-splash-screens): No time limit other than fancy-splash-max-time.
9704         * loadhist.el (unload-feature): Update for new format of load-history.
9705         Simplify the code.
9707         * mail/rmail.el (rmail-ignored-headers): Ignore more headers
9708         (rmail-font-lock-keywords): Don't fontify the text of a citation.
9710         * mail/sendmail.el (mail-font-lock-keywords):
9711         Don't fontify subject text.
9712         Don't fontify the text of a citation.
9714 2005-04-17  Mark H. Weaver  <mhw@netris.org>  (tiny change)
9716         * comint.el (comint-output-filter): Run comint-output-filter-functions
9717         with point where the user had it.
9719 2005-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
9721         * international/ucs-tables.el (ucs-set-table-for-input):
9722         Disable when using unify-on-decoding.
9724 2005-04-16  Dan Nicolaescu  <dann@ics.uci.edu>
9726         * emulation/cua-base.el (cua-global-mark-face): Add special case
9727         for displays supporting a high number of colors.
9729 2005-04-16  Matt Hodges  <MPHodges@member.fsf.org>  (tiny change)
9731         * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
9733 2005-04-16  Chong Yidong  <cyd@stupidchicken.com>
9735         * filesets.el (filesets-add-buffer): If user supplies a name of a
9736         non-existing fileset, create a new fileset.
9738 2005-04-16  Carsten Dominik  <dominik@science.uva.nl>
9740         * textmodes/org.el (org-up-heading-all): Fix bug with
9741         `outline-up-heading-all'.
9743 2005-04-16  Andreas Schwab  <schwab@suse.de>
9745         * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
9746         /etc/permissions.d/* and /etc/aliases.d/*.
9748 2005-04-16  Kenichi Handa  <handa@m17n.org>
9750         * international/code-pages.el (cp-make-coding-system):
9751         Set `translation-table-for-input' property value to the symbol
9752         ucs-mule-to-mule-unicode, not to that value.
9753         (pt154): Escape guillemet by `\'.
9755 2005-04-15  Luc Teirlinck  <teirllm@auburn.edu>
9757         * loadup.el: Load tooltip if x-show-tip is fboundp.
9759         * startup.el (command-line): Add comment.
9761         * tooltip.el (tooltip-mode): Specify correct standard value for
9762         Custom in init-value.
9764 2005-04-15  Nick Roberts  <nickrob@snap.net.nz>
9766         * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
9767         possible.
9769 2005-04-15  Carsten Dominik  <dominik@science.uva.nl>
9771         * textmodes/org.el (org-agenda-date-prompt): Rename from
9772         `org-agenda-date-today'.
9773         (org-evaluate-time-range): Insert at point instead of directly
9774         after time range.
9775         (org-first-headline-recenter, org-subtree-end-visible-p)
9776         (org-optimize-window-after-visibility-change): New functions
9777         (org-agenda-post-command-hook): Don't allow point at end of line,
9778         to make sure it always hits the text properties.
9779         (org-agenda-next-date-line, org-agenda-previous-date-line):
9780         New commands.
9781         (org-set-regexps-and-options): Category may contain white space.
9782         (org-agenda-get-deadlines, org-agenda-get-scheduled):
9783         Improve marker positions.
9784         (org-agenda-new-marker): Argument POS made optional.
9785         (org-agenda-get-timestamps): Deadlines which are done are listed
9786         in org-done-face now.
9787         (org-agenda-get-todos, org-agenda-get-timestamps)
9788         (org-agenda-get-deadlines, org-agenda-get-scheduled):
9789         Set `undone-face' and `done-face' properties.
9790         (org-last-todo-state-is-todo): New variable.
9791         (org-todo): Set `org-last-todo-state-is-todo'.
9792         (org-agenda-todo): Change face according to
9793         `org-last-todo-state-is-todo'.  And change other lines referring to
9794         the same entry.
9795         (org-calendar-goto-agenda): New command.
9796         (org-calendar-to-agenda-key): New option.
9797         (org-startup-folded): New allowed value `content'.
9798         (org-set-regexps-and-options): Accept new value `content' for
9799         `org-startup-folded'.
9800         (org-get-current-options): Handle new value `content' for
9801         `org-startup-folded'.
9802         (org-insert-todo-heading): New command.
9803         (org-mode): Insert first line "*-* mode: org-mode -*-" when called
9804         interactively in empty file and option
9805         `org-insert-mode-line-in-empty-file' has been set.
9806         (org-agenda-todo,org-agenda-priority): Modify to use
9807         `org-agenda-change-all-lines'.
9808         (org-warning-face): Change color on dark background
9810 2005-04-14  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
9812         * international/mule-cmds.el (set-locale-environment): On Mac OS,
9813         use preferences AppleLocale and AppleLanguages, and variable
9814         mac-system-locale for default locale.  On Mac OS Classic, use
9815         mac-system-coding-system for default coding systems.
9817         * term/mac-win.el: Don't set file-name-coding-system.
9818         Decode variables system-name, emacs-build-system, user-login-name, and
9819         user-full-name by mac-system-coding-system on Mac OS Classic.
9820         (mac-system-coding-system): New variable.
9822 2005-04-13  Luc Teirlinck  <teirllm@auburn.edu>
9824         * startup.el (command-line): Handle `xterm-mouse-mode' before
9825         reading init file.
9827         * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
9829 2005-04-13  Glenn Morris  <gmorris@ast.cam.ac.uk>
9831         * progmodes/sh-script.el (sh-here-document-word): Make it a
9832         defcustom.  Doc fix.
9833         (sh-add): Bash uses $(( )) for arithmetic.
9834         (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
9835         (sh-maybe-here-document): Remove quotes and leading whitespace
9836         from heredoc word when closing.  Indent heredoc with tabs if word
9837         starts with "-".
9839 2005-04-13  Richard M. Stallman  <rms@gnu.org>
9841         * simple.el (undo): Fix previous change.
9843         * custom.el (defface): Doc fix.
9845 2005-04-13  Lute Kamstra  <lute@gnu.org>
9847         * Makefile.in (DONTCOMPILE): Remove list.
9848         (compile, compile-always): Don't use DONTCOMPILE.
9849         (update-authors): Load the library in which batch-update-authors
9850         is defined.
9851         * makefile.w32-in (DONTCOMPILE): Remove list.
9852         (compile, compile-always): Fix comments.
9853         (update-authors): Load the library in which batch-update-authors
9854         is defined.
9856         * generic-x.el (generic-mode-ini-file-find-file-hook):
9857         Rename to ini-generic-mode-find-file-hook.
9858         Keep generic-mode-ini-file-find-file-hook as an alias.
9859         (ini-generic-mode-find-file-hook): Rename from
9860         generic-mode-ini-file-find-file-hook.  Fix docstring.
9861         (ini-generic-mode): Docstring change.
9862         (bat-generic-mode-run-as-comint): Silence the byte compiler.
9864         * help.el (describe-key-briefly): UNTRANSLATED can be nil when
9865         called from lisp.
9867         * generic.el: Move to the emacs-lisp subdir.
9869 2005-04-12  Dan Nicolaescu  <dann@ics.uci.edu>
9871         * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
9872         and C-S- function and cursor motion keys.
9874 2005-04-12  Luc Teirlinck  <teirllm@auburn.edu>
9876         * startup.el (command-line): Enable Xterm Mouse mode by default.
9877         * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
9878         for Custom.  No longer show "Mouse" in mode line when enabled.
9879         Doc fix.
9881 2005-04-12  Kim F. Storm  <storm@cua.dk>
9883         * emulation/cua-base.el (cua-rectangle-face)
9884         (cua-rectangle-noselect-face): Define face attributes here.
9886         * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
9888 2005-04-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
9890         * startup.el (command-line): Turn off blinking cursor if
9891         cursorBlink in resources is off or false.
9893 2005-04-12  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
9895         * term/mac-win.el (dnd): Require dnd.
9896         (mac-drag-n-drop): Call dnd-handle-one-url.
9897         (kTextEncodingMacRoman, kTextEncodingISOLatin1)
9898         (kTextEncodingISOLatin2): Remove constants.
9899         (mac-script-code-coding-systems): New constant.
9900         (mac-handle-language-change): New function.
9901         (special-event-map): Bind it to `language-change' event.
9902         (mac-centraleurroman, mac-cyrillic): New coding systems.
9903         (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
9904         (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
9905         and mac-cyrillic-encoder to encode-mac-centraleurroman and
9906         encode-mac-cyrillic, respectively.
9908 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
9910         * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
9911         Don't set overlay-arrow-string to "=>" as this is done
9912         globally in C now.
9914 2005-04-12  Lute Kamstra  <lute@gnu.org>
9916         * generic-x.el (rc-generic-mode, rul-generic-mode):
9917         Fix auto-mode-alist entries.
9918         (etc-fstab-generic-mode): Tweak fontification.
9920         * generic.el (generic-make-keywords-list): Fix docstring.
9921         (generic-mode-internal): Simplify generic-font-lock-keywords.
9923 2005-04-11  Rajesh Vaidheeswarran  <rv@gnu.org>
9925         * whitespace.el (whitespace-buffer-leading)
9926         (whitespace-buffer-trailing): Revert the incorrect test inversion.
9927         However, fix the highlight area for the leading and
9928         trailing whitespaces to show space.
9930 2005-04-11  Rajesh Vaidheeswarran  <rv@gnu.org>
9932         * whitespace.el (whitespace-version): Bump to 3.5
9934         (whitespace-buffer-leading, whitespace-buffer-trailing):
9935         Invert sense of the test to highlight the whitespace.
9937 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
9939         * progmodes/gud.el (gud-display-line): GUD uses its own
9940         overlay arrow now so don't set overlay-arrow-string.
9941         (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
9943 2005-04-11  Dan Nicolaescu  <dann@ics.uci.edu>
9945         * term.el (term-ansi-current-bold, term-ansi-current-underline)
9946         (term-ansi-current-reverse, term-ansi-current-invisible)
9947         (term-ansi-face-already-done): Change to boolean.
9948         (term-reset-terminal, term-handle-colors-array): Handle the above
9949         vars accordingly.
9950         (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
9951         (term-emulate-terminal): Use the new name.
9953         * faces.el (secondary-selection): Use yellow1, not yellow.
9954         (trailing-whitespace): Use red1, not red.
9956 2005-04-11  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
9958         * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
9959         (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
9960         (dired-dnd-handle-file): Call dnd-get-local-file-uri
9962         * cus-edit.el (dnd): New group.
9964         * term/w32-win.el (dnd): Require dnd
9965         (w32-drag-n-drop): Call dnd-handle-one-url.
9967         * x-dnd.el: Require dnd.
9968         (x-dnd-handle-uri-list, x-dnd-handle-file-name):
9969         Call dnd-handle-one-url.
9970         (x-dnd-types-alist, x-dnd-insert-utf8-text)
9971         (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
9972         to dnd-insert-text.
9973         (x-dnd-protocol-alist, x-dnd-open-file-other-window)
9974         (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
9975         (x-dnd-get-local-file-name, x-dnd-open-local-file)
9976         (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
9978         * dnd.el (dnd-protocol-alist): New file with generic DND functions.
9980 2005-04-11  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
9982         * wdired.el: Doc fixes.
9983         (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
9984         (wdired-use-dired-vertical-movement): Rename from
9985         wdired-always-move-to-filename-beginning.
9986         (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
9987         (wdired-change-to-wdired-mode): Change mode name.
9988         (wdired-newline): Delete.
9990 2005-04-11  Richard M. Stallman  <rms@gnu.org>
9992         * whitespace.el (whitespace-highlight-the-space):
9993         Don't call whitespace-unhighlight-the-space here.
9995         * simple.el (undo): Record t in undo-equiv-table
9996         for the redo record made by an undo-in-region.
9998 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
10000         * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
10001         (gdb-frame-inferior-io-buffer): New Functions to control
10002         display of separate IO buffer.
10003         (menu): Add them to menu-bar.
10004         (gdb-display-buffer): Check for buffer another frame.
10005         Protect GUD buffer.
10006         (gdb-setup-windows): Create IO buffer if not already there.
10007         (gdb-memory-mode): Remove purecopy noops.
10009 2005-04-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
10011         * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
10012         and pass to self-insert-command.
10014 2005-04-11  Lute Kamstra  <lute@gnu.org>
10016         * generic.el: Commentary section cleanup.
10017         (generic): Delete.
10018         (generic-use-find-file-hook, generic-lines-to-scan)
10019         (generic-find-file-regexp, generic-ignore-files-regexp)
10020         (default-generic-mode, generic-mode-find-file-hook)
10021         (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
10022         * generic-x.el (generic-x): Docstring fix.  Put it in the data group.
10023         (generic-use-find-file-hook, generic-lines-to-scan)
10024         (generic-find-file-regexp, generic-ignore-files-regexp)
10025         (default-generic-mode, generic-mode-find-file-hook)
10026         (generic-mode-ini-file-find-file-hook): Move from generic.el.
10028 2005-04-10  Karl Fogel  <kfogel@red-bean.com>
10030         * bookmark.el (bookmark-write-file): Catch errors writing file.
10031         This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
10033 2005-04-10  Richard M. Stallman  <rms@gnu.org>
10035         * startup.el (fancy-splash-tail): Update copyright year.
10036         (command-line): Split part of -Q into -D.
10037         (emacs-basic-display): New defvar.
10038         (fancy-splash-text): Correct name of menu item.
10040         * saveplace.el (save-place-alist-to-file): Catch errors writing file.
10042         * info.el (Info-fontify-node): Handle fontification of multiple * Menu
10043         lines in one node.
10045         * comint.el (comint-send-input): New arg ARTIFICIAL.
10046         Callers in this file changed.
10048         * abbrev.el (define-abbrevs): Read system abbrevs properly.
10050         * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
10052 2005-04-10  Chong Yidong  <cyd@stupidchicken.com>
10054         * url/url-ldap.el (url-ldap): Add docstring.  Fix call to
10055         `ldap-search-internal'.
10057 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
10059         * files.el (set-auto-mode-1): Use line-end-position.
10061         * international/latin-1.el:
10062         * international/latin-2.el:
10063         * international/latin-3.el:
10064         * international/latin-4.el:
10065         * international/latin-5.el:
10066         * international/latin-8.el:
10067         * international/latin-9.el: Give punctuation syntax to NBSP.
10069         * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
10070         (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
10071         Use char-classes to accept non-ascii letters, accepted in some recent
10072         bibtex implementations.
10074 2005-04-10  Luc Teirlinck  <teirllm@auburn.edu>
10076         * custom.el (custom-set-minor-mode): Any non-nil value for the
10077         variable should enable the mode when set through Custom.
10079 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
10081         * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
10082         TAB binding so tab-always-indent is obeyed.
10083         (vhdl-minibuffer-local-map): Move initialization into declaration.
10084         (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
10085         (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
10086         (vhdl-hooked-abbrev): Avoid test for XEmacs.
10087         (vhdl-current-line): Use line-beginning-position.
10088         (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
10089         with-output-to-temp-buffer, so the current position can be recorded.
10091 2005-04-10  Masatake YAMATO  <jet@gyve.org>
10093         * progmodes/compile.el (compilation-error-regexp-alist-alist):
10094         Add regexp for gcov.
10096 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10098         * calendar/time-date.el (time-to-seconds, seconds-to-time)
10099         (days-to-time, time-subtract, time-add): Don't use the #xhhhh
10100         syntax which Emacs 20 doesn't support.
10102 2005-04-09  Richard M. Stallman  <rms@gnu.org>
10104         * help.el (describe-key-briefly, describe-key):
10105         Replace strings as event types with "(any string)".
10107 2005-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
10109         * arc-mode.el (archive-mode-map): Move initialization into
10110         the declaration.  Override *all* bindings of `undo'.
10111         (archive-lemacs): Remove, use (featurep 'xemacs) instead.
10113 2005-04-09  Jay Belanger  <belanger@truman.edu>
10115         * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
10117 2005-04-09  Dan Nicolaescu  <dann@ics.uci.edu>
10119         * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
10120         (xterm-register-default-colors): Update color values computation
10121         to match xterm-200.
10123 2005-04-09  Kenichi Handa  <handa@m17n.org>
10125         * international/code-pages.el (iso-latin-7): Fix the map.
10127 2005-04-08  Luc Teirlinck  <teirllm@auburn.edu>
10129         * emacs-lisp/lisp.el (defun-prompt-regexp)
10130         (parens-require-spaces, buffer-end, end-of-defun)
10131         (insert-parentheses): Doc fixes.
10133 2005-04-08  Kim F. Storm  <storm@cua.dk>
10135         * comint.el (comint-highlight-prompt): Fix face spec.
10136         * hi-lock.el (hi-green): Likewise.
10138 2005-04-08  Dan Nicolaescu  <dann@ics.uci.edu>
10140         * cus-edit.el (custom-modified-face):
10141         * comint.el (comint-highlight-input): Fix previous changes.
10142         * term.el (term-handle-ansi-escape): Add a comment.
10144 2005-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
10146         * whitespace.el (whitespace-highlight-the-space): Put the same overlay
10147         in the buffer and in whitespace-highlighted-space.
10148         (whitespace-unhighlight-the-space): Simplify.
10149         (whitespace-buffer): Simplify.
10151 2005-04-08  Dan Nicolaescu  <dann@ics.uci.edu>
10153         * textmodes/table.el (table-cell-face): Add special case for
10154         displays supporting a high number of colors.
10155         * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
10156         (vhdl-font-lock-reserved-words-face)
10157         (vhdl-speedbar-architecture-face)
10158         (vhdl-speedbar-instantiation-face)
10159         (vhdl-speedbar-architecture-selected-face)
10160         (vhdl-speedbar-instantiation-selected-face): Likewise.
10161         * progmodes/sh-script.el (sh-heredoc-face): Likewise.
10162         * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
10163         * progmodes/ebrowse.el (ebrowse-tree-mark-face)
10164         (ebrowse-root-class-face, ebrowse-member-attribute-face)
10165         (ebrowse-progress-face): Likewise.
10166         * progmodes/compile.el (compilation-info-face): Likewise.
10167         * progmodes/cc-fonts.el (c-invalid-face): Likewise.
10168         * emacs-lisp/re-builder.el (reb-match-3): Likewise.
10169         * calendar/calendar.el (diary-face): Likewise.
10170         * woman.el (woman-italic-face, woman-bold-face)
10171         (woman-unknown-face): Likewise.
10172         * wid-edit.el (widget-button-pressed-face): Likewise.
10173         * whitespace.el (whitespace-highlight-face): Likewise.
10174         * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
10175         * pcvs-info.el (cvs-marked-face): Likewise.
10176         * info.el (info-xref): Likewise.
10177         * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
10178         * hilit-chg.el (highlight-changes-face)
10179         (highlight-changes-delete-face): Likewise.
10180         * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
10181         (hi-red-b): Likewise.
10182         * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
10183         * font-lock.el (font-lock-keyword-face)
10184         (font-lock-function-name-face, font-lock-warning-face): Likewise.
10185         * cus-edit.el (custom-invalid-face, custom-modified-face)
10186         (custom-set-face, custom-changed-face, custom-variable-tag-face)
10187         (custom-group-tag-face-1, custom-group-tag-face): Likewise.
10188         * comint.el (comint-highlight-prompt): Likewise.
10190 2005-04-08  Lute Kamstra  <lute@gnu.org>
10192         * font-lock.el (font-lock-keywords): Docstring fixes.
10194 2005-04-08  Kenichi Handa  <handa@m17n.org>
10196         * ps-mule.el (ps-mule-show-warning): If the number of unprintable
10197         chars are more than a limit, print " and more..." at the tail.
10199 2005-04-08  Kim F. Storm  <storm@cua.dk>
10201         * emacs-lisp/authors.el (authors-aliases): Update list.
10202         (authors-ignored-files): New list.
10203         (authors-fixed-entries): Fix typo.
10204         (authors-renamed-files-alist): Update list.
10205         (authors-add): Check authors-ignored-files.
10207 2005-04-08  Carsten Dominik  <dominik@science.uva.nl>
10209         * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
10210         optional, to ensure backward compatibility.
10212 2005-04-08  Stephen Eglen  <stephen@gnu.org>
10214         * textmodes/flyspell.el (flyspell-large-region): Doc fix.
10216 2005-04-08  Kim F. Storm  <storm@cua.dk>
10218         * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
10220         * mouse.el (mouse-on-link-p): Doc fix.
10222 2005-04-07  Luc Teirlinck  <teirllm@auburn.edu>
10224         * ielm.el (ielm-prompt-read-only): Doc fix.
10226         * comint.el (comint-prompt-read-only): Doc fix.
10228 2005-04-07  Benjamin Rutt  <brutt@bloomington.in.us>
10230         * ffap.el (ffap-pass-wildcards-to-dired): New user option to
10231         ensure dired always handles wildcards passed to ffap.
10232         (find-file-at-point): Use it.
10233         (ffap-dired-wildcards): Doc fix.
10235 2005-04-07  Juri Linkov  <juri@jurta.org>
10237         * simple.el (next-error-overlay-arrow-position): New defvar.
10238         Put "=>" on its property `overlay-arrow-string'.  Add it to
10239         `overlay-arrow-variable-list'.
10241         * progmodes/compile.el (compilation-setup):
10242         Set `next-error-overlay-arrow-position' to nil.  Also set it to
10243         nil in the local hook `kill-buffer-hook'.  Make local variable
10244         `overlay-arrow-string' and set it to "=>".
10245         (compilation-goto-locus): Set BOL position to
10246         `next-error-overlay-arrow-position' instead of
10247         `overlay-arrow-position'.
10249         * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
10250         locally instead of adding it to the global hook.
10251         (Info-kill-buffer): Move up.
10253 2005-04-06  Dan Nicolaescu  <dann@ics.uci.edu>
10255         * term/xterm.el (xterm-standard-colors): Update color values from
10256         xterm-200.
10258 2005-04-06  Stefan Monnier  <monnier@iro.umontreal.ca>
10260         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
10262         * fast-lock.el:
10263         * lazy-lock.el: Move them to the obsolete subdir.
10265 2005-04-06  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
10267         * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
10268         (wdired-add-replace-advice): Remove.
10269         (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
10271 2005-04-06  Kim F. Storm  <storm@cua.dk>
10273         * startup.el (command-line): Add --bare-bones alias for -Q.
10275 2005-04-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
10277         * term/mac-win.el: Use create-fontset-from-mac-roman-font to
10278         create the startup fontset if a font specification ends with
10279         `mac-roman'.
10281 2005-04-06  Lute Kamstra  <lute@gnu.org>
10283         * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
10284         change.
10286         * emacs-lisp/copyright.el (copyright-update-year): Replace the
10287         right subexpression.  Suggested by Jay Bingham <jay.bingham@hp.com>.
10289 2005-04-05  Lute Kamstra  <lute@gnu.org>
10291         * generic.el (generic-mode-internal): Fix 2005-03-31 change.
10292         (define-generic-mode): Ditto.  Fix debug declaration.
10294         * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
10295         Put them in the generic-x group.
10297         * calendar/timeclock.el (timeclock): Doc fix.
10299         * generic.el (define-generic-mode): Don't use custom-current-group.
10300         Document default :group value.
10301         * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
10302         (define-global-minor-mode): Don't use custom-current-group.
10304 2005-04-05  Glenn Morris  <gmorris@ast.cam.ac.uk>
10306         * startup.el (command-line-1): Display startup-echo-area-message
10307         when fancy splash screen is in use.
10309         * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
10310         (sh-escaped-newline): New face.
10311         (sh-font-lock-keywords) <shell>: Improve regexp for escaped
10312         newline, and use sh-escaped-newline face.
10314         * progmodes/tcl.el (tcl-escaped-newline): New face.
10315         (tcl-builtin-list): New variable.
10316         (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
10317         newlines.  Fix keywords subexpression number.
10319 2005-04-05  Carsten Dominik  <dominik@science.uva.nl>
10321         * textmodes/org.el (org-diary-default-entry): Fix call to
10322         `add-to-diary-entry'.
10324 2005-04-05  Kim F. Storm  <storm@cua.dk>
10326         * ediff-init.el: Use (featurep 'xemacs).
10328 2005-04-05  David Ponce  <david@dponce.com>
10330         * cus-edit.el (face): Derive from symbol widget.  Display sample
10331         of the current face on the fly.
10332         (widget-face-sample-face-get, widget-face-notify): New functions.
10333         (widget-face-value-create): Remove.
10335         * wid-edit.el (widget-field-end): Temporarily remove field
10336         narrowing before to call `get-char-property'.
10338 2005-04-04  Jay Belanger  <belanger@truman.edu>
10340         * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
10341         (math-read-subscripts): New variable.
10342         (math-read-preprocess-string): Process subscripts.
10344 2005-04-04  Luc Teirlinck  <teirllm@auburn.edu>
10346         * comint.el (comint-prompt-read-only): Doc fix.
10348         * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
10349         `-1'.  Doc fix.
10351 2005-04-04  Carsten Dominik  <dominik@science.uva.nl>
10353         * textmodes/org.el (org-insert-mode-line-in-empty-file):
10354         Change default value to nil.
10356 2005-04-04  Lute Kamstra  <lute@gnu.org>
10358         * autorevert.el (auto-revert-mode): Specify :group.
10359         * battery.el (display-battery-mode): Specify :group.
10360         * diff-mode.el (diff-minor-mode): Specify :group.
10361         * font-core.el (font-lock-mode): Specify :group.
10362         * hl-line.el (hl-line-mode): Specify :group.
10363         * iimage.el (iimage): New customization group.
10364         (iimage-mode): Specify :group.
10365         * longlines.el (longlines-mode): Specify :group.
10366         * master.el: Don't require easy-mmode.
10367         (master): New customization group.
10368         (master-mode): Specify :group.
10369         * msb.el (msb-mode): Specify :group.
10370         * reveal.el (reveal-mode): Specify :group.
10371         * simple.el (next-error-follow-minor-mode): Specify :group.
10372         * smerge-mode.el (smerge-mode): Specify :group.
10373         * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
10374         * emulation/cua-base.el (cua-mode): Specify :group.
10375         * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
10376         * language/thai-util.el (thai-auto-composition-mode)
10377         (thai-word-mode): Specify :group.
10378         * mail/supercite.el (sc-minor-mode): Specify :group.
10379         * progmodes/cwarn.el (cwarn-mode): Specify :group.
10380         * progmodes/flymake.el (flymake-mode): Specify :group.
10381         * progmodes/glasses.el (glasses-mode): Specify :group.
10382         * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
10383         * textmodes/enriched.el (enriched-mode): Specify :group.
10384         * textmodes/refill.el (refill-mode): Specify :group.
10386         * add-log.el (change-log-font-lock-keywords): Names in
10387         parenthesized lists can contain spaces.
10389 2005-04-04  Thien-Thi Nguyen  <ttn@gnu.org>
10391         * startup.el (fancy-splash-text): Shorten default text of
10392         "Emacs Tutorial" line.  Also, if the current language env
10393         indicates an available tutorial file other than TUTORIAL,
10394         extract its title and append it to the line in parentheses.
10395         (fancy-splash-insert): If arg is a thunk, funcall it.
10397 2005-04-04  Jay Belanger  <belanger@truman.edu>
10399         * calc.el (calc-language-alist): Add tags to customization type.
10401 2005-04-03  Luc Teirlinck  <teirllm@auburn.edu>
10403         * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
10404         Doc fix.
10406 2005-04-03  Marcelo Toledo  <marcelo@gnu.org>
10408         * add-log.el (change-log-font-lock-keywords): The manual
10409         describing a Change Log entry, says: (...) "Aside from these
10410         header lines, every line in the change log starts with a space or
10411         a tab.".  The font-lock was not highlighting lines started with
10412         spaces, added support for it.
10414 2005-04-03  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
10416         * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
10417         (bibtex-generate-url-list): Update docstring accordingly.  Put the
10418         complex example in the docstring.
10419         (bibtex-font-lock-url): Use pop.
10421 2005-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10423         * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
10425         * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
10427 2005-04-03  Glenn Morris  <gmorris@ast.cam.ac.uk>
10429         * filesets.el (filesets-set-default): Doc fix.
10431 2005-04-03  Lute Kamstra  <lute@gnu.org>
10433         * generic.el (define-generic-mode): Add argument to specify
10434         keywords for defcustom.
10435         (default-generic-mode): Specify :group.
10437         * generic-x.el: Specify :group for all generic modes.
10439         * desktop.el (desktop-no-desktop-file-hook)
10440         (desktop-after-read-hook): Doc fix.
10442 2005-04-02  Luc Teirlinck  <teirllm@auburn.edu>
10444         * simple.el (visible-mode): Use explicit :group keyword.
10445         This changes the group of `visible-mode-hook' from paren-blinking
10446         to editing-basics.
10448 2005-04-02  Sergey Poznyakoff  <gray@Mirddin.farlep.net>  (tiny change)
10450         * mail/rmail.el (rmail-parse-url): Bugfix.  Parse traditional
10451         mailbox specifications as well as URLs.
10452         (rmail-insert-inbox-text): Remove unused conditional branches.
10454 2005-04-01  Jay Belanger  <belanger@truman.edu>
10456         * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
10457         (calc-gnuplot-print-command): Move definitions to calc.el.
10459         * calc/calc-embed.el (calc-embedded-announce-formula)
10460         (calc-embedded-open-formula, calc-embedded-close-formula)
10461         (calc-embedded-open-word, calc-embedded-close-word)
10462         (calc-embedded-open-plain, calc-embedded-close-plain)
10463         (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
10464         (calc-embedded-open-mode, calc-embedded-close-mode):
10465         Move definitions to calc.el.
10467         * calc/calc.el (calc-settings-file, calc-language-alist):
10468         Make customizable.
10469         (calc-embedded-announce-formula, calc-embedded-open-formula)
10470         (calc-embedded-close-formula, calc-embedded-open-word)
10471         (calc-embedded-close-word, calc-embedded-open-plain)
10472         (calc-embedded-close-plain, calc-embedded-open-new-formula)
10473         (calc-embedded-close-new-formula, calc-embedded-open-mode)
10474         (calc-embedded-close-mode, calc-gnuplot-name)
10475         (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
10476         from other files and make customizable.
10478 2005-04-01  Stefan Monnier  <monnier@iro.umontreal.ca>
10480         * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
10481         Use buffer-live-p.
10482         (cvs-mode-run): Don't call cvs-update-header here.
10483         (cvs-run-process): Call cvs-update-header.
10484         Use process properties for cvs-postprocess and cvs-buffer so that
10485         the sentinel can behave better if the temp buffer is killed.
10486         Use a pipe rather than a tty, to better handle unexpected prompts.
10487         (cvs-sentinel): Rewrite.  Call cvs-update-header.
10489 2005-04-01  Andre Spiegel  <spiegel@gnu.org>
10491         * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
10492         we go via Tramp or Ange-FTP.  Suggested by Kai Grossjohann.
10494 2005-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
10496         * generic.el (define-generic-mode): Add indentation rule.
10498 2005-03-31  Luc Teirlinck  <teirllm@auburn.edu>
10500         * files.el (mode-require-final-newline): Make Custom correctly
10501         report a nil value and allow to set it to nil via Custom.
10502         Doc fix.
10504 2005-04-01  Kenichi Handa  <handa@m17n.org>
10506         * international/characters.el: Enable the correct case setting for
10507         dotless-i and dotted-I.
10509 2005-04-01  Kim F. Storm  <storm@cua.dk>
10511         * ido.el (ido-file-internal): Fall back to non-ido command if
10512         initial directory is on slow ftp (or tramp) host.
10514 2005-03-31  Richard M. Stallman  <rms@gnu.org>
10516         * emacs-lisp/autoload.el (make-autoload):
10517         Handle define-global-minor-mode.
10519         * emacs-lisp/easy-mmode.el (define-global-minor-mode):
10520         Rename from easy-mmode-define-global-mode.
10521         (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
10523         * progmodes/scheme.el (scheme-mode-syntax-table):
10524         Update syntax of | and # for two-character comment syntax.
10526 2005-03-31  Lute Kamstra  <lute@gnu.org>
10528         * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
10529         (define-minor-mode): Call custom-current-group at load-time.
10531         * generic.el (define-generic-mode): Add debug declaration.
10532         Add defcustom for the mode hook.
10533         (generic-mode-internal): Use run-mode-hooks.
10535 2005-03-31  Kim F. Storm  <storm@cua.dk>
10537         * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
10538         (mouse-fixup-help-message): New defun called by show_help_echo
10539         to fixup mouse-2 prefix in help messages when applicable.
10541         * tooltip.el (tooltip-show-help-function): Don't fixup message here.
10543 2005-03-31  Kenichi Handa  <handa@m17n.org>
10545         * language/thai-word.el (thai-find-word-ends): Pay attention to
10546         the case that we reach the end of buffer.
10548         * textmodes/fill.el (fill-text-properties-at): New function.
10549         (fill-newline): Use fill-text-properties-at instead of
10550         text-properties-at.
10552 2005-03-31  Olive Lin  <olive.lin@versateladsl.be>  (tiny change)
10554         * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
10555         not comint-quote-filename.
10557 2005-03-31  Thien-Thi Nguyen  <ttn@gnu.org>
10559         * help-fns.el (help-with-tutorial): Revert last change.
10561 2005-03-31  Kim F. Storm  <storm@cua.dk>
10563         * emulation/cua-base.el (cua-scroll-down): Add CUA property.
10565 2005-03-30  Paul Eggert  <eggert@cs.ucla.edu>
10567         * calendar/cal-china.el: Update reference to "Calendrical
10568         Calculations" book; there's a new edition.
10569         * calendar/cal-coptic.el: Likewise.
10570         * calendar/cal-french.el: Likewise.
10571         * calendar/cal-hebrew.el: Likewise.
10572         * calendar/cal-islam.el: Likewise.
10573         * calendar/cal-iso.el: Likewise.
10574         * calendar/cal-julian.el: Likewise.
10575         * calendar/cal-mayan.el: Likewise.
10576         * calendar/cal-persia.el: Likewise.
10577         * calendar/calendar.el: Likewise.
10578         * calendar/holidays.el: Likewise.
10579         * calendar/lunar.el: Likewise.
10580         * calendar/solar.el: Likewise.
10582         * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
10583         white space from doc string.
10585 2005-03-30  Jay Belanger  <belanger@truman.edu>
10587         * calc/calc-help.el (calc-full-help): Remove email address.
10589 2005-03-30  Thien-Thi Nguyen  <ttn@gnu.org>
10591         * help-fns.el (help-with-tutorial): Delete title line.
10593 2005-03-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
10595         * calendar/cal-x.el (calendar-one-frame-setup)
10596         (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
10597         rather than 'symbol for set-window-dedicated-p.
10599         * calendar/appt.el (appt-buffer-name): Make it a constant.
10600         (appt-add): Doc fix.
10602         * filesets.el (filesets-menu-path, filesets-menu-before)
10603         (filesets-menu-in-menu): Doc fix.  Now valid in GNU Emacs.
10604         (filesets-menu-cache-file): Use directory ~/.emacs.d.
10605         (filesets-add-submenu): Delete and use add-submenu instead.
10607 2005-03-30  Carsten Dominik  <dominik@science.uva.nl>
10609         * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
10610         (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
10611         (org-diary-default-entry): New function.
10612         (org-get-entries-from-diary): Better parsing of diary entries.
10613         (org-agenda-check-no-diary): New function.
10614         ("diary-lib"): Advice to function `add-to-diary-list', to allow
10615         linking to diary entries.
10616         (org-agenda-execute-calendar-command): New function.
10617         (org-agenda): Improve visible section in window.
10618         Use `org-fit-agenda-window'.
10619         (org-fit-agenda-window): New option.
10620         (org-move-subtree-down): Better handling of empty lines
10621         at end of subtree.
10622         (org-cycle): Numeric prefix is interpreted now as show-subtree N
10623         levels up.
10624         (org-fontify-done-headline): New option.
10625         (org-headline-done-face): New face.
10626         (org-set-font-lock-defaults): Use `org-headline-done-face'.
10627         (org-table-copy-down): Rename from `org-table-copy-from-above'.
10628         When current field is non-empty, it is copied to next row.
10629         (org-table-copy-from-above): Fix bug which made it
10630         impossible to copy fields containing only a single non-white character.
10632 2005-03-30  Kim F. Storm  <storm@cua.dk>
10634         * kmacro.el (kmacro-end-macro): Isearch may store this command
10635         into the macro -- so ignore it when executing keyboard macro.
10637 2005-03-30  Nick Roberts  <nickrob@snap.net.nz>
10639         * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
10641 2005-03-29  Kenichi Handa  <handa@m17n.org>
10643         * language/thai.el ("Thai"): Set setup-function and exit-function
10644         for Thai language environment.
10646         * language/thai-util.el: Require thai-word.
10647         (thai-word-mode-map): New variable.
10648         (thai-word-mode): New minor mode.
10649         (setup-thai-language-environment-internal): New function.
10650         (exit-thai-language-environment-internal): New function.
10652         * language/thai-word.el (thai-word-table): Declare it by defvar,
10653         use dolist to initialize it.
10654         (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
10655         (thai-fill-find-break-point): New functions.
10657 2005-03-29  Richard M. Stallman  <rms@gnu.org>
10659         * simple.el (idle-update-delay): Move definition up.
10660         (set-mark): Doc fix.
10662 2005-03-29  Chong Yidong  <cyd@stupidchicken.com>
10664         * longlines.el: New file.
10666         * simple.el (buffer-substring-filters): New variable.
10667         (filter-buffer-substring): New function.
10668         (kill-region, copy-region-as-kill): Use it.
10670         * register.el (copy-to-register, append-to-register)
10671         (prepend-to-register): Use filter-buffer-substring.
10673 2005-03-30  Nick Roberts  <nickrob@snap.net.nz>
10675         * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
10676         (gud-filter-pending-text): Move in front of gdb.
10677         (gud-overlay-arrow-position): New variable.
10678         (gud-sentinel, gud-display-line): Use it in place of
10679         overlay-arrow-position.
10681 2005-03-29  Glenn Morris  <gmorris@ast.cam.ac.uk>
10683         * progmodes/fortran.el (fortran-if-indent): Doc fix.
10684         (fortran-font-lock-keywords-2): Add "where", "elsewhere".
10685         (fortran-font-lock-keywords-4): New variable.
10686         (fortran-blocks-re, fortran-end-block-re)
10687         (fortran-start-block-re): New constants, for hideshow.
10688         (hs-special-modes-alist): Add a Fortran entry.
10689         (fortran-mode-map): Bind fortran-end-of-block,
10690         fortran-beginning-of-block to \M-\C-n, \M-\C-p.
10691         (fortran-mode): Doc fix.  Add fortran-font-lock-keywords-4.
10692         (fortran-looking-at-if-then, fortran-end-of-block)
10693         (fortran-beginning-of-block): New functions, for hideshow.
10695         * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
10696         Doc fix.  Tweak regexp.
10697         (f90-beginning-of-block): Push mark first.
10699 2005-03-29  Jay Belanger  <belanger@truman.edu>
10701         * calc/calc.el: Update copyright date.
10702         (calc-version): Increase to 2.1.
10703         (calc-version-date): Remove.
10705         * calc/calc-help.el: Update copyright date.
10706         (calc-full-help): Remove reference to calc-version-date.
10707         Update copyright date.
10709 2005-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
10711         * vc.el (vc-do-command): Use a pipe for async processes, so password
10712         prompts don't show up at places where the user can't reply.
10714 2005-03-29  Olive Lin  <olive.lin@versateladsl.be>  (tiny change)
10716         * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
10717         on the file name we pass to the inferior shell.
10719 2005-03-29  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
10721         * progmodes/which-func.el (which-function): Be robust in the face of an
10722         imenu--make-index-alist failure.
10724 2005-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
10726         * reveal.el (reveal-mode-map): Don't override C-a and C-e.
10728         * progmodes/python.el (python-preoutput-filter): Fix last change.
10730 2005-03-29  Lute Kamstra  <lute@gnu.org>
10732         * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
10733         functions and compiled macros.
10734         (debug-convert-byte-code): Handle macros too.
10735         (debug-on-entry-1): Don't signal an error when trying to clear a
10736         function that is not set to debug on entry.
10738 2005-03-29  Jay Belanger  <belanger@truman.edu>
10740         * calc/calc-lang.el: Add functions to math-function-table
10741         properties of tex and math.
10743 2005-03-29  Kenichi Handa  <handa@m17n.org>
10745         * ps-mule.el (ps-mule-plot-string): Translate characters by
10746         ps-print-translation-table.
10747         (ps-mule-begin-job): Call find-charset-region/string with
10748         ps-print-translation-table.
10749         (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
10751         * ps-print.el (ps-print-translation-table): New variable.
10752         (ps-plot-region): Translate characters by ps-print-translation-table.
10754 2005-03-29  Juri Linkov  <juri@jurta.org>
10756         * simple.el (next-error-highlight-timer): New variable.
10758         * progmodes/compile.el (compilation-goto-locus):
10759         Use `next-error-highlight-timer' instead of `sit-for'.
10761 2005-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
10763         * mail/supercite.el (sc-mail-field): Use assoc-string.
10764         (sc-get-address): Simplify regexps.
10766         * files.el (minibuffer-with-setup-hook): New macro.
10767         (find-file-read-args): Use it to avoid let-binding
10768         minibuffer-with-setup-hook (which breaks turning on/off
10769         file-name-shadow-mode while in the prompt).
10771         * complete.el (PC-read-include-file-name-internal):
10772         Use test-completion.
10774 2005-03-28  Luc Teirlinck  <teirllm@auburn.edu>
10776         * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
10778 2005-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
10780         * window.el (window-buffer-height): Use count-screen-lines.
10782         * progmodes/python.el (python-preoutput-leftover): New var.
10783         (python-preoutput-filter): Use it.
10784         (python-send-receive): Loop until all the result has been received.
10786 2005-03-28  Juri Linkov  <juri@jurta.org>
10788         * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
10790         * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
10791         "Recover Crashed Session".
10792         (menu-bar-search-menu): Add ellipsis to "Search tagged files".
10793         (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
10794         (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
10795         (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
10796         (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
10797         (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
10798         (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
10799         (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
10801         * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
10802         Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
10803         Ediff Sessions", "Toggle use of separate control buffer frame",
10804         "Use separate frame for Ediff control buffer".
10806         * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
10807         Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
10808         "Rename Bookmark", "Delete Bookmark".
10810         * info.el (Info-mode-menu): Remove ellipsis from "Index".
10811         Add ellipsis to "Lookup a String", "Lookup a string in all indices".
10812         Add `:active Info-index-alternatives' to "Next Matching Item".
10814         * wdired.el (wdired-change-to-wdired-mode):
10815         Mention `wdired-abort-changes' key in the initial message.
10817         * international/mule.el (auto-coding-alist): Associate non-ascii
10818         image filename extensions with `no-conversion'.
10820 2005-03-27  Stefan Monnier  <monnier@iro.umontreal.ca>
10822         * international/iso-acc.el:
10823         * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
10825 2005-03-26  Luc Teirlinck  <teirllm@auburn.edu>
10827         * textmodes/sgml-mode.el (html-mode): Doc update.
10829         * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
10831 2005-03-26  Dan Nicolaescu  <dann@ics.uci.edu>
10833         * term.el (term-move-columns): Fix face after extending a line.
10834         (term-insert-spaces): Likewise.
10835         (term-reset-terminal): Fix off by one error.
10837 2005-03-26  Eli Zaretskii  <eliz@gnu.org>
10839         * international/mule.el (auto-coding-alist): Add .xpi files.
10841         * files.el (auto-mode-alist): Add .xpi files.
10843 2005-03-26  Jure Cuhalev  <gandalf@owca.info>  (tiny change)
10845         * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
10847 2005-03-26  Eli Zaretskii  <eliz@gnu.org>
10849         * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
10851 2005-03-26  Glenn Morris  <gmorris@ast.cam.ac.uk>
10853         * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
10854         binding.  Suggested by Stephan Stahl <stahl@eos.franken.de>.
10856         * calendar/cal-move.el (calendar-beginning-of-year): Move the
10857         cursor to Jan 1 when needed.
10858         (calendar-end-of-year): Fix -/+ typo.
10859         Reported by Chong Yidong <cyd@stupidchicken.com>.
10861 2005-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
10863         * progmodes/flymake.el (flymake-mode): Add autoload cookie.
10865         * emacs-lisp/debug.el (debugger-record-expression): Add a missing
10866         format to `message'.  Inspired by Deepak Goel <deego@gnufans.org>.
10868 2005-03-25  Richard M. Stallman  <rms@gnu.org>
10870         * filesets.el (filesets-init): Add autoload.
10872         * mail/mailalias.el (mail-directory): Doc fix.
10874 2005-03-25  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
10876         * mail/mailalias.el (mail-directory-process): Do nothing if
10877         mail-directory-process is an atom.
10878         (mail-get-names): Ignore mail-directory-names if it is an atom.
10879         (mail-directory-process defvar): Doc fix.
10880         (mail-names): Doc fix.
10882 2005-03-25  Johan Bockg\e,Ae\e(Brd  <bojohan+mail@dd.chalmers.se>  (tiny change)
10884         * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
10886 2005-03-26  Kenichi Handa  <handa@m17n.org>
10888         * international/mule-util.el (detect-coding-with-priority):
10889         Call update-coding-systems-internal before detect-coding-region.
10891 2005-03-26  Nick Roberts  <nickrob@snap.net.nz>
10893         * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
10894         (gdb-frames-mode-map): Add follow-link property.
10896 2005-03-25  Jay Belanger  <belanger@truman.edu>
10898         * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
10899         for variables.
10901 2005-03-25  Juri Linkov  <juri@jurta.org>
10903         * image-mode.el: Optimize image filename extension regexps in
10904         autoload cookies.  Associate .x[bp]m with `image-mode-maybe'
10905         in `auto-mode-alist'.
10906         (image-mode): Add `image-toggle-display-text' to local hook
10907         `change-major-mode-hook'.  Display the image as an image by
10908         default.  Set `cursor-type' and `truncate-lines' if the image
10909         is already displayed.  Take into account the current mode (image
10910         or text) in message.
10911         (image-minor-mode): New minor mode.
10912         (image-mode-maybe, image-toggle-display-text): New functions.
10913         (image-toggle-display): Use called-interactively-p.
10914         Let-bind `inhibit-read-only' to t.
10916         * image-mode.el (image-minor-mode): Set `cursor-type' and
10917         `truncate-lines' if the image is already displayed.  Add turning
10918         image-minor-mode off to `change-major-mode-hook'.  Add message.
10919         Call `image-toggle-display-text' after turning image-minor-mode off.
10921 2005-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
10923         * international/mule-cmds.el (set-locale-environment): For Mac OS X's
10924         Terminal.app, use utf-8.
10925         (set-display-table-and-terminal-coding-system): Add coding-system arg.
10926         (set-locale-environment): Use it.
10928         * term/xterm.el: Undo last change, better done in mule-cmds.el.
10930         * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
10932         * progmodes/python.el (python-close-block-statement-p)
10933         (python-outdent-p, python-current-defun): Use symbol-end.
10935 2005-03-25  Karl Chen  <quarl@cs.berkeley.edu>  (tiny change)
10937         * files.el (save-some-buffers): Doc fix.
10939 2005-03-25  Werner Lemberg  <wl@gnu.org>
10941         * complete.el, thumbs.el: Replace `legal' with `valid'.
10942         * calendar/calendar.el: Replace `legal' with `valid'.
10943         * emacs-lisp/advice.el: Replace `legal' with `valid'.
10944         * mail/supercite.el: Replace `legal' with `valid'.
10945         * progmodes/cperl-mode.el, progmodes/idlw-shell.el
10946         * progmodes/idlwave.el, progmodes/vhdl-mode.el:
10947         Replace `legal' with `valid'.
10948         * textmodes/reftex-vars.el, textmodes/reftex.el:
10949         Replace `legal' with `valid'.
10951 2005-03-25  Werner Lemberg  <wl@gnu.org>
10953         * calc/calc-forms.el, calc/calc-sel.el:
10954         * midnight.el, vc-cvs.el:
10955         * emacs-lisp/cl-macs.el:
10956         * emulation/vip.el:
10957         * eshell/esh-io.el, eshell/esh-var.el:
10958         * mail/supercite.el:
10959         * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
10960         * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
10961         * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
10962         * progmodes/sh-script.el, progmodes/xscheme.el:
10963         * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
10964         * textmodes/reftex-index.el, textmodes/reftex-parse.el
10965         * textmodes/reftex-ref.el, textmodes/reftex-vars.el
10966         * textmodes/reftex.el, textmodes/org.el:
10967         Replace `illegal' with `invalid'.
10969 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
10971         * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
10972         (flymake-find-buildfile, flymake-find-possible-master-files)
10973         (flymake-check-include, flymake-parse-line): Replace loops over the
10974         length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
10976         * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
10977         Substitute file-name-as-directory in the rest of the file.
10978         (flymake-get-common-file-prefix): Rewrite, using compare-strings.
10979         (flymake-replace-region): Remove unused arg `buffer'.
10980         (flymake-check-patch-master-file-buffer): Update calls to it.
10981         (flymake-add-err-info): Remove unused var `count'.
10982         (flymake-mode): Use define-minor-mode.
10984         * progmodes/flymake.el: Use with-current-buffer.
10985         (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
10986         flymake-replace-regexp-in-string, flymake-line-beginning-position)
10987         (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
10988         Avoid testing for `xemacs'.
10989         (flymake-nop): Move.
10990         (flymake-region-has-flymake-overlays): Return the computed value.
10991         (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
10992         Remove unused var `endline'.
10993         (flymake-get-line-count): Remove unused function.
10994         (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
10996         * emulation/vi.el:
10997         * generic.el:
10998         * hilit-chg.el (global-highlight-changes):
10999         * hi-lock.el (hi-lock-mode):
11000         * follow.el: find-file-hooks -> find-file-hook.
11002         * comint.el (comint-insert-input): Obey mouse-yank-at-point.
11004 2005-03-24  Juri Linkov  <juri@jurta.org>
11006         * dired.el (dired-mode-map): Add menu item "Compare directories"
11007         for dired-compare-directories.
11009         * dired-aux.el (dired-compare-directories): Add autoload cookie.
11010         Doc fix.  Replace `read-file-name' with `read-directory-name'.
11012 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
11014         * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
11016 2005-03-24  Jay Belanger  <belanger@truman.edu>
11018         * calc/calc-embed.el (calc-embedded-mode-change): Save all
11019         relevant mode settings in calc-embedded-original-modes when modes
11020         are permanently changed.
11022 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
11024         * autoinsert.el: find-file-hooks -> find-file-hook.
11026 2005-03-24  Lute Kamstra  <lute@gnu.org>
11028         * generic.el (generic-font-lock-defaults): Make it obsolete.
11029         (generic-font-lock-keywords): New variable to replace
11030         generic-font-lock-defaults.
11031         (generic-mode-set-font-lock): Delete it.
11032         (generic-mode-internal): Don't call generic-mode-set-font-lock.
11033         (generic-bracket-support): Add docstring.
11035         * generic-x.el: Rename generic-font-lock-defaults to
11036         generic-font-lock-keywords throughout.
11037         (mailagent-rules-setup-function): Delete it.
11038         (mailagent-rules-generic-mode): Use anonymous function instead.
11039         (show-tabs-generic-mode-font-lock-defaults-1)
11040         (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
11041         Quote faces.
11042         (show-tabs-tab-face, show-tabs-space-face): Specify background,
11043         not foreground.
11045         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
11046         Recognize define-generic-mode.
11048 2005-03-23  Stefan Monnier  <monnier@iro.umontreal.ca>
11050         * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
11051         if there's no completion table.
11053 2005-03-23  Miles Bader  <miles@gnu.org>
11055         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
11056         Remove tty-specific variants, as they're no longer needed.
11058 2005-03-23  Lute Kamstra  <lute@gnu.org>
11060         * generic-x.el: Code cleanup: make args constant whenever possible.
11061         (installshield-statement-keyword-list)
11062         (installshield-system-functions-list)
11063         (installshield-system-variables-list, installshield-types-list)
11064         (installshield-funarg-constants-list): Make them constants.
11066         * generic.el (generic-make-keywords-list): Add autoload cookie.
11068         * calendar/time-date.el: Add comment on time value formats.
11069         Don't require parse-time.
11070         (with-decoded-time-value): New macro.
11071         (encode-time-value): New function.
11072         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
11073         (days-to-time): Return a valid time value when arg is huge.
11074         (time-since): Use time-subtract.
11075         (time-to-number-of-days): Use time-to-seconds.
11077 2005-03-23  David Ponce  <david@dponce.com>
11079         * recentf.el: (recentf-keep): New option.
11080         (recentf-menu-action): Default to `find-file'.
11081         (recentf-keep-non-readable-files-flag)
11082         (recentf-keep-non-readable-files-p)
11083         (recentf-file-readable-p, recentf-find-file)
11084         (recentf-cleanup-remote): Remove.
11085         (recentf-include-p): More robust.
11086         (recentf-keep-p): New function.
11087         (recentf-remove-if-non-kept): Rename from
11088         `recentf-remove-if-non-readable'.  Use `recentf-keep-p'.
11089         All callers updated.
11090         (recentf-menu-items-for-commands): Fix help string.
11091         (recentf-track-closed-file): Update.  Doc fix.
11092         (recentf-cleanup): Update.  Count removed files.  Doc fix.
11094 2005-03-23  Kim F. Storm  <storm@cua.dk>
11096         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
11097         Don't inherit from fringe face (now happens automatically).
11099 2005-03-22  Kim F. Storm  <storm@cua.dk>
11101         * tooltip.el (tooltip-show-help-function): Ignore negative mouse
11102         position values.
11104 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
11106         * menu-bar.el (showhide-date-time): Remove.
11107         (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
11108         (menu-bar-make-mm-toggle): Simplify.
11110 2005-03-22  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
11112         * progmodes/perl-mode.el (perl-font-lock-keywords-2):
11113         Accept qualified variable and function names.
11115 2005-03-22  Thien-Thi Nguyen  <ttn@gnu.org>
11117         * bindings.el (completion-ignored-extensions):
11118         Remove ".lis" for `vax-vms'.
11120 2005-03-22  Andreas Schwab  <schwab@suse.de>
11122         * generic-x.el: Revert last change.
11123         * ldefs-boot.el: Update.
11125 2005-03-22  Jay Belanger  <belanger@truman.edu>
11127         * calc/calc-embed.el (calc-embedded-original-modes): New variable.
11128         (calc-embedded-save-original-modes)
11129         (calc-embedded-restore-original-modes): New functions.
11130         (calc-do-embedded): Save original modes when entering embedded mode
11131         and restore when leaving embedded mode.
11132         (calc-embedded-modes-change): Change the value of
11133         calc-embedded-original-modes to reflect permanent changes.
11135 2005-03-22  Lute Kamstra  <lute@gnu.org>
11137         * generic-x.el: Require generic again.
11139 2005-03-22  Miles Bader  <miles@gnu.org>
11141         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
11142         Tweak details to look good on both ttys and bitmap displays, light
11143         or dark background, etc.
11145 2005-03-21  Kim F. Storm  <storm@cua.dk>
11147         * tooltip.el (tooltip-show-help-function): Check car and cdr of
11148         mouse position.
11150 2005-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
11152         * icomplete.el: Don't forcibly turn on the mode upon load.
11153         (icomplete-mode): Use define-minor-mode.
11154         (icomplete-eoinput): Default to nil.
11155         (icomplete-minibuffer-setup): Remove autoload.
11156         (icomplete-tidy): Simplify.
11157         (icomplete-exhibit): Use buffer-undo-list to determine if we're still
11158         in the initial state or if the user has modified the field.
11159         Fix handling of icomplete-max-delay-chars.
11160         Remove code that handles the oddball case where
11161         minibuffer-completion-table is an integer.
11162         Wrap icomplete-completions in while-no-input in case building
11163         completions takes more time than expected.
11164         (icomplete-completions): Simplify.
11166 2005-03-21  Richard M. Stallman  <rms@gnu.org>
11168         * jka-compr.el (jka-compr-really-do-compress):
11169         Make variable buffer-local.
11171         * image-mode.el: Handle .xpm files too.
11172         (image-toggle-display): Preserve modification flag.
11174         * help.el (where-is): Don't mention aliases with no key bindings.
11176 2005-03-21  Lute Kamstra  <lute@gnu.org>
11178         * generic.el: Fix commentary section.  Don't require cl for
11179         compilation.
11180         (generic-mode-list): Add autoload cookie.
11181         (generic-use-find-file-hook, generic-lines-to-scan)
11182         (generic-find-file-regexp, generic-ignore-files-regexp)
11183         (generic-mode, generic-mode-find-file-hook)
11184         (generic-mode-ini-file-find-file-hook): Fix docstrings.
11185         (define-generic-mode): Make it a defmacro.  Fix docstring.
11186         (generic-mode-internal): Code cleanup.  Add autoload cookie.
11187         (generic-mode-set-comments): Code cleanup.
11188         * generic-x.el: Don't prevent compilation.  Don't require generic.
11189         Follow coding conventions.  Minor code cleanup.
11190         (etc-fstab-generic-mode): Add some keywords.
11191         * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
11192         define-generic-mode like a function declaration.
11194 2005-03-21  Jay Belanger  <belanger@truman.edu>
11196         * calc/calc-embed.el (calc-do-embedded): Put data on stack before
11197         changing modes.
11199 2005-03-21  Sam Steingold  <sds@gnu.org>
11201         * add-log.el (add-log-current-defun): Support more C DEFUN forms.
11203 2005-03-21  Thien-Thi Nguyen  <ttn@gnu.org>
11205         * progmodes/dcl-mode.el (dcl-font-lock-keywords):
11206         Add underscore to "f$ lexicals" regexp.
11208 2005-03-20  Juri Linkov  <juri@jurta.org>
11210         * subr.el (progress-reporter-do-update): When `min-value' is equal
11211         to `max-value', set `percentage' to 0 and prevent division by zero.
11213 2005-03-20  Michael Albinus  <michael.albinus@gmx.de>
11215         Sync with Tramp 2.0.48.
11217         * net/tramp.el (all): Change all addresses to .gnu.org.
11218         (tramp-append-tramp-buffers): New defun.
11219         (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
11220         Catch `dont-send' signal.
11221         (tramp-set-auto-save-file-modes): Set always permissions, because
11222         there might be an old auto-saved file belonging to another
11223         original file.  This could be a security threat.  Reported by
11224         Kjetil Kjernsmo <kjetil@kjernsmo.net>.
11225         Check for Emacs 21.3.50 removed.
11227         * net/tramp-smb.el (all): Remove debug construct for
11228         `with-parsed-tramp-file-name'.
11229         (tramp-smb-prompt): Prompt can contain spaces inside directory names.
11230         (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
11231         No error message if DIRECTORY or FILENAME doesn't exist.
11232         (tramp-smb-open-connection): Check existence of
11233         `tramp-smb-program'.
11235 2005-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
11237         * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
11238         Properly handle the case where the `m' or `s' command's argument is not
11239         yet terminated.
11240         (perl-indent-new-calculate): New function.
11241         (perl-indent-line): Use it.
11243 2005-03-20  Miles Bader  <miles@gnu.org>
11245         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
11246         in text-mode too.  Change to new face names.
11247         (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
11248         Add `:weight bold' attribute.
11249         (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
11251 2005-03-19  Juri Linkov  <juri@jurta.org>
11253         * files.el (auto-mode-alist): Add comment.  Optimize jar/ear/war.
11255         * international/mule.el (auto-coding-alist): Sync with
11256         `auto-mode-alist' by adding upper case archive file extensions
11257         and adding ear/war to jar extension.
11259 2005-03-19  David Casperson  <casper@unbc.ca>  (tiny change)
11261         * textmodes/tex-mode.el (tex-view): If tex-shell process is not
11262         running, restart it.
11264 2005-03-19  Yoichi NAKAYAMA  <yoichi@geiin.org>  (tiny changes)
11266         * finder.el (finder-current-item): Throw an error on an empty line.
11268         * man.el (Man-follow-manual-reference): If current-word returns
11269         nil, use "".
11271 2005-03-19  Matt Hodges  <MPHodges@member.fsf.org>
11273         * simple.el (goto-line): Doc fix.
11275 2005-03-19  Aaron Hawley  <Aaron.Hawley@uvm.edu>  (tiny change)
11277         * files.el (save-buffer): Doc fix.
11279 2005-03-19  Michael R. Mauger  <mmaug@yahoo.com>
11281         * recentf.el (recentf-cleanup-remote): New variable.
11282         (recentf-cleanup): Use it to conditionally check availability of
11283         remote files.
11285 2005-03-19  Joe Edmonds  <joe-bugs-debian-org@elem.com>  (tiny change)
11287         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
11288         function names.
11290 2005-03-19  Eli Zaretskii  <eliz@gnu.org>
11292         * language/thai-word.el: New file.
11294 2005-03-19  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
11296         * files.el (backup-buffer): If the file's directory is not
11297         writable, use copy instead of move to backup the file.
11299 2005-03-19  Eli Zaretskii  <eliz@gnu.org>
11301         * obsolete/keyswap.el: Moved to obsolete/ from term/.
11303 2005-03-19  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
11305         * ps-print.el (ps-generate-string-list, ps-generate-header-line):
11306         Use functionp instead of symbolp and fboundp.  Reported by Drkm
11307         <darkman_spam@yahoo.fr>.
11308         (ps-print-version): New version 6.6.6.
11310 2005-03-18  Tak Ota  <Takaaki.Ota@am.sony.com>
11312         * textmodes/table.el (table--line-column-position): New idiom.
11313         (table--row-column-insertion-point-p): New function to test
11314         validity of row and column insertion operation at a location.
11315         (table-global-menu, table-cell-menu): Use above functions for
11316         deterministic test operation.
11317         (table--editable-cell-p): Behave in deterministic fashion.
11319 2005-03-18  Juri Linkov  <juri@jurta.org>
11321         * isearch.el (isearch-lazy-highlight-new-loop):
11322         Make arguments beg and end optional.
11323         (isearch-update): Remove optional arguments nil from
11324         isearch-lazy-highlight-new-loop.
11325         (isearch-lazy-highlight-search): Let-bind case-fold-search to
11326         isearch-lazy-highlight-case-fold-search instead of
11327         isearch-case-fold-search, and let-bind isearch-regexp to
11328         isearch-lazy-highlight-regexp.
11329         Use isearch-lazy-highlight-last-string instead of isearch-string.
11331         * replace.el (perform-replace): Remove bindings of global
11332         variables isearch-string, isearch-regexp, isearch-case-fold-search.
11333         Add three new arguments to `replace-highlight'.
11334         (replace-highlight): Add arguments string, regexp, case-fold.
11335         Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
11336         to allow isearch-lazy-highlight-new-loop to use these values
11337         to set corresponding isearch-lazy-highlight-* internal
11338         variables whose values lazy highlighting will use regardless of
11339         changes to global variables isearch-string, isearch-regexp,
11340         isearch-case-fold-search during lazy highlighting loop.
11341         (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
11342         to `lazy-highlight-cleanup'.
11344         * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
11345         (ispell-highlight-face): Set default face to `isearch' when
11346         lazy highlighting is enabled.
11347         (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
11348         priority to 1.  Add lazy highlighting.
11349         (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
11350         from `isearch-dehighlight'.
11352 2005-03-18  David Ponce  <david@dponce.com>
11354         * files.el (hack-local-variables): Do a case-insensitive search
11355         for End.
11357 2005-03-18  Juri Linkov  <juri@jurta.org>
11359         * isearch.el (lazy-highlight-cleanup) <command>: Rename from
11360         `isearch-lazy-highlight-cleanup', add alias to old name and
11361         declare obsolete.  Add release numbers to other obsolete vars.
11362         (isearch-done, isearch-lazy-highlight-new-loop):
11363         Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
11364         (lazy-highlight-cleanup) <variable>: Doc fix.
11365         (isearch-lazy-highlight-update): Rename obsolete
11366         `isearch-lazy-highlight-face' to `lazy-highlight-face'.
11368 2005-03-18  Kenichi Handa  <handa@m17n.org>
11370         * language/thai-util.el: Fix categorization of Thai characters in
11371         thai-category-table.
11372         (thai-composition-pattern): Adjust it for the above change.
11373         (thai-self-insert-command, thai-compose-syllable): New functions.
11374         (thai-compose-region): Use thai-compose-syllable.
11375         (thai-compose-string): Likewise.
11376         (thai-composition-function): Likewise.
11377         (thai-auto-composition): New function.
11378         (thai-auto-composition-mode): New minor mode.
11380         * language/thai.el: Fix patterns to be registered in
11381         composition-function-table.
11383         * international/quail.el (quail-input-method): Locally bind
11384         inhibit-modification-hooks to t.
11386 2005-03-17  Richard M. Stallman  <rms@gnu.org>
11388         * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
11389         (perl-mode): Use run-mode-hooks.
11391         * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
11392         (rmail-pop-password-required, rmail-remote-password): Doc fixes.
11393         (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
11395         * mail/sendmail.el (sendmail-send-it): Reenable the code
11396         to compute resend-to-address and use it.
11398         * tar-mode.el (tar-mode): Turn off undo unconditionally.
11400         * image-mode.el: New file.
11402         * image.el (insert-sliced-image): Add autoload cookie.
11404         * font-lock.el (font-lock-lines-before): New user option.
11405         (font-lock-after-change-function): Obey it.
11407         * bindings.el (esc-map): Make M-g a prefix.
11408         Bind M-g g and M-g M-g to goto-line.
11410         * faces.el (face-id): Doc fix.
11412 2005-03-17  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
11414         * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
11415         (rmail-show-message): Use rmail-unknown-mail-followup-to.
11416         (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
11418         * mail/sendmail.el (mail-yank-ignored-headers)
11419         (mail-font-lock-keywords, mail-mode-fill-paragraph):
11420         Add Mail-Followup-To and Mail-Reply-To headers.
11421         (mail-citation-hook): Add autoload cookie.
11422         (mail-mode): Doc fix.
11423         (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
11424         (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
11425         (mail-mode-fill-paragraph): Handle those headers.
11426         (mail-mailing-lists): New variable.
11427         (mail-mail-reply-to, mail-mail-followup-to): New functions.
11429 2005-03-17  Juri Linkov  <juri@jurta.org>
11431         * isearch.el (isearch-fallback): Check for `(car previous)'
11432         before calling `isearch-other-end-state'.
11434 2005-03-17  Kim F. Storm  <storm@cua.dk>
11436         * simple.el (move-beginning-of-line): Move to beginning of buffer
11437         line, as well as beginning of screen line.
11439 2005-03-16  Glenn Morris  <gmorris@ast.cam.ac.uk>
11441         * calendar/diary-lib.el (mark-diary-entries): Use new optional
11442         argument REDRAW rather than calendar-redrawing variable.
11443         * calendar/calendar.el (calendar-redrawing): Delete.
11444         (redraw-calendar): Do not bind calendar-redrawing.
11446 2005-03-16  Matt Hodges  <MPHodges@member.fsf.org>
11448         * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
11449         diary-file buffer.
11451 2005-03-16  Stefan Monnier  <monnier@iro.umontreal.ca>
11453         * help.el (describe-mode): Allow a :minor-mode-function property to
11454         specify a different minor mode toggle function than the variable.
11455         * simple.el (auto-fill-function):
11456         * subr.el (add-minor-mode): Use it.
11458 2005-03-16  Kenichi Handa  <handa@m17n.org>
11460         * language/ethio-util.el (sera-being-called-by-w3): New variable.
11461         (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
11462         (ethio-fidel-to-sera-buffer): Likewise.
11464 2005-03-16  Juri Linkov  <juri@jurta.org>
11466         * emacs-lisp/find-func.el (find-function-regexp):
11467         Add defun-emitting macro `menu-bar-make-toggle'.
11469         * isearch.el: Put `isearch-scroll' property to
11470         `split-window-horizontally'.
11472         * info.el: Update error messages for `debug-ignored-errors'.
11473         (Info-isearch-search): Doc fix.
11474         (Info-find-node): Move up code to go into info buffer before
11475         recording the node to the history.
11476         (Info-fontify-node): Fontify titles only if the next line
11477         has two or more `*', `=', `-', `.'.
11478         Display "go to this node" for empty (match-string 3).
11480 2005-03-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
11482         * term/mac-win.el: Add mouse pointer shape constants.
11484 2005-03-15  Kim F. Storm  <storm@cua.dk>
11486         * simple.el (move-beginning-of-line): Use vertical-motion.
11488 2005-03-15  Juri Linkov  <juri@jurta.org>
11490         * isearch.el (isearch-error): New variable.
11491         (isearch-invalid-regexp, isearch-within-brackets): Remove.
11492         (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
11493         (isearch-within-brackets-state): Remove.
11494         (isearch-case-fold-search-state, isearch-pop-fun-state):
11495         Decrease frame index.
11496         (isearch-mode, isearch-top-state, isearch-push-state)
11497         (isearch-edit-string, isearch-abort, isearch-search-and-update)
11498         (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
11499         (isearch-search, isearch-lazy-highlight-new-loop):
11500         Replace `isearch-invalid-regexp' with `isearch-error'.
11501         Remove `isearch-within-brackets'.
11502         (isearch-search): Add `search-failed' handler to `condition-case'.
11503         (isearch-lazy-highlight-search): Add `condition-case' to catch
11504         errors and allow `isearch-lazy-highlight-update' to try
11505         highlighting from the beginning of the window.
11506         (isearch-repeat): Move up code to set isearch-wrapped to t
11507         before calling isearch-wrap-function.
11509         * info.el (Info-isearch-initial-node): New internal variable.
11510         (Info-search): Signal an error in isearch mode when search leaves
11511         the initial node.  Signal an error when `bound' is non-nil and
11512         nothing was found in the current subfile.
11513         (Info-isearch-search): Remove `condition-case'.
11514         (Info-isearch-wrap): Don't wrap when search failed during leaving
11515         the initial node.  If `Info-isearch-search' is nil, wrap around
11516         the current node.
11517         (Info-isearch-start): New fun.
11518         (Info-mode): Add buffer-local hook `Info-isearch-start' to
11519         `isearch-mode-hook'.
11521 2005-03-15  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
11523         * simple.el (normal-erase-is-backspace): Set default to t if
11524         running on Mac.
11526         * term/mac-win.el (function-key-map): Sync with x-win.el.
11528 2005-03-15  Kenichi Handa  <handa@m17n.org>
11530         * international/mule-cmds.el (locale-language-names): Modify the
11531         format of elements and add more entries.
11532         (locale-preferred-coding-systems): Add more entries.
11533         (set-locale-environment): Adjust for the change of
11534         locale-language-names.
11536 2005-03-14  Stefan Monnier  <monnier@iro.umontreal.ca>
11538         * pcvs.el (smerge-ediff): Remove bogus autoload.
11540 2005-03-14  Lute Kamstra  <lute@gnu.org>
11542         * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
11543         Ignore a `*' at the beginning of a line.
11545         * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
11546         * emacs-lisp/byte-run.el (macro-declaration-function): Move from
11547         subr.el.
11548         (dont-compile, eval-when-compile, eval-and-compile): Use declare
11549         to specify indentation.
11551         * generic.el (define-generic-mode): Let generic-mode-list be a
11552         list of strings; test membership with equal.
11554 2005-03-14  Kim F. Storm  <storm@cua.dk>
11556         * simple.el (next-line, previous-line): Add optional try-vscroll
11557         arg to recognize interactive use.  Pass it on to line-move.
11558         (line-move): Don't perform auto-window-vscroll when defining or
11559         executing keyboard macro to ensure consistent behavior.
11561 2005-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
11563         * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
11565 2005-03-13  Lute Kamstra  <lute@gnu.org>
11567         * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
11568         debugger-setup-buffer so that backtrace marks the frames set to
11569         debug-on-exit and we don't have to do it manually.  Set an extra
11570         debug-on-exit for macro's.
11571         (debugger-setup-buffer): Don't mark the top frame manually.
11573 2005-03-12  Lute Kamstra  <lute@gnu.org>
11575         * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
11576         lisp-indent-function throughout.
11577         (with-no-warnings): Set lisp-indent-function property.
11579 2005-03-12  Thien-Thi Nguyen  <ttn@gnu.org>
11581         * progmodes/dcl-mode.el (dcl-mode-syntax-table):
11582         Add entry for backslash.
11584 2005-03-12  Juri Linkov  <juri@jurta.org>
11586         * info.el (Info-search): Four fixes for backward search.
11588 2005-03-11  Jay Belanger  <belanger@truman.edu>
11590         * calc/calc.el (calc-language-alist): New variable.
11591         * calc/calc-embed.el (calc-embedded-language-alist): Remove.
11592         (calc-embedded-find-modes): Use calc-language-alist instead of
11593         calc-embedded-language-alist.
11595 2005-03-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
11597         * calendar/calendar.el (calendar-redrawing): New internal
11598         variable.
11599         (redraw-calendar): Remove bogus save-excursion from previous
11600         change.  Bind calendar-redrawing to t for mark-diary-entries.
11601         * calendar/diary-lib.el (mark-diary-entries): No need to redraw
11602         calendar if that is why we were called.
11604 2005-03-11  Kenichi Handa  <handa@m17n.org>
11606         * international/mule.el (make-coding-system): Set property
11607         coding-system-define-form to nil.
11608         (define-coding-system-alias): Likewise.
11610 2005-03-11  Kenichi Handa  <handa@m17n.org>
11612         These changes are suggested by Dave Love <fx@gnu.org>.
11614         * textmodes/fill.el: Change encoding to iso-2022-7bit and add
11615         coding: tag.
11616         (adaptive-fill-regexp): Add more bullets.
11617         (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
11618         regexps.
11620 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
11622         * help.el (describe-mode): Properly handle non-trivial lighters.
11623         Don't ignore minor modes that are not listed in minor-mode-list.
11625         * tooltip.el (tooltip-mode): Don't complain that you can't turn the
11626         feature ON when the user requests to turn it OFF.
11628 2005-03-10  Lute Kamstra  <lute@gnu.org>
11630         * emacs-lisp/debug.el (debug-entry-code): Delete it.
11631         (implement-debug-on-entry): New function to replace debug-entry-code.
11632         (debug-on-entry-1): Use implement-debug-on-entry.  Delete the
11633         second argument as the 2005-03-07 change makes it obsolete.
11634         (debug-on-entry, cancel-debug-on-entry): Update call to
11635         debug-on-entry-1.
11636         (debug, debugger-setup-buffer): Comment update.
11637         (debugger-frame-number): Update to work with implement-debug-on-entry.
11639 2005-03-10  Jay Belanger  <belanger@truman.edu>
11641         * calc/calc-embed.el (math-ms-args): Declare it.
11642         (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
11643         math-ms-args.
11644         (calc-embedded-subst): Use math-multi-subst-rec to substitute
11645         variables.
11647 2005-03-10  Nick Roberts  <nickrob@snap.net.nz>
11649         * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
11650         Use message-box.
11652         * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
11653         (tooltip-activate-mouse-motions-if-enabled): Use dolist.
11654         (tooltip-gud-tips): Simplify.
11655         (tooltip-gud-tips-p): Remove superfluous :set.
11656         (tooltip-gud-modes): Add fortran-mode.
11657         (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
11659         * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
11661 2005-03-09  Kim F. Storm  <storm@cua.dk>
11663         * play/animate.el (animate-place-char): Use forward-line instead
11664         of next-line to improve performance.
11666 2005-03-09  Simon Josefsson  <jas@extundo.com>
11668         * net/browse-url.el (browse-url-default-browser): Doc fix.
11670 2005-03-09  Miles Bader  <miles@gnu.org>
11672         * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
11673         (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
11675 2005-03-09  Kenichi Handa  <handa@m17n.org>
11677         * international/latin-1.el: Set case and syntax for 255 only if
11678         set-case-syntax-set-multibyte is nil.
11680         * textmodes/ispell.el (ispell-insert-word): New function.
11681         (ispell-word): Use ispell-insert-word to insert a new word.
11682         (ispell-process-line): Likewise.
11683         (ispell-complete-word): Likewise.
11685 2005-03-09  Glenn Morris  <gmorris@ast.cam.ac.uk>
11687         * calendar/calendar.el (redraw-calendar): Preserve point.
11688         Reported by Matt Hodges <MPHodges@member.fsf.org>.
11689         (calendar-week-start-day): Move after definition of
11690         redraw-calendar.  Delete buffer test, since redraw-calendar has
11691         that now.
11693         * calendar/diary-lib.el (mark-diary-entries): Only call
11694         redraw-calendar in the first of any recursive calls.
11695         Reported by Alan Shutko <ats@acm.org>.
11697 2005-03-08  Juri Linkov  <juri@jurta.org>
11699         * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
11700         (html-horizontal-rule, html-line, html-image, html-checkboxes)
11701         (html-radio-buttons): Add a space before the trailing `/>' where
11702         sgml-xml-mode is non-nil.
11703         (sgml-delete-tag): Check if the tag ends with `/>' to not delete
11704         the subsequent tag of the empty XML tag.
11705         (html-href-anchor): Don't set initial input to "http:".
11706         (html-image): Ask for the image URL and set point inside alt="".
11707         (html-name-anchor): Duplicate the name in the `id' attribute when
11708         sgml-xml-mode is non-nil.
11709         (html-paragraph): Remove \n before <p>.
11710         (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
11711         instead of `checked' when sgml-xml-mode is non-nil.
11713         * facemenu.el (list-colors-print): Print #RRGGBB in default face.
11714         Remove 1 space before #RRGGBB to not truncate it on terminal
11715         windows w/o fringes.  Remove 1 space between bg and fg examples
11716         to get more space.
11717         (list-colors-duplicates): Replace `and' with `if' for `boundp' to
11718         avoid byte-compile warnings.
11720         * image-file.el (image-file-handler): Put `safe-magic' property to
11721         `image-file-handler'.
11723         * info.el (Info-isearch-search): Emulate word search in
11724         isearching through multiple Info nodes with Info-search.
11725         (Info-isearch-wrap): Allow isearch-word.
11727 2005-03-08  Lute Kamstra  <lute@gnu.org>
11729         * emacs-lisp/debug.el (debugger-step-through): Make sure that
11730         stepping into the debugger's code is not possible.
11731         (debugger-jumping-flag): Docstring update.
11733 2005-03-08  Jay Belanger  <belanger@truman.edu>
11735         * calc/calc-embed.el (calc-do-embedded): Reset mode line when
11736         embedded mode begins.
11737         (calc-embedded-language-alist): New variable.
11738         (calc-embedded-find-modes): Use calc-embedded-language-alist to
11739         set default language mode.
11741 2005-03-08  Kenichi Handa  <handa@m17n.org>
11743         * international/ccl.el (define-ccl-program): Fix docstring about
11744         extra 256 bytes assured for the output buffer.
11746         * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
11747         Fix BUFFER_MAGNIFICATION to 2.
11748         (ccl-encode-mule-utf-16be-with-signature): Likewise.
11750 2005-03-07  Karl Chen  <quarl@cs.berkeley.edu>
11752         * align.el (align-rules-list): Added an alignment rule for CSS
11753         declarations (applies to css-mode and html-mode buffers).
11755 2005-03-07  Stefan Monnier  <monnier@iro.umontreal.ca>
11757         * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
11759 2005-03-07  Kim F. Storm  <storm@cua.dk>
11761         * simple.el (move-beginning-of-line): New command.
11763         * bindings.el (global-map): Bind C-a to move-beginning-of-line.
11765         * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
11767         * emulation/cua-base.el: Put CUA move property on move-end-of-line
11768         and move-beginning-of-line.
11770         * apropos.el (apropos-print): Omit command from M-x ... RET.
11772 2005-03-07  Nick Roberts  <nickrob@snap.net.nz>
11774         * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
11775         (gdb-send, gdb-send-item): Log items sent from gdb-send too.
11777 2005-03-06  Richard M. Stallman  <rms@gnu.org>
11779         * bindings.el (esc-map): Bind M-g to goto-line.
11781         * facemenu.el (global-map): Bind M-o, not M-g.
11783 2005-03-06  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
11785         * menu-bar.el (menu-bar-file-menu): Add the same :enable to
11786         "Open Directory" as for "Open File".
11788 2005-03-06  Chong Yidong  <cyd@stupidchicken.com>
11790         * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
11791         (push-mark-command): Run activate-mark-hook.
11793 2005-03-06  Richard M. Stallman  <rms@gnu.org>
11795         * help-mode.el (help-mode-finish): Don't alter the element
11796         in view-return-to-alist if there already is one.
11798         * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
11799         make sure the current buffer is the expected one.
11801         * novice.el (disabled-command-function): Output in *Disabled Command*.
11802         Explicitly ignore non-keyboard events, and explicitly handle C-g.
11804         * textmodes/flyspell.el (flyspell-large-region):
11805         Pass args differently for aspell.
11807         * files.el (mode-require-final-newline): Doc fix.
11809 2005-03-03  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
11811         * progmodes/which-func.el (which-function):
11812         Specify NOERROR when calling imenu--make-index-alist.
11814 2005-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
11816         * simple.el (normal-erase-is-backspace): Define default value.
11818         * custom.el (custom-theme-set-variables): Remove unused var
11819         `immediate'.
11820         (custom-reevaluate-setting): Simple function to handle variables
11821         that are defined before their default value can really be
11822         computed.
11824         * startup.el (command-line): Use it for temporary-file-directory,
11825         small-emporary-file-directory, auto-save-file-name-transforms,
11826         blink-cursor-mode, and normal-erase-is-backspace.
11828         * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
11829         progress, even with buggy anchored keywords.
11831 2005-03-05  Luc Teirlinck  <teirllm@auburn.edu>
11833         * simple.el (goto-line): Remove unbalanced final parenthesis.
11835 2005-03-05  Richard M. Stallman  <rms@gnu.org>
11837         * simple.el (goto-line): Use a number at point as the default.
11838         With C-u as arg, switch buffers.
11840 2005-03-05  Juri Linkov  <juri@jurta.org>
11842         * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
11843         with `no-blinking-cursor'.
11845         * startup.el (no-blinking-cursor): New defvar.
11846         (command-line): Add `--no-blinking-cursor' to longopts.
11847         Set `no-blinking-cursor' to t for command line arguments
11848         -Q, -nbc, --no-blinking-cursor.  Replace `emacs-quick-startup'
11849         with `no-blinking-cursor' in the condition for calling
11850         `blink-cursor-mode'.
11852 2005-03-04  Luc Teirlinck  <teirllm@auburn.edu>
11854         * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
11855         (menu-bar-options-save): Add blink-cursor-mode.
11856         (menu-bar-options-menu): Add blink-cursor-mode.
11858 2005-03-04  Ulf Jasper  <ulf.jasper@web.de>
11860         * calendar/icalendar.el (icalendar-version): Increase to 0.11.
11861         (icalendar-export-file, icalendar-export-region)
11862         (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
11863         (icalendar--convert-ical-to-diary): Fix problem with DURATION.
11865 2005-03-04  Lute Kamstra  <lute@gnu.org>
11867         * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
11868         (debug-function-list): Ditto.
11870 2005-03-04  Robert J. Chassell  <bob@rattlesnake.com>
11872         * textmodes/texinfmt.el (texinfo-append-refill):
11873         Redefine the types of line to which @refill
11874         is not appended by replacing a search for `@refill\\|@bye' with
11875         `@refill\\|^[ \t]*@'.  The intent is to solve both the `@end
11876         itemize@refill' bug and the unfilled long lines bug.
11877         (texinfmt-version): Update number and date.
11879 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
11881         * international/code-pages.el (windows-1250, windows-125[2-8])
11882         (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
11884 2005-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
11886         * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
11887         bound yet.
11889 2005-03-02  Romain Francoise  <romain@orebokech.com>
11891         * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
11892         buffer after removing limits.
11893         (ibuffer-pop-filter): Ditto.
11894         Update copyright.
11896 2005-03-02  Miles Bader  <miles@gnu.org>
11898         * button.el (make-text-button): If the user doesn't specify a
11899         type, use the default.  Rewrite to use `add-text-properties' and
11900         plist functions.
11902 2005-03-01  Lute Kamstra  <lute@gnu.org>
11904         * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
11905         (debugger-jumping-flag): New var.
11906         (debug-entry-code): Use it.
11907         (debugger-jump): Use debugger-jumping-flag and add
11908         debugger-reenable to post-command-hook.
11909         (debugger-reenable): Use debugger-jumping-flag and remove itself
11910         from post-command-hook.
11911         (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
11912         debugger-reenable.
11914 2005-03-01  Robert J. Chassell  <bob@rattlesnake.com>
11916         * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
11917         inclusion of "itemize\\|", which may be unnecessary, is certainly
11918         inelegant, and stops refilling in itemize lists when formatting
11919         Japanese Texinfo files to Info.
11920         Update copyright to 2005.
11922 2005-03-01  Nick Roberts  <nickrob@snap.net.nz>
11924         * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
11925         of an error if GDB can't find the source file.
11927 2005-03-01  Glenn Morris  <gmorris@ast.cam.ac.uk>
11929         * calendar/calendar.el (redraw-calendar): Work from any buffer,
11930         not just the calendar.
11932         * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
11933         first.
11934         (diary-redraw-calendar): New function.
11935         (make-diary-entry): Add diary-redraw-calendar to local
11936         write-contents-functions.  Turn off selective display before
11937         inserting in diary.
11939 2005-03-01  Kim F. Storm  <storm@cua.dk>
11941         * emacs-lisp/copyright.el (copyright-fix-years): New command.
11943 2005-03-01  Lute Kamstra  <lute@gnu.org>
11945         * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
11946         that debug-entry-code can be safely removed from a function while
11947         this code is being evaluated.  Revert the 2005-02-27 change as the
11948         new implementation no longer requires it.  Make sure that a
11949         function body containing just a string is not mistaken for a docstring.
11950         (debug): Skip one more frame in case of debug on entry.
11951         (debugger-setup-buffer): Delete one more frame line in case of
11952         debug on entry.
11953         (debugger-frame-number): Update to use the new text introduced by
11954         the 1999-11-03 change.  Skip one more frame in case of debug on entry.
11956 2005-02-28  Kim F. Storm  <storm@cua.dk>
11958         * double.el (double-translate-key): Call force-window-update after
11959         read-event to avoid crash in redisplay.
11961 2005-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
11963         * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
11964         (debug): Use it.  Move the inhibit-trace earlier.
11965         (debug-entry-code): New const.
11966         (debug-on-entry-1): Use it.
11968 2005-02-28  Chong Yidong  <cyd@stupidchicken.com>
11970         * international/utf-16.el (ccl-encode-mule-utf-16le):
11971         Fix BUFFER_MAGNIFICATION to 2.
11972         (ccl-encode-mule-utf-16be): Likewise.
11974 2005-02-28  Kenichi Handa  <handa@m17n.org>
11976         * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
11977         Fix BUFFER_MAGNIFICATION to 4.
11978         (ccl-encode-mule-utf-16be-with-signature): Likewise.
11980 2005-02-28  Nick Roberts  <nickrob@snap.net.nz>
11982         * speedbar.el (speedbar-update-flag): Doc fix.
11983         (speedbar-show-info-under-mouse): Give set-mouse-position the right
11984         argument.
11986 2005-02-27  Stefan Monnier  <monnier@iro.umontreal.ca>
11988         * reveal.el (reveal-post-command): Don't try to reveal overlays which
11989         have a non-nil `invisible' property but are actually visible.
11991         * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
11992         for perldoc sections.
11993         (perl-outline-regexp, perl-outline-level): New var and function.
11994         (perl-mode): Use them.
11996 2005-02-27  Glenn Morris  <gmorris@ast.cam.ac.uk>
11998         * calendar/diary-lib.el (diary-remind): Discard any mark portion
11999         from diary-entry.  Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
12001 2005-02-27  Luc Teirlinck  <teirllm@auburn.edu>
12003         * cus-edit.el: Comment change.
12004         (custom-buffer-create-internal): Slightly reword text at top of
12005         Custom buffers.  Mention there that saving an option edits the
12006         init file.  Add link to Emacs manual node on `custom-file'.
12007         (custom-magic-alist): Rewrite individual State messages to use
12008         capitalized keywords.  Doc fix.
12010 2005-02-27  Matt Hodges  <MPHodges@member.fsf.org>
12012         * calendar/calendar.el (calendar-buffer): Move above
12013         calendar-week-start-day.
12014         (calendar-week-start-day): Doc fix.  Add :set function.
12015         (calendar-minimum-window-height): New variable.
12016         (generate-calendar-window): Only resize window if selected-window
12017         is displaying the calendar buffer.  Use new variable
12018         calendar-minimum-window-height.
12019         (generate-calendar): Reword error message.
12020         (calendar-mode-map): Bind DEL to scroll-other-window-down.
12022 2005-02-27  Andreas Schwab  <schwab@suse.de>
12024         * vc.el (vc-do-command): Don't run command asynchronously when
12025         operating in a remote directory.
12027         * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
12028         change from sync with Tramp 2.0.47.
12030 2005-02-27  Richard M. Stallman  <rms@gnu.org>
12032         * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
12034         * textmodes/flyspell.el (flyspell-mode-on):
12035         Call ispell-change-dictionary only if necessary.
12037         * emacs-lisp/re-builder.el (regexp-builder): New function.
12039         * register.el (describe-register-1): Explicitly handle
12040         yank-excluded-properties = t.
12042         * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
12043         (custom-magic-alist): Change the status descriptions again.
12044         (face widget-type): Total rewrite based on `restricted-sexp'
12045         to eliminate the confusing double hiding levels.
12047         * emacs-lisp/debug.el (debug-on-entry-1):
12048         If function body is empty, add nil as body form.
12050 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
12052         * emacs-lisp/trace.el (inhibit-trace): New var.
12053         (trace-make-advice): Use it.
12055         * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
12057 2005-02-26  Kim F. Storm  <storm@cua.dk>
12059         * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
12060         (mouse-on-link-p, mouse-drag-region-1): Use it.
12062 2005-02-25  Lute Kamstra  <lute@gnu.org>
12064         * replace.el (query-replace-read-from): Fix 2005-02-19 change.
12066 2005-02-24  Luc Teirlinck  <teirllm@auburn.edu>
12068         * frame.el (blink-cursor-mode): Add :group keyword.
12070 2005-02-24  Ulf Jasper  <ulf.jasper@web.de>
12072         * calendar/icalendar.el (icalendar--decode-isodatetime):
12073         New optional argument DAY-SHIFT.
12074         (icalendar-export-region): Fix coding-system-for-write.
12075         (icalendar--convert-ical-to-diary): Shift end-day of all-day
12076         events by one.
12078 2005-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
12080         * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
12082 2005-02-24  Kim F. Storm  <storm@cua.dk>
12084         * international/iso-acc.el (iso-accents-compose): Fix crash
12085         during redisplay.  Call force-window-update after read-event
12086         and delete-region to signal that window is not accurate.
12088 2005-02-23  Stefan Monnier  <monnier@iro.umontreal.ca>
12090         * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
12091         Remove unused and inexistent var `inhibit-trace'.
12092         (debugger-mode): Use run-mode-hooks.
12093         (debugger-list-functions): Add buttons; setup xref stack.
12095 2005-02-23  Richard M. Stallman  <rms@gnu.org>
12097         * calendar/appt.el (appt-time-msg-list): 3rd elt of each
12098         appointment says it was explicitly made.
12099         (appt-add): Set the 3rd element.
12100         (appt-make-list): Preserve explicit appointments.
12102         * subr.el (find-tag-default): Catch errors in forward-sexp.
12104 2005-02-23  Juri Linkov  <juri@jurta.org>
12106         * info.el (Info-isearch-search): New defcustom.
12107         (Info-isearch-search): Call the default isearch function
12108         when Info-isearch-search is nil.
12109         (Info-isearch-wrap): Use variable Info-isearch-search.
12111 2005-02-22  Luc Teirlinck  <teirllm@auburn.edu>
12113         * cus-edit.el: Comment change.
12115 2005-02-22  Kim F. Storm  <storm@cua.dk>
12117         * progmodes/hideif.el (hide-ifdef-use-define-alist):
12118         Use completing-read.  Suggested by Juan-Leon Lahoz Garcia.
12120 2005-02-22  Simon Josefsson  <jas@extundo.com>
12122         * net/browse-url.el (browse-url-netscape-new-window-is-tab):
12123         New variable.
12124         (browse-url-netscape): Use it.  Suggested by "Johann 'Myrkraverk'
12125         Oskarsson" <myrkraverk@users.sourceforget.net>.
12127 2005-02-22  Kim F. Storm  <storm@cua.dk>
12129         * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
12130         check that window of that event is the selected window.
12131         (mouse-drag-region-1): Compare mouse event window to selected
12132         window before setting point.
12134         * tooltip.el (tooltip-show-help-function): Pass event to
12135         mouse-on-link-p so it can check selected window.
12137 2005-02-22  Kenichi Handa  <handa@m17n.org>
12139         * ps-mule.el (ps-mule-header-string-charsets): Delete it.
12140         (ps-mule-show-warning): New function.
12141         (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
12142         characters are found.
12144         * ps-print.el (ps-header-footer-string): Return a list of header
12145         and footer strings.
12147 2005-02-21  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
12149         * pcvs.el (cvs-retrieve-revision): Fix thinko.
12151 2005-02-21  Stefan Monnier  <monnier@iro.umontreal.ca>
12153         * frame.el (blink-cursor-mode): Use define-minor-mode.
12155         * term/mac-win.el (function-key-map): Use char-names more consistently.
12156         (file-name-coding-system): Only set it for MacOS-9.  The other case is
12157         already handled in mule-cmds.el (where it also works when mac-win.el
12158         is not used).
12160 2005-02-21  Kenichi Handa  <handa@m17n.org>
12162         * international/mule.el (ctext-pre-write-conversion): Always use
12163         " *code-converting-work*" buffer for work.
12165         * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
12167 2005-02-20  Thien-Thi Nguyen  <ttn@gnu.org>
12169         * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
12171 2005-02-20  Jonathan Yavner  <jyavner@member.fsf.org>
12173         * ses.el (undo-more): Restore defadvice, but only the part that
12174         allows changes outside the restricted area of the buffer.
12176 2005-02-20  Kim F. Storm  <storm@cua.dk>
12178         * simple.el (line-move): Add fourth optional arg try-vscroll which
12179         must be set to perform auto-window-vscroll.
12180         When moving backwards and doing auto-window-vscroll, automatically
12181         vscroll to the last part of lines which are taller than the window.
12182         (next-line, previous-line): Set try-vscroll arg on line-move.
12184 2005-02-19  Dan Nicolaescu  <dann@ics.uci.edu>
12186         * replace.el (query-replace, query-replace-regexp)
12187         (replace-string, replace-regexp): When operating on region, make
12188         the minibuffer prompt say so.
12190         * isearch.el (isearch-forward): Document isearch-query-replace and
12191         isearch-query-replace-regexp keybindings.
12193 2005-02-19  Jay Belanger  <belanger@truman.edu>
12195         * calc/calc-aent.el (math-read-token): Add local variable.
12197         * calc/calc-prog.el (calc-user-define-edit): Add local variable.
12198         (calc-edit-top): Move declaration to earlier in file.
12199         (calc-edit-macro-repeats): Add local variables.
12201         * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
12202         Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
12203         calcFunc-tanh.
12204         Adjust integration rule for calcFunc-tan.
12206 2005-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
12208         * viper-cmd.el (viper-prefix-commands): Make into a defconst.
12209         (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
12210         (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
12211         (viper-skip-separators): Bug fix.
12212         (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
12213         particular major mode.
12214         (viper-del-backward-char-in-replace): Don't put deleted char on the
12215         kill ring.
12217         * viper-ex.el (viper-color-display-p): New function.
12218         (viper-has-face-support-p): Use viper-color-display-p.
12220         * viper-keym.el (viper-gnus-modifier-map): New keymap.
12222         * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
12224         * viper-util.el (viper-glob-unix-files): Fix shell status check.
12225         (viper-file-remote-p): Make equivalent to file-remote-p.
12227         * viper.el (viper-major-mode-modifier-list):
12228         Use viper-gnus-modifier-map.
12230 2005-02-19  David Kastrup  <dak@gnu.org>
12232         * subr.el (subregexp-context-p): Fix garbled doc string by adding
12233         quoting.
12235 2005-02-19  Jay Belanger  <belanger@truman.edu>
12237         * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
12238         Remove extra definitions.
12239         (calc-coth): New function.
12240         (calcFunc-cot): Fix `let'.
12242 2005-02-19  Eli Zaretskii  <eliz@gnu.org>
12244         * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
12245         the reasons we use "type pc" in these faces.
12247         * button.el (button): Ditto.
12249 2005-02-19  Michael Mauger  <mmaug@yahoo.com>
12251         * replace.el (query-replace-read-from): Set the value of
12252         query-replace-from-history-variable to handle the case of an empty
12253         string entered to accept the suggested default.
12255         * net/tramp.el (tramp-file-name-for-operation):
12256         Use dired-call-process instead of dired-call-process-command.
12258 2005-02-19  Jay Belanger  <belanger@truman.edu>
12260         * calc/calc-arith.el (math-trig-inverses, math-div-trig)
12261         (math-div-non-trig): New variables.
12262         (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
12263         (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
12264         (math-combine-prod, math-div-symb-fancy): Add simplifications for
12265         trig expressions.
12267 2005-02-19  Nick Roberts  <nickrob@snap.net.nz>
12269         * progmodes/gdb-ui.el (gdb-var-update-handler)
12270         (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
12271         for watch expressions,
12272         (gdb-var-create-handler): Don't set speedbar-update-flag.
12273         (gdb-post-prompt): Simplify test for speedbar.
12275 2005-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
12277         * ediff.el (ediff-set-diff-overlays-in-one-buffer)
12278         (ediff-set-fine-overlays-in-one-buffer,ediff-goto-word): Make sure
12279         we use the syntax table of the correct buffer.
12280         (ediff-same-file-contents,ediff-same-contents): Enhancements thanks to
12281         Felix Gatzemeier.
12283         * ediff-init.el (ediff-hide-face): Check for definedness of functions.
12284         (ediff-file-remote-p): Make synonymous with file-remote-p.
12285         In all deffaces ediff-*-face-*, use min-colors.
12287         * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
12288         ediff-recurse-to-subdirectories.
12289         (ediff-mark-if-equal): Check that the arguments are strings, use
12290         ediff-same-contents (after to Felix Gatzemeier).
12292         * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
12293         nil.
12295 2005-02-18  Stefan Monnier  <monnier@iro.umontreal.ca>
12297         * log-view.el (log-view-message-re): Fix up Subversion regexp.
12299 2005-02-18  David Kastrup  <dak@gnu.org>
12301         * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
12302         use `mark-active' when defined.
12304 2005-02-18  Kenichi Handa  <handa@m17n.org>
12306         * ps-print.el (ps-font-info-database): New entry
12307         ZapfChancery-MediumItalic with correct font name.  Fix font name
12308         of the entry Zapf-Chancery-MediumItalic.
12310 2005-02-16  Luc Teirlinck  <teirllm@auburn.edu>
12312         * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
12314 2005-02-16  Kim F. Storm  <storm@cua.dk>
12316         * ido.el (ido-fallback-command): Pass user input to fallback command.
12318 2005-02-16  Nick Roberts  <nickrob@snap.net.nz>
12320         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
12321         (gdb-find-file-hook): Add server prefix.
12323 2005-02-16  Richard M. Stallman  <rms@gnu.org>
12325         * replace.el (perform-replace): Pass new args to replace-highlight.
12326         (replace-highlight): Take region args,
12327         and pass them to isearch-lazy-highlight-new-loop.
12329         * novice.el (disabled-command-hook): Autoload the defalias
12330         and the make-obsolete-variable call.
12332         * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
12334         * isearch.el (isearch-lazy-highlight-start-limit)
12335         (isearch-lazy-highlight-end-limit): New variables limit
12336         the region for highlighting.
12337         (isearch-lazy-highlight-new-loop): New args BEG and END.
12338         (isearch-lazy-highlight-search): Use the new vars.
12339         (isearch-lazy-highlight-update): Likewise.
12341         * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
12343         * cus-start.el (all): Use default-boundp.
12345 2005-02-15  David Casperson  <casper@unbc.ca>  (tiny change)
12347         * menu-bar.el (menu-bar-select-frame): Handle current frame.
12349 2005-02-15  Luc Teirlinck  <teirllm@auburn.edu>
12351         * autorevert.el (auto-revert-stop-on-user-input)
12352         (auto-revert-verbose): Doc fixes.
12354 2005-02-15  Benjamin Riefenstahl  <Benjamin.Riefenstahl@epost.de>
12356         * international/mule-cmds.el (set-locale-environment): Remove call
12357         to set-selection-coding-system on Windows.
12359 2005-02-15  Jay Belanger  <belanger@truman.edu>
12361         * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
12362         calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
12363         calcFunc-coth.
12364         (math-simplify-sqrt): Add simplifications.
12366         * calc/calc-arith.el (math-real-if-arg-functions): Add functions
12367         to list.
12369         * calc/calc-ext.el: Add functions to autoloads.
12371         * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
12372         (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
12373         (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
12374         (math-csc-raw, math-cot-raw): New functions.
12376         * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
12378         * calc/calc-undo.el (calc-handle-undo): Remove prefix from
12379         the variable name in a message.
12381         * calc/calc-units.el: Add simplification rules for calcFunc-sec,
12382         calcFunc-csc, calcFunc-cot.
12384         * calc/calcalg2.el: Add derivative and integration rules for
12385         calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
12386         calcFunc-csch, calcFunc-coth.
12387         (math-do-integral-methods): Add to checks for when to use
12388         substitutions.
12390         * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
12392 2005-02-15  Lute Kamstra  <lute@gnu.org>
12394         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
12395         Add ;;;###autoload to `outline-regexp'.  Suggested by Stefan Monnier
12396         <monnier@iro.umontreal.ca>
12397         (lisp-outline-level): Improve efficiency.  Suggested by David
12398         Kastrup <dak@gnu.org>.
12400 2005-02-15  Nick Roberts  <nickrob@snap.net.nz>
12402         * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
12403         (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
12404         (gdb-set-gud-minor-mode-existing-buffers): New functions.
12405         (gdb-find-file-hook): New hook.  Add it to find-file-hook.
12406         (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
12408 2005-02-14  Luc Teirlinck  <teirllm@auburn.edu>
12410         * cus-start.el (all): Comment change.
12412 2005-02-14  Lute Kamstra  <lute@gnu.org>
12414         * cus-start.el (all): Check if symbol is void.
12416 2005-02-14  Carsten Dominik  <dominik@science.uva.nl>
12418         * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
12419         optional argument to \cite.
12421 2005-02-14  Richard M. Stallman  <rms@gnu.org>
12423         * cus-edit.el (custom-buffer-create-internal): Update help message.
12424         (custom-magic-alist): Update help messages.
12426         * cus-start.el (all): Allow a var to specify a standard value.
12428 2005-02-12  Luc Teirlinck  <teirllm@auburn.edu>
12430         * custom.el (custom-theme-set-variables): Handle variable aliases.
12432         * frame.el (blink-cursor-timer): Doc fix.
12433         (blink-cursor): Make it an alias for `blink-cursor-mode' and
12434         declare obsolete.
12435         (blink-cursor-mode): Define with defcustom and use correct
12436         standard expression in that defcustom.
12437         * startup.el (command-line): Adapt to above changes in frame.el.
12439 2005-02-11  Lute Kamstra  <lute@gnu.org>
12441         * apropos.el (apropos-score-doc): Prevent division by zero.
12443 2005-02-11  Ulf Jasper  <ulf.jasper@web.de>
12445         * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
12446         (icalendar--get-event-property-attributes)
12447         (icalendar--get-event-properties)
12448         (icalendar--datetime-to-diary-date): New functions.
12449         (icalendar--split-value): Doc fix.
12450         (icalendar--datetime-to-noneuropean-date)
12451         (icalendar--datetime-to-european-date): New optional argument
12452         SEPARATOR.  Return result as a string instead of a list.
12453         (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
12454         (icalendar--convert-string-for-export): Rename arg S to STRING.
12455         (icalendar-export-region): Doc fix.  Change name of error buffer.
12456         Save output buffer.
12457         (icalendar-import-file): Add blank at end of prompt.
12458         (icalendar-import-buffer): Doc fix.  Do not switch to error
12459         buffer.  Indicate status in return value.
12460         (icalendar--convert-ical-to-diary): Doc fix.  Change name of error
12461         buffer.  Save output buffer.  Handle exception from recurrence
12462         rules (EXDATE, EXRULE).  Handle start- and end-date of recurring
12463         events.  Fix problems with weekly all-day events.
12465 2005-02-10  Richard M. Stallman  <rms@gnu.org>
12467         * simple.el (eval-expression-print-format):
12468         Avoid warning about edebug-active.
12470         * help.el (help-for-help-internal): Rename from help-for-help.
12471         (help-for-help): Define with defalias.
12473         * font-core.el (font-lock-default-function): Use with-no-warnings.
12475         * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
12477         * custom.el (defface): Doc fix.
12479 2005-02-10  Nick Roberts  <nickrob@snap.net.nz>
12481         * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
12482         width 0" to prevent word wrapping problems.
12484 2005-02-09  Kim F. Storm  <storm@cua.dk>
12486         * ido.el (ido-file-extensions-order): New defcustom.
12487         (ido-file-extension-lessp, ido-file-extension-aux)
12488         (ido-file-extension-order): New advanced file ordering.
12489         (ido-file-lessp): New simple file ordering.
12490         (ido-sort-list): Remove.
12491         (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
12492         (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
12494 2005-02-08  Dan Nicolaescu  <dann@ics.uci.edu>
12496         * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
12497         that some versions of grep produce.
12498         (grep-mode-font-lock-keywords): Likewise.
12500 2005-02-09  Nick Roberts  <nickrob@snap.net.nz>
12502         * progmodes/gdb-ui.el (gdb-location-list): New variable.
12503         (gdb-cdir): Delete.
12504         (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
12505         (gdb-source-info): Treat case when source file is in another
12506         directory properly.
12507         (gdb-get-location): New function.
12509 2005-02-07  Jay Belanger  <belanger@truman.edu>
12511         * calc/calc-prog.el (calc-write-parse-table-part)
12512         (calc-fix-token-name): Fix a check for language type.
12514         * calc/calccomp.el (math-compose-expr): Fix a check for language type.
12516 2005-02-07  Andre Spiegel  <spiegel@gnu.org>
12518         * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
12519         as directory not writable.
12521 2005-02-07  Kim F. Storm  <storm@cua.dk>
12523         * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
12524         (cua--standard-movement-commands): Remove list.
12525         Instead, set CUA property value to move for movement commands.
12526         (cua-movement-commands): Remove.  Users must set CUA prop instead.
12527         (cua--pre-command-handler): Check CUA property.
12528         (cua--init-keymaps): Don't remap undo commands.
12529         (cua-mode): Don't call cua--rectangle-on-off.
12531         * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
12532         (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
12533         (cua--rect-undo-set-point): New var.
12534         (cua--rectangle-undo-boundary): Setup undo apply entry.
12535         (cua--rect-undo-handler): New function for rectangle undo.
12536         (cua--rect-start-position, cua--rect-end-position): Add.
12537         (cua--rectangle-post-command): Call cua--rectangle-set-corners
12538         for restored rectangle.  Set point if cua--rect-undo-set-point.
12540 2005-02-06  Jay Belanger  <belanger@truman.edu>
12542         * calc/calc-lang.el (calc-tex-language): Display more information
12543         in messages.
12545         * calc/calccomp.el (math-compose-expr): Allow multiline matrices
12546         in TeX mode.
12548 2005-02-06  Richard M. Stallman  <rms@gnu.org>
12550         * emacs-lisp/lisp.el (buffer-end): Doc fix.
12552 2005-02-05  Arne_J\e,Ax\e(Brgensen  <arne@arnested.dk>  (tiny change)
12554         * net/ldap.el (ldap-search-internal): Support attributes with
12555         optional descriptions separated by a semi-colon, as in
12556         "userCertificate;binary".
12558 2005-02-05  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
12560         * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
12561         isn't a cons (i.e. the version is 0).
12563 2005-02-05  Eli Zaretskii  <eliz@gnu.org>
12565         * help.el (help-for-help): Doc fix.
12567 2005-02-05  Nick Roberts  <nickrob@snap.net.nz>
12569         * progmodes/gdb-ui.el: Update copyright.  Put GDB-Frames before
12570         GDB-Windows on the menu-bar as this works better.
12572 2005-02-04  Jay Belanger  <belanger@truman.edu>
12574         * calc/calc-embed.el (calc-embedded-update): Don't put in
12575         unnecessary newlines.  Adjust the end of formula marker.
12577         * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
12578         (math-latex-parse-two-args): New function.
12580 2005-02-03  Lute Kamstra  <lute@gnu.org>
12582         * help-fns.el (help-with-tutorial): Make sure that users cannot
12583         remove the entire text of the tutorial by means of `undo'.
12585 2005-02-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12587         * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
12588         in recent changes, where the ispell process was repeatedly
12589         killed & restarted.
12591         * international/mule-cmds.el (set-locale-environment): Set file-name
12592         coding system to utf-8 on Darwin systems.
12593         (set-default-coding-systems): Don't set default-file-name-coding-system
12594         on Darwin systems.
12596 2005-02-03  Richard M. Stallman  <rms@gnu.org>
12598         * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
12600 2005-02-03  Matt Hodges  <MPHodges@member.fsf.org>
12602         * faces.el (list-faces-display): Add optional argument.
12604 2005-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
12606         * font-core.el (font-lock-default-function): Handle the rare case where
12607         only font-lock-keywords is set.
12609 2005-02-02  Kenichi Handa  <handa@m17n.org>
12611         * international/characters.el: Cancel previous change for
12612         I-WITH-DOT-ABOVE and DOTLESS-i.
12614         * international/latin-5.el: Cancel previous change.
12616 2005-02-02  Nick Roberts  <nickrob@snap.net.nz>
12618         * progmodes/gud.el: Correction to syntax in gud-menu-map.
12620 2005-02-02  Kenichi Handa  <handa@m17n.org>
12622         * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
12623         DOTLESS-i.
12625         * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
12626         Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
12628         * case-table.el (get-upcase-table): New function.
12629         (copy-case-table): Copy upcaes table too if non-nil.
12630         (set-case-syntax-delims): Maintain upcase table too.
12631         (set-case-syntax-pair): Likewise.
12632         (set-upcase-syntax, set-downcase-syntax): New functions.
12633         (set-case-syntax): Maintain upcase table too.
12635 2005-02-02  Nick Roberts  <nickrob@snap.net.nz>
12637         * progmodes/gdb-ui.el (gdb-goto-info): Delete.
12639         * progmodes/gud.el (gud-goto-info): New function.
12640         (gud-tool-bar-map): Use correct icon.
12642 2005-02-01  Thien-Thi Nguyen  <ttn@gnu.org>
12644         * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
12645         When delegating, order args in the funcall correctly.
12647 2005-02-01  Thien-Thi Nguyen  <ttn@gnu.org>
12649         * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
12651 2005-02-01  Carsten Dominik  <dominik@science.uva.nl>
12653         * textmodes/reftex.el (reftex-access-scan-info): Error out in a
12654         buffer not visiting a file.
12656 2005-01-31  Jay Belanger  <belanger@truman.edu>
12658         * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
12659         bound on the line with the formula.
12661 2005-01-31  Kim F. Storm  <storm@cua.dk>
12663         * ses.el (ses-create-cell-variable-range)
12664         (ses-destroy-cell-variable-range, ses-reset-header-string)
12665         (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
12666         (ses-insert-row): Fix format of apply undo entries.
12668 2005-01-31  Jay Belanger  <belanger@truman.edu>
12670         * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
12671         parts.
12673         * calc/calc-embed.el (calc-embedded-open-formula)
12674         (calc-embedded-close-formula): Ignore matrix environments.
12676         * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
12677         TeX mode.
12679         * calc/calc-lang.el (math-function-table, math-oper-table)
12680         (math-variable-table): Adjust the LaTeX portions.
12682         * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
12683         (math-latex-ignore-words): New constant.
12685 2005-01-31  Richard M. Stallman  <rms@gnu.org>
12687         * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
12688         (ispell-local-dictionary): Doc fix.
12689         (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
12690         Don't reinitialize at run time.  Don't defcustom.
12691         All uses changed to append ispell-local-dictionary-alist,
12692         or check it first.
12693         (ispell-current-dictionary): New variable for dictionary in use.
12694         (ispell-dictionary): Now used only for global default.
12695         (ispell-start-process): Set ispell-current-dictionary,
12696         not ispell-dictionary.
12697         (ispell-change-dictionary): Use this only for setting
12698         user preferences.
12699         (ispell-internal-change-dictionary): New function
12700         to change the current dictionary in use.
12701         (ispell-region, ispell-process-line, ispell-buffer-local-dict):
12702         Use ispell-current-dictionary.
12703         Handle ispell-local-dictionary-overridden.
12704         (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
12706 2005-01-31  Jay Belanger  <belanger@truman.edu>
12708         * calc/calc-aent.el (math-read-token): Add support for LaTeX.
12710         * calc/calc-ext.el: Add calc-latex-language to autoloads.
12711         (calc-mode-map): Add calc-latex-language.
12713         * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
12714         (math-latex-print-frac): New functions.
12715         (math-oper-table, math-function-table, math-variable-table)
12716         (math-complex-format, math-input-filter): Add latex properties.
12717         (calc-set-language): Set math-expr-special-function-mapping.
12719         * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
12720         (calc-write-parse-table-part): Add LaTeX support.
12722         * calc/calc.el (calc-language): Adjust docstring.
12723         (calc-set-mode-line): Add LaTeX support.
12724         (math-expr-special-function-mapping): New variable.
12725         (math-tex-ignore-words): Add to list.
12727         * calc/calccomp.el (math-compose-expr, math-compose-rows):
12728         Add LaTeX support.
12729         (math-compose-expr): Add support for special functions.
12731         * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
12733 2005-01-31  Nick Roberts  <nickrob@snap.net.nz>
12735         * progmodes/gdb-ui.el (gdb-memory-address)
12736         (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
12737         (gdb-memory-mode-map, gdb-memory-format-keymap)
12738         (gdb-memory-format-menu, gdb-memory-unit-keymap)
12739         (gdb-memory-unit-menu): New variables for a buffer
12740         that lets the user examine program memory.
12741         (gdb-memory-set-address, gdb-memory-set-repeat-count)
12742         (gdb-memory-format-binary, gdb-memory-format-octal)
12743         (gdb-memory-format-unsigned, gdb-memory-format-signed)
12744         (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
12745         (gdb-memory-format-menu-1, gdb-memory-unit-giant)
12746         (gdb-memory-unit-word, gdb-memory-unit-halfword)
12747         (gdb-memory-unit-byte, gdb-memory-unit-menu)
12748         (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
12749         (gdb-memory-mode, gdb-memory-buffer-name)
12750         (gdb-display-memory-buffer, gdb-frame-memory-buffer):
12751         New functions for above buffer.
12753 2005-01-30  Richard M. Stallman  <rms@gnu.org>
12755         * cus-edit.el (custom-bury-buffer): Function deleted.
12756         (custom-buffer-done-function): Option deleted.
12757         (custom-buffer-done-kill): New (replacement option.
12758         (Custom-buffer-done): Call quit-window.
12759         (custom-buffer-create-internal): Update for above changes.
12761 2005-01-29  Luc Teirlinck  <teirllm@auburn.edu>
12763         * simple.el (undo-ask-before-discard): New var.
12764         (undo-outer-limit-truncate): Implement it.
12765         (undo-extra-outer-limit): Doc update.
12767 2005-01-29  Richard M. Stallman  <rms@gnu.org>
12769         * ses.el (undo-more): Delete defadvice.
12770         (ses-begin-change): Doc fix.
12772         * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
12773         instead of rebinding C-x u and C-_.
12775         * files.el (normal-backup-enable-predicate): Return nil for files
12776         in /tmp, regardless of temporary-file-directory.
12778         * man.el (Man-getpage-in-background): Disable undo in Man buffer.
12780         * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
12781         (open-rectangle, delete-whitespace-rectangle-line)
12782         (clear-rectangle-line): If FILL, pass t instead of FILL
12783         for move-to-column's 2nd arg.
12785         * simple.el (undo): Fix the test for continuing a series of undos.
12786         (undo-more): Set pending-undo-list to t when we reach end.
12787         (pending-undo-list): Move up defvar.
12789         * wid-edit.el (widget-button-click):
12790         Shorten the range of the track-mouse binding.
12792         * comint.el (comint-insert-input): Undo previous changes;
12793         use last-input-event in interactive spec.
12795 2005-01-29  Eli Zaretskii  <eliz@gnu.org>
12797         * progmodes/compile.el (compilation-start): Bind buffer-read-only
12798         to nil before invoking call-process.  Reset buffer's modified flag
12799         after fontifying it in the no-async branch.
12801         * wid-edit.el (widget-specify-button): If mouse pointer shape
12802         cannot be changed, use mouse face instead.
12804 2005-01-29  Nick Roberts  <nickrob@snap.net.nz>
12806         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
12807         (gdb-goto-breakpoint): Make breakpoint handling work on template
12808         functions in C++.  Reported by Martin Reed <mjreed@essex.ac.uk>
12809         (gdb-assembler-custom): Update to recognize breakpoint information
12810         added on 2005-01-19.
12812 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
12814         * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
12815         (dsssl-mode): Use define-derived-mode.
12816         (scheme-mode-initialize): Remove.
12817         (scheme-mode): Use run-mode-hooks.
12819         * cus-edit.el (customize-group-other-window)
12820         (custom-buffer-create-other-window): Don't override special-display-*.
12821         (custom-mode-map): Make it dense.
12823         * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
12824         sets the default value.
12826 2005-01-28  Eli Zaretskii  <eliz@gnu.org>
12828         * descr-text.el: Add more keywords.
12830 2005-01-27  Stefan Monnier  <monnier@iro.umontreal.ca>
12832         * speedbar.el: Avoid unnecessary use of locate-library.
12834         * international/mule-cmds.el (standard-display-european-internal):
12835         Don't fiddle with latin-1 non-break space any more since it's now
12836         special cased in the C code.
12837         Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
12839 2005-01-26  Luc Teirlinck  <teirllm@auburn.edu>
12841         * cus-start.el (all): Add `undo-outer-limit'.
12843 2005-01-25  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
12845         * textmodes/bibtex.el (bibtex-format-entry):
12846         Use `bibtex-empty-field-re' only on the text of fields, not on entire
12847         field lines.
12848         (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
12849         not on part of a buffer.
12851 2005-01-25  Lute Kamstra  <lute@gnu.org>
12853         * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
12854         nonempty field text strings like "{letters\\macro{}more letters}".
12855         Clarify docstring.
12856         (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
12857         (bibtex-entry-offset, bibtex-parse-association)
12858         (bibtex-parse-field-name): Fix typos in docstrings.
12859         (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
12861 2005-01-24  Carsten Dominik  <dominik@science.uva.nl>
12863         * textmodes/reftex-global.el (reftex-isearch-push-state-function)
12864         (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
12865         (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
12866         (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
12868         * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
12869         isearch minor mode.
12871 2005-01-24  Luc Teirlinck  <teirllm@auburn.edu>
12873         * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
12875 2005-01-24  Lute Kamstra  <lute@gnu.org>
12877         * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
12878         CASECHARS and NOT-CASECHARS regular expressions of the
12879         "nederlands" and "nederlands8" dictionaries to prevent a "Range
12880         striding over charsets" error.
12882 2005-01-24  Jay Belanger  <belanger@truman.edu>
12884         * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
12885         display variable name.
12887 2005-01-24  Kenichi Handa  <handa@m17n.org>
12889         * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
12890         Fix setting of the element of encoded-kbd-iso2022-invocations.
12892 2005-01-24  Nick Roberts  <nickrob@snap.net.nz>
12894         * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
12895         (gdb-threads-select): Change to also accept mouse events.
12896         (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
12897         (gdb-threads-mouse-select): Delete.
12899 2005-01-23  Luc Teirlinck  <teirllm@auburn.edu>
12901         * files.el (insert-directory): Take care of empty directory,
12902         listed without -a switch.
12904 2005-01-23  Stefan Monnier  <monnier@iro.umontreal.ca>
12906         * textmodes/refill.el (refill-post-command-function):
12907         Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
12908         to the list of functions that we should be careful not to undo.
12909         (refill-late-fill-paragraph-function): Remove.
12910         (refill-saved-state): New var.
12911         (refill-mode): Use it to save fill-paragraph-function.
12912         Save also the value of auto-fill-function.
12914         * term/w32-win.el: Simplify code.
12916 2005-01-23  Kim F. Storm  <storm@cua.dk>
12918         * simple.el (line-move): Adapt to new return value from
12919         pos-visible-in-window-p.
12921         * simple.el (line-move): Fix last change.  Check partial
12922         visibility at point rather than at window-start.
12924 2005-01-22  Jason Rumney  <jasonr@gnu.org>
12926         * term/w32-win.el (xw-defined-colors): Remove debug-message.
12928 2005-01-22  David Kastrup  <dak@gnu.org>
12930         * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
12932 2005-01-22  Eli Zaretskii  <eliz@gnu.org>
12934         * type-break.el (type-break-mode): Add a test for
12935         type-break-file-name being non-nil.
12937 2005-01-22  Toby Allsopp  <Toby.Allsopp@navman.com>  (tiny change)
12939         * net/eudc.el (top level): Call (message "") via progn, so that
12940         eudc-options-file is loaded.
12942 2005-01-22  Kim F. Storm  <storm@cua.dk>
12944         * simple.el (line-move-1): Rename from line-move.
12945         (line-move): New function that adjusts vscroll for partially
12946         visible rows, and calls line-move-1 otherwise.
12948 2005-01-21  Ren\e,Ai\e(B Kyllingstad  <listmailxemacs@kyllingstad.com>
12950         * pcomplete.el: Define pcomplete-read-event instead of read-event,
12951         since it's not a complete read-event implementation
12953 2005-01-20  Jay Belanger  <belanger@truman.edu>
12955         * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
12956         for called function.
12958 2005-01-20  Steven Tamm  <steventamm@mac.com>
12960         * term/mac-win.el (process-connection-type): Remove.
12961         Controlled now by s/darwin.h:PTY_ITERATION.
12963 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
12965         * window.el (handle-select-window): Don't switch window when we're
12966         in the minibuffer.
12968 2005-01-10  Paul Pogonyshev  <pogonyshev@gmx.net>
12970         * subr.el (dotimes-with-progress-reporter): New macro.
12972         * ses.el (ses-dotimes-msg): Remove macro.
12973         Use `dotimes-with-progress-reporter' instead.
12975 2005-01-19  Steven Tamm  <steventamm@mac.com>
12977         * term/mac-win.el (process-connection-type): Use new
12978         operating-system-release variable to use ptys on Darwin 7 (OS X
12979         10.3) when using carbon build.
12981 2005-01-19  Jay Belanger  <belanger@truman.edu>
12983         * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
12984         flags if the last command was a tab or M-tab.
12986         * calc/calc-prog.el (calc-user-define-edit): Put original formula
12987         in formula editing buffer.
12989 2005-01-19  Nick Roberts  <nickrob@snap.net.nz>
12991         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
12992         breakpoint image symbol in margin.
12994 2005-01-19  Jay Belanger  <belanger@truman.edu>
12996         * calc/calc-prog.el (calc-execute-kbd-macro):
12997         Ignore calc-keep-arg-flag.
12999 2005-01-19  Kenichi Handa  <handa@m17n.org>
13001         * textmodes/ispell.el (ispell-looking-at): New function.
13002         (ispell-process-line): Use ispell-looking-at to compare the ispell
13003         output and the buffer contents.
13005 2005-01-18  Jay Belanger  <belanger@truman.edu>
13007         * calc/calc.el (calc-display-raw): Fix docstring.
13009 2005-01-18  Stefan Monnier  <monnier@iro.umontreal.ca>
13011         * simple.el (blink-matching-open): Strip extra info from syntax.
13013         * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
13014         funny chars in the end-of-here-doc marker.
13016 2005-01-19  Nick Roberts  <nickrob@snap.net.nz>
13018         * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
13019         that enable/disabled state of breakpoints is shown correctly in
13020         fringe and on ttys.
13021         (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
13022         Add breakpoint information as text properties.
13023         (gdb-mouse-toggle-breakpoint):
13024         Rename to gdb-mouse-set-clear-breakpoint.
13025         (gdb-mouse-toggle-breakpoint): New function.  Enable/disable
13026         breakpoints in the margin.
13027         (gdb-remove-strings): Simplify.
13029 2005-01-17  Jay Belanger  <belanger@truman.edu>
13031         * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
13032         erasing buffer.
13034 2005-01-17  Richard M. Stallman  <rms@gnu.org>
13036         * progmodes/grep.el (grep-find): Copy from `grep' the condition
13037         for calling grep-compute-defaults.
13039         * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
13040         if buffer is empty.
13042         * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
13044 2005-01-17  Stefan Monnier  <monnier@iro.umontreal.ca>
13046         * hilit-chg.el (highlight-changes-mode): Don't autoload.
13048         * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
13049         non-preloaded variables.
13051 2005-01-17  Steven Tamm  <steventamm@mac.com>
13053         * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
13054         tex-shell cause to force interactivity when using pipes.
13056 2005-01-17  Kim F. Storm  <storm@cua.dk>
13058         * simple.el (just-one-space): Make arg optional.
13060 2005-01-17  Nick Roberts  <nickrob@snap.net.nz>
13062         * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
13063         posn-at-x-y to t to access left-margin.
13065 2005-01-16  Michael Albinus  <michael.albinus@gmx.de>
13067         Sync with Tramp 2.0.47.
13069         * net/tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
13070         catching keep-date problems in cp/scp operations.
13071         (tramp-handle-copy-file): Don't call `set-file-modes'
13072         unconditionally.  Specialized functions should know better what is
13073         necessary.  This improves performance a little bit, and the
13074         functions could catch errors with `cp -p' and `scp -p'.
13075         (tramp-do-copy-or-rename-file-via-buffer)
13076         (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
13077         when appropriate.
13078         (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
13079         Call `set-file-modes' when appropriate.
13080         (tramp-action-out-of-band): Mask `scp -p' error.  Reported by Isak
13081         Johnsson <isak@hypergene.com>
13082         (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
13083         of both Tramp buffer and debug buffer.  Reported by Joakim Verona
13084         <joakim@verona.se>
13085         (tramp-file-name-for-operation): Mark `shell-command' as magic for
13086         Emacs only.
13088         * net/tramp-util.el (tramp-minor-mode): New minor mode.  Add it to
13089         `find-file-hooks' and `dired-mode-hook'.
13090         (tramp-minor-mode-map): Respective map.  Add remapping for
13091         `compile' and `recompile'.
13092         (tramp-remap-command, tramp-recompile): New defuns.
13093         (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
13094         in buffer "*Compilation*".  Call the commands asynchronously.
13096         * net/tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
13097         (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
13098         `shell-command', because it isn't magic in XEmacs.  Reported by
13099         Adrian Aichner <adrian@xemacs.org>.
13101         * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
13102         `substitute-in-file-name.
13103         (tramp-smb-handle-substitute-in-file-name): New defun.
13104         (tramp-smb-advice-PC-do-completion): Delete advice.
13106 2005-01-16  Kai Grossjohann  <kgrossjo@eu.uu.net>
13108         * net/tramp.el (tramp-wait-for-output): Fix typo in echo processing.
13109         Fix error in deleting region.
13111 2005-01-15  Richard M. Stallman  <rms@gnu.org>
13113         * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
13114         In non-temp buffer, switch syntax table temporarily.
13116         * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
13118         * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
13120         * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
13122         * imenu.el (imenu--split-menu): Copy menulist before sorting.
13123         (imenu--generic-function): Use START, not BEG, as pos of definition.
13125         * simple.el (just-one-space): Argument specifies number of spaces.
13127         * simple.el (eval-expression-print-format): Avoid warning
13128         about edebug-active.
13130 2005-01-15  James R. Van Zandt  <jrvz@comcast.net>  (Tiny change)
13132         * progmodes/sh-script.el: Code copied from make-mode.el
13133         with small changes,
13134         (sh-mode-map): Bind C-c C-\.
13135         (sh-backslash-column, sh-backslash-align): New variables.
13136         (sh-backslash-region, sh-append-backslash): New functions.
13138 2005-01-15  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
13140         * mail/rmail.el: Updated to work with movemail from GNU Mailutils
13141         (rmail-pop-password, rmail-pop-password-required): Move to
13142         rmail-obsolete group.
13143         (rmail-set-pop-password): Rename to rmail-set-remote-password.
13144         All callers updated.
13145         (rmail-get-pop-password): Rename to rmail-get-remote-password.
13146         Take an argument specifying whether it is POP or IMAP mailbox we
13147         are using.  All callers updated.
13148         (rmail-pop-password-error): Rename to
13149         rmail-remote-password-error.  Added mailutils-specific error message.
13150         (rmail-movemail-search-path)
13151         (rmail-movemail-variant-in-use): New variables.
13152         (rmail-remote-password, rmail-remote-password-required):
13153         New customization variables.
13154         (rmail-probe,rmail-autodetect, rmail-movemail-variant-p): New funs.
13155         (rmail-parse-url): New function.
13156         (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
13157         with GNU mailutils movemail.
13159 2005-01-15  Kevin Ryde  <user42@zip.com.au>
13161         * info-look.el (c-mode/symbol): Add ^` to prefix, and change
13162         suffix to space, $ or '$, to correctly position point when going
13163         to @table style constants like DBL_MAX.
13165 2005-01-15  Jorgen Schaefer  <forcer@forcix.cx>  (tiny change)
13167         * type-break.el (type-break-mode, type-break-file-time)
13168         (type-break-file-keystroke-count, type-break-choose-file):
13169         Don't store data in or load data from the file if type-break-file-name
13170         is nil.
13171         (type-break-file-name): Doc update as per the above.
13173 2005-01-15  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>  (tiny change)
13175         * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
13176         lookup-key might return nil; handle that.
13178 2005-01-15  Alan Mackenzie  <acm@muc.de>
13180         * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
13181         rather than the element found, thus enabling the tree to be setcar'd.
13183 2005-01-14  Carsten Dominik  <dominik@science.uva.nl>
13185         * textmodes/org.el (org-show-following-heading): New option.
13186         (org-show-hierarchy-above): Use `org-show-following-heading'.
13187         (org-cycle): Documentation fix.
13189         * textmodes/org.el (orgtbl-optimized): New option
13190         (orgtbl-mode): New command, a minor mode.
13191         (orgtbl-mode-map): New variable.
13192         (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
13193         (orgtbl-error, orgtbl-self-insert-command)
13194         (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
13196         * textmodes/org.el (org-mode): `org-table-may-need-update' is now
13197         a local variable in each org-mode buffer.
13199         * textmodes/org.el (org-set-regexps-and-options): Rename from
13200         `org-set-regexps'.  Added checking for STARTUP keyword.
13201         (org-get-current-options): Add STARTUP options.
13202         (org-table-insert-row): Make mode intelligent about when
13203         realignment is needed.
13204         (org-self-insert-command, org-delete-backward-char, org-delete-char):
13205         New commands.
13206         (org-enable-table-editor): New default value `optimized'.
13207         (org-table-blank-field): Support blanking regions if active.
13209 2005-01-14  Carsten Dominik  <dominik@science.uva.nl>
13211         * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
13212         if the year is not given.
13214         * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
13215         Add new escapes %m and %M, fixed bug with %F by adding
13216         save-match-data.
13217         (reftex-reference): Remove ?. from list of spaces.
13218         (reftex-label-info): Add automatic label prefix recognition.
13220         * textmodes/reftex-index.el (reftex-index-next-phrase):
13221         Add slave parameter to call of `reftex-index-this-phrase'.
13222         (reftex-index-this-phrase): New optional argument.
13223         (reftex-index-region-phrases): Add slave parameter to call of
13224         `reftex-index-this-phrase'.
13225         (reftex-display-index): New argument redo.
13226         (reftex-index-rescan): Add 'redo to arguments of
13227         `reftex-display-index'.
13228         (reftex-index-Rescan, reftex-index-revert)
13229         (reftex-index-switch-index-tag): Add 'redo to arguments of
13230         `reftex-display-index'.
13231         (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
13232         indexing.  Fix bug with matching is there is a quote before or
13233         after the word.
13235         * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
13236         Fix bug when collecting citation keys in lines with comments.
13237         (reftex-citation): Prefix argument no longer rescans the document,
13238         but forces prompting for optional arguments of cite macros.
13239         (reftex-do-citation): Prompting for optional arguments implemented.
13241         * textmodes/reftex-vars.el (reftex-cite-format-builtin):
13242         Add optional arguments to most cite commands.
13243         (reftex-cite-cleanup-optional-args): New option
13244         (reftex-cite-prompt-optional-args): New option.
13245         (reftex-trust-label-prefix): New option.
13247         * textmodes/reftex-toc.el (reftex-toc-find-section):
13248         Add push-mark before changing the position in the buffer.
13250         * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
13251         (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
13253 2005-01-14  Nick Roberts  <nickrob@snap.net.nz>
13255         * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
13256         more carefully.
13258 2005-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
13260         * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
13261         (sgml-mode): Use it.
13262         (sgml-get-context): Better keep track of implicitly closed tags.
13264 2005-01-13  Kenichi Handa  <handa@m17n.org>
13266         * textmodes/ispell.el: These changes are to fix misalignment error
13267         caused by equivalent characters of different Emacs charsets.
13268         (ispell-unified-chars-table): New variable.
13269         (ispell-get-decoded-string): New function.
13270         (ispell-get-casechars, ispell-get-not-casechars)
13271         (ispell-get-otherchars): Call ispell-get-decoded-string.
13273 2005-01-12  Johan Bockg\e,Ae\e(Brd  <bojohan@users.sourceforge.net>
13275         * custom.el (custom-declare-variable): Just put symbol instead
13276         of (defvar . symbol) in `current-load-list'.
13278 2005-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
13280         * emacs-lisp/elint.el: Fixed typo in Commentary section.
13282 2005-01-12  Jay Belanger  <belanger@truman.edu>
13284         * calc/calc-help.el (calc-describe-key): Use temporary info buffer
13285         to create a Calc summary.
13287 2005-01-12  Kim F. Storm  <storm@cua.dk>
13289         * mouse.el (mouse-on-link-p): Change functionality and doc
13290         string to comply with latest description in lisp ref.
13292 2005-01-12  Nick Roberts  <nickrob@snap.net.nz>
13294         * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
13295         Enable mouse clicks on mode-line, header-line and margin.
13296         (event-type): Give mouse event symbols an 'event-kind property
13297         with value 'mouse-click.
13299 2005-01-12  Juri Linkov  <juri@jurta.org>
13301         * facemenu.el (list-colors-display): Add new arg buffer-name.
13302         Use it.  Fix docstring.  Replace code for identifying duplicate
13303         colors by the name with call to `list-colors-duplicates' which
13304         identifies duplicate colors by the value unless the color
13305         is one of special Windows colors.  Set truncate-lines to t.
13306         Print sorted duplicate color names on each line.  Indent to 22
13307         \(the longest color name in rgb.txt) instead of 20.  Optimize.
13308         (list-colors-duplicates): New function.
13309         (facemenu-color-name-equal): Delete function.
13311         * facemenu.el (list-colors-print): New function created from code
13312         in list-colors-display.  Print #RRGGBB at the window right edge.
13313         (list-colors-display): When temp-buffer-show-function is not
13314         defined, call list-colors-print from temp-buffer-show-hook
13315         to get the right value of window-width in list-colors-print
13316         after the buffer is displayed.
13318         * simple.el (pop-mark): Move deactivate-mark out of conditional
13319         part to deactivate the active mark regardless of the state of the
13320         mark ring.
13322         * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
13323         variables line in desktop files.
13325 2005-01-12  Juri Linkov  <juri@jurta.org>
13327         * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
13328         Bring together isearch highlight related options.
13329         (lazy-highlight): Replace group `replace' by `matching'.
13330         (lazy-highlight-cleanup, lazy-highlight-initial-delay)
13331         (lazy-highlight-interval, lazy-highlight-max-at-a-time)
13332         (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
13333         and declare them obsolete.
13334         (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
13335         (isearch-faces): Remove defgroup.
13336         (isearch-overlay, isearch-highlight, isearch-dehighlight):
13337         Move isearch highlighting code closer to lazy highlighting code.
13339         * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
13340         (query-replace-highlight, query-replace-lazy-highlight)
13341         (query-replace): Move definitions to the beginning of the file.
13343 2005-01-11  Juri Linkov  <juri@jurta.org>
13345         * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
13346         * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
13347         * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
13349         * info.el (Info-history-forward): New variable.
13350         (Info-select-node): Reset Info-history-forward to nil.
13351         (Info-last): Turn into defalias.
13352         (Info-history-back): Rename from Info-last.
13353         Add current node to Info-history-forward.
13354         (Info-history-forward): New fun.
13355         (Info-mode-map): Replace Info-last by Info-history-back.
13356         Bind Info-history-forward to "r".
13357         (Info-mode-menu): Replace Info-last by Info-history-back.
13358         Fix menu item text.  Add menu item for Info-history-forward.
13359         (info-tool-bar-map): Replace Info-last by Info-history-back.
13360         Replace its icon "undo" by "back_arrow".  Add icon "fwd_arrow"
13361         for Info-history-forward.
13362         (Info-mode): Replace Info-last by Info-history-back in docstring.
13363         Add local variable Info-history-forward.
13364         (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
13366 2005-01-11  Stefan Monnier  <monnier@iro.umontreal.ca>
13368         * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
13369         (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
13370         Ignore select-window events rather than fiddle with
13371         mouse-autoselect-window.
13373 2005-01-11  Matthew Mundell  <matt@mundell.ukfsn.org>
13375         * type-break.el (type-break-mode): Fix previous change.
13377 2005-01-10  Jay Belanger  <belanger@truman.edu>
13379         * calc/calc-ext.el (calc-reset): Reset when inside embedded
13380         calculator; only reset when point is inside a calculator.
13381         Don't adjust the window height if the window takes up the whole height
13382         of the frame.
13384 2005-01-10  Thien-Thi Nguyen  <ttn@gnu.org>
13386         * ebuff-menu.el (Electric-buffer-menu-mode):
13387         Preserve value of buffer-local var header-line-format.
13389 2005-01-09  Jay Belanger  <belanger@truman.edu>
13391         * calc/calc.el (calc-mode-var-list-restore-saved-values):
13392         Make sure settings file exists before accessing it.
13394         * calc/calc-embed.el (calc-embedded-subst):
13395         Replace math-multi-subst-rec, which is only supposed to be called
13396         by math-multi-subst, by math-multi-subst.
13398 2005-01-09  Andre Spiegel  <spiegel@gnu.org>
13400         * vc.el (vc-allow-async-revert): New user option.
13401         (vc-disable-async-diff): New internal variable.
13402         (vc-revert-buffer): Use them to disable asynchronous diff.
13404         * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
13405         (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
13406         asynchronously if vc-disable-async-diff is t.
13408 2005-01-09  Jay Belanger  <belanger@truman.edu>
13410         * calc/calc.el (defcalcmodevar): New macro.
13411         (calc-mode-var-list-restore-default-values)
13412         (calc-mode-var-list-restore-saved-values): New functions.
13413         (calc-mode-var-list): Use defcalcmodevar to define it.
13414         (calc-always-load-extensions, calc-line-numbering)
13415         (calc-line-breaking, calc-display-just, calc-display-origin)
13416         (calc-number-radix, calc-leading-zeros, calc-group-digits)
13417         (calc-group-char, calc-point-char, calc-frac-format)
13418         (calc-prefer-frac, calc-hms-format, calc-date-format)
13419         (calc-float-format, calc-full-float-format, calc-complex-format)
13420         (calc-complex-mode, calc-infinite-mode, calc-display-strings)
13421         (calc-matrix-just, calc-break-vectors, calc-full-vectors)
13422         (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
13423         (calc-matrix-brackets, calc-language, calc-language-option)
13424         (calc-left-label, calc-right-label, calc-word-size)
13425         (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
13426         (calc-display-raw, calc-internal-prec, calc-angle-mode)
13427         (calc-algebraic-mode, calc-incomplete-algebraic-mode)
13428         (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
13429         (calc-window-height, calc-display-trail, calc-show-selections)
13430         (calc-use-selections, calc-assoc-selections)
13431         (calc-display-working-message, calc-auto-why, calc-timing)
13432         (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
13433         (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
13434         (calc-gnuplot-default-device, calc-gnuplot-default-output)
13435         (calc-gnuplot-print-device, calc-gnuplot-print-output)
13436         (calc-gnuplot-geometry, calc-graph-default-resolution)
13437         (calc-graph-default-resolution-3d, calc-invocation-macro)
13438         (calc-show-banner): Use defcalcmodevar to declare them and set
13439         their default values.
13441         * calc/calc-ext.el (calc-reset): Restore saved values of variables
13442         instead of default values (but restore default values if there is
13443         an argument of 0).
13445 2005-01-09  David Kastrup  <dak@gnu.org>
13447         * desktop.el (desktop-restore-eager): Fix typo in type.
13449 2005-01-08  Richard M. Stallman  <rms@gnu.org>
13451         * cus-edit.el (customize): Delete :link.
13453 2005-01-08  Jay Belanger  <belanger@truman.edu>
13455         * calc/calc.el (calc-mode): Remove the extension from the
13456         `calc-settings-file' file name when loading it.
13458 2005-01-08  Kim F. Storm  <storm@cua.dk>
13460         * info.el (Info-mode-map, Info-next-link-keymap)
13461         (Info-prev-link-keymap, Info-up-link-keymap):
13462         Map follow-link to mouse-face.
13463         (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
13465 2005-01-08  Jay Belanger  <belanger@truman.edu>
13467         * calc/calc.el (calc-settings-file): Change default value.
13468         Suggested by cgw in a comment in calc-mode.el.
13470         * calc/calc-mode.el (calc-settings-file-name):
13471         Compare calc-settings-file to user-init-file instead of ~/.emacs.
13472         Replace ~/.emacs in a prompt by calc-settings-file.
13474 2005-01-07  Lars Hansen  <larsh@math.ku.dk>
13476         * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
13477         (desktop-lazy-idle-delay): New customizable variables.
13478         (desktop-buffer-args-list): New variable.
13479         (desktop-append-buffer-args): New function.
13480         (desktop-save): Call desktop-append-buffer-args for some buffers.
13481         (desktop-lazy-create-buffer): New function.
13482         (desktop-idle-create-buffers): New function.
13483         (desktop-read): Add message about buffers to restore lazily.
13484         (desktop-lazy-abort): New command.
13485         (desktop-clear): Call desktop-lazy-abort.
13486         (desktop-lazy-complete): New command.
13488 2005-01-06  Richard M. Stallman  <rms@gnu.org>
13490         * emacs-lisp/find-func.el (find-face-definition):
13491         Rename from find-face.
13493 2005-01-06  Kim F. Storm  <storm@cua.dk>
13495         * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
13497         * man.el (Man-xref-man-page, Man-xref-header-file)
13498         (Man-xref-normal-file): Add follow-link property.
13500 2005-01-06  Jay Belanger  <belanger@truman.edu>
13502         * calc/calc-units.el: Make sure the proper macro definitions are
13503         available when compiling.
13505 2005-01-06  Juri Linkov  <juri@jurta.org>
13507         * isearch.el (isearch-lazy-highlight-update):
13508         Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
13510 2005-01-06  Miles Bader  <miles@gnu.org>
13512         * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
13513         (isearch-lazy-highlight-face): Use new name.
13515 2005-01-05  Stefan Monnier  <monnier@iro.umontreal.ca>
13517         * uniquify.el (uniquify-rationalize-file-buffer-names):
13518         Re-add an interactive spec.
13519         (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
13520         to the same name.
13522         * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
13523         (isearch-update, isearch-done): Adjust calls accordingly.
13525 2005-01-05  Richard M. Stallman  <rms@gnu.org>
13527         * custom.el (custom-set-variables, custom-theme-set-variables):
13528         Clarify documentation.
13530         * emacs-lisp/find-func.el (find-variable)
13531         (find-variable-other-window, find-variable-other-frame):
13532         Fix the TYPE args to find-function-read and find-function-do-it.
13533         (find-function): Doc fix.
13534         (find-function-at-point): Replace function-at-point alias.
13536 2005-01-04  Richard M. Stallman  <rms@gnu.org>
13538         * cus-face.el (custom-declare-face):
13539         Record defface in current-load-list.
13541         * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
13543         * emacs-lisp/find-func.el: Doc fixes.
13544         (find-face-regexp): New variable.
13545         (find-function-regexp-alist): New variable.
13546         (find-function-C-source): Third arg is now TYPE.
13547         (find-function-search-for-symbol): Handle general TYPE.
13548         (find-function-read, find-function-do-it): Handle general TYPE.
13549         (find-definition-noselect, find-face): New functions.
13550         (function-at-point): Alias deleted.
13552 2005-01-04  Stefan Monnier  <monnier@iro.umontreal.ca>
13554         * battery.el (display-battery-mode): Rename from display-battery.
13555         Handle the case where it gets turned off.
13557 2005-01-04  Richard M. Stallman  <rms@gnu.org>
13559         * cus-edit.el (customize): Make :link point to user doc.
13561         * man.el (Man-fontify-manpage): Turn off undo generation.
13563         * add-log.el (change-log-font-lock-keywords): Don't match just "From".
13565 2005-01-04  Andreas Schwab  <schwab@suse.de>
13567         * files.el (insert-directory): Only look for error lines in
13568         inserted text.  Don't move too far after processing --dired markers.
13570 2005-01-04  Richard M. Stallman  <rms@gnu.org>
13572         * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
13573         Don't expand if the character is @, period, dash, etc.
13574         (define-mail-abbrev): Quote names that contain problem characters.
13576 2005-01-04  Thien-Thi Nguyen  <ttn@gnu.org>
13578         * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
13580 2005-01-03  Richard M. Stallman  <rms@gnu.org>
13582         * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
13583         (query-replace-highlight, query-replace-lazy-highlight)
13584         (query-replace): Definitions moved up.  Doc fix.
13586 2005-01-03  Richard M. Stallman  <rms@gnu.org>
13588         * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
13589         (lazy-highlight-cleanup, lazy-highlight-initial-delay)
13590         (lazy-highlight-interval, lazy-highlight-max-at-a-time)
13591         (lazy-highlight-face): Rename from isearch-lazy-...
13592         Change all references to them.
13594 2005-01-03  Luc Teirlinck  <teirllm@auburn.edu>
13596         * cus-edit.el (custom-file): Doc fix for defcustom.
13597         (custom-file): The function no longer sets the variable
13598         `custom-file' to its return value.
13600         * startup.el (command-line): No longer load `custom-file'.
13602 2005-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13604         * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
13606         * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
13607         Don't confuse module-prefixed identifiers for labels.
13608         Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
13610 2005-01-02  Richard M. Stallman  <rms@gnu.org>
13612         * files.el (basic-save-buffer-1): Fix previous change.
13614         * loadhist.el (file-loadhist-lookup): New function.
13615         (file-provides, file-requires): Use it.
13617         * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
13618         instead of calculating the right size.
13620 2005-01-02  Karl Chen  <quarl@cs.berkeley.edu>  (tiny change)
13622         * vc-svn.el (vc-svn-diff): Stay local if possible.
13624 2005-01-02  Stefan Monnier  <monnier@iro.umontreal.ca>
13626         * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
13628         * files.el (hack-local-variables): Fix last change.
13630 2005-01-02  Jay Belanger  <belanger@truman.edu>
13632         * calc/calc-yank.el (calc-edit-top): New variable.
13633         (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
13634         object.  Change header properties.
13635         (calc-edit-finish, calc-edit-finish-stack-object)
13636         (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
13637         edited object.
13638         * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
13639         for the beginning of the edited object.
13640         * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
13641         for the beginning of the edited object.
13642         * calc/calc-prog.el (calc-edit-macro-finish-edit)
13643         (calc-finish-formula-edit, calc-macro-repeats)
13644         (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
13645         (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
13646         beginning of the edited object.
13647         (calc-user-define-edit): Change the header for editing macros.
13648         Remove unnecessary variable.
13650 2005-01-01  Jay Belanger  <belanger@truman.edu>
13652         * calc/calc-yank.el (calc-edit-mode): Change default header.
13653         (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
13654         * calc/calc-store.el (calc-edit-variable): Change title to match new
13655         header.
13656         * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
13657         mode to match new header.
13658         (calc-user-define-edit): Change titles to include names of commands.
13659         (calc-finish-formula-edit): Adjust to handle new header.
13660         (calc-finish-macro-edit): Remove.
13661         (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
13662         (calc-edit-macro-command, calc-edit-macro-command-type)
13663         (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
13664         (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
13665         (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
13666         (calc-edit-macro-finish-edit): New functions.
13667         (calc-user-define-edit): Use new functions to edit named calc macros.
13669 2005-01-01  Stefan  <monnier@iro.umontreal.ca>
13671         * files.el (hack-local-variables): Cleanup prefix/suffix matching.
13673         * ses.el (copy-region-as-kill): Deactivate mark.
13675 2005-01-01  Richard M. Stallman  <rms@gnu.org>
13677         * replace.el (occur-1): If the output buffer is also an input,
13678         don't kill it, rename it.
13680         * faces.el (set-face-background, set-face-foreground): Doc fix.
13682         * cus-face.el (custom-face-attributes): Fix :help-echo strings
13683         for :foreground and :background.
13685         * dired.el (dired-view-command-alist): Variable deleted.
13686         (dired-view-file, dired-mouse-find-file-other-window):
13687         Delete the code to use it.
13689 2005-01-01  Kim F. Storm  <storm@cua.dk>
13691         * image.el (insert-sliced-image): Use t for line-height property.
13693 See ChangeLog.11 for earlier changes.
13695 ;; Local Variables:
13696 ;; coding: iso-2022-7bit
13697 ;; End:
13699     Copyright (C) 2005 Free Software Foundation, Inc.
13700   Copying and distribution of this file, with or without modification,
13701   are permitted provided the copyright notice and this notice are preserved.
13703 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1